Revoke previous bogus `buffer-size' changes.
[gnus] / lisp / ChangeLog
1 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
2
3         * nnimap.el (nnimap-request-accept-article): Use delete-region.
4
5         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
6         (html2text-delete-single-tag, html2text-clean-anchor)
7         (html2text-remove-tags): Use delete-region.
8         (html2text-fix-paragraphs): Simplify.
9
10         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
11         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
12         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
13         kill-region.
14
15 2003-03-04  John Paul Wallington  <jpw@gnu.org>
16
17         * gnus-agent.el (gnus-agent-enable-expiration)
18         (gnus-agent-article-alist, gnus-agent-article-alist)
19         (gnus-agent-cat-defaccessor): Doc fixes.
20
21 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
22
23         * gnus-agent.el (gnus-function-implies-unread-1): Grok
24         byte-compiled functions.
25
26 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27
28         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
29         customization between new maneuvering (which permits selecting
30         undownloaded articles) and old maneuvering (which skipped over
31         undownloaded articles) behaviors.
32         (gnus-summary-find-next): Pass through the unread and subject
33         parameters when calling gnus-summary-find-prev.
34         (gnus-summary-find-next,gnus-summary-find-prev): Apply
35         gnus-auto-goto-ignores to filter out unacceptable articles.
36         
37 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
38
39         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
40         exists in all supported Emacs versions, so we don't need this
41         compatibility function.
42         (mail-source-fetch-pop, mail-source-check-pop)
43         (mail-source-fetch-webmail): Use read-passwd.
44
45         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
46         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
47         read-passwd.
48
49         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
50
51         * imap.el (imap-read-passwd): Remove.
52         (imap-interactive-login): Use read-passwd.
53
54         * canlock.el (canlock-read-passwd): Remove.
55         (canlock-insert-header, canlock-verify): Use read-passwd.
56
57         * sieve-manage.el (sieve-manage-read-passwd): Remove.
58         (sieve-manage-interactive-login): Use read-passwd.
59
60         * pop3.el (pop3-read-passwd): Remove.
61         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
62         read-passwd.
63
64         * pgg.el (pgg-read-passphrase): Simplify.
65         
66 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
67
68         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
69         'plugged' when actually 'unplugged' bug.
70         (gnus-category-read): Ignore nil values when converting an
71         old-format category so that the new-format category will default
72         those attributes to the global variables.
73         
74 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
75
76         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
77         doc-string.
78
79 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
80
81         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
82         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
83         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
84         * mm-url.el (mm-url-decode-entities-string): do.
85         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
86         * mm-decode.el (mm-find-raw-part-by-type): do.
87         * message.el (message-send-mail-partially)
88         (message-send-mail-with-sendmail): do.
89         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
90         * gnus-kill.el (gnus-pp-gnus-kill): do.
91         * gnus-art.el (gnus-article-treat-unfold-headers)
92         (gnus-article-encrypt-body): do.
93
94 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
95
96         * mail-source.el (mail-source-delete-incoming): Allow integer value.
97         (mail-source-delete-old-incoming-confirm): New variable.
98         (mail-source-delete-old-incoming): Use it.  New function.
99         (mail-source-callback): Call `mail-source-delete-old-incoming' if
100         `mail-source-delete-incoming' is a nonnegative integer.
101
102 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
103
104         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
105         (gnus-user-agent): Fixed typo.
106
107 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
108
109         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
110         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
111
112 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
115         (gnus-agent-fetch-session): Allow debugging to take place.
116
117 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
118
119         * gnus-sum.el (gnus-highlight-selected-summary)
120         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
121         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
122         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
123         and makes it clear that we don't need the side effect.
124         * gnus-util.el (gnus-delete-line): do.  
125         * gnus-xmas.el (gnus-group-add-icon): do.
126         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
127         * nntp.el (nntp-send-authinfo-from-file): do.
128         * nnml.el (nnml-header-value): do.
129         * nnheader.el (nnheader-insert-references): do.
130         * gnus-cite.el (gnus-article-highlight-citation) 
131         (gnus-cite-parse): do.
132         * gnus-score.el (gnus-score-followup): do.
133         * gnus-draft.el (gnus-draft-send): do.
134         * gnus-group.el (gnus-group-highlight-line): do.
135         * gnus-cache.el (gnus-cache-braid-nov): do.
136         * nnfolder.el (nnfolder-retrieve-headers)
137         (nnfolder-request-article): do.
138         * gnus-art.el (article-hide-boring-headers)
139         (gnus-article-hide-header): do.
140         
141         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
142         * nnml.el (nnml-request-replace-article): do.
143         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
144         * nnfolder.el (nnfolder-request-move-article): do.
145         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
146         * gnus-art.el (gnus-mm-display-part): do.
147
148         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
149         
150 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
151
152         * nntp.el (nntp-possibly-change-group): Avoid calling
153         process-buffer on nil (Which happened when you lost your
154         connection while fetching); instead signal a "Server Closed
155         Connection" error.
156
157 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
158
159         * gnus-agent.el (gnus-agent-enable-expiration): New
160         variable. Either ENABLE or DISABLE.  Sets default behavior for
161         selecting which groups are expired.
162         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
163         gnus-agent-set-cat-groups): Provides abstract interface for
164         accessing agent category.  Category now implemented by an alist.
165         (gnus-agent-add-group, gnus-agent-remove-group,
166         gnus-category-insert-line, gnus-category-edit-predicate,
167         gnus-category-edit-score, gnus-category-edit-groups,
168         gnus-category-copy, gnus-category-add, gnus-group-category): Use
169         new agent category abstraction.
170         (gnus-agent-find-parameter): New function. Search for agent
171         configuration parameter first in the group's parameters, then its
172         topics (if any), and then the group's category.  If not found
173         anywhere, use the original defined constants.
174         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
175         gnus-agent-find-parameter.
176         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
177         gnus-agent-cache now blocks retrieving headers and articles from
178         the local cache.  Fetched content is still added to the cache
179         before being returned.
180         (gnus-agent-fetch-session): Use error-message-string to generate
181         displayed error message.
182         (gnus-agent-customize-category): New Command. 'e' in category
183         buffer opens category customization buffer.
184         (gnus-category-read): Reads either positional or alist format;
185         returns alist format.
186         (gnus-category-write): Writes category file compatible with
187         current, and previous, versions of gnus-agent.
188         (gnus-category-make-function, gnus-category-make-function-1):
189         Corrected documentation; parameter is predicate NOT category.
190         (gnus-predicate-implies-unread): Now works in more cases per the
191         todo comment.
192         (gnus-function-implies-unread-1): New function. Supports
193         gnus-predicate-implies-unread.
194         (gnus-agent-expire-group): Command now provides default of group
195         under point.
196         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
197         agent-days-until-old parameters. No longer supports
198         gnus-agent-expire-days being set to an alist.
199         (gnus-agent-request-article): Now performs its own checks of
200         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
201         assuming that the caller will do them correctly.
202         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
203         gnus-agent-expire-days is set to an alist.  Converts said alist
204         into group parameter so that gnus-agent-expire-days will not be
205         needed.
206         * gnus-art.el (gnus-request-article-this-buffer): Conditional
207         checks surrounding gnus-agent-request-article removed; now
208         performed by gnus-agent-request-article.
209         * gnus-cus.el (gnus-agent-parameters): New variable. List of
210         customizable group/topic parameters that regulate the agent.
211         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
212         kill-buffer with gnus-kill-buffer to remove the killed buffer from
213         the list of gnus buffers.
214         (gnus-trim-whitespace): Removes leading and trailing whitespace
215         from multiline strings.
216         (gnus-agent-cat-prepare-category-field,
217         gnus-agent-customize-category): Constructs a category
218         customization buffer.
219         * gnus-int.el (gnus-retrieve-headers,
220         gnus-request-expire-articles): No longer checks gnus-agent-cache
221         as it is handled internally by the agent.
222         (gnus-request-head, gnus-request-body): Conditional checks
223         surrounding gnus-agent-request-article removed; now performed by
224         gnus-agent-request-article.
225         
226         * gnus-start.el (): Added defvar statements to resolve compilation
227         warnings.
228         (gnus-long-file-names): New function. Isolates platform dependent
229         msdos-long-file-names.
230         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
231         option of writing directly to file.  Avoids memory exhausted
232         errors when .newsrc.eld is huge.
233         (gnus-save-newsrc-file): Uses new
234         gnus-save-startup-file-via-temp-buffer.
235         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
236         standard-output.
237         (gnus-display-time-event-handler): Changed to alias from a defun
238         to avoid a compile-time warning when display-time-event-handler is
239         not defined.
240         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
241         standard-output such that prin1 and princ will write directly to a
242         file.
243
244         * gnus.el (gnus-agent-cache): Expanded documentation.
245         (gnus-summary-high-undownloaded-face): Removed second bold keyword
246         so that this face is actually bold.
247
248         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
249         gnus-use-cache has been set.
250
251 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
252
253         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
254
255 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
256
257         * gnus-art.el (gnus-article-refer-article): Be more permissive.
258
259 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
260
261         * spam.el: Fix typo.
262
263 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
264         (Trivial patch.)
265
266         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
267         errors-buffer. This produces a nicer error message in case of
268         problems.
269         
270 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
273         load stats iff spam-use-stat is on
274
275         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
276         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
277         instead of spam-stat-load and spam-stat-save in the
278         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
279
280 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
281
282         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
283
284 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * message.el (message-make-fqdn): Protect against nil user-mail. 
287
288 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
289
290         * gnus-art.el (gnus-boring-article-headers): New values:
291         'to-list and 'cc-list.
292         
293 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         * spam.el (spam-setup-widening): new function to set
296         nnimap-split-download-body, we add it to gnus-get-new-news-hook
297         (spam-list-of-statistical-checks): list of statistical splitter
298         checks
299         (spam-split): added a widen call when a statistical check is
300         enabled
301
302 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
303
304         * gnus-msg.el (gnus-user-agent): Changed default to
305         'emacs-gnus-type, renamed 'full.
306
307 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
308
309         * nnfolder.el (nnfolder-request-accept-article): Don't use
310         mail-header-unfold-field.
311
312 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
313
314         * imap.el (imap-ssl-open): Don't depend on ssl.el.
315         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
316
317 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
318
319         * spam.el: add spam-stat-load to gnus-get-new-news-hook
320         (spam-split): remove spam-stat-load call
321
322 2003-02-26  Simon Josefsson  <jas@extundo.com>
323
324         * gnus-sum.el (gnus-summary-toggle-header): Run
325         gnus-article-decode-hook instead of calling a-decode-encoded-words
326         directly (the latter is run as part of the former).
327
328 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
329
330         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
331
332 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
333
334         * message.el (message-sendmail-envelope-from): New option.
335         (message-sendmail-envelope-from): New function.
336         (message-send-mail-with-sendmail): Use it.
337
338 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
339
340         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
341         compensation for TDMA addresses.
342
343 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
344
345         * gnus-msg.el (gnus-user-agent): New variable.
346         (gnus-version-expose-system): Removed.  Obsoleted by
347         `gnus-user-agent'.
348         (gnus-extended-version): Use `gnus-user-agent'.
349
350 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
351
352         * spam.el (spam-stat-register-spam-routine,
353         spam-stat-register-ham-routine): remove spam-stat-save
354         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
355
356 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
357
358         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
359         reference.
360
361 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
362
363         * nnheader.el (nnheader-find-nov-line): Changed midpoint
364         calculation to avoid integer overflow.
365
366 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
367
368         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
369
370 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
371         * spam.el: disabled spam-get-article-as-filename
372
373         From Michael Shields  <shields@msrl.com>
374
375         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
376         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
377         * gnus-sum.el (gnus-summary-expire-articles): Use it.
378         * spam.el (spam-summary-prepare-exit): Use it.
379         * gnus.el (gnus-install-group-spam-parameters): New.
380         * spam.el (spam-group-ham-processor-copy-p): New.
381         * spam.el (spam-summary-prepare-exit): Support for ham copying.
382         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
383         that would cause the current message to be moved if the group had
384         no spam.
385         * spam.el (spam-ham-move-routine): New `copy' argument.
386
387 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
388         From Martin Thornquist <martint@ifi.uio.no>
389
390         * gnus-topic.el (gnus-topic-select-group): Select last group if
391         after last group.
392         * gnus-group.el (gnus-group-select-group): Ditto.
393
394 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
397         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
398         point-at-(b|e)ol which aren't available in Emacs 20.
399
400         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
401
402 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
403
404         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
405         clause of the condition-case statement.  Errors connecting to a
406         server no longer terminate gnus.
407
408         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
409         make its use obvious.  Added no-nothing case to avoid
410         opening(closing) servers when already open(closed).
411         (gnus-agent-while-plugged): Added macro to facilitate internal use
412         of gnus-agent-toggle-plugged.
413         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
414         temporarily open servers.
415         (gnus-agent-get-undownloaded-list): Sort list of article numbers
416         as sorting gnus-newsgroup-headers is wrong.
417         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
418         to temporarily open servers. Corrected logic to handle setting
419         gnus-agent-mark-unread-after-downloaded.
420         (gnus-agent-fetch-articles): Now handles headers with missing
421         article sizes and/or missing article lengths.  Now clears the
422         message buffer when finished.
423         (gnus-agent-fetch-group-1): Position point before calling
424         gnus-summary-set-agent-mark.
425         (gnus-get-predicate): Corrected description, parameter is
426         predicate not category.
427         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
428         provide a separate single group expiration function.
429         (gnus-agent-regenerate-group): Now clears the message buffer when
430         finished.
431         
432 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
433
434         * gnus.el (gnus-agent-target-move-group-header): New variable.
435         * gnus-draft.el (gnus-draft-send): If special header
436         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
437         that group, instead of performing the regular sending functions.
438
439 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
442
443 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
444
445         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
446         variables.
447         (message-make-fqdn): Use it.  Improved validity check.
448
449 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * message.el (message-user-mail-address): Check whether
452         user-mail-address looks valid.
453
454         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
455
456         * gnus-util.el (gnus-fetch-original-field): New function.
457
458 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
459
460         * message.el (message-mode): \\(...\\) around additional
461         paragraph-separate alternative.
462
463 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
464
465         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
466         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
467         display key bindings.
468         (gnus-mime-button-menu): Rewrite.
469
470 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * gnus-art.el (gnus-button-url-regexp): Removed `.
473
474 2003-02-23  Max Froumentin  <mf@w3.org>
475
476         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
477
478 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * gnus-art.el (gnus-mime-action-on-part): Require a match
481         interactively. 
482
483         * gnus-start.el (gnus-save-newsrc-file): Use
484         gnus-backup-startup-file. 
485         (gnus-backup-startup-file): New variable.
486
487 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus.el (gnus-summary-buffer-name): Moved function here. 
490
491         * gnus-draft.el (defun): Remove debug.
492
493 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
494
495         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
496         can't open server.
497
498 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-draft.el (defun): Configure posting styles.
501
502         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
503         the entry for the group exists before we alter it.
504
505 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
506
507         * message.el (message-mode): MML tags separate paragraphs.  Small
508         change from David S Goldberg <david.goldberg6@verizon.net>.
509
510         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
511         `gnus-newsgroup-headers'.
512
513         * gnus-art.el (gnus-article-refer-article): Grok more message id
514         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
515
516 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
517
518         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
519         use "path name".
520
521 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
522
523         * gnus-sum.el (gnus-summary-move-article)
524         (gnus-summary-expire-articles): send data header for article, not
525         just article ID
526
527         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
528         (gnus-register-spool-action): added hashtable of message ID keys
529         with message motion data
530
531 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
532         From Reiner Steib  <Reiner.Steib@gmx.de>.
533
534         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
535         variable, used in `gnus-button-mid-or-mail-heuristic'.
536         (gnus-button-mid-or-mail-heuristic): New function derived from
537         Florian Weimer's Perl script.
538         (gnus-button-handle-mid-or-mail): Allow a function instead of
539         'guess.
540         (gnus-button-guessed-mid-regexp): Removed.
541
542 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * message.el (message-resend): Bind message-setup-hook to nil;
545         remove X-Draft-From header.
546
547 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
548
549         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
550         (gnus-newsgroup-undownloaded)
551         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
552         Doc fixes.
553
554 2003-02-17  John Paul Wallington  <jpw@gnu.org>
555
556         * gnus.el (gnus-shell-command-separator, gnus-email-address)
557         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
558
559 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
560
561         * gnus-spec.el (gnus-xmas-format): Use insert instead of
562         insert-string which is obsolete in Emacs 21.4.
563
564         * message.el (message-cross-post-followup-to-header): do.
565         
566         * spam.el (spam-ifile-register-with-ifile)
567         (spam-stat-register-spam-routine)
568         (spam-stat-register-ham-routine)
569         (spam-bogofilter-register-with-bogofilter): do.
570
571         * mailcap.el (mailcap-mime-data): Fix typo.
572
573         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
574
575 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
576
577         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
578         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
579         `gnus-cite-unsightly-citation-regexp'.
580
581 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
584         even if there's just a header.
585
586 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
587
588         * message.el (message-fix-before-sending): Fix highlighting of
589         illegible and invisible text.
590
591         * gnus-util.el (gnus-multiple-choice): Separate choices with
592         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
593
594 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
595
596         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
597
598 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         * spam.el (spam-ham-move-routine) 
601         (spam-mark-spam-as-expired-and-move-routine): use
602         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
603         around process-mark manipulation on the group
604
605 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
606
607         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
608         submenu.
609
610 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * mail-source.el (mail-source-fetch): Reverse the return value of
613         the continuation question.
614
615 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * nndraft.el (nndraft-request-move-article): Bind
618         nnmh-allow-delete-final to t.
619
620 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
621
622         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
623        
624 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
625       
626         * nntp.el (nntp-accept-process-output): Don't use point-max to get
627         the buffer's size.
628
629 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
630
631         * nnheader.el: Added cygwin to system-type comparisons.
632        
633 2003-01-27  Juanma Barranquero  <lektu@terra.es>
634
635         * imap.el (imap-mailbox-status): Fix typo.
636
637 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
638
639         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
640         online.
641
642 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
643
644         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
645         commands.
646         * gnus-sum.el: Small change from Frank Weinberg
647         <frank@usenet-rundfahrt.de>:
648         (gnus-auto-center-group): New variable.
649         (gnus-summary-read-group-1): Use it.
650         (gnus-summary-next-group): Fix docstring.
651
652 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-util.el (gnus-faces-at): Simplify.
655
656 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
657
658         * spam.el (spam-ham-move-routine) 
659         (spam-mark-spam-as-expired-and-move-routine): made the article
660         move conditional, so it's not called even if there's nothing to move
661
662 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
663
664         * message.el (message-unix-mail-delimiter): Accept any whitespace
665         after the email address and before the date; do not require the
666         space character.  From Kurt B. Kaiser <kbk@shore.net>.
667
668 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
671         gnus-article-boring-faces variable is bound; use gnus-faces-at.
672
673         * gnus-util.el (gnus-faces-at): New macro.
674
675 2003-02-13  Michael Shields  <shields@msrl.com>
676
677         * gnus-cite.el
678         (gnus-cite-attribution-suffix, gnus-cite-parse):
679         Better handling for Microsoft citation styles.
680         (gnus-unsightly-citation-regexp): New.
681
682 2003-02-12  Michael Shields  <shields@msrl.com>
683
684         * gnus-art.el (article-strip-banner): Strip both per-group and
685         per-user-address banners.
686         (article-really-strip-banner): New.
687
688 2003-02-12  Michael Shields  <shields@msrl.com>
689
690         * gnus-sum.el (gnus-article-goto-next-page,
691         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
692         relying on the summary bindings of `n' and `p'.
693
694 2003-02-12  Michael Shields  <shields@msrl.com>
695
696         * gnus-art.el (gnus-article-only-boring-p): New.
697         (gnus-article-skip-boring): New.
698         * gnus-cite.el (gnus-article-boring-faces): New.
699         * gnus-sum.el (gnus-summary-next-page): Use
700         gnus-article-only-boring-p.
701
702 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
703
704         * spam.el (spam-mark-spam-as-expired-and-move-routine)
705         (spam-ham-move-routine): unmark all articles before marking those
706         of interest and calling gnus-summary-move-article
707
708 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
709
710         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
711         logically the complement of gnus-get-buffer-create and
712         gnus-add-buffer.
713
714         * gnus-util.el (gnus-kill-buffer): do.
715
716         * nnmail.el: Autoload gnus-kill-buffer.
717
718 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
719
720         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
721         gnus-summary-goto-subject as gnus-summary-update-mark operates on
722         the current LINE.
723         (gnus-agent-summary-fetch-group): Minimized the number of times
724         that the article is updated in the buffer.
725         
726 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
727
728         * spam.el (spam-ham-move-routine): use the process-mark instead of
729         gnus-current-article when moving articles
730         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
731
732 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
735         (gnus-topic-catchup-articles): Ditto.
736         (gnus-topic-mark-topic): Reverse recursive logic.
737
738 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
739
740         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
741         gnus-refer-thread-limit is t.
742
743 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
744
745         * mm-util.el (mm-mule-charset-to-mime-charset): Use
746         sort-coding-systems to prefer utf-8 over utf-16.
747
748 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
749
750         * gnus-agent.el (gnus-agent-expire-days):
751         gnus-request-move-article depends on gnus-agent-expire to clean up
752         the cache after moving the article.  Therefore, g-a-e-d can NOT
753         default to nil or can gnus-agent-expire be disabled by doing so.
754         If you don't want to run gnus-agent-expire, don't call it.
755         (gnus-agent-expire): The broken test to disable gnus-agent-expire
756         when g-a-e-d was NOT nil was removed.
757         (gnus-agent-article-name): Removed unnecessary input test as
758         article IDs are always strings.
759         (gnus-agent-regenerate-group): Added check to protect against
760         servers that generate absurdly long article IDs.  Valid IDs are
761         less than 10 digits to avoid overflow errors.  Fixed logic error
762         when ensuring that the final article ID is present in the new
763         alist.
764         
765 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
768         next line after finding the parent.
769
770 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus.el (gnus-version-number): Bumped.
773
774 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
775
776         * gnus.el: Oort Gnus v0.15 is released.
777
778 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
779
780         * nnmail.el (nnmail-split-it): If a message ends up matching the
781           same mailbox more than once, it will cause duplicates to appear
782           in the mailbox.
783
784 2003-02-08  Simon Josefsson  <jas@extundo.com>
785
786         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
787         code that only worked under Emacs.
788
789         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
790         Das <satyaki@chicory.stanford.edu>.
791
792 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
793
794         * gnus-art.el (gnus-article-refer-article): Use
795         gnus-replace-in-string.
796
797         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
798         (gnus-remove-duplicates): do.
799
800 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
801
802         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
803         (gnus-request-scan): set
804         gnus-internal-registry-spool-current-method to gnus-command-method
805         before a request-scan operation
806
807         * gnus-registry.el (regtest-nnmail): use
808         gnus-internal-registry-spool-current-method
809
810         
811
812 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * mail-source.el (mail-source-fetch): Typo fix.
815
816 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * nnmail.el (nnmail-spool-hook): new hook
819         (nnmail-cache-insert): call nnmail-spool-hook
820
821         * gnus-registry.el: new file with examples of using the hooks
822
823         * gnus.el (gnus-registry): added registry customization group
824         (gnus-group-prefixed-name): improve function to return full group
825         name optionally
826         (gnus-group-guess-prefixed-name): shortcut to
827         gnus-group-prefixed-name, using just the group name
828         (gnus-group-full-name): always get a group's full name
829         (gnus-group-guess-full-name): shortcut, using just the group name
830
831         * gnus-sum.el (gnus-summary-article-move-hook) 
832         (gnus-summary-article-delete-hook) 
833         (gnus-summary-article-expire-hook): new hooks
834         (gnus-summary-move-article, gnus-summary-expire-articles) 
835         (gnus-summary-delete-article): invoke the new hooks
836
837 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
838
839         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
840           from message-ID
841
842 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
843
844         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
845
846 2003-02-07  John Paul Wallington  <jpw@gnu.org>
847
848         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
849         (mm-write-region, mm-detect-coding-region): Doc fixes.
850
851 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * mail-source.el (mail-source-fetch): Ignore errors.
854         (mail-source-ignore-errors): New variable.
855
856         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
857         articles. 
858
859         * gnus-msg.el (gnus-version-expose-system): Change default.
860
861 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
862
863         * gnus-msg.el (gnus-version-expose-system): New variable.
864
865 2003-02-07  Simon Josefsson  <jas@extundo.com>
866
867         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
868         patch from deskpot@myrealbox.com (Vasily Korytov).
869
870 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-art.el (article-display-face): Get the Face header from
873         the current buffer.
874
875 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-art.el (gnus-mime-view-part-internally): Bind
878         buffer-read-only to nil.
879
880 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
883         from g-a-e-1 to g-a-e-2.
884
885 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
886
887         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
888         of bbdb-search-simple, use spam-use-BBDB-exclusive
889         (spam-check-whitelist): use spam-use-whitelist-exclusive
890         (spam-use-whitelist-exclusive): new variable affecting
891         spam-use-whitelist
892         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
893
894 2003-02-05  Simon Josefsson  <jas@extundo.com>
895
896         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
897         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
898         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
899         (gnus-agent-expire-1): New.
900         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
901         (gnus-agent-expire-2): New.
902
903 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
904
905         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
906         "delete-if" is misleading because it isn't actually destructive.
907
908         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
909         
910         * nnmail.el (nnmail-purge-split-history): do.
911
912         * gnus-win.el (gnus-get-buffer-window): do.
913         
914         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
915         let-binding.
916         (gnus-simplify-all-whitespace): do.
917
918 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gnus-delay.el (gnus-delay-article): Fix binding of the
921         nndraft:delayed group.
922
923 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
924
925         * gnus.el (spam group parameters): change 'other to 'const in
926         the group parameter definitions to soothe XEmacs
927
928 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
929
930         * gnus-delay.el (gnus-delay-article): Really create
931         nndraft:delayed group if it doesn't exist.
932
933 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
934
935         * gnus-sum.el (gnus-summary-search-article): Speed up by
936         disabling various visual features while searching.
937         (gnus-summary-recenter): Test gnus-auto-center-summary first.
938
939 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
940
941         * spam.el (spam-list-of-checks): Don't quote nil and t in
942         docstrings.  From the elisp manual:
943
944            When a documentation string refers to a Lisp symbol, write
945            it [..] with single-quotes around it.  [..] There are two
946            exceptions: write t and nil without single-quotes.
947
948         * messcompat.el (message-from-style): do.
949
950         * message.el (message-send-mail): do.
951
952         * gnus-util.el (gnus-use-byte-compile): do.
953
954         * gnus-score.el (gnus-score-lower-thread): do.
955
956         * gnus-int.el (gnus-server-unopen-status): do.
957
958         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
959         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
960
961         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
962         (gnus-group-parameters): do.
963
964         * gnus-art.el (gnus-article-mime-match-handle-function): do.
965
966         * mm-decode.el (mm-text-html-renderer): do.
967
968 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * nnheader.el (nnheader-directory-separator-character): Change the
971         way to compute the dafault value.
972
973 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
974
975         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
976         (gnus-button-alist): Fix regexp for describe-key.
977         (gnus-button-handle-describe-function)
978         (gnus-button-handle-describe-variable)
979         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
980         (gnus-button-handle-apropos-variable)
981         (gnus-button-handle-apropos-documentation): Docstring fix.
982
983         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
984
985 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
988         to nil.
989
990         * nnmail.el: Removed gnus-util autoload.
991
992         * gnus.el: Use gnus-prin1-to-string throughout.
993
994         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
995         print-level. 
996
997         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
998         (gnus-treat-display-grey-xface): Removed.
999
1000         * gnus-fun.el (gnus-grab-cam-face): New.
1001         (gnus-convert-image-to-gray-x-face): Removed.
1002         (gnus-convert-gray-x-face-to-xpm): removed.
1003         (gnus-convert-gray-x-face-region): Removed.
1004         (gnus-grab-gray-x-face): Removed.
1005
1006         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1007
1008 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1009
1010         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1011         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1012         bound.
1013
1014         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1015
1016 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1017
1018         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1019         Remove -- these are bogus options which are never used.
1020
1021 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1022
1023         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1024
1025 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1026
1027         * spam.el (spam-check-blackholes) 
1028         (spam-blackhole-good-server-regex): new variable to skip some IPs
1029         when checking blackholes; use it
1030         (spam-check-bogofilter-headers) 
1031         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1032         case more X-Bogosity is used than just "Yes/No"
1033         (spam-ham-move-routine): semi-fixed, only first article is
1034         properly moved now
1035
1036 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1037
1038         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1039         as well.
1040         
1041         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1042         
1043         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1044         
1045         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1046         
1047         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1048         
1049         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1050
1051 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-fun.el (gnus-face-encode): New function.
1054         (gnus-convert-png-to-face): Use it.
1055
1056         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
1057
1058 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1059
1060         * mm-decode.el (mm-dissection-list): Remove.
1061         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1062         only used in mm-remove-all-parts.
1063         (mm-remove-all-parts): Remove it, it's never called.
1064
1065 2003-01-25  Simon Josefsson  <jas@extundo.com>
1066
1067         * gnus-group.el (gnus-group-make-group): Report errors.
1068
1069         * nnimap.el (nnimap-request-create-group): Ditto.
1070
1071         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1072
1073         * sieve.el (sieve-upload): Fix error printing.
1074
1075         * mm-encode.el (mm-qp-or-base64): Always QP iff
1076         mm-use-ultra-safe-encoding and cleartext PGP.
1077
1078         * gnus-sum.el (gnus-summary-select-article): Inhibit
1079         redisplay (mainly for secured messages).
1080
1081         * nnmail.el (nnmail-article-group): Copy body too (but don't
1082         process it).
1083
1084 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1085
1086         * gnus-art.el (gnus-article-setup-buffer): Reset
1087         gnus-button-marker-list.
1088
1089 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * nntp.el (nntp-read-timeout): Default to using a second delay
1092         under Microsoft Windows.
1093
1094 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * nnheader.el (nnheader-directory-separator-character): New
1097         variable. 
1098
1099 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1100
1101         * gnus-agent.el (gnus-agent-max-fetch-size)
1102         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1103         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1104         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1105         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1106         (gnus-agent-braid-nov, gnus-agent-load-alist)
1107         (gnus-agent-article-alist-save-format)
1108         (gnus-agent-read-agentview, gnus-agent-save-alist)
1109         (gnus-agent-fetch-group-1, gnus-agent-expire)
1110         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1111         (gnus-agent-regenerate-group): Reformat to keep under eighty
1112         columns.  Reword docstrings so that first line is under eighty
1113         chars and a complete sentence.  Still need to work on the rear
1114         end of the file, in particular gnus-agent-expire.       
1115
1116 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * gnus-agent.el (gnus-agentize): Indent.
1119
1120         * gnus.el (gnus-version-number): Bumped.
1121
1122 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1123
1124         * gnus.el: Oort Gnus v0.14 is released.
1125
1126 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1127
1128         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1129         before beginning.  Tiny patch from Mark Thomas
1130         <swoon@bellatlantic.net>.
1131
1132 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1133
1134         * spam.el (spam-check-blackholes, spam-split) 
1135         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1136         gnus-message calls to show to users what spam.el is doing
1137
1138 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1139
1140         * gnus-msg.el (gnus-message-replysign)
1141         (gnus-message-replyencrypt): Fix typo.
1142
1143 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1146         details. 
1147
1148 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-art.el (gnus-article-press-button): let* -> let.
1151         (gnus-mime-security-show-details): Cleaned up.
1152         (gnus-mime-security-press-button): Save excursion.
1153         (gnus-insert-mime-security-button): Clean up.
1154
1155         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1156
1157         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1158         timeout. 
1159
1160         * nntp.el (nntp-accept-process-output): Removed timeout. 
1161         (nntp-read-timeout): New variable.
1162         (nntp-accept-process-output): Use it.
1163
1164         * gnus-sum.el (gnus-data-find-list): Remove *.
1165
1166 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1167
1168         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1169         introduced on 2002-01-22.
1170         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1171
1172 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1173
1174         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
1175         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1176         checks of incoming mail based on simple header regexp matching
1177
1178 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1179
1180         * gnus-sum.el (gnus-spam-mark): set to `$'
1181
1182 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1183
1184         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1185         gnus-newsgroup-unfetched, the list of articles whose headers have
1186         not been fetched from the server.
1187
1188         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1189         parameter as it never worked due to a bug.  Added check to prevent
1190         selection of any article in the gnus-newsgroup-unfetched list.
1191         (gnus-summary-find-prev): Added check to prevent selection of any
1192         article in the gnus-newsgroup-unfetched list.
1193         (gnus-summary-first-subject): Documented API. Modified
1194         implementation so that constraints are handled independently.
1195         Added check to prevent selection of any article in the
1196         gnus-newsgroup-unfetched list.
1197         (gnus-summary-first-unseen-subject): Updated parameters in
1198         gnus-summary-first-subject call to match new API.
1199         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1200         (gnus-summary-catchup): Do not mark unfetched articles as read.
1201         
1202 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1203
1204         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1205         make-obsolete-variable allows only two arguments in XEmacs and
1206         Emacs 20.
1207
1208         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1209         gnus-article-hide-pgp.
1210         (gnus-summary-make-menu-bar): do.
1211
1212         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1213         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1214         gnus-article-hide-pgp.
1215         (article-hide-pgp): Remove.
1216         (gnus-article-hide): Remove gnus-article-hide-pgp.
1217
1218         * gnus.el: Remove gnus-article-hide-pgp
1219
1220 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * message.el (message-required-headers): Doc fix.
1223
1224 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1227         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1228         option to make ifile a purely binary classifier
1229
1230 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1233         (mml-secure-encrypt-pgpmime): Removed double.
1234
1235         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1236         debugging statements.
1237
1238 2003-01-21  Andreas Fuchs  <asf@void.at>
1239
1240         * mml-sec.el (mml-sign-alist): Added pgpauto.
1241
1242 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * gnus.el (gnus-version-number): Bumped version number.
1245
1246 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1247
1248         * gnus.el: Oort Gnus v0.13 is released.
1249
1250 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-art.el (gnus-button-url-regexp): Removed |.
1253
1254         * message.el (message-send-hook): Doc fix.
1255
1256         * gnus-win.el (gnus-buffer-configuration): Display article
1257         instead of article-copy when `reply'.
1258
1259 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1260
1261         * gnus.el (gnus-format): Change customize group to gnus.
1262         (gnus-cache): Add link.
1263         (gnus-group-charter-alist): Fix docstring.
1264
1265 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1266
1267         * mailcap.el (mailcap-print-command): lpr-command might be
1268         unbound in XEmacs.
1269
1270 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1271
1272         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1273
1274         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1275         calculation of net characters added for use in the gnus-data
1276         structure.
1277         
1278 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1279
1280         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1281         message.  Suggested by Jari Aalto.
1282
1283 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
1286         (gnus-article-reply-with-original): Ditto.
1287
1288         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1289         read articles don't become unread.
1290
1291 2003-01-17  Simon Josefsson  <jas@extundo.com>
1292
1293         * gnus-fun.el (gnus-x-face-from-file): 
1294         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1295
1296         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1297         (gnus-convert-image-to-face-command): Doc fix.
1298
1299 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1302
1303 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1304
1305         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1306         avoid encoding problems.
1307
1308         * mailcap.el (mailcap-ps-command): New variable.
1309         (mailcap-mime-data): Add print entry where applicable.  Use
1310         pdftotext on a tty.
1311
1312 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1313
1314         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1315
1316 2003-01-16  Simon Josefsson  <jas@extundo.com>
1317
1318         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
1319         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
1320         (gnus-face-from-file): Doc fix; don't mention image format.
1321
1322 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1323
1324         * spam.el (spam-get-article-as-filename): new function (unused for now)
1325         (spam-get-article-as-buffer): new function
1326         (spam-get-article-as-string): use spam-get-article-as-buffer
1327         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1328
1329 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1330  
1331         * gnus-agent.el: Don't use `path'.
1332         From the GNU coding standards:
1333         
1334             Please do not use the term ``pathname'' that is used in Unix
1335             documentation; use ``file name'' (two words) instead.  We use
1336             the term ``path'' only for search paths, which are lists of
1337             directory names.
1338
1339         * nnsoup.el (nnsoup-file-name): Ditto.
1340  
1341         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1342         (nnmail-group-pathname): Ditto.
1343  
1344         * nnimap.el (nnimap-group-overview-filename): Ditto.
1345  
1346         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1347         (nnheader-group-pathname): Ditto.
1348  
1349         * nnfolder.el (nnfolder-group-pathname): Ditto.
1350  
1351         * gnus.el (gnus-home-directory): Ditto.
1352  
1353         * gnus-group.el (gnus-group-icon-list): Ditto.
1354  
1355 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1356
1357         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1358
1359         * message.el (message-mode-menu): Use it.
1360         (message-mode-menu): Deactivate "Yank Original" if there's no
1361         reply buffer.
1362
1363         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1364
1365         * message.el (message-mark-active-p): New function.
1366
1367 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1370         (spam-bogofilter-database-directory): new variables
1371         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1372         (spam-bogofilter-register-with-bogofilter) 
1373         (spam-bogofilter-register-spam-routine) 
1374         (spam-bogofilter-register-ham-routine) 
1375         (spam-group-ham-processor-bogofilter-p): new functions for the new
1376         Bogofilter interface
1377         (spam-summary-prepare-exit): use the new Bogofilter functions
1378         (spam-list-of-checks): added spam-use-bogofilter-headers
1379         (spam-bogofilter-score): rewrote function
1380         (spam-check-bogofilter): optional score parameter, uses
1381         spam-check-bogofilter-headers better
1382         (spam-check-bogofilter-headers): optional score parameter
1383
1384         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1385         default, in the gnus-start customization group.  Used to disable
1386         the spam-*/ham-* parameters.
1387         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1388
1389 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1390
1391         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1392         XEmacs.
1393
1394         * gnus-ems.el (gnus-mark-active-p): do.
1395
1396 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1397
1398         * gnus.texi (Using MIME): Mention auto-compression-mode with
1399         gnus-mime-copy-part.
1400
1401 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * message.el (message-send): Don't warn about duplicates when
1404         superseding. 
1405
1406 2003-01-15  Simon Josefsson  <jas@extundo.com>
1407
1408         * nnimap.el (nnimap-split-download-body): New variable.
1409         (nnimap-split-articles): Use it.
1410
1411 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1412
1413         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1414         integrity checker was incorrectly flagging, and removing, articles
1415         whose article number was negative.
1416         (gnus-agent-fetch-group-1): When executed in the group's summary
1417         buffer, refresh each downloaded line to update the status flag and
1418         font.  Preserve the value of gnus-newsgroup-headers so that
1419         gnus-agent-fetch-articles can split the requests by size.
1420         (gnus-agent-expire): Corrected day calculation for when
1421         gnus-agent-expire-days contains a list.
1422
1423 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1426
1427 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1428
1429         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1430           /usr/bin/play as default player. 
1431           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1432
1433 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1436         articles to be marked as well.
1437
1438 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1439         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1440         fictious headers generated by nnagent (ie. Undownloaded Article
1441         ####) in the list of articles that have not been downloaded.
1442         
1443         * gnus-int.el (): Added require declarations to resolve
1444         compile-time warnings.
1445         (gnus-open-server): If the server status is set to offline,
1446         recursively execute gnus-open-server to open the offline backend
1447         (e.g. nnagent).
1448
1449 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1450
1451         * gnus-art.el (gnus-article-reply-with-original): Use
1452         gnus-mark-active-p.
1453         (gnus-article-followup-with-original): do.
1454
1455 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1456
1457         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1458
1459 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1460
1461         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1462         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1463
1464 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1465
1466         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1467         (gnus-face-from-file): Ditto.
1468
1469 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1472         gnus-alter-articles-to-read-function to the unread articles. 
1473
1474 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1475
1476         * deuglify.el (gnus-article-outlook-unwrap-lines)
1477         (gnus-article-outlook-repair-attribution)
1478         (gnus-article-outlook-rearrange-citation): New function names,
1479         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1480         doc-string.
1481
1482         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1483         removed `W k' key binding (use `W Y f' instead).
1484         (gnus-summary-make-menu-bar): Use new function names.
1485
1486 2003-01-13  Simon Josefsson  <jas@extundo.com>
1487
1488         * gnus-fun.el (gnus-random-x-face): Doc fix.
1489         (gnus-insert-random-x-face-header): New function.
1490
1491 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1492
1493         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1494         mark is not active.
1495
1496         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1497
1498         * gnus-ems.el (gnus-mark-active-p): New function.
1499
1500         * gnus-group.el (gnus-topic-mode-p): New function.
1501         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1502         Deactivate items if mark is not active.
1503
1504 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * gnus.el (gnus-version-number): Bumped version.
1507         (gnus-summary-line-format): Doc fix.
1508
1509 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1510
1511         * gnus.el: Oort Gnus v0.12 is released.
1512
1513 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * mail-source.el (mail-sources): Removed autoload to make it
1516         compile under XEmacs.
1517
1518 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1519
1520         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1521         regexp or a function too.
1522         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1523         confirmation even if the original article is mail.
1524
1525 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1528         articles to be marked when not yanking.
1529
1530 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1531
1532         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1533         
1534 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-fun.el (gnus-face-from-file): Autoload.
1537
1538         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1539         errors.
1540
1541 2003-01-12  Simon Josefsson  <jas@extundo.com>
1542
1543         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1544         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1545
1546         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1547         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1548
1549 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1552         in every string.
1553
1554         * gnus.el (gnus-version-number): Bumped version number.
1555
1556 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1557
1558         * gnus.el: Oort Gnus v0.11 is released.
1559
1560 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1561
1562         * message.el (message-fetch-reply-field): Narrow to headers.
1563
1564         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1565         if Gnus isn't alive.
1566
1567 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1568
1569         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1570         marks from articles that are already stored in the agent.
1571         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1572         backup copy of an invalid .overview file for later analysis.
1573         
1574 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1575
1576         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1577         exit work with two frames.
1578
1579 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1580
1581         * message.el (message-forward-make-body): Use mule4.
1582
1583 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * message.el (message-mode-map): Move wide-reply command.
1586
1587 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1590         castellano.
1591         (gnus-outlook-display-hook): New variable.
1592         (gnus-outlook-display-article-buffer): New function.
1593         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1594         (gnus-outlook-deuglify-article): Made them interactive and added
1595         optional arg.  Use `g-o-d-a-b'.
1596         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1597
1598         * gnus-sum.el: Added autoloads.
1599         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1600         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1601
1602 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-art.el (gnus-display-mime): Use the mime emulation
1605         variable. 
1606
1607         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1608
1609         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1610         newsrc-alist is initialized properly.
1611
1612         * mail-source.el (mail-sources): Autoload.
1613
1614         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1615         nil.
1616
1617         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1618         insert two newlines.
1619
1620         * message.el (message-check-news-header-syntax): Compute the
1621         header length correctly.
1622
1623 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1624
1625         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1626         alist when keeping fetched article file.
1627         (gnus-agent-retrieve-headers): When parsing response for article
1628         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1629         against garbage in the server's response.
1630
1631         * gnus-int.el (gnus-request-expire-articles,
1632         gnus-request-move-article): Only expire when the group's server
1633         has been agentized.
1634
1635 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1638         errors when deleting overlays.
1639
1640         * gnus-score.el (gnus-score-followup): Allow tracing.
1641
1642         * gnus-art.el (gnus-treat-display-face): New variable.
1643         (article-display-face): New command.
1644
1645         * gnus-fun.el (gnus-face-from-file): New function.
1646         (gnus-convert-face-to-png): Ditto.
1647
1648         * gnus-art.el (gnus-ignored-headers): Added Face.
1649
1650 2003-01-10  Simon Josefsson  <jas@extundo.com>
1651
1652         * nndraft.el (nndraft-request-group): Avoid crash in
1653         directory-files when draft directory doesn't exists.
1654
1655         * gnus-sum.el (gnus-select-article-hook): Add :option.
1656
1657 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * spam.el (spam-use-stat): new variable
1660         (spam-group-spam-processor-stat-p) 
1661         (spam-group-ham-processor-stat-p): new convenience functions
1662         (spam-summary-prepare-exit): add spam/ham processors to sequence
1663         (spam-list-of-checks): add spam-use-stat to list of checks
1664         (spam-split): conditionally load the spam-stat tables
1665         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1666         spam-check-ifile): new functions
1667
1668         * spam-stat.el (spam-stat): typo fix
1669         (spam-stat-install-hooks): new variable
1670         (spam-stat-split-fancy-spam-group): added documentation clarification
1671         (spam-stat-split-fancy-spam-threshhold): new variable
1672         (spam-stat-install-hooks): make hooks conditional
1673         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1674
1675         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1676         spam-stat ham/spam processor symbols
1677
1678 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1681         file exists.
1682
1683 2003-01-10  Simon Josefsson  <jas@extundo.com>
1684
1685         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1686         undownloaded/downloadable only when unplugged.
1687
1688 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1689
1690         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1691
1692 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1693
1694         * spam.el (spam-check-ifile): fixed call-process-region to use the
1695         db parameter only if it's set
1696         (spam-ifile-register-with-ifile): ditto
1697
1698 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1699
1700         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1701         spam-stat-nbad before creating the hash table.
1702         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1703         Changed copyright statement to FSF.
1704
1705 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1706
1707         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1708         processable articles as read.
1709         (gnus-agent-summary-fetch-series): Remove processable and
1710         downloadable marks on all downloaded articles in the series.
1711
1712         * nntp.el (nntp-report): Throw error after reporting the problem.
1713         (nntp-accept-process-output): Corrected error check to report an
1714         error when the process is nil.
1715
1716 2003-01-09  Simon Josefsson  <jas@extundo.com>
1717
1718         * message.el (message-tool-bar-map): Add preview.
1719
1720 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1721
1722         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1723         previewing.
1724
1725 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1726
1727         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1728         bug when the (n+1)th article to be added to a group has a smaller
1729         number than the n articles already added.
1730
1731 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1732
1733         * message.el (message-mode-field-menu): Use backquote.
1734
1735 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1736
1737         * spam.el: fixed the BBDB autoloads again, using
1738         bbdb-search-simple now (which is not a macro, thank god)
1739
1740         * lpath.el (bbdb-search): removed function from maybe-fbind list
1741
1742         * gnus.el (ham-process-destination): added new parameter for
1743         destination of ham articles found in spam groups at summary exit
1744
1745         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1746         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1747         (spam-ifile-database-path): added new parameter for ifile's database
1748         (spam-move-spam-nonspam-groups-only): new parameter to determine
1749         if spam should be moved from all groups or only some
1750         (spam-summary-prepare-exit): fixed logic to use
1751         spam-move-spam-nonspam-groups-only when deciding to invoke
1752         spam-mark-spam-as-expired-and-move-routine; always invoke that
1753         routine after the spam has been expired-or-moved in case there's
1754         some spam left over; use spam-ham-move-routine in spam groups
1755         (spam-ham-move-routine): new function to move ham articles to the
1756         ham-process-destinations group parameter
1757
1758 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1761
1762         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1763         gnus-summary-update-article-line.
1764
1765 2003-01-08  Simon Josefsson  <jas@extundo.com>
1766
1767         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1768         not successful.
1769
1770 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1773
1774 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1775
1776         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1777         logic, finally
1778
1779 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1782         (gnus-parse-format): Change to %~.
1783
1784         * message.el (message-generate-headers): Don't generate optional
1785         empty headers.
1786
1787 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1788
1789         * message.el (message-cross-post-default)
1790         (message-cross-post-note-function, message-shoot-gnksa-feet)
1791         (message-strip-subject-trailing-was, message-change-subject)
1792         (message-mark-insert-file, message-cross-post-followup-to)
1793         (message-cross-post-followup-to, message-mode-map)
1794         (message-generate-unsubscribed-mail-followup-to)
1795         (message-make-mail-followup-to): Minor changes to doc-strings and
1796         error messages.  Updated copyright line.
1797
1798         * message.el (message-make-mail-followup-to,
1799         message-generate-unsubscribed-mail-followup-to): New function
1800         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1801         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1802         names.
1803
1804         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1805         (mml-preview-insert-mft): Removed function name.
1806         (mml-preview): Use new function names.
1807
1808         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1809
1810         * message.el (message-mode-field-menu): Moved header related
1811         commands from "Message" to "Field" menu.
1812
1813 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1814
1815         * message.el (message-generate-headers-first): Added customization
1816         if variable is a list.
1817
1818 2003-01-07  Michael Shields  <shields@msrl.com>
1819
1820         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1821         where the last line of the article is the last line of the window.
1822
1823 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * gnus-msg.el (gnus-debug): Use ignore-errors.
1826
1827         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1828         `gnus-summary-update-line'.
1829
1830 2003-01-08  Simon Josefsson  <jas@extundo.com>
1831
1832         * gnus-art.el (gnus-unbuttonized-mime-types)
1833         (gnus-buttonized-mime-types): Doc fix.
1834
1835 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1836
1837         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1838
1839 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1840
1841         * nnrss.el (nnrss-group-alist): Add and clear up.
1842
1843 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1846
1847         * lpath.el (bbdb-search): added BBDB functions for a better way to
1848         fix missing functions
1849
1850         * spam.el (spam-check-ifile): if should be an unless
1851
1852         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1853         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1854         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1855
1856 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1859         gnus-summary-refer-thread to thread menu.
1860
1861 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1862
1863         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1864         summary buffer, articles that cannot be fetched are marked as
1865         canceled.
1866
1867         * nntp.el (nntp-with-open-group): The quit signal handler must
1868         propagate the quit signal to the next outer handler so that the
1869         caller knows that the request aborted abnormally.
1870
1871 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1872
1873         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1874         (spam-ifile-register-spam-routine)
1875         (spam-ifile-register-ham-routine): added ifile functionality that
1876         does not use ifile-gnus.el to classify and register articles
1877         (spam-get-article-as-string): convenience function
1878         (spam-summary-prepare-exit): added ifile spam and ham registration
1879         (spam-ifile-all-categories, spam-ifile-spam-category)
1880         (spam-ifile-path, spam-ifile): added customization options
1881
1882         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1883         exit processor
1884         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1885         list of choices
1886
1887 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * gnus-score.el (gnus-score-followup): Also score immediate
1890         followups.
1891
1892 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1895
1896 2003-01-07  Simon Josefsson  <jas@extundo.com>
1897
1898         * message.el (message-mode-menu): Fix receipt balloon help.
1899
1900 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1901
1902         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1903         always be interpreted as news.
1904
1905 2003-01-07  Simon Josefsson  <jas@extundo.com>
1906
1907         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1908         gnus-sieve-script, instead of the global variable
1909         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1910         <sb@dod.no>.
1911
1912 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1913
1914         * gnus.el: Renamed gnus-summary-*-uncached-face as
1915         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1916         the cache.
1917
1918         * gnus-sum.el: Ditto.
1919
1920 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1921
1922         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1923         in either the group or summary buffer.
1924         New command "JS", in summary buffer, will fetch articles per the
1925         group's category, predicate, and processable flags.
1926         (gnus-agent-summary-fetch-series): Rewritten to call
1927         gnus-agent-session-fetch-group once with all articles in the
1928         series.
1929         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1930         return list of fetched articles.
1931         (gnus-agent-fetch-articles): Split fetch list into sublists such
1932         that the article buffer is only slightly larger than
1933         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1934         the group's article alist is saved.
1935         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1936         longer result in the agent trying to fetch an article.
1937         (gnus-agent-fetch-group-1): Can now be called in either the group
1938         or summary buffer.  Removed the max-fetch-size code that I added
1939         on 2002-12-13 as that capability is now part of
1940         gnus-agent-fetch-articles.  Added code to update summary buffer.
1941         When called in the group buffer, articles that can not be fetched
1942         are AUTOMATICALLY MARKED AS READ.
1943
1944         * gnus-sum.el (): Modified eval-when-compile to minimize
1945         misleading compilation warnings.
1946         (gnus-update-summary-mark-positions): Changed code to use
1947         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1948
1949         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1950         empty file as the parser assumes that the file isn't empty.
1951
1952         * nntp.el (nntp-send-string): The process-send-string call can,
1953         because it performs I/O on the process, change the process' state
1954         from open to closed.  If this happens, call nntp-report
1955         immediately to report the broken connection.
1956         (nntp-report): Rewritten to avoid needing a global variable to
1957         determine the appropriate course of action.  Instead, two function
1958         implementations are provided and the nntp-report function value is
1959         bound to the appropriate implementation.
1960         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1961         (nntp-with-open-group): Now binds nntp-report's function cell
1962         rather than binding gnus-with-open-group-first-pass.  Added a
1963         condition-case to detect a quit during a nntp command.  When the
1964         quit occurs, the current connection is closed as a fetch articles
1965         request could have several megabytes queued up for reading.
1966         (nntp-retrieve-headers): Bind articles to itself.  If
1967         nntp-with-open-group repeats this command, I must have access to
1968         the original list of articles.
1969         (nntp-retrieve-groups): Ditto for groups.
1970         (nntp-retrieve-articles): Ditto for articles.
1971         (*): Replaced nntp-possibly-change-group calls to
1972         nntp-with-open-group forms in all, but one, occurrance.
1973         (nntp-accept-process-output): Bug fix. Detect when called with
1974         null process.
1975
1976 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1977
1978         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1979         if we don't need to.
1980         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1981
1982 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * gnus-group.el (gnus-group-make-web-group): Pass the select
1985         method on to group-create.
1986         (gnus-group-line-format-alist): %U is an integer.
1987
1988         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1989         ephemeral groups.
1990         (gnus-summary-read-group-1): Ditto.
1991         (gnus-group-make-articles-read): Ditto.
1992
1993         * mm-url.el (mm-url-program): Doc fix.
1994
1995         * message.el (message-mode-map): Rebound
1996         message-insert-wide-reply.
1997
1998 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2001         color as `gnus-group-startup-message' does.
2002
2003 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2004
2005         * spam.el: fixed line lengths to 80 chars or less
2006
2007         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2008         "not-read" mark
2009         (gnus-summary-mark-forward): added the spam-mark to the list of
2010         marks not to be marked as "read" when viewed
2011
2012 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2015
2016         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2017         Protect against unactive groups.
2018
2019         * message.el (message-check-news-header-syntax): Check long
2020         header lines.
2021         (message-check-news-header-syntax): Update `start'.
2022
2023         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2024         (gnus-group-line-format): %U.
2025         (gnus-group-line-format-alist): ?U.
2026         (gnus-number-of-unseen-articles-in-group): New function.
2027
2028         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2029
2030         * gnus.el (gnus-version-number): Bump version number.
2031
2032 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2033
2034         * gnus.el: Oort Gnus v0.10 is released.
2035
2036 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus.el (gnus-version-number): Fix version number.
2039
2040 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2041
2042         * gnus.el: Oort Gnus v0.08 is released.
2043
2044 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2045
2046         * mm-util.el: Add mm-string-make-unibyte.
2047
2048         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2049         UTF-8 groups.
2050
2051 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2054
2055         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2056
2057 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2058
2059         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2060         function.
2061
2062 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2065         (gnus-summary-read-group-1): Update group line.
2066         (gnus-summary-exit-no-update): Update group on exit.
2067
2068         * gnus-group.el (gnus-group-line-format): Add %*.
2069         (gnus-group-line-format-alist): Ditto.
2070         (gnus-group-insert-group-line): Set it.
2071         (gnus-group-is-exiting-p): New variable.
2072         (gnus-group-insert-group-line): Use it.
2073
2074 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2075
2076         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2077         enable BBDB ham processing
2078         (spam-blacklist-register-routine): enable blacklist spam processing
2079         (spam-whitelist-register-routine): enable whitelist ham processing
2080         (spam-fetch-field-from-fast): fast fetching of the "from" field
2081         from (gnus-data-list)
2082         (spam-summary-prepare-exit): works completely now
2083         (spam-use-blacklist): oops, should be nil by default
2084         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2085         split processing now; before it was for summary exit as
2086         well but that's done with the spam-contents and spam-process
2087         parameters now
2088
2089 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2090
2091         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2092         characters.
2093
2094 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2095
2096         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2097         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2098         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2099         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2100         (spam-mark-spam-as-expired-and-move-routine)
2101         (spam-generic-register-routine, spam-BBDB-register-routine)
2102         (spam-ifile-register-routine, spam-blacklist-register-routine)
2103         (spam-whitelist-register-routine): new functions
2104         (spam-summary-prepare-exit): added summary exit processing (expire
2105         or move) of spam-marked articles for spam groups; added slots for
2106         all the spam-*-register-routine functions
2107
2108 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * pop3.el (pop3-retr): Wait 500 msecs.
2111         (pop3-read-response): Ditto.
2112
2113         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2114         right.
2115         (gnus-inews-make-draft): New function.
2116         (gnus-setup-message): Use it.
2117
2118         * message.el (message-required-headers): Add From.
2119
2120 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2121         Trivial patch from Norbert Koch <nk@viteno.net>.
2122
2123         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2124
2125 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * message.el (message-generate-headers): Let header formatters do
2128         their work.
2129
2130 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2131
2132         * deuglify.el (gnus-article-outlook-deuglify-article):
2133         Rehighlight, reapply treatments and call
2134         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2135         (gnus-outlook-repair-attribution-block): Recognize cited
2136         attributions.  Suggested by Niklas Morberg.
2137
2138 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2139
2140         * gnus-art.el (gnus-treat-predicate): Check condition first.
2141
2142 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2143
2144         * lpath.el: Add url-http-file-exists-p.
2145
2146         * gnus-group.el (gnus-group-fetch-charter): Use
2147         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2148
2149 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * message.el (message-draft-headers): Also generate From to get a
2152         nicer draft buffer summary.
2153
2154         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2155         parameter.
2156
2157         * gnus-art.el (article-wash-html): Clean up.
2158         (article-wash-html): Typo fix.
2159
2160         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2161         (gnus-summary-mail-forward): To many lists of lists.
2162
2163         * gnus-art.el (article-wash-html): Clean up.
2164
2165 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2166
2167         * gnus-art.el (gnus-treat-wash-html): New variable.
2168
2169 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * message.el (message-check-news-header-syntax): Allow posting.
2172         (message-check-news-header-syntax): Fix logic for sure, this
2173         time.
2174
2175 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2176
2177         * message.el (message-check-news-header-syntax): Check syntax of
2178         continuation headers.
2179
2180 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * gnus-art.el (gnus-button-url-regexp,
2183         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2184         (gnus-header-button-alist): Regexps are case insensitive here.
2185
2186 2003-01-02  Simon Josefsson  <jas@extundo.com>
2187
2188         * dig.el (query-dig): Doc fix.
2189
2190 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2191
2192         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2193         summary buffer line, not just the download mark.
2194
2195 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2198         (gnus-summary-insert-dormant-articles): New command and
2199         keystroke.
2200
2201         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2202         function for mass insertion of subjects.
2203
2204         * nndraft.el (nndraft-generate-headers): Don't move point.
2205
2206         * gnus.el (nnheader): Require nnheader.
2207
2208         * nndraft.el (nndraft-request-associate-buffer): Use
2209         make-local-variable.
2210
2211 2003-01-02  Michael Shields  <shields@msrl.com>
2212
2213         * nndraft.el (nndraft-request-associate-buffer): Make
2214         write-contents-hooks buffer-local before setting it.
2215
2216 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus.el (gnus-group-parameter-value): Take an extra param.
2219         (gnus-group-fast-parameter): Let group param results be nil.
2220
2221         * gnus-art.el (gnus-article-forward-header): New function.
2222         (article-date-ut): Use it to remove continuation date headers.
2223
2224         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2225         read-event.
2226         (gnus-summary-remove-bookmark): Clean up.
2227         (gnus-summary-set-bookmark): Clean up.
2228
2229         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2230
2231         * gnus.el (gnus-group-startup-message): Bind data-directory to
2232         the Gnus etc directory.
2233
2234 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2235
2236         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2237         ham-processing of articles; use the new
2238         spam-group-(spam|ham)-contents-p functions
2239         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2240         convenience functions
2241         (spam-mark-junk-as-spam-routine): use the new
2242         spam-group-spam-contents-p function
2243
2244         * gnus.el (spam-process, spam-contents, spam-process-destination):
2245         added new parameters with corresponding global variables
2246         (gnus-group-spam-exit-processor-ifile,
2247         gnus-group-spam-exit-processor-bogofilter,
2248         gnus-group-spam-exit-processor-blacklist,
2249         gnus-group-spam-exit-processor-whitelist,
2250         gnus-group-spam-exit-processor-BBDB,
2251         gnus-group-spam-classification-spam,
2252         gnus-group-spam-classification-ham): added new symbols for the
2253         spam-process and spam-contents parameters
2254
2255         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2256         customization and list itself to store mark symbol rather than
2257         mark character.
2258         (spam-bogofilter-register-routine): added logic to generate mark
2259         values list from spam-ham-marks and spam-spam-marks, so (member)
2260         would work.
2261
2262 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * message.el (message-cross-post-followup-to): Fix comment.
2265
2266 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2267
2268         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2269         customization and list itself to store mark symbol rather than
2270         mark character.
2271         (spam-bogofilter-register-routine): added logic to generate mark
2272         values list from spam-ham-marks and spam-spam-marks, so (member)
2273         would work.
2274
2275 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2276
2277         * message.el (message-signature-insert-empty-line): New variable.
2278
2279 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2280
2281         * message.el: Renamed functions and variables: "xpost" ->
2282         "cross-post", "-fup2" -> "-followup-to".
2283         (message-cross-post-old-target, message-cross-post-default,
2284         message-cross-post-note, message-followup-to-note,
2285         message-cross-post-note-function): New variables names.
2286         (message-xpost-old-target, message-xpost-default,
2287         message-xpost-note, message-fup2-note,
2288         message-xpost-note-function): Removed variable names.
2289         (message-cross-post-followup-to-header,
2290         message-cross-post-insert-note, message-cross-post-followup-to):
2291         New function names.
2292         (message-xpost-fup2-header, message-xpost-insert-note,
2293         message-xpost-fup2): Removed function names.
2294
2295 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2296
2297         * message.el (message-send-mail): Added message-cleanup-headers to
2298         prevent newlines in headers.
2299
2300 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * dns.el (dns-make-network-process): Comment.
2303
2304         * gnus-sum.el (gnus-summary-display-while-building): Default to
2305         nil.
2306
2307 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2308
2309         * gnus-sum.el (gnus-summary-display-while-building): New
2310         variable.
2311
2312 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2313
2314         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2315         before rearranging the article.
2316
2317 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * nndraft.el (nndraft-generate-headers): New function.
2320         (nndraft-request-associate-buffer): Use it to write headers on
2321         buffer save.
2322
2323         * message.el (message-generate-headers): Let the function be a
2324         lambda form.
2325         (message-draft-headers): New variable.
2326
2327         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2328         function.
2329         (gnus-setup-message): Use it.
2330
2331         * message.el (message-generate-headers-first): Doc fix.
2332         (message-setup-1): Use new function for getting which headers to
2333         generate.
2334         (message-headers-to-generate): New function.
2335
2336 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2337
2338         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2339
2340 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2341
2342         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2343         mention negatives.
2344
2345 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2346
2347         * deuglify.el (gnus-outlook-rearrange-article): Use
2348         `transpose-regions' instead of tempering the kill-ring.
2349         (gnus-article-outlook-deuglify-article): Rehighlight article
2350         instead of a complete redisplay.
2351
2352 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2353
2354         * spam.el: most defvars are defcustoms now
2355
2356         patches from Michael Shields  <shields@msrl.com>
2357
2358         * spam.el (spam-bogofilter-articles): Select the article
2359         body using gnus-summary-show-article t instead of
2360         gnus-summary-select-article; this presents the raw text
2361         without running any hooks.
2362
2363         * spam.el (spam-bogofilter-articles): Use message-remove-header
2364         to remove headers; the old way incorrectly removed just the first
2365         line of folded headers.
2366
2367 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2370
2371 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-start.el (gnus-load): New function.
2374         (gnus-read-newsrc-el-file): Use it.
2375
2376 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2377
2378         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2379         (gnus-button-handle-apropos-documentation): New function.
2380         (gnus-button-handle-ctan): New function.
2381         (gnus-button-alist): Use them.  Improve some regexps.
2382         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2383
2384 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2385
2386         * message.el (message-subscribed-p): New function.
2387         (message-send-mail): Use it.
2388         * mml.el (mml-preview-insert-mft): New function.
2389         (mml-preview): Use it.
2390
2391 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2394         when sorting by date.
2395
2396         * gnus-art.el (gnus-article-edit-mode): New variable.
2397         (gnus-article-setup-buffer): Warn user about discarding edits.
2398
2399         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2400         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2401         headers.
2402
2403         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2404
2405 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * message.el (message-completion-alist): Added "Mail-Followup-To"
2408         and "Mail-Copies-To".
2409
2410 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2411
2412         * gnus-group.el: Add key bindings for
2413         gnus-group-sort-groups-by-real-name and
2414         gnus-group-sort-selected-groups-by-real-name.
2415
2416 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2417
2418         * gnus.texi (Sorting Groups): Add key bindings for
2419         gnus-group-sort-groups-by-real-name and
2420         gnus-group-sort-selected-groups-by-real-name.
2421
2422 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2423
2424         * spam.el (spam-use-dig): new variable for blackhole checking
2425         through dig.el
2426         (spam-check-blackholes): added dig.el checking functionality and
2427         more verbose reporting; query-dig is autoloaded from dig.el
2428         (spam-use-blackholes): disabled by default
2429         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2430         blackhole servers list
2431
2432 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * message.el (message-required-headers): New variable.
2435
2436 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2437
2438         * dig.el (query-dig): new function
2439
2440 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2443         prefixes.
2444
2445         * dns.el (query-dns): Protect against errors.
2446
2447         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2448         (gnus-inews-add-send-actions): Mark all answered messages as
2449         answered.
2450
2451 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2452
2453         * nnmail.el (nnmail-split-it): Added tracing to
2454         `:' split rule
2455
2456 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2457
2458         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2459         and "%s" so we don't overquote them.
2460
2461 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2462
2463         * (mm-display-external): Display the actual command that has been
2464         executed in the echo area.
2465
2466 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2469
2470         * message.el (message-with-reply-buffer): New macro.
2471         (message-fetch-reply-field): Use it.
2472         (message-insert-wide-reply): New command and keystroke.
2473         (message-carefully-insert-headers): New function.
2474         (message-insert-to): Use new function.
2475
2476         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2477         (gnus-topic-goto-missing-group): Use it.
2478
2479         * message.el (message-required-news-headers): Removed Lines.
2480         (message-reply): Don't insert References first.
2481         (message-followup): Ditto.
2482         (message-make-references): New function.
2483         (message-followup): Set message-reply-headers before generating
2484         the buffer stuff.
2485
2486 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2487
2488         * mml.el (mml-generate-mime-1): Reverse the order of
2489         encoding/flowing.
2490
2491 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2494         after moving them.
2495
2496         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2497         fit with newer standard format.
2498         (gnus-summary-make-false-root-always): New variable.
2499         (gnus-gather-threads-by-subject): Use it.
2500
2501         * message.el (message-get-reply-headers): Take an address list
2502         optional argument.
2503
2504 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus.el (gnus-keep-backlog): Change default to 20.
2507
2508         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2509         start.
2510         (gnus-agent-check-overview-buffer): Remove negative article
2511         numbers.
2512
2513         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2514         (nnmail-cache-ignore-groups): Doc fix.
2515
2516         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2517         (nnimap-debug-buffer): New variable.
2518         (nnimap-debug): Use it.
2519
2520 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2521
2522         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2523
2524 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2527         they aren't already sorted.
2528
2529 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2530
2531         * message.el (message-mode-menu): Add ellipses to menu items
2532         expecting user interaction.
2533         (message-mode-field-menu): do.
2534
2535 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2536
2537         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2538         it isn't used any more.
2539
2540 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2541
2542         * binhex.el (binhex-decoder-program): Fix docstring.
2543
2544 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2545
2546         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2547         special chars if the mailcap file uses single quotes around %s.
2548         From Laurent Martelli <laurent@bearteam.org>.
2549
2550 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2551
2552         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2553         return the info object.
2554
2555 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2556
2557         * gnus-int.el (gnus-request-update-info): Artificially add
2558         (1 . (1- min)) to the read range, in case the backend doesn't
2559         store marks for nonexistent articles.
2560
2561 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * binhex.el (binhex-insert-char): Eval-and-compile.
2564
2565 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2566
2567         * lpath.el: Add tool-bar-local-item-from-menu.
2568
2569         * message.el (message-tool-bar-local-item-from-menu): New function.
2570         (message-tool-bar-map): Use it.
2571
2572 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2573
2574         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2575
2576         * gnus-art.el (gnus-article-header-rank): Last header in
2577         gnus-sorted-header-list should have higher rank than non-members.
2578
2579 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2582         covered methods.
2583
2584 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2585
2586         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2587         eval-when-compile.  Suggested by Kevin Greiner.
2588
2589 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2590
2591         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2592         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2593         even though no headers may have been fetched
2594         (gnus-agent-fetch-group-1, and perhaps others, require this
2595         behavior).
2596         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2597         server buffer is constrained by gnus-agent-max-fetch-size.
2598         Multiple chunks in the same group may perform arbitrarily large
2599         updates.
2600
2601 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2602
2603         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2604         gnus-summary-update-download-mark to update the article in the
2605         summary.
2606
2607 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2608
2609         * gnus.el (gnus-summary-high-uncached-face,
2610         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2611         New faces.
2612
2613         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2614         added this on 2002-11-23 but it just wasn't working out as
2615         intended.  The idea isn't entirely dead, three new faces
2616         gnus-summary-*-uncached-face are being added to gnus.el to provide
2617         the basis for an improved implementation.
2618         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2619         proper file to open is lib/servers.
2620         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2621         (i.e. removing the article from gnus-newsgroup-downloadable) will
2622         now restore the article's default mark rather than simply setting
2623         no mark.
2624         (gnus-agent-get-undownloaded-list): Corrected documentation.
2625         Added code to set new summary local variable,
2626         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2627         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2628         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2629         up to date.  Call new gnus-summary-update-download-mark to keep
2630         summary buffer up-to-date.
2631         (gnus-agent-fetch-selected-article): Keep
2632         gnus-newsgroup-undownloaded up to date.
2633         (gnus-agent-fetch-articles): Return list of articles that were
2634         successfully fetched.
2635         (gnus-agent-check-overview-buffer): No more thingatpt.
2636         (gnus-agent-expire): No longer deletes NOV entries of unread
2637         articles.
2638         (gnus-agent-unread-articles): New function.
2639         (gnus-agent-regenerate-group): The article number must be
2640         terminated by a tab character.  Added more messages to report
2641         repairs.  Inhibit quits while writing changes so it is now safe
2642         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2643         downloaded to 1) resolve the unbound references and 2) avoid
2644         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2645
2646         * gnus-art.el (gnus-article-prepare): The agent
2647         downloaded/undownloaded mark is no longer stored as the article's
2648         mark.
2649
2650         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2651         gnus-summary-highlight may use it.  Added downloaded as
2652         gnus-summary-highlight was using it.
2653
2654         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2655         the download mark now follows Kai's +/- convention.
2656         (gnus-downloaded-mark): Added ?+ mark.
2657         (gnus-summary-highlight): Added rules to select
2658         gnus-summary-high-uncached-face,
2659         gnus-summary-normal-uncached-face, and
2660         gnus-summary-low-uncached-face.  Removed the
2661         gnus-agent-downloaded-article-face.
2662         (gnus-summary-line-format-alist): Implemented the download flag
2663         format (?O) as named in the manual.  This implementation displays
2664         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2665         gnus-no-mark.
2666         (gnus-newsgroup-agentized): New local variable that identifies
2667         which groups are agentized.  While the agent is now on by default,
2668         you don't have to agentize every server that you use.
2669         (gnus-update-summary-mark-positions): Completed support for the
2670         download type of mark.
2671         (gnus-summary-insert-line): Added undownloaded to the parameters.
2672         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2673         reference by the gnus-summary-line-format-spec.
2674
2675         * nntp.el (nntp-with-open-group): This macro handles dropped or
2676         broken connections by opening a new connection and repeating the
2677         failed command.
2678         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2679         XOVER commands preceeding the active articles with the nov entry
2680         of the first available article.  When gnus connected to such a
2681         server, the unexpected nov entry would result in duplicate lines
2682         in the agent's overview file.  This patch fixes the duplicate
2683         lines problem and improves performance by skipping over all
2684         articles IDs that preceed the first nov entry in the server's
2685         reply.
2686
2687 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2690         (gnus-summary-highlight): Use it instead of `downloaded'.
2691         (gnus-summary-highlight-line): Ditto.
2692
2693         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2694
2695 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2698
2699         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2700         calls.
2701
2702         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2703         downloaded variable if we're in an uncovered group.
2704
2705         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2706         font to soemthing less noticeable.
2707         (gnus-agent-group-covered-p): New function.
2708
2709 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2710
2711         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2712         Because of an unknown bug, the group buffer is saved in .overview
2713         file.
2714
2715 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2716
2717         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2718         `and' with `or'.
2719
2720 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2721
2722         * nntp.el (nntp-send-command): Assume that echo does not happen
2723         when nntp-open-connection-function is nntp-open-network-stream.
2724         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2725
2726 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2727
2728         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2729
2730 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2731
2732         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2733         nntp-server-buffer if we aren't going to write to it.
2734
2735 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2736         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2737
2738         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2739
2740 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2743         decoded words.
2744
2745 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2746
2747         * gnus.el (fboundp): After loading mm-util, make sure it was the
2748         right one.
2749
2750 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2751
2752         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2753         gnus-sum.  Made into a user option.
2754
2755         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2756         (gnus-summary-mark-article-as-unread)
2757
2758 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2759
2760         * time-date.el (date-to-time): Typo.
2761
2762         * parse-time.el: Typo.
2763
2764         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2765
2766         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2767
2768         * nnimap.el:
2769         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2770
2771         * mm-encode.el (mm-safer-encoding): Typo.
2772
2773         * messcompat.el: Typo.
2774
2775         * message.el (message-face-alist): Typo.
2776
2777         * imap.el (imap-interactive-login, imap-open): Typos.
2778
2779         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2780
2781         * gnus.el: Typo.
2782
2783         * gnus-win.el (gnus-configure-frame): Typo.
2784
2785         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2786
2787         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2788
2789         * gnus-sum.el (gnus-summary-article-number)
2790         (gnus-summary-read-group-1, gnus-summary-mark-article)
2791         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2792
2793         * gnus-mule.el (gnus-mule-add-group): Typo.
2794
2795         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2796
2797         * gnus-group.el (gnus-group-fetch-faq): Typo.
2798
2799         * gnus-art.el (gnus-decode-header-methods): Typo.
2800
2801         * flow-fill.el: Typo.
2802
2803 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2804
2805         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2806
2807 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2808
2809         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2810         (gnus-summary-mark-article-as-unread)
2811         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2812         Reformatting to avoid long lines.
2813         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2814
2815 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2816
2817         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2818         be accessed through `mail-header-number'.
2819
2820 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2821
2822         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2823         compressed range to gnus-summary-insert-articles.
2824
2825 2002-11-26  Kevin Ryde <user42@zip.com.au>
2826
2827         * gnus-art.el (gnus-mime-copy-part): Look for filename
2828         parameter under content-disposition, not content-type.
2829
2830         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2831         (gnus-summary-reselect-current-group): Use it.
2832
2833 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2834
2835         * gnus-agent.el (gnus-agent-uncached-articles): if
2836         gnus-agent-load-alist fails, return ARTICLES.
2837
2838         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2839
2840 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2841
2842         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2843         superfluous function call.
2844         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2845         Add warning to docstring.
2846
2847 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-agent.el: Autoload number-at-point instead.
2850         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2851
2852 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2853
2854         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2855         require thingatpt (for number-at-point) and protect against
2856         deactivate-mark being unbound (on XEmacs).
2857
2858 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2859
2860         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2861         print message on entry.
2862
2863         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2864
2865         * gnus-range.el (gnus-range-difference): New function.
2866         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2867
2868 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2869
2870         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2871         gnus-remove-from-range instead of gnus-range-difference which
2872         doesn't exist.
2873
2874 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2875         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2876
2877         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2878         used for showing which articles have been downloaded.
2879         (gnus-agent-article-alist): Format change.  Add documentation.
2880         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2881         process-marked articles.
2882         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2883         in the series are individually fetched to minimize lose of
2884         content due to an error/quit.
2885         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2886         gnus-message instead of message.
2887         (gnus-agent-read-servers): Use file lib/methods instead of
2888         lib/servers.  TODO: Why?
2889         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2890         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2891         come from the agent.  This means that they are not downloaded.
2892         (gnus-agent-fetch-selected-article): Don't use history.
2893         (gnus-agent-save-history, gnus-agent-enter-history)
2894         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2895         Removed function; history is not used anymore.
2896         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2897         (gnus-agent-crosspost): Started rewrite then realized that a typo
2898         in gnus-agent-fetch-articles ensures that this function is never
2899         called.  This will need to be fixed later.
2900         (gnus-agent-check-overview-buffer): Some sanity checks on the
2901         agent overview buffer.  This is a safety net used during
2902         development.
2903         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2904         changed, write a number to the file indicating this.
2905         (gnus-agent-fetch-headers): Rewrite to respect
2906         gnus-agent-consider-all-articles without relying on the
2907         `.fetched' files.  Make it fast.
2908         (gnus-agent-braid-nov): Change resulting from
2909         gnus-agent-fetch-headers change.
2910         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2911         `.fetched' files.
2912         (gnus-agent-read-agentview): New function, used by
2913         gnus-agent-load-alist.
2914         (gnus-agent-load-fetched-headers): Remove.
2915         (gnus-agent-save-alist): Rewrite to accomodate new format.
2916         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2917         same order as in gnus-newsgroup-headers.
2918         (gnus-agent-expire): Document and implement extra args ARTICLES,
2919         GROUP, FORCE.  Do not restrict usage.
2920         (gnus-agent-uncached-articles): New function.
2921         (gnus-agent-retrieve-headers): Use it.
2922         (gnus-agent-regenerate-group): No longer needs to be called from
2923         gnus-agent-regenerate.  Individual groups may be regenerated. The
2924         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2925         The article fetch dates are validated in the article alist.  The
2926         article alist is pruned of entries that do not reference existing
2927         NOV entries.  All changes are computed then applied with
2928         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2929         regeneration.  The optional clean parameter has been replaced with
2930         an optional reread parameter.  Clean is no longer necessary as
2931         regeneration gets the appropriate setting from
2932         gnus-agent-consider-all-articles.  The new reread parameter will
2933         result in fetched, or all, articles being marked as unread.
2934         (gnus-agent-regenerate): Removed code to regenerate the history
2935         file as it is no longer used.
2936
2937         * gnus-start.el (gnus-make-ascending-articles-unread): New
2938         function, for efficient mass-marking.
2939
2940         * gnus-sum.el (gnus-summary-highlight): Use new face for
2941         downloaded articles.
2942         (gnus-article-mark): Prefer to indicate read/unread status over
2943         downloaded status.
2944         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2945         line.
2946         (gnus-summary-highlight-line): Use new face for downloaded
2947         articles.
2948         (gnus-summary-insert-old-articles): Improved performance by
2949         replacing the initial LIST of older articles with a compressed
2950         RANGE of older articles.  Some servers appear to lie about
2951         their active range so the original list could contain millions
2952         of article numbers.  The range is not expanded into a list
2953         until the optional ALL parameter has been applied.
2954
2955 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2956
2957         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2958
2959 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2960
2961         * spam.el:
2962         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2963
2964         * spam.el: added `M s t' and `M s x' key mappings
2965
2966 2002-11-20  Simon Josefsson  <jas@extundo.com>
2967
2968         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2969
2970 2002-11-19  Simon Josefsson  <jas@extundo.com>
2971
2972         * gnus-sum.el (gnus-summary-morse-message): Load
2973         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2974         (unmorse-region): Autoload it instead.
2975
2976 2002-11-18  Simon Josefsson  <jas@extundo.com>
2977
2978         * gnus-sum.el (gnus-summary-morse-message): New function.
2979         (gnus-summary-wash-map): Bind to `W m'.
2980         (gnus-summary-make-menu-bar): Add.
2981
2982         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2983         before storing \Deleted mark on expired articles.
2984
2985 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2986         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2987
2988         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2989         parens in column 0.
2990
2991 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2992
2993         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2994
2995         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2996
2997         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2998
2999 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3000
3001         * message.el (message-set-auto-save-file-name): Use
3002         make-directory, to avoid the dependence on gnus-util.
3003
3004 2002-11-16  Simon Josefsson  <jas@extundo.com>
3005
3006         * nnimap.el (nnimap-callback-callback-function):
3007         (nnimap-callback-buffer): Removed, these cannot be global but must
3008         be embedded into the callback.
3009         (nnimap-make-callback): New.  Embedd article number, callback and
3010         buffer in function.
3011         (nnimap-callback, nnimap-request-article-part): Update.
3012
3013 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3016
3017 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3018
3019         * gnus.el (gnus-summary-line-format): Document %C.
3020
3021 2002-11-11  Simon Josefsson  <jas@extundo.com>
3022
3023         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3024         output when called interactively.
3025
3026 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3029
3030         * message.el (message-draft-coding-system): Improve comment; use
3031         mm-auto-save-coding-system for the default value.
3032
3033         * nndraft.el (nndraft-request-article): Revert to the state before
3034         2002-10-29; regexp-quote mail-header-separator.
3035
3036 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3037
3038         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3039         allow editing of drafts from an nnvirtual group.
3040
3041 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3044         mm-auto-save-coding-system.
3045
3046         * message.el (message-draft-coding-system): Default to
3047         iso-2022-7bit.
3048
3049         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3050         restore the default value to emacs-mule or escape-quoted.
3051
3052 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3055         a delayed or a queued article as well as a draft.
3056
3057         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3058         delayed or a queued article in the raw format; treat a delayed
3059         article as a raw article as well as a draft.
3060         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3061         for the delayed group.
3062
3063         * nndraft.el (nndraft-request-article): Ignore auto save files for
3064         a delayed or a queued article; don't bother to decode a queued
3065         article; don't bind nnmail-file-coding-system for a queued article.
3066
3067         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3068         and the queue group.
3069
3070 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3071
3072         * gnus-group.el (gnus-group-delete-group):
3073         gnus-cache-active-hashtb might be void.
3074
3075 2002-11-02  Simon Josefsson  <jas@extundo.com>
3076
3077         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3078         setting of the default user ID.  From Raymond Scholz
3079         <ray-2002@zonix.de>.
3080
3081 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3082
3083         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3084         charset.
3085
3086 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3087         From Alex Schroeder <alex@emacswiki.org>
3088         * spam-stat.el (spam-stat-process-directory): add dir to message
3089         (spam-stat-reduce-size): No longer remove words
3090         with values close to 0.5, because the default value is 0.2.
3091
3092 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3093
3094         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3095         documentation.
3096
3097 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3098
3099         * gnus-agent.el (gnus-agent-fetched-headers)
3100         (gnus-agent-load-fetched-headers)
3101         (gnus-agent-save-fetched-headers): Remove variable and two
3102         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3103         works better.
3104         (gnus-agent-fetch-headers): New implementation from Kevin
3105         Greiner.  Uses gnus-agent-article-alist to store information
3106         about fetched messages which aren't on the server anymore.  The
3107         trick is to return a list of considered messages to the caller,
3108         but to only fetch those which haven't been fetched yet.
3109
3110 2002-10-30  Simon Josefsson  <jas@extundo.com>
3111
3112         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3113
3114         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3115
3116 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3117
3118         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3119         versions of emacs-w3m than 1.3.3.
3120
3121         * lpath.el: Bind w3m-minor-mode-map.
3122
3123         * mm-view.el (mm-w3m-mode-command-alist)
3124         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3125         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3126         (mm-setup-w3m): Simplified.
3127         (mm-w3m-local-map-property): New function.
3128         (mm-inline-text-html-render-with-w3m): Use it.
3129
3130         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3131         mm-w3m-local-map-property.
3132
3133 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * mm-util.el (mm-auto-save-coding-system): Default to
3136         iso-2022-7bit.
3137
3138         * nndraft.el (nndraft-request-article): Decode an article using
3139         the coding-system emacs-mule if it seems to have been saved using
3140         emacs-mule.
3141         (nndraft-request-replace-article): Use message-draft-coding-system
3142         instead of mm-auto-save-coding-system for the draft or delayed
3143         group.
3144
3145 2002-10-28  Josh  <huber@alum.wpi.edu>
3146
3147         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3148         functions.
3149
3150 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3151         From mah@everybody.org (Mark A. Hershberger).
3152
3153         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3154         type values ("url" size) regardless of the values of
3155         mm-url-use-external.
3156
3157 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3158
3159         * nnimap.el (nnimap-request-article-part): Try harder to show
3160         group name in debugging message.
3161
3162 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3163
3164         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3165         directory if it doesn't exist.
3166         (gnus-agent-fetch-headers): Remove old cruft that tried to
3167         abstain from downloading articles more than once if
3168         gnus-agent-consider-all-articles was true.  This is now done
3169         properly via the .fetched files.
3170
3171 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * nndraft.el (nndraft-request-article): Treat delayed articles
3174         like drafts.
3175
3176 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3179
3180 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3181
3182         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3183         Remove unused optional arg DIR and corresponding code.
3184
3185         * nnimap.el (nnimap-request-article-part): Include group name in
3186         debugging output.
3187
3188 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3189
3190         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3191
3192 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3193
3194         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3195         contains range of headers that have been fetched by the agent
3196         already.  Compare gnus-agent-article-alist.
3197         (gnus-agent-file-header-cache): Like
3198         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3199         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3200         seen/recent logic.
3201         Remember which headers have been fetched before and don't fetch
3202         them again the next time round.
3203         (gnus-agent-load-fetched-headers)
3204         (gnus-agent-save-fetched-headers): New functions, for remembering
3205         which headers have been fetched before.
3206
3207 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * lpath.el: Remove useless bindings.
3210
3211 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3212
3213         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3214         features while searching.
3215
3216 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3217
3218         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3219
3220 2002-10-22  Simon Josefsson  <jas@extundo.com>
3221
3222         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3223         (pgg-snarf-keys): Add.
3224
3225 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * lpath.el: Fbind bbdb-records.
3228
3229         * spam.el: Don't autoload bbdb-records.
3230
3231 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3234         prevent inf-loop.
3235
3236 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * nnslashdot.el: Removed some test lines.
3239         More test.
3240
3241 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3242
3243         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3244         are known to be downloaded already.
3245
3246 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3249         (mm-text-html-washer-alist): Ditto.
3250
3251 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3252
3253         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3254         boundary between headers and body.
3255         * nnml.el (nnml-parse-head): Ditto.
3256
3257 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3260         entries.
3261
3262         * gnus-group.el (gnus-fetch-group): Allow an optional
3263         specification of the articles to select.
3264
3265         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3266
3267 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3268
3269         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3270         headers from the group, update variable `articles' to contain
3271         only those numbers where headers exist.  (When fetching all
3272         articles in a group, Gnus creates lots of numbers where there is
3273         no articles.)
3274
3275 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3276
3277         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3278         doesn't have the 'alist custom type, use cons cells instead.
3279         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3280         (pgg-parse-hash-algorithm-alist): Ditto.
3281         (pgg-parse-compression-algorithm-alist): Ditto.
3282         (pgg-parse-signature-type-alist): Ditto.
3283
3284         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3285
3286         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3287
3288         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3289
3290 2002-10-19  Simon Josefsson  <jas@extundo.com>
3291
3292         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3293         buffer.
3294
3295 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3296
3297         * gnus-spec.el (gnus-make-format-preserve-properties)
3298         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3299         properties also on XEmacs.  `gnus-xmas-format' is like format but
3300         preserves text properties on XEmacs (though it only understands
3301         simple format specs).  The variable
3302         `gnus-make-format-preserve-properties' controls whether the
3303         function is used, and is checked in `gnus-parse-simple-format'.
3304         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3305
3306         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3307         output.
3308         (gnus-agent-consider-all-articles): New variable.
3309         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3310         (gnus-agent-fetch-headers): Depending on
3311         gnus-agent-consider-all-articles, maybe get all articles.
3312         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3313         `read'.
3314         (gnus-predicate-imples-unread): New function.
3315         (gnus-agent-fetch-headers): Optimize to call
3316         gnus-list-of-unread-articles if that is sufficient.
3317         Check unseen and recent instead of seen and recent.
3318         (gnus-agent-fetch-headers): Abstain from calling
3319         gnus-list-range-intersection if range (a . b) would have (> a b).
3320
3321 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * message.el (message-send-mail): Make it possible to perform
3324         edebug-defun.
3325
3326 2002-10-18  Simon Josefsson  <jas@extundo.com>
3327
3328         * gnus-art.el (gnus-button-man-handler): Change default to
3329         `manual-entry' (defined in both emacsen).
3330         (gnus-button-man-handler): Remove emacsen difference and use
3331         `manual-entry'.
3332
3333 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * spam.el: Wrap autoload settings for bbdb-records,
3336         executable-find and ifile-spam-filter with eval-and-compile.
3337         (spam-display-buffer-contents): Remove.
3338         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3339
3340 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3341
3342         * spam.el (spam-display-buffer-contents): New function.
3343         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3344         from Katsumi Yamaoka <yamaoka@jpl.org>.
3345
3346 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3347
3348         * nnheader.el (nnheader-parse-naked-head): New function.
3349         (nnheader-parse-head): Use the above function, in order to handle
3350         continuation lines properly.
3351         (nnheader-remove-body): New function.
3352         (nnheader-remove-cr-followed-by-lf): New function.
3353         (nnheader-ms-strip-cr): Use the above function.
3354
3355         * gnus-agent.el (gnus-agent-regenerate-group): Call
3356         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3357         `nnheader-parse-head'.
3358         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3359
3360         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3361         continuation lines by itself; call `nnheader-parse-naked-head'
3362         instead of `nnheader-parse-head'.
3363         * nndiary.el (nndiary-parse-head): Ditto.
3364         * nnfolder.el (nnfolder-parse-head): Ditto.
3365         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3366         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3367         * nnml.el (nnml-parse-head): Ditto.
3368
3369 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3370
3371         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3372         XEmacs, default to it if featurep 'xemacs.
3373
3374 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * spam-stat.el: Check for the existence of hash functions instead
3377         of the Emacs version to decide whether to load cl.  Suggested by
3378         Kai Gro\e,A_\e(Bjohann.
3379
3380 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3381
3382         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3383         if it isn't open yet.
3384
3385 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-group.el: Require mm-url only when compiling.
3388         (gnus-group-fetch-charter): Require mm-url.
3389
3390         * spam-stat.el: Require cl for the functions gethash,
3391         hash-table-count, make-hash-table and mapc for Emacs 20.
3392         (puthash): Alias to cl-puthash for Emacs 20.
3393         (with-syntax-table): New macro for Emacs 20.
3394
3395 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3396
3397         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3398
3399 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3400
3401         * spam.el (spam-check-ifile): added ifile as a spam checking
3402         backend, and spam-use-ifle as the variable to toggle that check.
3403
3404 2002-10-12  Simon Josefsson  <jas@extundo.com>
3405
3406         * message.el (message-beginning-of-line): New variable.
3407         (message-beginning-of-line): Use it.
3408
3409 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3410
3411         * spam.el: more compilation fixes for BBDB
3412
3413         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3414         (spam-stat-reduce-size): Interactive.
3415         (spam-stat-reset): New function.
3416         (spam-stat-save): Interactive.
3417
3418 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus.el: Autoload gnus-delay-initialize.
3421
3422         * message.el: Autoload gnus-delay-article.
3423
3424 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3425
3426         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3427         text property in Emacs.
3428
3429 2002-10-11  Simon Josefsson  <jas@extundo.com>
3430
3431         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3432         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3433
3434         * mml1991.el (mml1991-pgg-sign): Remove CR.
3435
3436 2002-10-10  Simon Josefsson  <jas@extundo.com>
3437
3438         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3439         decrypt failed.
3440         (mml2015-trust-boundaries-alist): Removed.
3441         (mml2015-gpg-extract-signature-details): Don't use it.
3442         (mml2015-unabbrev-trust-alist): New.
3443         (mml2015-gpg-extract-signature-details): Use it.
3444
3445 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3446
3447         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3448         BBDB installed
3449
3450         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3451         statistical analysis of spam in Lisp only
3452
3453 2002-10-10  Simon Josefsson  <jas@extundo.com>
3454
3455         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3456         auth, selected or examine state.
3457
3458         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3459         buffer and error buffer depending on type of information.
3460
3461         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3462         --status-fd stuff even if gpg.el is not used (revert earlier
3463         change).
3464         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3465         gnus details.
3466         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3467         buffer.
3468
3469         * pgg.el (pgg-verify-region): Use it.
3470
3471         * pgg-def.el (pgg-query-keyserver): New variable.
3472
3473         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3474         key-identifier in packet.  Is this a good idea?
3475
3476         * mml.el (mml-mode-map): Add security commands that operates on
3477         MIME parts.
3478         (mml-menu): And menu items for them.
3479
3480         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3481
3482         * mml.el (mml-parse-1): Support sender in #secure tags.
3483
3484         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3485         defined.
3486
3487         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3488         (mml-pgp-encrypt-buffer): Support combined signing.
3489
3490         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3491         (mml1991-gpg-encrypt): Ditto.
3492         (mml1991-pgg-encrypt): Ditto.
3493         (mml1991-encrypt): Pass sign parameter.
3494
3495         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3496         (mml-signencrypt-style): Mention the variable.
3497
3498 2002-10-09  Simon Josefsson  <jas@extundo.com>
3499
3500         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3501         pgg-gpg-user-id.
3502
3503         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3504         (pgg-fetch-key-function): Nil if w3 is not installed.
3505
3506 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3507
3508         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3509         gnus-agent-current-history.
3510
3511 2002-10-06  Simon Josefsson  <jas@extundo.com>
3512
3513         * imap.el (imap-parse-status): Don't use read to read token.
3514
3515 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3516
3517         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3518         for methods not covered by the agent, and when unplugged.
3519
3520 2002-10-05  Simon Josefsson  <jas@extundo.com>
3521
3522         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3523         signing.
3524
3525         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3526         a named server fails, ignore the server.
3527
3528         * mml1991.el (mml1991-pgg-sign): Do QP.
3529
3530         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3531         work.
3532
3533 2002-10-04  Simon Josefsson  <jas@extundo.com>
3534
3535         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3536
3537         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3538         binary-write-decoded-region from MEL.
3539
3540         * pgg.el (pgg-encrypt-region): Support sign.
3541
3542         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3543
3544         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3545
3546         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3547         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3548         branch where PGG was taken from in the ChangeLog entries below.
3549
3550 2002-10-01  Simon Josefsson  <jas@extundo.com>
3551
3552         * pgg-pgp.el: Don't require mel.  Don't use luna.
3553         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3554         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3555         (pgg-pgp-process-region): Don't use binary-funcall.
3556
3557         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3558
3559         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3560         instead of concat.
3561
3562         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3563
3564 2002-09-29  Simon Josefsson  <jas@extundo.com>
3565
3566         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3567         compile warnings.
3568
3569         * pgg.el (pgg-decrypt-region): Don't parse packet.
3570
3571         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3572
3573 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3574
3575         * pgg.el: Remove dependency on calist.el.
3576
3577 2002-09-28  Simon Josefsson  <jas@extundo.com>
3578
3579         * pgg.el (pgg-temporary-file-directory): New variable.
3580         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3581
3582         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3583         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3584
3585         * pgg-parse.el (pgg-char-int): Defalias.
3586         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3587         (pgg-read-bytes, pgg-read-body): Use it.
3588         (pgg-decode-packets): Don't use MEL, use base64-*.
3589         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3590         (pgg-string-as-unibyte): Defalias.
3591         (pgg-parse-armor-region): Use it.
3592
3593         * pgg-gpg.el (pgg-gpg-process-region): Use
3594         pgg-temporary-file-directory.
3595
3596         * luna.el: Don't def-edebug.
3597
3598         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3599         binary-write-decoded-region from MEL.
3600
3601         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3602
3603         * alist.el, calist.el: Don't require product/APEL.
3604
3605         * pgg-parse.el (top-level): Remove dependency on static.el,
3606         pccl.el, mel.el.
3607         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3608         `define-ccl-program' is boundp, instead of using broken.
3609
3610 2002-10-01  Simon Josefsson  <jas@extundo.com>
3611
3612         * message.el (message-required-mail-headers): Remove Lines:.
3613
3614 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3615         From Jesper Harder.
3616
3617         * gnus-group.el (gnus-group-fetch-charter,
3618         gnus-group-fetch-control): Prompt for group if given a prefix
3619         argument.
3620         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3621         gnus-group-fetch-control to summary key map and menu.
3622
3623
3624 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3625
3626         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3627         number when there are no articles.
3628
3629 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3630
3631         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3632         arg ALL means to fetch all articles, not only downloadable ones.
3633         (gnus-agent-fetch-selected-article): New function for
3634         gnus-select-article-hook or gnus-mark-article-hook.
3635
3636 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3637         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3638
3639         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3640         raw-text.
3641
3642 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3643
3644         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3645         Pinard).
3646         Major revamp of the code, documentation is in comments in the file
3647         for now.
3648
3649 2002-09-30  Simon Josefsson  <jas@extundo.com>
3650
3651         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3652         buffer seem to be needed?
3653
3654 2002-09-29  Simon Josefsson  <jas@extundo.com>
3655
3656         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3657         compile warnings.
3658
3659         * mml1991.el (mml1991-function-alist): Add pgg.
3660         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3661         (mml1991-pgg-encrypt): Fix recipients querying.
3662
3663 2002-09-28  Simon Josefsson  <jas@extundo.com>
3664
3665         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3666         from dme@dme.org.
3667         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3668         handle is returned.
3669
3670 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3673         Protect against non-existent of `nnimap-mailbox-info'.
3674
3675 2002-09-27  Simon Josefsson  <jas@extundo.com>
3676
3677         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3678         (gnus-setup-news-hook): Use it.
3679         (gnus-after-getting-new-news-hook): Ditto.
3680
3681         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3682
3683 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3684         From Mats Lidell <matsl@contactor.se>.
3685
3686         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3687
3688 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3689
3690         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3691         the part to decode encoded words, use raw words instead of decoded
3692         words.
3693
3694 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3695
3696         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3697
3698         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3699         (mm-setup-w3m): Use it.
3700
3701 2002-09-27  Simon Josefsson  <jas@extundo.com>
3702
3703         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3704         article buffers.
3705
3706         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3707         it just in case.
3708         (nnimap-update-unseen): New function; update unseen count in
3709         `n-m-info'.
3710         (nnimap-close-group): Call it.
3711
3712         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3713         (gnus-after-getting-new-news-hook): Ditto.
3714
3715         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3716         message into verboselevel 9.  Change slow mail check message.
3717         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3718         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3719         used as a hook after getting new mail.
3720
3721 2002-09-26  Simon Josefsson  <jas@extundo.com>
3722
3723         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3724         SELECT/EXAMINE is first unseen article, not number of unseen
3725         articles.  Make them distinct by renaming the former to
3726         `first-unseen' instead of `unseen'.
3727
3728         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3729         too.
3730         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3731         changed.
3732         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3733
3734         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3735
3736         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3737         better.
3738
3739         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3740         if dissecting resulting buffer actually had any information.
3741
3742 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3745         because the function `string<' allows symbols.
3746
3747         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3748
3749 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3750
3751         * message.el (message-forward-make-body): Revert an early change
3752         because 8-bit utf-8 emails.
3753
3754 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3755
3756         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3757         links to Info)
3758         * gnus-art.el (gnus-treat-highlight-signature):
3759         * gnus-art.el (gnus-treat-buttonize):
3760         * gnus-art.el (gnus-treat-buttonize-head):
3761         * gnus-art.el (gnus-treat-emphasize):
3762         * gnus-art.el (gnus-treat-strip-cr):
3763         * gnus-art.el (gnus-treat-unsplit-urls):
3764         * gnus-art.el (gnus-treat-leading-whitespace):
3765         * gnus-art.el (gnus-treat-hide-headers):
3766         * gnus-art.el (gnus-treat-hide-boring-headers):
3767         * gnus-art.el (gnus-treat-hide-signature):
3768         * gnus-art.el (gnus-treat-fill-article):
3769         * gnus-art.el (gnus-treat-hide-citation):
3770         * gnus-art.el (gnus-treat-hide-citation-maybe):
3771         * gnus-art.el (gnus-treat-strip-list-identifiers):
3772         * gnus-art.el (gnus-treat-strip-pgp):
3773         * gnus-art.el (gnus-treat-strip-pem):
3774         * gnus-art.el (gnus-treat-strip-banner):
3775         * gnus-art.el (gnus-treat-highlight-headers):
3776         * gnus-art.el (gnus-treat-highlight-citation):
3777         * gnus-art.el (gnus-treat-date-ut):
3778         * gnus-art.el (gnus-treat-date-local):
3779         * gnus-art.el (gnus-treat-date-english):
3780         * gnus-art.el (gnus-treat-date-lapsed):
3781         * gnus-art.el (gnus-treat-date-original):
3782         * gnus-art.el (gnus-treat-date-iso8601):
3783         * gnus-art.el (gnus-treat-date-user-defined):
3784         * gnus-art.el (gnus-treat-strip-headers-in-body):
3785         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3786         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3787         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3788         * gnus-art.el (gnus-treat-unfold-headers):
3789         * gnus-art.el (gnus-treat-fold-headers):
3790         * gnus-art.el (gnus-treat-fold-newsgroups):
3791         * gnus-art.el (gnus-treat-overstrike):
3792         * gnus-art.el (gnus-treat-display-xface):
3793         * gnus-art.el (gnus-treat-display-smileys):
3794         * gnus-art.el (gnus-treat-from-picon):
3795         * gnus-art.el (gnus-treat-mail-picon):
3796         * gnus-art.el (gnus-treat-newsgroups-picon):
3797         * gnus-art.el (gnus-treat-body-boundary):
3798         * gnus-art.el (gnus-treat-capitalize-sentences):
3799         * gnus-art.el (gnus-treat-fill-long-lines):
3800         * gnus-art.el (gnus-treat-play-sounds):
3801         * gnus-art.el (gnus-treat-translate):
3802         * gnus-art.el (gnus-treat-x-pgp-sig):
3803         * gnus-art.el (gnus-mime-button-line-format):
3804         * gnus-art.el (gnus-button-man-level):
3805         * gnus-art.el (gnus-button-emacs-level):
3806         * gnus-cus.el (gnus-group-parameters):
3807         * gnus-gl.el (bbb-build-mid-scores-alist):
3808         * gnus-group.el (gnus-group-line-format):
3809         * gnus-mlspl.el (gnus-group-split-setup):
3810         * gnus-mlspl.el (gnus-group-split):
3811         * gnus-msg.el (gnus-mailing-list-groups):
3812         * gnus-msg.el (gnus-posting-styles):
3813         * gnus-nocem.el (gnus-nocem-issuers):
3814         * gnus-score.el (gnus-score-regexp-bad-p):
3815         * gnus-srvr.el (gnus-server-line-format):
3816         * gnus-topic.el (gnus-topic-line-format):
3817         * gnus.el (gnus-summary-line-format):
3818         * mail-source.el (mail-sources):
3819         * message.el (message-subscribed-address-file):
3820         * nnmail.el (nnmail-split-fancy):
3821
3822 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3823
3824         * mail-source.el(mail-source-run-script): use `functionp' to test
3825         whether the argument `script' is in fact a function.
3826         (mail-sources): adjust the defcustom to allow users to specify a
3827         function or a string as the value of the `:prescript' and
3828         `:postscript' arguments of the `file' and `pop3' mail sources.
3829
3830 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3831
3832         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3833         number when article 1 does not exist.
3834
3835 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3836
3837         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3838         apropos if apropos-variable does not exist.
3839         (gnus-button-guessed-mid-regexp)
3840         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3841         regexes.  From Reiner Steib.
3842         (gnus-button-handle-describe-function)
3843         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3844         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3845         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3846
3847 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3848         Trivial patch.
3849
3850         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3851         the file.
3852
3853 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3856
3857 2002-09-24  Simon Josefsson  <jas@extundo.com>
3858
3859         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3860         (mml2015-use): Prefer PGG if installed.
3861         (mml2015-function-alist): Add PGG wrappers.
3862         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3863         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3864         prefix, make regexp optionally skip it.
3865         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3866         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3867         (mml2015-pgg-encrypt): New functions.
3868         (defvar, autoload): Prevent byte-compile warnings.
3869
3870 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3871         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3872
3873         * gnus-art.el (article-strip-banner): Check for the existence of
3874         from header.
3875
3876 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3877
3878         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3879         (gnus-button-alist): Improved regexp for
3880         gnus-button-handle-mid-or-mail (false positives), fixed
3881         gnus-button-handle-man entries.
3882         From Reiner Steib.
3883
3884 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3885         From Josh Huber.
3886
3887         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3888         nnmail-extra-headers is non-nil.
3889
3890 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3891
3892         * nnmaildir.el: Store article numbers persistently.  General
3893         revision.
3894         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3895         for nnmail-expiry-wait; delete instead of moving if 'force is
3896         given.
3897
3898 2002-09-23  Simon Josefsson  <jas@extundo.com>
3899         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3900
3901         * smime.el (smime-sign-buffer): Get key and extra certs.
3902         (smime-get-key-with-certs-by-email): Utility function.
3903
3904 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3905         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3906
3907         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3908         article exists.
3909
3910 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3913
3914 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3915         From Reiner Steib.
3916
3917         * gnus-art.el (gnus-button-handle-custom,
3918         gnus-button-handle-mid-or-mail,
3919         gnus-button-handle-describe-{function,variable,key},
3920         gnus-button-handle-apropos{,command,variable}): New functions.
3921         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3922         gnus-button-{man,emacs,mail}-level): New variables.
3923         (gnus-button-alist): Use the above to buttonize emacs and mail
3924         related links.
3925
3926 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3927
3928         * gnus-int.el (gnus-status-message): Fix spacing.
3929
3930         * imap.el (imap-continuation): Fix typos.
3931
3932 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3933
3934         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3935
3936         * gnus-art.el (gnus-article-reply-with-original): Correct
3937         with-current-buffer scope.
3938
3939         * message.el (message-completion-alist): Add Reply-To, From, etc.
3940
3941 2002-09-18  Simon Josefsson  <jas@extundo.com>
3942
3943         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3944         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3945
3946 2002-09-17  Simon Josefsson  <jas@extundo.com>
3947
3948         * nnimap.el (nnimap-expiry-target): Don't search for which
3949         articles exists here.
3950         (nnimap-request-expire-articles): Do it here instead.  Only expire
3951         when articles are found.  Suggested by Nevin Kapur
3952         <nevin@jhu.edu>.
3953
3954 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3955         From Reiner Steib <reiner.steib@gmx.de>.
3956
3957         * message.el (message-strip-subject-trailing-was)
3958         (message-change-subject, message-add-archive-header)
3959         (message-xpost-fup2-header, message-xpost-insert-note)
3960         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3961         adopted from message-utils.el.  Add functions to the keymap, mode
3962         describtion and menu.
3963         (message-change-subject,message-xpost-fup2): Signal error if
3964         current header is empty.
3965         (message-xpost-insert-note): Changed insert position.
3966         (message-archive-note): Ensure to insert note in message body (not
3967         in head).
3968         (message-archive-header, message-archive-note)
3969         (message-xpost-default, message-xpost-note, message-fup2-note)
3970         (message-xpost-note-function): New variables adopted from
3971         message-utils.el.  Changed some doc-strings.
3972         (message-mark-insert-{begin,end}): Rename from
3973         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3974         values.
3975         (message-subject-trailing-was-query)
3976         (message-subject-trailing-was-ask-regexp)
3977         (message-subject-trailing-was-regexp): New variables.
3978         (message-to-list-only): Added doc-string and menu entry.
3979
3980         * message-utils.el: Removed.  Functions are now in message.el.
3981
3982 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3983
3984         * gnus-art.el (gnus-article-reply-with-original,
3985         gnus-article-followup-with-original): Switch to
3986         gnus-summary-buffer before reply/followup.
3987
3988 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3989
3990         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3991         not exist. Toggle it anyway.
3992
3993 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3994
3995         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3996
3997         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3998         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3999
4000         * rfc2047.el (message-posting-charset): Defvar it.
4001         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4002         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4003
4004         * mail-source.el (mail-source-fetch): Hide password.
4005
4006         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4007
4008 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4009         From John Paul Wallington <jpw@shootybangbang.com>.
4010
4011         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4012
4013 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4016
4017 2002-09-11  Simon Josefsson  <jas@extundo.com>
4018
4019         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4020         (nnimap-split-rule): Doc fix.
4021         (nnimap-request-expire-articles): Cleanup code.
4022
4023 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4024         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4025
4026         * gnus-art.el (gnus-article-address-banner-alist): New option.
4027         (article-strip-banner): Refer the above option to split banners of
4028         free mail servers, when no group parameter is specified.
4029
4030 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * nntp.el (nntp-wait-for-string): Check for a process in the
4033         current buffer instead of `nntp-server-buffer'.
4034
4035 2002-09-09  Simon Josefsson  <jas@extundo.com>
4036
4037         * gnus-art.el (gnus-button-man-handler): New variable.
4038         (gnus-button-alist): Use g-b-handle-man.
4039         (gnus-button-handle-man): New, call g-b-man-handler.
4040
4041 2002-09-08  Simon Josefsson  <jas@extundo.com>
4042
4043         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4044
4045 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4048
4049 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4052
4053         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4054         keystroke.
4055
4056         * gnus-srvr.el (gnus-browse-describe-group): New command and
4057         keystroke.
4058
4059 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4062         value for gnus-decoration property.
4063
4064 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4065
4066         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4067         string) as group name in case we have a CRLF in the file.
4068
4069 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4070
4071         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4072         group.
4073         (rfc1843-decode-hzp): do.
4074         (rfc1843-newsgroups-regexp): do.
4075
4076 2002-09-04  Simon Josefsson  <jas@extundo.com>
4077
4078         * message.el (message-canlock-generate): Make sure sha1 doesn't
4079         call external programs.
4080
4081 2002-09-03  Simon Josefsson  <jas@extundo.com>
4082
4083         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4084
4085         * gnus-agent.el (gnus-agent-batch): Add doc.
4086
4087 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4088
4089         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4090         check for signed and encrypted parts.
4091         * mml.el (mml-parse-1): Correct small typo which preventing
4092         setting recipients in a secure tag.
4093
4094 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * mm-util.el (mm-coding-system-priorities): Default to a list of
4097         iso-2022-jp and others for the Japanese environment.
4098
4099 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4102         invalid display names.
4103
4104 2002-08-30  Simon Josefsson  <jas@extundo.com>
4105
4106         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4107         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4108
4109 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4110
4111         * gnus.el (gnus-group-charter-alist): New option.
4112         (gnus-group-fetch-control-use-browse-url): New option.
4113
4114         * gnus-group.el (gnus-group-fetch-charter): New function.
4115         (gnus-group-fetch-control): New function.
4116         Add them to the keymap and menu. Require mm-url.
4117
4118 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4121         From Alex Schroeder <alex@emacswiki.org>.
4122
4123 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4124
4125         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4126         items expecting user interaction.
4127
4128         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4129
4130         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4131
4132         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4133
4134         * mml.el (mml-menu): do.
4135
4136 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * mail-source.el (mail-source-touch-pop): New function.
4139
4140         * message.el (message-smtpmail-send-it): New function.
4141         (message-send-mail-function): Add it for a candidate.
4142
4143 2002-08-27  Simon Josefsson  <jas@extundo.com>
4144
4145         * gnus-msg.el (posting-charset-alist): Use
4146         gnus-define-group-parameter instead of defcustom.
4147         (gnus-put-message): Handle SPC in GCC.
4148         (gnus-inews-insert-gcc): Ditto.
4149         (gnus-inews-insert-archive-gcc): Ditto.
4150
4151 2002-08-26  Simon Josefsson  <jas@extundo.com>
4152
4153         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4154         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4155         (gnus-agent-possibly-save-gcc): Autoload.
4156         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4157
4158 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * gnus.el (gnus-other-frame-function): New user option.
4161         (gnus-other-frame): Use it; add a doc-string; make it work with
4162         the gnuclient program.
4163
4164         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4165
4166         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4167         `device-connection' and `dfw-device'.
4168
4169 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4170
4171         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4172         positives, make it stricter.  From Jochen Hein (trivial change).
4173
4174 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * gnus.el (gnus-other-frame): Trivial fix.
4177
4178 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * gnus.el (gnus-other-frame-parameters): New user option.
4181         (gnus-other-frame-object): New variable.
4182         (gnus-other-frame): Make it search for existing Gnus frame; don't
4183         read new news; delete frame on exit.
4184
4185         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4186
4187         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4188
4189 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4190         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4191
4192         * message.el (message-set-auto-save-file-name): Add support for
4193         the Cygwin Emacs; the system-type is `cygwin'.
4194         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4195
4196 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4197
4198         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4199
4200         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4201         avoid arithmetic errors.
4202
4203 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4206
4207 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4210         (message-ignored-resent-headers): Add envelope From.
4211
4212 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4213
4214         * gnus.el (gnus-summary-line-format): Document %k specifier.
4215
4216 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4217
4218         * gnus-sum.el (gnus-summary-line-message-size): New function.
4219         (gnus-summary-line-format-alist): Use it.
4220
4221 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-art.el (article-make-date-line): Refer to the value for
4224         `gnus-article-time-format' in the summary buffer.
4225
4226         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4227
4228 2002-08-14  Simon Josefsson  <jas@extundo.com>
4229
4230         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4231         quoting.
4232         (gnus-button-alist): Fix doc.
4233         (gnus-header-button-alist): Use ' not ` for default value quoting.
4234         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4235         rationale similar to 2002-05-01 change.
4236         (gnus-article-add-buttons-to-head): Evaluate expression.
4237
4238         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4239
4240 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * message.el (message-font-lock-keywords): Refer to the value for
4243         `message-cite-prefix-regexp' dynamically.
4244
4245 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4248
4249 2002-08-12  Simon Josefsson  <jas@extundo.com>
4250
4251         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4252         (imap-shell-open): Skip initial junk before IMAP greeting.
4253
4254 2002-08-11  Simon Josefsson  <jas@extundo.com>
4255
4256         * message-utils.el (message-xpost-default,
4257         message-xpost-fup2-header, message-xpost-fup2): Fixed
4258         Typos.  Trivial changes from Reiner Steib
4259         <4uce.02.r.steib@gmx.net>.
4260
4261 2002-08-09  Simon Josefsson  <jas@extundo.com>
4262
4263         * message.el (message-canlock-password): Set
4264         canlock-password-for-verify to newly generated canlock-password.
4265         When Emacs is restarted, Custom makes sure this is set, but during
4266         the same session we must set it manually.
4267
4268 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4269
4270         * yenc.el: New file.
4271
4272         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4273         (mm-uu-type-alist): Add yenc.
4274         (mm-uu-yenc-filename): New function.
4275         (mm-uu-yenc-extract): New function.
4276
4277         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4278
4279 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4280
4281         * dgnushack.el (merge): Don't use coerce.
4282
4283 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4284
4285         * mailcap.el (mailcap-mime-data): Test window-system rather than
4286         mm-device-type.
4287         (mailcap-mime-data): Call xdvi and gv with "-safer".
4288
4289         * mm-util.el: Don't define mm-device-type.
4290
4291 2002-08-05  Simon Josefsson  <jas@extundo.com>
4292
4293         * mm-util.el (mm-coding-system-priorities): coding-system type not
4294         supported everywhere.
4295
4296 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * gnus.el (gnus-version-number): Bumped version number.
4299
4300 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4301
4302         * gnus.el: Oort Gnus v0.07 is released.
4303
4304 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4307         (gnus-article-sort-functions): Doc fix.
4308         (t): New keystroke.
4309         (gnus-article-sort-by-random): New function.
4310         (gnus-thread-sort-by-random): New function.
4311
4312 2002-08-02  Simon Josefsson  <jas@extundo.com>
4313
4314         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4315         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4316
4317 2002-07-31  Danny Siu  <dsiu@adobe.com>
4318
4319         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4320         when splitting malformed messages without message-id
4321
4322 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4323         From Niklas Morberg <niklas.morberg@axis.com>.
4324
4325         * nnweb.el (nnweb-type, nnweb-type-definition)
4326         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4327         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4328         functionality.
4329         * nnweb.el: Removed old non-functioning search engines.
4330
4331 2002-07-27  Simon Josefsson  <jas@extundo.com>
4332
4333         * message.el (message-forward-make-body): Don't use
4334         `message-forward-ignored-headers' when doing a "raw" followup (it
4335         is important to preserve e.g. CTE).
4336
4337         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4338
4339         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4340         regexp-quote, Cyrus Sieve is fixed.
4341
4342         * sieve-manage.el (sieve-manage-deletescript): New function.
4343
4344         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4345         (sieve-manage-mode): Fix menubar.
4346         (sieve-activate): Change some messages.
4347         (sieve-deactivate-all): New function.
4348         (sieve-deactivate): New alias.
4349         (sieve-remove): New function.
4350         (sieve-help): Fix help.
4351         All suggested by Ned Ludd.
4352
4353 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4356         (mm-w3m-safe-url-regexp): New user option.
4357
4358         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4359         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4360
4361 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4362
4363         * gnus-sum.el (gnus-summary-delete-article): Force
4364         nnmail-expiry-target to 'delete, so that absolute deletion
4365         happens when absolute deletion is requested.
4366
4367 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4368         From Nevin Kapur <nevin@jhu.edu>.
4369
4370         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4371         headers as empty headers.
4372
4373 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4374         From Jochen Hein <jochen@jochen.org>.
4375
4376         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4377         correct typo.
4378         (gnus-emphasis-strikethru): New face.
4379
4380 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4381         From Jason Merrill <jason@redhat.com>.
4382
4383         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4384         entire file for each of a sequence of missing articles.
4385
4386         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4387         value for gnus-view-pseudos.
4388
4389         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4390         avoid nreverse.
4391
4392 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4393         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4394
4395         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4396         (gnus-summary-mode-line-format-alist): Add %h for number of
4397         spams.
4398         (gnus-newsgroup-spam-marked): New variable.
4399         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4400         (gnus-article-read-p, gnus-article-mark)
4401         (gnus-set-global-variables, gnus-set-global-variables)
4402         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4403         (gnus-summary-mark-article-as-unread)
4404         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4405         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4406         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4407
4408 2002-07-10  Simon Josefsson  <jas@extundo.com>
4409
4410         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4411         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4412
4413 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4414
4415         * gnus-sum.el (gnus-summary-delete-article): Respect group
4416         parameters while expiring.
4417
4418 2002-07-08  Simon Josefsson  <jas@extundo.com>
4419
4420         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4421         Enberg.
4422
4423 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4424
4425         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4426         function is called interactively.  From Niklas Morberg.
4427
4428 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4429
4430         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4431         cdaar to cdar and car.
4432
4433         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4434         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4435
4436 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4439         don't break a narrowed article.
4440
4441         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4442         (nntp-open-via-rlogin-and-telnet): Ditto.
4443
4444 2002-07-02  Didier Verna  <didier@xemacs.org>
4445
4446         * nnmail.el (nnmail-split-methods): fix custom type.
4447
4448 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4449
4450         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4451         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4452
4453 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4454
4455         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4456         (gnus-summary-resend-message): Use it.
4457
4458 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4461         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4462
4463 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4464
4465         * message.el (message-font-lock-keywords): Don't fontify
4466         headers in the message body, only in the header.
4467         (message-font-lock-make-header-matcher): New function, used by
4468         message-font-lock-keywords.
4469         From Katsumi Yamaoka <yamaoka@jpl.org>.
4470
4471 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4474
4475 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4478
4479 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4480
4481         * message.el (message-font-lock-keywords): Revert 2002-06-22
4482         change.
4483
4484 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4485
4486         * message.el (message-font-lock-keywords): Put colon in header
4487         name match.
4488
4489 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4490
4491         * message.el (message-font-lock-keywords): Don't use header faces
4492         in the body.  Thanks to Stefan Monnier for the hint on the
4493         implementation.
4494
4495 2002-05-09  Miles Bader  <miles@gnu.org>
4496
4497         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4498         (gnus-article-hide-citation): Respect it.
4499
4500 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4501
4502         * pop3.el (pop3-open-server): Fix typo.
4503
4504 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4505
4506         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4507         instead of push to ignore duplicate to-(list|address) values.
4508         * nnmail.el (nnmail-cache-ignore-groups): New.
4509         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4510
4511 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4512
4513         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4514         before sending.  Suggested by Jan Rychter.
4515
4516 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * dgnushack.el (remove): New compiler macro.
4519         (last, coerce, subseq): Remove compiler macros for those built-in
4520         or unused functions.
4521
4522 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4523
4524         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4525         sure to write byte-compiled versions of gnus-*-format-alist to
4526         .newsrc.eld.  From Simon Josefsson.
4527
4528 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4529
4530         * gnus-agent.el (gnus-agent-read-servers)
4531         (gnus-agent-write-servers): Put server name (string like
4532         "nnchoke:frumple") in the file instead of a server specification
4533         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4534         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4535
4536 2002-06-16  Simon Josefsson  <jas@extundo.com>
4537
4538         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4539         Reiner Steib <4uce.02.r.steib@gmx.net>.
4540
4541 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4542
4543         * nnheader.el (nnheader-file-name-translation-alist): Set the
4544         default value for MS Windows systems.
4545
4546         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4547
4548 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * message.el (message-beginning-of-line): Keep the region active
4551         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4552
4553 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4554
4555         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4556         * gnus-msg.el (gnus-summary-reply): Ditto.
4557         * gnus-msg.el (gnus-summary-handle-replysign): New.
4558
4559 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4562         if sending failed.
4563
4564 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4565
4566         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4567         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4568         to sign while encrypting.
4569
4570 2002-06-11  Simon Josefsson  <jas@extundo.com>
4571
4572         * gnus-int.el (gnus-request-move-article): Agent expire article if
4573         successfuly moved.
4574
4575         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4576         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4577
4578 2002-06-10  Simon Josefsson  <jas@extundo.com>
4579
4580         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4581
4582 2002-06-09  Simon Josefsson  <jas@extundo.com>
4583
4584         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4585
4586         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4587
4588 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4589
4590         * flow-fill.el (fill-flowed): Ignore errors.
4591
4592 2002-06-06  Simon Josefsson  <jas@extundo.com>
4593
4594         * message.el (message-send-mail-with-sendmail): Improve error message.
4595
4596 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4597
4598         * message.el (message-interactive): Change default from nil to t.
4599         Better to be safe than to be fast.
4600
4601 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4602
4603         * message.el (message-send-mail-with-sendmail): Check return value
4604         from call-process-region.
4605
4606 2002-06-04  Simon Josefsson  <jas@extundo.com>
4607
4608         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4609         (gnus-group-post-news, gnus-summary-mail-other-window)
4610         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4611         gnus-article-copy to nil, thereby inhibiting the `header' posting
4612         style match to use data from last viewed article.
4613         Suggested by Hrvoje Niksic.
4614
4615 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * spam.el (spam-point-at-eol): New alias.
4618         (spam-parse-whitelist): Use it.
4619
4620 2002-06-03  Simon Josefsson  <jas@extundo.com>
4621
4622         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4623         (nnmail-article-group): Use it.
4624
4625 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4626
4627         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4628         so that code reading them won't be surprised.  From Jesper Harder
4629         <harder@ifa.au.dk>.
4630
4631 2002-05-29  Simon Josefsson  <jas@extundo.com>
4632
4633         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4634         articles.
4635
4636         * gnus.el (gnus-agent-cache): Doc fix.
4637         (gnus-agent): Change default to t.
4638
4639         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4640         ARTICLES, GROUP and FORCE parameters.
4641
4642 2002-05-28  Simon Josefsson  <jas@extundo.com>
4643
4644         * gnus-group.el (gnus-group-line-format): Doc fix.
4645
4646 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4647
4648         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4649         original article before yanking.  From Jesper Harder
4650         <harder@ifa.au.dk>.
4651
4652 2002-05-26  Simon Josefsson  <jas@extundo.com>
4653
4654         * gnus-sum.el (gnus-summary-menu-split): New function.
4655         (gnus-summary-make-menu-bar): Split charset submenu.
4656         (gnus-summary-menu-maxlen): New variable.
4657         (gnus-summary-menu-split): Use it.
4658
4659 2002-05-25  Simon Josefsson  <jas@extundo.com>
4660
4661         * mml.el (mml-preview): Generate some headers.
4662
4663         * gnus.el (gnus-large-newsgroup): Fix :type.
4664
4665         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4666         Agent cache NOV's by default now).
4667         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4668
4669 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4670
4671         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4672         call to gnus-parent-id when we check for References loops.
4673         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4674         twice by saving the simplified subject string in simp-subject.
4675
4676 2002-05-23  Simon Josefsson  <jas@extundo.com>
4677
4678         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4679         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4680
4681         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4682         Niklas Morberg <niklas.morberg@axis.com>.
4683
4684 2002-05-22  Simon Josefsson  <jas@extundo.com>
4685
4686         * sieve.el (sieve-change-region): Define it before it is used.
4687
4688         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4689         (gnus-summary-reply): Ask for confirmation when replying to news.
4690         Defaults to not ask.  From Benjamin Rutt
4691         <rutt+news@cis.ohio-state.edu>.
4692
4693         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4694
4695 2002-05-21  Simon Josefsson  <jas@extundo.com>
4696
4697         * sieve-mode.el (sieve-manage): Fix autoloads.
4698
4699         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4700         name (makes it work with recent Cyrus timsieved).
4701
4702 2002-05-20  Jason  <jbaker@cs.utah.edu>
4703         Trivial patch.
4704
4705         * gnus-art.el (gnus-request-article-this-buffer): Try
4706         reconnecting if you don't get the message.
4707
4708 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4711         Reply-To headers from the headers.
4712
4713 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * mm-url.el (mm-url-insert): Remove junk message.
4716
4717 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4720         (nnslashdot-use-front-page): New variable.
4721         (nnslashdot-request-list): Use it.
4722
4723         * mm-url.el (mm-url-timeout): New variable.
4724         (mm-url-retries): Ditto.
4725         (mm-url-insert): Use it.
4726
4727 2002-05-16  Simon Josefsson  <jas@extundo.com>
4728
4729         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4730         (gnus-simplify-subject-functions): Mention g-s-a-w.
4731
4732 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4733
4734         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4735         nnmail-cache-insert.
4736         * nndiary.el (nndiary-request-accept-article): Ditto.
4737         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4738         * nnimap.el (nnimap-request-accept-article): Ditto.
4739         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4740         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4741         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4742         * nnmh.el (nnmh-request-accept-article): Ditto.
4743         * nnmail.el (nnmail-cache-insert): Change group to required,
4744         removed code which tried to figure out the group.
4745
4746 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4747
4748         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4749         messages. From Hans de Graaff <hans@degraaff.org>.
4750         * nnml.el (nnml-request-accept-article): Pass in the group name to
4751         nnmail-cache-insert, since it's available.
4752
4753 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4754
4755         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4756
4757 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4758         From Florian Weimer <fw@deneb.enyo.de>.
4759
4760         * gnus.el (subscribed): New group parameter.
4761         (gnus-find-subscribed-addresses): Use it.
4762
4763 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4764
4765         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4766         the default for pgpmime to support pgp v2.
4767         * mml-sec.el (mml-signencrypt-style): New accessor function to
4768         allow users to get/set the signencrypt style more easily without
4769         frobbing the alist directly.
4770         * mml.el (mml-generate-mime-1): Use accessor function.
4771
4772 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4773
4774         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4775         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4776         <schwab@suse.de>.
4777
4778 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4779
4780         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4781         when intuiting the group the message is written to.  From Josh
4782         Huber <huber@alum.wpi.edu>.
4783
4784 2002-05-06  Simon Josefsson  <jas@extundo.com>
4785
4786         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4787         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4788
4789 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4790
4791         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4792         argument, and fixed compiler warning. (added autoload for
4793         gpg-encrypt).
4794
4795 2002-05-04  Simon Josefsson  <jas@extundo.com>
4796
4797         * mml1991.el (mml1991-function-alist): Doc fix.
4798
4799         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4800         doesn't exist (for previewing messages without having Gnus
4801         started).
4802
4803         * mm-util.el (mm-coding-system-priorities): Defcustom.
4804
4805         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4806
4807 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4808
4809         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4810         default.
4811         * mml-sec.el:
4812         * mml-sec.el (mml-signencrypt-style): New.
4813         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4814         argument `sign'.
4815         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4816         signencrypt.
4817         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4818         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4819         both signed & encryped is processed in one operation. (rather than
4820         two separate ops: sign, then encrypt)
4821         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4822         indication if a message is signed by an expired key.
4823         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4824         enables combined sign & encrypt operation. (this was always on
4825         before).
4826         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4827
4828 2002-05-01  Simon Josefsson  <jas@extundo.com>
4829
4830         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4831         server.
4832         (nnimap-mailbox-info): defvar instead of defvoo.
4833
4834 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4835
4836         * gnus.el: Oort Gnus v0.06 is released.
4837
4838 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839
4840         * lpath.el: Bind url-package-version.
4841
4842 2002-05-01  Simon Josefsson  <jas@extundo.com>
4843
4844         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4845         filename before deleting the group itself, because the presence of
4846         a group filename decides if long filenames are used or not.
4847
4848         * gnus-art.el (gnus-button-alist): Don't inline
4849         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4850         without also modifying g-button-alist.
4851         (gnus-button-alist): Fix type to allow variable as well as regexp.
4852         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4853         themselves, variables to its contents.
4854         (gnus-button-entry): Ditto.
4855
4856 2002-05-01  Simon Josefsson  <jas@extundo.com>
4857
4858         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4859         UIDNEXT as a string.
4860
4861         * nnimap.el (nnimap-string-lessp-numerical): New function.
4862         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4863         integers.
4864
4865 2002-04-29  Simon Josefsson  <jas@extundo.com>
4866
4867         * nnmail.el (nnmail-cache-insert): Accept optional group
4868         parameter.
4869
4870         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4871         n-r-g-a is disabled.
4872
4873 2002-04-29  Simon Josefsson  <jas@extundo.com>
4874
4875         * nnimap.el (nnimap-split-fancy): Fix doc.
4876         (nnimap-split-fancy): Fix doc.
4877
4878         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4879         (nnimap-mailbox-info): New internal variable.
4880         (nnimap-retrieve-groups): Implement faster new mail check.
4881
4882         * nnimap.el (nnimap-split-articles): Support
4883         nnmail-cache-accepted-message-ids.
4884         (nnimap-request-accept-article): Ditto.
4885
4886         * imap.el (imap-mailbox-status-asynch): New command.
4887
4888 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4889
4890         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4891         are no subscribed mail groups.
4892         - Strip quoted names when comparing addresses
4893
4894 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4895
4896         * mm-decode.el (mm-text-html-renderer): Change customize type to
4897         const.
4898
4899         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4900         (gnus-debug-exclude-variables): do.
4901
4902 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4903
4904         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4905         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4906
4907 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * dns.el (dns-make-network-process): New macro.
4910         (query-dns): Use it.
4911
4912 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4913
4914         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4915         article-buffer.
4916
4917         * mm-url.el (mm-url-package-name): New variable.
4918         (mm-url-package-version): New variable.
4919         (mm-url-insert-file-contents): Bind url-package-name and
4920         url-package-version here.
4921         * nnrss.el (nnrss-insert-w3): Move the bindings.
4922
4923         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4924         url-package-version. Trivial change from Andrew J Cosgriff
4925         <ajc@polydistortion.net>
4926
4927         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4928         attachments. Trivial change from Peter 'Luna' Runestig
4929         <peter@runestig.com>.
4930
4931 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4932
4933         * nnkiboze.el (nnkiboze-request-scan): Call
4934         nnkiboze-possibly-change-group.
4935         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4936         problems.
4937         (nnkiboze-generate-group): Set newsrc to the *highest* article
4938         number kibozed, not the lowest.
4939
4940 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4941
4942         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4943
4944 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4945         From Dan Christensen <jdc+news@uwo.ca>.
4946
4947         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4948         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4949         Recognize math postings.  Extract Date (now ignores "(15kb)").
4950         Extract email address using gnus-extract-address-components
4951         instead of just taking the first word.  Create Date and From
4952         headers for message which are missing these headers.  Get rid
4953         of spurious \\ lines (purely cosmetic).  Extend body-end and
4954         file-end regexps, to exclude more garbage from the message.
4955         Make URL rephrasing regexp more flexible, to match current
4956         format.
4957
4958 2002-04-23  Simon Josefsson  <jas@extundo.com>
4959
4960         * netrc.el: New file, functions copied from gnus-util.el by Ted
4961         Zlatanov <tzz@lifelogs.com>.
4962
4963         * gnus-util.el: Require netrc.
4964         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4965         new code in netrc.el.
4966
4967 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4968
4969         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4970         message-ignored-resent-headers, too.  From Matthieu Moy
4971         <Matthieu.Moy@imag.fr>.
4972
4973 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4974
4975         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4976         boolean not a string
4977         * gnus-group.el (gnus-group-line-format): add description of %C
4978         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4979           as %C
4980         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4981
4982 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4983
4984         * nnmaildir.el (nnmaildir-request-scan): typo: set
4985         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4986         nnmail-get-new-mail for 'find-new-groups.
4987
4988 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4989
4990         * nnmaildir.el (nnmaildir-request-update-info,
4991         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4992         unnecessary calls to nnmaildir-request-scan.
4993
4994 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4995
4996         * gnus-msg.el:
4997         * gnus-msg.el (gnus-message-replysign): New.
4998         * gnus-msg.el (gnus-message-replyencrypt): New.
4999         * gnus-msg.el (gnus-message-replysignencrypted): New.
5000         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5001         (above) to automatically encrypt/sign to encrypted/signed
5002         messages.
5003         * message.el:
5004         * message.el (message-mode-map): Add keybinding for
5005         `message-to-list-only'
5006         * message.el (message-mode): Add description for
5007         `message-to-list-only'
5008         * message.el (message-to-list-only): New.
5009         * message.el (message-make-mft): Changed to use the cl loop macro,
5010         and added optional flag to return only the matched list. (for use
5011         in new message-to-list-only function)
5012
5013 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5014
5015         * gnus-msg.el:
5016         * gnus-msg.el (gnus-message-replysign):
5017         * gnus-msg.el (gnus-replysign): New.
5018         * gnus-msg.el (gnus-replyencrypt): New.
5019         * gnus-msg.el (gnus-replysignencrypted): New.
5020         * gnus-msg.el (gnus-summary-reply):
5021         * message.el:
5022         * message.el (message-mode-map):
5023         * message.el (message-mode):
5024         * message.el (message-to-list-only): New.
5025         * message.el (message-make-mft):
5026
5027 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5028
5029         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5030
5031 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5032
5033         * message.el (message-gen-unsubscribed-mft): accept a prefix
5034         argument so CC can be included with C-u C-c C-f C-a
5035
5036 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5037         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5038
5039         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5040         Improve docstring.
5041         (spam-enter-blacklist): New command.
5042
5043         * gnus-sum.el (gnus-spam-mark): New mark.
5044         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5045         (gnus-summary-make-tool-bar): Correct conditional.
5046         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5047         (gnus-summary-mark-as-spam): New command.
5048
5049 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5050
5051         * mml-sec.el (mml-secure-message): changed to support arbritrary
5052         modes.
5053         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5054         changed to support "signencrypt" mode.
5055         * mml.el (mml-parse-1): changed to support different secure modes
5056         more easily. (for signencrypt)
5057
5058 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5059
5060         * gnus-sum.el (gnus-update-summary-mark-positions)
5061         (gnus-summary-toggle-header):
5062         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5063         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5064         (gnus-uu-post-encoded):
5065         * nnfolder.el (nnfolder-possibly-change-group):
5066         * nnimap.el (nnimap-retrieve-headers):
5067         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5068
5069 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5070
5071         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5072         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5073
5074 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-srvr.el (gnus-server-set-info): Clear
5077         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5078         From Daiki Ueno <ueno@unixuser.org>.
5079
5080 2002-04-11  Simon Josefsson  <jas@extundo.com>
5081
5082         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5083         viewing of security buttons.  Thanks to Nicolas Kowalski
5084         <Nicolas.Kowalski@imag.fr>.
5085
5086         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5087         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5088         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5089         <Nicolas.Kowalski@imag.fr>.
5090         (smime-decrypt-buffer): Ditto.
5091
5092 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5095         header line.
5096
5097 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5098
5099         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5100
5101 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5102
5103         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5104
5105 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5108         errors when debug.
5109
5110 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5111
5112         * message.el (message-make-mft): Changed MFT code from using
5113         message-recipients (which included Bcc) to use only the To and CC
5114         headers.
5115
5116 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5117
5118         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5119         add link.
5120         (gnus-treat-mail-picon): Ditto.
5121         (gnus-treat-newsgroups-picon): Ditto.
5122         (gnus-picon-databases): Fix custom type.
5123         (gnus-picon-databases): Add link.
5124         (gnus-article-x-face-command): Add to gnus-picon group.
5125
5126 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5127
5128         * message.el (message-buffer-naming-style): Remove.
5129
5130 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5133
5134         * message.el (message-tool-bar-map): Ditto.
5135
5136         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5137
5138 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5141
5142 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5143
5144         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5145
5146 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5147         Trivial patch.
5148
5149         * dns.el: open-network-stream under XEmacs does udp.
5150
5151 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5152
5153         * spam.el (spam-enter-whitelist): New function.
5154         (spam-parse-whitelist): Ditto.
5155         (spam-refresh-list-cache): Ditto.
5156         (spam-address-whitelisted-p): New function.
5157
5158         * dns.el (query-dns): Use TCP when make-network-process isn't
5159         available.
5160         (dns-servers): New variable.
5161         (dns-parse-resolv-conf): New function.
5162         (query-dns): Use it.
5163
5164         * spam.el: New file.
5165
5166         * dns.el (query-dns): Test.
5167
5168 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * lpath.el (featurep): Bind make-network-process.
5171
5172 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5173
5174         * nnmaildir.el: Use defstruct.  Use a single copy of
5175         nnmail-extra-headers to save memory.  Store server's group name
5176         prefix instead of each group's prefixed name.
5177         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5178         nntp-server-buffer.
5179
5180 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * dns.el: New file.
5183
5184 2002-03-28  Simon Josefsson  <jas@extundo.com>
5185
5186         * gnus-sum.el (gnus-summary-dummy-line-format):
5187         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5188         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5189
5190 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5191
5192         * gnus-sum.el (gnus-summary-move-article)
5193         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5194         the doc string.
5195
5196 2002-03-28  Simon Josefsson  <jas@extundo.com>
5197
5198         * mml-sec.el (mml-secure-message): Search after
5199         mail-header-separator from top of message.
5200
5201 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5202
5203         * nnmaildir.el: Cosmetic changes.
5204         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5205         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5206         nnmaildir--group-ls): New macros/functions.  Use them.
5207         (nnmaildir--unlink): Evalutate argument only once.
5208
5209 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5210
5211         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5212         symbols.
5213         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5214         `gnus-point-at-eol'.
5215
5216 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5217
5218         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5219         nnmaildir--marks-dir): New macros.  Use them.
5220         Use inhibit-quit for atomicity instead of in-memory journaling.
5221         (nnmaildir--edit-prep): New function.
5222         (Local Variables): Use it.
5223
5224 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5225
5226         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5227
5228 2002-03-25  Simon Josefsson  <jas@extundo.com>
5229
5230         * message.el (message-mode): Fix doc.
5231
5232 2002-03-25  Simon Josefsson  <jas@extundo.com>
5233
5234         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5235         Matthieu Moy <Matthieu.Moy@imag.fr>.
5236
5237 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5238
5239         * mml-sec.el (mml-unsecure-message): Add docstring.
5240
5241 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5242
5243         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5244         value.
5245         Trivial change from andre@slamdunknetworks.com
5246
5247 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5248
5249         * mml.el (mml-mode-map): Added a keybinding for
5250         `mml-unsecure-message'.  Also, added a menu entry for said
5251         function in the Attachments menu.
5252
5253 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * canlock.el (canlock-version): Remove.
5256         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5257         here; simplify \x insertions.
5258         (canlock-sha1): New function, always return a unibyte string.
5259         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5260         of a password.
5261         (canlock-insert-header): Use `canlock-sha1'.
5262         (canlock-verify): Ditto.
5263
5264 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5265
5266         * message.el (message-fix-before-sending): Add an option that
5267         ignores illegible text.
5268         Trivial change from Mark Milhollan <mlm@attglobal.net>
5269
5270         * message.el (message-font-lock-keywords): Support multi-line MML
5271         tags.
5272
5273         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5274         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5275
5276 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5279         symbols for "View as different encoding" submenu.
5280
5281 2002-03-19  Simon Josefsson  <jas@extundo.com>
5282
5283         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5284         encoding" submenu.
5285
5286 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5287
5288         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5289
5290 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5291
5292         * gnus-sum.el (gnus-sum-thread-tree-root)
5293         (gnus-sum-thread-tree-single-indent)
5294         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5295         (gnus-sum-thread-tree-leaf-with-other)
5296         (gnus-sum-thread-tree-single-leaf): Make customizable.
5297
5298 2002-03-16  Simon Josefsson  <jas@extundo.com>
5299
5300         * gnus-util.el (gnus-extract-address-components): Don't break on
5301         names such as James "Kibo" Parry.  From Francis Litterio
5302         <franl@world.std.com>.
5303
5304 2002-03-13  Simon Josefsson  <jas@extundo.com>
5305
5306         * pop3.el (pop3-open-server): Revert multibyte change.  From
5307         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5308
5309         * message.el (message-send-mail-with-qmail): Make it work.  From
5310         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5311
5312 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5313
5314         * message.el (message-make-mft): Set case-fold-search while
5315         generating the MFT.  Also, a little cleanup in the MFT code.
5316
5317 2002-03-12  Simon Josefsson  <jas@extundo.com>
5318
5319         * message.el (message-qmail-inject-args): May be function.
5320         (message-send-mail-with-qmail): Call function if m-q-i-a is
5321         function.  From fn@hungry.org (Faried Nawaz).
5322
5323 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5324
5325         * message.el (message-abbrevs-loaded): Remove.
5326         (mailabbrev): Require it.
5327
5328         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5329
5330 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * pop3.el (pop3-open-server): Set process buffer unibyte.
5333
5334 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5337
5338 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5339
5340         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5341         too.
5342
5343 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5344
5345         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5346         duplication.
5347         (gnus-summary-save-parts-type-history): Ditto.
5348         (gnus-summary-save-parts-last-directory): Ditto.
5349         Trivial change from andre@slamdunknetworks.com
5350
5351 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5352
5353         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5354
5355 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5358         -->" as the end of the first article.
5359
5360         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5361         From Matthieu Moy <Matthieu.Moy@imag.fr>
5362
5363         * message.el (message-add-action): Use add-to-list.
5364         (message-delete-action): New function.
5365
5366         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5367         pieces.
5368
5369 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5370
5371         * nnnil.el: New file.
5372         * gnus.el (gnus-valid-select-methods): Include nnnil.
5373
5374 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * message.el (message-syntax-checks): Because canlock is
5377         supported, we disable sender syntax check.
5378         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5379
5380         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5381         value of message-syntax-checks.
5382
5383         * qp.el (quoted-printable-decode-region): Doc addition.
5384         From: Eli Zaretskii <eliz@is.elta.co.il>
5385
5386         * mail-source.el (make-source-make-complex-temp-name): Use
5387         make-temp-file.
5388
5389         * mm-util.el (mm-make-temp-file): New function.
5390         * nneething.el (nneething-file-name): Use it.
5391         * mml-smime.el (mml-smime-encrypt): Ditto.
5392         * mm-view.el (mm-inline-wash-with-file): Ditto.
5393         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5394         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5395         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5396         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5397         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5398         * gnus-art.el (gnus-mime-print-part): Ditto.
5399
5400 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5401
5402         * message.el (nnmaildir-article-number-to-base-name): New
5403         function.
5404         (nnmaildir-base-name-to-article-number): New function.
5405
5406 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * smime.el (smime-make-temp-file): Don't quote
5409         `temporary-file-directory'.
5410
5411 2002-03-04  Simon Josefsson  <jas@extundo.com>
5412
5413         * smime.el (smime-sign-region): Rename argument keyfiles to
5414         keyfile. You only sign something with one key.
5415         (smime-sign-buffer): Better completing-read prompt.
5416         (smime-decrypt-buffer): Ditto.
5417
5418         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5419
5420         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5421         completing-read.
5422         (mm-view-pkcs7-decrypt): CRLF->LF.
5423
5424 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5425
5426         * message.el (message-hierarchical-addresses): New variable.
5427         (message-get-reply-headers): Use it.
5428         From Ted Zlatanov <teodor.zlatanov@divine.com>
5429
5430 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5431
5432         * message.el (message-mode): If buffer-file-name, don't set auto
5433         save file name.
5434         Trivial change from Geoff Greene <ggreene@wpi.edu>
5435
5436 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5437
5438         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5439         takes one argument in read-char.
5440
5441         * message.el (message-fix-before-sending): Forward a char.
5442         Check mmu-multibyte-p, add control-1.
5443
5444 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5445
5446         * gnus-start.el (gnus-read-init-file): Ditto.
5447
5448         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5449
5450         * dgnushack.el (dgnushack-make-load): Ditto.
5451
5452         * mail-source.el (mail-source-fetch): Extract the right error
5453         code.
5454
5455         * message.el (message-fix-before-sending): Check illegible text.
5456
5457         * gnus-util.el (gnus-multiple-choice): New function.
5458
5459         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5460         also defined in gnus-score.el.
5461
5462 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5463
5464         * message.el (message-get-reply-headers): downcase email addresses
5465         for comaparisons for duplicate removal.
5466
5467 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5468
5469         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5470         implementation of PKCS#7, which just allows users read the
5471         message.
5472         (mm-view-pkcs7): Use it.
5473
5474 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5475
5476         * gnus.el (large-newsgroup-initial): New parameter.
5477
5478         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5479         (gnus-summary-insert-old-articles): Ditto.
5480
5481 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5482
5483         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5484         used as the default answer of the question, "How many articles?".
5485         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5486
5487         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5488         small numbers.
5489
5490 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5491
5492         * deuglify.el: Fix comments.
5493
5494 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5495
5496         * html2text.el (html2text-clean-anchor): If there is no HREF,
5497         insert nothing.
5498
5499         * mml.el (mml-generate-mime-1): Add cdr.
5500         From: andre@slamdunknetworks.com
5501
5502         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5503         (mm-text-html-washer-alist): Ditto.
5504
5505         * mm-decode.el (mm-text-html-renderer): Add html2text.
5506
5507         * html2text.el: Face lift.
5508
5509         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5510
5511 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5512
5513         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5514
5515         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5516
5517         * deuglify.el: New file. The original file name is
5518         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5519
5520         * mm-decode.el (mm-display-external): Use
5521         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5522
5523 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5524
5525         * nnmaildir.el (nnmaildir-request-list): Report the highest
5526         article number, not the total number of articles.
5527
5528 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5529
5530         * gnus-sum.el: Move uu key map here.
5531         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5532
5533 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5534
5535         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5536         nnmail-expiry-wait* if expire-age parameter is not set.
5537
5538 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5539
5540         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5541         function.
5542         (gnus-group-sort-selected-groups-by-real-name): New function.
5543         (gnus-group-make-menu-bar): Add sort by real name.
5544
5545         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5546         rebuild.
5547         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5548         nil as dependencies as well.
5549
5550 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5551
5552         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5553         for mime-parts.
5554
5555         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5556
5557         * gnus-group.el (gnus-group-name-decode): Don't test
5558         multibyte-string, because it breaks XEmacs.
5559         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5560
5561         * message.el (message-send-mail): Be talkative.
5562
5563         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5564         (mm-automatic-display): Ditto.
5565
5566         * mailcap.el (mailcap-mime-data): Ditto.
5567         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5568
5569 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * many files: Remove trailing whitespaces, replace spc+tab with
5572         tab, replace leading whitespaces with tabs.
5573
5574 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5575
5576         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5577         articles with no body and no blank line after the header.
5578
5579 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5580
5581         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5582         parts.
5583
5584         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5585         non-ascii chars.
5586
5587         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5588
5589         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5590         w3-delay-image-loads.
5591         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5592         (mm-w3-prepare-buffer): Ditto.
5593
5594         * mail-source.el (mail-source-fetch-directory): Run scripts.
5595
5596 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5599         for Majordomo confirmations.
5600
5601 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5604
5605 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5608
5609 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5610
5611         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5612         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5613
5614 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5615
5616         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5617         (mm-inline-render-with-stdin): Ditto.
5618         (mm-inline-render-with-function): Ditto.
5619         (mm-inline-wash-with-file): Bind coding-system-for-write.
5620         (mm-inline-wash-with-stdin): Ditto.
5621
5622 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5623
5624         Suggested by Felix Natter <fnatter@gmx.net>
5625
5626         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5627         gnus-mime-externalize-view.
5628         (gnus-mime-view-part-internally): Rename from
5629         gnus-mime-internalize-view.
5630         (gnus-article-view-part-externally): Rename from
5631         gnus-article-externalize-part.
5632         (gnus-mime-action-alist): Change correspondingly.
5633         (gnus-mime-button-commands): Ditto.
5634         (gnus-mime-action-alist): Remove duplication.
5635
5636         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5637
5638 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5639
5640         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5641
5642         * gnus-art.el (gnus-display-mime): Use it.
5643
5644         * mm-partial.el (mm-partial-find-parts): Use it.
5645
5646         * gnus-sum.el (gnus-article-loose-mime): Rename from
5647         gnus-article-no-strict-mime.
5648         (gnus-summary-save-parts): Use it.
5649
5650 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5653         local variable.
5654
5655         * gnus-art.el (article-display-x-face): Don't sort multiple
5656         X-Faces.
5657
5658 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5661         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5662
5663         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5664
5665 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5666
5667         Some ideas is inspired by code from Hrvoje Niksic
5668         <hniksic@arsdigita.com>
5669
5670         * gnus-art.el (gnus-article-wash-function): Set the default to
5671         nil, so that we use mm-text-html-renderer instead.
5672         (article-wash-html): Use mm-text-html-renderer.
5673
5674         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5675         (mm-text-html-renderer): New variable.
5676         (mm-inline-text-html-renderer): Set the default to nil, so that we
5677         use mm-text-html-renderer instead.
5678
5679         * mm-view.el (mm-inline-text-html): New function.
5680         (mm-text-html-renderer-alist): New variable.
5681         (mm-inline-text-vcard): New function.
5682         (mm-inline-text): Split.
5683         (mm-links-remove-leading-blank): New function.
5684         (mm-inline-render-with-file): New function.
5685         (mm-inline-render-with-stdin): New function.
5686         (mm-inline-render-with-function): New function.
5687         (mm-text-html-washer-alist): New variable.
5688         (mm-inline-wash-with-file): New function.
5689         (mm-inline-wash-with-stdin): New function.
5690
5691 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5692
5693         * message-utils.el: Fix installation doc.
5694         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5695
5696 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5697
5698         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5699         (gnus-post-method): Use it.
5700         (gnus-summary-cancel-article): Find the correct post-method.
5701
5702         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5703         * message.el (message-send-news): Ditto.
5704         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5705         <ipmonger@delamancha.org>
5706
5707         * gnus.el (gnus-select-method): Fix doc.
5708         (gnus-server-string): Use 'using nntp'.
5709
5710         * gnus-agent.el (gnus-slave-unplugged): New command.
5711         From: Felix Natter <fnatter@gmx.net>
5712
5713 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5714
5715         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5716         Call edit-done-function first, then change the window
5717         configuration.
5718         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5719         (gnus-article-edit-mode): mml-mode.
5720
5721         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5722         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5723
5724         * message-utils.el: Adopt the file.
5725
5726         * message-utils.el: New file.
5727         From Holger Schauer <Holger.Schauer@gmx.de>
5728
5729 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5730
5731         * gnus-sum.el (gnus-summary-move-article): Select-article only
5732         when gnus-move-split-methods is non-nil. And we don't render or
5733         mark the article.
5734
5735         * gnus-fun.el (gnus-shell-command-to-string): New function.
5736         (gnus-shell-command-on-region): New function.
5737         (gnus-random-x-face): Use them.
5738         (gnus-x-face-from-file): Ditto.
5739         (gnus-convert-image-to-gray-x-face): Ditto.
5740         (gnus-convert-gray-x-face-to-xpm): Ditto.
5741         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5742
5743 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-art.el (gnus-treat-display-xface): Don't use
5746         `shell-command-to-string' when compiling.
5747         (gnus-treat-display-grey-xface): Ditto.
5748
5749 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5750
5751         * nnmaildir.el (nnmaildir--article-count): If the group is
5752         completely empty, report minimum article number as 1 instead of 0.
5753
5754 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5755
5756         * gnus-agent.el (gnus-get-predicate): Use nconc.
5757
5758         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5759         gnus-summary-display-cache as cache.
5760
5761         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5762         (nndoc-mail-in-mail-type-p): New function.
5763         (nndoc-mail-in-mail-article-begin): New function.
5764
5765 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5766
5767         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5768
5769         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5770         use-hard-newlines to nil.
5771
5772         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5773         image is not available if window-system is not available.
5774
5775         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5776
5777 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5778
5779         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5780         bookmark, because update-mark doesn't handle it correctly.
5781
5782 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5785         directly instead of calling message-send-mail.
5786
5787         * gnus-start.el (gnus-read-descriptions-file): Use
5788         gnus-default-charset.
5789
5790         * mm-util.el (mm-guess-mime-charset): New function.
5791
5792         * gnus.el (gnus-default-charset): Use it.
5793         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5794         the default.
5795
5796 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5797
5798         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5799         (article-display-x-face): Use it.  Disable grey xface, if
5800         uncompface is not found.
5801
5802         * message.el (message-mode): Don't enable multibyte on an indirect
5803         buffer.
5804
5805         * nnrss.el (nnrss-content-function): New variable.
5806         (nnrss-request-article): Use it.
5807
5808 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5809
5810         * gnus.el: Add article-unsplit-urls.
5811         * gnus-sum.el: Ditto.
5812         * gnus-art.el (gnus-treat-strip-cr): New variable.
5813         (gnus-treatment-function-alist): Use it.
5814         (article-unsplit-urls): New function.
5815         (gnus-article-make-menu-bar): Use it.
5816         From: Michael Cook <michael.cook@cisco.com>
5817
5818 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5819
5820         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5821         copy.
5822
5823 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5824
5825         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5826         with internal whitespace.
5827         (gnus-parent-id): Ditto.
5828
5829 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5830
5831         * gnus-art.el (gnus-article-treat-body-boundary): Add
5832         gnus-decoration property.
5833         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5834
5835         * message.el (message-mode): Set local-abbrev-table.
5836         From Matt Armstrong <matt@lickey.com>.
5837
5838         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5839         too many spaces.
5840
5841         * rfc2047.el (rfc2047-unfold-region): Ditto.
5842         (rfc2047-decode-region): Don't unfold. Let
5843         gnus-article-treat-unfold-headers do it.
5844
5845         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5846         From: Jesper Harder <harder@ifa.au.dk>
5847
5848 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5851         (gnus-configure-posting-styles): Use it.
5852         (gnus-configure-posting-styles): Remove trailing newspaces.
5853
5854 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5855
5856         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5857         is non-nil.
5858
5859         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5860
5861         * gnus.el (gnus-server-to-method): Switch position with
5862         gnus-server-get-method.
5863         (gnus-agent): Add doc.
5864
5865         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5866         (gnus-summary-save-parts): Use it.
5867
5868         * gnus-art.el (gnus-display-mime): Use it.
5869         * mm-partial.el (mm-partial-find-parts): Use it.
5870
5871         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5872
5873         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5874         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5875
5876         * nnagent.el (nnagent-request-expire-articles): Don't delete
5877         files.
5878
5879 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5880
5881         * message.el (message-gen-unsubscribed-mft): New function.
5882         From Sriram Karra <karra@cs.utah.edu>.
5883
5884         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5885         open parenthesis.
5886
5887         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5888         (mm-inline-text-html-render-with-w3): Ditto.
5889         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5890         Suggested by Dave Love  <d.love@dl.ac.uk>.
5891
5892         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5893
5894         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5895         * nntp.el (nntp-send-command): Ditto.
5896         * nntp.el (nntp-send-command-nodelete): Ditto.
5897
5898 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5899
5900         * mm-url.el (mm-url-load-url): New function.
5901         (mm-url-insert-file-contents): Use it.
5902
5903         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5904
5905         * message.el (message-forward-make-body): Correctly copy
5906         forward-buffer.
5907
5908         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5909
5910 2002-02-04  Simon Josefsson  <jas@extundo.com>
5911
5912         * gnus-art.el (gnus-article-followup-with-original): Mark with
5913         force, prevent errors when following up from article buffer.
5914         (gnus-article-reply-with-original): Ditto.
5915
5916         * binhex.el (binhex-decoder-switches): Fix doc.  From
5917         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5918
5919 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5920
5921         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5922         highlight-citation after emphasize.
5923
5924 2002-02-04  Simon Josefsson  <jas@extundo.com>
5925
5926         * nnfolder.el (nnfolder-open-marks):
5927
5928         * nnml.el (nnml-open-marks): Message when done.  From David
5929         Edmondson <dme@sun.com>.
5930
5931 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5932
5933         * imap.el (imap-anonymous-auth): Fix typo.
5934         From: Steinar Bang <sb@dod.no>
5935
5936         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5937         save-excursion.
5938         (gnus-cache-braid-heads): Ditto.
5939
5940         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5941         line, because there are extra articles in the overview buffer.
5942
5943         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5944
5945         * message.el (message-forward-rmail-make-body): Directly use
5946         rmail-msg-restore-non-pruned-header to avoid calling
5947         vertical-motion.
5948
5949 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5950
5951         * gnus-cache.el (gnus-summary-insert-cached-articles):
5952         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5953
5954         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5955         gnus-newsgroups-unselected.
5956
5957         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5958         gnus-add-to-sorted-list.
5959
5960         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5961         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5962         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5963         (gnus-update-read-articles): UNREAD is sorted.
5964         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5965         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5966         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5967         (gnus-newsgroup-dormant): Require sorted.
5968
5969         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5970         directories.
5971         (gnus-dired-print): New function.
5972
5973         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5974         ps-despool.
5975
5976 2002-02-02  Simon Josefsson  <jas@extundo.com>
5977
5978         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5979
5980 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5981
5982         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5983         t. This makes gnus-agent customizable without putting
5984         gnus-agentize into .gnus.
5985
5986         * gnus.el (gnus-agent): Make it customizable.
5987
5988         * gnus-dired.el: New file.
5989         From Benjamin Rutt <brutt@bloomington.in.us>
5990
5991         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5992         if no article.
5993         (gnus-cache-possibly-remove-article): Ditto.
5994         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5995
5996 2002-02-01  Simon Josefsson  <jas@extundo.com>
5997
5998         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5999
6000 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6003         (mm-setup-w3m): Don't bind keys listed in the above.
6004
6005 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6008         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6009         is non-nil; bind `w3m-force-redisplay' with nil.
6010
6011         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6012
6013         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6014
6015 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6016
6017         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6018         use mail-header-unfold-field.
6019
6020         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6021         gnus-summary-limit.
6022
6023         * gnus-range.el (gnus-add-to-sorted-list): New function.
6024         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6025         (gnus-mark-article-as-unread): Ditto.
6026         (gnus-summary-mark-article-as-unread): Ditto.
6027         (gnus-build-get-header): Ditto.
6028         (gnus-summary-prepare-threads): Ditto.
6029         (gnus-summary-insert-pseudos): Ditto.
6030         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6031         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6032         (gnus-summary-insert-old-articles): Ditto.
6033
6034         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6035         (gnus-configure-posting-styles): Support the new format.
6036
6037         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6038         edebug-form-spec to (sexp body).
6039         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6040
6041         * message.el (message-reply-headers): Add doc.
6042
6043 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6044
6045         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6046         gnus-cache-active-hashtb.
6047
6048         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6049         (gnus-agent-summary-fetch-group): Use it.
6050
6051         * gnus-msg.el (gnus-debug-files): New variable.
6052         (gnus-debug-exclude-variables): New variable.
6053         (gnus-debug): Use them.
6054
6055         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6056
6057 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6058
6059         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6060         (message-mode-syntax-table): Move back the previous position.
6061
6062         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6063
6064         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6065         gnus-sorted-difference.
6066
6067         * nnsoup.el (nnsoup-request-expire-articles): Use
6068         gnus-sorted-difference.
6069
6070         * nnheader.el: Autoload gnus-sorted-difference.
6071
6072         * nnfolder.el (nnfolder-request-expire-articles): Use
6073         gnus-sorted-difference.
6074
6075         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6076         gnus-sorted-difference.
6077
6078         * gnus-range.el: Autoload cookies.
6079         (gnus-sorted-difference): New function.
6080         (gnus-sorted-ndifference): New function.
6081         (gnus-sorted-nintersection): Rename from
6082         gnus-set-sorted-intersection.
6083         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6084         (gnus-list-range-difference): Rename from
6085         gnus-inverse-list-range-intersection.
6086         (gnus-inverse-list-range-intersection): Use defalias.
6087
6088         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6089         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6090         (gnus-articles-to-read): Use gnus-sorted-difference.
6091         (gnus-summary-limit-mark-excluded-as-read): Use
6092         gnus-sorted-intersection and gnus-sorted-ndifference.
6093         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6094         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6095
6096         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6097
6098 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6101         property to the buffer for using emacs-w3m command keys.
6102
6103         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6104         option.
6105
6106         * mm-view.el (mm-w3m-mode-map): New variable.
6107         (mm-w3m-mode-command-alist): New variable.
6108         (mm-w3m-minor-mode): Removed.
6109         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6110         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6111         buffer for using emacs-w3m command keys.
6112
6113 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6114
6115         * message.el (message-mode-syntax-table): Move forward.
6116         (message-cite-prefix-regexp): Auto detect non word constituents.
6117         (message-cite-prefix-regexp): Don't use with-syntax-table.
6118
6119         * gnus-sum.el (gnus-summary-update-info): Use
6120         gnus-list-range-intersection.
6121
6122         * gnus-agent.el (gnus-agent-fetch-headers): Use
6123         gnus-list-range-intersection.
6124
6125         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6126         (gnus-list-range-intersection): Use it.
6127         (gnus-inverse-list-range-intersection): Ditto.
6128         (gnus-sorted-intersection): Add doc.
6129         (gnus-set-sorted-intersection): Add doc.
6130         (gnus-sorted-union): New function.
6131         (gnus-set-sorted-union): New function.
6132
6133         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6134         (gnus-inverse-list-range-intersection): Ditto.
6135
6136 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6137
6138         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6139
6140         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6141         and permit `:' and `\' in order to handle full Windows pathnames.
6142         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6143         technically not correct per standard, but seems to have common use.
6144
6145 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6146
6147         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6148         replacing numbers.
6149
6150 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6151
6152         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6153
6154         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6155         Don't split when the window is small, e.g. when a small *BBDB*
6156         window is the lowest one.
6157
6158         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6159         nnheader-find-nov-line to speed up. Use nreverse, because it is
6160         sorted. Use nnheader-insert-nov-file.
6161
6162 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6165
6166         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6167         of `w3m-display-inline-images' with the value of
6168         `mm-inline-text-html-with-images'.
6169         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6170
6171         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6172
6173 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6174
6175         * time-date.el: Add autoload cookies.  Many doc fixes.
6176         (time-add): New function.
6177         (time-subtract): Renamed from subtract-time.
6178         (subtract-time): New alias for time-subtract.
6179
6180 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6183         emacs-w3m in doc-string.
6184
6185         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6186         `w3m-current-buffer'.
6187
6188 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6189
6190         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6191
6192         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6193         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6194         (mm-w3m-cid-retrieve): New function.
6195         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6196
6197 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6198
6199         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6200
6201 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202
6203         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6204
6205 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206
6207         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6208         32K.
6209
6210         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6211
6212         * nnmail.el (nnmail-article-group): Decode headers before running
6213         split rules over them.
6214         (nnmail-mail-splitting-charset): New variable.
6215
6216         * smiley.el: Replaced with smiley-ems.el.
6217
6218 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6219
6220         * mm-url.el (mm-url-predefined-programs): Add w3m.
6221         (mm-url-program): Ditto.
6222
6223 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * nnml.el (nnml-use-compressed-files): New variable.
6226         (nnml-filenames-are-evil): Removed.
6227         (nnml-current-group-article-to-file-alist): Don't use.
6228         (nnml-update-file-alist): Inhibit.
6229         (nnml-article-to-file): Use new var.
6230
6231 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6232
6233         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6234
6235         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6236
6237 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6240         function.
6241
6242         * gnus-util.el (gnus-cache-file-contents): New function.
6243
6244         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6245         (gnus-agent-load-alist): Use it.
6246
6247         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6248
6249         * nnheader.el (nnheader-insert-nov-file): New function.
6250
6251         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6252
6253         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6254         there are no references.
6255         (gnus-extract-message-id-from-in-reply-to): New function.
6256         (gnus-nov-parse-line): Use in-reply-to if there are no
6257         references.
6258
6259 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6262
6263         * gnus-util.el (gnus-parse-without-error): New macro.
6264
6265 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6266
6267         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6268         (gnus-article-wash-function): use locate-library to decide which
6269         to use.
6270
6271 2002-01-25  Simon Josefsson  <jas@extundo.com>
6272
6273         * pop3.el (pop3-munge-message-separator): Work if no date.
6274         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6275
6276 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277
6278         * gnus-agent.el (gnus-agent-save-alist): Fix.
6279
6280         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6281         mistake.  Reinstated lost code.
6282
6283 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6284
6285         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6286         one exists in the case of an encrypted message with an internal
6287         signature.
6288
6289 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6292
6293 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * dgnushack.el: Commented out the experimental code.
6296
6297 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6300         error.
6301
6302         * gnus.el (gnus-server-to-method): Made into subst.
6303         (gnus-server-method-cache): New variable.
6304         (gnus-server-to-method): Use it.
6305         (gnus-group-method-cache): New variable.
6306         (gnus-find-method-for-group-1): Renamed.
6307         (gnus-find-method-for-group): New function.
6308         (gnus-group-method-cache): Removed.
6309
6310         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6311         function.
6312
6313         * gnus-range.el (gnus-members-of-range): New function.
6314         (gnus-list-range-intersection): Renamed.
6315         (gnus-inverse-list-range-intersection): New function.
6316
6317         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6318
6319         * nnagent.el (nnagent-retrieve-headers): New implementation.
6320
6321         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6322         implementation.
6323
6324 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6327         `w3m-meta-content-type-charset-regexp'.
6328
6329         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6330         charset-encoded html contents.
6331
6332 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6333
6334         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6335         an empty file.
6336
6337         * nnweb.el (url): Ignore errors when request url.
6338
6339         * nnrss.el: Clean up the comments.
6340
6341 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6344
6345         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6346         (mm-inline-media-tests): Test whether the value of
6347         `mm-inline-text-html-renderer' is a function for text/html.
6348
6349         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6350         separated from `mm-inline-text'.
6351         (mm-w3m-minor-mode): New variable.
6352         (mm-w3m-setup): New variable.
6353         (mm-setup-w3m): New function.
6354         (mm-inline-text-html-render-with-w3m): New function.
6355         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6356         text/html.
6357
6358 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6359
6360         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6361
6362 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6365         and `gnus-xmas-completing-read'.
6366
6367 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6368
6369         * nneething.el (nneething-message-id-number): Abolished.
6370         (nneething-encode-file-name): Not encode numerical characters.
6371         (nneething-make-head): `nneething-message-id-number' is not
6372         used to generate message IDs.
6373
6374 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6375
6376         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6377         characters.
6378
6379 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380
6381         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6382         (gnus-xmas-redefine): Redefine conditionally.
6383
6384 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6385
6386         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6387         tag.
6388
6389 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6390
6391         * message.el (message-font-lock-keywords): Added the secure tag.
6392         * mml-sec.el: Added functions to generate/modify/remove the secure
6393         tag while in message mode.
6394         * mml-sec.el (mml-secure-message): New.
6395         * mml-sec.el (mml-unsecure-message): New.
6396         * mml-sec.el (mml-secure-message-sign-smime): New.
6397         * mml-sec.el (mml-secure-message-sign-pgp): New.
6398         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6399         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6400         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6401         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6402         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6403         convert it to either a part or multipart depending on if there are
6404         other parts in the message.
6405         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6406         to use the secure tag, rather than the part tag.
6407         * mml.el (mml-preview): Added a save-excursion to keep cursor
6408         position after doing an MML preview.
6409
6410 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * nnheader.el (nnheader-parse-overview-file): New function.
6413         (nnheader-write-overview-file): New function.
6414
6415 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6418         in wanted.
6419
6420         * nnweb.el (nnweb-type-definition): Clean up.
6421
6422 2002-01-21  Alastair Burt  <burt@dfki.de>
6423         Trivial patch.
6424
6425         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6426         buffer exists before jumping to it.
6427
6428 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6431         function.
6432         (article-wash-html): Use it.
6433         (gnus-article-wash-function): New variable.
6434         (gnus-article-wash-html-with-w3m): New function.
6435
6436 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6437
6438         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6439         XEmacs.
6440
6441 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6442
6443         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6444         command line.
6445
6446 2002-01-21  Simon Josefsson  <jas@extundo.com>
6447
6448         * canlock.el (base64-encode-string): Autoload it from base64.
6449         (canlock-make-cancel-key): Base64 encode unibyte string.
6450
6451 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * nnfolder.el (nnfolder-request-accept-article): Unfold
6454         x-from-line.
6455         (nnfolder-request-replace-article): Ditto.
6456
6457 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6458
6459         * gnus-group.el (gnus-group-best-unread-group): Use the right
6460         positioning function.
6461
6462 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * smiley-ems.el (smiley-region): Use new function.
6465         (smiley-update-cache): Use general image functions.
6466         (smiley-region): Use general functions.
6467
6468         * gnus-util.el (gnus-graphic-display-p): New function.
6469
6470         * nnmail.el (nnmail-article-group): Allow outputting traces of
6471         non-strings.
6472
6473         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6474         (nndoc-exim-bounce-type-p): New function.
6475
6476         * message.el (message-dont-send): Doc fix.
6477
6478         * gnus-util.el (gnus-completing-read): Remove
6479         inherit-input-method.
6480
6481         * gnus-art.el (gnus-treat-smiley): Doc fix.
6482
6483         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6484         articles.
6485
6486 2002-01-19  Simon Josefsson  <jas@extundo.com>
6487
6488         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6489         (imap-kerberos4-open): Ditto.
6490         (imap-open): Set port correctly, don't set auth.
6491
6492 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * gnus.el (gnus-version-number): Bump version number.
6495
6496 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6497
6498         * gnus.el: Oort Gnus v0.05 is released.
6499
6500 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501
6502         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6503         exists.
6504
6505         * gnus-spec.el (gnus-string-width-function): New function.
6506         (gnus-tilde-cut-form): Use it.
6507         (gnus-tilde-max-form): Ditto.
6508         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6509         (gnus-substring-function): Use it.
6510         (gnus-tilde-cut-form): Ditto.
6511         (gnus-substring-function): New function.
6512
6513         * message.el (message-check-news-header-syntax): New message.
6514
6515         * gnus.el (gnus-slave-no-server): Doc fix.
6516
6517         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6518
6519 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6522         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6523         (seen (NUM1 . NUM2)).
6524
6525 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6528         number in closed topics.
6529
6530 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6531
6532         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6533         functions.
6534
6535 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * gnus.el (gnus-group-find-parameter): Clean up.
6538
6539         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6540         articles.
6541
6542         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6543
6544         * nnmail.el (nnmail-article-group): Clean up.
6545
6546 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6547
6548         * gnus-agent.el (gnus-category-name): Intern the category name.
6549
6550 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6553
6554         * gnus-util.el (gnus-completing-read): New function.
6555
6556 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557
6558         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6559
6560         * smiley-ems.el (smiley-region): Register smiley.
6561         (smiley-toggle-buffer): Rewrite the function.
6562         (smiley-active): Removed.
6563
6564 2002-01-19  Simon Josefsson  <jas@extundo.com>
6565
6566         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6567         Jesper Harder <harder@ifa.au.dk>.
6568
6569 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6570
6571         * gnus-art.el (gnus-request-article-this-buffer): Call
6572         `nneething-get-file-name' to extract the file name from the
6573         message id.
6574
6575         * nneething.el (nneething-encode-file-name): New function.
6576         (nneething-decode-file-name): Ditto.
6577         (nneething-get-file-name): Ditto.
6578         (nneething-make-head): Encode the file name and encapsulate it
6579         into the field of the message id.
6580
6581 2002-01-18  Simon Josefsson  <jas@extundo.com>
6582
6583         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6584         stored in .marks.
6585
6586         * nnfolder.el (nnfolder-request-update-info): Ditto.
6587
6588 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6589
6590         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6591
6592 2002-01-18  Simon Josefsson  <jas@extundo.com>
6593
6594         * imap.el (imap-starttls-p): Don't check for binary.
6595         (imap-gssapi-auth-p): Ditto.
6596         (imap-kerberos4-auth-p): Ditto.
6597         (imap-open): Change logic.  Iterate through all possible streams,
6598         instead of bailing out after first failure.  Move authenticator
6599         decision to `imap-authenticate'.
6600         (imap-authenticate): Change logic, now finds the authenticator to
6601         use, was previously in `imap-open'.
6602         (imap-open): Return nil on failure.
6603         (imap-open): Setup temp buffer correctly.
6604         (imap-open): Return buffer only on success.
6605         (imap-interactive-login, imap-interactive-login): Tell the user
6606         which stream/authenticator is used for the queried
6607         username/password.
6608         (imap-open, imap-authenticate): Set variables.
6609         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6610         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6611
6612 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6615
6616 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6619
6620 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6621
6622         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6623         (gnus-agent-group-mode-map): Bind it to "Jo".
6624         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6625
6626 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6627
6628         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6629         (gnus-summary-mail-toolbar): Add mail article deletion button.
6630
6631         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6632         false positives for lines of "^^^^".
6633
6634         * gnus-picon.el (gnus-picon-find-face): faces database is all
6635         lowercase.
6636
6637 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6638
6639         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6640         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6641         duplications.
6642         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6643
6644 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6645
6646         * gnus-sum.el (gnus-summary-initial-limit): Inline
6647         gnus-summary-limit-children.
6648         (gnus-summary-initial-limit): Don't limit if
6649         gnus-newsgroup-display is nil.
6650         (gnus-summary-initial-limit): No, don't.
6651
6652         * gnus-util.el
6653         (gnus-put-text-property-excluding-characters-with-faces): Inline
6654         gnus-put-text-property.
6655
6656         * gnus-spec.el (gnus-default-format-specs): New variable.
6657
6658         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6659         gnus-format-specs.
6660         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6661
6662         * gnus-spec.el (gnus-update-format-specifications): Really check
6663         the Gnus version of the .newsrc.eld file.
6664         (gnus-format-specs): Save the new default summary format.
6665
6666         * gnus-util.el (gnus-parent-id): Check whether references is empty
6667         before splitting.
6668
6669         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6670         functions.
6671         (gnus-gather-threads-by-references): Inline
6672         `gnus-split-references'.
6673
6674         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6675         default value of gnus-summary-line-format-spec.
6676
6677 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6680         message.
6681         (nnslashdot-request-list): Ditto.
6682         (nnslashdot-sid-strip): Removed.
6683
6684 2002-01-15  Simon Josefsson  <jas@extundo.com>
6685
6686         * nnimap.el (nnimap-close-asynchronous): Enable.
6687         (nnimap-close-group): Expunge.
6688
6689 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * gnus-util.el (gnus-user-date-format-alist): Typo.
6692         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6693
6694 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6695
6696         * nneething.el (nneething-request-article): Set
6697         `nnmail-file-coding-system' to `binary' locally, in order to read
6698         files without any conversion.
6699
6700 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6701
6702         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6703         nnheader-file-coding-system and nnmail-active-file-coding-system.
6704         (gnus-agent-regenerate-group): Ditto.
6705         (gnus-agent-regenerate): Ditto.
6706         (gnus-agent-write-active): Ditto.
6707         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6708
6709 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6712         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6713
6714 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6715
6716         * gnus.el: We don't need gnus-article-show-all-headers.
6717
6718         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6719         Ditto.
6720
6721         * gnus-sum.el (gnus-summary-select-article): Don't call
6722         show-all-headers, because hidden headers are not hidden text any
6723         more.
6724
6725 2002-01-13  Simon Josefsson  <jas@extundo.com>
6726
6727         * message.el (message-newline-and-reformat): Use `newline' instead
6728         of inserting \n, so that the newline is marked as hard.
6729
6730         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6731         From Jesper Harder <harder@ifa.au.dk>.
6732
6733 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6734
6735         * imap.el (imap-close): Keep going if quit.
6736
6737         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6738         nntp-server-buffer.
6739
6740 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6743         avoid unbinding shadowed variables.
6744
6745         * gnus-art.el (gnus-picon-databases): Moved here.
6746         (gnus-picons-installed-p): Moved here.
6747         (gnus-article-reply-with-original): Use `mark'.
6748
6749         * gnus.el (gnus-picon): Moved here and renamed.
6750
6751         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6752         installed.
6753         (gnus-treat-mail-picon): Ditto.
6754         (gnus-treat-newsgroups-picon): Ditto.
6755
6756         * gnus-picon.el (gnus-picons-installed-p): New function.
6757
6758 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6759
6760         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6761
6762 2002-01-12  Simon Josefsson  <jas@extundo.com>
6763
6764         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6765         (nnimap-before-find-minmax-bugworkaround): Use it.
6766         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6767         (nnimap-dont-close): New variable.
6768         (nnimap-close-group): Use it.
6769
6770 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * gnus-art.el (gnus-article-reply-with-original): Use
6773         `mark-active'.
6774
6775         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6776
6777         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6778         (gnus-score-advanced): Clean up.
6779         (gnus-score-advanced): Accept a multiple of the score.
6780
6781 2002-01-12  Simon Josefsson  <jas@extundo.com>
6782
6783         * flow-fill.el (fill-flowed-display-column)
6784         (fill-flowed-encode-columnq): New variables.  Suggested by
6785         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6786         (fill-flowed-encode, fill-flowed): Use them.
6787
6788         * message.el (message-send-news, message-send-mail): Use
6789         m-b-s-n-p-e-h-n.
6790
6791         * mml.el (autoload): Autoload fill-flowed-encode.
6792         (mml-buffer-substring-no-properties-except-hard-newlines): New
6793         function.
6794         (mml-read-part): Use it.
6795         (mml-generate-mime-1): Encode format=flowed if appropriate.
6796         (mml-insert-mime-headers): Insert format=flowed.
6797
6798         * flow-fill.el (fill-flowed-encode): New function.
6799         (fill-flowed): Bind fill-column to window width.
6800
6801 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802
6803         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6804         it exists.
6805         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6806         (gnus-summary-buffer-name): Don't return the dead name after all.
6807         (gnus-summary-setup-buffer): Kill the dead buffer.
6808
6809         * gnus-art.el (gnus-article-followup-with-original): Store the
6810         value of the mark before deactivating it.
6811
6812 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6813
6814         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6815         From: Karl Kleinpaste <karl@charcoal.com>
6816
6817         * gnus-art.el (article-display-x-face): Ditto.
6818         (gnus-article-reply-with-original): Use gnus-region-active-p.
6819         (gnus-article-followup-with-original): Ditto.
6820
6821         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6822         downloadable article either.
6823
6824 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6825
6826         * gnus-art.el (article-display-x-face): Insert From:.
6827
6828         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6829         article. Bind gnus-display-mime-function and
6830         gnus-article-prepare-hook.
6831
6832         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6833         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6834         gnus-agent-possibly-synchronize-flags to the last.
6835         (gnus-agent-go-online): New function. New variable.
6836
6837 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6838
6839         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6840         (gnus-agent-regenerate): Ditto.
6841
6842 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6843
6844         * message.el (message-ignored-news-headers)
6845         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6846         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6847
6848         * gnus.el (gnus-gethash-safe): New macro.
6849
6850         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6851         (gnus-agent-regenerate): Show messages.
6852
6853 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6856         (gnus-agent-regenerate): New function.
6857         (gnus-agent-save-alist): Sort.
6858         (gnus-agent-copy-nov-line): Test eobp.
6859         (gnus-agent-retrieve-headers): Erase buffer.
6860
6861 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6862
6863         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6864         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6865
6866         * gnus.el (gnus-agent-covered-methods): Move here.
6867         (gnus-online): New function.
6868         (gnus-agent-method-p): Move here.
6869
6870         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6871         nil. Remove articles-alist.
6872
6873         * gnus-start.el (gnus-get-unread-articles): Check online.
6874         (gnus-groups-to-gnus-format): Ditto.
6875         (gnus-active-to-gnus-format): Ditto.
6876
6877         * gnus-agent.el (gnus-agent-get-function): Use it.
6878         (gnus-agent-get-undownloaded-list): Ditto.
6879         (gnus-agent-fetch-session): Only fetch online methods.
6880
6881         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6882         (gnus-server-mode-map): Ditto.
6883         (gnus-server-offline-face): New face.
6884         (gnus-server-offline-face): New variable.
6885         (gnus-server-font-lock-keywords): Add offline.
6886         (gnus-server-insert-server-line): Ditto.
6887         (gnus-server-offline-server): New function.
6888
6889         * gnus-int.el (gnus-open-server): Turn to offline.
6890         (gnus-server-unopen-status): New variable.
6891
6892 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6893
6894         * nnkiboze.el (nnkiboze-request-article): Use
6895         gnus-agent-request-article.
6896
6897         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6898         function. Insert undownloaded NOV.
6899
6900         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6901         (gnus-agent-request-article): New function.
6902
6903         * gnus.el (gnus-agent-cache): New variable.
6904
6905         * gnus-int.el (gnus-retrieve-headers): Use
6906         gnus-agent-retrieve-headers.
6907         (gnus-request-head): Use gnus-agent-request-article.
6908         (gnus-request-body): Ditto.
6909
6910         * gnus-art.el (gnus-request-article-this-buffer): Use
6911         gnus-agent-request-article.
6912
6913         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6914         article if it is undownloaded.
6915
6916 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6919
6920 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * canlock.el (canlock-string-as-unibyte): New macro.
6923         (canlock-sha1-with-openssl): Return a unibyte string.
6924         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6925
6926 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6927
6928         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6929
6930 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6931
6932         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6933         application/x-emacs-lisp.
6934
6935         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6936
6937         * nntp.el (nntp-request-article): Add group parameter.
6938         (nntp-request-head): Ditto.
6939         (nntp-find-group-and-number): Add parameter group. Figure out
6940         number if the status line doesn't give (e.g. quimby.gnus.org).
6941
6942 2002-01-08  Simon Josefsson  <jas@extundo.com>
6943
6944         * mml.el (mml-generate-mime-1): Set recipient correctly.
6945
6946 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6947
6948         * message.el (message-read-from-minibuffer): Add parameter
6949         initial-contents.
6950         * gnus-msg.el (gnus-summary-resend-message): Use it.
6951
6952         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6953         behavior of quit-config.
6954
6955         * message.el (message-make-from): Don't quote fullname.
6956         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6957
6958         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6959         From: <andre@slamdunknetworks.com>
6960
6961 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6962
6963         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6964
6965         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6966
6967         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6968         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6969         because bbdb may use it.
6970
6971 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6972
6973         * nneething.el (nneething-request-article): When a non-text file
6974         is converted to an article, its data is encoded in base64.  Call
6975         `nneething-make-head' with options to specify MIME types.
6976         (nneething-make-head): Add optional arguments to specify MIME
6977         types.
6978
6979 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6980
6981         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6982         header if there is not.
6983
6984         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6985
6986         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6987         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6988         (gnus-inews-do-gcc): Use them.
6989
6990         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6991         gnus-newsgroup-unselected.
6992
6993 2002-01-06  Simon Josefsson  <jas@extundo.com>
6994
6995         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6996         condition-case, not ignore-errors.
6997
6998 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6999
7000         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7001         gnus-fetch-old-headers.
7002
7003         * gnus-art.el (article-display-x-face): Use the current buffer
7004         unless `W f'. Otherwise, X-Face may be shown in the header of a
7005         forwarded part.
7006         (gnus-treatment-function-alist): Treat xface before hiding
7007         headers.
7008
7009 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7012         parameters.
7013
7014 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7017         (mm-guess-charset): New function.
7018         (mm-charset-after): Use it.
7019         (mm-detect-coding-region): New function.
7020         (mm-detect-mime-charset-region): New function.
7021
7022         * gnus-sum.el (gnus-summary-show-article): Use
7023         mm-detect-coding-region.
7024
7025 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7026
7027         * message.el (message-make-fqdn): Be less violent.
7028
7029         * gnus.el (gnus-logo-color-style): Compute custom form
7030         automatically.
7031
7032         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7033         score file of the parent to the document group.
7034
7035         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7036         parameters parameter.
7037
7038         * gnus-score.el (gnus-score-load-file): Clean up.
7039
7040 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7041
7042         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7043         From: Damien Wyart <damien.wyart@free.fr>
7044
7045         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7046
7047 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7048
7049         * gnus-sum.el (gnus-select-group-hook): Typo.
7050
7051         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7052         is no quoted-printable-encoded STRING.
7053         From: Jesper Harder <harder@ifa.au.dk>
7054
7055         (rfc2047-decode-string): Decode it.
7056
7057 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7060
7061 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7062         Trivial patch.
7063
7064         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7065         buffer to get rid of junk line.
7066
7067 2002-01-05  Simon Josefsson  <jas@extundo.com>
7068
7069         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7070         C-o.
7071         (message-mode-map): Bind message-insert-or-toggle-importance to
7072         C-c C-u.
7073         (message-mode-map): Bind message-disposition-notification-to to
7074         C-c M-n.
7075         (message-mode-menu): Add m-d-n-t.
7076         (message-mode-field-menu): Add m-goto-from.
7077         (message-mode): Doc fix.
7078         (message-goto-from): New function.
7079         (message-insert-disposition-notification-to): New function.
7080         (message-tool-bar-map): Add receipt button.
7081
7082 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7083
7084         * gnus-sum.el (gnus-thread-latest-date): New function.
7085         (gnus-thread-sort-by-most-recent-number): Renamed.
7086         (gnus-thread-sort-functions): Doc fix.
7087         (gnus-select-group-hook): Don't use setq on a hook.
7088         (gnus-thread-latest-date): Use date, not number
7089
7090         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7091         (gnus-agent-expire): Allow regexp of expire-days.
7092
7093         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7094         region.
7095         (gnus-article-followup-with-original): Ditto.
7096
7097         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7098
7099         * gnus-art.el (gnus-mime-display-alternative): Use
7100         gnus-local-map-property.
7101         (gnus-mime-display-alternative): Ditto.
7102         (gnus-insert-mime-security-button): Ditto.
7103         (gnus-insert-next-page-button): Ditto.
7104         (gnus-button-prev-page): Take optional args.
7105         (gnus-insert-prev-page-button): widget-convert.
7106
7107         * gnus-util.el (gnus-local-map-property): New function.
7108
7109         * gnus-art.el (gnus-prev-page-map): Use parent map.
7110         (gnus-next-page-map): Ditto.
7111
7112         * gnus-spec.el (gnus-parse-format): Clean up.
7113         (gnus-parse-format): Do complex formatting for %=.
7114
7115         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7116         "X-Face: " to the data in the built-in scenario.
7117
7118         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7119         (gnus-correct-pad-form): Renamed.
7120         (gnus-tilde-max-form): Clean up.
7121         (gnus-pad-form): Use gnus-use-correct-string-widths.
7122
7123         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7124         support if that is available.
7125
7126         * gnus-sum.el (gnus-thread-highest-number): New function.
7127         (gnus-thread-sort-by-most-recent-thread): New function.
7128         (gnus-thread-sort-functions): Doc fix.
7129
7130 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7131
7132         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7133         all cases.
7134         (gnus-summary-mode): Enable it in all cases.
7135         (gnus-summary-display-article): Ditto.
7136         (gnus-summary-edit-article): Ditto.
7137
7138         * gnus-ems.el (gnus-put-image): Really return glyph.
7139
7140         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7141         (gnus-treat-smiley): Don't take "P" in the interactive form.
7142
7143 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * compface.el (uncompface): XEmacs and Emacs have differing
7146         capabilities.
7147
7148         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7149
7150         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7151         (gnus-article-xface-ring-size): Removed.
7152         (gnus-article-display-xface): Removed.
7153         (gnus-remove-image): Cleaned up.
7154
7155         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7156         (gnus-xmas-create-image): Take pbm files.
7157         (gnus-x-face): Removed.
7158         (gnus-xmas-article-display-xface): Removed.
7159
7160         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7161         default-enable-multibyte-characters.
7162
7163         * compface.el (uncompface): Doc fix.
7164
7165         * gnus-art.el (gnus-article-x-face-command): Use
7166         gnus-display-x-face-in-from.
7167
7168         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7169
7170         * gnus-ems.el (gnus-put-image): Return the image.
7171
7172         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7173         (gnus-x-face): Moved here.
7174
7175 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7176
7177         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7178         invisible if string is nil.
7179         (gnus-xmas-article-display-xface): Use it.
7180
7181         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7182         property when string is nil.
7183         (gnus-article-display-xface): Use it.
7184
7185 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * gnus-art.el (article-display-x-face): Check whether valid grey
7188         face was returned.
7189         (article-display-x-face): Place image in the right spot.
7190
7191         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7192         stderr.
7193         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7194
7195 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196
7197         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7198         parameters.
7199         (gnus-xmas-put-image): Allow non-strings to be passed.
7200
7201         * gnus-art.el (article-display-x-face): Use optional parameters.
7202
7203         * gnus-ems.el (gnus-create-image): Take optional parameters.
7204
7205         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7206
7207         * compface.el (compface-xbm-p): Removed.
7208
7209         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7210         (gnus-article-display-xface): Use compface.
7211
7212         * compface.el: New file.
7213
7214         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7215         (gnus-convert-image-to-x-face-command): Ditto.
7216         (gnus-random-x-face): Quote argument.
7217         (gnus-x-face-from-file): Ditto.
7218
7219 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7220
7221         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7222         the expire-group parameter once per article rather than once
7223         per group; bind `nnmaildir-article-file-name' and `article'
7224         for convenience.  Leave article alone when expire-group
7225         specifies the current group.
7226         (nnmaildir--update-nov): be more concurrency-friendly with
7227         temp file names.
7228
7229 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * gnus-start.el (gnus-read-init-file): Cleaned up.
7232
7233 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7234
7235         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7236         (gnus-read-init-file): Don't use it.
7237
7238 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7241
7242 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7243
7244         * gnus-start.el (gnus-read-init-file): Don't force coding system
7245         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7246
7247 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7248
7249         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7250         * nnspool.el (nnspool-request-post): Ditto.
7251
7252         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7253         (mm-find-mime-charset-region): Use it.
7254
7255 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7256
7257         * gnus.el (gnus-summary-line-format): Added :link.
7258         * gnus-topic.el (gnus-topic-line-format): Ditto.
7259         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7260         * gnus-srvr.el (gnus-server-line-format): Ditto.
7261         * gnus-group.el (gnus-group-line-format): Ditto.
7262
7263         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7264         :keys, it works on both Emacsen.
7265
7266 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7269
7270 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7271
7272         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7273
7274 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7275
7276         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7277         very wide reply.
7278
7279 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7282         (gnus-picon-cache): New variable.
7283         (gnus-picon-transform-newsgroups): Cache stuff.
7284
7285         * gnus-art.el (gnus-article-reply-with-original): New command.
7286         (gnus-article-followup-with-original): New command.
7287
7288         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7289         END parameters.
7290         (gnus-summary-followup): Take a list of list of articles.
7291         (gnus-inews-yank-articles): Allow lists of article/regions.
7292
7293         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7294         longer the usual commands.
7295
7296         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7297         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7298         shell-command-on-region.
7299
7300 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7301
7302         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7303           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7304
7305 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7306
7307         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7308         understand ':keys', wrap it in an featurep 'xemacs.
7309
7310 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7311
7312         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7313         order of headers (Actually, it is called in a reversed order). Add
7314         'gnus-image-text-deletable property.
7315         (gnus-remove-image): Remove text with such a property.
7316
7317         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7318         gnus-put-image.
7319
7320         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7321         with ", "
7322
7323 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7326
7327         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7328         (article-display-x-face): Display grey X-Faces.
7329
7330         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7331         (gnus-convert-gray-x-face-to-ppm): Ditto.
7332         (gnus-convert-image-to-gray-x-face): Ditto.
7333
7334         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7335         gnus-summary-show-raw-article.
7336
7337 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7338
7339         Display picons in XEmacs without showing text.
7340
7341         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7342         mm-create-image-xemacs to create xbm glyph, because it deletes
7343         temporary files.
7344         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7345         (gnus-xmas-remove-image): Make text visible, remove glyph.
7346
7347         * gnus-picon.el (gnus-picon-transform-newsgroups)
7348         (gnus-picon-transform-address): Insert spec backward, due to the
7349         incompatibility of gnus-xmas-put-image.
7350
7351 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7352
7353         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7354
7355 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7356
7357         * gnus.el: Doc fix.
7358
7359         * gnus-art.el: Doc fix.
7360
7361         * gnus-agent.el: Doc fix.
7362
7363 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7364
7365         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7366
7367 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7368
7369         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7370         NOV data out of the message again if nnmail-extra-headers has
7371         changed.
7372
7373 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * gnus-fun.el: New file.
7376         (gnus-convert-image-to-x-face-command): New variable.
7377         (gnus-insert-x-face): New function.
7378         (gnus-random-x-face): Renamed.
7379         (gnus-x-face-from-file): Renamed.
7380
7381         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7382         "_".
7383         (gnus-body-boundary-delimiter): Typo fix.
7384
7385 2002-01-02  Simon Josefsson  <jas@extundo.com>
7386
7387         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7388         (gnus-body-boundary-delimiter): Fix type.
7389
7390 2002-01-01  Simon Josefsson  <jas@extundo.com>
7391
7392         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7393         (gnus-treat-emphasize, gnus-treat-strip-cr)
7394         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7395         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7396         (gnus-treat-fill-article, gnus-treat-hide-citation)
7397         (gnus-treat-hide-citation-maybe)
7398         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7399         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7400         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7401         (gnus-treat-date-ut, gnus-treat-date-local)
7402         (gnus-treat-date-english, gnus-treat-date-lapsed)
7403         (gnus-treat-date-original, gnus-treat-date-iso8601)
7404         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7405         (gnus-treat-strip-trailing-blank-lines)
7406         (gnus-treat-strip-leading-blank-lines)
7407         (gnus-treat-strip-multiple-blank-lines)
7408         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7409         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7410         (gnus-treat-display-xface, gnus-treat-display-smileys)
7411         (gnus-treat-from-picon, gnus-treat-mail-picon)
7412         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7413         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7414         (gnus-treat-play-sounds, gnus-treat-translate)
7415         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7416
7417         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7418         (gnus-article-treat-body-boundary): Use it.
7419
7420         * message.el (message-mode): Fix doc.
7421         (message-mode-menu): Fix names.
7422
7423 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7426         articles.
7427
7428         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7429         (gnus-picon-transform-address): Search for unknown faces as well.
7430         (gnus-picon-find-face): Don't search "news" for MISC.
7431         (gnus-picon-user-directories): Changed default back to exclude
7432         "unknown".
7433
7434         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7435
7436         * gnus-picon.el (gnus-picon-find-face): Search through all
7437         databases.
7438         (gnus-picon-find-face): New implementation.
7439
7440         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7441         keystroke.
7442         (gnus-topic-goto-next-topic): Ditto.
7443
7444         * gnus.el (gnus-summary-line-format): Changed default.
7445
7446         * nnmail.el (nnmail-extra-headers): Change default.
7447
7448         * gnus-sum.el (gnus-extra-headers): Change default.
7449
7450         * message.el (message-news-other-window): Changed "news" to
7451         "posting".
7452         (message-news-other-frame): Ditto.
7453         (message-do-send-housekeeping): Ditto.
7454
7455         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7456         function.
7457         (gnus-article-unread-p): New function.
7458         (gnus-article-unseen-p): New function.
7459         (gnus-dead-summary-mode-map): Typo.
7460
7461         * gnus-util.el (gnus-make-predicate): New function.
7462         (gnus-make-predicate-1): New function.
7463
7464         * gnus-sum.el: New function.
7465         (gnus-map-articles): New function.
7466
7467         * gnus-art.el (gnus-treat-fold-headers): New variable.
7468         (gnus-article-treat-fold-headers): New command and keystroke.
7469
7470         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7471         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7472
7473 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * message.el (message-fcc-externalize-attachments): New variable.
7476         (message-do-fcc): Use it.
7477
7478         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7479         (gnus-inews-do-gcc): Use it.
7480
7481         * mml.el (mml-tweak-sexp-alist): New variable.
7482         (mml-externalize-attachments): New variable.
7483         (mml-tweak-part): Use mml-tweak-sexp-alist.
7484         (mml-tweak-externalize-attachments): New function.
7485
7486 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7487
7488         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7489         'set-glyph-face' so x-face back/foreground can be set.
7490
7491 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7492
7493         * message.el (message-fix-before-sending): Fix a typo.
7494
7495 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus-art.el (gnus-treat-smiley): Renamed command.
7498         (gnus-article-remove-images): New command and keystroke.
7499
7500         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7501
7502         * smiley-ems.el (gnus-smiley-display): Removed.
7503
7504         * gnus.el (gnus-version-number): Update version.
7505
7506         * message.el (message-text-with-property): Renamed and moved
7507         here.
7508         (message-fix-before-sending): Highlight invisible text and place
7509         point there.
7510
7511 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7512
7513         * gnus.el: Oort Gnus v0.04 is released.
7514
7515 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7518
7519         * gnus-art.el (gnus-ignored-headers): More headers,
7520
7521         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7522         of `scan-error', since XEmacs doesn't seem to support that.
7523
7524 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7527         arg.
7528         (gnus-summary-best-unread-subject): Ditto.
7529         (gnus-summary-best-unread-subject): No, don't.
7530         (gnus-summary-better-unread-subject): New command.
7531
7532         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7533
7534         * lpath.el ((featurep 'xemacs)): fbind url function.
7535
7536         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7537         buffer.
7538         (gnus-xmas-remove-image): Implementation that does something.
7539         (gnus-xmas-article-display-xface): Mark images properly.
7540
7541         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7542
7543 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7544
7545         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7546
7547 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * gnus-group.el (gnus-group-line-format): Added %O to the default
7550         value.
7551
7552         * gnus-util.el (gnus-text-with-property): The smallest point is
7553         point-min.
7554
7555         * smiley-ems.el (smiley-region): Return images.
7556         (gnus-smiley-display): Allow toggling.
7557         (smiley-region): Use text properties, not overlays.
7558
7559         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7560         implemented yet.
7561
7562         * smiley-ems.el (smiley-update-cache): Check for valid types.
7563
7564         * gnus-art.el (gnus-with-article-buffer): New macro.
7565
7566         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7567         strings as well as the glyphs.
7568         (gnus-picon-transform-address): Ditto.
7569         (gnus-picon-insert-glyph): Ditto.
7570         (gnus-picon-transform-newsgroups): Toggle.
7571         (gnus-picon-transform-address): Toggle.
7572
7573         * gnus-ems.el (gnus-remove-image): New function.
7574         (gnus-put-image): Take an optional string.
7575
7576         * gnus-util.el (gnus-text-with-property): New function.
7577
7578         * gnus-art.el (gnus-delete-images): New function.
7579
7580         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7581
7582         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7583         (gnus-article-wash-status): Use it.
7584         (gnus-signature-toggle): Clean up.
7585         (gnus-add-wash-status): New function.
7586         (gnus-delete-wash-status): New function.
7587         (gnus-article-hide-text-type): Use them throughout.
7588         (gnus-add-image): New function.
7589
7590         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7591
7592         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7593         interface.
7594
7595         * gnus-art.el (article-display-x-face): Cleaned up.
7596
7597         * rfc2047.el (rfc2047-field-value): New function.
7598
7599         * mail-parse.el (mail-header-field-value): New alias.
7600
7601         * gnus-art.el (gnus-mime-print-part): Fix typos.
7602
7603         * smiley-ems.el (gnus-smiley-file-types): New variable.
7604         (smiley-update-cache): Use it.
7605         (smiley-regexp-alist): Suffix-less smiley names.
7606         (smiley-regexp-alist): Added more smileys.
7607
7608         * gnus-sum.el (gnus-print-buffer): Made into own function.
7609         (gnus-summary-print-article): Use it.
7610
7611         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7612         looked for when REQUEST is a string.
7613
7614         * gnus-art.el (gnus-mime-button-commands): Add printing
7615         keystroke.
7616         (gnus-mime-copy-part): Doc fix.
7617         (gnus-mime-print-part): New command.
7618
7619 2001-12-31  Simon Josefsson  <jas@extundo.com>
7620
7621         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7622         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7623
7624 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7625
7626         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7627         (picon): Fix doc.
7628
7629         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7630         longer exists. Remove those codes.
7631         * gnus.el (gnus-use-picons): Ditto.
7632
7633 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7636         infloop.
7637
7638         * gnus-sum.el (t): New `W D' map.
7639
7640         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7641         (gnus-article-treat-body-boundary): Clean up.
7642         (gnus-body-boundary-face): Removed.
7643         (gnus-article-goto-header): Moved here.
7644         (gnus-article-goto-header): Allow better regexps.
7645         (gnus-article-treat-fold-newsgroups): New command.
7646
7647         * gnus-sum.el (gnus-summary-move-article): We have to select an
7648         article to give `gnus-read-move-group-name' an opportunity to
7649         suggest an appropriate default.
7650
7651         * rfc2047.el (rfc2047-fold-line): New function.
7652         (rfc2047-unfold-line): Ditto.
7653         (rfc2047-fold-region): Don't fold just after the header name.
7654
7655         * mail-parse.el (mail-header-fold-line): New alias.
7656         (mail-header-unfold-line): Ditto.
7657
7658         * gnus-art.el (gnus-body-boundary-face): Renamed.
7659         (gnus-article-treat-body-boundary): Use it.
7660         (gnus-article-treat-body-boundary): Use an invisible header and a
7661         line of underline characters.
7662
7663 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7664
7665         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7666
7667         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7668         (gnus-picon-split-address): New function.
7669         (gnus-picon-find-face): Use it.
7670         (gnus-picon-transform-address): Use it. Set first to t for each
7671         address.
7672
7673         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7674         the macro then use it.
7675         (gnus-treatment-function-alist): Treat picons earlier.
7676
7677 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * gnus-art.el (gnus-body-separator-face): New variable.
7680         (gnus-article-treat-body-boundary): Use a blank, colored line.
7681
7682         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7683         well.
7684
7685         * gnus-art.el (gnus-treat-body-boundary): New variable.
7686         (gnus-article-treat-unfold-headers): Use helper macro.
7687         (gnus-article-treat-body-boundary): New command.
7688
7689         * gnus.el (gnus-logo-color-style): Change the default color.
7690         (gnus-splash-face): Gray, gray.
7691
7692         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7693         colors.
7694
7695         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7696         (gnus-logo-color-style): Ditto.
7697         (gnus-logo-colors): Ditto.
7698
7699         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7700
7701         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7702
7703         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7704         (gnus-picon-transform-newsgroups): New function.
7705
7706         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7707         string.
7708
7709         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7710
7711         * gnus-art.el (gnus-treat-cc-picon): New variable.
7712         (gnus-treat-mail-picon): Renamed.
7713
7714         * gnus-picon.el: New implementation.
7715         (gnus-picon-find-face): Renamed.
7716         (gnus-treat-from-picon): Use it.
7717         (gnus-picon-transform-address): Renamed.
7718         (gnus-treat-from-picon): Use it.
7719         (gnus-picon-create-glyph): Renamed.
7720         (gnus-picon-transform-address): Use it.
7721         (gnus-treat-cc-picon): New command.
7722
7723         * mm-decode.el (mm-create-image-xemacs): Separated out into
7724         function.
7725         (mm-get-image): Use it.
7726
7727         * gnus-art.el (gnus-treat-display-picons): Simplify.
7728         (gnus-treat-from-picon): Renamed.
7729
7730         * gnus-ems.el (gnus-create-image): New function.
7731         (gnus-put-image): New function.
7732
7733         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7734         (gnus-with-article-headers): New macro.
7735         (gnus-article-goto-header): New function.
7736
7737         * gnus-xmas.el (gnus-image-type-available-p): New function.
7738
7739         * gnus-ems.el (gnus-image-type-available-p): New function.
7740
7741 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7742
7743         * nnrss.el (nnrss-check-group): Find the correct tag, because
7744         xml.el is changed.
7745
7746 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7749         lines are shorter than the window width.
7750         (gnus-ignored-headers): More headers.
7751
7752 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7755         (gnus-treat-unfold-headers): Renamed.
7756         (gnus-article-treat-unfold-headers): New command and keystroke.
7757
7758         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7759
7760         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7761
7762 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7763
7764         * sha1-el.el (sha1-use-external): New variable.
7765         (sha1-region): Use it.
7766         (sha1-string): Ditto.
7767
7768         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7769         * gnus-picon.el: Less warnings when compile.
7770
7771 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7774         alias.
7775         (gnus-picons-database): Default to list.
7776         (gnus-picons-lookup-internal): Use it.
7777
7778         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7779         to "bogus".
7780
7781         * gnus-win.el (gnus-configure-windows-hook): New hook.
7782
7783 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7784
7785         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7786
7787 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7790         lists.
7791         (gnus-select-newsgroup): Don't append; push.
7792         (gnus-adjust-marked-articles): Remove obsolete ranges from
7793         `seen'.
7794         (gnus-update-marks): Clean up.
7795         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7796
7797 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7798
7799         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7800
7801 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-sum.el (gnus-auto-select-subject): New variable.
7804         (gnus-summary-best-unread-subject): New function.
7805         (gnus-summary-best-unread-article): Use it.
7806         (gnus-summary-first-unseen-subject): New function and command.
7807
7808         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7809         other treatments.
7810
7811         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7812         function.
7813
7814         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7815         from the list of hidden types.
7816
7817         * mm-view.el (mm-inline-text): Ditto.
7818         (mm-inline-text): Ditto.
7819         (mm-w3-prepare-buffer): Ditto.
7820
7821         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7822
7823 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-art.el (gnus-ignored-headers): Added more headers.
7826
7827 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7828
7829         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7830         once.
7831
7832 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7835
7836 2001-12-28  Simon Josefsson  <jas@extundo.com>
7837
7838         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7839         Jesper Harder <harder@ifa.au.dk>.
7840
7841 2001-12-27  Simon Josefsson  <jas@extundo.com>
7842
7843         * gnus-sum.el (gnus-select-newsgroup): Make
7844         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7845         contain all articles (instead of none) when no seen marks have
7846         been set for the group.
7847         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7848         instead, it seems to result in shorter ranges.
7849
7850 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7851
7852         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7853         insert-before-markers.
7854         From Jesper Harder <harder@ifa.au.dk>
7855
7856 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7857
7858         * nnmaildir.el (nnmaildir-save-mail): create the destination
7859         groups if they do not exist.
7860
7861 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7864
7865 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7866
7867         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7868         gnus-group-real-name.
7869
7870         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7871         (gnus-newsgroup-variables): Ditto.
7872
7873         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7874         return it.
7875
7876 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7877
7878         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7879         * nnmaildir.el (top-level): Add commentary.
7880         (nnmaildir-version): Indicate that nnmaildir is now a standard
7881         part of Gnus, not separately released.
7882
7883 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7884
7885         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7886         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7887         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7888         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7889
7890 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891
7892         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7893
7894 2001-12-20  Simon Josefsson  <jas@extundo.com>
7895
7896         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7897         ZHU <zsh@cs.rochester.edu>.
7898         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7899         Brian P Templeton <bpt@tunes.org>.
7900
7901 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7902
7903         * nnmaildir.el: New file.
7904         From Paul Jarc <prj@po.cwru.edu>.
7905
7906 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7907
7908         * nndoc.el (nndoc-type-alist): Move forward to the end.
7909
7910 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7913         `dolist'.
7914
7915 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7916
7917         * gnus-win.el (gnus-frames-on-display-list): New function.
7918         (gnus-get-buffer-window): Use it.
7919
7920 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7923
7924 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7925
7926         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7927
7928 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7929            From Harald Meland <Harald.Meland@usit.uio.no>
7930
7931         * gnus-win.el (gnus-get-buffer-window): New function.
7932         (gnus-all-windows-visible-p): Use it.
7933
7934         * gnus-util.el (gnus-horizontal-recenter)
7935         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7936         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7937
7938         * gnus-score.el (gnus-score-insert-help): Use it.
7939
7940         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7941         (gnus-generate-tree, gnus-highlight-selected-tree)
7942         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7943         it.
7944
7945         * gnus-art.el (gnus-article-set-window-start)
7946         (gnus-mm-display-part, gnus-request-article-this-buffer)
7947         (gnus-button-next-page, gnus-button-prev-page)
7948         (gnus-article-button-next-page, gnus-article-button-prev-page):
7949         Use it.
7950
7951 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7952
7953         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7954         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7955         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7956
7957 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7958
7959         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7960         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7961         * mml1991.el, nnultimate.el: Add `coding'.
7962
7963 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7964
7965         * ChangeLog: changed coding to buffer-file-coding-system
7966         * ChangeLog.1: same
7967         * nnwfm.el: same
7968         * gnus-smiley.el: same
7969         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7970         * gnus-delay.el: same
7971         * gnus-spec.el: same
7972         * message.el: same
7973         * mml1991.el: same
7974         * nnultimate.el: same
7975
7976 2001-12-16  Simon Josefsson  <jas@extundo.com>
7977         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7978
7979         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7980         (gnus-summary-save-map): Add muttprint.
7981         (gnus-summary-make-menu-bar): Ditto.
7982         (gnus-summary-muttprint): New function.
7983
7984         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7985
7986 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7987
7988         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7989         temporary list instead of buffer.
7990
7991         * mm-url.el (executable-find): autoload.
7992
7993 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7994
7995         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7996         to variable, follow doc-string conventions).
7997
7998 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7999
8000         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8001         subscribe-level
8002         * gnus-topic.el (gnus-subscribe-topics): use it.
8003
8004 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8007         messages. (A small patch with indentation)
8008         From Sean Neakums <sneakums@zork.net>.
8009
8010         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8011         nil after shooting down the gnus-original-article-buffer.
8012
8013 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8014
8015         * uudecode.el (uudecode-use-external): New variable.
8016         (uudecode-decode-region): Automatically detect external program.
8017
8018         * binhex.el (binhex-use-external): New variable.
8019         (binhex-decode-region-internal): New function.
8020         (binhex-decode-region): Automatically detect external program.
8021
8022         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8023         Use them.
8024
8025 2001-12-12  Simon Josefsson  <jas@extundo.com>
8026
8027         * nnvirtual.el (nnvirtual-always-rescan)
8028         (nnvirtual-component-regexp): Fix doc.
8029
8030         * nnoo.el (defvoo): Add doc to defvoo variables.
8031
8032         * nnml.el (nnml-directory, nnml-active-file)
8033         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8034         (nnml-marks-is-evil, nnml-filenames-are-evil)
8035         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8036
8037         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8038         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8039         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8040         `error'.
8041
8042         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8043         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8044
8045         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8046         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8047         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8048         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8049
8050         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8051         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8052
8053         * imap.el, nnimap.el: Fix indentation.
8054
8055         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8056
8057 2001-12-12  Didier Verna  <didier@xemacs.org>
8058
8059         * gnus-msg.el (gnus-group-news): New function.
8060         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8061         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8062         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8063         for it.
8064         * gnus-msg.el (gnus-summary-news-other-window): New function.
8065         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8066         bind it to `i'.
8067         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8068         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8069         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8070         for it (called with a prefix).
8071         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8072         group-name argument.
8073         * gnus-msg.el (gnus-setup-message): use it.
8074
8075 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8076
8077         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8078
8079 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8080
8081         * mml.el (mime-to-mml): Remove Content-Disposition too.
8082
8083 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8086         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8087         strings only.
8088         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8089
8090 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8091
8092         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8093         (nnmail-fancy-expiry-target): Use it.
8094         Suggestions from Simon Josefsson <jas@extundo.com>.
8095
8096 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8097
8098         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8099
8100 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8103
8104         * gnus-util.el (gnus-url-unhex-string): Move here.
8105
8106 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107
8108         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8109         mm-url-decode-entities-nbsp.
8110
8111         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8112         * webmail.el, nnwfm.el: Use mm-url.
8113
8114         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8115         (mm-url-remove-markup): Move from nnweb.
8116         (mm-url-fetch-simple): Move from webmail.
8117
8118         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8119
8120 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8123         (gnus-summary-print-article): Use it.
8124
8125         * gnus-util.el (gnus-replace-in-string): Typo.
8126
8127 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8128
8129         * nnweb.el (nnweb-replace-in-string): Removed.
8130
8131         * gnus-util.el (gnus-replace-in-string): New function.
8132         (gnus-mode-string-quote): Use it.
8133
8134         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8135         * nnwfm.el (nnwfm-create-mapping): Ditto.
8136
8137 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8138
8139         * dgnushack.el (dgnushack-compile): nnrss.el and
8140         nnslashdot.el don't depend on nnweb, url, w3.
8141
8142         * nnrss.el: Use mm-url.
8143
8144 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8145
8146         * mm-url.el (mm-url-insert-file-contents): Support file:.
8147
8148 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         * mm-view.el: Lower case for the description line. Sync from the
8151         Emacs CVS.
8152
8153 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8156         From:  Stefan Monnier  <monnier@cs.yale.edu>
8157
8158 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8161
8162 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * mm-url.el: Require executable.
8165         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8166
8167 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * pop3.el (pop3-munge-message-separator): Only use valid date.
8170         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8171
8172         * Makefile.in: gnus-load.elc may not be generated.
8173
8174 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8175
8176         * mm-url.el: New file.
8177         * nnslashdot.el: Use it.
8178         * mm-extern.el (mm-extern-url): Use it.
8179
8180 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8181
8182         * gnus-sum.el (gnus-summary-save-article): Nix
8183         gnus-display-mime-function and gnus-article-prepare-hook.
8184
8185         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8186         the beginning of lines.
8187         (gnus-complex-form-to-spec): Ditto.
8188
8189 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8190
8191         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8192         From Paul Jarc <prj@po.cwru.edu>.
8193
8194 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * message.el: New variable message-subscribed-address-file;
8197         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8198
8199 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8200
8201         * message.el (message-tab-body-function): Set to nil.
8202         (message-tab): Use text-mode-map or global-map.
8203         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8204
8205 2001-11-30  Simon Josefsson  <jas@extundo.com>
8206
8207         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8208         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8209         <christoph.conrad@gmx.de>.
8210         (gnus-agent-fetch-group-1): Add verbose message.
8211
8212 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8213
8214         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8215         of integers.
8216
8217 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8218
8219         * message.el (message-newgroups-header-regexp)
8220         (message-completion-alist, message-tab-body-function): Use
8221         defcustom rather than defvar.
8222         (message-tab): Mention `message-tab-body-function' in doc.
8223         Suggested by Karl Eichwalder.
8224
8225 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8226
8227         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8228
8229 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8230
8231         * nnheader.el (nnheader-find-nov-line): Don't use macro
8232         gnus-delete-line.
8233
8234         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8235         (gnus-group-name-charset): Ditto.
8236
8237         * gnus-util.el (gnus-buffer-live-p): Ditto.
8238
8239 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8240
8241         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8242         open parenthesis in doc.
8243         (sieve-manage-authenticator-alist): Typo in doc.
8244         * imap.el (imap-authenticator-alist): Typo in doc.
8245         (imap-stream-alist): Backslash.
8246
8247         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8248           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8249
8250 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8251
8252         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8253
8254         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8255
8256         * gnus-msg.el (gnus-configure-posting-styles): use
8257         make-local-hook. Add LOCAL for add-hook.
8258
8259 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8260
8261         * message.el (message-mode): Use `make-local-hook' unless
8262         obsolete.
8263         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8264
8265 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * canlock.el: Remove sha1.el and base64.el stuff.
8268
8269 2001-11-26  Didier Verna  <didier@xemacs.org>
8270
8271         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8272         if needed.
8273
8274 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * message.el (message-tamago-not-in-use-p): New function.
8277         (message-strip-forbidden-properties): Use it.
8278
8279 2001-11-26  Didier Verna  <didier@xemacs.org>
8280
8281         * gnus-start.el (gnus-check-first-time-used): only check for
8282         existence of .el[d] files.
8283
8284 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8285
8286         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8287
8288         * message.el (message-setup-1): Clean up mc-*.
8289
8290 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8291
8292         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8293         * gnus-score.el (gnus-score-find-bnews): Use it.
8294
8295         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8296         (gnus-summary-limit-to-author): Ditto.
8297         (gnus-summary-limit-to-extra): Ditto.
8298         (gnus-summary-find-matching): Support not-matching argument.
8299
8300 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8301
8302         * message.el (message-wash-subject): Use `insert' rather than
8303         `insert-string', which is deprecated.
8304
8305 2001-11-24  Simon Josefsson  <jas@extundo.com>
8306
8307         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8308         message. (Gnus does not "default" to using 8bit for the message,
8309         it default to use 8bit encoding and the user-supplied CTE
8310         value. Calling this behaviour "treating it as 8bit" is perhaps
8311         better.)
8312
8313         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8314         (compare mm-charset-to-coding-system).
8315
8316 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8319         buffer. Correctly decode hex.
8320
8321 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8322
8323         * gnus-agent.el (gnus-category-insert-line): Convert category
8324         names to strings.
8325
8326 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * message.el (sha1): eval-and-compile.
8329
8330 2001-11-20  Simon Josefsson  <jas@extundo.com>
8331
8332         * message.el (message-allow-no-recipients): New variable.
8333         (message-send): Use it, customize the prompting when posting to
8334         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8335
8336 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * mm-util.el (mm-coding-system-priorities): New variable.
8339         (mm-sort-coding-systems-predicate): New function.
8340         (mm-find-mime-charset-region): Resort coding systems if needed.
8341         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8342
8343 2001-11-20  Didier Verna  <didier@xemacs.org>
8344
8345         * gnus-group.el (gnus-group-make-help-group): new optional
8346         argument to control the error behavior.
8347         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8348         erroring.
8349
8350 2001-11-19  Simon Josefsson  <jas@extundo.com>
8351
8352         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8353         instead of C-c C-u.  Suggested by Per Abrahamsen
8354         <abraham@dina.kvl.dk>.
8355
8356 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8357
8358         * nnfolder.el (nnfolder-read-folder): Use group instead of
8359         nnfolder-current-group.
8360         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8361
8362 2001-11-17  Simon Josefsson  <jas@extundo.com>
8363
8364         * message.el (message-send): Ask user if Fcc/Gcc should be
8365         performed when no other sender was specified.
8366         Suggested by prj@po.cwru.edu (Paul Jarc).
8367
8368 2001-11-17  Simon Josefsson  <jas@extundo.com>
8369
8370         * message.el (message-mode, message-mode-map): Use C-c C-u for
8371         Importance: instead of C-c C-p (used by SC).
8372
8373 2001-11-16  Simon Josefsson  <jas@extundo.com>
8374
8375         * message.el (message-insert-importance-high)
8376         (message-insert-importance-low): Save point.
8377
8378         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8379         value.
8380
8381 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8382
8383         * message.el (message-strip-special-text-properties): New option.
8384         (message-strip-forbidden-properties): Obey it.
8385
8386 2001-11-14  Sam Steingold  <sds@gnu.org>
8387
8388         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8389
8390 2001-11-15  Simon Josefsson  <jas@extundo.com>
8391
8392         Support "Importance:" header in Message.
8393
8394         * message.el (message-mode-map): Bind C-c C-p to
8395         `message-insert-or-toggle-importance'
8396         (message-mode-menu): Add message-insert-importance-{high,low}.
8397         (message-insert-importance-high, message-insert-importance-low)
8398         (message-insert-or-toggle-importance): New functions.
8399         (message-tool-bar-map): Add {un,}important.
8400         (message-mode): Doc fix.
8401
8402 2001-11-15  Simon Josefsson  <jas@extundo.com>
8403
8404         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8405
8406         * mml.el (mml-menu): Fix toolbar tooltip.
8407
8408 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8409
8410         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8411         * nnml.el (nnml-save-marks): Ditto.
8412
8413         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8414
8415 2001-11-15  Simon Josefsson  <jas@extundo.com>
8416
8417         * nnml.el (nnml-save-marks):
8418         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8419         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8420
8421 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8422
8423         * gnus-art.el (gnus-article-wash-status-strings): Use
8424         `copy-sequence', not `copy-seq'.
8425
8426 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8427
8428         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8429         (gnus-gnus-article-wash-status-entry): New function.
8430         (gnus-article-wash-status): Use it.
8431
8432 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8433
8434         * mml1991.el: Add coding header.
8435
8436 2001-11-12  Simon Josefsson  <jas@extundo.com>
8437
8438         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8439         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8440         `mml1991-sign' and `mml1991-encrypt'.
8441         (mml1991-encrypt, mml1991-sign): New glue functions.
8442         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8443
8444         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8445         (mml-menu): Add PGP to menu.
8446
8447         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8448         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8449         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8450         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8451
8452         * mml2015.el: Mention RFC 3156.
8453
8454         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8455
8456 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8457
8458         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8459
8460         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8461           From <Michael.Cook@cisco.com>
8462
8463 2001-11-11  Simon Josefsson  <jas@extundo.com>
8464
8465         * message.el (top-level): Autoload sha1.
8466         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8467         canlock, no need to require two different hash algs).  Suggested
8468         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8469
8470 2001-11-09  Simon Josefsson  <jas@extundo.com>
8471
8472         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8473         <Pavel@Janik.cz>.
8474
8475 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8476
8477         * message.el (message-point-in-header-p): New function.
8478         (message-do-auto-fill): Use it.
8479         (message-beginning-of-line): New function.  Goes to beginning of
8480         header value (i.e., end of header name), or to beginning of line
8481         if already at beginning of value.  Behaves like
8482         `beginning-of-line' when in message body.
8483         (message-mode-map): Bind it.
8484
8485 2001-11-08  Simon Josefsson  <jas@extundo.com>
8486
8487         * gnus-msg.el (gnus-posting-styles): Add doc.
8488
8489 2001-11-07  Simon Josefsson  <jas@extundo.com>
8490
8491         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8492
8493         * sieve-mode.el (sieve-control-commands-face)
8494         (sieve-control-commands-face, sieve-action-commands-face)
8495         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8496         faces.
8497         (sieve-font-lock-keywords): Use them.
8498         (sieve-mode): Only set font-lock-defaults in emacs.
8499
8500         * gnus-art.el (gnus-default-article-saver): Add
8501         gnus-summary-save-body-in-file.
8502         (gnus-summary-write-to-file): Fix doc.
8503
8504 2001-11-07  Simon Josefsson  <jas@extundo.com>
8505
8506         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8507         reference to the correct chapter in the manual.
8508
8509         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8510         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8511
8512 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8513
8514         * mml.el (mml-preview): Bind mail-header-separator.
8515
8516 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * message.el: Always require canlock.
8519         (message-ignored-supersedes-headers): Include Cancel-Lock and
8520         Cancel-Key.
8521         (message-insert-canlock): Don't require canlock.
8522         (message-cancel-news): Don't check whether canlock is available.
8523         (message-supersede): Support cancel-locks.
8524
8525         * gnus-art.el: Don't autoload canlock.
8526
8527 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8528
8529         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8530         From: <andre@slamdunknetworks.com>
8531
8532 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * many files: Fix copyright lines.
8535
8536 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8537
8538         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8539         Suggested by Dave Love  <fx@gnu.org>.
8540
8541 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8542
8543         * message.el (message-kill-buffer): Remove auto-save file after
8544         confirm.
8545
8546         * message.el (message-send-mail): Call message-generate-headers
8547         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8548
8549         * gnus-topic.el (gnus-topic-rename): Initial-input.
8550         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8551
8552 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8553
8554         * message.el (message-forbidden-properties): New constant.
8555         (message-strip-forbidden-properties): New function.
8556         (message-mode): Activate it.
8557
8558 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8559
8560         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8561         (mm-hack-charsets): Fix doc.
8562
8563 2001-11-02  Simon Josefsson  <jas@extundo.com>
8564
8565         * gnus-int.el (gnus-check-server): Message "...done" when done.
8566
8567         * imap.el (imap-close): Don't message (imap-send-command-wait
8568         returns if the connection is dropped).
8569         (imap-wait-for-tag): Nix out message only when necessary.
8570
8571         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8572         for non-crossposting.
8573         (gnus-sieve-crosspost): Default to t to be consistent with other
8574         parts of Gnus.
8575
8576 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8577
8578         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8579         (mm-iso-8859-x-to-15-table): Ditto.
8580         (mm-iso-8859-x-to-15-region): Ditto.
8581         (mm-find-mime-charset-region): Ditto.
8582
8583 2001-11-01  Simon Josefsson  <jas@extundo.com>
8584
8585         * nnimap.el (nnimap-close-asynchronous): New variable.
8586         (nnimap-close-group): Use it.
8587         (nnimap-expunge): Don't use it.
8588
8589         * imap.el (imap-callbacks): New variable.
8590         (imap-remassoc): Copied from `gnus-remassoc'.
8591         (imap-add-callback): New function.
8592         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8593         behaviour.
8594         (imap-parse-response): Call the callback.
8595
8596         * message.el (message-insert-canlock): New variable.
8597         (message-canlock-generate, message-canlock-password)
8598         (message-insert-canlock): New functions.
8599         (message-send-news): Call `message-insert-canlock'.
8600         (top-level): Require canlock when compiling.
8601         (message-insert-canlock): Require canlock before we need it.
8602
8603 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8604
8605         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8606
8607 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8608
8609         * dgnushack.el (dgnushack-make-load): A workaround for
8610         custom-add-loads bug in some versions of XEmacs.
8611
8612 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8613
8614         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8615
8616 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8617
8618         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8619         (mm-hack-charsets): New variable.
8620         (mm-iso-8859-15-compatible): New variable.
8621         (mm-iso-8859-x-to-15-table): New variable.
8622         (mm-find-mime-charset-region): Add parameter hack-charsets.
8623
8624         * mm-bodies.el (mm-encode-body): Use it.
8625         * mml.el (mml-parse-1): Ditto.
8626
8627 2001-11-01  Simon Josefsson  <jas@extundo.com>
8628
8629         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8630
8631 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8632
8633         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8634         is nil.
8635
8636 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8639
8640         * message.el (message-forward-rmail-make-body): Use
8641         save-window-excursion.
8642         (message-encode-message-body): Search with noerror.
8643         (message-setup-1): Convert compose-mail send-actions to
8644         message-send-actions.
8645
8646 2001-11-01  Simon Josefsson  <jas@extundo.com>
8647
8648         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8649         <yamaoka@jpl.org>.
8650
8651 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8652
8653         * sieve-manage.el (sieve-string-bytes): No complain.
8654
8655 2001-11-01  Simon Josefsson  <jas@extundo.com>
8656
8657         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8658         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8659         has autoload cookies, so no `require' should be necessary.)
8660
8661         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8662         files.
8663
8664 2001-10-31  Simon Josefsson  <jas@extundo.com>
8665
8666         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8667         parameter.
8668
8669         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8670         `display' is a number (and C-u wasn't used to enter group), only
8671         fetch that number of articles.
8672
8673 2001-10-31  Matt Armstrong  <matt@lickey.com>
8674
8675         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8676         not-subscribed -> subscribed.
8677
8678 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8679         From: Josh Huber <huber@alum.wpi.edu>
8680
8681         * message.el (message-subscribed-address-functions): New variable.
8682         (message-subscribed-addresses): New variable.
8683         (message-subscribed-regexps): New variable.
8684         (message-goto-mail-followup-to): New function.
8685         (message-send-mail): Add Mail-Followup-To.
8686         (message-make-mft): New function.
8687
8688         * gnus.el (gnus-find-subscribed-addresses): New function.
8689
8690 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8691
8692         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8693         (mail-source-fetch-pop): Ditto.
8694         (mail-source-check-pop): Ditto.
8695
8696         * gnus-start.el (gnus-read-init-file): Ditto.
8697         (gnus-activate-group): Ditto.
8698         (gnus-read-newsrc-el-file): Ditto.
8699
8700 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * message.el (message-get-reply-headers): Make sure there is ", ".
8703
8704         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8705         mm-coding-system-p. Don't correct it only in XEmacs.
8706         (mm-charset-to-coding-system): Use mm-coding-system-p and
8707         mm-get-coding-system-list.
8708         (mm-emacs-mule, mm-mule4-p): New variables.
8709         (mm-enable-multibyte, mm-disable-multibyte,
8710         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8711         mm-with-unibyte-current-buffer,
8712         mm-with-unibyte-current-buffer-mule4): Use them.
8713         (mm-find-mime-charset-region): Treat iso-2022-jp.
8714
8715         From  Dave Love  <fx@gnu.org>:
8716
8717         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8718         construction.
8719         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8720         entries conditional on not having a coding system defined for
8721         them.
8722         (mm-mule-charset-to-mime-charset): Use
8723         find-coding-systems-for-charsets if defined.
8724         (mm-charset-to-coding-system): Don't use
8725         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8726         later.  Add last resort search of coding systems.
8727         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8728         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8729         Mule 4.
8730         (mm-find-mime-charset-region): Re-write.
8731         (mm-with-unibyte-current-buffer): Restore buffer as well as
8732         multibyteness.
8733
8734 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8735
8736         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8737         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8738         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8739
8740 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8741
8742         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8743         again.
8744
8745         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8746
8747 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748
8749         * gnus-spec.el (gnus-parse-simple-format): Use
8750           buffer-substring-no-properties.
8751
8752 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-art.el (article-verify-cancel-lock): New function.
8755
8756         * nnheader.el (nntp-process-response): New variable.
8757         (nnheader-init-server-buffer): Make `nntp-process-response'
8758         buffer-local in `nntp-server-buffer'.
8759
8760         * nntp.el (nntp-prepare-post-hook): New hook.
8761         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8762         (nntp-async-trigger): Ditto.
8763         (nntp-request-post): Insert a server's ID if there's no Message-ID
8764         header; run `nntp-prepare-post-hook'.
8765
8766 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8767
8768         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8769         instead.
8770
8771         * message.el (message-forward-subject-author-subject): Don't use
8772         message-news-p, which widens the buffer.
8773         (message-forward-make-body): New function.
8774         (message-forward): Use it.
8775         (message-insinuate-rmail): New function.
8776         (message-forward-rmail-make-body): New function.
8777
8778 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8779
8780         * mm-extern.el (mm-extern): Provide it.
8781
8782         * mm-partial.el (mm-partial): Provide it.
8783
8784 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8787
8788 2001-10-29  Simon Josefsson  <jas@extundo.com>
8789
8790         * mml.el (mml-preview): Bind message-this-is-news if it is
8791         news. From Jesper Harder <harder@myrealbox.com>.
8792
8793 2001-10-28  Simon Josefsson  <jas@extundo.com>
8794
8795         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8796
8797 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8798
8799         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8800         ironic smilies.
8801
8802 2001-10-27  Simon Josefsson  <jas@extundo.com>
8803
8804         * message.el (message-indent-citation): Don't add trailing
8805         whitespace when citing text.
8806
8807         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8808         <harder@ifa.au.dk>.
8809
8810 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8811
8812         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8813         not available.
8814         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8815         (nnweb-type-definition): Add google as alias of dejanews.
8816         (nnweb-google-parse-1): Forward 1 line.
8817
8818 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8819
8820         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8821         variable `message-forward-ignored-headers'.
8822
8823 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8824
8825         * gnus.el (gnus-expand-group-parameter): New function.
8826         (gnus-expand-group-parameters): Call it.
8827         (gnus-group-fast-parameter): New function.
8828         (gnus-group-find-parameter): Call it.
8829
8830 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8831
8832         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8833         vector (it didn't before because of a bug).
8834         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8835         available.  Before it converted it to an article number.
8836
8837         This makes followup to news articles with negative numbers in
8838         nnvirtual groups use news instead of mail.
8839
8840 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8841
8842         * gnus.el (post-method): Use `native' instead of `nil'.
8843
8844         * gnus-msg.el (gnus-post-method): Ditto.
8845
8846 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8847
8848         * gnus.el (gnus-define-group-parameter): Grammar fix.
8849
8850 2001-10-22  Simon Josefsson  <jas@extundo.com>
8851
8852         * gnus-msg.el (gnus-extended-version): Include
8853         system-configuration.
8854         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8855
8856 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8857
8858         * gnus.el (post-method): Customization fix: `native' is not a
8859         valid value.
8860         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8861         `native' is not a valid value.
8862
8863 2001-10-21  Simon Josefsson  <jas@extundo.com>
8864
8865         * nnimap.el (nnimap): Defgroup
8866         (nnimap-strict-function, nnimap-strict-function-match): New
8867         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8868         (nnimap-split-crosspost, nnimap-split-inbox)
8869         (nnimap-split-rule, nnimap-split-predicate)
8870         (nnimap-split-predicate): Defcustom.
8871         (nnimap-split-inbox, nnimap-expunge-search-string)
8872         (nnimap-importantize-dormant): Remove "*" from doc.
8873
8874 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8875
8876         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8877         not supplied via prefix arg.  From Lisp, make arg mandatory.
8878         Suggested by Frank Schmitt.
8879
8880 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8881
8882         * message.el (message-do-auto-fill): Avoid calling
8883         'rfc822-goto-eoh'.
8884
8885 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8886         From Paul Jarc <prj@po.cwru.edu>.
8887
8888         * message.el (message-get-reply-headers): Restructure the logic
8889         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8890
8891 2001-10-20  Simon Josefsson  <jas@extundo.com>
8892
8893         * message.el (message-cancel-news): Support cancel-locks.
8894         Suggested by Per Abrahamsson.
8895
8896         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8897         conses.  From David Z Maze <dmaze@MIT.EDU>.
8898
8899         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8900
8901 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8902
8903         * mm-decode.el (mm-default-directory): Fix customize type.
8904
8905         * message.el (message-setup-fill-variables): Kludge to use
8906         normal-auto-fill-function even if auto fill is already activated.
8907
8908 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8909
8910         * message.el (message-do-auto-fill): New version that does not
8911         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8912         (message-setup-1): Removed the `message-field' property.
8913
8914         * gnus-draft.el (gnus-draft-edit-message): Removed the
8915         `message-field' property.
8916
8917 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8918
8919         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8920         `message-field'.  The `field' property has a special significance in
8921         Emacs 21.
8922
8923         * message.el (message-send, message-setup-1): Ditto.
8924
8925 2001-10-18  Simon Josefsson  <jas@extundo.com>
8926
8927         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8928         when undoing.
8929
8930 2001-10-18  Simon Josefsson  <jas@extundo.com>
8931         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8932
8933         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8934         (gnus-summary-make-menu-bar): Ditto.
8935
8936 2001-10-17  Simon Josefsson  <jas@extundo.com>
8937
8938         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8939         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8940
8941 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8942
8943         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8944         * gnus-util.el (gnus-user-date): New function.
8945         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8946
8947 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8948
8949         * message.el (message-check-news-header-syntax): Special case
8950         nnvirtual groups.
8951
8952         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8953         customize type to `symbol'.
8954
8955 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8958         %&foo;.
8959         (gnus-parse-simple-format): Support user extended spec too.
8960         %u&foo; invokes gnus-user-format-function-foo.
8961
8962 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8963
8964         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8965         the server.
8966         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8967         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8968         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8969         * nndiary.el (nndiary-request-expire-articles): Ditto.
8970         (nndiary-schedule): Defsubst it before use it.
8971         (nndiary-error): eval-and-compile.
8972
8973 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8974
8975         * gnus-msg.el (gnus-post-method): Changed two instances of
8976         `active' to `current' and one `null' to `not'.
8977
8978 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8979         From Katsumi Yamaoka <yamaoka@jpl.org>.
8980
8981         * message.el (message-setup-fill-variables): Use
8982         `normal-auto-fill-function' instead of `auto-fill-function'.
8983
8984 2001-10-16  Simon Josefsson  <jas@extundo.com>
8985
8986         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8987         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8988         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8989
8990 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8991         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8992
8993         * gnus-draft.el (gnus-draft-edit-message): Add text property
8994         `field' with value `header' to message headers.
8995         * message.el (message-setup-1): Really add text property to all of
8996         the header, not just part of it.
8997
8998 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * gnus-group.el (gnus-group-sort-by-server): Use it.
9001
9002         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9003
9004         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9005         and keystroke.
9006
9007 2001-10-14  Simon Josefsson  <jas@extundo.com>
9008
9009         * dig.el: Doc fix.
9010
9011         * smime.el: Doc fix.
9012
9013         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9014         charset magic from message.el.
9015
9016 2001-10-12  Simon Josefsson  <jas@extundo.com>
9017         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9018
9019         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9020         'cite from g-a-wash-types.
9021         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9022         (gnus-article-hide-citation): Fix.
9023
9024         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9025         character.
9026         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9027
9028         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9029         definition.
9030         (gnus-signature-toggle): Toggle `s' mode line character.
9031
9032         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9033         doing stuff that clears it.
9034
9035 2001-10-12  Simon Josefsson  <jas@extundo.com>
9036
9037         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9038         From Eric Marsden <emarsden@laas.fr>.
9039
9040 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9041
9042         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9043         (autoload): Add some autoloads.
9044
9045 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9046         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9047
9048         * message.el (message-do-auto-fill): New function.  Like
9049         `do-auto-fill' but don't fill when in the message header.
9050         (message-setup-1): Put a text property on the message header.
9051         (message-setup-fill-variables): Use `message-do-auto-fill'.
9052
9053 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9054
9055         * message.el (message-send-mail-partially): Insert an empty line
9056         first, because of the change of message-make-lines.
9057
9058 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9059
9060         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9061         iso-8859-15, make it an alias for iso-8859-1.
9062
9063 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * message.el (message-send-news): Don't modify the value of
9066         `message-syntax-checks' if it is not a list (possibly it is
9067         `dont-check-for-anything-just-trust-me').
9068
9069 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9072         `find-coding-system' for XEmacs to check whether the coding-system
9073         `utf-8' is available.
9074
9075 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9076
9077         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9078
9079 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9080
9081         * message.el (message-send-news): Oops, missed case with no
9082         "Followup-To" header...
9083
9084 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9085
9086         * message.el (message-send-news): Allow
9087         `gnus-group-name-charset-group-alist' to affect encoding of the
9088         "Newsgroups" and "Followup-To" headers.
9089
9090 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9091
9092         * Makefile.in (install-el): Depend on gnus-load.el.
9093
9094 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9095
9096         * Makefile.in (install-el): Use -f.
9097         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9098
9099 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9100
9101         * message.el (message-send-news): Don't encode Followups-To when
9102         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9103
9104         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9105         header.
9106
9107         * gnus-art.el (article-decode-group-name): Also decode
9108         "Followup-To".
9109
9110         * rfc2047.el (rfc2047-encode-message-header): Encode without
9111         asking for null methods.
9112
9113         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9114         default charset for newsgroup names in accordance with USEFOR.
9115
9116         * gnus-group.el (gnus-group-name-charset-method-alist,
9117         gnus-group-name-charset-group-alist): Removed "*" from doc
9118         strings, "*" should not be used for complex variables.
9119
9120 2001-10-06  Simon Josefsson  <jas@extundo.com>
9121
9122         Support UTF-8 group names better.
9123
9124         * message.el (message-check-news-header-syntax): Encode group
9125         names before comparison.
9126
9127         * gnus-msg.el (gnus-copy-article-buffer): Run all
9128         `gnus-article-decode-hook's except `article-decode-charset'
9129         instead of hardcoding call to one of them.
9130
9131         * gnus-art.el (gnus-article-decode-hook): Add
9132         `article-decode-group-name'.
9133         (article-decode-group-name): New function, use `g-d-n'.
9134
9135         * gnus-group.el (gnus-group-insert-group-line): Decode
9136         gnus-tmp-group using `g-d-n'.
9137
9138         * gnus-util.el (gnus-decode-newsgroups): New function.
9139
9140 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9141
9142         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9143         `gnus-group-name-charset-group-alist'.
9144
9145 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146
9147         * Makefile.in: Install el in install. Add uninstall.
9148
9149 2001-10-05  Simon Josefsson  <jas@extundo.com>
9150
9151         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9152
9153         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9154
9155         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9156         empty folders.
9157
9158         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9159         limiting if read-all (C-u RET) was used.
9160
9161 2001-10-04  Simon Josefsson  <jas@extundo.com>
9162
9163         * mail-source.el (mail-source-movemail-program): New variable.
9164         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9165         <thutt@thutt.vmware.com>.
9166
9167 2001-10-03  Simon Josefsson  <jas@extundo.com>
9168
9169         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9170         (gnus-summary-line-format-alist): Fix param.
9171
9172 2001-10-02  Simon Josefsson  <jas@extundo.com>
9173
9174         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9175         don't go through `nnimap-request-expire-articles' to delete the
9176         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9177
9178 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9179
9180         * gnus-agent.el (gnus-agent-write-active): The min in the
9181         agent/active may be larger than that in the server/active.
9182
9183 2001-10-01  Simon Josefsson  <jas@extundo.com>
9184
9185         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9186         is IMAP4rev1.
9187
9188         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9189
9190         * nnfolder.el: Ditto.
9191
9192 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9193
9194         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9195         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9196
9197 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9198
9199         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9200         (message-mode-menu): Menu item for same.
9201
9202         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9203         delayed articles.
9204
9205         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9206         nndraft:delayed does not exist.
9207         (gnus-delay-initialize): Don't set up keymap, that's done from
9208         message.el now.
9209         (gnus-delay, gnus-delay-group, gnus-delay-header)
9210         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9211
9212 2001-09-29  Simon Josefsson  <jas@extundo.com>
9213
9214         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9215         utf-8, not eight-bit-control.
9216
9217         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9218         (imap-log, imap-debug): Custom.
9219         (imap-log-buffer, imap-debug-buffer): New constants.
9220         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9221         (imap-network-open, imap-shell-open, imap-starttls-open)
9222         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9223         (imap-debug): Use imap-*-buffer.
9224
9225         * nndoc.el (nndoc-article-type): Add mailman.
9226         (nndoc-type-alist): Ditto.
9227         (nndoc-mailman-type-p): New function.
9228
9229 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9230
9231         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9232         gnus-art.el.
9233
9234 2001-09-27  Simon Josefsson  <jas@extundo.com>
9235
9236         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9237         (gnus-topic-catchup-articles): New function. Suggested by Robin
9238         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9239
9240 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9242
9243         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9244         previous ones.
9245
9246 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9247         From Daiki Ueno  <ueno@unixuser.org>
9248
9249         * gnus-sum.el (gnus-summary-show-article): The arglist of
9250         detect-coding-region is incompatible.
9251
9252 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9253         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9254
9255         * gnus-group.el (gnus-group-delete-group): Typo.
9256
9257 2001-09-26  Simon Josefsson  <jas@extundo.com>
9258
9259         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9260
9261         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9262
9263 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9264
9265         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9266
9267 2001-09-22  Simon Josefsson  <jas@extundo.com>
9268
9269         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9270
9271         * nnfolder.el (nnfolder-open-marks): Ditto.
9272
9273         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9274         (gnus-update-marks): Use it.
9275         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9276         hardcoded list.
9277
9278         * gnus.el (gnus-article-special-mark-lists): Add killed.
9279         (gnus-article-unpropagated-mark-lists): New constant.
9280
9281 2001-09-22  Simon Josefsson  <jas@extundo.com>
9282
9283         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9284         custom option.
9285
9286 2001-09-23  Simon Josefsson  <jas@extundo.com>
9287
9288         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9289
9290 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9291
9292         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9293
9294 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9295
9296         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9297         accept lists of functions.
9298
9299 2001-09-20  Simon Josefsson  <jas@extundo.com>
9300
9301         * gnus-group.el (gnus-group-catchup): Update expire marks in
9302         backend.  Also, if ALL also set expire marks on tick/dormant.
9303
9304 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9305
9306         * message.el (message-tab-body-function): New variable.
9307         * message.el (message-tab): Use it.
9308
9309 2001-09-19  Sam Steingold  <sds@gnu.org>
9310
9311         * gnus-win.el (gnus-buffer-configuration): Respect
9312         `gnus-bug-create-help-buffer'.
9313
9314 2001-09-18  Simon Josefsson  <jas@extundo.com>
9315
9316         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9317         (gnus-parse-simple-format): Re-revert.
9318
9319 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9320         Trivial patch.
9321
9322         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9323         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9324
9325 2001-09-18  Simon Josefsson  <jas@extundo.com>
9326
9327         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9328         signed.
9329         (gnus-parse-simple-format): Don't use it.
9330
9331 2001-09-17  Miles Bader  <miles@gnu.org>
9332
9333         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9334         error querying a backend abort the whole process.
9335
9336 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9337
9338         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9339         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9340
9341 2001-09-17  Didier Verna  <didier@xemacs.org>
9342
9343         * nndiary.el: version 0.2-b14.
9344         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9345         compatibility problem with XEmacs 21.1.
9346
9347 2001-09-15  Simon Josefsson  <jas@extundo.com>
9348
9349         * gnus-group.el (gnus-group-line-format): Document %c.
9350
9351         * nnml.el (nnml-parse-head): Handle CRLF files.
9352         (nnml-generate-nov-file): Ditto.
9353         (nnml-retrieve-headers): Ditto.
9354
9355 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9356
9357         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9358
9359 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9360
9361         * gnus-spec.el (gnus-correct-substring): Still stopped one
9362         character before we wanted (never included last character).
9363         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9364         add missing "," (once per function)
9365
9366 2001-09-14  Simon Josefsson  <jas@extundo.com>
9367
9368         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9369         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9370         default before gnus-group is loaded and the variable set.)
9371
9372         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9373         killed or unsent marks.
9374
9375         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9376         isn't an article to set it on (e.g. when you `a' in a group).
9377
9378 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9379
9380         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9381         can read e-mails from Microsoft Outlook users not using ISO
9382         8859-2 character set.
9383
9384 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * gnus-diary.el: Minor modifications to avoid warnings.
9387         (gnus-summary-misc-menu): defvar.
9388         (gnus-diary-check-message): Use gnus-point-at-eol.
9389         (gnus-diary-kill-entire-line): eval-and-compile.
9390
9391 2001-09-12  Didier Verna  <didier@xemacs.org>
9392
9393         * nndiary.el: new version (0.2-b13).
9394         * nndiary.el (nndiary-mail-sources): doc update.
9395         * nndiary.el (nndiary-split-methods): ditto.
9396         * nndiary.el (nndiary-request-accept-article-hooks): New.
9397         * nndiary.el (nndiary-request-accept-article): use it, check
9398         message validity.
9399         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9400         * nndiary.el (nndiary-schedule): fix bug (misplaced
9401         condition-case): it didn't return nil on error.
9402         * gnus-diary.el: new version.
9403         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9404         * gnus-diary.el (gnus-diary-header-value-history): New.
9405         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9406         * gnus-diary.el (gnus-diary-add-header): New.
9407         * gnus-diary.el (gnus-diary-check-message): New.
9408         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9409         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9410
9411 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9412
9413         * gnus-sum.el (gnus-select-newsgroup): Make
9414         `gnus-current-select-method' buffer-local.
9415
9416         * gnus-art.el (gnus-request-article-this-buffer): Refer
9417         `gnus-current-select-method' in the current summary buffer.
9418
9419 2001-09-10  Simon Josefsson  <jas@extundo.com>
9420         From Daniel Pittman <daniel@rimspace.net>
9421
9422         * gnus-spec.el (gnus-correct-pad-form): Fix.
9423
9424 2001-09-09  Simon Josefsson  <jas@extundo.com>
9425
9426         * mm-decode.el (mm-inline-media-tests): Add
9427         application/x-emacs-lisp.
9428         (mm-attachment-override-types): Add
9429         application/{x-,}pkcs7-signature.
9430
9431         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9432         (gnus-server-line-format, gnus-server-mode-line-format)
9433         (gnus-server-browse-in-group-buffer): Customize.
9434
9435 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9436
9437         * nnml.el (nnml-marks-changed-p): Typo.
9438         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9439         (nnml-marks-changed-p): Use gnus-gethash.
9440         (nnml-marks-modtime): Use gnus-make-hashtable.
9441
9442         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9443         (nnfolder-request-expire-articles, nnfolder-save-marks)
9444         (nnfolder-open-marks): Typo.
9445         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9446         (nnfolder-marks-changed-p): Use gnus-gethash.
9447         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9448
9449 2001-09-08  Simon Josefsson  <jas@extundo.com>
9450
9451         * nnfolder.el (nnfolder-marks-modtime): New variable.
9452         (nnfolder-marks-changed-p): New function.
9453         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9454         (nnfolder-request-update-info): Don't update if marks didn't change.
9455
9456         * nnml.el (nnml-marks-modtime): New variable.
9457         (nnml-marks-changed-p): New function.
9458         (nnml-save-marks, nnml-open-marks): Save modtime.
9459         (nnml-request-update-info): Don't update if marks didn't change.
9460
9461         * gnus-agent.el (gnus-agent-any-covered-gcc)
9462         (gnus-agent-add-server, gnus-agent-remove-server): Use
9463         gnus-agent-method-p.
9464
9465         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9466         (gnus-unbuttonized-mime-type-p): Use it.
9467
9468         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9469         fetch group.
9470
9471 2001-09-08  Simon Josefsson  <jas@extundo.com>
9472         From Daniel Pittman <daniel@rimspace.net>
9473
9474         * gnus-spec.el (gnus-correct-pad-form): New function.
9475         (gnus-parse-simple-format): Use it.
9476
9477 2001-09-07  Simon Josefsson  <jas@extundo.com>
9478
9479         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9480         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9481         Putnam <reader@newsguy.com>.
9482         (gnus-group-sort-selected-groups): Touch dribble file.
9483
9484 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9485
9486         * nnml.el (nnml-filenames-are-evil): New variable.
9487         (nnml-article-to-file-alist): Rename to ...
9488         (nnml-current-group-article-to-file-alist): ... this.
9489         Respect `nnml-filenames-are-evil'.
9490         (nnml-active-number): Update.
9491         (nnml-update-file-alist): Update.
9492         (nnml-request-article): Use nnheader-article-to-file-alist.
9493         (nnml-request-rename-group): Likewise.
9494
9495 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-sum.el (gnus-summary-insert-line): Fix.
9498
9499 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9500
9501         * gnus-sum.el: Bind g-s-t-s to "W g".
9502         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9503         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9504         display of graphical smilies.
9505
9506 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9507
9508         * gnus-start.el (gnus-setup-news): A typo.
9509         From Bill White <billw@wolfram.com>.
9510
9511 2001-09-06  Simon Josefsson  <jas@extundo.com>
9512
9513         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9514         and unseen marks.
9515
9516 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9517
9518         * nnmail.el (nnmail-split-fancy): Document `junk'.
9519
9520 2001-09-04  Simon Josefsson  <jas@extundo.com>
9521
9522         * imap.el (imap-search): Don't error if server is broken.
9523
9524 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9525
9526         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9527         searching for an article that isn't in the mbox.
9528
9529 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530
9531         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9532         right, and get all the comments.
9533
9534 2001-09-02  Simon Josefsson  <jas@extundo.com>
9535         Suggested by Dan Christensen <jdc+news@uwo.ca>
9536
9537         * nnfolder.el (nnfolder-request-update-info): Fix message.
9538
9539         * nnml.el (nnml-request-update-info): Ditto.
9540
9541 2001-09-01  Simon Josefsson  <jas@extundo.com>
9542
9543         * nnml.el (nnml-request-expire-articles): Also bind
9544         `nnml-current-group' and `nnml-article-file-alist' when using
9545         expiry-target. (Otherwise nnml will be in a inconsistent internal
9546         state causing all kind of problems.)
9547         (nnml-request-expire-articles): If `nnml-article-to-file' or
9548         `file-attributes' failes, return article as un-expirable instead
9549         of treating it as expired.
9550
9551 2001-08-31  Sam Steingold  <sds@gnu.org>
9552
9553         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9554         typo: `exmine' --> `examine'.
9555
9556 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9559
9560 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9561
9562         * nnml.el (nnml-check-directory-twice): Remove.
9563         (nnml-retrieve-headers): Ditto.
9564         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9565
9566 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9567
9568         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9569         directory twice on Windows, or on GNU Emacs-21.
9570
9571 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9572
9573         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9574         (nnml-request-rename-group): Ditto.
9575         (nnml-active-number): Ditto.
9576         (nnml-request-create-group): Use nnml-directory-articles.
9577         (nnml-request-expire-articles): Use nnml-directory-articles, which
9578         gets list from nov database if available.
9579         (nnml-get-nov-buffer): New function.
9580         (nnml-open-nov): Use it.
9581         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9582         gets alist from nov database if available.
9583         (nnml-directory-articles): New function.
9584         (nnml-article-to-file-alist): New function.
9585
9586 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9587
9588         * mm-decode.el (mm-display-external): Use `name' as filename, if
9589         `filename' attribute is not present.
9590
9591 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9592
9593         * mail-source.el (mail-source-flash): New defcustom.
9594         (mail-source-new-mail-p): Ring visible bell if appropriate.
9595         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9596         timer is cleared even if mail check signals an error.
9597
9598 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599
9600         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9601         type 'list.
9602
9603 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9604
9605         * flow-fill.el (fill-flowed): eol might be point-max.
9606
9607 2001-08-27  Simon Josefsson  <jas@extundo.com>
9608
9609         * nnml.el (nnml-request-update-info): Fix message.
9610         (nnml-open-marks): Ditto.
9611
9612         * nnfolder.el (nnfolder-request-update-info):
9613         (nnfolder-open-marks): Fix message.
9614
9615 2001-08-25  Simon Josefsson  <jas@extundo.com>
9616
9617         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9618         after group in ~/.
9619
9620 2001-08-25  Simon Josefsson  <jas@extundo.com>
9621         From Andreas Jaeger  <aj@suse.de>
9622
9623         * nnfolder.el (nnfolder-open-marks): Fix typo.
9624         * nnml.el (nnml-open-marks): Likewise.
9625
9626 2001-08-25  Simon Josefsson  <jas@extundo.com>
9627
9628         Make nnfolder groups self-contained as far as marks are concerned.
9629
9630         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9631         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9632         (nnfolder-open-server): Make marks directory.
9633         (nnfolder-request-delete-group): Delete marks file.
9634         (nnfolder-request-delete-group): Check of nov/marks file exist
9635         before deleting.
9636         (nnfolder-request-rename-group): Rename marks file.
9637         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9638         (nnfolder-request-set-mark, nnfolder-request-update-info)
9639         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9640         (nnfolder-open-marks): New functions.
9641         (top-level): Require gnus.
9642
9643 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * nnweb.el (nnweb-type-definition): Use google raw file.
9646         (nnweb-google-parse-1): Ditto.
9647         (nnweb-google-identity): Ditto.
9648         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9649         (nnweb-altavista-wash-article): Ditto.
9650         (nnweb-request-article): Remove nnweb-decode-entities.
9651
9652         * nnml.el: Require 'gnus.
9653
9654 2001-08-25  Simon Josefsson  <jas@extundo.com>
9655
9656         * nnml.el (nnml-marks-is-evil): Add doc.
9657
9658 2001-08-25  Simon Josefsson  <jas@extundo.com>
9659
9660         * nnml.el (nnml-save-marks): Wrap saving marks in a
9661         condition-case, to allow user to start Gnus if saving marks failed
9662         for some reason.
9663
9664 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9667
9668         * gnus-group.el (gnus-update-group-mark-positions): Bind
9669         gnus-group-update-hook to nil.
9670
9671 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9672
9673         * mml.el (mml-generate-mime-1): Force as multibyte string.
9674
9675 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9676
9677         * gnus-sum.el (gnus-summary-insert-line)
9678         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9679         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9680
9681         * gnus-spec.el (gnus-correct-substring): Take optional END.
9682
9683         * nnrss.el (nnrss-request-article): Remove \n.
9684         (nnrss-retrieve-headers): Lines number is -1.
9685
9686 2001-08-24  Simon Josefsson  <jas@extundo.com>
9687
9688         * gnus-group.el (gnus-info-clear-data): Call
9689         nnfoo-request-set-mark to propagate marks.  Fix bug:
9690         `gnus-group-update-line' doesn't update read range unless we call
9691         `gnus-get-unread-articles-in-group' first.
9692
9693         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9694         to server.
9695
9696 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9697
9698         * gnus-util.el (gnus-create-info-command): Return an interactive
9699         function.
9700
9701 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9702         From Katsumi Yamaoka <yamaoka@jpl.org>
9703
9704         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9705
9706 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * gnus-sum.el (gnus-select-newsgroup): Use it.
9709
9710         * gnus-util.el (gnus-not-ignore): New function.
9711
9712         * lpath.el (featurep): Don't fbind char-int.
9713
9714         * gnus-util.el (gnus-create-info-command): New function.
9715
9716         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9717         right node.
9718
9719         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9720         (gnus-summary-limit-children): Use 'identity instead of `all'.
9721         (gnus-summary-limit-to-display-predicate): New command and
9722         keystroke.
9723
9724 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9727
9728         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9729
9730 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * gnus-spec.el: Add the Gnus version.
9733         (gnus-update-format-specifications): If the Gnus version changes,
9734         nix out the format spec cache.
9735
9736         * gnus.el (gnus-continuum-version): Made into a command and
9737         optionalize the VERSION.
9738
9739         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9740         the start of the lines.
9741
9742 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * gnus.el (gnus-visual-p): Define function before use of
9745         function.
9746
9747 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9750         (gnus-article-mark-to-type): New function.
9751         (gnus-update-missing-marks): Only update marks of type 'list.
9752
9753         * gnus.el (gnus-article-special-mark-lists): New variable.
9754
9755 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9756
9757         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9758         (gnus-select-newsgroup): Still use 'all.
9759         (gnus-summary-initial-limit): Comparing with 'all.
9760
9761 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9762
9763         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9764         active.
9765
9766 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9769         nnslashdot-*-retrieve-headers.
9770         (nnslashdot-request-article): Fix for slashcode 2.2.
9771         (nnslashdot-make-tuple): New function.
9772         (nnslashdot-read-groups): Use it.
9773
9774 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775
9776         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9777         list.
9778
9779         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9780
9781 2001-08-20  Simon Josefsson  <jas@extundo.com>
9782
9783         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9784         opened, error instead of continuing (and exploding later).
9785
9786 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus.el (gnus-expand-group-parameters): Return the parameter
9789         list.
9790
9791         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9792         (gnus-summary-show-article): Guess at charset if required.
9793
9794         * gnus-spec.el (gnus-correct-substring): Stopped one character
9795         before we wanted.
9796
9797 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9798
9799         * earcon.el (earcon-auto-play): Remove unused option.
9800
9801 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9804         message down in levels, since it happens very fast.
9805
9806         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9807         of smiley-regexp-alist.
9808
9809         * mm-view.el (mm-inline-text): Ignore vcard errors.
9810
9811         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9812
9813         * gnus-score.el (gnus-all-score-files): Use append instead of
9814         nconc.
9815
9816         * gnus.el (gnus-splash-face): Doc fix.
9817
9818         * mm-decode.el (mm-mailcap-command): Use
9819         mm-path-name-rewrite-functions.
9820         (mm-path-name-rewrite-functions): New variable.
9821
9822         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9823         (gnus-complex-form-to-spec): Insert tab.
9824         (gnus-spec-tab): New function.
9825
9826         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9827         entering the group.
9828
9829         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9830         the positional spec.
9831         (gnus-parse-complex-format): React to %C.
9832
9833         * gnus-ems.el (gnus-char-width): Moved here.
9834
9835         * gnus-sum.el (gnus-select-newsgroup): Set
9836         gnus-newsgroup-articles.
9837         (gnus-unseen-mark): New variable.
9838         (gnus-newsgroup-unseen): Ditto.
9839         (gnus-newsgroup-seen): Ditto.
9840         (gnus-adjust-marked-articles): Use them.
9841         (gnus-update-marks): Use them.
9842         (gnus-summary-update-secondary-mark): Display.
9843         (gnus-summary-prepare-threads): Display.
9844
9845         * gnus-msg.el (gnus-inews-group-method): Use and return the
9846         method, not the server.
9847
9848 2001-08-19  Simon Josefsson  <jas@extundo.com>
9849
9850         * gnus-srvr.el (gnus-server-agent-face): New.
9851         (gnus-server-agent-face): New.
9852         (gnus-server-mode): Turn on font-lock-mode.
9853
9854         * gnus.el (gnus-server-visual): Add defgroup.
9855
9856 2001-08-19  Simon Josefsson  <jas@extundo.com>
9857         From Joe Casadonte <jcasadonte@northbound-train.com>
9858
9859         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9860         gnus-server-denied-face): New.
9861         (gnus-server-opened-face, gnus-server-closed-face,
9862         gnus-server-denied-face): New.
9863         (gnus-server-font-lock-keywords): Add.
9864
9865 2001-08-19  Simon Josefsson  <jas@extundo.com>
9866
9867         * nnml.el (nnml-request-set-mark): Return nil.
9868         (nnml-save-marks): Use nnml-possibly-create-directory.
9869         (nnml-open-marks): Only work in temp buffer when inserting/reading
9870         .marks file.
9871
9872 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9873
9874         * gnus.el (gnus-expand-group-parameters): Fix.
9875
9876         * gnus-spec.el (gnus-char-width): New function.
9877         (gnus-correct-substring, gnus-correct-length): Use it.
9878
9879         * message.el (message-required-mail-headers): Fix doc.
9880
9881 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9882
9883         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9884
9885         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9886
9887 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9888
9889         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9890         slashdot 2.2 (not fully fixed yet).
9891         (nnslashdot-request-article): Ditto.
9892
9893 2001-08-18  Simon Josefsson  <jas@extundo.com>
9894
9895         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9896         nnimap.
9897
9898         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9899         gnus-util.
9900         (nnimap-request-update-info-internal): Use new functions.
9901
9902         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9903         new functions.
9904
9905 2001-08-18  Simon Josefsson  <jas@extundo.com>
9906
9907         Make nnml groups self-contained as far as marks are concerned.
9908
9909         * nnml.el (nnml-request-delete-group): Delete marks file.
9910         (nnml-request-rename-group): Move marks file.
9911         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9912         variables.
9913         (nnml-request-set-mark, nnml-request-update-info): New server
9914         functions.
9915         (nnml-save-marks, nnml-open-marks): New functions.
9916
9917 2001-08-18  Simon Josefsson  <jas@extundo.com>
9918
9919         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9920         `set' when setting marks.
9921
9922 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9923
9924         * gnus.el (gnus-info-find-node): Take an argument.
9925
9926         * gnus-art.el (gnus-button-handle-info): New function.
9927         (gnus-url-unhex-string): Replace "+" with " ".
9928
9929 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9930
9931         * message.el (message-check-news-header-syntax): Check bad From.
9932
9933 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * gnus-spec.el (gnus-correct-length): New function.
9936         (gnus-correct-substring): New function.
9937         (gnus-tilde-max-form): Use it.
9938
9939 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9940
9941         * nnmh.el: Docstring changes as below.
9942
9943         * nnml.el: Docstring changes as below.
9944
9945         * nnbabyl.el: Docstring changes as below.
9946
9947         * nnmbox.el: Docstring changes as below.
9948
9949         * nnfolder.el: Added docstrings identifying each virtual server
9950         parameter.
9951
9952 2001-08-18  Simon Josefsson  <jas@extundo.com>
9953
9954         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9955
9956 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9957
9958         * message.el: rename "Abort Message" to "Postpone Message".
9959         Remove "Attach file as MIME" from Message menu, it's already in
9960         the MIME menu.
9961
9962 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9963
9964         * smime.el (smime-point-at-eol): eval-and-compile.
9965         (smime-make-temp-file): New function.
9966         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9967         Use it.
9968
9969 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9970
9971         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9972         (gnus-agent-summary-fetch-group): New command and keystroke.
9973
9974         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9975         (gnus-mime-display-security): Make it respect
9976         gnus-unbuttonized-mime-type-p.
9977
9978         * gnus-sum.el (gnus-articles-to-read): Comments.
9979         (gnus-article-marked-p): New function.
9980         (gnus-summary-display-make-predicate): New function.
9981         (gnus-select-newsgroup): Use them.
9982
9983         * mm-decode.el (mm-save-part-to-file): Made it not error.
9984
9985 2001-08-17  Simon Josefsson  <jas@extundo.com>
9986
9987         * imap.el (imap-wait-for-tag): If process-status isn't open or
9988         run, return nil instead of sit-for looping.
9989
9990 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * lpath.el (featurep): fbind xml-parse-region.
9993
9994         * gnus.el (gnus-message-archive-method): Default to "archive".
9995         (gnus-message-archive-method): Doc fix.
9996         (gnus-parameters-get-parameter): Cleaned up.
9997         (gnus-expand-group-parameter): New function.
9998
9999         * gnus-start.el (gnus-setup-news): Push the archive server only
10000         the server list.
10001
10002         * mml.el (mml-menu): Changed name to "Attachments".
10003
10004         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10005         when there is something to detroy.
10006
10007 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10010         nil.
10011
10012 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10013
10014         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10015         which specifies a time today or tomorrow.
10016
10017 2001-08-15  Simon Josefsson  <jas@extundo.com>
10018         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10019
10020         * gnus-agent.el (gnus-agent-make-mode-line-string)
10021         (gnus-agent-toggle-plugged): Use new API.
10022
10023 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10024
10025         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10026         deadline has expired.
10027
10028 2001-08-12  Simon Josefsson  <jas@extundo.com>
10029         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10030
10031         Support `recent' mark indicating newly arrived messages (to
10032         separate from old but unread messages).
10033
10034         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10035         `nnmail-split-history' if recent is > 0.
10036         (nnimap-request-update-info-internal): Update `recent' marks.
10037         (nnimap-request-set-mark): Never set `recent' marks.
10038         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10039         recent.
10040
10041         * gnus-sum.el (gnus-recent-mark): New mark.
10042         (gnus-newsgroup-recent): New variable.
10043         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10044         (gnus-summary-prepare-threads): Mark recent articles.
10045         (gnus-summary-add-mark): Support recent.
10046         (gnus-summary-update-secondary-mark): Support recent.
10047
10048         * gnus.el (gnus-article-mark-lists): Add recent.
10049
10050 2001-08-12  Simon Josefsson  <jas@extundo.com>
10051
10052         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10053         whether successful decoding took place.  Add doc.
10054
10055 2001-08-12  Simon Josefsson  <jas@extundo.com>
10056         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10057
10058         * gnus.el (gnus-summary-line-format, gnus-parameters):
10059         * gnus-gl.el (gnus-summary-grouplens-line-format):
10060         * gnus-salt.el (gnus-summary-pick-line-format):
10061         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10062
10063 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10064         Committed by Kai Gro\e,b_\e(Bjohann.
10065
10066         * gnus-score.el (gnus-score-string): Fix `match' regexp
10067         for `extra' header case.
10068
10069 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * nnmbox.el (nnmbox-read-mbox): No warning.
10072
10073 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10074
10075         * nndoc.el (nndoc-article-type): Fix doc.
10076         (nndoc-generate-article-function): New variable.
10077         (nndoc-dissection-function): New variable.
10078         (nndoc-type-alist): Add oe-dbx.
10079         (nndoc-oe-dbx-type-p): New function.
10080         (nndoc-oe-dbx-dissection): New function.
10081         (nndoc-oe-dbx-generate-article): New function.
10082
10083 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10084
10085         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10086         whether deadline has been reached.  Patch from Dan Nicolaescu
10087         <dann@godzilla.ics.uci.edu>.
10088
10089 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10090
10091         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10092         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10093         <rintaman@cs.Helsinki.FI>.
10094
10095         * mail-source.el (mail-source-movemail): The error buffer is
10096         modified, but nothing in it.
10097
10098 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10099
10100         * message.el (message-bogus-system-names): New variable.
10101         (message-make-fqdn): Use it.
10102
10103 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10104
10105         * nndraft.el (nndraft-request-group): Use
10106         nndraft-auto-save-file-name.
10107
10108 2001-08-09  Simon Josefsson  <jas@extundo.com>
10109
10110         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10111         Don't ask whether to decrypt.  Just leave result in buffer (don't
10112         call mm).
10113
10114         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10115         parts as well.
10116         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10117         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10118
10119 2001-08-09  Simon Josefsson  <jas@extundo.com>
10120
10121         * mm-decode.el (mm-insert-part): Return decoding success status.
10122         (mm-save-part-to-file): Error if decoding failed.
10123
10124 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10125
10126         * message.el (message-tab): Use indent-relative.
10127         (message-mode): Don't bind indent-line-function to indent-relative.
10128
10129 2001-08-09  Simon Josefsson  <jas@extundo.com>
10130
10131         * message.el (message-get-reply-headers): Fix string. Suggested by
10132         Christoph Conrad <cc@cli.de>.
10133
10134 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10135
10136         * message.el (message-tab): Use the current value of
10137         indent-line-function.
10138         (message-mode): Bind indent-line-function to indent-relative.
10139
10140 2001-08-08  Simon Josefsson  <jas@extundo.com>
10141
10142         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10143         whether `imtest' is installed.
10144
10145 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10147
10148         * gnus-sum.el (gnus-summary-show-article): Call
10149         gnus-summary-update-secondary-secondary-mark.
10150         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10151         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10152
10153 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10156
10157         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10158
10159         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10160         <gerd@gnu.org>.
10161
10162         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10163
10164         * gnus-util.el (gnus-output-to-rmail): Ditto.
10165         (gnus-output-to-mail): Ditto.
10166
10167         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10168
10169 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10170
10171         * message.el (message-indent-citation): Use
10172         `message-yank-cited-prefix' for empty lines.
10173
10174 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10175
10176         * message.el (message-indent-citation): Quote only lines starting
10177         with ">" using `message-yank-cited-prefix'.
10178
10179 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10180         Trivial patch.
10181
10182         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10183         gnus-cache-fully-p.
10184
10185 2001-08-04  Simon Josefsson  <jas@extundo.com>
10186
10187         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10188         file if it doesn't exist (by calling gnus-cache-read-active).
10189
10190 2001-08-04  Simon Josefsson  <jas@extundo.com>
10191
10192         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10193         (gnus-cache-passively-or-fully-p): Removed.
10194         (gnus-cache-fully-p): Fix it.
10195
10196         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10197
10198 2001-08-04  Simon Josefsson  <jas@extundo.com>
10199
10200         * gnus-cache.el (gnus-cache-fully-p)
10201         (gnus-cache-passively-or-fully-p): New functions.
10202         (gnus-cache-possibly-enter-article): Cosmetic change, use
10203         `g-c-p-o-f-p'.
10204         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10205         was bogus (`g-c-p-a-a' does not change active info, just change
10206         the functions parameters).
10207         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10208         not removed in groups that match `gnus-uncacheable-groups'.
10209
10210         Reported and modifications based on discussions with Nuutti
10211         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10212
10213 2001-08-04  Simon Josefsson  <jas@extundo.com>
10214         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10215
10216         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10217         calls `gnus-cache-update-active' if bounds has been extended.
10218
10219 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10220
10221         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10222         before remove.
10223         (gnus-mime-security-show-details): Ditto.
10224
10225 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10226
10227         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10228         syntax.  Protect string-match against nil string and regexp.
10229
10230 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10231
10232         * mm-util.el (mm-find-charset-region): Remove control-1.
10233
10234 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10235
10236         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10237
10238 2001-08-04  Simon Josefsson  <jas@extundo.com>
10239
10240         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10241         buffer.  Delete MIME-Version header.
10242
10243 2001-08-03  Simon Josefsson  <jas@extundo.com>
10244
10245         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10246         that is entered does not necessarily have the highest article
10247         number in the group, so use `gnus-cache-possibly-alter-active'
10248         instead of `gnus-cache-update-active'.
10249
10250 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10251
10252         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10253
10254 2001-08-03  Simon Josefsson  <jas@extundo.com>
10255
10256         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10257         menu.
10258
10259 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus.el (post-method): New group parameter.  It also provides
10262         the user option `gnus-post-method-alist' and the internal function
10263         `gnus-parameter-post-method'.
10264
10265         * gnus-msg.el (gnus-post-method): Bind the value of
10266         `gnus-post-method' to the group parameter if it is defined.
10267
10268 2001-08-02  Simon Josefsson  <jas@extundo.com>
10269
10270         * smime.el (smime-extra-arguments): Removed.
10271         (smime-call-openssl-region): Don't use it.
10272
10273 2001-08-02  Simon Josefsson  <jas@extundo.com>
10274
10275         * smime.el (smime-sign-region): Handle stderr.
10276         (smime-encrypt-region): Ditto.
10277
10278         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10279         match the ASN.1 length bytes.
10280         (mm-pkcs7-enveloped-magic): Ditto.
10281         (mm-view-pkcs7-get-type): Don't regexp quote.
10282
10283 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284         From Andreas Fuchs <asf@void.at>
10285
10286         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10287
10288 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10289
10290         * gnus-art.el (gnus-header-button-alist): References regexp.
10291
10292 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10293
10294         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10295         already fboundp.  Add INTERACTIVE arg to autoload form.
10296
10297 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10298
10299         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10300
10301         * nnmail.el (nnmail-cache-open): Ditto.
10302
10303 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10304
10305         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10306
10307 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10310
10311 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10313
10314         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10315         (gnus-agent-toggle-plugged): Use it.
10316
10317 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10320         (gnus-ding-file-coding-system): New variable.
10321         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10322         (gnus-slave-save-newsrc): Use it.
10323
10324 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10325
10326         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10327         syntax.
10328
10329 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10330         Originally from Andreas Fuchs <asf@void.at>
10331
10332         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10333         (mml2015-gpg-pretty-print-fpr): New function.
10334         (mml2015-gpg-extract-signature-details): More details, rename from
10335         `m-g-e-from'.
10336         (mml2015-gpg-verify): Use them.
10337         (mml2015-gpg-clear-verify): Use them.
10338
10339 2001-07-31  Simon Josefsson  <jas@extundo.com>
10340
10341         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10342         buffer when done.
10343
10344 2001-07-30  Simon Josefsson  <jas@extundo.com>
10345
10346         * smime.el (smime-call-openssl-region): Revert previous change,
10347         just pass on buf to `call-process-region'.
10348         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10349         `smime-new-details-buffer'.  Inserts error messages into buffer.
10350         (smime-noverify-region): Ditto.
10351         (smime-decrypt-region): Ditto.  Handles stderr separately.
10352         (smime-verify-buffer, smime-noverify-buffer)
10353         (smime-decrypt-buffer): Doc fix.
10354         (smime-new-details-buffer): New function.
10355         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10356         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10357         (smime-sign-region, smime-encrypt-region): Don't use
10358         `insert-buffer'.
10359
10360         * mml-smime.el (mml-smime-verify): Fix security button strings.
10361
10362 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10363
10364         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10365         gnus-article-mime-handles.
10366
10367 2001-07-29  Simon Josefsson  <jas@extundo.com>
10368
10369         * mail-source.el (top-level): Require message for message-directory.
10370         (mail-source-directory): Change default to message-directory.
10371
10372         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10373         (smime-certificate-directory, smime-openssl-program)
10374         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10375         (smime-extra-arguments): New variable.
10376         (smime-dns-server): Fix customize group.
10377         (smime-call-openssl-region): Use `smime-extra-arguments'.
10378
10379 2001-07-29  Simon Josefsson  <jas@extundo.com>
10380         From Vladimir Volovich <vvv@vsu.ru>
10381
10382         * smime.el (smime-call-openssl-region): Ignore stderr.
10383
10384 2001-07-29  Simon Josefsson  <jas@extundo.com>
10385         From Christoph Conrad <christoph.conrad@gmx.de>
10386
10387         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10388         file.
10389
10390 2001-07-29  Simon Josefsson  <jas@extundo.com>
10391
10392         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10393
10394         Support S/MIME decryption.
10395
10396         * mm-decode.el (mm-inline-media-tests):
10397         (mm-inlined-types):
10398         (mm-automatic-display):
10399         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10400
10401         * mm-view.el (mm-pkcs7-signed-magic):
10402         (mm-pkcs7-enveloped-magic): New variables.
10403         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10404         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10405         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10406         PKCS#7 blobs.
10407
10408         * smime.el (smime-decrypt-region): Expand keyfile.
10409
10410 2001-07-29  Simon Josefsson  <jas@extundo.com>
10411
10412         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10413         `ssl.el' variables.
10414
10415         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10416         but line instead of narrowing to it, because `nnmail-parse-active'
10417         calls widen.  Thanks to Christoph Conrad
10418         <christoph.conrad@gmx.de>.
10419
10420 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10421
10422         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10423         for %B spec.
10424
10425         * gnus-sum.el (gnus-summary-prepare-threads): If
10426         gnus-sum-thread-tree-root is nil, use subject instead.
10427         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10428         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10429         (gnus-sum-thread-tree-leaf-with-other)
10430         (gnus-sum-thread-tree-single-leaf): Documentation.
10431         (gnus-sum-thread-tree-single-indent): Allow nil.
10432
10433 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * message.el (message-fill-paragraph): Do nothing if the user
10436         wants filladapt-mode.
10437
10438 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10439
10440         * mm-decode.el (mm-image-type-from-buffer): New function.
10441         (mm-get-image): Use it.
10442
10443 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10444
10445         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10446
10447         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10448         mm-display-parts too.
10449
10450 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10451
10452         * nnfolder.el (nnfolder-request-accept-article): Bind
10453         nntp-server-buffer.
10454
10455         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10456         nntp-server-buffer.
10457
10458 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * message.el (message-check-news-header-syntax): Use
10461         message-post-method.
10462         (message-send-news): Bind message-post-method.
10463
10464 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10465
10466         * mml.el (mml-tweak-type-alist): New variable.
10467         (mml-tweak-function-alist): New variable.
10468         (mml-tweak-part): New function.
10469         (mml-generate-mime-1): Use it.
10470
10471 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10472
10473         * nnfolder.el (nnfolder-request-accept-article): Replace
10474         nnfolder-request-list.
10475
10476 2001-07-27  Simon Josefsson  <jas@extundo.com>
10477
10478         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10479         nnoo-change-server failed to do it.
10480
10481 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482
10483         * gnus.el (gnus-parameters): Make it customizable.
10484
10485 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10486
10487         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10488
10489         * message.el (message-set-auto-save-file-name): More
10490         poor-system-types.
10491
10492         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10493
10494         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10495         supports +.
10496
10497 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10498
10499         * mm-decode.el (mm-readable-p): New function.
10500         (mm-inline-media-tests): Fix the default testers.
10501
10502 2001-07-26  Simon Josefsson  <jas@extundo.com>
10503
10504         * nnimap.el (nnimap-version): Bump version number.
10505
10506 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507         From Steven E. Harris <seh@speakeasy.org>
10508
10509         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10510         in M$Windows too.
10511
10512 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10513
10514         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10515
10516 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10519
10520         * mm-decode.el (mm-get-image): Guess then use the type.
10521
10522         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10523
10524 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10525
10526         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10527         display (%B) for threads if threading is off.
10528
10529 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10530         From Henrik Enberg <henrik@enberg.org>
10531
10532         * gnus-msg.el: Customization patch.
10533
10534 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10535
10536         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10537         variable.
10538         (nnmail-split-fancy-with-parent): Ignore certain groups.
10539
10540 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10541
10542         * gnus-util.el (gnus-byte-compile): New function.
10543         (gnus-use-byte-compile): New variable.
10544         (gnus-make-sort-function): Use it.
10545
10546         * nnmail.el (nnmail-get-new-mail): Use it.
10547
10548         * gnus-agent.el (gnus-category-make-function): Simple function or
10549         compiled function.
10550         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10551
10552         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10553         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10554         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10555
10556         * message.el (message-check-news-header-syntax): Remove quote.
10557
10558 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10559
10560         * message.el (message-use-mail-followup-to): `t' is not a
10561         documented value.
10562
10563 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10564
10565         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10566
10567 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10568
10569         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10570         there are long lines.
10571
10572 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * dgnushack.el (copy-list): New compiler macro.
10575
10576 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10577
10578         * message.el (message-bounce): If no Return-Path, the whole
10579         content is considered as the original message.
10580
10581         * nnml.el (nnml-check-directory-twice): New variable.
10582         (nnml-article-to-file): Use it.
10583         (nnml-retrieve-headers): Hack it.
10584
10585 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * gnus-win.el (gnus-buffer-configuration): New configure.
10588
10589         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10590         not alive.
10591
10592         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10593         (mm-display-external): Use display-term configure.
10594
10595 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10596
10597         * gnus-delay.el (gnus-delay-default-hour): New variable.
10598         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10599
10600 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10601         From Karl Kleinpaste <karl@charcoal.com>
10602
10603         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10604         (gnus-summary-prepare-threads): Ditto.
10605
10606         * gnus.el (gnus-summary-line-format): Add %B.
10607
10608 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10609
10610         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10611
10612         * mm-util.el (mm-string-as-multibyte): New function.
10613
10614         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10615
10616 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10617
10618         * mm-util.el (mm-universal-coding-system): New variable.
10619
10620         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10621
10622         * score-mode.el (score-mode-coding-system): Use it.
10623
10624 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * gnus-start.el (gnus-setup-news): Call
10627         `gnus-check-bogus-newsgroups' just after the native server is
10628         opened.
10629
10630 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10631
10632         * nnmail.el (nnmail-do-request-post): Util function to be used by
10633         `nnchoke-request-post' for all nnmail-derived backends.
10634
10635         * nnml.el (nnml-request-post): Use it.
10636
10637         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10638         backend, for it groks nnml-request-post.
10639
10640         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10641         Treat `mail-post' backends like `mail' backends, not like `news'
10642         backends.
10643
10644 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10645
10646         * gnus-msg.el (gnus-setup-message): make-local-hook.
10647
10648 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10649
10650         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10651         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10652         <karl@charcoal.com>, slightly changed by Kai.
10653
10654         * message.el (message-check-news-header-syntax): When checking
10655         whether the groups exist, check the right server based on
10656         `gnus-post-method'.
10657
10658 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10659
10660         * gnus-delay.el: New file.
10661
10662 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10663
10664         * mm-util.el (mm-read-coding-system): Take two arguments.
10665
10666         * gnus-sum.el (gnus-summary-show-article): Use
10667         mm-read-coding-system.
10668
10669         * gnus-art.el (article-de-quoted-unreadable):
10670         (article-de-base64-unreadable, article-wash-html):
10671         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10672
10673 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10674
10675         * nnml.el (nnml-request-post): New function.  Can be used for
10676         annotations in nnml groups.
10677
10678 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10681         command.
10682
10683         * gnus-start.el (gnus-find-new-newsgroups): Use
10684         `message-make-date' instead of `current-time-string'.
10685         (gnus-ask-server-for-new-groups): Ditto.
10686         (gnus-check-first-time-used): Ditto.
10687
10688 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10689
10690         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10691
10692 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10693
10694         * message.el (message-shorten-references): Change `maxcount' and
10695         `cut' to obey USEFOR draft 5.
10696
10697 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10698
10699         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10700         (gnus-summary-set-article-display-arrow): New function.
10701         (gnus-summary-goto-subject): Use it.
10702
10703 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10704
10705         * gnus-sum.el (gnus-summary-import-article): Insert date if
10706         doesn't exist.
10707
10708 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * mml.el (mml-content-type-parameters): New variable.
10711         (mml-content-disposition-parameters): New variable.
10712         (mml-insert-mime-headers): Use them.
10713         (mml-parse-1): Accept charset.
10714
10715 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10716
10717         * gnus-group.el (gnus-group-select-group): Doc fix.
10718
10719         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10720
10721 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10724         to handle `define-derived-mode'.
10725
10726 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727         From:  Stefan Monnier  <monnier@cs.yale.edu>
10728
10729         * message.el (message-mode): Use define-derived-mode.
10730         (message-tab): message-completion-alist.
10731
10732         * imap.el (imap-interactive-login): Use make-local-variable.
10733         (imap-open): Ditto.
10734         (imap-authenticate): Ditto.
10735
10736         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10737
10738         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10739
10740 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10741
10742         * message.el (message-citation-line-function): Refer to
10743         gnus-cite-attribution-suffix.
10744
10745 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10746
10747         * gnus-art.el,...: Error convention changes.
10748
10749 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10750
10751         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10752
10753 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10754
10755         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10756         (nnrss-read-server-data): Ditto.
10757
10758 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10761         * Cleanup files.
10762         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10763
10764 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * gnus.el (gnus-summary-line-format): Add %o.
10767
10768         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10769         unless shell outputs something.
10770
10771 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * gnus-art.el (gnus-boring-article-headers): Better doc.
10774         (article-hide-headers): Better regexp.
10775         Suggested by Matt Swift <swift@alum.mit.edu>.
10776
10777         * nnheader.el (nnheader-max-head-length): Better doc.
10778         (nnheader-header-value): Skip spaces.
10779         (nnheader-parse-head): Remove space.
10780         Suggested by Matt Swift <swift@alum.mit.edu>.
10781
10782         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10783         (gnus-get-newsgroup-headers): Remove space.
10784
10785 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10786
10787         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10788         (gnus-summary-reply): Use it.
10789         (gnus-summary-reply-broken-reply-to): New function.
10790         (gnus-msg-force-broken-reply-to): New function.
10791
10792         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10793
10794 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10795
10796         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10797
10798 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10799
10800         * mm-decode.el (mm-external-terminal-program): New variable.
10801         (mm-display-external): Use it. Use term to display when no
10802         window-system.
10803
10804 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10805
10806         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10807         Browse->Next entries to Browse->Prev
10808
10809 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10812
10813 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10814
10815         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10816         for the default encoding.
10817
10818         * nnrss.el (nnrss-url-field): New field.
10819         (nnrss-request-article): Add newsgroups.
10820
10821         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10822
10823 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10826
10827         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10828         (gnus-draft-setup): Remove backlog.
10829
10830 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10831
10832         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10833         Cleanup.
10834
10835 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10836
10837         * gnus-msg.el (gnus-bug): Erase buffer.
10838
10839         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10840
10841 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10842
10843         * mm-decode.el (mm-attachment-override-p): Fix typo.
10844
10845 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-kill.el (gnus-execute): Work with the extra headers.
10848         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10849
10850 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10853         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10854
10855         * message.el (message-send-mail-real-function): New variable.
10856         (message-send-mail-partially, message-send-mail):
10857
10858         * nngateway.el (nngateway-request-post): Use it.
10859
10860         * gnus-agent.el (gnus-agentize): Use it.
10861
10862         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10863         (nnsoup-revert-variables): Use it.
10864
10865 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10866
10867         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10868         text/plain if the type doesn't match any other media types.
10869         (mm-inlined-types): Doc fix.
10870         (mm-display-inline): Revert previous change (now handled by a
10871         default type in `mm-inline-media-tests'.
10872         (mm-inlinable-p): Revive.
10873         (mm-display-part): Call `mm-inlinable-p'.
10874         (mm-attachment-override-p): Ditto.
10875         (mm-inlined-p): Doc fix.
10876
10877         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10878         well as `mm-inlined-p'.
10879
10880 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10883         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10884
10885 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10886         From  Paul Jarc <prj@po.cwru.edu>
10887
10888         * message.el (message-use-mail-followup-to): New variable.
10889         (message-get-reply-headers): Use it.
10890
10891 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10892
10893         * nnheader.el (nnheader-init-server-buffer): Make sure the
10894         *nntpd* buffer is made multibyte instead of a random buffer.
10895
10896 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10899         when it returns headers.
10900
10901 2001-07-07  Simon Josefsson  <jas@extundo.com>
10902
10903         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10904         trying to fold. Thanks to Colin Walters
10905         <walters@cis.ohio-state.edu>
10906
10907 2001-07-06  Simon Josefsson  <jas@extundo.com>
10908
10909         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10910         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10911         Add information in `assert's.
10912
10913         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10914         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10915         and `nnimap-group-overview-filename', should handle all
10916         change-of-uidvalidity related issues.  But there may be other
10917         problems.)
10918
10919 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10920
10921         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10922         header name when folding.
10923
10924 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10925
10926         * mm-decode.el (mm-inlined-types): Document relationship with
10927         `mm-inline-media-tests'.
10928         (mm-display-inline): Default to displaying as plain text if no
10929         inlining handler is available.
10930         (mm-inlinable-p): Remove.
10931         (mm-inlined-p): Don't call `mm-inlinable-p'.
10932         (mm-automatic-display-p): Ditto.
10933         (mm-attachment-override-p): Ditto.
10934
10935 2001-07-04  Simon Josefsson  <jas@extundo.com>
10936
10937         * nnimap.el (nnimap-importantize-dormant): New variable.
10938         (nnimap-request-update-info-internal): Use it.
10939         (nnimap-request-set-mark): Ditto.
10940
10941 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10942
10943         * nntp.el (nntp-send-command): don't pass a buffer argument to
10944         `point'. Only XEmacs accepts this.
10945         * nntp.el (nntp-send-command-nodelete): ditto.
10946         * nntp.el (nntp-send-command-and-decode): ditto.
10947
10948 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10949
10950         * nntp.el (nntp-open-connection-function): doc update.
10951         * nntp.el (nntp-pre-command): New.
10952         * nntp.el (nntp-via-rlogin-command): New.
10953         * nntp.el (nntp-via-telnet-command): New.
10954         * nntp.el (nntp-via-telnet-switches): New.
10955         * nntp.el (nntp-via-user-name): New.
10956         * nntp.el (nntp-via-user-password): New.
10957         * nntp.el (nntp-via-address): New.
10958         * nntp.el (nntp-via-envuser): New.
10959         * nntp.el (nntp-via-shell-prompt): New.
10960         * nntp.el (nntp-open-telnet-stream): New.
10961         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10962         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10963         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10964         * nntp.el (nntp-send-command): ditto.
10965         * nntp.el (nntp-send-command-nodelete): ditto.
10966         * nntp.el (nntp-send-command-and-decode): ditto.
10967
10968 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10969         Trivial patch.
10970
10971         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10972         `when'.
10973
10974 2001-07-03  Simon Josefsson  <jas@extundo.com>
10975         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10976
10977         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10978
10979 2001-07-03  Simon Josefsson  <jas@extundo.com>
10980
10981         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10982         remove it (workaround XEmacs `fill-region' bug).
10983
10984 2001-07-01  Simon Josefsson  <jas@extundo.com>
10985
10986         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10987
10988 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * mml2015.el (mml2015-format-error): New function.
10991         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10992         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10993         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10994
10995 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10996
10997         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10998         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10999
11000         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11001         group variables.
11002
11003 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11006
11007         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11008         (nnrss-save-group-data): Ditto.
11009
11010         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11011
11012 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * message.el (message-do-send-housekeeping): Narrow to headers.
11015
11016 2001-06-24  Simon Josefsson  <jas@extundo.com>
11017
11018         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11019         insertion when breaking lines looked for " \t" instead of "[ \t]".
11020         (rfc2047-encode-message-header): Fold lines even if
11021         no QP encoding is done.
11022
11023 2001-06-23  Simon Josefsson  <jas@extundo.com>
11024         From Samuel Tardieu <sam@inf.enst.fr>
11025
11026         * smime.el (smime-keys): Support additional certificates.
11027         (smime-make-certfiles): New function.
11028         (smime-sign-region): Use previous variables.
11029         (smime-get-certfiles): New function.
11030         (smime-sign-buffer): Use it.
11031         (smime-verify-region): Support both CAfile and CApath.
11032
11033 2001-06-23  Simon Josefsson  <jas@extundo.com>
11034
11035         * smime.el (smime-decrypt-region): Perhaps work.
11036
11037 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11040
11041 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11042
11043         * mm-decode.el (mm-save-part): Rewrite file name.
11044         (mm-file-name-rewrite-functions): New variable.
11045         (mm-file-name-delete-whitespace): New function.
11046         (mm-file-name-trim-whitespace): New function.
11047         (mm-file-name-collapse-whitespace): New function.
11048         (mm-file-name-replace-whitespace): New variable and function.
11049
11050 2001-06-22  Simon Josefsson  <jas@extundo.com>
11051
11052         * message.el (message-make-date): Workaround locale for weekdays.
11053
11054 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * message.el (message-goto-body): Return nil if not found. (revert!)
11057
11058 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11059         From Fremlin <chief@bandits.org>
11060
11061         * message.el (message-goto-body): Some messages have no header.
11062
11063         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11064
11065 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11066
11067         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11068
11069 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * message.el (message-make-date): Add week day.
11072         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11073
11074 2001-06-19  Simon Josefsson  <jas@extundo.com>
11075
11076         * message.el (message-yank-prefix): Doc fix.
11077         (message-yank-cited-prefix): Ditto.
11078         (message-delete-not-region): Keep citation prefix on first line,
11079         if possible and appropriate.
11080
11081 2001-06-19  Simon Josefsson  <jas@extundo.com>
11082
11083         * imap.el (imap-process-connection-type): New variable.
11084         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11085         recent `imtest's work completely (no line length issues), while
11086         making making old `imtest's unusable.  Thanks to NAGY Andras
11087         <nagya@inf.elte.hu> for his work.
11088
11089 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11090
11091         * imap.el (imap-ssl-program): Add -quiet to shut up
11092         OpenSSL/SSLeay's internal debug talk.
11093
11094 2001-06-19  Matt Armstrong  <matt@lickey.com>
11095
11096         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11097         server.
11098
11099 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11100
11101         * nnmail.el (nnmail-article-buffer): New variable.
11102         (nnmail-split-incoming): Use it.
11103
11104 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11105
11106         * qp.el (quoted-printable-decode-region): If called interactively,
11107         use coding-system-for-read.
11108
11109 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11110
11111         * message.el (message-check-news-header-syntax): Check Reply-To.
11112
11113 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11114
11115         * mml.el (mml-parse-1): Use message options.
11116
11117         * message.el (message-do-fcc): Don't do anything if there is no
11118         FCC.
11119
11120 2001-06-16  Simon Josefsson  <jas@extundo.com>
11121
11122         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11123         (nnimap-expunge-search-string): New variable.
11124         (nnimap-request-expire-articles): Use it.
11125
11126 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * message.el (message-send-mail-with-qmail): wrong exit status is
11129         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11130
11131 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11132
11133         * gnus-art.el (article-strip-multiple-blank-lines): Use
11134         delete-region instead of replace-match.
11135
11136 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11139         (nnweb-google-wash-article): Ditto.
11140
11141 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11142
11143         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11144
11145 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11148         specs.
11149
11150 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11151
11152         * gnus.el (gnus-email-address): Move it here.
11153
11154         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11155         requested.
11156         (article-de-base64-unreadable): Ditto.
11157         (article-wash-html): Ditto.
11158
11159 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11160
11161         * message.el (message-options-set-recipient): Don't add ", "
11162         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11163
11164 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11165
11166         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11167
11168 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11171         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11172
11173         * nnrss.el (nnrss-node-text): Node might be nil.
11174
11175 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11176
11177         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11178         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11179
11180         * nnrss.el (nnrss-group-alist): More items.
11181
11182 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11185
11186 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187         Trivial patch from Dale Hagglund  <rdh@best.com>
11188
11189         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11190         restrict clauses.
11191
11192 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         From Benjamin Rutt <brutt+news@bloomington.in.us>
11195
11196         * message.el (message-wide-reply-confirm-recipients): New variable.
11197
11198 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11200
11201         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11202         fix so it works with XEmacs.
11203
11204 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11207         headers.
11208
11209 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * nnrss.el: Fix a few bugs.
11212
11213 2001-06-05  Simon Josefsson  <jas@extundo.com>
11214
11215         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11216         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11217
11218 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11219
11220         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11221         binary so that we don't transmit ISO 2022 garbage to the process.
11222         This is needed under XEmacs.
11223
11224 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11225
11226         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11227         autoloaded incorrectly below because ssl-program-* is bound.)
11228         Thanks to Amos Gouaux for report.
11229
11230 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11231
11232         * imap.el (imap-kerberos4-open):
11233         (imap-gssapi-open):
11234         (imap-ssl-open):
11235         (imap-network-open):
11236         (imap-shell-open):
11237         (imap-starttls-open): Set buffer to workaround spurious
11238         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11239         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11240         Colman <colman@ppllc.com> for report.
11241
11242 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-sum.el (gnus-summary-catchup): New argument.
11245         (gnus-summary-catchup-from-here): New function.
11246
11247 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11248
11249         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11250         back, then insert glyph.  (Before, the glyph was inserted first,
11251         then the newline.)  This works around a behavior in XEmacs where
11252         it is not possible to insert a character after a glyph which is at
11253         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11254
11255 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11256
11257         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11258
11259         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11260         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11261         mm-destroy-postponed-undisplay-list): New functions.
11262         (mm-display-external): Use them.
11263
11264 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11265
11266         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11267         `default-low' when evaluating `gnus-summary-highlight'.
11268         From Raja R Harinath <harinath@cs.umn.edu>.
11269
11270 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11271
11272         * message.el (message-yank-cited-prefix): New variable.
11273         (message-indent-citation): Use it.
11274
11275         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11276         as details.
11277         (mml2015-mailcrypt-clear-verify): Ditto.
11278
11279 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11280         From Nevin Kapur <nevin@jhu.edu>.
11281
11282         * gnus-sum.el (gnus-summary-default-high-score,
11283         gnus-summary-default-low-score): New variables.
11284         (gnus-summary-highlight): Use them.
11285
11286 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11287
11288         * message.el (message-mail): pass the 'send-actions argument to
11289         `message-setup'.
11290
11291 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11292         From Raymond Scholz <ray-2001@zonix.de>
11293
11294         * gnus-art.el (gnus-mime-view-part-as-charset):
11295         (gnus-mime-internalize-part): Doc fixes.
11296
11297 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11298
11299         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11300         status lines without any text ("^215$").
11301
11302 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11303
11304         * nnrss.el (nnrss-check-group): Reverse.
11305
11306 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11307
11308         * message.el (message-get-reply-headers):
11309         (message-followup): Fix typo, suggested by David Green
11310         <dgreen@uab.edu>
11311
11312 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11313
11314         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11315
11316         * nnrss.el (nnrss-open-server): Read server data when it is called.
11317         (nnrss-request-expire-articles): Fix.
11318
11319 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11320
11321         * message.el (message-do-send-housekeeping): mail-abbrevs may
11322         rename buffer behind Gnus.
11323
11324 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11325
11326         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11327         (nnrss-group-alist): Add more resources.
11328         (nnrss-check-group): Ignore errors.
11329
11330 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11331
11332         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11333
11334         * nnslashdot.el (nnslashdot-request-list): Add time.
11335         (nnslashdot-request-expire-articles): New function.
11336
11337         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11338         secondary methods too.
11339
11340 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11341
11342         * message.el (message-use-followup-to): Set default value to t.
11343
11344 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11345
11346         * message.el (message-dont-reply-to-names): Fix documentation.
11347         (message-get-reply-headers): Use Mail-Followup-To only for wide
11348         replies.
11349
11350 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11353         correctly.
11354         (nnrss-check-group): Use time.
11355
11356 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11357
11358         * gnus.el: Oort Gnus v0.03 is released.
11359
11360 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11361
11362         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11363         group.
11364
11365 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366
11367         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11368
11369 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370
11371         * nnultimate.el (nnultimate-retrieve-headers): Return all
11372         available headers.
11373
11374         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11375         (gnus-get-newsgroup-headers-xover): Use it.
11376
11377 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11380
11381 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11382
11383         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11384
11385 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11386
11387         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11388         disable it.
11389
11390         * gnus.el (gnus-info-nodes): Remove a few The's.
11391
11392 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11393
11394         * mail-source.el (mail-source-movemail): Call-process may return a
11395         signal description string.
11396
11397         * gnus-start.el (gnus-read-newsrc-el-file):
11398         gnus-newsrc-file-version may be nil.
11399
11400         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11401         Suggested by Michael Sperber [Mr. Preprocessor]
11402         <sperber@informatik.uni-tuebingen.de>.
11403
11404 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11405
11406         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11407
11408 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11409
11410         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11411         fontify HANDLE.
11412
11413 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11414
11415         * smime.el (smime-ask-passphrase): Rework to return value.
11416         (smime-sign-region): Rework to bind value and use it.
11417         (smime-decrypt-region): Ditto.
11418
11419 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11420         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11421
11422         * smime.el (smime-ask-passphrase): New function.
11423         (smime-sign-region): Use it.
11424         (smime-encrypt-cipher): New variable.
11425         (smime-decrypt-region): Ditto.
11426
11427 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11428         Committed by Simon Josefsson  <simon@josefsson.org>
11429
11430         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11431         the log.
11432
11433 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11434
11435         * gnus.el: Oort Gnus v0.02 is released.
11436
11437 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11438
11439         * gnus.el: Oort Gnus v0.01 is released.
11440
11441 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * gnus-sum.el (gnus-summary-highlight): Highlight read
11444         undownloaded articles as read articles.
11445
11446         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11447         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11448         articles, even read ones, as such.
11449
11450         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11451         (gnus-find-matching-articles): New function.
11452         (gnus-summary-limit-include-matching-articles): New command.
11453         (gnus-summary-limit-include-thread): Include articles that have
11454         matching subjects.
11455         (gnus-offer-save-summaries): Clean up.
11456
11457 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11458
11459         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11460
11461 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11462         From Jason Merrill <jason_merrill@redhat.com>
11463
11464         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11465
11466 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11467         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11468
11469         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11470         newsgroup names when the original article is a news message.
11471
11472 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11473
11474         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11475         supported. Suggest by Jim Meyering <jim@meyering.net>.
11476
11477 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11478         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11479
11480         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11481         regexp in nnmail-split-fancy.
11482
11483 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11484
11485         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11486
11487 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11488
11489         * message.el (message-send-mail): Improve the interaction with the
11490         user.
11491
11492 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11493
11494         * imap.el (imap-message-copy): Work around buggy servers that
11495         doesn't send TRYCREATE tags.
11496
11497 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11500
11501 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11502
11503         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11504         date.
11505
11506 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507
11508         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11509         lives.
11510
11511 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512
11513         * gnus-art.el (gnus-parse-news-url): New function.
11514         (gnus-button-handle-news): New function.
11515         (gnus-button-alist): Point to new functions.
11516
11517         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11518
11519         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11520         gnus-format-specs.
11521
11522         * message.el (message-check-news-header-syntax): Question even
11523         when Gnus doesn't know the group names.
11524         (message-send-news): Clean up.
11525
11526         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11527         exited on purpose without saving.
11528
11529         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11530
11531 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * gnus-score.el (gnus-score-orphans): Clean up.
11534
11535         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11536
11537         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11538         later.
11539
11540         * gnus-start.el (gnus-close-all-servers): Find the right items to
11541         close.
11542
11543         * qp.el (quoted-printable-decode-region): Just message
11544         malformation; don't quit.
11545
11546 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547         From Gerd Moellmann <gerd@gnu.org>.
11548
11549         * gnus.el (gnus-interactive): A typo.
11550
11551 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11552         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11555         `assq-delete-all', if that function exists; otherwise use the old
11556         definition. Documentation changed to match the one in
11557         `assq-delete-all'.
11558
11559 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11560
11561         * gnus-start.el (gnus-close-all-servers): New function.
11562
11563         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11564         (gnus-server-remove-denials): Clean up.
11565
11566         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11567         keystroke.
11568
11569 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11570
11571         * message.el (message-send-news): Message where we are sending.
11572         (message-send-mail): Ditto.
11573
11574         * gnus.el (gnus-server-string): New function.
11575
11576         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11577
11578         * mm-decode.el (mm-default-directory): Customized.
11579         (mm-tmp-directory): Ditto.
11580
11581         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11582         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11583         or Chars.
11584         (gnus-summary-line-format-alist): ?l is now a string.
11585         (gnus-summary-prepare-threads): Output ? for unknown lines.
11586         (gnus-summary-insert-line): Ditto.
11587         (gnus-summary-print-article): Unbalanced parentheses.
11588
11589         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11590         out whether new stuff has arrived.
11591
11592 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11593
11594         * gnus-sum.el: Let printing work on ttys on Emacs.
11595
11596 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11597
11598         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11599         when forcing news.
11600
11601         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11602         command.
11603
11604 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11605
11606         * message.el (message-set-auto-save-file-name): Don't use
11607         asterisks under nt.
11608
11609 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11610
11611         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11612         lists of articles.
11613
11614         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11615
11616         * gnus-msg.el (gnus-put-message): Clean up.
11617         (gnus-summary-reply): Mark all replied-to articles as replied to.
11618         (gnus-inews-add-send-actions): Also mark as forwarded.
11619         (gnus-summary-mail-forward): Mark as forwarded.
11620
11621         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11622         of articles.
11623         (gnus-summary-mark-article-as-forwarded): Ditto.
11624
11625         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11626         forwarded.
11627         (gnus-summary-mail-forward): Clean up.
11628
11629         * gnus.el (gnus-article-mark-lists): Added forward.
11630
11631         * gnus-sum.el (gnus-forwarded-mark): New variable.
11632         (gnus-summary-prepare-threads): Use it.
11633         (gnus-summary-update-secondary-mark): Ditto.
11634         (gnus-newsgroup-forwarded): New variable.
11635
11636 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11637
11638         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11639         (gnus-summary-very-wide-reply): New command and keystroke.
11640         (gnus-summary-very-wide-reply-with-original): Ditto.
11641
11642         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11643         (gnus-score-adaptive): Use it.
11644
11645         * gnus-start.el (gnus-get-unread-articles): Clean up.
11646
11647 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11650         boards.
11651
11652 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11653
11654         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11655         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11656
11657 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11658
11659         * nnultimate.el (nnultimate-retrieve-headers): Understand
11660         long-form month names.
11661
11662 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11663
11664         * gnus-sum.el (gnus-summary-show-all-headers):
11665         gnus-article-show-all-headers is broken. Use
11666         gnus-summary-toggle-header instead.
11667
11668         * mml2015.el (mml2015-gpg-extract-from): No error.
11669
11670 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11672
11673         * mml2015.el (mml2015-gpg-extract-from): New function.
11674         (mml2015-gpg-verify): Use it.
11675         (mml2015-gpg-clear-verify): Use it.
11676
11677 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11678
11679         * message.el (message-setup-fill-variables): Use
11680         fill-paragraph-function.
11681         (message-fill-paragraph): Take an argument.
11682         (message-newline-and-reformat): Take another argument.
11683
11684 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11685
11686         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11687
11688 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11689
11690         * message.el (message-forward): local-variable-p takes an extra
11691         argument in XEmacs.
11692
11693 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11694
11695         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11696         `nnimap-use-nov-p' (it really tested the negative).
11697         (nnimap-retrieve-headers): Use it.
11698
11699 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11700
11701         * message.el (message-generate-headers-first): Update doc.
11702
11703 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11704         Trivial patch.
11705
11706         * gnus.el (gnus-summary-line-format): Typo.
11707
11708 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11709
11710         * mailcap.el (mailcap-mime-data): Add application/sieve.
11711         (mailcap-mime-extensions): Add .siv, .xls.
11712
11713 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11714         From Christoph Conrad <christoph.conrad@gmx.de>
11715
11716         * gnus-score.el (gnus-summary-lower-thread): Typo.
11717
11718 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11719
11720         * message.el (message-forward-decoded-p): New variable.
11721         (message-forward-subject-author-subject): Use it.
11722         (message-make-forward-subject): Use it.
11723         (message-forward): Use it.
11724
11725         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11726
11727         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11728         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11729
11730 ;;Has been fixed -- zsh.
11731 ;;2001-03-05  Dave Love  <fx@gnu.org>
11732 ;;
11733 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11734 ;;      Move it after definition of mm-coding-system-p.
11735 ;;
11736 2001-03-01  Dave Love  <fx@gnu.org>
11737
11738         * mm-util.el (mm-inhibit-file-name-handlers): Add
11739         image-file-handler.
11740
11741 2001-02-11  Dave Love  <fx@gnu.org>
11742
11743         * message.el (message-signature-file): Fix doc, :type.
11744
11745 2001-02-08  Dave Love  <fx@gnu.org>
11746
11747         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11748         (message-posting-charset): Defvar when compiling again.
11749         (rfc2047-encodable-p): Require message.
11750
11751         * gnus-sum.el (gnus-alter-articles-to-read-function):
11752         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11753
11754 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11755
11756         * nnrss.el: New file.
11757
11758 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11759         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11760
11761         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11762         `skip-chars-forward'.
11763
11764 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11765
11766         * nndraft.el (nndraft-request-group): Restore auto save files if
11767         the original files do not exist.
11768
11769 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11772         SCORE paths.
11773
11774         * mm-decode.el (mm-dissect-buffer): Call
11775         mail-extract-address-components only if necessary.
11776
11777 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11778
11779         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11780         directory part.
11781         (gnus-score-search-global-directories): Use file-directory-p.
11782
11783         * gnus-score.el (gnus-score-score-files-1): Use
11784         gnus-kill-files-directory.
11785         From Adrian Aichner <adrian@xemacs.org>.
11786
11787 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11788
11789         * gnus.el (charset): Move here from gnus-sum.el.
11790
11791 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11792
11793         * mml.el (mml-preview): Disable local map.
11794
11795         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11796         gnus-article-post-menu here.
11797
11798         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11799         if it has not been made.
11800
11801 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11802
11803         * gnus-art.el (gnus-article-describe-key): Map key to event.
11804         (gnus-article-describe-key-briefly): Ditto
11805
11806 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11807
11808         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11809
11810 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11811         From Katsumi Yamaoka <yamaoka@jpl.org>.
11812
11813         * dgnushack.el (coerce, merge, subseq): defmacro.
11814
11815 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11816
11817         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11818         A fake defalias in nndraft.el results a not-activated bug in
11819         uncompiled versions.
11820
11821 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11822         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11823
11824         * gnus-util.el (gnus-split-references): Handle malformed References:.
11825
11826 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11829
11830 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831         From NAGY Andras <nagya@inf.elte.hu>.
11832
11833         * gnus.el (gnus-parameters): Typo.
11834
11835 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836
11837         * gnus.el (gnus-read-method): Remove redundancy.
11838
11839 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11842         (nnslashdot-request-list): Use it.
11843
11844 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11845
11846         * nnml.el (nnml-generate-active-info): Fix the case when there is
11847         no file.
11848
11849         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11850         (gnus-summary-create-article): New function.
11851
11852         * gnus-group.el (gnus-group-mark-article-read): New function.
11853
11854         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11855
11856         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11857
11858 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11859
11860         * gnus-art.el (gnus-article-edit-done): Don't use
11861         gnus-article-edit-exit.
11862         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11863
11864         * gnus.el (gnus-parameters): New variable.
11865         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11866         (gnus-parameters-get-parameter): New function.
11867         (gnus-group-find-parameter): Use it.
11868
11869 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11870
11871         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11872         change of default value to `current'.
11873
11874 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * nneething.el (nneething-get-head): Insert unreadable file too.
11877
11878 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11879
11880         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11881
11882         * webmail.el (webmail-type-definition): Deja is bought by google.
11883
11884 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11885
11886         * gnus-sum.el (gnus-fetch-headers): New function.
11887         (gnus-select-newsgroup): Use it.
11888         (gnus-summary-insert-articles): New function.
11889         (gnus-summary-insert-old-articles): New function.
11890         (gnus-summary-insert-new-articles): New function.
11891
11892         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11893         (gnus-group-list-active): Ditto.
11894         * gnus-sum.el (gnus-set-mode-line): Ditto.
11895         (gnus-summary-read-group-1): Ditto.
11896
11897 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11898
11899         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11900         current topic.
11901
11902 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11903
11904         * smiley.el (gnus-smiley-display): Don't do widening.
11905
11906         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11907         within body.
11908
11909         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11910
11911         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11912         New variable.
11913         (gnus-mime-display-multipart-related-as-mixed): New variable.
11914         (gnus-mime-display-part): Use them.
11915
11916 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11917
11918         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11919         something special.
11920
11921 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11924         (nnweb-request-article): Call reference if exists.
11925         (nnweb-type-definition): Dejanews is bought by google.com.
11926         Beta!
11927
11928 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11929
11930         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11931
11932 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11933
11934         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11935         gnus-article-sort-functions.
11936         (gnus-article-sort-functions): Doc fix.  Refer to
11937         gnus-thread-sort-functions.
11938
11939 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940         From Paul Jarc <prj@po.cwru.edu>.
11941
11942         * message.el (message-get-reply-headers): More fixes.
11943
11944 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11945         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11946
11947         * message.el (message-get-reply-headers): Fix bug with
11948         Mail-Followup-To/to-address interaction.
11949
11950 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11953         gnus-article-copy.
11954
11955 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * message.el (message-do-send-housekeeping): Rename to a better
11958         name.
11959
11960 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * message.el (message-cancel-news): Check article first, then ask
11963         yes or no.
11964
11965 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11968
11969 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * gnus-range.el (gnus-range-normalize): New function.
11972
11973 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11974
11975         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11976
11977 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11978
11979         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11980
11981         * nnagent.el (nnagent-request-regenerate): New function.
11982
11983         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11984
11985         * nnml.el (nnml-generate-nov-databases): Accept argument
11986         server. Don't open server if it is opened.
11987         (nnml-request-regenerate): Use it. Change to deffoo.
11988
11989 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11990         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11991
11992         * gnus.el (gnus-define-group-parameter): Fix.
11993
11994 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11995
11996         * gnus.el (gnus-define-group-parameter): Improved.
11997
11998         * gnus-sum.el (charset): Define parameter.
11999         (ignored-charsets): Ditto.
12000         (gnus-summary-setup-default-charset): Use them.
12001
12002         * gnus-start.el (gnus-read-descriptions-file): Use them.
12003
12004         * gnus-cus.el (gnus-group-parameters): Remove them.
12005
12006 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12007
12008         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12009
12010 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12011
12012         * gnus-sum.el (gnus-summary-read-group-1): Remove
12013         gnus-summary-set-local-parameters.
12014         (gnus-summary-setup-buffer): Put it here.
12015
12016 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * gnus.el (to-address): Define parameter.
12019         (to-list): Ditto.
12020         * gnus-art.el (article-hide-boring-headers): Use them.
12021         * gnus-msg.el (gnus-post-news): Ditto.
12022         * gnus-cus.el (gnus-group-parameters): Remove them.
12023
12024 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12025
12026         * gnus-draft.el (gnus-draft-reminder): New function.
12027
12028         * gnus-art.el (gnus-sender-save-name): New function.
12029
12030 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12031
12032         * mm-util.el (mm-mime-charset): Error message.
12033
12034 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12035
12036         * message.el (message-check-news-body-syntax): Don't check mml lines.
12037
12038 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12041         subscribe.
12042
12043         * gnus-start.el (gnus-call-subscribe-functions): New function.
12044         (gnus-find-new-newsgroups): Use it.
12045         (gnus-ask-server-for-new-groups): Use it.
12046         (gnus-check-first-time-used): Use it.
12047         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12048         (gnus-subscribe-options-newsgroup-method): Ditto.
12049         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12050         return .
12051
12052 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12053
12054         * gnus-cus.el (gnus-score-customize): Doc fix.
12055
12056 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12057
12058         * dgnushack.el (my-getenv): Typo.
12059
12060 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12063
12064 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12065
12066         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12067
12068         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12069         (gnus-treatment-function-alist): Use it.
12070         (article-remove-leading-whitespace): New function.
12071         (gnus-article-make-menu-bar): Use it.
12072
12073         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12074         remove-leading-whitespace.
12075         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12076         because of conflict.
12077
12078 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12079
12080         * Makefile.in: Hack generating gnus-load.el.
12081         * dgnushack.el: Ditto.
12082         * gnus-load.el: Remove it.
12083
12084 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12085
12086         * dgnushack.el : Add URLDIR.
12087
12088         * Makefile.in (EMACS_COMP): Ditto.
12089
12090 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12091
12092         * gnus-cus.el (gnus-score-customize): Error on no score file.
12093
12094 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12095
12096         * mm-decode.el (mm-merge-handles): New function.
12097
12098         * mm-view.el (mm-inline-message): Use it.
12099         (mm-view-message): Ditto.
12100
12101         * mm-partial.el (mm-inline-partial): Ditto.
12102
12103         * mm-extern.el (mm-inline-external-body): Ditto.
12104
12105         * gnus-art.el (gnus-mime-view-part): Ditto.
12106         (gnus-mime-view-part-as-type): Ditto.
12107         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12108         cases.
12109
12110 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * message.el (message-cancel-news): Allow to shoot foot.
12113         (message-supersede): Ditto.
12114
12115 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12116         Trivial patch.
12117
12118         * gnus-sum.el (gnus-simplify-subject-re): Use
12119         message-subject-re-regexp.
12120
12121 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * nnmail.el (nnmail-expiry-target-group): Bind
12124         nnmail-cache-accepted-message-ids to nil.
12125
12126         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12127         coding system.
12128
12129 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * qp.el (quoted-printable-encode-region): Make sure characters are
12132         between 00 and FF.  Don't check charset.
12133
12134         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12135         in Emacs 20.
12136         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12137
12138 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12139
12140         * message.el (message-make-forward-subject): Argument decoded.
12141         (message-forward): Use it when digest.
12142
12143         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12144         buffer.
12145
12146 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12147
12148         * message.el (message-generate-headers-first): Doc fix.
12149
12150 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12151
12152         * gnus-art.el (article-make-date-line): Error proof.
12153
12154 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12155
12156         * gnus-group.el (gnus-group-listing-limit): New variable.
12157         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12158
12159         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12160
12161 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * message.el (message-newline-and-reformat): Special case for
12164         breaking at BOL.
12165
12166 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12167
12168         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12169         message/rfc822.
12170
12171 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12172
12173         * message.el (message-encode-message-body): Don't insert
12174         Content-Type if it is inside a mail.
12175
12176 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12179         gnus-article-commands-menu.
12180
12181         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12182         in Emacs.
12183
12184         * gnus-start.el (gnus-read-descriptions-file): Use
12185         gnus-group-name-charset and gnus-group-charset-alist.
12186
12187 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12190         active region.
12191
12192         * gnus-start.el (gnus-group-change-level): Remove from both
12193         gnus-zombie-list and gnus-killed-list.
12194
12195 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12196
12197         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12198         gnus-subscribe-topics.
12199
12200         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12201
12202 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12203
12204         * gnus-art.el (gnus-article-make-menu-bar): Make
12205         gnus-article-post-menu.
12206
12207         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12208
12209         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12210
12211         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12212
12213         * message.el (message-mode-menu): Ditto.
12214
12215         * gnus-art.el (defvar): eval-when-compile.
12216
12217 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218
12219         * gnus-agent.el (gnus-agentize): Fix doc.
12220
12221 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12222
12223         * mml.el (mml-preview): Bind `q'.
12224
12225 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12226
12227         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12228
12229 2001-01-31  Dave Love  <fx@gnu.org>
12230
12231         * mm-util.el (mm-mime-mule-charset-alist)
12232         (mm-find-mime-charset-region): Consider mule-utf-8.
12233
12234 2001-01-31  Dave Love  <fx@gnu.org>
12235
12236         * gnus-art.el (gnus-article-x-face-command)
12237         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12238         :version.
12239
12240 2001-01-26  Dave Love  <fx@gnu.org>
12241
12242         * mm-util.el (mm-multibyte-string-p): New.
12243
12244 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12245 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12246 ;;      string-as-multibyte on class.  Clarify line-folding.
12247         (quoted-printable-encode-string): Make temp buffer inherit
12248         string's multibyteness.
12249
12250 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12251
12252         * nnheader.el (toplevel): Don't require `gnus-util' at
12253         compile-time; this creates a circular dependency, and prevents
12254         a bootstrap.
12255
12256 2001-01-22  Andreas Schwab  <schwab@suse.de>
12257
12258         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12259
12260 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12263
12264         * gnus-art.el (article-hide-list-identifiers): Ditto.
12265
12266         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12267
12268 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12271
12272         * gnus-art.el (article-hide-list-identifiers): Similar.
12273
12274 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12275
12276         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12277
12278 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12279
12280         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12281
12282 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12283
12284         * gnus-util.el (gnus-string-equal): New function.
12285
12286         * gnus-art.el (article-hide-boring-headers): Use it.
12287
12288 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12289
12290         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12291
12292 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12293
12294         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12295
12296 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12297
12298         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12299         command if there is not last-saver.
12300
12301 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * nntp.el (nntp-open-connection): 201 is possible.
12304
12305 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12308         (rfc2047-charset-encoding-alist): Add big5.
12309
12310 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12313         (gnus-agent-remove-server): Ditto.
12314         (autoload): gnus-server-update-server.
12315
12316         * gnus-srvr.el (gnus-server-line-format): Add %a.
12317         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12318         (gnus-server-insert-server-line): Use it.
12319
12320 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12321
12322         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12323         GB2312 and Big5.
12324
12325 2001-01-24  Simon Josefsson  <sj@extundo.com>
12326
12327         * mail-source.el (mail-sources): Add :program specifier to IMAP
12328         mail source.
12329         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12330
12331 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332
12333         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12334
12335 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12336
12337         * nntp.el (nntp-wait-for): Return the success code.
12338         (nntp-open-connection): Use it.
12339
12340 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341
12342         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12343
12344 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12345
12346         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12347
12348 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12349
12350         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12351         argument. Allow to print several articles in one file.
12352
12353 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12354
12355         * webmail.el (webmail-type-definition): netaddress changes.
12356
12357 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12358
12359         * gnus.el: Fix copyright. Remove trailing spaces.
12360
12361         * message.el (message-forward): Use mule4.
12362
12363 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12364
12365         * mm-util.el (mm-string-as-unibyte): New function.
12366
12367         * message.el (message-forward): Use it.
12368
12369 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * message.el (message-cite-original-without-signature): Don't peel
12372         off the blank line.
12373         (message-get-reply-headers): Add Cc if it is not in follow-to.
12374
12375 2001-01-20  Simon Josefsson  <sj@extundo.com>
12376
12377         * mm-decode.el (mm-handle-multipart-from): Add.
12378         (mm-dissect-buffer): Save From: header value.
12379         (mm-security-from): Remove.
12380         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12381
12382         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12383         instead of `mml-security-from'.  Protect null from value.
12384
12385 2001-01-20  Simon Josefsson  <sj@extundo.com>
12386
12387         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12388         application/vnd.ms-excel attachments.
12389
12390 2001-01-19  Simon Josefsson  <sj@extundo.com>
12391
12392         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12393
12394 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12395
12396         * message.el (message-ignored-mail-headers): Ditto.
12397
12398 2001-01-19  Simon Josefsson  <sj@extundo.com>
12399
12400         * message.el (message-ignored-news-headers): Only search beginning
12401         of line.
12402
12403 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12404         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12405
12406         * message.el (message-send-mail): Content-Type may not be there.
12407
12408 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12409
12410         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12411         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12412
12413         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12414         not.
12415
12416 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12417
12418         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12419         non-native groups.
12420
12421 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12422
12423         * message.el (message-yank-original): Understand
12424         universal-argument.
12425
12426 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12427
12428         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12429         (article-hide-boring-headers): Ditto.
12430
12431         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12432
12433 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12434
12435         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12436         one.
12437
12438 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12439
12440         * message.el (message-make-in-reply-to): Add comment to message-id
12441         (old syntax, see 2000-08-02 change).
12442
12443 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12444
12445         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12446         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12447         (gnus-button-reply): Ditto.
12448
12449 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-art.el (article-display-x-face): Fix.
12452
12453 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12454
12455         * gnus-art.el (article-display-x-face): Use
12456         gnus-original-article-buffer.
12457
12458 2001-01-15  Jack Twilley  <jmt@tbe.net>
12459
12460         * message.el (message-add-header): Move to point-max.
12461
12462 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12463
12464         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12465         nil, improve documentation.
12466         (smime-certificate-directory): Comment out false hints (until it
12467         is implemented).
12468
12469         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12470         there aren't any keys.
12471         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12472         verify certificate.  Default is changed to only check integrity.
12473         Improved security status texts.  If a certificate doesn't contain
12474         a email address, don't fail.
12475
12476         * smime.el (smime-noverify-region):
12477         (smime-noverify-buffer): New functions.  Verifies integrity only.
12478
12479 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12480
12481         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12482
12483 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12484
12485         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12486         (gnus-remove-some-windows): Ditto.
12487
12488 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12489
12490         * gnus-art.el (article-make-date-line): 11th.
12491
12492 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12493
12494         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12495         (mml2015-gpg-sign): Ditto.
12496
12497 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12500         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12501
12502 2001-01-08  Dave Love  <fx@gnu.org>
12503
12504         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12505         single character.
12506
12507         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12508
12509         * message.el: Doc and message fixes.
12510         (message-send-rename-function)
12511         (message-make-forward-subject-function)
12512         (message-send-mail-function, message-reply-to-function)
12513         (message-wide-reply-to-function, message-followup-to-function)
12514         (message-distribution-function, message-auto-save-directory): Fix
12515         :type.
12516
12517         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12518         proceeding after warnings.  Amend multipart warning message.
12519
12520 2001-01-04  Dave Love  <fx@gnu.org>
12521
12522         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12523         compiling.
12524         (gnus-make-directory): Require nnmail.
12525
12526         * mm-decode.el (mm-inline-media-tests): Add
12527         image/x-portable-bitmap.
12528         (mm-get-image): Grok pbm.
12529
12530 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12531
12532         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12533
12534 2001-01-09  Didier Verna  <didier@xemacs.org>
12535
12536         * dgnushack.el (dgnushack-compile): give a dummy value to
12537         `gnus-xmas-glyph-directory' for the time of compilation.
12538         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12539         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12540         * gnus-art.el: ditto.
12541         * gnus-group.el: ditto.
12542         * gnus-salt.el: ditto.
12543         * gnus-sum.el: ditto.
12544         * gnus-topic.el: ditto.
12545         * gnus-xmas.el (gnus-xmas-define): see above.
12546         * gnus-xmas.el (gnus-xmas-redefine): see above.
12547         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12548         non-continuable error when the directory can't be found.
12549
12550 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12551
12552         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12553         handle.
12554         * gnus-art.el (gnus-mime-view-part): Copy it.
12555         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12556
12557 2001-01-09  Michael Downes  <mjd@ams.org>
12558
12559         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12560
12561 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12562
12563         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12564         orig-file. Use ',source.
12565
12566 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12569         (gnus-xmas-group-startup-message):
12570         Detect gnus-xmas-glyph-directory when it is nil.
12571
12572 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12573
12574         * pop3.el (pop3-get-message-count): Andrew Innes
12575         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12576
12577 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12578
12579         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12580
12581         * time-date.el (time-to-number-of-days): New function.
12582
12583 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12584         Trivial patch.
12585
12586         * nnslashdot.el (nnslashdot-request-list): Always get the right
12587         sid.
12588
12589 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12590
12591         * message.el (message-minibuffer-local-map): New keymap.
12592         (message-read-from-minibuffer): Use it.
12593         * gnus-msg.el (gnus-summary-resend-message): Use it
12594
12595 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12596
12597         * gnus-start.el (gnus-display-time-event-handler): New function.
12598         (gnus-after-getting-new-news-hook): Use it.
12599
12600 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12601
12602         * message.el (message-ignored-mail-headers): Add draft header.
12603
12604 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12605
12606         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12607         excursion.
12608
12609         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12610
12611 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12612         A revoked patch.
12613
12614         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12615
12616 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12617
12618         * qp.el (quoted-printable-decode-region): Don't backward-char.
12619
12620 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * gnus-draft.el: Mark articles as replied.
12623
12624         * gnus-sum.el (gnus-summary-add-mark): New function.
12625
12626         * gnus-group.el (gnus-add-mark): New function.
12627
12628         * gnus-sum.el (gnus-summary-buffer-name): New function.
12629         (gnus-summary-setup-buffer): Use it.
12630
12631         * gnus-draft.el: Set things up with the right post method and
12632         stuff.
12633
12634         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12635
12636         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12637
12638         * gnus.el (gnus-draft-meta-information-header): New variable.
12639
12640 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12641
12642         * gnus-art.el (gnus-treatment-function-alist): Move the date
12643         functions before the header sorting functions.
12644
12645         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12646
12647         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12648         Don't (push "/usr/share/emacs/site-lisp" load-path).
12649
12650         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12651         to empty fill prefixes.
12652
12653 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12654
12655         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12656         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12657
12658 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12661
12662         * nnml.el (autoload): Move to nnheader.el.
12663
12664         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12665         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12666         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12667         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12668
12669 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12670
12671         * gnus-art.el (article-make-date-line): Get the hours right.
12672         (gnus-ignored-headers): More hiding.
12673
12674         * nnmail.el (nnmail-expiry-wait): Not an integer.
12675
12676         * message.el (message-goto-body): Only expand abbrev when called
12677         interactively.
12678         (message-make-lines): Use it.
12679
12680 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12681
12682         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12683
12684 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12685
12686         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12687         include the expunged articles.
12688
12689         * gnus-group.el (gnus-group-sort-by-server): New function.
12690
12691         * gnus.el (gnus-method-to-server-name): New function.
12692         (gnus-group-prefixed-name): Use it.
12693
12694         * gnus-group.el (gnus-group-sort-function): Doc fix.
12695         (gnus-group-sort-groups-by-server): New command.
12696
12697 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * gnus-art.el (gnus-treat-date-english): New variable.
12700         (article-date-english): New command.
12701         (gnus-english-month-names): New variable.
12702         (article-make-date-line): Do 'english.
12703
12704         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12705         after the fill prefix.
12706
12707         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12708         score...".
12709
12710         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12711
12712         * message.el (message-mode-map): Bind comment-region.
12713
12714         * gnus-art.el (gnus-mime-display-part): Let w3 display
12715         multipart/related.
12716
12717         * mm-bodies.el (mm-long-lines-p): New function.
12718         (mm-body-encoding): Use it.
12719         (mm-body-encoding): Encode articles with lines longer than 1000
12720         characters.
12721
12722 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12723
12724         * mm-util.el (mm-enable-multibyte): Use
12725         default-enable-multibyte-characters.
12726         (mm-enable-multibyte-mule4): Ditto.
12727         (mm-disable-multibyte): Test XEmacs.
12728         (mm-disable-multibyte-mule4): Ditto.
12729         (mm-with-unibyte-current-buffer): Simplified.
12730         (mm-with-unibyte-current-buffer-mule4): Ditto.
12731
12732 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12735
12736         * nnheader.el (nnheader-string-as-multibyte): New alias.
12737
12738         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12739
12740         * gnus-uu.el (gnus-message-process-mark): New function.
12741         (gnus-uu-mark-by-regexp): Use it.
12742         (gnus-new-processable): New function.
12743
12744 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12745          Trivial patch.
12746
12747         * gnus-sum.el (gnus-no-mark): New variable.
12748
12749 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12750
12751         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12752         backslashes.
12753
12754 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12757         definition.
12758
12759 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12760
12761         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12762
12763         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12764         XEmacs.
12765
12766 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12767         Trivial patch.
12768
12769         * mml.el (mml-read-tag): Save tag location.
12770
12771 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12772
12773         * starttls.el: Sync with Emacs 21.
12774
12775 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12776
12777         * message.el (message-mail): Support yank-action.
12778
12779         * message.el (message-setup): Revoke the last change.
12780
12781 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12782
12783         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12784         <jvromans@squirrel.nl>.
12785
12786 2000-12-24  Simon Josefsson  <sj@extundo.com>
12787
12788         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12789         mailing list junk at end of part.
12790
12791 2000-12-23  Simon Josefsson  <sj@extundo.com>
12792
12793         * nnimap.el (nnimap-expiry-target): New function.
12794         (nnimap-request-expire-articles): Use it.
12795
12796 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12797
12798         * gnus.el (gnus-group-parameters-more): New variable.
12799         * gnus-cus.el (gnus-group-customize): Use it.
12800
12801         * gnus.el (gnus-define-group-parameter): New macro.
12802         (auto-expire): Use it
12803         (total-expire): Use it.
12804         * gnus-art.el (banner): Use it.
12805
12806         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12807         <ljz@asfast.com>.
12808
12809 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12810
12811         * gnus-topic.el (gnus-topic-create-topic): Use list.
12812
12813         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12814         before binding gnus-default-article-saver.
12815
12816         * gnus-sum.el (gnus-summary-save-article):
12817         (gnus-summary-pipe-output):
12818         (gnus-summary-save-article-mail):
12819         (gnus-summary-save-article-rmail):
12820         (gnus-summary-save-article-file):
12821         (gnus-summary-write-article-file):
12822         (gnus-summary-save-article-body-file): Ditto.
12823
12824         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12825
12826 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12827
12828         * gnus-art.el (gnus-mime-security-button-map):
12829         (gnus-mime-button-map): Add parent.
12830
12831 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * messagexmas.el (message-xmas-redefine): New function.
12834
12835         * message.el: Use it.
12836
12837         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12838
12839         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12840
12841 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12842
12843         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12844         malformatted messages.
12845
12846 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12847
12848         * mm-util.el (mm-image-load-path): New function.
12849
12850         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12851
12852         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12853
12854         * message.el (message-tool-bar-map): Use it.
12855
12856         * Makefile.in (install-el): New rule.
12857
12858 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-art.el (article-treat-dumbquotes): Quote \.
12861
12862 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12863
12864         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12865         Emacs 20 runs on a terminal.
12866
12867 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12868
12869         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12870
12871         * mml.el (gnus-add-minor-mode): Autoload.
12872
12873         * message.el (message-forward): Save-restriction.
12874
12875 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12876
12877         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12878         Paul Stevenson <p.stevenson@surrey.ac.uk>
12879
12880 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12881
12882         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12883
12884         * mml.el (gnus-ems): Don't require.
12885
12886         * gnus.el (gnus-decode-rfc1522): Removed.
12887         (gnus-set-text-properties): Define.
12888
12889 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * gnus-art.el (gnus-mime-*): handle may be nil.
12892
12893         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12894
12895         * gnus.el (gnus-group-remove-excess-properties): Not defined
12896         in gnus-xmas.
12897
12898 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * message.el (message-mail-user-agent): Add :version.
12901
12902 2000-12-21  Miles Bader  <miles@gnu.org>
12903
12904         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12905
12906 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12907
12908         * message.el (message-mail-user-agent): New variable.
12909         (message-setup): Renamed to message-setup-1. Support
12910         mail-user-agent.
12911         (message-mail-user-agent): New function.
12912         (message-mail): Use it.
12913         (message-reply): Use it.
12914         (message-resend): Use it.
12915         (message-mail-other-window): Use it.
12916         (message-mail-other-frame): Use it.
12917
12918         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12919
12920 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12921
12922         * message.el (message-tool-bar-map): Simplify.
12923         (message-narrow-to-head-1): New function.
12924         (message-narrow-to-head): Use it.
12925         (message-reply): Ditto.
12926         (message-cancel-news): Ditto.
12927         (message-supersede): Ditto.
12928         (message-make-forward-subject): Ditto.
12929         (message-bounce): Ditto.
12930
12931 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12932
12933         * uudecode.el (uudecode-decode-region-external): make-temp-file
12934         may not be defined.
12935
12936         * binhex.el (defalias): eval-and-compile.
12937
12938         * message.el (message-tool-bar-map): New function.
12939         (message-mode): Use it.
12940
12941 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12942
12943         * nntp.el (nntp-find-connection): Remove the entry.
12944         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12945
12946 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12947
12948         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12949
12950         * message.el (message-forward): Copy buffer in unibyte mode.
12951
12952 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * message.el (message-make-forward-subject): Don't widen. Decode.
12955         (message-forward): Don't decode subject.
12956
12957 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12958
12959         * qp.el (quoted-printable-encode-region): Upcase QP.
12960
12961 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12962
12963         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12964         mail-extract-a-c instead. Don't depend on Gnus.
12965
12966         * mml.el (gnus-ems): Require it.
12967
12968         * gnus-msg.el (gnus-summary-mail-forward):
12969
12970         * message.el (message-forward):  Move mime-to-mml here.
12971
12972 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12973
12974         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12975         * gnus-art.el (gnus-insert-mime-button): Simplify.
12976         (gnus-mime-display-alternative): Ditto.
12977         (gnus-insert-mime-security-button): Ditto.
12978
12979 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12980
12981         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12982         text-property-not-all doesn't return nil when start=mark(end).
12983         (gnus-remove-text-properties-when): Ditto.
12984
12985 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12986
12987         * gnus-start.el (gnus-group-change-level): Remove group from
12988         gnus-active-hashtb if real killed.
12989
12990 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12991
12992         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12993         (gnus-mime-display-alternative): Ditto.
12994         (gnus-insert-mime-security-button): Ditto.
12995
12996 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12997
12998         * gnus-start.el (gnus-group-change-level): Don't add it into
12999         killed-list if it was killed.
13000
13001 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13002
13003         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13004         (nnmbox-active-file-coding-system): Ditto.
13005
13006         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13007
13008 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13009
13010         * gnus.el (gnus-version):
13011         (gnus-version-number): Set to Oort Gnus 0.01.
13012
13013         * gnus-art.el (gnus-mime-security-button-map):
13014         (gnus-insert-mime-security-button): Fix for Emacs21.
13015
13016 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13017
13018         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13019         easymenu, because XEmacs doesn't understand :help.
13020
13021         * mm-uu.el: Require binhex.
13022
13023 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13026
13027 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028
13029         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13030
13031 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13032
13033         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13034
13035 2000-12-18  Dave Love  <fx@gnu.org>
13036
13037         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13038         (unused).
13039
13040 2000-12-13  Miles Bader  <miles@gnu.org>
13041
13042         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13043         to t, so that we don't get stuck while trying to smilefy
13044         intangible text.
13045
13046 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13047
13048         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13049         at the end of the buffer.
13050         (smiley-region): In the loop, move to the end of the submatch
13051         matching the smiley instead of using the end of the match
13052         of the whole regexp.
13053
13054 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13055
13056         * message.el (message-mode): Doc fix.
13057
13058 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13059
13060         * smiley-ems.el (smiley-region): Doc fix.
13061
13062 2000-12-11  Miles Bader  <miles@gnu.org>
13063
13064         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13065         bottom line visible, check to see if it's partially obscured, and
13066         if so, either scroll one more line to make it fully visible, or
13067         revert to showing the second line from the top.
13068
13069 2000-12-07  Dave Love  <fx@gnu.org>
13070
13071         * mailcap.el (mailcap-download-directory)
13072         * gnus-audio.el (gnus-audio-directory)
13073         * smiley-ems.el (smiley-data-directory): Fix :type.
13074
13075 2000-11-30  Dave Love  <fx@gnu.org>
13076
13077         * message.el (message-auto-save-directory): Use
13078         file-name-as-directory.
13079         (message-set-auto-save-file-name): Create
13080         message-auto-save-directory if necessary.
13081         (message-replace-chars-in-string): Removed -- unused.
13082         (message-mail-alias-type): Customize.
13083         (message-headers): Remove duplicate defgroup.
13084
13085 2000-11-29  Dave Love  <fx@gnu.org>
13086
13087         * qp.el (quoted-printable-decode-region): Use error, not message
13088         to report malformed text (like base64).  Amend message.
13089
13090 2000-11-29  Miles Bader  <miles@gnu.org>
13091
13092         * message.el (message-header-lines): Fontify tag.
13093
13094 2000-11-27  Dave Love  <fx@gnu.org>
13095
13096         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13097         compiler warning.
13098
13099 ;2000-11-26  Dave Love  <fx@gnu.org>
13100 ;
13101 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13102 ;
13103 2000-11-23  Dave Love  <fx@gnu.org>
13104
13105         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13106
13107         * mm-uu.el (uudecode): Require.
13108         (uudecode-decode-region, uudecode-decode-region-external): Don't
13109         autoload.
13110         (mm-uu-copy-to-buffer): Doc fix.
13111         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13112         type fix.
13113
13114         * mailcap.el: Doc fixes.
13115         (mailcap-mime-data): Various adjustments.
13116         (mailcap): New group.
13117         (mailcap-download-directory): Customize.
13118         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13119         (mailcap-temporary-directory): Deleted (unused).
13120         (mailcap-unescape-mime-test): Simplify slightly.
13121         (mailcap-viewer-passes-test): Use functionp.
13122         (mailcap-command-p): Aliased to executable-find.
13123
13124         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13125         default-enable-multibyte-characters is nil.
13126
13127 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13128
13129         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13130
13131 2000-11-21  Dave Love  <fx@gnu.org>
13132
13133         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13134         gnus-article-mode-map.
13135 ;       (gnus-mime-button-menu): Use mouse-set-point.
13136         (gnus-insert-mime-button, gnus-mime-display-alternative)
13137         (gnus-mime-display-alternative): Don't use local-map property.
13138
13139 2000-11-17  Dave Love  <fx@gnu.org>
13140
13141         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13142         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13143         and make-temp-file.
13144         (uudecode-decode-region): Doc fix.
13145
13146 2000-11-14  Dave Love  <fx@gnu.org>
13147
13148         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13149         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13150         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13151         New files, derived from the XPMs.
13152
13153 2000-11-10  Dave Love  <fx@gnu.org>
13154
13155         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13156         (gnus-agent-lib-file, gnus-agent-load-alist)
13157         (gnus-agent-save-alist, gnus-agent-article-name): Use
13158         expand-file-name.
13159
13160         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13161         :version.
13162         (nnkiboze-score-file): Defvar when compiling.
13163
13164         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13165
13166         * gnus-art.el (gnus-article-banner-alist)
13167         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13168         (gnus-article-date-lapsed-new-header)
13169         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13170         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13171         (gnus-treat-strip-headers-in-body)
13172         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13173         (gnus-treat-translate): Add :version.
13174         (gnus-article-mime-part-function): Fix defcustom.
13175
13176         * nnmail.el (nnmail-expiry-target)
13177         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13178         (nnmail-split-header-length-limit): Add :version.
13179
13180         * gnus-sum.el (gnus-auto-expirable-marks)
13181         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13182         (gnus-extra-headers, gnus-ignored-from-addresses)
13183         (gnus-newsgroup-ignored-charsets)
13184         (gnus-group-highlight-words-alist)
13185         (gnus-summary-show-article-charset-alist): Add :version.
13186
13187         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13188         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13189         files, converted from the XPMs.
13190
13191         * gnus-cache.el (gnus-cache-active-file): Don't use
13192         file-name-as-directory on directory.
13193         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13194         use file-name-as-directory on directory.
13195
13196         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13197         (date-to-time): Use it.
13198
13199 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13200 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13201 ;       (message-newline-and-reformat): Likewise.
13202         (message-forward-as-mime, message-forward-ignored-headers)
13203         (message-buffer-naming-style, message-default-charset)
13204         (message-dont-reply-to-names, message-send-mail-partially-limit):
13205         Add :version.
13206
13207         * mm-util.el: Doc fixes.
13208         (mm-mime-charset): Don't use the raw result of
13209         mm-preferred-coding-system.
13210         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13211         (mm-with-unibyte): Simplify.
13212
13213         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13214         concat.
13215
13216         * pop3.el (pop3-version): Deleted.
13217         (pop3-make-date): New function, avoiding message-make-date.
13218         (pop3-munge-message-separator): Use it.
13219
13220 2000-11-09  Dave Love  <fx@gnu.org>
13221
13222         * gnus-group.el (gnus-group-make-directory-group)
13223         (gnus-group-fetch-faq): Use expand-file-name.
13224         (gnus-group-fetch-faq): Simplify completing-read form.
13225
13226         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13227         test for Mule.
13228
13229         * message.el (tool-bar-map): Defvar when compiling.
13230
13231         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13232         (gnus-tm-lisp-directory): Deleted.
13233         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13234         (featurep 'xemacs).
13235         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13236         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13237         version numbers from file names.
13238
13239 2000-11-08  Dave Love  <fx@gnu.org>
13240
13241         * mm-view.el: Use featurep for XEmacs test.
13242         (mm-inline-message): Test for `remove-specifier'; don't use
13243         condition-case.
13244
13245         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13246
13247         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13248         (gnus-score-find-bnews): Don't concat "".
13249
13250         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13251         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13252         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13253         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13254
13255         * gnus-sum.el: Put some defvars in eval-when-compile.
13256         (gnus-summary-mode-hook): Add :options.
13257         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13258         (gnus-summary-tool-bar-map): New variable.
13259         (gnus-summary-make-tool-bar): New function.
13260         (gnus-summary-mode): Put kill-all-local-variables first.
13261
13262         * gnus-group.el (gnus-group-toolbar-map): New variable.
13263         (gnus-group-make-tool-bar): Rewritten.
13264         (gnus-group-mode): Put kill-all-local-variables first.
13265
13266         * rfc2047.el: Require gnus-util.
13267
13268         * nnml.el (gnus-sorted-intersection): Autoload.
13269
13270         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13271         Put some defvars in eval-when-compile.
13272         (gnus-intersection, gnus-sorted-complement):  Autoload.
13273
13274         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13275
13276         * mm-encode.el (mm-body-7-or-8): Autoload.
13277
13278         * mm-decode.el (mm-insert-inline): Autoload.
13279
13280         * mml.el:
13281         * message.el: Put some defvars in eval-when-compile.
13282
13283         * gnus-msg.el: Put some defvars in eval-when-compile.
13284         (gnus-msg-mail): Move after gnus-setup-message.
13285
13286         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13287
13288 2000-11-07  Dave Love  <fx@gnu.org>
13289
13290         * gnus-util.el (nnheader): Don't require message (recursive
13291         autoload).
13292
13293         * uudecode.el: Avoid compiler warnings.
13294
13295         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13296         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13297
13298 2000-11-06  Dave Love  <fx@gnu.org>
13299
13300         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13301
13302         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13303         (uudecode-char-int): New alias, replacing char-int.
13304         (uudecode-decode-region): Don't call buffer-disable-undo.
13305
13306 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13307 ;       (mm-uu-configure-list): Doc fix.
13308 ;
13309 ;       * earcon.el (running-xemacs): Don't define.
13310 ;
13311 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13312 ;
13313 ;       * message.el (message-font-lock-keywords): Match a final newline
13314 ;       to help font-lock's multiline support.
13315 ;
13316 2000-11-03  Dave Love  <fx@gnu.org>
13317
13318         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13319
13320         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13321         name.
13322
13323         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13324         <banner>: Fix custom type, doc.
13325
13326         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13327         name.  Don't disable undo explicitly.
13328
13329 ;2000-11-02  Dave Love  <fx@gnu.org>
13330 ;
13331 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13332 ;       cite-prefix.
13333
13334 2000-11-01  Dave Love  <fx@gnu.org>
13335
13336         * rfc2047.el (base64): Require unconditionally.
13337         (message-posting-charset): Defvar when compiling.
13338         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13339         message.
13340
13341         * gnus-sum.el (nnoo): Require.
13342         (mm-uu-dissect): Autoload.
13343
13344         * mml.el (mml-parse-1): Clarify message.
13345         (mml-minibuffer-read-type): Use mailcap-mime-types.
13346
13347 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13348
13349         * mml.el: Fix a typo in the requiring of CL.
13350
13351 2000-11-01  Dave Love  <fx@gnu.org>
13352
13353         * utf7.el: Require cl when compiling.
13354
13355         * binhex.el: Use (featurep 'xemacs).
13356         (binhex-char-int): New alias, replacing char-int.  Change callers.
13357         (binhex-decode-region): Simplify work buffer code.
13358         (binhex-decode-region-external): Use expand-file-name, not concat.
13359
13360 2000-10-30  Dave Love  <fx@gnu.org>
13361
13362         * gnus-art.el: Fix 2000-10-27 change properly.
13363
13364 2000-10-28  Miles Bader  <miles@gnu.org>
13365
13366         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13367
13368 2000-10-27  Dave Love  <fx@gnu.org>
13369
13370         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13371         strings.
13372         (gnus-group-make-tool-bar): New function.
13373         (gnus-group-mode): Use it.
13374
13375         * message.el (message-mode-menu): Add some :help strings.
13376         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13377         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13378
13379         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13380         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13381         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13382
13383         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13384         display-graphic-p here.
13385
13386 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13387
13388         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13389         of the `gnus-xemacs' variable, as the latter has been removed.
13390         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13391         * gnus-art.el (gnus-treat-display-xface)
13392         (gnus-treat-display-smileys, gnus-treat-display-picons)
13393         (gnus-article-read-summary-keys): Likewise.
13394
13395 2000-10-26  Dave Love  <fx@gnu.org>
13396
13397         (defvar): Use rmail-spool-directory unconditionally.
13398
13399 2000-10-18  Dave Love  <fx@gnu.org>
13400
13401         * mm-bodies.el (mm-uu-decode-function)
13402         (mm-uu-binhex-decode-function): Defvar when compiling.
13403
13404         * gnus-nocem.el (gnus-nocem-issuers): Update.
13405         (gnus-nocem-check-from): New option.
13406         (gnus-nocem-scan-groups): Use it.
13407         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13408         (gnus-nocem-check-article-limit): Add :version.
13409
13410 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13411
13412         * ietf-drums.el (mm-util): Require CL when compiling.
13413
13414 2000-10-15  Dave Love  <fx@gnu.org>
13415
13416         * qp.el: Require mm-util.
13417
13418 2000-10-13  Dave Love  <fx@gnu.org>
13419
13420         * qp.el (quoted-printable-decode-region): Avoid invalid
13421         coding-systems.
13422
13423 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13424
13425         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13426         to a recursive load.
13427
13428 2000-10-12  Dave Love  <fx@gnu.org>
13429
13430         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13431
13432         * gnus.el (gnus-group-startup-message): Check for PBM image.
13433
13434 2000-10-09  Dave Love  <fx@gnu.org>
13435
13436         * mail-source.el (mail-source-fetch-imap): Bind
13437         default-enable-multibyte-characters rather than using
13438         mm-disable-multibyte.
13439
13440 2000-10-05  Dave Love  <fx@gnu.org>
13441
13442         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13443         Autoload.
13444         (quoted-printable-decode-region):  Rename arg which confused
13445         charset with coding-system.  Don't use nonascii-insert-offset.
13446         Coding-system encode the region initially.  Don't recognize `=='
13447         as valid QP.  Coding-system decode the region finally.
13448         (quoted-printable-decode-string): Rename arg which confused
13449         charset with coding-system.
13450
13451         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13452         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13453         mm-encode-coding-region.
13454         (mm-decode-body, mm-decode-string): Rename variables which
13455         confused charset with coding-system.
13456         (binhex-decode-region): Don't autoload.
13457         (mm-body-encoding): Require message.
13458         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13459         cond branches.
13460
13461         * gnus-art.el (article-de-quoted-unreadable)
13462         (article-de-base64-unreadable): Fold search case
13463         rather than downcasing string.  Apply mm-charset-to-coding-system
13464         to arg of quoted-printable-decode-region.
13465
13466 2000-10-04  Dave Love  <fx@gnu.org>
13467
13468         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13469         Require ring when compiling.
13470         (gnus-article-compface-xbm): New variable.
13471
13472 2000-10-04  Dave Love  <fx@gnu.org>
13473
13474         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13475         pbm images.
13476
13477         * frown.pbm, smile.pbm, wry.pbm: New files.
13478
13479         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13480
13481 2000-10-03  Dave Love  <fx@gnu.org>
13482
13483         * mail-source.el (mail-sources): Revert to nil.
13484
13485         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13486
13487         * qp.el: Don't require mm-util.
13488         (quoted-printable-decode-region): Rewritten.
13489         (quoted-printable-decode-string, quoted-printable-encode-region):
13490         Doc fix.
13491         (quoted-printable-encode-region): Barf on multibyte characters.
13492         Maybe make the class multibyte.  Upcase chars, not formatted
13493         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13494         (quoted-printable-encode-string): Don't use
13495         mm-with-unibyte-buffer.
13496
13497 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13498
13499         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13500
13501 2000-09-21  Dave Love  <fx@gnu.org>
13502
13503         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13504         (for Emacs 20).  Tidy somewhat.
13505
13506 2000-09-21  Dave Love  <fx@gnu.org>
13507
13508         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13509         image processing.  Rationalize logic somewhat.
13510
13511 2000-09-20  Dave Love  <fx@gnu.org>
13512
13513         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13514         specifically.
13515
13516         * gnus.el (gnus-version-number): Avoid some redundant
13517         autoloads.
13518
13519 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13520
13521         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13522         to XBM; we always have PBM support.
13523
13524 2000-09-14  Dave Love  <fx@gnu.org>
13525
13526         * gnus.el (gnus-charset):
13527         * mm-decode.el (mime-display):
13528         * imap.el (imap) <defgroup>: Add :version.
13529
13530 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13531
13532         * parse-time.el: Fix author's mail address.
13533
13534         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13535         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13536         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13537         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13538         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13539         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13540         * rfc2231.el, uudecode.el: Fix copyright notice.
13541
13542         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13543         require `w3' at load-time only if not running in batch mode.
13544
13545 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13546
13547         * gnus.el: Before merge with Emacs21.
13548
13549 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13550
13551         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13552
13553 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13554
13555         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13556         to avoid conflict with the standard `back-to-indentation'
13557         binding.
13558
13559 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13560
13561         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13562
13563         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13564         (mm-disable-multibyte-mule4): Ditto.
13565         (mm-with-unibyte-current-buffer-mule4): Ditto.
13566
13567 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13568
13569         * pop3.el (pop3-movemail): Use binary.
13570         (pop3-movemail-file-coding-system): Removed.
13571
13572 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13573
13574         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13575
13576 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577
13578         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13579         exists.
13580
13581 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * gnus-msg.el (gnus-post-method): Use backend name when the
13584         address is "".
13585
13586 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13587
13588         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13589         mm-verify-option.
13590         (gnus-treat-x-pgp-sig): Default value.
13591         (gnus-ignored-headers): Redundant.
13592
13593 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13594
13595         * gnus-win.el (gnus-configure-frame): Save selected window.
13596
13597 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13598
13599         * nnmbox.el: Require gnus-range.
13600         (nnmbox-group-building-active-articles): New variable.
13601         (nnmbox-group-active-articles): New variable; this is a cache of
13602         all active articles by group and number.
13603         (nnmbox-in-header-p): New function.
13604         (nnmbox-find-article): New function.
13605         (nnmbox-record-active-article): New function.
13606         (nnmbox-record-deleted-article): New function.
13607         (nnmbox-is-article-active-p): New function.
13608         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13609         (nnmbox-request-article): Ditto.  Also supply extra arg to
13610         nnmbox-article-group-number.
13611         (nnmbox-request-expire-articles): Ditto.
13612         (nnmbox-request-move-article): Ditto.
13613         (nnmbox-request-replace-article): Ditto.
13614         (nnmbox-request-rename-group): Rename group entry in active
13615         article cache.
13616         (nnmbox-delete-mail): Update active article cache, unless article
13617         is being replaced.
13618         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13619         than partially duplicating it.
13620         (nnmbox-article-group-number): Add extra `this-line' arg, to
13621         handle articles belonging to multiple groups.
13622         (nnmbox-save-mail): Update active article cache.
13623         (nnmbox-read-mbox): Build active article cache when loading mbox.
13624         Also do some repair work, if we find articles that are missing the
13625         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13626         reconstruct these from Xref info.
13627
13628 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13629
13630         * mail-source.el (mail-source-report-new-mail): Use
13631         nnheader-run-at-time.
13632
13633 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13634
13635         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13636         an error is thrown, and then rethrow the error.
13637         (mail-source-check-pop): Ditto.
13638         (mail-source-start-idle-timer): Prevent multiple pop checks
13639         running if the check takes a long time.
13640
13641 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13642
13643         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13644         succeed.
13645
13646 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13647
13648         * gnus-win.el (gnus-configure-windows): Make sure
13649         nntp-server-buffer is live.
13650         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13651
13652 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13653
13654         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13655
13656 2000-12-04  Andreas Jaeger  <aj@suse.de>
13657
13658         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13659
13660 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13661
13662         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13663
13664 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13665         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13666
13667         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13668
13669 2000-12-01  Simon Josefsson  <sj@extundo.com>
13670
13671         * mml-smime.el (mml-smime-verify): Fix address parsing.
13672
13673 2000-12-01  Simon Josefsson  <sj@extundo.com>
13674
13675         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13676         more than one certificate inside PKCS#7 blob.  Better security
13677         information (clamed / actual sender, openssl output, certificates
13678         inside message).
13679
13680         * smime.el (smime-verify-region): Output to /dev/null.
13681         (smime-buffer-as-string-region): Don't parse empty lines.
13682
13683 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13686         ?d and ?D.
13687         (gnus-mime-security-show-details-inline): New variable.
13688         (gnus-mime-security-show-details): Use them.
13689         (gnus-insert-mime-security-button): Ditto.
13690
13691         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13692         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13693         (mml2015-gpg-clear-verify): Ditto.
13694         (mml2015-gpg-decrypt-1): Ditto.
13695         (mml2015-use): Prefer 'gpg.
13696
13697 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13698
13699         * gnus-util.el (gnus-add-text-properties-when): New function.
13700         (gnus-remove-text-properties-when): Ditto.
13701
13702         * gnus-cite.el (gnus-article-hide-citation): Use them.
13703         (gnus-article-toggle-cited-text): Use them.
13704
13705         * gnus-art.el (gnus-signature-toggle): Use them.
13706         (gnus-article-show-hidden-text): Ditto.
13707         (gnus-article-hide-text): Ditto.
13708
13709 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13710
13711         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13712
13713 2000-11-30  Simon Josefsson  <sj@extundo.com>
13714
13715         * smime.el (smime-point-at-eol): New alias.
13716         (smime-buffer-as-string-region): Use it.
13717
13718 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13719
13720         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13721
13722 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13723
13724         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13725
13726         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13727
13728         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13729
13730 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13731
13732         * nnmh.el (nnmh-request-expire-articles): Implemented
13733         expiry-target for nnmh backend.
13734
13735 2000-11-30  Simon Josefsson  <sj@extundo.com>
13736
13737         * mm-decode.el (mm-security-from): New variable.
13738         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13739
13740         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13741         than `from'.
13742
13743 2000-11-30  Simon Josefsson  <sj@extundo.com>
13744
13745         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13746         address match sender address.
13747
13748         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13749
13750         * smime.el (smime-verify-region): Don't copy buffer.
13751         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13752         (smime-pkcs7-region): New function.
13753         (smime-pkcs7-certificates-region): Ditto.
13754         (smime-pkcs7-email-region): Ditto.
13755         (smime-buffer-as-string-region): Ditto.
13756
13757         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13758         buffer.
13759
13760 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13761
13762         * smime.el (smime-decrypt-region): Fix keyfile argument.
13763
13764 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13765
13766         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13767
13768 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13769
13770         * message.el (message-shoot-gnksa-feet): New variable.
13771         (message-gnksa-enable-p): New function.
13772         (message-send): Use it.
13773         (message-check-news-body-syntax): Ditto.
13774
13775 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * message.el (message-make-message-id): Remove the redundancy.
13778
13779 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780
13781         * message.el (message-setup): Discourage using mc-install-*-mode.
13782
13783         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13784
13785 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13786
13787         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13788
13789 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13790
13791         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13792
13793 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13794
13795         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13796
13797 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13798
13799         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13800         insert-buffer-substring.
13801
13802         * message.el (message-send-mail): Use buffer-substring-no-properties.
13803         (message-send-news): Ditto.
13804
13805 2000-11-22  David Edmondson  <dme@dme.org>
13806
13807         * imap.el (imap-wait-for-tag): Message read info.
13808
13809 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13810
13811         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13812         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13813         (mml2015-gpg-encrypt): Ditto.
13814
13815 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * mm-decode.el (mm-verify-option): Default value.
13818
13819         * mml-sec.el (mml-secure-part): Error message.
13820
13821 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13822
13823         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13824
13825 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13826
13827         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13828
13829 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13830
13831         * gnus-art.el (gnus-article-describe-key): Use prompt.
13832         (gnus-article-describe-key-briefly): Ditto.
13833
13834 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13835
13836         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13837
13838 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13839
13840         * gnus-art.el (gnus-article-describe-key): New function.
13841         (gnus-article-describe-key-briefly): New function.
13842
13843 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13844
13845         * mm-decode.el (mm-decrypt-option): Doc typo.
13846
13847         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13848         return a number.
13849
13850 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13851
13852         * message.el (message-newline-and-reformat): Typo.
13853
13854 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13855
13856         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13857         original-article-buffer exists.
13858
13859         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13860         (rfc2047-header-encoding-alist): Addresses are different from text.
13861         (rfc2047-encode-message-header): Ditto.
13862         (rfc2047-dissect-region): Extra parameter.
13863         (rfc2047-encode-region): Ditto.
13864         (rfc2047-encode-string): Ditto.
13865
13866 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13867
13868         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13869         (mm-uu-pgp-encrypted-extract): Use it.
13870         (mm-uu-pgp-signed-extract-1): New function.
13871         (mm-uu-pgp-signed-extract): Use it.
13872
13873         * gnus-art.el (gnus-mime-display-security): New function.
13874         (gnus-mime-display-part): Use it.
13875         (gnus-mime-security-verify-or-decrypt): New function.
13876         (gnus-mime-security-press-button): New function.
13877         (gnus-insert-mime-security-button): Use it.
13878
13879         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13880         (mm-find-raw-part-by-type): Ditto.
13881         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13882         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13883         (mm-destroy-parts): Kill nested multibyte buffer.
13884
13885         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13886         (mml2015-gpg-verify): Ditto.
13887
13888 2000-11-18  Simon Josefsson  <sj@extundo.com>
13889
13890         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13891         (mml2015-function-alist): Use it.
13892
13893         * mml-sec.el (mml-sign-alist): Update names.
13894         (mml-encrypt-alist): Ditto.
13895         (mml-secure-part-smime-sign): Moved to mml-smime.el
13896         as `mml-smime-sign-query'.
13897         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13898         `mml-smime-get-file-cert'.
13899         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13900         `mml-smime-get-dns-cert'.
13901         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13902         `mml-smime-encrypt-query'.
13903         (mml-smime-sign-buffer): Use mml-smime-sign.
13904         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13905
13906         * mml-smime.el (mml-smime-sign): New function.
13907         (mml-smime-encrypt):
13908         (mml-smime-sign-query):
13909         (mml-smime-get-file-cert):
13910         (mml-smime-get-dns-cert):
13911         (mml-smime-encrypt-query): Moved from mml-sec.el.
13912
13913 2000-11-16  Simon Josefsson  <sj@extundo.com>
13914
13915         * mml2015.el (mml2015-gpg-clear-verify): New function.
13916         (mml2015-function-alist): Add it.
13917
13918 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13919
13920         * message.el (message-setup-fill-variables): Use
13921         message-cite-prefix-regexp.
13922         (message-newline-and-reformat): Check the end of citation, leading
13923         WSP, break in the cite prefix.
13924         (message-fill-paragraph): New function.
13925
13926 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13927
13928         * lpath.el: Shut up.
13929
13930 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13931
13932         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13933         raw 8-bit in headers in dk.* newsgroups.
13934
13935 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13936
13937         * message.el (message-newline-and-reformat): Match extra WSPs.
13938
13939 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13940
13941         * mml.el (mml-generate-mime-1): Ignore ascii.
13942
13943 2000-11-16 Justin Sheehy  <justin@iago.org>
13944
13945         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13946
13947 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13948
13949         * message.el (message-cite-prefix-regexp): Prefix should not end
13950         at space.
13951
13952 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13953
13954         * message.el (message-mode-syntax-table): Add - as a word
13955         constituent as in articles.
13956         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13957         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13958         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13959
13960 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13961
13962         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13963
13964 2000-11-12  David Edmondson  <dme@dme.org>
13965
13966         * message.el (message-font-lock-keywords): use
13967         message-cite-prefix-regexp.
13968
13969 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13970
13971         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13972         Stein Arild Str\e,Ax\e(Bmme.
13973         (gnus-group-jump-to-group): Use it.
13974         (gnus-group-jump-to-group-prompt): Customize.
13975
13976 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13977
13978         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13979
13980 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13981
13982         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13983         incompatible.
13984         (mml2015-mailcrypt-sign): Ditto.
13985
13986 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13987
13988         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13989         group is open.
13990
13991 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13992
13993         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13994         nnvirtual articles.
13995         (gnus-backlog-request-article): Don't request nnvirtual articles.
13996
13997 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13998
13999         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14000         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14001
14002 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14005         * mml.el (mml-generate-mime-1): Use charset attribute.
14006         * mm-bodies.el (mm-encode-body): Add parameter charset.
14007         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14008
14009 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14010
14011         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14012         (mml2015-mailcrypt-clear-decrypt): Ditto.
14013         (mml2015-mailcrypt-verify): Ditto.
14014         (mml2015-mailcrypt-clear-verify): Ditto.
14015         (mml2015-gpg-verify): Ditto.
14016
14017 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14018
14019         * smime.el (smime-openssl-program): Test the existence of openssl.
14020         * mml-smime.el: Require mm-decode.
14021         (mml-smime-verify-test): New function.
14022         * mm-decode.el (mm-verify-function-alist): Use it.
14023
14024 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14025
14026         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14027         anyway.
14028
14029 2000-11-13  Simon Josefsson  <sj@extundo.com>
14030
14031         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14032         verification doesn't work.
14033
14034 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14035
14036         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14037         (gnus-inews-do-gcc): Use it.
14038
14039 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14040
14041         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14042         leading space.
14043         * mm-extern.el (mm-inline-external-body): Report error when no
14044         access-type.
14045
14046 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14047
14048         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14049
14050 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14051
14052         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14053
14054 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14055
14056         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14057         as multipart/mixed.
14058
14059 2000-11-12  David Edmondson  <dme@dme.org>
14060
14061         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14062         and replace `.' with `\w' to allow for different syntax tables
14063         (from Vladimir Volovich).
14064         * message.el (message-newline-and-reformat): use
14065         `message-cite-prefix-regexp'.
14066         * gnus-cite.el (gnus-supercite-regexp): use
14067         `message-cite-prefix-regexp'.
14068         * gnus-cite.el (gnus-cite-parse): use
14069         `message-cite-prefix-regexp'.
14070
14071 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14072
14073         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14074         PGP SIGNATURE.  Escape leading "-"'s.
14075         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14076
14077 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14078
14079         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14080
14081 2000-11-11  Simon Josefsson  <sj@extundo.com>
14082
14083         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14084
14085         * smime.el (smime-details-buffer): New variable.
14086         (smime-sign-region):
14087         (smime-encrypt-region):
14088         (smime-verify-region):
14089         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14090
14091         * mml-smime.el (mml-smime-verify): Support security info.
14092
14093 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14094
14095         * mm-decode.el (mm-verify-option): Set default to nil.
14096         (mm-decrypt-option): Ditto.
14097         * gnus-art.el (article-verify-x-pgp-sig): New function.
14098
14099 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14100
14101         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14102         preferred part.
14103
14104 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14105
14106         * gnus-sum.el (gnus-move-split-methods): Say that
14107         `gnus-split-methods' uses file names, whereas this uses group
14108         names.  (Report from Nevin Kapur)
14109
14110 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14111
14112         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14113
14114 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14115
14116         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14117         (nnheader-directory-articles): Use it.
14118         (nnheader-article-to-file-alist): Ditto.
14119
14120 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14121
14122         * rfc2047.el (rfc2047-pad-base64): New function.
14123         (rfc2047-decode): Use it.
14124
14125 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14126
14127         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14128         select method.
14129
14130 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14131
14132         * mml2015.el (mml2015-gpg-decrypt-1):
14133         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14134
14135 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14136
14137         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14138
14139 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14140
14141         * pop3.el (pop3-munge-message-separator): A message may have an
14142         empty body.
14143
14144 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14145
14146         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14147         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14148         (mm-uu-pgp-signed-extract): Use coding-system.
14149
14150 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14151
14152         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14153         (gnus-insert-mime-security-button): New function.
14154         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14155         * mml2015.el:  Add security info when verify or decrypt.
14156         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14157         (mm-uu-pgp-encrypted-extract): Ditto.
14158
14159 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14160
14161         * mm-decode.el (mm-display-parts): New function.
14162         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14163
14164 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14165
14166         * gnus-mlspl.el: Documentation tweaks.
14167
14168 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14169
14170         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14171         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14172         argument.
14173
14174 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14175
14176         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14177
14178 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14179
14180         * gnus-art.el (gnus-article-encrypt): New function.
14181         (gnus-article-encrypt-protocol-alist): New variable.
14182         (gnus-article-encrypt-protocol): New variable.
14183         * mml2015.el (mml2015-self-encrypt): New function.
14184         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14185
14186 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14187
14188         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14189         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14190         let mailcap do it.
14191         * mml2015.el: Remove snarf code.
14192         * mm-decode.el: Remove snarf code.
14193
14194 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14195
14196         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14197         (mml-insert-mime): Understand gnus-decoded.
14198         (mime-to-mml): New parameter handles.
14199         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14200         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14201
14202 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14203
14204         * mm-decode.el (mime-security): New group.
14205         (mm-verify-function-alist): Add test function.
14206         (mm-decrypt-function-alist): Ditto.
14207         (mm-snarf-option): Set default value as nil.
14208         (mm-find-part-by-type): Recursive parameter.
14209         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14210         * mml2015.el: Support draft-ietf-openpgp-multsig.
14211
14212 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14213
14214         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14215         (gnus-article-view-part-as-charset): New function.
14216
14217 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * mm-decode.el (mm-verify-option): Default value.
14220         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14221
14222 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14223
14224         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14225
14226 2000-11-05  Simon Josefsson  <sj@extundo.com>
14227
14228         * mml-smime.el (mml-smime-verify): Work in original multipart
14229         buffert.
14230
14231         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14232         (mm-handle-multipart-ctl-parameter): Ditto.
14233         (mm-alist-to-plist): New function.
14234         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14235         for multiparts.
14236         (mm-destroy-parts): Destroy multipart buffert.
14237         (mm-remove-part): Ditto.
14238
14239         * mml-smime.el (mml-smime-sign): Not used.
14240         (mml-smime-encrypt): Ditto.
14241
14242         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14243
14244         Verify S/MIME signature support.
14245
14246         * mm-decode.el (mm-inline-media-tests): Add
14247         application/{x-,}pkcs7-signature.
14248         (mm-inlined-types): Ditto.
14249         (mm-automatic-display): Ditto.
14250         (mm-verify-function-alist): Ditto.  Add name of method.
14251         (mm-decrypt-function-alist): Add name of method.
14252         (mm-find-part-by-type): Add documentation.
14253         (mm-possibly-verify-or-decrypt): Use new format of
14254         mm-{verify,decrypt}-function-alist.  Use method names.
14255
14256         * mml-smime.el (mml-smime-verify): New function.
14257
14258 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14259
14260         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14261
14262 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14263
14264         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14265         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14266         * mm-decode.el (mm-snarf-option): New variable.
14267
14268 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14269
14270         * mm-util.el (mm-subst-char-in-string): New function.
14271         (mm-replace-chars-in-string): Use it.
14272         * message.el (message-replace-chars-in-string): Use it.
14273         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14274         * gnus-mh.el (mh-lib-progs): Shut up.
14275
14276 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14277
14278         * base64.el, md5.el: Moved to contrib directory.
14279
14280 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14281
14282         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14283         the last article when search.
14284
14285 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14286
14287         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14288         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14289
14290 2000-09-29  David Edmondson  <dme@thus.net>
14291
14292         * message.el (message-newline-and-reformat): Typo.
14293
14294 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14295
14296         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14297
14298 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14299
14300         * nntp.el (nntp-decode-text): Delete bogus status lines.
14301
14302 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14303
14304         * message.el (message-font-lock-keywords): Match a final newline
14305         to help font-lock's multiline support.
14306
14307 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14308
14309         * nnoo.el (nnoo-set): New function.
14310
14311 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14312
14313         * gpg.el, gpg-ring.el: Moved to contrib directory.
14314
14315 2000-11-04  Simon Josefsson  <sj@extundo.com>
14316
14317         * nnimap.el (nnimap-split-inbox): Typo.
14318
14319 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14320
14321         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14322
14323 2000-11-03  Simon Josefsson  <sj@extundo.com>
14324
14325         * rfc2231.el (rfc2231-parse-qp-string): New function.
14326         (require): rfc2047.
14327
14328         * mail-parse.el (mail-header-parse-content-type):
14329         (mail-header-parse-content-disposition): Support invalid QP
14330         encoded strings, by using `rfc2231-parse-qp-string'.
14331
14332 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14335         (rfc2231-decode-encoded-string): Typo "> X 1".
14336         (rfc2231-encode-string): Insert the name of charset.
14337         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14338
14339 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * mm-decode.el (mm-save-part): Return the filename.
14342         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14343         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14344         (gnus-mime-action-alist): Use it.
14345         (gnus-mime-button-commands): Use it.
14346         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14347         (mm-inline-external-body): unwind-protect.
14348
14349 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14350
14351         * gnus-art.el (gnus-insert-mime-button): Show url.
14352
14353 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14354
14355         * mml.el (mml-generate-mime-1): Support external url.
14356         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14357
14358 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14359
14360         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14361         * mm-decode.el (mm-display-external): Ditto.
14362         * mm-extern.el: New file.
14363         * mm-decode.el (mm-inline-media-tests): Hook it up.
14364         (mm-inlined-types): Inline message/external-body.
14365
14366 2000-11-02  Simon Josefsson  <sj@extundo.com>
14367
14368         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14369
14370         * message.el (message-get-reply-headers): Better handling when
14371         Mail-Followup-To is very large.
14372
14373 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14374
14375         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14376         * gnus-art.el (gnus-article-edit-done):
14377         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14378         counting code here.
14379         * gnus-msg.el (gnus-setup-message): Remove a hack.
14380
14381 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14382
14383         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14384         (gnus-summary-mode): Make them local variables.
14385         (gnus-set-global-variables): Globalize them.
14386         (gnus-summary-exit): Kill them.
14387
14388 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14389
14390         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14391         word.
14392
14393 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14394
14395         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14396         gnus-article-wash-types.
14397         * gnus-art.el (gnus-article-wash-status): Use them.
14398
14399 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14400
14401         * mml.el (mml-read-tag): Remove spaces and LF.
14402
14403 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14404
14405         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14406         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14407
14408 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14409
14410         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14411
14412 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14413
14414         * gnus-sum.el (gnus-article-charset): New variable.
14415         (gnus-summary-display-article): Set it.
14416         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14417         * gnus-art.el (gnus-article-mode): Make it local variable.
14418
14419 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14420
14421         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14422
14423 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14424
14425         * nnwfm.el: New file.
14426
14427         * nnweb.el (nnweb-replace-in-string): New function.
14428
14429 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14430
14431         * mml2015.el: Wrap gpg.el.
14432         * gpg.el (gpg-verify): The last argument of apply is a list.
14433         (gpg-encrypt): Add passphrase as a parameter.
14434
14435 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14436
14437         * gpg.el: New file.
14438         * gpg-ring.el: New file.
14439
14440 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14441
14442         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14443
14444 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14447         double-quote characters.
14448         (gnus-summary-prepare-threads): Ditto.
14449
14450 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14451
14452         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14453         * mml.el (mml-read-tag): Don't skip the leading space.
14454         * lpath.el (font-lock-set-defaults): Shut up.
14455
14456 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14457
14458         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14459
14460 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14461
14462         * qp.el (quoted-printable-encode-region): Replace leading - when
14463         ultra safe.
14464         * mml.el (mml-generate-mime-postprocess-function): Removed.
14465         (mml-postprocess-alist): Removed.
14466         (mml-generate-mime-1): Use ultra-safe when sign.
14467         * mml2015.el (mml2015-fix-micalg): Uppercase.
14468         (mml2015-verify): Insert LF.
14469         (mml2015-mailcrypt-sign): Downcase; search backward.
14470
14471 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14472
14473         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14474         restrictive.
14475         (nnultimate-table-regexp): New variable.
14476         (nnultimate-forum-table-p): Use it.
14477
14478 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14479         Trivial patch.
14480
14481         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14482
14483 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14484
14485         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14486         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14487
14488 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14489
14490         * mml2015.el: Shut up.
14491
14492 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14493
14494         * gnus.el (gnus-server-browse-hashtb): Removed.
14495         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14496         (gnus-group-insert-group-line-info): Use simplified method.
14497         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14498
14499 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14500
14501         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14502         moved here.
14503         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14504         * gnus-group.el (gnus-group-prepare-flat): Use it.
14505         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14506
14507 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14508
14509         * mml.el (mml-mode): Show menu in XEmacs.
14510
14511 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14512
14513         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14514         (gnus-server-read-server-in-server-buffer): New function.
14515         (gnus-browse-foreign-server): Browse in group buffer.
14516         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14517         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14518         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14519         * gnus.el (gnus-server-browse-hashtb): New variable.
14520
14521 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14522
14523         * nnfolder.el (nnfolder-open-nov): Use group.
14524
14525 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14526
14527         * nnfolder.el: Add NOV. Set version to 2.0.
14528         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14529
14530 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14533
14534 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14535
14536         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14537         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14538
14539 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14540
14541         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14542
14543 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14544
14545         * mm-decode.el (mm-verify-function-alist): New variable.
14546         (mm-verify-option): New variable.
14547         (mm-decrypt-function-alist): Ditto.
14548         (mm-decrypt-option): Ditto.
14549         (mm-find-raw-part-by-type): New function.
14550         (mm-possibly-verify-or-decrypt): New function.
14551         (mm-dissect-multipart): Use it.
14552         * mml2015.el (mml2015-fix-micalg): New function.
14553         (mml2015-decrypt): Use new interface.
14554         (mml2015-verify):  Use new interface.
14555         (mml2015-setup): Make it bogus.
14556
14557 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14558
14559         * mml.el (mml-generate-mime-postprocess-function): Set to
14560         mml-postprocess.
14561         (autoload): Autoload mml2015 and mml-smime.
14562         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14563         * mml2015.el (mml2015-encrypt): New function.
14564         (mml2015-sign): New function.
14565         (mml2015-encrypt-function): New variable.
14566         (mml2015-sign-function): New variable.
14567         (mml2015-mailcrypt-encrypt): Use message-recipients.
14568         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14569         * mml-smime.el (mml-smime-setup): Ditto.
14570
14571 2000-10-28  Simon Josefsson  <sj@extundo.com>
14572
14573         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14574         Communigate Pro 3.3.1 server.
14575
14576         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14577         in buffers.
14578         (mml-secure-dns-server): Removed.
14579         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14580         write certificates to files.
14581
14582         * smime.el (smime-dns-server): New variable.
14583         (smime-mail-to-domain):
14584         (smime-cert-by-dns): New functions.
14585
14586         * dig.el: New file.
14587
14588 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14589
14590         * message.el (message-options): New variable.
14591         (message-options-set-recipient): New function.
14592         (message-send): Use them.
14593         * gnus-int.el (gnus-request-replace-article): Use them.
14594         (gnus-request-accept-article): Ditto.
14595         * mml.el (mml-preview): Use them.
14596         * gnus-sum.el (gnus-summary-edit-article): Use them.
14597
14598         * message.el (message-options-get): New function.
14599         (message-options-get): New function.
14600         * rfc2047.el (rfc2047-encode-message-header): Use them.
14601         * mm-bodies.el (mm-encode-body): Use them.
14602
14603 2000-10-28  Simon Josefsson  <sj@extundo.com>
14604
14605         * nnimap.el (nnimap-retrieve-which-headers):
14606         (nnimap-request-article-part): Quote message-id.
14607
14608         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14609         (smime-CA-file): New variable.
14610         (smime-call-openssl-region): Don't error.
14611         (smime-sign-region): Return result value.
14612         (smime-encrypt-region): Ditto.
14613         (smime-verify-region): New function.
14614         (smime-decrypt-region): Ditto.
14615         (smime-verify-buffer): Ditto.
14616         (smime-decrypt-buffer): Ditto.
14617
14618         * mml.el: Require mml-sec.
14619         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14620         (mml-mode-map): Add "sign" and "encrypt" maps.
14621         (mml-menu): Add security menu.
14622         (mml-preview): Use generate-new-buffer.
14623
14624         * mml-sec.el: New file.
14625
14626 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14627
14628         * mm-decode.el (mm-find-part-by-type): Move it here.
14629         * mml.el (mml-postprocess): Move it here.
14630         (mml-postprocess-alist): Move it here. Merge them.
14631
14632 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14635         unencoded stuff in the header.
14636
14637 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14638
14639         * gnus-group.el (gnus-group-listed-groups): New variable.
14640         (gnus-group-list-option): New variable.
14641         (gnus-group-list-limit-map): New keymap.
14642         (gnus-group-list-flush-map): New keymap.
14643         (gnus-group-list-plus-map): New keymap.
14644         (gnus-group-prepare-logic): New function.
14645         (gnus-group-prepare-flat): Merge with
14646         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14647         (gnus-group-prepare-flat-list-dead): Ditto.
14648         (gnus-group-list-matching): Use gnus-group-prepare-function.
14649         (gnus-group-list-dormant): Ditto.
14650         (gnus-group-list-cached): Ditto.
14651         (gnus-group-listed-groups): New function.
14652         (gnus-group-list-limit): New function.
14653         (gnus-group-list-flush): New function.
14654         (gnus-group-list-plus): New function.
14655         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14656         (gnus-topic-prepare-topic): Ditto.
14657
14658 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14659
14660         * message.el (message-insert-to, message-get-reply-headers):
14661         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14662
14663 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14664
14665         * mml2015.el: New file.
14666         * smime.el: New file.
14667         * mml-smime.el: New file.
14668
14669 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14670
14671         * ChangeLog: Moved to ChangeLog.1.
14672
14673     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14674   Copying and distribution of this file, with or without modification,
14675   are permitted provided the copyright notice and this notice are preserved.
14676
14677 ;; Local Variables:
14678 ;; coding: iso-2022-7bit
14679 ;; End: