* rfc2047.el (rfc2047-q-encode-region): Use `buffer-size'.
[gnus] / lisp / ChangeLog
1 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
2
3         * rfc2047.el (rfc2047-q-encode-region): Use `buffer-size'.
4         * pop3.el (pop3-munge-message-separator): do.
5         * gnus-art.el (gnus-article-treat-unfold-headers)
6         (gnus-treat-article): do.
7
8         * nnimap.el (nnimap-request-accept-article): Use delete-region.
9
10         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
11         (html2text-delete-single-tag, html2text-clean-anchor)
12         (html2text-remove-tags): Use delete-region.
13         (html2text-fix-paragraphs): Simplify.
14
15         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
16         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
17         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
18         kill-region.
19
20 2003-03-04  John Paul Wallington  <jpw@gnu.org>
21
22         * gnus-agent.el (gnus-agent-enable-expiration)
23         (gnus-agent-article-alist, gnus-agent-article-alist)
24         (gnus-agent-cat-defaccessor): Doc fixes.
25
26 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
27
28         * gnus-agent.el (gnus-function-implies-unread-1): Grok
29         byte-compiled functions.
30
31 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
32
33         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
34         customization between new maneuvering (which permits selecting
35         undownloaded articles) and old maneuvering (which skipped over
36         undownloaded articles) behaviors.
37         (gnus-summary-find-next): Pass through the unread and subject
38         parameters when calling gnus-summary-find-prev.
39         (gnus-summary-find-next,gnus-summary-find-prev): Apply
40         gnus-auto-goto-ignores to filter out unacceptable articles.
41         
42 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
43
44         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
45         exists in all supported Emacs versions, so we don't need this
46         compatibility function.
47         (mail-source-fetch-pop, mail-source-check-pop)
48         (mail-source-fetch-webmail): Use read-passwd.
49
50         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
51         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
52         read-passwd.
53
54         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
55
56         * imap.el (imap-read-passwd): Remove.
57         (imap-interactive-login): Use read-passwd.
58
59         * canlock.el (canlock-read-passwd): Remove.
60         (canlock-insert-header, canlock-verify): Use read-passwd.
61
62         * sieve-manage.el (sieve-manage-read-passwd): Remove.
63         (sieve-manage-interactive-login): Use read-passwd.
64
65         * pop3.el (pop3-read-passwd): Remove.
66         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
67         read-passwd.
68
69         * pgg.el (pgg-read-passphrase): Simplify.
70         
71 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
72
73         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
74         'plugged' when actually 'unplugged' bug.
75         (gnus-category-read): Ignore nil values when converting an
76         old-format category so that the new-format category will default
77         those attributes to the global variables.
78         
79 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
82         doc-string.
83
84 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
85
86         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
87         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
88         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
89         * mm-url.el (mm-url-decode-entities-string): do.
90         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
91         * mm-decode.el (mm-find-raw-part-by-type): do.
92         * message.el (message-send-mail-partially)
93         (message-send-mail-with-sendmail): do.
94         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
95         * gnus-kill.el (gnus-pp-gnus-kill): do.
96         * gnus-art.el (gnus-article-treat-unfold-headers)
97         (gnus-article-encrypt-body): do.
98
99 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
100
101         * mail-source.el (mail-source-delete-incoming): Allow integer value.
102         (mail-source-delete-old-incoming-confirm): New variable.
103         (mail-source-delete-old-incoming): Use it.  New function.
104         (mail-source-callback): Call `mail-source-delete-old-incoming' if
105         `mail-source-delete-incoming' is a nonnegative integer.
106
107 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
108
109         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
110         (gnus-user-agent): Fixed typo.
111
112 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
113
114         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
115         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
116
117 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
120         (gnus-agent-fetch-session): Allow debugging to take place.
121
122 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
123
124         * gnus-sum.el (gnus-highlight-selected-summary)
125         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
126         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
127         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
128         and makes it clear that we don't need the side effect.
129         * gnus-util.el (gnus-delete-line): do.  
130         * gnus-xmas.el (gnus-group-add-icon): do.
131         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
132         * nntp.el (nntp-send-authinfo-from-file): do.
133         * nnml.el (nnml-header-value): do.
134         * nnheader.el (nnheader-insert-references): do.
135         * gnus-cite.el (gnus-article-highlight-citation) 
136         (gnus-cite-parse): do.
137         * gnus-score.el (gnus-score-followup): do.
138         * gnus-draft.el (gnus-draft-send): do.
139         * gnus-group.el (gnus-group-highlight-line): do.
140         * gnus-cache.el (gnus-cache-braid-nov): do.
141         * nnfolder.el (nnfolder-retrieve-headers)
142         (nnfolder-request-article): do.
143         * gnus-art.el (article-hide-boring-headers)
144         (gnus-article-hide-header): do.
145         
146         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
147         * nnml.el (nnml-request-replace-article): do.
148         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
149         * nnfolder.el (nnfolder-request-move-article): do.
150         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
151         * gnus-art.el (gnus-mm-display-part): do.
152
153         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
154         
155 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
156
157         * nntp.el (nntp-possibly-change-group): Avoid calling
158         process-buffer on nil (Which happened when you lost your
159         connection while fetching); instead signal a "Server Closed
160         Connection" error.
161
162 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
163
164         * gnus-agent.el (gnus-agent-enable-expiration): New
165         variable. Either ENABLE or DISABLE.  Sets default behavior for
166         selecting which groups are expired.
167         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
168         gnus-agent-set-cat-groups): Provides abstract interface for
169         accessing agent category.  Category now implemented by an alist.
170         (gnus-agent-add-group, gnus-agent-remove-group,
171         gnus-category-insert-line, gnus-category-edit-predicate,
172         gnus-category-edit-score, gnus-category-edit-groups,
173         gnus-category-copy, gnus-category-add, gnus-group-category): Use
174         new agent category abstraction.
175         (gnus-agent-find-parameter): New function. Search for agent
176         configuration parameter first in the group's parameters, then its
177         topics (if any), and then the group's category.  If not found
178         anywhere, use the original defined constants.
179         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
180         gnus-agent-find-parameter.
181         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
182         gnus-agent-cache now blocks retrieving headers and articles from
183         the local cache.  Fetched content is still added to the cache
184         before being returned.
185         (gnus-agent-fetch-session): Use error-message-string to generate
186         displayed error message.
187         (gnus-agent-customize-category): New Command. 'e' in category
188         buffer opens category customization buffer.
189         (gnus-category-read): Reads either positional or alist format;
190         returns alist format.
191         (gnus-category-write): Writes category file compatible with
192         current, and previous, versions of gnus-agent.
193         (gnus-category-make-function, gnus-category-make-function-1):
194         Corrected documentation; parameter is predicate NOT category.
195         (gnus-predicate-implies-unread): Now works in more cases per the
196         todo comment.
197         (gnus-function-implies-unread-1): New function. Supports
198         gnus-predicate-implies-unread.
199         (gnus-agent-expire-group): Command now provides default of group
200         under point.
201         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
202         agent-days-until-old parameters. No longer supports
203         gnus-agent-expire-days being set to an alist.
204         (gnus-agent-request-article): Now performs its own checks of
205         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
206         assuming that the caller will do them correctly.
207         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
208         gnus-agent-expire-days is set to an alist.  Converts said alist
209         into group parameter so that gnus-agent-expire-days will not be
210         needed.
211         * gnus-art.el (gnus-request-article-this-buffer): Conditional
212         checks surrounding gnus-agent-request-article removed; now
213         performed by gnus-agent-request-article.
214         * gnus-cus.el (gnus-agent-parameters): New variable. List of
215         customizable group/topic parameters that regulate the agent.
216         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
217         kill-buffer with gnus-kill-buffer to remove the killed buffer from
218         the list of gnus buffers.
219         (gnus-trim-whitespace): Removes leading and trailing whitespace
220         from multiline strings.
221         (gnus-agent-cat-prepare-category-field,
222         gnus-agent-customize-category): Constructs a category
223         customization buffer.
224         * gnus-int.el (gnus-retrieve-headers,
225         gnus-request-expire-articles): No longer checks gnus-agent-cache
226         as it is handled internally by the agent.
227         (gnus-request-head, gnus-request-body): Conditional checks
228         surrounding gnus-agent-request-article removed; now performed by
229         gnus-agent-request-article.
230         
231         * gnus-start.el (): Added defvar statements to resolve compilation
232         warnings.
233         (gnus-long-file-names): New function. Isolates platform dependent
234         msdos-long-file-names.
235         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
236         option of writing directly to file.  Avoids memory exhausted
237         errors when .newsrc.eld is huge.
238         (gnus-save-newsrc-file): Uses new
239         gnus-save-startup-file-via-temp-buffer.
240         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
241         standard-output.
242         (gnus-display-time-event-handler): Changed to alias from a defun
243         to avoid a compile-time warning when display-time-event-handler is
244         not defined.
245         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
246         standard-output such that prin1 and princ will write directly to a
247         file.
248
249         * gnus.el (gnus-agent-cache): Expanded documentation.
250         (gnus-summary-high-undownloaded-face): Removed second bold keyword
251         so that this face is actually bold.
252
253         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
254         gnus-use-cache has been set.
255
256 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
257
258         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
259
260 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
261
262         * gnus-art.el (gnus-article-refer-article): Be more permissive.
263
264 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
265
266         * spam.el: Fix typo.
267
268 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
269         (Trivial patch.)
270
271         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
272         errors-buffer. This produces a nicer error message in case of
273         problems.
274         
275 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
276
277         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
278         load stats iff spam-use-stat is on
279
280         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
281         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
282         instead of spam-stat-load and spam-stat-save in the
283         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
284
285 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
286
287         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
288
289 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * message.el (message-make-fqdn): Protect against nil user-mail. 
292
293 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
294
295         * gnus-art.el (gnus-boring-article-headers): New values:
296         'to-list and 'cc-list.
297         
298 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * spam.el (spam-setup-widening): new function to set
301         nnimap-split-download-body, we add it to gnus-get-new-news-hook
302         (spam-list-of-statistical-checks): list of statistical splitter
303         checks
304         (spam-split): added a widen call when a statistical check is
305         enabled
306
307 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
308
309         * gnus-msg.el (gnus-user-agent): Changed default to
310         'emacs-gnus-type, renamed 'full.
311
312 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
313
314         * nnfolder.el (nnfolder-request-accept-article): Don't use
315         mail-header-unfold-field.
316
317 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
318
319         * imap.el (imap-ssl-open): Don't depend on ssl.el.
320         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
321
322 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
323
324         * spam.el: add spam-stat-load to gnus-get-new-news-hook
325         (spam-split): remove spam-stat-load call
326
327 2003-02-26  Simon Josefsson  <jas@extundo.com>
328
329         * gnus-sum.el (gnus-summary-toggle-header): Run
330         gnus-article-decode-hook instead of calling a-decode-encoded-words
331         directly (the latter is run as part of the former).
332
333 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
334
335         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
336
337 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
338
339         * message.el (message-sendmail-envelope-from): New option.
340         (message-sendmail-envelope-from): New function.
341         (message-send-mail-with-sendmail): Use it.
342
343 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
344
345         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
346         compensation for TDMA addresses.
347
348 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
349
350         * gnus-msg.el (gnus-user-agent): New variable.
351         (gnus-version-expose-system): Removed.  Obsoleted by
352         `gnus-user-agent'.
353         (gnus-extended-version): Use `gnus-user-agent'.
354
355 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * spam.el (spam-stat-register-spam-routine,
358         spam-stat-register-ham-routine): remove spam-stat-save
359         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
360
361 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
362
363         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
364         reference.
365
366 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
367
368         * nnheader.el (nnheader-find-nov-line): Changed midpoint
369         calculation to avoid integer overflow.
370
371 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
372
373         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
374
375 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
376         * spam.el: disabled spam-get-article-as-filename
377
378         From Michael Shields  <shields@msrl.com>
379
380         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
381         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
382         * gnus-sum.el (gnus-summary-expire-articles): Use it.
383         * spam.el (spam-summary-prepare-exit): Use it.
384         * gnus.el (gnus-install-group-spam-parameters): New.
385         * spam.el (spam-group-ham-processor-copy-p): New.
386         * spam.el (spam-summary-prepare-exit): Support for ham copying.
387         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
388         that would cause the current message to be moved if the group had
389         no spam.
390         * spam.el (spam-ham-move-routine): New `copy' argument.
391
392 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
393         From Martin Thornquist <martint@ifi.uio.no>
394
395         * gnus-topic.el (gnus-topic-select-group): Select last group if
396         after last group.
397         * gnus-group.el (gnus-group-select-group): Ditto.
398
399 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
402         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
403         point-at-(b|e)ol which aren't available in Emacs 20.
404
405         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
406
407 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
408
409         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
410         clause of the condition-case statement.  Errors connecting to a
411         server no longer terminate gnus.
412
413         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
414         make its use obvious.  Added no-nothing case to avoid
415         opening(closing) servers when already open(closed).
416         (gnus-agent-while-plugged): Added macro to facilitate internal use
417         of gnus-agent-toggle-plugged.
418         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
419         temporarily open servers.
420         (gnus-agent-get-undownloaded-list): Sort list of article numbers
421         as sorting gnus-newsgroup-headers is wrong.
422         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
423         to temporarily open servers. Corrected logic to handle setting
424         gnus-agent-mark-unread-after-downloaded.
425         (gnus-agent-fetch-articles): Now handles headers with missing
426         article sizes and/or missing article lengths.  Now clears the
427         message buffer when finished.
428         (gnus-agent-fetch-group-1): Position point before calling
429         gnus-summary-set-agent-mark.
430         (gnus-get-predicate): Corrected description, parameter is
431         predicate not category.
432         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
433         provide a separate single group expiration function.
434         (gnus-agent-regenerate-group): Now clears the message buffer when
435         finished.
436         
437 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
438
439         * gnus.el (gnus-agent-target-move-group-header): New variable.
440         * gnus-draft.el (gnus-draft-send): If special header
441         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
442         that group, instead of performing the regular sending functions.
443
444 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
447
448 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
449
450         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
451         variables.
452         (message-make-fqdn): Use it.  Improved validity check.
453
454 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * message.el (message-user-mail-address): Check whether
457         user-mail-address looks valid.
458
459         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
460
461         * gnus-util.el (gnus-fetch-original-field): New function.
462
463 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
464
465         * message.el (message-mode): \\(...\\) around additional
466         paragraph-separate alternative.
467
468 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
469
470         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
471         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
472         display key bindings.
473         (gnus-mime-button-menu): Rewrite.
474
475 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-art.el (gnus-button-url-regexp): Removed `.
478
479 2003-02-23  Max Froumentin  <mf@w3.org>
480
481         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
482
483 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * gnus-art.el (gnus-mime-action-on-part): Require a match
486         interactively. 
487
488         * gnus-start.el (gnus-save-newsrc-file): Use
489         gnus-backup-startup-file. 
490         (gnus-backup-startup-file): New variable.
491
492 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus.el (gnus-summary-buffer-name): Moved function here. 
495
496         * gnus-draft.el (defun): Remove debug.
497
498 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
499
500         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
501         can't open server.
502
503 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * gnus-draft.el (defun): Configure posting styles.
506
507         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
508         the entry for the group exists before we alter it.
509
510 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
511
512         * message.el (message-mode): MML tags separate paragraphs.  Small
513         change from David S Goldberg <david.goldberg6@verizon.net>.
514
515         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
516         `gnus-newsgroup-headers'.
517
518         * gnus-art.el (gnus-article-refer-article): Grok more message id
519         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
520
521 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
522
523         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
524         use "path name".
525
526 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
527
528         * gnus-sum.el (gnus-summary-move-article)
529         (gnus-summary-expire-articles): send data header for article, not
530         just article ID
531
532         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
533         (gnus-register-spool-action): added hashtable of message ID keys
534         with message motion data
535
536 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
537         From Reiner Steib  <Reiner.Steib@gmx.de>.
538
539         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
540         variable, used in `gnus-button-mid-or-mail-heuristic'.
541         (gnus-button-mid-or-mail-heuristic): New function derived from
542         Florian Weimer's Perl script.
543         (gnus-button-handle-mid-or-mail): Allow a function instead of
544         'guess.
545         (gnus-button-guessed-mid-regexp): Removed.
546
547 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * message.el (message-resend): Bind message-setup-hook to nil;
550         remove X-Draft-From header.
551
552 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
553
554         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
555         (gnus-newsgroup-undownloaded)
556         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
557         Doc fixes.
558
559 2003-02-17  John Paul Wallington  <jpw@gnu.org>
560
561         * gnus.el (gnus-shell-command-separator, gnus-email-address)
562         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
563
564 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
565
566         * gnus-spec.el (gnus-xmas-format): Use insert instead of
567         insert-string which is obsolete in Emacs 21.4.
568
569         * message.el (message-cross-post-followup-to-header): do.
570         
571         * spam.el (spam-ifile-register-with-ifile)
572         (spam-stat-register-spam-routine)
573         (spam-stat-register-ham-routine)
574         (spam-bogofilter-register-with-bogofilter): do.
575
576         * mailcap.el (mailcap-mime-data): Fix typo.
577
578         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
579
580 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
581
582         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
583         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
584         `gnus-cite-unsightly-citation-regexp'.
585
586 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
589         even if there's just a header.
590
591 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
592
593         * message.el (message-fix-before-sending): Fix highlighting of
594         illegible and invisible text.
595
596         * gnus-util.el (gnus-multiple-choice): Separate choices with
597         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
598
599 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
600
601         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
602
603 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * spam.el (spam-ham-move-routine) 
606         (spam-mark-spam-as-expired-and-move-routine): use
607         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
608         around process-mark manipulation on the group
609
610 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
611
612         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
613         submenu.
614
615 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * mail-source.el (mail-source-fetch): Reverse the return value of
618         the continuation question.
619
620 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * nndraft.el (nndraft-request-move-article): Bind
623         nnmh-allow-delete-final to t.
624
625 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
626
627         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
628        
629 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
630       
631         * nntp.el (nntp-accept-process-output): Don't use point-max to get
632         the buffer's size.
633
634 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
635
636         * nnheader.el: Added cygwin to system-type comparisons.
637        
638 2003-01-27  Juanma Barranquero  <lektu@terra.es>
639
640         * imap.el (imap-mailbox-status): Fix typo.
641
642 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
643
644         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
645         online.
646
647 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
648
649         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
650         commands.
651         * gnus-sum.el: Small change from Frank Weinberg
652         <frank@usenet-rundfahrt.de>:
653         (gnus-auto-center-group): New variable.
654         (gnus-summary-read-group-1): Use it.
655         (gnus-summary-next-group): Fix docstring.
656
657 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-util.el (gnus-faces-at): Simplify.
660
661 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
662
663         * spam.el (spam-ham-move-routine) 
664         (spam-mark-spam-as-expired-and-move-routine): made the article
665         move conditional, so it's not called even if there's nothing to move
666
667 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
668
669         * message.el (message-unix-mail-delimiter): Accept any whitespace
670         after the email address and before the date; do not require the
671         space character.  From Kurt B. Kaiser <kbk@shore.net>.
672
673 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
676         gnus-article-boring-faces variable is bound; use gnus-faces-at.
677
678         * gnus-util.el (gnus-faces-at): New macro.
679
680 2003-02-13  Michael Shields  <shields@msrl.com>
681
682         * gnus-cite.el
683         (gnus-cite-attribution-suffix, gnus-cite-parse):
684         Better handling for Microsoft citation styles.
685         (gnus-unsightly-citation-regexp): New.
686
687 2003-02-12  Michael Shields  <shields@msrl.com>
688
689         * gnus-art.el (article-strip-banner): Strip both per-group and
690         per-user-address banners.
691         (article-really-strip-banner): New.
692
693 2003-02-12  Michael Shields  <shields@msrl.com>
694
695         * gnus-sum.el (gnus-article-goto-next-page,
696         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
697         relying on the summary bindings of `n' and `p'.
698
699 2003-02-12  Michael Shields  <shields@msrl.com>
700
701         * gnus-art.el (gnus-article-only-boring-p): New.
702         (gnus-article-skip-boring): New.
703         * gnus-cite.el (gnus-article-boring-faces): New.
704         * gnus-sum.el (gnus-summary-next-page): Use
705         gnus-article-only-boring-p.
706
707 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
708
709         * spam.el (spam-mark-spam-as-expired-and-move-routine)
710         (spam-ham-move-routine): unmark all articles before marking those
711         of interest and calling gnus-summary-move-article
712
713 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
714
715         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
716         logically the complement of gnus-get-buffer-create and
717         gnus-add-buffer.
718
719         * gnus-util.el (gnus-kill-buffer): do.
720
721         * nnmail.el: Autoload gnus-kill-buffer.
722
723 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
724
725         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
726         gnus-summary-goto-subject as gnus-summary-update-mark operates on
727         the current LINE.
728         (gnus-agent-summary-fetch-group): Minimized the number of times
729         that the article is updated in the buffer.
730         
731 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
732
733         * spam.el (spam-ham-move-routine): use the process-mark instead of
734         gnus-current-article when moving articles
735         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
736
737 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
740         (gnus-topic-catchup-articles): Ditto.
741         (gnus-topic-mark-topic): Reverse recursive logic.
742
743 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
744
745         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
746         gnus-refer-thread-limit is t.
747
748 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
749
750         * mm-util.el (mm-mule-charset-to-mime-charset): Use
751         sort-coding-systems to prefer utf-8 over utf-16.
752
753 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
754
755         * gnus-agent.el (gnus-agent-expire-days):
756         gnus-request-move-article depends on gnus-agent-expire to clean up
757         the cache after moving the article.  Therefore, g-a-e-d can NOT
758         default to nil or can gnus-agent-expire be disabled by doing so.
759         If you don't want to run gnus-agent-expire, don't call it.
760         (gnus-agent-expire): The broken test to disable gnus-agent-expire
761         when g-a-e-d was NOT nil was removed.
762         (gnus-agent-article-name): Removed unnecessary input test as
763         article IDs are always strings.
764         (gnus-agent-regenerate-group): Added check to protect against
765         servers that generate absurdly long article IDs.  Valid IDs are
766         less than 10 digits to avoid overflow errors.  Fixed logic error
767         when ensuring that the final article ID is present in the new
768         alist.
769         
770 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
773         next line after finding the parent.
774
775 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus.el (gnus-version-number): Bumped.
778
779 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
780
781         * gnus.el: Oort Gnus v0.15 is released.
782
783 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
784
785         * nnmail.el (nnmail-split-it): If a message ends up matching the
786           same mailbox more than once, it will cause duplicates to appear
787           in the mailbox.
788
789 2003-02-08  Simon Josefsson  <jas@extundo.com>
790
791         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
792         code that only worked under Emacs.
793
794         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
795         Das <satyaki@chicory.stanford.edu>.
796
797 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
798
799         * gnus-art.el (gnus-article-refer-article): Use
800         gnus-replace-in-string.
801
802         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
803         (gnus-remove-duplicates): do.
804
805 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
806
807         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
808         (gnus-request-scan): set
809         gnus-internal-registry-spool-current-method to gnus-command-method
810         before a request-scan operation
811
812         * gnus-registry.el (regtest-nnmail): use
813         gnus-internal-registry-spool-current-method
814
815         
816
817 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * mail-source.el (mail-source-fetch): Typo fix.
820
821 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
822
823         * nnmail.el (nnmail-spool-hook): new hook
824         (nnmail-cache-insert): call nnmail-spool-hook
825
826         * gnus-registry.el: new file with examples of using the hooks
827
828         * gnus.el (gnus-registry): added registry customization group
829         (gnus-group-prefixed-name): improve function to return full group
830         name optionally
831         (gnus-group-guess-prefixed-name): shortcut to
832         gnus-group-prefixed-name, using just the group name
833         (gnus-group-full-name): always get a group's full name
834         (gnus-group-guess-full-name): shortcut, using just the group name
835
836         * gnus-sum.el (gnus-summary-article-move-hook) 
837         (gnus-summary-article-delete-hook) 
838         (gnus-summary-article-expire-hook): new hooks
839         (gnus-summary-move-article, gnus-summary-expire-articles) 
840         (gnus-summary-delete-article): invoke the new hooks
841
842 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
843
844         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
845           from message-ID
846
847 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
848
849         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
850
851 2003-02-07  John Paul Wallington  <jpw@gnu.org>
852
853         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
854         (mm-write-region, mm-detect-coding-region): Doc fixes.
855
856 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * mail-source.el (mail-source-fetch): Ignore errors.
859         (mail-source-ignore-errors): New variable.
860
861         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
862         articles. 
863
864         * gnus-msg.el (gnus-version-expose-system): Change default.
865
866 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
867
868         * gnus-msg.el (gnus-version-expose-system): New variable.
869
870 2003-02-07  Simon Josefsson  <jas@extundo.com>
871
872         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
873         patch from deskpot@myrealbox.com (Vasily Korytov).
874
875 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * gnus-art.el (article-display-face): Get the Face header from
878         the current buffer.
879
880 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * gnus-art.el (gnus-mime-view-part-internally): Bind
883         buffer-read-only to nil.
884
885 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
888         from g-a-e-1 to g-a-e-2.
889
890 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
893         of bbdb-search-simple, use spam-use-BBDB-exclusive
894         (spam-check-whitelist): use spam-use-whitelist-exclusive
895         (spam-use-whitelist-exclusive): new variable affecting
896         spam-use-whitelist
897         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
898
899 2003-02-05  Simon Josefsson  <jas@extundo.com>
900
901         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
902         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
903         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
904         (gnus-agent-expire-1): New.
905         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
906         (gnus-agent-expire-2): New.
907
908 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
909
910         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
911         "delete-if" is misleading because it isn't actually destructive.
912
913         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
914         
915         * nnmail.el (nnmail-purge-split-history): do.
916
917         * gnus-win.el (gnus-get-buffer-window): do.
918         
919         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
920         let-binding.
921         (gnus-simplify-all-whitespace): do.
922
923 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-delay.el (gnus-delay-article): Fix binding of the
926         nndraft:delayed group.
927
928 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
929
930         * gnus.el (spam group parameters): change 'other to 'const in
931         the group parameter definitions to soothe XEmacs
932
933 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
934
935         * gnus-delay.el (gnus-delay-article): Really create
936         nndraft:delayed group if it doesn't exist.
937
938 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
939
940         * gnus-sum.el (gnus-summary-search-article): Speed up by
941         disabling various visual features while searching.
942         (gnus-summary-recenter): Test gnus-auto-center-summary first.
943
944 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
945
946         * spam.el (spam-list-of-checks): Don't quote nil and t in
947         docstrings.  From the elisp manual:
948
949            When a documentation string refers to a Lisp symbol, write
950            it [..] with single-quotes around it.  [..] There are two
951            exceptions: write t and nil without single-quotes.
952
953         * messcompat.el (message-from-style): do.
954
955         * message.el (message-send-mail): do.
956
957         * gnus-util.el (gnus-use-byte-compile): do.
958
959         * gnus-score.el (gnus-score-lower-thread): do.
960
961         * gnus-int.el (gnus-server-unopen-status): do.
962
963         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
964         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
965
966         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
967         (gnus-group-parameters): do.
968
969         * gnus-art.el (gnus-article-mime-match-handle-function): do.
970
971         * mm-decode.el (mm-text-html-renderer): do.
972
973 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * nnheader.el (nnheader-directory-separator-character): Change the
976         way to compute the dafault value.
977
978 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
979
980         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
981         (gnus-button-alist): Fix regexp for describe-key.
982         (gnus-button-handle-describe-function)
983         (gnus-button-handle-describe-variable)
984         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
985         (gnus-button-handle-apropos-variable)
986         (gnus-button-handle-apropos-documentation): Docstring fix.
987
988         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
989
990 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
993         to nil.
994
995         * nnmail.el: Removed gnus-util autoload.
996
997         * gnus.el: Use gnus-prin1-to-string throughout.
998
999         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1000         print-level. 
1001
1002         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1003         (gnus-treat-display-grey-xface): Removed.
1004
1005         * gnus-fun.el (gnus-grab-cam-face): New.
1006         (gnus-convert-image-to-gray-x-face): Removed.
1007         (gnus-convert-gray-x-face-to-xpm): removed.
1008         (gnus-convert-gray-x-face-region): Removed.
1009         (gnus-grab-gray-x-face): Removed.
1010
1011         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1012
1013 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1014
1015         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1016         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1017         bound.
1018
1019         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1020
1021 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1022
1023         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1024         Remove -- these are bogus options which are never used.
1025
1026 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1027
1028         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1029
1030 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1031
1032         * spam.el (spam-check-blackholes) 
1033         (spam-blackhole-good-server-regex): new variable to skip some IPs
1034         when checking blackholes; use it
1035         (spam-check-bogofilter-headers) 
1036         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1037         case more X-Bogosity is used than just "Yes/No"
1038         (spam-ham-move-routine): semi-fixed, only first article is
1039         properly moved now
1040
1041 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1042
1043         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1044         as well.
1045         
1046         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1047         
1048         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1049         
1050         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1051         
1052         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1053         
1054         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1055
1056 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-fun.el (gnus-face-encode): New function.
1059         (gnus-convert-png-to-face): Use it.
1060
1061         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
1062
1063 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1064
1065         * mm-decode.el (mm-dissection-list): Remove.
1066         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1067         only used in mm-remove-all-parts.
1068         (mm-remove-all-parts): Remove it, it's never called.
1069
1070 2003-01-25  Simon Josefsson  <jas@extundo.com>
1071
1072         * gnus-group.el (gnus-group-make-group): Report errors.
1073
1074         * nnimap.el (nnimap-request-create-group): Ditto.
1075
1076         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1077
1078         * sieve.el (sieve-upload): Fix error printing.
1079
1080         * mm-encode.el (mm-qp-or-base64): Always QP iff
1081         mm-use-ultra-safe-encoding and cleartext PGP.
1082
1083         * gnus-sum.el (gnus-summary-select-article): Inhibit
1084         redisplay (mainly for secured messages).
1085
1086         * nnmail.el (nnmail-article-group): Copy body too (but don't
1087         process it).
1088
1089 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1090
1091         * gnus-art.el (gnus-article-setup-buffer): Reset
1092         gnus-button-marker-list.
1093
1094 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * nntp.el (nntp-read-timeout): Default to using a second delay
1097         under Microsoft Windows.
1098
1099 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * nnheader.el (nnheader-directory-separator-character): New
1102         variable. 
1103
1104 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1105
1106         * gnus-agent.el (gnus-agent-max-fetch-size)
1107         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1108         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1109         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1110         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1111         (gnus-agent-braid-nov, gnus-agent-load-alist)
1112         (gnus-agent-article-alist-save-format)
1113         (gnus-agent-read-agentview, gnus-agent-save-alist)
1114         (gnus-agent-fetch-group-1, gnus-agent-expire)
1115         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1116         (gnus-agent-regenerate-group): Reformat to keep under eighty
1117         columns.  Reword docstrings so that first line is under eighty
1118         chars and a complete sentence.  Still need to work on the rear
1119         end of the file, in particular gnus-agent-expire.       
1120
1121 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * gnus-agent.el (gnus-agentize): Indent.
1124
1125         * gnus.el (gnus-version-number): Bumped.
1126
1127 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1128
1129         * gnus.el: Oort Gnus v0.14 is released.
1130
1131 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1132
1133         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1134         before beginning.  Tiny patch from Mark Thomas
1135         <swoon@bellatlantic.net>.
1136
1137 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * spam.el (spam-check-blackholes, spam-split) 
1140         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1141         gnus-message calls to show to users what spam.el is doing
1142
1143 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1144
1145         * gnus-msg.el (gnus-message-replysign)
1146         (gnus-message-replyencrypt): Fix typo.
1147
1148 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1151         details. 
1152
1153 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus-art.el (gnus-article-press-button): let* -> let.
1156         (gnus-mime-security-show-details): Cleaned up.
1157         (gnus-mime-security-press-button): Save excursion.
1158         (gnus-insert-mime-security-button): Clean up.
1159
1160         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1161
1162         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1163         timeout. 
1164
1165         * nntp.el (nntp-accept-process-output): Removed timeout. 
1166         (nntp-read-timeout): New variable.
1167         (nntp-accept-process-output): Use it.
1168
1169         * gnus-sum.el (gnus-data-find-list): Remove *.
1170
1171 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1172
1173         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1174         introduced on 2002-01-22.
1175         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1176
1177 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1178
1179         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
1180         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1181         checks of incoming mail based on simple header regexp matching
1182
1183 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * gnus-sum.el (gnus-spam-mark): set to `$'
1186
1187 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1188
1189         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1190         gnus-newsgroup-unfetched, the list of articles whose headers have
1191         not been fetched from the server.
1192
1193         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1194         parameter as it never worked due to a bug.  Added check to prevent
1195         selection of any article in the gnus-newsgroup-unfetched list.
1196         (gnus-summary-find-prev): Added check to prevent selection of any
1197         article in the gnus-newsgroup-unfetched list.
1198         (gnus-summary-first-subject): Documented API. Modified
1199         implementation so that constraints are handled independently.
1200         Added check to prevent selection of any article in the
1201         gnus-newsgroup-unfetched list.
1202         (gnus-summary-first-unseen-subject): Updated parameters in
1203         gnus-summary-first-subject call to match new API.
1204         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1205         (gnus-summary-catchup): Do not mark unfetched articles as read.
1206         
1207 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1208
1209         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1210         make-obsolete-variable allows only two arguments in XEmacs and
1211         Emacs 20.
1212
1213         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1214         gnus-article-hide-pgp.
1215         (gnus-summary-make-menu-bar): do.
1216
1217         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1218         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1219         gnus-article-hide-pgp.
1220         (article-hide-pgp): Remove.
1221         (gnus-article-hide): Remove gnus-article-hide-pgp.
1222
1223         * gnus.el: Remove gnus-article-hide-pgp
1224
1225 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * message.el (message-required-headers): Doc fix.
1228
1229 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1230
1231         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1232         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1233         option to make ifile a purely binary classifier
1234
1235 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1238         (mml-secure-encrypt-pgpmime): Removed double.
1239
1240         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1241         debugging statements.
1242
1243 2003-01-21  Andreas Fuchs  <asf@void.at>
1244
1245         * mml-sec.el (mml-sign-alist): Added pgpauto.
1246
1247 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus.el (gnus-version-number): Bumped version number.
1250
1251 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1252
1253         * gnus.el: Oort Gnus v0.13 is released.
1254
1255 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus-art.el (gnus-button-url-regexp): Removed |.
1258
1259         * message.el (message-send-hook): Doc fix.
1260
1261         * gnus-win.el (gnus-buffer-configuration): Display article
1262         instead of article-copy when `reply'.
1263
1264 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1265
1266         * gnus.el (gnus-format): Change customize group to gnus.
1267         (gnus-cache): Add link.
1268         (gnus-group-charter-alist): Fix docstring.
1269
1270 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1271
1272         * mailcap.el (mailcap-print-command): lpr-command might be
1273         unbound in XEmacs.
1274
1275 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1276
1277         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1278
1279         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1280         calculation of net characters added for use in the gnus-data
1281         structure.
1282         
1283 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1284
1285         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1286         message.  Suggested by Jari Aalto.
1287
1288 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
1291         (gnus-article-reply-with-original): Ditto.
1292
1293         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1294         read articles don't become unread.
1295
1296 2003-01-17  Simon Josefsson  <jas@extundo.com>
1297
1298         * gnus-fun.el (gnus-x-face-from-file): 
1299         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1300
1301         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1302         (gnus-convert-image-to-face-command): Doc fix.
1303
1304 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1307
1308 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1309
1310         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1311         avoid encoding problems.
1312
1313         * mailcap.el (mailcap-ps-command): New variable.
1314         (mailcap-mime-data): Add print entry where applicable.  Use
1315         pdftotext on a tty.
1316
1317 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1318
1319         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1320
1321 2003-01-16  Simon Josefsson  <jas@extundo.com>
1322
1323         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
1324         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
1325         (gnus-face-from-file): Doc fix; don't mention image format.
1326
1327 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1328
1329         * spam.el (spam-get-article-as-filename): new function (unused for now)
1330         (spam-get-article-as-buffer): new function
1331         (spam-get-article-as-string): use spam-get-article-as-buffer
1332         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1333
1334 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1335  
1336         * gnus-agent.el: Don't use `path'.
1337         From the GNU coding standards:
1338         
1339             Please do not use the term ``pathname'' that is used in Unix
1340             documentation; use ``file name'' (two words) instead.  We use
1341             the term ``path'' only for search paths, which are lists of
1342             directory names.
1343
1344         * nnsoup.el (nnsoup-file-name): Ditto.
1345  
1346         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1347         (nnmail-group-pathname): Ditto.
1348  
1349         * nnimap.el (nnimap-group-overview-filename): Ditto.
1350  
1351         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1352         (nnheader-group-pathname): Ditto.
1353  
1354         * nnfolder.el (nnfolder-group-pathname): Ditto.
1355  
1356         * gnus.el (gnus-home-directory): Ditto.
1357  
1358         * gnus-group.el (gnus-group-icon-list): Ditto.
1359  
1360 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1361
1362         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1363
1364         * message.el (message-mode-menu): Use it.
1365         (message-mode-menu): Deactivate "Yank Original" if there's no
1366         reply buffer.
1367
1368         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1369
1370         * message.el (message-mark-active-p): New function.
1371
1372 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1373
1374         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1375         (spam-bogofilter-database-directory): new variables
1376         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1377         (spam-bogofilter-register-with-bogofilter) 
1378         (spam-bogofilter-register-spam-routine) 
1379         (spam-bogofilter-register-ham-routine) 
1380         (spam-group-ham-processor-bogofilter-p): new functions for the new
1381         Bogofilter interface
1382         (spam-summary-prepare-exit): use the new Bogofilter functions
1383         (spam-list-of-checks): added spam-use-bogofilter-headers
1384         (spam-bogofilter-score): rewrote function
1385         (spam-check-bogofilter): optional score parameter, uses
1386         spam-check-bogofilter-headers better
1387         (spam-check-bogofilter-headers): optional score parameter
1388
1389         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1390         default, in the gnus-start customization group.  Used to disable
1391         the spam-*/ham-* parameters.
1392         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1393
1394 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1395
1396         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1397         XEmacs.
1398
1399         * gnus-ems.el (gnus-mark-active-p): do.
1400
1401 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1402
1403         * gnus.texi (Using MIME): Mention auto-compression-mode with
1404         gnus-mime-copy-part.
1405
1406 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * message.el (message-send): Don't warn about duplicates when
1409         superseding. 
1410
1411 2003-01-15  Simon Josefsson  <jas@extundo.com>
1412
1413         * nnimap.el (nnimap-split-download-body): New variable.
1414         (nnimap-split-articles): Use it.
1415
1416 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1417
1418         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1419         integrity checker was incorrectly flagging, and removing, articles
1420         whose article number was negative.
1421         (gnus-agent-fetch-group-1): When executed in the group's summary
1422         buffer, refresh each downloaded line to update the status flag and
1423         font.  Preserve the value of gnus-newsgroup-headers so that
1424         gnus-agent-fetch-articles can split the requests by size.
1425         (gnus-agent-expire): Corrected day calculation for when
1426         gnus-agent-expire-days contains a list.
1427
1428 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1431
1432 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1433
1434         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1435           /usr/bin/play as default player. 
1436           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1437
1438 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1441         articles to be marked as well.
1442
1443 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1444         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1445         fictious headers generated by nnagent (ie. Undownloaded Article
1446         ####) in the list of articles that have not been downloaded.
1447         
1448         * gnus-int.el (): Added require declarations to resolve
1449         compile-time warnings.
1450         (gnus-open-server): If the server status is set to offline,
1451         recursively execute gnus-open-server to open the offline backend
1452         (e.g. nnagent).
1453
1454 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1455
1456         * gnus-art.el (gnus-article-reply-with-original): Use
1457         gnus-mark-active-p.
1458         (gnus-article-followup-with-original): do.
1459
1460 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1461
1462         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1463
1464 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1465
1466         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1467         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1468
1469 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1470
1471         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1472         (gnus-face-from-file): Ditto.
1473
1474 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1477         gnus-alter-articles-to-read-function to the unread articles. 
1478
1479 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1480
1481         * deuglify.el (gnus-article-outlook-unwrap-lines)
1482         (gnus-article-outlook-repair-attribution)
1483         (gnus-article-outlook-rearrange-citation): New function names,
1484         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1485         doc-string.
1486
1487         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1488         removed `W k' key binding (use `W Y f' instead).
1489         (gnus-summary-make-menu-bar): Use new function names.
1490
1491 2003-01-13  Simon Josefsson  <jas@extundo.com>
1492
1493         * gnus-fun.el (gnus-random-x-face): Doc fix.
1494         (gnus-insert-random-x-face-header): New function.
1495
1496 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1497
1498         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1499         mark is not active.
1500
1501         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1502
1503         * gnus-ems.el (gnus-mark-active-p): New function.
1504
1505         * gnus-group.el (gnus-topic-mode-p): New function.
1506         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1507         Deactivate items if mark is not active.
1508
1509 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus.el (gnus-version-number): Bumped version.
1512         (gnus-summary-line-format): Doc fix.
1513
1514 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1515
1516         * gnus.el: Oort Gnus v0.12 is released.
1517
1518 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * mail-source.el (mail-sources): Removed autoload to make it
1521         compile under XEmacs.
1522
1523 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1524
1525         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1526         regexp or a function too.
1527         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1528         confirmation even if the original article is mail.
1529
1530 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1533         articles to be marked when not yanking.
1534
1535 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1536
1537         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1538         
1539 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-fun.el (gnus-face-from-file): Autoload.
1542
1543         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1544         errors.
1545
1546 2003-01-12  Simon Josefsson  <jas@extundo.com>
1547
1548         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1549         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1550
1551         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1552         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1553
1554 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1557         in every string.
1558
1559         * gnus.el (gnus-version-number): Bumped version number.
1560
1561 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1562
1563         * gnus.el: Oort Gnus v0.11 is released.
1564
1565 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1566
1567         * message.el (message-fetch-reply-field): Narrow to headers.
1568
1569         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1570         if Gnus isn't alive.
1571
1572 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1573
1574         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1575         marks from articles that are already stored in the agent.
1576         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1577         backup copy of an invalid .overview file for later analysis.
1578         
1579 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1580
1581         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1582         exit work with two frames.
1583
1584 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1585
1586         * message.el (message-forward-make-body): Use mule4.
1587
1588 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * message.el (message-mode-map): Move wide-reply command.
1591
1592 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1595         castellano.
1596         (gnus-outlook-display-hook): New variable.
1597         (gnus-outlook-display-article-buffer): New function.
1598         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1599         (gnus-outlook-deuglify-article): Made them interactive and added
1600         optional arg.  Use `g-o-d-a-b'.
1601         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1602
1603         * gnus-sum.el: Added autoloads.
1604         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1605         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1606
1607 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-art.el (gnus-display-mime): Use the mime emulation
1610         variable. 
1611
1612         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1613
1614         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1615         newsrc-alist is initialized properly.
1616
1617         * mail-source.el (mail-sources): Autoload.
1618
1619         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1620         nil.
1621
1622         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1623         insert two newlines.
1624
1625         * message.el (message-check-news-header-syntax): Compute the
1626         header length correctly.
1627
1628 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1629
1630         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1631         alist when keeping fetched article file.
1632         (gnus-agent-retrieve-headers): When parsing response for article
1633         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1634         against garbage in the server's response.
1635
1636         * gnus-int.el (gnus-request-expire-articles,
1637         gnus-request-move-article): Only expire when the group's server
1638         has been agentized.
1639
1640 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1643         errors when deleting overlays.
1644
1645         * gnus-score.el (gnus-score-followup): Allow tracing.
1646
1647         * gnus-art.el (gnus-treat-display-face): New variable.
1648         (article-display-face): New command.
1649
1650         * gnus-fun.el (gnus-face-from-file): New function.
1651         (gnus-convert-face-to-png): Ditto.
1652
1653         * gnus-art.el (gnus-ignored-headers): Added Face.
1654
1655 2003-01-10  Simon Josefsson  <jas@extundo.com>
1656
1657         * nndraft.el (nndraft-request-group): Avoid crash in
1658         directory-files when draft directory doesn't exists.
1659
1660         * gnus-sum.el (gnus-select-article-hook): Add :option.
1661
1662 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * spam.el (spam-use-stat): new variable
1665         (spam-group-spam-processor-stat-p) 
1666         (spam-group-ham-processor-stat-p): new convenience functions
1667         (spam-summary-prepare-exit): add spam/ham processors to sequence
1668         (spam-list-of-checks): add spam-use-stat to list of checks
1669         (spam-split): conditionally load the spam-stat tables
1670         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1671         spam-check-ifile): new functions
1672
1673         * spam-stat.el (spam-stat): typo fix
1674         (spam-stat-install-hooks): new variable
1675         (spam-stat-split-fancy-spam-group): added documentation clarification
1676         (spam-stat-split-fancy-spam-threshhold): new variable
1677         (spam-stat-install-hooks): make hooks conditional
1678         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1679
1680         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1681         spam-stat ham/spam processor symbols
1682
1683 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1686         file exists.
1687
1688 2003-01-10  Simon Josefsson  <jas@extundo.com>
1689
1690         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1691         undownloaded/downloadable only when unplugged.
1692
1693 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1694
1695         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1696
1697 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1698
1699         * spam.el (spam-check-ifile): fixed call-process-region to use the
1700         db parameter only if it's set
1701         (spam-ifile-register-with-ifile): ditto
1702
1703 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1704
1705         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1706         spam-stat-nbad before creating the hash table.
1707         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1708         Changed copyright statement to FSF.
1709
1710 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1711
1712         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1713         processable articles as read.
1714         (gnus-agent-summary-fetch-series): Remove processable and
1715         downloadable marks on all downloaded articles in the series.
1716
1717         * nntp.el (nntp-report): Throw error after reporting the problem.
1718         (nntp-accept-process-output): Corrected error check to report an
1719         error when the process is nil.
1720
1721 2003-01-09  Simon Josefsson  <jas@extundo.com>
1722
1723         * message.el (message-tool-bar-map): Add preview.
1724
1725 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1726
1727         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1728         previewing.
1729
1730 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1731
1732         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1733         bug when the (n+1)th article to be added to a group has a smaller
1734         number than the n articles already added.
1735
1736 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1737
1738         * message.el (message-mode-field-menu): Use backquote.
1739
1740 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1741
1742         * spam.el: fixed the BBDB autoloads again, using
1743         bbdb-search-simple now (which is not a macro, thank god)
1744
1745         * lpath.el (bbdb-search): removed function from maybe-fbind list
1746
1747         * gnus.el (ham-process-destination): added new parameter for
1748         destination of ham articles found in spam groups at summary exit
1749
1750         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1751         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1752         (spam-ifile-database-path): added new parameter for ifile's database
1753         (spam-move-spam-nonspam-groups-only): new parameter to determine
1754         if spam should be moved from all groups or only some
1755         (spam-summary-prepare-exit): fixed logic to use
1756         spam-move-spam-nonspam-groups-only when deciding to invoke
1757         spam-mark-spam-as-expired-and-move-routine; always invoke that
1758         routine after the spam has been expired-or-moved in case there's
1759         some spam left over; use spam-ham-move-routine in spam groups
1760         (spam-ham-move-routine): new function to move ham articles to the
1761         ham-process-destinations group parameter
1762
1763 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1766
1767         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1768         gnus-summary-update-article-line.
1769
1770 2003-01-08  Simon Josefsson  <jas@extundo.com>
1771
1772         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1773         not successful.
1774
1775 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1778
1779 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1780
1781         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1782         logic, finally
1783
1784 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1787         (gnus-parse-format): Change to %~.
1788
1789         * message.el (message-generate-headers): Don't generate optional
1790         empty headers.
1791
1792 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1793
1794         * message.el (message-cross-post-default)
1795         (message-cross-post-note-function, message-shoot-gnksa-feet)
1796         (message-strip-subject-trailing-was, message-change-subject)
1797         (message-mark-insert-file, message-cross-post-followup-to)
1798         (message-cross-post-followup-to, message-mode-map)
1799         (message-generate-unsubscribed-mail-followup-to)
1800         (message-make-mail-followup-to): Minor changes to doc-strings and
1801         error messages.  Updated copyright line.
1802
1803         * message.el (message-make-mail-followup-to,
1804         message-generate-unsubscribed-mail-followup-to): New function
1805         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1806         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1807         names.
1808
1809         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1810         (mml-preview-insert-mft): Removed function name.
1811         (mml-preview): Use new function names.
1812
1813         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1814
1815         * message.el (message-mode-field-menu): Moved header related
1816         commands from "Message" to "Field" menu.
1817
1818 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1819
1820         * message.el (message-generate-headers-first): Added customization
1821         if variable is a list.
1822
1823 2003-01-07  Michael Shields  <shields@msrl.com>
1824
1825         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1826         where the last line of the article is the last line of the window.
1827
1828 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * gnus-msg.el (gnus-debug): Use ignore-errors.
1831
1832         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1833         `gnus-summary-update-line'.
1834
1835 2003-01-08  Simon Josefsson  <jas@extundo.com>
1836
1837         * gnus-art.el (gnus-unbuttonized-mime-types)
1838         (gnus-buttonized-mime-types): Doc fix.
1839
1840 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1841
1842         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1843
1844 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1845
1846         * nnrss.el (nnrss-group-alist): Add and clear up.
1847
1848 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1849
1850         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1851
1852         * lpath.el (bbdb-search): added BBDB functions for a better way to
1853         fix missing functions
1854
1855         * spam.el (spam-check-ifile): if should be an unless
1856
1857         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1858         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1859         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1860
1861 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1864         gnus-summary-refer-thread to thread menu.
1865
1866 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1867
1868         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1869         summary buffer, articles that cannot be fetched are marked as
1870         canceled.
1871
1872         * nntp.el (nntp-with-open-group): The quit signal handler must
1873         propagate the quit signal to the next outer handler so that the
1874         caller knows that the request aborted abnormally.
1875
1876 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1877
1878         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1879         (spam-ifile-register-spam-routine)
1880         (spam-ifile-register-ham-routine): added ifile functionality that
1881         does not use ifile-gnus.el to classify and register articles
1882         (spam-get-article-as-string): convenience function
1883         (spam-summary-prepare-exit): added ifile spam and ham registration
1884         (spam-ifile-all-categories, spam-ifile-spam-category)
1885         (spam-ifile-path, spam-ifile): added customization options
1886
1887         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1888         exit processor
1889         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1890         list of choices
1891
1892 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-score.el (gnus-score-followup): Also score immediate
1895         followups.
1896
1897 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1900
1901 2003-01-07  Simon Josefsson  <jas@extundo.com>
1902
1903         * message.el (message-mode-menu): Fix receipt balloon help.
1904
1905 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1906
1907         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1908         always be interpreted as news.
1909
1910 2003-01-07  Simon Josefsson  <jas@extundo.com>
1911
1912         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1913         gnus-sieve-script, instead of the global variable
1914         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1915         <sb@dod.no>.
1916
1917 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1918
1919         * gnus.el: Renamed gnus-summary-*-uncached-face as
1920         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1921         the cache.
1922
1923         * gnus-sum.el: Ditto.
1924
1925 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1926
1927         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1928         in either the group or summary buffer.
1929         New command "JS", in summary buffer, will fetch articles per the
1930         group's category, predicate, and processable flags.
1931         (gnus-agent-summary-fetch-series): Rewritten to call
1932         gnus-agent-session-fetch-group once with all articles in the
1933         series.
1934         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1935         return list of fetched articles.
1936         (gnus-agent-fetch-articles): Split fetch list into sublists such
1937         that the article buffer is only slightly larger than
1938         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1939         the group's article alist is saved.
1940         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1941         longer result in the agent trying to fetch an article.
1942         (gnus-agent-fetch-group-1): Can now be called in either the group
1943         or summary buffer.  Removed the max-fetch-size code that I added
1944         on 2002-12-13 as that capability is now part of
1945         gnus-agent-fetch-articles.  Added code to update summary buffer.
1946         When called in the group buffer, articles that can not be fetched
1947         are AUTOMATICALLY MARKED AS READ.
1948
1949         * gnus-sum.el (): Modified eval-when-compile to minimize
1950         misleading compilation warnings.
1951         (gnus-update-summary-mark-positions): Changed code to use
1952         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1953
1954         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1955         empty file as the parser assumes that the file isn't empty.
1956
1957         * nntp.el (nntp-send-string): The process-send-string call can,
1958         because it performs I/O on the process, change the process' state
1959         from open to closed.  If this happens, call nntp-report
1960         immediately to report the broken connection.
1961         (nntp-report): Rewritten to avoid needing a global variable to
1962         determine the appropriate course of action.  Instead, two function
1963         implementations are provided and the nntp-report function value is
1964         bound to the appropriate implementation.
1965         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1966         (nntp-with-open-group): Now binds nntp-report's function cell
1967         rather than binding gnus-with-open-group-first-pass.  Added a
1968         condition-case to detect a quit during a nntp command.  When the
1969         quit occurs, the current connection is closed as a fetch articles
1970         request could have several megabytes queued up for reading.
1971         (nntp-retrieve-headers): Bind articles to itself.  If
1972         nntp-with-open-group repeats this command, I must have access to
1973         the original list of articles.
1974         (nntp-retrieve-groups): Ditto for groups.
1975         (nntp-retrieve-articles): Ditto for articles.
1976         (*): Replaced nntp-possibly-change-group calls to
1977         nntp-with-open-group forms in all, but one, occurrance.
1978         (nntp-accept-process-output): Bug fix. Detect when called with
1979         null process.
1980
1981 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1982
1983         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1984         if we don't need to.
1985         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1986
1987 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * gnus-group.el (gnus-group-make-web-group): Pass the select
1990         method on to group-create.
1991         (gnus-group-line-format-alist): %U is an integer.
1992
1993         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1994         ephemeral groups.
1995         (gnus-summary-read-group-1): Ditto.
1996         (gnus-group-make-articles-read): Ditto.
1997
1998         * mm-url.el (mm-url-program): Doc fix.
1999
2000         * message.el (message-mode-map): Rebound
2001         message-insert-wide-reply.
2002
2003 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2006         color as `gnus-group-startup-message' does.
2007
2008 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2009
2010         * spam.el: fixed line lengths to 80 chars or less
2011
2012         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2013         "not-read" mark
2014         (gnus-summary-mark-forward): added the spam-mark to the list of
2015         marks not to be marked as "read" when viewed
2016
2017 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2020
2021         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2022         Protect against unactive groups.
2023
2024         * message.el (message-check-news-header-syntax): Check long
2025         header lines.
2026         (message-check-news-header-syntax): Update `start'.
2027
2028         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2029         (gnus-group-line-format): %U.
2030         (gnus-group-line-format-alist): ?U.
2031         (gnus-number-of-unseen-articles-in-group): New function.
2032
2033         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2034
2035         * gnus.el (gnus-version-number): Bump version number.
2036
2037 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2038
2039         * gnus.el: Oort Gnus v0.10 is released.
2040
2041 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus.el (gnus-version-number): Fix version number.
2044
2045 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2046
2047         * gnus.el: Oort Gnus v0.08 is released.
2048
2049 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2050
2051         * mm-util.el: Add mm-string-make-unibyte.
2052
2053         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2054         UTF-8 groups.
2055
2056 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2059
2060         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2061
2062 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2063
2064         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2065         function.
2066
2067 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2070         (gnus-summary-read-group-1): Update group line.
2071         (gnus-summary-exit-no-update): Update group on exit.
2072
2073         * gnus-group.el (gnus-group-line-format): Add %*.
2074         (gnus-group-line-format-alist): Ditto.
2075         (gnus-group-insert-group-line): Set it.
2076         (gnus-group-is-exiting-p): New variable.
2077         (gnus-group-insert-group-line): Use it.
2078
2079 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2080
2081         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2082         enable BBDB ham processing
2083         (spam-blacklist-register-routine): enable blacklist spam processing
2084         (spam-whitelist-register-routine): enable whitelist ham processing
2085         (spam-fetch-field-from-fast): fast fetching of the "from" field
2086         from (gnus-data-list)
2087         (spam-summary-prepare-exit): works completely now
2088         (spam-use-blacklist): oops, should be nil by default
2089         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2090         split processing now; before it was for summary exit as
2091         well but that's done with the spam-contents and spam-process
2092         parameters now
2093
2094 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2095
2096         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2097         characters.
2098
2099 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2102         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2103         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2104         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2105         (spam-mark-spam-as-expired-and-move-routine)
2106         (spam-generic-register-routine, spam-BBDB-register-routine)
2107         (spam-ifile-register-routine, spam-blacklist-register-routine)
2108         (spam-whitelist-register-routine): new functions
2109         (spam-summary-prepare-exit): added summary exit processing (expire
2110         or move) of spam-marked articles for spam groups; added slots for
2111         all the spam-*-register-routine functions
2112
2113 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * pop3.el (pop3-retr): Wait 500 msecs.
2116         (pop3-read-response): Ditto.
2117
2118         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2119         right.
2120         (gnus-inews-make-draft): New function.
2121         (gnus-setup-message): Use it.
2122
2123         * message.el (message-required-headers): Add From.
2124
2125 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2126         Trivial patch from Norbert Koch <nk@viteno.net>.
2127
2128         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2129
2130 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * message.el (message-generate-headers): Let header formatters do
2133         their work.
2134
2135 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2136
2137         * deuglify.el (gnus-article-outlook-deuglify-article):
2138         Rehighlight, reapply treatments and call
2139         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2140         (gnus-outlook-repair-attribution-block): Recognize cited
2141         attributions.  Suggested by Niklas Morberg.
2142
2143 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2144
2145         * gnus-art.el (gnus-treat-predicate): Check condition first.
2146
2147 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2148
2149         * lpath.el: Add url-http-file-exists-p.
2150
2151         * gnus-group.el (gnus-group-fetch-charter): Use
2152         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2153
2154 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * message.el (message-draft-headers): Also generate From to get a
2157         nicer draft buffer summary.
2158
2159         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2160         parameter.
2161
2162         * gnus-art.el (article-wash-html): Clean up.
2163         (article-wash-html): Typo fix.
2164
2165         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2166         (gnus-summary-mail-forward): To many lists of lists.
2167
2168         * gnus-art.el (article-wash-html): Clean up.
2169
2170 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2171
2172         * gnus-art.el (gnus-treat-wash-html): New variable.
2173
2174 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * message.el (message-check-news-header-syntax): Allow posting.
2177         (message-check-news-header-syntax): Fix logic for sure, this
2178         time.
2179
2180 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2181
2182         * message.el (message-check-news-header-syntax): Check syntax of
2183         continuation headers.
2184
2185 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2186
2187         * gnus-art.el (gnus-button-url-regexp,
2188         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2189         (gnus-header-button-alist): Regexps are case insensitive here.
2190
2191 2003-01-02  Simon Josefsson  <jas@extundo.com>
2192
2193         * dig.el (query-dig): Doc fix.
2194
2195 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2196
2197         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2198         summary buffer line, not just the download mark.
2199
2200 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2203         (gnus-summary-insert-dormant-articles): New command and
2204         keystroke.
2205
2206         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2207         function for mass insertion of subjects.
2208
2209         * nndraft.el (nndraft-generate-headers): Don't move point.
2210
2211         * gnus.el (nnheader): Require nnheader.
2212
2213         * nndraft.el (nndraft-request-associate-buffer): Use
2214         make-local-variable.
2215
2216 2003-01-02  Michael Shields  <shields@msrl.com>
2217
2218         * nndraft.el (nndraft-request-associate-buffer): Make
2219         write-contents-hooks buffer-local before setting it.
2220
2221 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * gnus.el (gnus-group-parameter-value): Take an extra param.
2224         (gnus-group-fast-parameter): Let group param results be nil.
2225
2226         * gnus-art.el (gnus-article-forward-header): New function.
2227         (article-date-ut): Use it to remove continuation date headers.
2228
2229         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2230         read-event.
2231         (gnus-summary-remove-bookmark): Clean up.
2232         (gnus-summary-set-bookmark): Clean up.
2233
2234         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2235
2236         * gnus.el (gnus-group-startup-message): Bind data-directory to
2237         the Gnus etc directory.
2238
2239 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2240
2241         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2242         ham-processing of articles; use the new
2243         spam-group-(spam|ham)-contents-p functions
2244         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2245         convenience functions
2246         (spam-mark-junk-as-spam-routine): use the new
2247         spam-group-spam-contents-p function
2248
2249         * gnus.el (spam-process, spam-contents, spam-process-destination):
2250         added new parameters with corresponding global variables
2251         (gnus-group-spam-exit-processor-ifile,
2252         gnus-group-spam-exit-processor-bogofilter,
2253         gnus-group-spam-exit-processor-blacklist,
2254         gnus-group-spam-exit-processor-whitelist,
2255         gnus-group-spam-exit-processor-BBDB,
2256         gnus-group-spam-classification-spam,
2257         gnus-group-spam-classification-ham): added new symbols for the
2258         spam-process and spam-contents parameters
2259
2260         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2261         customization and list itself to store mark symbol rather than
2262         mark character.
2263         (spam-bogofilter-register-routine): added logic to generate mark
2264         values list from spam-ham-marks and spam-spam-marks, so (member)
2265         would work.
2266
2267 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * message.el (message-cross-post-followup-to): Fix comment.
2270
2271 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2274         customization and list itself to store mark symbol rather than
2275         mark character.
2276         (spam-bogofilter-register-routine): added logic to generate mark
2277         values list from spam-ham-marks and spam-spam-marks, so (member)
2278         would work.
2279
2280 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2281
2282         * message.el (message-signature-insert-empty-line): New variable.
2283
2284 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2285
2286         * message.el: Renamed functions and variables: "xpost" ->
2287         "cross-post", "-fup2" -> "-followup-to".
2288         (message-cross-post-old-target, message-cross-post-default,
2289         message-cross-post-note, message-followup-to-note,
2290         message-cross-post-note-function): New variables names.
2291         (message-xpost-old-target, message-xpost-default,
2292         message-xpost-note, message-fup2-note,
2293         message-xpost-note-function): Removed variable names.
2294         (message-cross-post-followup-to-header,
2295         message-cross-post-insert-note, message-cross-post-followup-to):
2296         New function names.
2297         (message-xpost-fup2-header, message-xpost-insert-note,
2298         message-xpost-fup2): Removed function names.
2299
2300 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2301
2302         * message.el (message-send-mail): Added message-cleanup-headers to
2303         prevent newlines in headers.
2304
2305 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * dns.el (dns-make-network-process): Comment.
2308
2309         * gnus-sum.el (gnus-summary-display-while-building): Default to
2310         nil.
2311
2312 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2313
2314         * gnus-sum.el (gnus-summary-display-while-building): New
2315         variable.
2316
2317 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2318
2319         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2320         before rearranging the article.
2321
2322 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * nndraft.el (nndraft-generate-headers): New function.
2325         (nndraft-request-associate-buffer): Use it to write headers on
2326         buffer save.
2327
2328         * message.el (message-generate-headers): Let the function be a
2329         lambda form.
2330         (message-draft-headers): New variable.
2331
2332         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2333         function.
2334         (gnus-setup-message): Use it.
2335
2336         * message.el (message-generate-headers-first): Doc fix.
2337         (message-setup-1): Use new function for getting which headers to
2338         generate.
2339         (message-headers-to-generate): New function.
2340
2341 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2342
2343         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2344
2345 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2346
2347         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2348         mention negatives.
2349
2350 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2351
2352         * deuglify.el (gnus-outlook-rearrange-article): Use
2353         `transpose-regions' instead of tempering the kill-ring.
2354         (gnus-article-outlook-deuglify-article): Rehighlight article
2355         instead of a complete redisplay.
2356
2357 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2358
2359         * spam.el: most defvars are defcustoms now
2360
2361         patches from Michael Shields  <shields@msrl.com>
2362
2363         * spam.el (spam-bogofilter-articles): Select the article
2364         body using gnus-summary-show-article t instead of
2365         gnus-summary-select-article; this presents the raw text
2366         without running any hooks.
2367
2368         * spam.el (spam-bogofilter-articles): Use message-remove-header
2369         to remove headers; the old way incorrectly removed just the first
2370         line of folded headers.
2371
2372 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2375
2376 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-start.el (gnus-load): New function.
2379         (gnus-read-newsrc-el-file): Use it.
2380
2381 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2382
2383         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2384         (gnus-button-handle-apropos-documentation): New function.
2385         (gnus-button-handle-ctan): New function.
2386         (gnus-button-alist): Use them.  Improve some regexps.
2387         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2388
2389 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * message.el (message-subscribed-p): New function.
2392         (message-send-mail): Use it.
2393         * mml.el (mml-preview-insert-mft): New function.
2394         (mml-preview): Use it.
2395
2396 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2399         when sorting by date.
2400
2401         * gnus-art.el (gnus-article-edit-mode): New variable.
2402         (gnus-article-setup-buffer): Warn user about discarding edits.
2403
2404         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2405         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2406         headers.
2407
2408         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2409
2410 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * message.el (message-completion-alist): Added "Mail-Followup-To"
2413         and "Mail-Copies-To".
2414
2415 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2416
2417         * gnus-group.el: Add key bindings for
2418         gnus-group-sort-groups-by-real-name and
2419         gnus-group-sort-selected-groups-by-real-name.
2420
2421 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2422
2423         * gnus.texi (Sorting Groups): Add key bindings for
2424         gnus-group-sort-groups-by-real-name and
2425         gnus-group-sort-selected-groups-by-real-name.
2426
2427 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * spam.el (spam-use-dig): new variable for blackhole checking
2430         through dig.el
2431         (spam-check-blackholes): added dig.el checking functionality and
2432         more verbose reporting; query-dig is autoloaded from dig.el
2433         (spam-use-blackholes): disabled by default
2434         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2435         blackhole servers list
2436
2437 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * message.el (message-required-headers): New variable.
2440
2441 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * dig.el (query-dig): new function
2444
2445 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2448         prefixes.
2449
2450         * dns.el (query-dns): Protect against errors.
2451
2452         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2453         (gnus-inews-add-send-actions): Mark all answered messages as
2454         answered.
2455
2456 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2457
2458         * nnmail.el (nnmail-split-it): Added tracing to
2459         `:' split rule
2460
2461 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2462
2463         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2464         and "%s" so we don't overquote them.
2465
2466 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2467
2468         * (mm-display-external): Display the actual command that has been
2469         executed in the echo area.
2470
2471 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2474
2475         * message.el (message-with-reply-buffer): New macro.
2476         (message-fetch-reply-field): Use it.
2477         (message-insert-wide-reply): New command and keystroke.
2478         (message-carefully-insert-headers): New function.
2479         (message-insert-to): Use new function.
2480
2481         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2482         (gnus-topic-goto-missing-group): Use it.
2483
2484         * message.el (message-required-news-headers): Removed Lines.
2485         (message-reply): Don't insert References first.
2486         (message-followup): Ditto.
2487         (message-make-references): New function.
2488         (message-followup): Set message-reply-headers before generating
2489         the buffer stuff.
2490
2491 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2492
2493         * mml.el (mml-generate-mime-1): Reverse the order of
2494         encoding/flowing.
2495
2496 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2499         after moving them.
2500
2501         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2502         fit with newer standard format.
2503         (gnus-summary-make-false-root-always): New variable.
2504         (gnus-gather-threads-by-subject): Use it.
2505
2506         * message.el (message-get-reply-headers): Take an address list
2507         optional argument.
2508
2509 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * gnus.el (gnus-keep-backlog): Change default to 20.
2512
2513         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2514         start.
2515         (gnus-agent-check-overview-buffer): Remove negative article
2516         numbers.
2517
2518         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2519         (nnmail-cache-ignore-groups): Doc fix.
2520
2521         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2522         (nnimap-debug-buffer): New variable.
2523         (nnimap-debug): Use it.
2524
2525 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2526
2527         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2528
2529 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2532         they aren't already sorted.
2533
2534 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2535
2536         * message.el (message-mode-menu): Add ellipses to menu items
2537         expecting user interaction.
2538         (message-mode-field-menu): do.
2539
2540 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2541
2542         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2543         it isn't used any more.
2544
2545 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2546
2547         * binhex.el (binhex-decoder-program): Fix docstring.
2548
2549 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2550
2551         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2552         special chars if the mailcap file uses single quotes around %s.
2553         From Laurent Martelli <laurent@bearteam.org>.
2554
2555 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2556
2557         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2558         return the info object.
2559
2560 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2561
2562         * gnus-int.el (gnus-request-update-info): Artificially add
2563         (1 . (1- min)) to the read range, in case the backend doesn't
2564         store marks for nonexistent articles.
2565
2566 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * binhex.el (binhex-insert-char): Eval-and-compile.
2569
2570 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2571
2572         * lpath.el: Add tool-bar-local-item-from-menu.
2573
2574         * message.el (message-tool-bar-local-item-from-menu): New function.
2575         (message-tool-bar-map): Use it.
2576
2577 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2578
2579         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2580
2581         * gnus-art.el (gnus-article-header-rank): Last header in
2582         gnus-sorted-header-list should have higher rank than non-members.
2583
2584 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2587         covered methods.
2588
2589 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2590
2591         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2592         eval-when-compile.  Suggested by Kevin Greiner.
2593
2594 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2595
2596         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2597         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2598         even though no headers may have been fetched
2599         (gnus-agent-fetch-group-1, and perhaps others, require this
2600         behavior).
2601         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2602         server buffer is constrained by gnus-agent-max-fetch-size.
2603         Multiple chunks in the same group may perform arbitrarily large
2604         updates.
2605
2606 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2607
2608         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2609         gnus-summary-update-download-mark to update the article in the
2610         summary.
2611
2612 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2613
2614         * gnus.el (gnus-summary-high-uncached-face,
2615         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2616         New faces.
2617
2618         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2619         added this on 2002-11-23 but it just wasn't working out as
2620         intended.  The idea isn't entirely dead, three new faces
2621         gnus-summary-*-uncached-face are being added to gnus.el to provide
2622         the basis for an improved implementation.
2623         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2624         proper file to open is lib/servers.
2625         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2626         (i.e. removing the article from gnus-newsgroup-downloadable) will
2627         now restore the article's default mark rather than simply setting
2628         no mark.
2629         (gnus-agent-get-undownloaded-list): Corrected documentation.
2630         Added code to set new summary local variable,
2631         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2632         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2633         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2634         up to date.  Call new gnus-summary-update-download-mark to keep
2635         summary buffer up-to-date.
2636         (gnus-agent-fetch-selected-article): Keep
2637         gnus-newsgroup-undownloaded up to date.
2638         (gnus-agent-fetch-articles): Return list of articles that were
2639         successfully fetched.
2640         (gnus-agent-check-overview-buffer): No more thingatpt.
2641         (gnus-agent-expire): No longer deletes NOV entries of unread
2642         articles.
2643         (gnus-agent-unread-articles): New function.
2644         (gnus-agent-regenerate-group): The article number must be
2645         terminated by a tab character.  Added more messages to report
2646         repairs.  Inhibit quits while writing changes so it is now safe
2647         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2648         downloaded to 1) resolve the unbound references and 2) avoid
2649         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2650
2651         * gnus-art.el (gnus-article-prepare): The agent
2652         downloaded/undownloaded mark is no longer stored as the article's
2653         mark.
2654
2655         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2656         gnus-summary-highlight may use it.  Added downloaded as
2657         gnus-summary-highlight was using it.
2658
2659         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2660         the download mark now follows Kai's +/- convention.
2661         (gnus-downloaded-mark): Added ?+ mark.
2662         (gnus-summary-highlight): Added rules to select
2663         gnus-summary-high-uncached-face,
2664         gnus-summary-normal-uncached-face, and
2665         gnus-summary-low-uncached-face.  Removed the
2666         gnus-agent-downloaded-article-face.
2667         (gnus-summary-line-format-alist): Implemented the download flag
2668         format (?O) as named in the manual.  This implementation displays
2669         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2670         gnus-no-mark.
2671         (gnus-newsgroup-agentized): New local variable that identifies
2672         which groups are agentized.  While the agent is now on by default,
2673         you don't have to agentize every server that you use.
2674         (gnus-update-summary-mark-positions): Completed support for the
2675         download type of mark.
2676         (gnus-summary-insert-line): Added undownloaded to the parameters.
2677         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2678         reference by the gnus-summary-line-format-spec.
2679
2680         * nntp.el (nntp-with-open-group): This macro handles dropped or
2681         broken connections by opening a new connection and repeating the
2682         failed command.
2683         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2684         XOVER commands preceeding the active articles with the nov entry
2685         of the first available article.  When gnus connected to such a
2686         server, the unexpected nov entry would result in duplicate lines
2687         in the agent's overview file.  This patch fixes the duplicate
2688         lines problem and improves performance by skipping over all
2689         articles IDs that preceed the first nov entry in the server's
2690         reply.
2691
2692 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2695         (gnus-summary-highlight): Use it instead of `downloaded'.
2696         (gnus-summary-highlight-line): Ditto.
2697
2698         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2699
2700 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2703
2704         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2705         calls.
2706
2707         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2708         downloaded variable if we're in an uncovered group.
2709
2710         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2711         font to soemthing less noticeable.
2712         (gnus-agent-group-covered-p): New function.
2713
2714 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2715
2716         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2717         Because of an unknown bug, the group buffer is saved in .overview
2718         file.
2719
2720 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2721
2722         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2723         `and' with `or'.
2724
2725 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2726
2727         * nntp.el (nntp-send-command): Assume that echo does not happen
2728         when nntp-open-connection-function is nntp-open-network-stream.
2729         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2730
2731 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2732
2733         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2734
2735 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2736
2737         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2738         nntp-server-buffer if we aren't going to write to it.
2739
2740 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2741         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2742
2743         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2744
2745 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2748         decoded words.
2749
2750 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2751
2752         * gnus.el (fboundp): After loading mm-util, make sure it was the
2753         right one.
2754
2755 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2756
2757         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2758         gnus-sum.  Made into a user option.
2759
2760         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2761         (gnus-summary-mark-article-as-unread)
2762
2763 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2764
2765         * time-date.el (date-to-time): Typo.
2766
2767         * parse-time.el: Typo.
2768
2769         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2770
2771         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2772
2773         * nnimap.el:
2774         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2775
2776         * mm-encode.el (mm-safer-encoding): Typo.
2777
2778         * messcompat.el: Typo.
2779
2780         * message.el (message-face-alist): Typo.
2781
2782         * imap.el (imap-interactive-login, imap-open): Typos.
2783
2784         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2785
2786         * gnus.el: Typo.
2787
2788         * gnus-win.el (gnus-configure-frame): Typo.
2789
2790         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2791
2792         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2793
2794         * gnus-sum.el (gnus-summary-article-number)
2795         (gnus-summary-read-group-1, gnus-summary-mark-article)
2796         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2797
2798         * gnus-mule.el (gnus-mule-add-group): Typo.
2799
2800         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2801
2802         * gnus-group.el (gnus-group-fetch-faq): Typo.
2803
2804         * gnus-art.el (gnus-decode-header-methods): Typo.
2805
2806         * flow-fill.el: Typo.
2807
2808 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2809
2810         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2811
2812 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2813
2814         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2815         (gnus-summary-mark-article-as-unread)
2816         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2817         Reformatting to avoid long lines.
2818         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2819
2820 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2821
2822         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2823         be accessed through `mail-header-number'.
2824
2825 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2826
2827         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2828         compressed range to gnus-summary-insert-articles.
2829
2830 2002-11-26  Kevin Ryde <user42@zip.com.au>
2831
2832         * gnus-art.el (gnus-mime-copy-part): Look for filename
2833         parameter under content-disposition, not content-type.
2834
2835         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2836         (gnus-summary-reselect-current-group): Use it.
2837
2838 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2839
2840         * gnus-agent.el (gnus-agent-uncached-articles): if
2841         gnus-agent-load-alist fails, return ARTICLES.
2842
2843         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2844
2845 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2846
2847         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2848         superfluous function call.
2849         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2850         Add warning to docstring.
2851
2852 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-agent.el: Autoload number-at-point instead.
2855         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2856
2857 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2858
2859         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2860         require thingatpt (for number-at-point) and protect against
2861         deactivate-mark being unbound (on XEmacs).
2862
2863 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2864
2865         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2866         print message on entry.
2867
2868         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2869
2870         * gnus-range.el (gnus-range-difference): New function.
2871         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2872
2873 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2874
2875         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2876         gnus-remove-from-range instead of gnus-range-difference which
2877         doesn't exist.
2878
2879 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2880         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2881
2882         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2883         used for showing which articles have been downloaded.
2884         (gnus-agent-article-alist): Format change.  Add documentation.
2885         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2886         process-marked articles.
2887         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2888         in the series are individually fetched to minimize lose of
2889         content due to an error/quit.
2890         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2891         gnus-message instead of message.
2892         (gnus-agent-read-servers): Use file lib/methods instead of
2893         lib/servers.  TODO: Why?
2894         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2895         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2896         come from the agent.  This means that they are not downloaded.
2897         (gnus-agent-fetch-selected-article): Don't use history.
2898         (gnus-agent-save-history, gnus-agent-enter-history)
2899         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2900         Removed function; history is not used anymore.
2901         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2902         (gnus-agent-crosspost): Started rewrite then realized that a typo
2903         in gnus-agent-fetch-articles ensures that this function is never
2904         called.  This will need to be fixed later.
2905         (gnus-agent-check-overview-buffer): Some sanity checks on the
2906         agent overview buffer.  This is a safety net used during
2907         development.
2908         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2909         changed, write a number to the file indicating this.
2910         (gnus-agent-fetch-headers): Rewrite to respect
2911         gnus-agent-consider-all-articles without relying on the
2912         `.fetched' files.  Make it fast.
2913         (gnus-agent-braid-nov): Change resulting from
2914         gnus-agent-fetch-headers change.
2915         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2916         `.fetched' files.
2917         (gnus-agent-read-agentview): New function, used by
2918         gnus-agent-load-alist.
2919         (gnus-agent-load-fetched-headers): Remove.
2920         (gnus-agent-save-alist): Rewrite to accomodate new format.
2921         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2922         same order as in gnus-newsgroup-headers.
2923         (gnus-agent-expire): Document and implement extra args ARTICLES,
2924         GROUP, FORCE.  Do not restrict usage.
2925         (gnus-agent-uncached-articles): New function.
2926         (gnus-agent-retrieve-headers): Use it.
2927         (gnus-agent-regenerate-group): No longer needs to be called from
2928         gnus-agent-regenerate.  Individual groups may be regenerated. The
2929         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2930         The article fetch dates are validated in the article alist.  The
2931         article alist is pruned of entries that do not reference existing
2932         NOV entries.  All changes are computed then applied with
2933         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2934         regeneration.  The optional clean parameter has been replaced with
2935         an optional reread parameter.  Clean is no longer necessary as
2936         regeneration gets the appropriate setting from
2937         gnus-agent-consider-all-articles.  The new reread parameter will
2938         result in fetched, or all, articles being marked as unread.
2939         (gnus-agent-regenerate): Removed code to regenerate the history
2940         file as it is no longer used.
2941
2942         * gnus-start.el (gnus-make-ascending-articles-unread): New
2943         function, for efficient mass-marking.
2944
2945         * gnus-sum.el (gnus-summary-highlight): Use new face for
2946         downloaded articles.
2947         (gnus-article-mark): Prefer to indicate read/unread status over
2948         downloaded status.
2949         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2950         line.
2951         (gnus-summary-highlight-line): Use new face for downloaded
2952         articles.
2953         (gnus-summary-insert-old-articles): Improved performance by
2954         replacing the initial LIST of older articles with a compressed
2955         RANGE of older articles.  Some servers appear to lie about
2956         their active range so the original list could contain millions
2957         of article numbers.  The range is not expanded into a list
2958         until the optional ALL parameter has been applied.
2959
2960 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2961
2962         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2963
2964 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2965
2966         * spam.el:
2967         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2968
2969         * spam.el: added `M s t' and `M s x' key mappings
2970
2971 2002-11-20  Simon Josefsson  <jas@extundo.com>
2972
2973         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2974
2975 2002-11-19  Simon Josefsson  <jas@extundo.com>
2976
2977         * gnus-sum.el (gnus-summary-morse-message): Load
2978         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2979         (unmorse-region): Autoload it instead.
2980
2981 2002-11-18  Simon Josefsson  <jas@extundo.com>
2982
2983         * gnus-sum.el (gnus-summary-morse-message): New function.
2984         (gnus-summary-wash-map): Bind to `W m'.
2985         (gnus-summary-make-menu-bar): Add.
2986
2987         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2988         before storing \Deleted mark on expired articles.
2989
2990 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2991         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2992
2993         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2994         parens in column 0.
2995
2996 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2997
2998         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2999
3000         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3001
3002         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3003
3004 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3005
3006         * message.el (message-set-auto-save-file-name): Use
3007         make-directory, to avoid the dependence on gnus-util.
3008
3009 2002-11-16  Simon Josefsson  <jas@extundo.com>
3010
3011         * nnimap.el (nnimap-callback-callback-function):
3012         (nnimap-callback-buffer): Removed, these cannot be global but must
3013         be embedded into the callback.
3014         (nnimap-make-callback): New.  Embedd article number, callback and
3015         buffer in function.
3016         (nnimap-callback, nnimap-request-article-part): Update.
3017
3018 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3021
3022 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3023
3024         * gnus.el (gnus-summary-line-format): Document %C.
3025
3026 2002-11-11  Simon Josefsson  <jas@extundo.com>
3027
3028         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3029         output when called interactively.
3030
3031 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3034
3035         * message.el (message-draft-coding-system): Improve comment; use
3036         mm-auto-save-coding-system for the default value.
3037
3038         * nndraft.el (nndraft-request-article): Revert to the state before
3039         2002-10-29; regexp-quote mail-header-separator.
3040
3041 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3042
3043         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3044         allow editing of drafts from an nnvirtual group.
3045
3046 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3049         mm-auto-save-coding-system.
3050
3051         * message.el (message-draft-coding-system): Default to
3052         iso-2022-7bit.
3053
3054         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3055         restore the default value to emacs-mule or escape-quoted.
3056
3057 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3060         a delayed or a queued article as well as a draft.
3061
3062         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3063         delayed or a queued article in the raw format; treat a delayed
3064         article as a raw article as well as a draft.
3065         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3066         for the delayed group.
3067
3068         * nndraft.el (nndraft-request-article): Ignore auto save files for
3069         a delayed or a queued article; don't bother to decode a queued
3070         article; don't bind nnmail-file-coding-system for a queued article.
3071
3072         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3073         and the queue group.
3074
3075 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3076
3077         * gnus-group.el (gnus-group-delete-group):
3078         gnus-cache-active-hashtb might be void.
3079
3080 2002-11-02  Simon Josefsson  <jas@extundo.com>
3081
3082         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3083         setting of the default user ID.  From Raymond Scholz
3084         <ray-2002@zonix.de>.
3085
3086 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3087
3088         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3089         charset.
3090
3091 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3092         From Alex Schroeder <alex@emacswiki.org>
3093         * spam-stat.el (spam-stat-process-directory): add dir to message
3094         (spam-stat-reduce-size): No longer remove words
3095         with values close to 0.5, because the default value is 0.2.
3096
3097 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3098
3099         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3100         documentation.
3101
3102 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3103
3104         * gnus-agent.el (gnus-agent-fetched-headers)
3105         (gnus-agent-load-fetched-headers)
3106         (gnus-agent-save-fetched-headers): Remove variable and two
3107         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3108         works better.
3109         (gnus-agent-fetch-headers): New implementation from Kevin
3110         Greiner.  Uses gnus-agent-article-alist to store information
3111         about fetched messages which aren't on the server anymore.  The
3112         trick is to return a list of considered messages to the caller,
3113         but to only fetch those which haven't been fetched yet.
3114
3115 2002-10-30  Simon Josefsson  <jas@extundo.com>
3116
3117         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3118
3119         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3120
3121 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3122
3123         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3124         versions of emacs-w3m than 1.3.3.
3125
3126         * lpath.el: Bind w3m-minor-mode-map.
3127
3128         * mm-view.el (mm-w3m-mode-command-alist)
3129         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3130         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3131         (mm-setup-w3m): Simplified.
3132         (mm-w3m-local-map-property): New function.
3133         (mm-inline-text-html-render-with-w3m): Use it.
3134
3135         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3136         mm-w3m-local-map-property.
3137
3138 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * mm-util.el (mm-auto-save-coding-system): Default to
3141         iso-2022-7bit.
3142
3143         * nndraft.el (nndraft-request-article): Decode an article using
3144         the coding-system emacs-mule if it seems to have been saved using
3145         emacs-mule.
3146         (nndraft-request-replace-article): Use message-draft-coding-system
3147         instead of mm-auto-save-coding-system for the draft or delayed
3148         group.
3149
3150 2002-10-28  Josh  <huber@alum.wpi.edu>
3151
3152         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3153         functions.
3154
3155 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3156         From mah@everybody.org (Mark A. Hershberger).
3157
3158         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3159         type values ("url" size) regardless of the values of
3160         mm-url-use-external.
3161
3162 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3163
3164         * nnimap.el (nnimap-request-article-part): Try harder to show
3165         group name in debugging message.
3166
3167 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3168
3169         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3170         directory if it doesn't exist.
3171         (gnus-agent-fetch-headers): Remove old cruft that tried to
3172         abstain from downloading articles more than once if
3173         gnus-agent-consider-all-articles was true.  This is now done
3174         properly via the .fetched files.
3175
3176 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * nndraft.el (nndraft-request-article): Treat delayed articles
3179         like drafts.
3180
3181 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3184
3185 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3186
3187         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3188         Remove unused optional arg DIR and corresponding code.
3189
3190         * nnimap.el (nnimap-request-article-part): Include group name in
3191         debugging output.
3192
3193 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3194
3195         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3196
3197 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3198
3199         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3200         contains range of headers that have been fetched by the agent
3201         already.  Compare gnus-agent-article-alist.
3202         (gnus-agent-file-header-cache): Like
3203         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3204         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3205         seen/recent logic.
3206         Remember which headers have been fetched before and don't fetch
3207         them again the next time round.
3208         (gnus-agent-load-fetched-headers)
3209         (gnus-agent-save-fetched-headers): New functions, for remembering
3210         which headers have been fetched before.
3211
3212 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * lpath.el: Remove useless bindings.
3215
3216 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3217
3218         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3219         features while searching.
3220
3221 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3222
3223         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3224
3225 2002-10-22  Simon Josefsson  <jas@extundo.com>
3226
3227         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3228         (pgg-snarf-keys): Add.
3229
3230 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * lpath.el: Fbind bbdb-records.
3233
3234         * spam.el: Don't autoload bbdb-records.
3235
3236 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3239         prevent inf-loop.
3240
3241 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * nnslashdot.el: Removed some test lines.
3244         More test.
3245
3246 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3247
3248         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3249         are known to be downloaded already.
3250
3251 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3254         (mm-text-html-washer-alist): Ditto.
3255
3256 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3257
3258         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3259         boundary between headers and body.
3260         * nnml.el (nnml-parse-head): Ditto.
3261
3262 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3265         entries.
3266
3267         * gnus-group.el (gnus-fetch-group): Allow an optional
3268         specification of the articles to select.
3269
3270         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3271
3272 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3273
3274         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3275         headers from the group, update variable `articles' to contain
3276         only those numbers where headers exist.  (When fetching all
3277         articles in a group, Gnus creates lots of numbers where there is
3278         no articles.)
3279
3280 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3281
3282         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3283         doesn't have the 'alist custom type, use cons cells instead.
3284         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3285         (pgg-parse-hash-algorithm-alist): Ditto.
3286         (pgg-parse-compression-algorithm-alist): Ditto.
3287         (pgg-parse-signature-type-alist): Ditto.
3288
3289         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3290
3291         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3292
3293         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3294
3295 2002-10-19  Simon Josefsson  <jas@extundo.com>
3296
3297         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3298         buffer.
3299
3300 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3301
3302         * gnus-spec.el (gnus-make-format-preserve-properties)
3303         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3304         properties also on XEmacs.  `gnus-xmas-format' is like format but
3305         preserves text properties on XEmacs (though it only understands
3306         simple format specs).  The variable
3307         `gnus-make-format-preserve-properties' controls whether the
3308         function is used, and is checked in `gnus-parse-simple-format'.
3309         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3310
3311         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3312         output.
3313         (gnus-agent-consider-all-articles): New variable.
3314         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3315         (gnus-agent-fetch-headers): Depending on
3316         gnus-agent-consider-all-articles, maybe get all articles.
3317         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3318         `read'.
3319         (gnus-predicate-imples-unread): New function.
3320         (gnus-agent-fetch-headers): Optimize to call
3321         gnus-list-of-unread-articles if that is sufficient.
3322         Check unseen and recent instead of seen and recent.
3323         (gnus-agent-fetch-headers): Abstain from calling
3324         gnus-list-range-intersection if range (a . b) would have (> a b).
3325
3326 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * message.el (message-send-mail): Make it possible to perform
3329         edebug-defun.
3330
3331 2002-10-18  Simon Josefsson  <jas@extundo.com>
3332
3333         * gnus-art.el (gnus-button-man-handler): Change default to
3334         `manual-entry' (defined in both emacsen).
3335         (gnus-button-man-handler): Remove emacsen difference and use
3336         `manual-entry'.
3337
3338 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * spam.el: Wrap autoload settings for bbdb-records,
3341         executable-find and ifile-spam-filter with eval-and-compile.
3342         (spam-display-buffer-contents): Remove.
3343         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3344
3345 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3346
3347         * spam.el (spam-display-buffer-contents): New function.
3348         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3349         from Katsumi Yamaoka <yamaoka@jpl.org>.
3350
3351 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3352
3353         * nnheader.el (nnheader-parse-naked-head): New function.
3354         (nnheader-parse-head): Use the above function, in order to handle
3355         continuation lines properly.
3356         (nnheader-remove-body): New function.
3357         (nnheader-remove-cr-followed-by-lf): New function.
3358         (nnheader-ms-strip-cr): Use the above function.
3359
3360         * gnus-agent.el (gnus-agent-regenerate-group): Call
3361         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3362         `nnheader-parse-head'.
3363         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3364
3365         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3366         continuation lines by itself; call `nnheader-parse-naked-head'
3367         instead of `nnheader-parse-head'.
3368         * nndiary.el (nndiary-parse-head): Ditto.
3369         * nnfolder.el (nnfolder-parse-head): Ditto.
3370         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3371         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3372         * nnml.el (nnml-parse-head): Ditto.
3373
3374 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3375
3376         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3377         XEmacs, default to it if featurep 'xemacs.
3378
3379 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * spam-stat.el: Check for the existence of hash functions instead
3382         of the Emacs version to decide whether to load cl.  Suggested by
3383         Kai Gro\e,A_\e(Bjohann.
3384
3385 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3386
3387         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3388         if it isn't open yet.
3389
3390 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-group.el: Require mm-url only when compiling.
3393         (gnus-group-fetch-charter): Require mm-url.
3394
3395         * spam-stat.el: Require cl for the functions gethash,
3396         hash-table-count, make-hash-table and mapc for Emacs 20.
3397         (puthash): Alias to cl-puthash for Emacs 20.
3398         (with-syntax-table): New macro for Emacs 20.
3399
3400 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3401
3402         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3403
3404 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3405
3406         * spam.el (spam-check-ifile): added ifile as a spam checking
3407         backend, and spam-use-ifle as the variable to toggle that check.
3408
3409 2002-10-12  Simon Josefsson  <jas@extundo.com>
3410
3411         * message.el (message-beginning-of-line): New variable.
3412         (message-beginning-of-line): Use it.
3413
3414 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3415
3416         * spam.el: more compilation fixes for BBDB
3417
3418         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3419         (spam-stat-reduce-size): Interactive.
3420         (spam-stat-reset): New function.
3421         (spam-stat-save): Interactive.
3422
3423 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * gnus.el: Autoload gnus-delay-initialize.
3426
3427         * message.el: Autoload gnus-delay-article.
3428
3429 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3430
3431         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3432         text property in Emacs.
3433
3434 2002-10-11  Simon Josefsson  <jas@extundo.com>
3435
3436         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3437         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3438
3439         * mml1991.el (mml1991-pgg-sign): Remove CR.
3440
3441 2002-10-10  Simon Josefsson  <jas@extundo.com>
3442
3443         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3444         decrypt failed.
3445         (mml2015-trust-boundaries-alist): Removed.
3446         (mml2015-gpg-extract-signature-details): Don't use it.
3447         (mml2015-unabbrev-trust-alist): New.
3448         (mml2015-gpg-extract-signature-details): Use it.
3449
3450 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3451
3452         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3453         BBDB installed
3454
3455         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3456         statistical analysis of spam in Lisp only
3457
3458 2002-10-10  Simon Josefsson  <jas@extundo.com>
3459
3460         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3461         auth, selected or examine state.
3462
3463         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3464         buffer and error buffer depending on type of information.
3465
3466         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3467         --status-fd stuff even if gpg.el is not used (revert earlier
3468         change).
3469         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3470         gnus details.
3471         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3472         buffer.
3473
3474         * pgg.el (pgg-verify-region): Use it.
3475
3476         * pgg-def.el (pgg-query-keyserver): New variable.
3477
3478         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3479         key-identifier in packet.  Is this a good idea?
3480
3481         * mml.el (mml-mode-map): Add security commands that operates on
3482         MIME parts.
3483         (mml-menu): And menu items for them.
3484
3485         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3486
3487         * mml.el (mml-parse-1): Support sender in #secure tags.
3488
3489         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3490         defined.
3491
3492         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3493         (mml-pgp-encrypt-buffer): Support combined signing.
3494
3495         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3496         (mml1991-gpg-encrypt): Ditto.
3497         (mml1991-pgg-encrypt): Ditto.
3498         (mml1991-encrypt): Pass sign parameter.
3499
3500         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3501         (mml-signencrypt-style): Mention the variable.
3502
3503 2002-10-09  Simon Josefsson  <jas@extundo.com>
3504
3505         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3506         pgg-gpg-user-id.
3507
3508         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3509         (pgg-fetch-key-function): Nil if w3 is not installed.
3510
3511 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3512
3513         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3514         gnus-agent-current-history.
3515
3516 2002-10-06  Simon Josefsson  <jas@extundo.com>
3517
3518         * imap.el (imap-parse-status): Don't use read to read token.
3519
3520 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3521
3522         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3523         for methods not covered by the agent, and when unplugged.
3524
3525 2002-10-05  Simon Josefsson  <jas@extundo.com>
3526
3527         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3528         signing.
3529
3530         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3531         a named server fails, ignore the server.
3532
3533         * mml1991.el (mml1991-pgg-sign): Do QP.
3534
3535         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3536         work.
3537
3538 2002-10-04  Simon Josefsson  <jas@extundo.com>
3539
3540         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3541
3542         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3543         binary-write-decoded-region from MEL.
3544
3545         * pgg.el (pgg-encrypt-region): Support sign.
3546
3547         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3548
3549         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3550
3551         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3552         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3553         branch where PGG was taken from in the ChangeLog entries below.
3554
3555 2002-10-01  Simon Josefsson  <jas@extundo.com>
3556
3557         * pgg-pgp.el: Don't require mel.  Don't use luna.
3558         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3559         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3560         (pgg-pgp-process-region): Don't use binary-funcall.
3561
3562         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3563
3564         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3565         instead of concat.
3566
3567         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3568
3569 2002-09-29  Simon Josefsson  <jas@extundo.com>
3570
3571         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3572         compile warnings.
3573
3574         * pgg.el (pgg-decrypt-region): Don't parse packet.
3575
3576         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3577
3578 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3579
3580         * pgg.el: Remove dependency on calist.el.
3581
3582 2002-09-28  Simon Josefsson  <jas@extundo.com>
3583
3584         * pgg.el (pgg-temporary-file-directory): New variable.
3585         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3586
3587         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3588         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3589
3590         * pgg-parse.el (pgg-char-int): Defalias.
3591         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3592         (pgg-read-bytes, pgg-read-body): Use it.
3593         (pgg-decode-packets): Don't use MEL, use base64-*.
3594         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3595         (pgg-string-as-unibyte): Defalias.
3596         (pgg-parse-armor-region): Use it.
3597
3598         * pgg-gpg.el (pgg-gpg-process-region): Use
3599         pgg-temporary-file-directory.
3600
3601         * luna.el: Don't def-edebug.
3602
3603         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3604         binary-write-decoded-region from MEL.
3605
3606         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3607
3608         * alist.el, calist.el: Don't require product/APEL.
3609
3610         * pgg-parse.el (top-level): Remove dependency on static.el,
3611         pccl.el, mel.el.
3612         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3613         `define-ccl-program' is boundp, instead of using broken.
3614
3615 2002-10-01  Simon Josefsson  <jas@extundo.com>
3616
3617         * message.el (message-required-mail-headers): Remove Lines:.
3618
3619 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3620         From Jesper Harder.
3621
3622         * gnus-group.el (gnus-group-fetch-charter,
3623         gnus-group-fetch-control): Prompt for group if given a prefix
3624         argument.
3625         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3626         gnus-group-fetch-control to summary key map and menu.
3627
3628
3629 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3630
3631         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3632         number when there are no articles.
3633
3634 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3635
3636         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3637         arg ALL means to fetch all articles, not only downloadable ones.
3638         (gnus-agent-fetch-selected-article): New function for
3639         gnus-select-article-hook or gnus-mark-article-hook.
3640
3641 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3642         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3643
3644         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3645         raw-text.
3646
3647 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3648
3649         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3650         Pinard).
3651         Major revamp of the code, documentation is in comments in the file
3652         for now.
3653
3654 2002-09-30  Simon Josefsson  <jas@extundo.com>
3655
3656         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3657         buffer seem to be needed?
3658
3659 2002-09-29  Simon Josefsson  <jas@extundo.com>
3660
3661         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3662         compile warnings.
3663
3664         * mml1991.el (mml1991-function-alist): Add pgg.
3665         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3666         (mml1991-pgg-encrypt): Fix recipients querying.
3667
3668 2002-09-28  Simon Josefsson  <jas@extundo.com>
3669
3670         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3671         from dme@dme.org.
3672         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3673         handle is returned.
3674
3675 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3678         Protect against non-existent of `nnimap-mailbox-info'.
3679
3680 2002-09-27  Simon Josefsson  <jas@extundo.com>
3681
3682         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3683         (gnus-setup-news-hook): Use it.
3684         (gnus-after-getting-new-news-hook): Ditto.
3685
3686         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3687
3688 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3689         From Mats Lidell <matsl@contactor.se>.
3690
3691         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3692
3693 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3694
3695         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3696         the part to decode encoded words, use raw words instead of decoded
3697         words.
3698
3699 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3700
3701         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3702
3703         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3704         (mm-setup-w3m): Use it.
3705
3706 2002-09-27  Simon Josefsson  <jas@extundo.com>
3707
3708         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3709         article buffers.
3710
3711         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3712         it just in case.
3713         (nnimap-update-unseen): New function; update unseen count in
3714         `n-m-info'.
3715         (nnimap-close-group): Call it.
3716
3717         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3718         (gnus-after-getting-new-news-hook): Ditto.
3719
3720         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3721         message into verboselevel 9.  Change slow mail check message.
3722         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3723         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3724         used as a hook after getting new mail.
3725
3726 2002-09-26  Simon Josefsson  <jas@extundo.com>
3727
3728         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3729         SELECT/EXAMINE is first unseen article, not number of unseen
3730         articles.  Make them distinct by renaming the former to
3731         `first-unseen' instead of `unseen'.
3732
3733         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3734         too.
3735         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3736         changed.
3737         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3738
3739         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3740
3741         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3742         better.
3743
3744         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3745         if dissecting resulting buffer actually had any information.
3746
3747 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3750         because the function `string<' allows symbols.
3751
3752         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3753
3754 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3755
3756         * message.el (message-forward-make-body): Revert an early change
3757         because 8-bit utf-8 emails.
3758
3759 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3760
3761         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3762         links to Info)
3763         * gnus-art.el (gnus-treat-highlight-signature):
3764         * gnus-art.el (gnus-treat-buttonize):
3765         * gnus-art.el (gnus-treat-buttonize-head):
3766         * gnus-art.el (gnus-treat-emphasize):
3767         * gnus-art.el (gnus-treat-strip-cr):
3768         * gnus-art.el (gnus-treat-unsplit-urls):
3769         * gnus-art.el (gnus-treat-leading-whitespace):
3770         * gnus-art.el (gnus-treat-hide-headers):
3771         * gnus-art.el (gnus-treat-hide-boring-headers):
3772         * gnus-art.el (gnus-treat-hide-signature):
3773         * gnus-art.el (gnus-treat-fill-article):
3774         * gnus-art.el (gnus-treat-hide-citation):
3775         * gnus-art.el (gnus-treat-hide-citation-maybe):
3776         * gnus-art.el (gnus-treat-strip-list-identifiers):
3777         * gnus-art.el (gnus-treat-strip-pgp):
3778         * gnus-art.el (gnus-treat-strip-pem):
3779         * gnus-art.el (gnus-treat-strip-banner):
3780         * gnus-art.el (gnus-treat-highlight-headers):
3781         * gnus-art.el (gnus-treat-highlight-citation):
3782         * gnus-art.el (gnus-treat-date-ut):
3783         * gnus-art.el (gnus-treat-date-local):
3784         * gnus-art.el (gnus-treat-date-english):
3785         * gnus-art.el (gnus-treat-date-lapsed):
3786         * gnus-art.el (gnus-treat-date-original):
3787         * gnus-art.el (gnus-treat-date-iso8601):
3788         * gnus-art.el (gnus-treat-date-user-defined):
3789         * gnus-art.el (gnus-treat-strip-headers-in-body):
3790         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3791         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3792         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3793         * gnus-art.el (gnus-treat-unfold-headers):
3794         * gnus-art.el (gnus-treat-fold-headers):
3795         * gnus-art.el (gnus-treat-fold-newsgroups):
3796         * gnus-art.el (gnus-treat-overstrike):
3797         * gnus-art.el (gnus-treat-display-xface):
3798         * gnus-art.el (gnus-treat-display-smileys):
3799         * gnus-art.el (gnus-treat-from-picon):
3800         * gnus-art.el (gnus-treat-mail-picon):
3801         * gnus-art.el (gnus-treat-newsgroups-picon):
3802         * gnus-art.el (gnus-treat-body-boundary):
3803         * gnus-art.el (gnus-treat-capitalize-sentences):
3804         * gnus-art.el (gnus-treat-fill-long-lines):
3805         * gnus-art.el (gnus-treat-play-sounds):
3806         * gnus-art.el (gnus-treat-translate):
3807         * gnus-art.el (gnus-treat-x-pgp-sig):
3808         * gnus-art.el (gnus-mime-button-line-format):
3809         * gnus-art.el (gnus-button-man-level):
3810         * gnus-art.el (gnus-button-emacs-level):
3811         * gnus-cus.el (gnus-group-parameters):
3812         * gnus-gl.el (bbb-build-mid-scores-alist):
3813         * gnus-group.el (gnus-group-line-format):
3814         * gnus-mlspl.el (gnus-group-split-setup):
3815         * gnus-mlspl.el (gnus-group-split):
3816         * gnus-msg.el (gnus-mailing-list-groups):
3817         * gnus-msg.el (gnus-posting-styles):
3818         * gnus-nocem.el (gnus-nocem-issuers):
3819         * gnus-score.el (gnus-score-regexp-bad-p):
3820         * gnus-srvr.el (gnus-server-line-format):
3821         * gnus-topic.el (gnus-topic-line-format):
3822         * gnus.el (gnus-summary-line-format):
3823         * mail-source.el (mail-sources):
3824         * message.el (message-subscribed-address-file):
3825         * nnmail.el (nnmail-split-fancy):
3826
3827 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3828
3829         * mail-source.el(mail-source-run-script): use `functionp' to test
3830         whether the argument `script' is in fact a function.
3831         (mail-sources): adjust the defcustom to allow users to specify a
3832         function or a string as the value of the `:prescript' and
3833         `:postscript' arguments of the `file' and `pop3' mail sources.
3834
3835 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3836
3837         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3838         number when article 1 does not exist.
3839
3840 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3841
3842         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3843         apropos if apropos-variable does not exist.
3844         (gnus-button-guessed-mid-regexp)
3845         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3846         regexes.  From Reiner Steib.
3847         (gnus-button-handle-describe-function)
3848         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3849         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3850         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3851
3852 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3853         Trivial patch.
3854
3855         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3856         the file.
3857
3858 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3859
3860         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3861
3862 2002-09-24  Simon Josefsson  <jas@extundo.com>
3863
3864         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3865         (mml2015-use): Prefer PGG if installed.
3866         (mml2015-function-alist): Add PGG wrappers.
3867         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3868         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3869         prefix, make regexp optionally skip it.
3870         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3871         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3872         (mml2015-pgg-encrypt): New functions.
3873         (defvar, autoload): Prevent byte-compile warnings.
3874
3875 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3876         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3877
3878         * gnus-art.el (article-strip-banner): Check for the existence of
3879         from header.
3880
3881 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3882
3883         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3884         (gnus-button-alist): Improved regexp for
3885         gnus-button-handle-mid-or-mail (false positives), fixed
3886         gnus-button-handle-man entries.
3887         From Reiner Steib.
3888
3889 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3890         From Josh Huber.
3891
3892         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3893         nnmail-extra-headers is non-nil.
3894
3895 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3896
3897         * nnmaildir.el: Store article numbers persistently.  General
3898         revision.
3899         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3900         for nnmail-expiry-wait; delete instead of moving if 'force is
3901         given.
3902
3903 2002-09-23  Simon Josefsson  <jas@extundo.com>
3904         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3905
3906         * smime.el (smime-sign-buffer): Get key and extra certs.
3907         (smime-get-key-with-certs-by-email): Utility function.
3908
3909 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3910         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3911
3912         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3913         article exists.
3914
3915 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3916
3917         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3918
3919 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3920         From Reiner Steib.
3921
3922         * gnus-art.el (gnus-button-handle-custom,
3923         gnus-button-handle-mid-or-mail,
3924         gnus-button-handle-describe-{function,variable,key},
3925         gnus-button-handle-apropos{,command,variable}): New functions.
3926         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3927         gnus-button-{man,emacs,mail}-level): New variables.
3928         (gnus-button-alist): Use the above to buttonize emacs and mail
3929         related links.
3930
3931 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3932
3933         * gnus-int.el (gnus-status-message): Fix spacing.
3934
3935         * imap.el (imap-continuation): Fix typos.
3936
3937 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3938
3939         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3940
3941         * gnus-art.el (gnus-article-reply-with-original): Correct
3942         with-current-buffer scope.
3943
3944         * message.el (message-completion-alist): Add Reply-To, From, etc.
3945
3946 2002-09-18  Simon Josefsson  <jas@extundo.com>
3947
3948         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3949         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3950
3951 2002-09-17  Simon Josefsson  <jas@extundo.com>
3952
3953         * nnimap.el (nnimap-expiry-target): Don't search for which
3954         articles exists here.
3955         (nnimap-request-expire-articles): Do it here instead.  Only expire
3956         when articles are found.  Suggested by Nevin Kapur
3957         <nevin@jhu.edu>.
3958
3959 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3960         From Reiner Steib <reiner.steib@gmx.de>.
3961
3962         * message.el (message-strip-subject-trailing-was)
3963         (message-change-subject, message-add-archive-header)
3964         (message-xpost-fup2-header, message-xpost-insert-note)
3965         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3966         adopted from message-utils.el.  Add functions to the keymap, mode
3967         describtion and menu.
3968         (message-change-subject,message-xpost-fup2): Signal error if
3969         current header is empty.
3970         (message-xpost-insert-note): Changed insert position.
3971         (message-archive-note): Ensure to insert note in message body (not
3972         in head).
3973         (message-archive-header, message-archive-note)
3974         (message-xpost-default, message-xpost-note, message-fup2-note)
3975         (message-xpost-note-function): New variables adopted from
3976         message-utils.el.  Changed some doc-strings.
3977         (message-mark-insert-{begin,end}): Rename from
3978         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3979         values.
3980         (message-subject-trailing-was-query)
3981         (message-subject-trailing-was-ask-regexp)
3982         (message-subject-trailing-was-regexp): New variables.
3983         (message-to-list-only): Added doc-string and menu entry.
3984
3985         * message-utils.el: Removed.  Functions are now in message.el.
3986
3987 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3988
3989         * gnus-art.el (gnus-article-reply-with-original,
3990         gnus-article-followup-with-original): Switch to
3991         gnus-summary-buffer before reply/followup.
3992
3993 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3994
3995         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3996         not exist. Toggle it anyway.
3997
3998 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3999
4000         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4001
4002         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4003         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4004
4005         * rfc2047.el (message-posting-charset): Defvar it.
4006         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4007         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4008
4009         * mail-source.el (mail-source-fetch): Hide password.
4010
4011         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4012
4013 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4014         From John Paul Wallington <jpw@shootybangbang.com>.
4015
4016         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4017
4018 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4021
4022 2002-09-11  Simon Josefsson  <jas@extundo.com>
4023
4024         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4025         (nnimap-split-rule): Doc fix.
4026         (nnimap-request-expire-articles): Cleanup code.
4027
4028 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4029         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4030
4031         * gnus-art.el (gnus-article-address-banner-alist): New option.
4032         (article-strip-banner): Refer the above option to split banners of
4033         free mail servers, when no group parameter is specified.
4034
4035 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * nntp.el (nntp-wait-for-string): Check for a process in the
4038         current buffer instead of `nntp-server-buffer'.
4039
4040 2002-09-09  Simon Josefsson  <jas@extundo.com>
4041
4042         * gnus-art.el (gnus-button-man-handler): New variable.
4043         (gnus-button-alist): Use g-b-handle-man.
4044         (gnus-button-handle-man): New, call g-b-man-handler.
4045
4046 2002-09-08  Simon Josefsson  <jas@extundo.com>
4047
4048         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4049
4050 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4053
4054 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4057
4058         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4059         keystroke.
4060
4061         * gnus-srvr.el (gnus-browse-describe-group): New command and
4062         keystroke.
4063
4064 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4067         value for gnus-decoration property.
4068
4069 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4070
4071         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4072         string) as group name in case we have a CRLF in the file.
4073
4074 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4075
4076         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4077         group.
4078         (rfc1843-decode-hzp): do.
4079         (rfc1843-newsgroups-regexp): do.
4080
4081 2002-09-04  Simon Josefsson  <jas@extundo.com>
4082
4083         * message.el (message-canlock-generate): Make sure sha1 doesn't
4084         call external programs.
4085
4086 2002-09-03  Simon Josefsson  <jas@extundo.com>
4087
4088         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4089
4090         * gnus-agent.el (gnus-agent-batch): Add doc.
4091
4092 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4093
4094         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4095         check for signed and encrypted parts.
4096         * mml.el (mml-parse-1): Correct small typo which preventing
4097         setting recipients in a secure tag.
4098
4099 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * mm-util.el (mm-coding-system-priorities): Default to a list of
4102         iso-2022-jp and others for the Japanese environment.
4103
4104 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4107         invalid display names.
4108
4109 2002-08-30  Simon Josefsson  <jas@extundo.com>
4110
4111         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4112         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4113
4114 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4115
4116         * gnus.el (gnus-group-charter-alist): New option.
4117         (gnus-group-fetch-control-use-browse-url): New option.
4118
4119         * gnus-group.el (gnus-group-fetch-charter): New function.
4120         (gnus-group-fetch-control): New function.
4121         Add them to the keymap and menu. Require mm-url.
4122
4123 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4126         From Alex Schroeder <alex@emacswiki.org>.
4127
4128 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4129
4130         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4131         items expecting user interaction.
4132
4133         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4134
4135         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4136
4137         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4138
4139         * mml.el (mml-menu): do.
4140
4141 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mail-source.el (mail-source-touch-pop): New function.
4144
4145         * message.el (message-smtpmail-send-it): New function.
4146         (message-send-mail-function): Add it for a candidate.
4147
4148 2002-08-27  Simon Josefsson  <jas@extundo.com>
4149
4150         * gnus-msg.el (posting-charset-alist): Use
4151         gnus-define-group-parameter instead of defcustom.
4152         (gnus-put-message): Handle SPC in GCC.
4153         (gnus-inews-insert-gcc): Ditto.
4154         (gnus-inews-insert-archive-gcc): Ditto.
4155
4156 2002-08-26  Simon Josefsson  <jas@extundo.com>
4157
4158         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4159         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4160         (gnus-agent-possibly-save-gcc): Autoload.
4161         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4162
4163 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus.el (gnus-other-frame-function): New user option.
4166         (gnus-other-frame): Use it; add a doc-string; make it work with
4167         the gnuclient program.
4168
4169         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4170
4171         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4172         `device-connection' and `dfw-device'.
4173
4174 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4175
4176         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4177         positives, make it stricter.  From Jochen Hein (trivial change).
4178
4179 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus.el (gnus-other-frame): Trivial fix.
4182
4183 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus.el (gnus-other-frame-parameters): New user option.
4186         (gnus-other-frame-object): New variable.
4187         (gnus-other-frame): Make it search for existing Gnus frame; don't
4188         read new news; delete frame on exit.
4189
4190         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4191
4192         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4193
4194 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4195         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4196
4197         * message.el (message-set-auto-save-file-name): Add support for
4198         the Cygwin Emacs; the system-type is `cygwin'.
4199         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4200
4201 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4202
4203         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4204
4205         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4206         avoid arithmetic errors.
4207
4208 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4211
4212 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4215         (message-ignored-resent-headers): Add envelope From.
4216
4217 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4218
4219         * gnus.el (gnus-summary-line-format): Document %k specifier.
4220
4221 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4222
4223         * gnus-sum.el (gnus-summary-line-message-size): New function.
4224         (gnus-summary-line-format-alist): Use it.
4225
4226 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-art.el (article-make-date-line): Refer to the value for
4229         `gnus-article-time-format' in the summary buffer.
4230
4231         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4232
4233 2002-08-14  Simon Josefsson  <jas@extundo.com>
4234
4235         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4236         quoting.
4237         (gnus-button-alist): Fix doc.
4238         (gnus-header-button-alist): Use ' not ` for default value quoting.
4239         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4240         rationale similar to 2002-05-01 change.
4241         (gnus-article-add-buttons-to-head): Evaluate expression.
4242
4243         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4244
4245 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * message.el (message-font-lock-keywords): Refer to the value for
4248         `message-cite-prefix-regexp' dynamically.
4249
4250 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4253
4254 2002-08-12  Simon Josefsson  <jas@extundo.com>
4255
4256         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4257         (imap-shell-open): Skip initial junk before IMAP greeting.
4258
4259 2002-08-11  Simon Josefsson  <jas@extundo.com>
4260
4261         * message-utils.el (message-xpost-default,
4262         message-xpost-fup2-header, message-xpost-fup2): Fixed
4263         Typos.  Trivial changes from Reiner Steib
4264         <4uce.02.r.steib@gmx.net>.
4265
4266 2002-08-09  Simon Josefsson  <jas@extundo.com>
4267
4268         * message.el (message-canlock-password): Set
4269         canlock-password-for-verify to newly generated canlock-password.
4270         When Emacs is restarted, Custom makes sure this is set, but during
4271         the same session we must set it manually.
4272
4273 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4274
4275         * yenc.el: New file.
4276
4277         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4278         (mm-uu-type-alist): Add yenc.
4279         (mm-uu-yenc-filename): New function.
4280         (mm-uu-yenc-extract): New function.
4281
4282         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4283
4284 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4285
4286         * dgnushack.el (merge): Don't use coerce.
4287
4288 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4289
4290         * mailcap.el (mailcap-mime-data): Test window-system rather than
4291         mm-device-type.
4292         (mailcap-mime-data): Call xdvi and gv with "-safer".
4293
4294         * mm-util.el: Don't define mm-device-type.
4295
4296 2002-08-05  Simon Josefsson  <jas@extundo.com>
4297
4298         * mm-util.el (mm-coding-system-priorities): coding-system type not
4299         supported everywhere.
4300
4301 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus.el (gnus-version-number): Bumped version number.
4304
4305 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4306
4307         * gnus.el: Oort Gnus v0.07 is released.
4308
4309 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4312         (gnus-article-sort-functions): Doc fix.
4313         (t): New keystroke.
4314         (gnus-article-sort-by-random): New function.
4315         (gnus-thread-sort-by-random): New function.
4316
4317 2002-08-02  Simon Josefsson  <jas@extundo.com>
4318
4319         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4320         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4321
4322 2002-07-31  Danny Siu  <dsiu@adobe.com>
4323
4324         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4325         when splitting malformed messages without message-id
4326
4327 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4328         From Niklas Morberg <niklas.morberg@axis.com>.
4329
4330         * nnweb.el (nnweb-type, nnweb-type-definition)
4331         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4332         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4333         functionality.
4334         * nnweb.el: Removed old non-functioning search engines.
4335
4336 2002-07-27  Simon Josefsson  <jas@extundo.com>
4337
4338         * message.el (message-forward-make-body): Don't use
4339         `message-forward-ignored-headers' when doing a "raw" followup (it
4340         is important to preserve e.g. CTE).
4341
4342         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4343
4344         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4345         regexp-quote, Cyrus Sieve is fixed.
4346
4347         * sieve-manage.el (sieve-manage-deletescript): New function.
4348
4349         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4350         (sieve-manage-mode): Fix menubar.
4351         (sieve-activate): Change some messages.
4352         (sieve-deactivate-all): New function.
4353         (sieve-deactivate): New alias.
4354         (sieve-remove): New function.
4355         (sieve-help): Fix help.
4356         All suggested by Ned Ludd.
4357
4358 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4361         (mm-w3m-safe-url-regexp): New user option.
4362
4363         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4364         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4365
4366 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4367
4368         * gnus-sum.el (gnus-summary-delete-article): Force
4369         nnmail-expiry-target to 'delete, so that absolute deletion
4370         happens when absolute deletion is requested.
4371
4372 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4373         From Nevin Kapur <nevin@jhu.edu>.
4374
4375         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4376         headers as empty headers.
4377
4378 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4379         From Jochen Hein <jochen@jochen.org>.
4380
4381         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4382         correct typo.
4383         (gnus-emphasis-strikethru): New face.
4384
4385 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4386         From Jason Merrill <jason@redhat.com>.
4387
4388         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4389         entire file for each of a sequence of missing articles.
4390
4391         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4392         value for gnus-view-pseudos.
4393
4394         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4395         avoid nreverse.
4396
4397 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4398         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4399
4400         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4401         (gnus-summary-mode-line-format-alist): Add %h for number of
4402         spams.
4403         (gnus-newsgroup-spam-marked): New variable.
4404         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4405         (gnus-article-read-p, gnus-article-mark)
4406         (gnus-set-global-variables, gnus-set-global-variables)
4407         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4408         (gnus-summary-mark-article-as-unread)
4409         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4410         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4411         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4412
4413 2002-07-10  Simon Josefsson  <jas@extundo.com>
4414
4415         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4416         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4417
4418 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4419
4420         * gnus-sum.el (gnus-summary-delete-article): Respect group
4421         parameters while expiring.
4422
4423 2002-07-08  Simon Josefsson  <jas@extundo.com>
4424
4425         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4426         Enberg.
4427
4428 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4429
4430         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4431         function is called interactively.  From Niklas Morberg.
4432
4433 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4434
4435         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4436         cdaar to cdar and car.
4437
4438         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4439         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4440
4441 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4444         don't break a narrowed article.
4445
4446         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4447         (nntp-open-via-rlogin-and-telnet): Ditto.
4448
4449 2002-07-02  Didier Verna  <didier@xemacs.org>
4450
4451         * nnmail.el (nnmail-split-methods): fix custom type.
4452
4453 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4454
4455         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4456         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4457
4458 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4459
4460         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4461         (gnus-summary-resend-message): Use it.
4462
4463 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4466         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4467
4468 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4469
4470         * message.el (message-font-lock-keywords): Don't fontify
4471         headers in the message body, only in the header.
4472         (message-font-lock-make-header-matcher): New function, used by
4473         message-font-lock-keywords.
4474         From Katsumi Yamaoka <yamaoka@jpl.org>.
4475
4476 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4479
4480 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4483
4484 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4485
4486         * message.el (message-font-lock-keywords): Revert 2002-06-22
4487         change.
4488
4489 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4490
4491         * message.el (message-font-lock-keywords): Put colon in header
4492         name match.
4493
4494 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4495
4496         * message.el (message-font-lock-keywords): Don't use header faces
4497         in the body.  Thanks to Stefan Monnier for the hint on the
4498         implementation.
4499
4500 2002-05-09  Miles Bader  <miles@gnu.org>
4501
4502         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4503         (gnus-article-hide-citation): Respect it.
4504
4505 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4506
4507         * pop3.el (pop3-open-server): Fix typo.
4508
4509 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4510
4511         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4512         instead of push to ignore duplicate to-(list|address) values.
4513         * nnmail.el (nnmail-cache-ignore-groups): New.
4514         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4515
4516 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4517
4518         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4519         before sending.  Suggested by Jan Rychter.
4520
4521 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * dgnushack.el (remove): New compiler macro.
4524         (last, coerce, subseq): Remove compiler macros for those built-in
4525         or unused functions.
4526
4527 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4528
4529         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4530         sure to write byte-compiled versions of gnus-*-format-alist to
4531         .newsrc.eld.  From Simon Josefsson.
4532
4533 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4534
4535         * gnus-agent.el (gnus-agent-read-servers)
4536         (gnus-agent-write-servers): Put server name (string like
4537         "nnchoke:frumple") in the file instead of a server specification
4538         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4539         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4540
4541 2002-06-16  Simon Josefsson  <jas@extundo.com>
4542
4543         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4544         Reiner Steib <4uce.02.r.steib@gmx.net>.
4545
4546 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4547
4548         * nnheader.el (nnheader-file-name-translation-alist): Set the
4549         default value for MS Windows systems.
4550
4551         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4552
4553 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * message.el (message-beginning-of-line): Keep the region active
4556         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4557
4558 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4559
4560         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4561         * gnus-msg.el (gnus-summary-reply): Ditto.
4562         * gnus-msg.el (gnus-summary-handle-replysign): New.
4563
4564 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4567         if sending failed.
4568
4569 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4570
4571         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4572         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4573         to sign while encrypting.
4574
4575 2002-06-11  Simon Josefsson  <jas@extundo.com>
4576
4577         * gnus-int.el (gnus-request-move-article): Agent expire article if
4578         successfuly moved.
4579
4580         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4581         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4582
4583 2002-06-10  Simon Josefsson  <jas@extundo.com>
4584
4585         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4586
4587 2002-06-09  Simon Josefsson  <jas@extundo.com>
4588
4589         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4590
4591         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4592
4593 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4594
4595         * flow-fill.el (fill-flowed): Ignore errors.
4596
4597 2002-06-06  Simon Josefsson  <jas@extundo.com>
4598
4599         * message.el (message-send-mail-with-sendmail): Improve error message.
4600
4601 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4602
4603         * message.el (message-interactive): Change default from nil to t.
4604         Better to be safe than to be fast.
4605
4606 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4607
4608         * message.el (message-send-mail-with-sendmail): Check return value
4609         from call-process-region.
4610
4611 2002-06-04  Simon Josefsson  <jas@extundo.com>
4612
4613         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4614         (gnus-group-post-news, gnus-summary-mail-other-window)
4615         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4616         gnus-article-copy to nil, thereby inhibiting the `header' posting
4617         style match to use data from last viewed article.
4618         Suggested by Hrvoje Niksic.
4619
4620 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * spam.el (spam-point-at-eol): New alias.
4623         (spam-parse-whitelist): Use it.
4624
4625 2002-06-03  Simon Josefsson  <jas@extundo.com>
4626
4627         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4628         (nnmail-article-group): Use it.
4629
4630 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4631
4632         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4633         so that code reading them won't be surprised.  From Jesper Harder
4634         <harder@ifa.au.dk>.
4635
4636 2002-05-29  Simon Josefsson  <jas@extundo.com>
4637
4638         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4639         articles.
4640
4641         * gnus.el (gnus-agent-cache): Doc fix.
4642         (gnus-agent): Change default to t.
4643
4644         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4645         ARTICLES, GROUP and FORCE parameters.
4646
4647 2002-05-28  Simon Josefsson  <jas@extundo.com>
4648
4649         * gnus-group.el (gnus-group-line-format): Doc fix.
4650
4651 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4652
4653         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4654         original article before yanking.  From Jesper Harder
4655         <harder@ifa.au.dk>.
4656
4657 2002-05-26  Simon Josefsson  <jas@extundo.com>
4658
4659         * gnus-sum.el (gnus-summary-menu-split): New function.
4660         (gnus-summary-make-menu-bar): Split charset submenu.
4661         (gnus-summary-menu-maxlen): New variable.
4662         (gnus-summary-menu-split): Use it.
4663
4664 2002-05-25  Simon Josefsson  <jas@extundo.com>
4665
4666         * mml.el (mml-preview): Generate some headers.
4667
4668         * gnus.el (gnus-large-newsgroup): Fix :type.
4669
4670         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4671         Agent cache NOV's by default now).
4672         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4673
4674 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4675
4676         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4677         call to gnus-parent-id when we check for References loops.
4678         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4679         twice by saving the simplified subject string in simp-subject.
4680
4681 2002-05-23  Simon Josefsson  <jas@extundo.com>
4682
4683         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4684         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4685
4686         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4687         Niklas Morberg <niklas.morberg@axis.com>.
4688
4689 2002-05-22  Simon Josefsson  <jas@extundo.com>
4690
4691         * sieve.el (sieve-change-region): Define it before it is used.
4692
4693         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4694         (gnus-summary-reply): Ask for confirmation when replying to news.
4695         Defaults to not ask.  From Benjamin Rutt
4696         <rutt+news@cis.ohio-state.edu>.
4697
4698         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4699
4700 2002-05-21  Simon Josefsson  <jas@extundo.com>
4701
4702         * sieve-mode.el (sieve-manage): Fix autoloads.
4703
4704         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4705         name (makes it work with recent Cyrus timsieved).
4706
4707 2002-05-20  Jason  <jbaker@cs.utah.edu>
4708         Trivial patch.
4709
4710         * gnus-art.el (gnus-request-article-this-buffer): Try
4711         reconnecting if you don't get the message.
4712
4713 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4716         Reply-To headers from the headers.
4717
4718 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * mm-url.el (mm-url-insert): Remove junk message.
4721
4722 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4725         (nnslashdot-use-front-page): New variable.
4726         (nnslashdot-request-list): Use it.
4727
4728         * mm-url.el (mm-url-timeout): New variable.
4729         (mm-url-retries): Ditto.
4730         (mm-url-insert): Use it.
4731
4732 2002-05-16  Simon Josefsson  <jas@extundo.com>
4733
4734         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4735         (gnus-simplify-subject-functions): Mention g-s-a-w.
4736
4737 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4738
4739         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4740         nnmail-cache-insert.
4741         * nndiary.el (nndiary-request-accept-article): Ditto.
4742         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4743         * nnimap.el (nnimap-request-accept-article): Ditto.
4744         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4745         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4746         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4747         * nnmh.el (nnmh-request-accept-article): Ditto.
4748         * nnmail.el (nnmail-cache-insert): Change group to required,
4749         removed code which tried to figure out the group.
4750
4751 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4752
4753         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4754         messages. From Hans de Graaff <hans@degraaff.org>.
4755         * nnml.el (nnml-request-accept-article): Pass in the group name to
4756         nnmail-cache-insert, since it's available.
4757
4758 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4759
4760         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4761
4762 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4763         From Florian Weimer <fw@deneb.enyo.de>.
4764
4765         * gnus.el (subscribed): New group parameter.
4766         (gnus-find-subscribed-addresses): Use it.
4767
4768 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4769
4770         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4771         the default for pgpmime to support pgp v2.
4772         * mml-sec.el (mml-signencrypt-style): New accessor function to
4773         allow users to get/set the signencrypt style more easily without
4774         frobbing the alist directly.
4775         * mml.el (mml-generate-mime-1): Use accessor function.
4776
4777 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4778
4779         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4780         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4781         <schwab@suse.de>.
4782
4783 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4784
4785         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4786         when intuiting the group the message is written to.  From Josh
4787         Huber <huber@alum.wpi.edu>.
4788
4789 2002-05-06  Simon Josefsson  <jas@extundo.com>
4790
4791         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4792         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4793
4794 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4795
4796         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4797         argument, and fixed compiler warning. (added autoload for
4798         gpg-encrypt).
4799
4800 2002-05-04  Simon Josefsson  <jas@extundo.com>
4801
4802         * mml1991.el (mml1991-function-alist): Doc fix.
4803
4804         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4805         doesn't exist (for previewing messages without having Gnus
4806         started).
4807
4808         * mm-util.el (mm-coding-system-priorities): Defcustom.
4809
4810         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4811
4812 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4813
4814         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4815         default.
4816         * mml-sec.el:
4817         * mml-sec.el (mml-signencrypt-style): New.
4818         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4819         argument `sign'.
4820         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4821         signencrypt.
4822         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4823         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4824         both signed & encryped is processed in one operation. (rather than
4825         two separate ops: sign, then encrypt)
4826         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4827         indication if a message is signed by an expired key.
4828         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4829         enables combined sign & encrypt operation. (this was always on
4830         before).
4831         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4832
4833 2002-05-01  Simon Josefsson  <jas@extundo.com>
4834
4835         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4836         server.
4837         (nnimap-mailbox-info): defvar instead of defvoo.
4838
4839 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4840
4841         * gnus.el: Oort Gnus v0.06 is released.
4842
4843 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * lpath.el: Bind url-package-version.
4846
4847 2002-05-01  Simon Josefsson  <jas@extundo.com>
4848
4849         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4850         filename before deleting the group itself, because the presence of
4851         a group filename decides if long filenames are used or not.
4852
4853         * gnus-art.el (gnus-button-alist): Don't inline
4854         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4855         without also modifying g-button-alist.
4856         (gnus-button-alist): Fix type to allow variable as well as regexp.
4857         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4858         themselves, variables to its contents.
4859         (gnus-button-entry): Ditto.
4860
4861 2002-05-01  Simon Josefsson  <jas@extundo.com>
4862
4863         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4864         UIDNEXT as a string.
4865
4866         * nnimap.el (nnimap-string-lessp-numerical): New function.
4867         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4868         integers.
4869
4870 2002-04-29  Simon Josefsson  <jas@extundo.com>
4871
4872         * nnmail.el (nnmail-cache-insert): Accept optional group
4873         parameter.
4874
4875         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4876         n-r-g-a is disabled.
4877
4878 2002-04-29  Simon Josefsson  <jas@extundo.com>
4879
4880         * nnimap.el (nnimap-split-fancy): Fix doc.
4881         (nnimap-split-fancy): Fix doc.
4882
4883         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4884         (nnimap-mailbox-info): New internal variable.
4885         (nnimap-retrieve-groups): Implement faster new mail check.
4886
4887         * nnimap.el (nnimap-split-articles): Support
4888         nnmail-cache-accepted-message-ids.
4889         (nnimap-request-accept-article): Ditto.
4890
4891         * imap.el (imap-mailbox-status-asynch): New command.
4892
4893 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4894
4895         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4896         are no subscribed mail groups.
4897         - Strip quoted names when comparing addresses
4898
4899 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4900
4901         * mm-decode.el (mm-text-html-renderer): Change customize type to
4902         const.
4903
4904         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4905         (gnus-debug-exclude-variables): do.
4906
4907 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4908
4909         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4910         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4911
4912 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * dns.el (dns-make-network-process): New macro.
4915         (query-dns): Use it.
4916
4917 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4918
4919         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4920         article-buffer.
4921
4922         * mm-url.el (mm-url-package-name): New variable.
4923         (mm-url-package-version): New variable.
4924         (mm-url-insert-file-contents): Bind url-package-name and
4925         url-package-version here.
4926         * nnrss.el (nnrss-insert-w3): Move the bindings.
4927
4928         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4929         url-package-version. Trivial change from Andrew J Cosgriff
4930         <ajc@polydistortion.net>
4931
4932         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4933         attachments. Trivial change from Peter 'Luna' Runestig
4934         <peter@runestig.com>.
4935
4936 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4937
4938         * nnkiboze.el (nnkiboze-request-scan): Call
4939         nnkiboze-possibly-change-group.
4940         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4941         problems.
4942         (nnkiboze-generate-group): Set newsrc to the *highest* article
4943         number kibozed, not the lowest.
4944
4945 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4946
4947         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4948
4949 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4950         From Dan Christensen <jdc+news@uwo.ca>.
4951
4952         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4953         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4954         Recognize math postings.  Extract Date (now ignores "(15kb)").
4955         Extract email address using gnus-extract-address-components
4956         instead of just taking the first word.  Create Date and From
4957         headers for message which are missing these headers.  Get rid
4958         of spurious \\ lines (purely cosmetic).  Extend body-end and
4959         file-end regexps, to exclude more garbage from the message.
4960         Make URL rephrasing regexp more flexible, to match current
4961         format.
4962
4963 2002-04-23  Simon Josefsson  <jas@extundo.com>
4964
4965         * netrc.el: New file, functions copied from gnus-util.el by Ted
4966         Zlatanov <tzz@lifelogs.com>.
4967
4968         * gnus-util.el: Require netrc.
4969         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4970         new code in netrc.el.
4971
4972 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4973
4974         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4975         message-ignored-resent-headers, too.  From Matthieu Moy
4976         <Matthieu.Moy@imag.fr>.
4977
4978 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4979
4980         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4981         boolean not a string
4982         * gnus-group.el (gnus-group-line-format): add description of %C
4983         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4984           as %C
4985         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4986
4987 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4988
4989         * nnmaildir.el (nnmaildir-request-scan): typo: set
4990         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4991         nnmail-get-new-mail for 'find-new-groups.
4992
4993 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4994
4995         * nnmaildir.el (nnmaildir-request-update-info,
4996         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4997         unnecessary calls to nnmaildir-request-scan.
4998
4999 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5000
5001         * gnus-msg.el:
5002         * gnus-msg.el (gnus-message-replysign): New.
5003         * gnus-msg.el (gnus-message-replyencrypt): New.
5004         * gnus-msg.el (gnus-message-replysignencrypted): New.
5005         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5006         (above) to automatically encrypt/sign to encrypted/signed
5007         messages.
5008         * message.el:
5009         * message.el (message-mode-map): Add keybinding for
5010         `message-to-list-only'
5011         * message.el (message-mode): Add description for
5012         `message-to-list-only'
5013         * message.el (message-to-list-only): New.
5014         * message.el (message-make-mft): Changed to use the cl loop macro,
5015         and added optional flag to return only the matched list. (for use
5016         in new message-to-list-only function)
5017
5018 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5019
5020         * gnus-msg.el:
5021         * gnus-msg.el (gnus-message-replysign):
5022         * gnus-msg.el (gnus-replysign): New.
5023         * gnus-msg.el (gnus-replyencrypt): New.
5024         * gnus-msg.el (gnus-replysignencrypted): New.
5025         * gnus-msg.el (gnus-summary-reply):
5026         * message.el:
5027         * message.el (message-mode-map):
5028         * message.el (message-mode):
5029         * message.el (message-to-list-only): New.
5030         * message.el (message-make-mft):
5031
5032 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5035
5036 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5037
5038         * message.el (message-gen-unsubscribed-mft): accept a prefix
5039         argument so CC can be included with C-u C-c C-f C-a
5040
5041 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5042         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5043
5044         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5045         Improve docstring.
5046         (spam-enter-blacklist): New command.
5047
5048         * gnus-sum.el (gnus-spam-mark): New mark.
5049         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5050         (gnus-summary-make-tool-bar): Correct conditional.
5051         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5052         (gnus-summary-mark-as-spam): New command.
5053
5054 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5055
5056         * mml-sec.el (mml-secure-message): changed to support arbritrary
5057         modes.
5058         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5059         changed to support "signencrypt" mode.
5060         * mml.el (mml-parse-1): changed to support different secure modes
5061         more easily. (for signencrypt)
5062
5063 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5064
5065         * gnus-sum.el (gnus-update-summary-mark-positions)
5066         (gnus-summary-toggle-header):
5067         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5068         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5069         (gnus-uu-post-encoded):
5070         * nnfolder.el (nnfolder-possibly-change-group):
5071         * nnimap.el (nnimap-retrieve-headers):
5072         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5073
5074 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5075
5076         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5077         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5078
5079 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-srvr.el (gnus-server-set-info): Clear
5082         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5083         From Daiki Ueno <ueno@unixuser.org>.
5084
5085 2002-04-11  Simon Josefsson  <jas@extundo.com>
5086
5087         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5088         viewing of security buttons.  Thanks to Nicolas Kowalski
5089         <Nicolas.Kowalski@imag.fr>.
5090
5091         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5092         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5093         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5094         <Nicolas.Kowalski@imag.fr>.
5095         (smime-decrypt-buffer): Ditto.
5096
5097 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5100         header line.
5101
5102 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5103
5104         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5105
5106 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5107
5108         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5109
5110 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5111
5112         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5113         errors when debug.
5114
5115 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5116
5117         * message.el (message-make-mft): Changed MFT code from using
5118         message-recipients (which included Bcc) to use only the To and CC
5119         headers.
5120
5121 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5122
5123         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5124         add link.
5125         (gnus-treat-mail-picon): Ditto.
5126         (gnus-treat-newsgroups-picon): Ditto.
5127         (gnus-picon-databases): Fix custom type.
5128         (gnus-picon-databases): Add link.
5129         (gnus-article-x-face-command): Add to gnus-picon group.
5130
5131 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5132
5133         * message.el (message-buffer-naming-style): Remove.
5134
5135 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5136
5137         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5138
5139         * message.el (message-tool-bar-map): Ditto.
5140
5141         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5142
5143 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5144
5145         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5146
5147 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5148
5149         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5150
5151 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5152         Trivial patch.
5153
5154         * dns.el: open-network-stream under XEmacs does udp.
5155
5156 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5157
5158         * spam.el (spam-enter-whitelist): New function.
5159         (spam-parse-whitelist): Ditto.
5160         (spam-refresh-list-cache): Ditto.
5161         (spam-address-whitelisted-p): New function.
5162
5163         * dns.el (query-dns): Use TCP when make-network-process isn't
5164         available.
5165         (dns-servers): New variable.
5166         (dns-parse-resolv-conf): New function.
5167         (query-dns): Use it.
5168
5169         * spam.el: New file.
5170
5171         * dns.el (query-dns): Test.
5172
5173 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * lpath.el (featurep): Bind make-network-process.
5176
5177 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5178
5179         * nnmaildir.el: Use defstruct.  Use a single copy of
5180         nnmail-extra-headers to save memory.  Store server's group name
5181         prefix instead of each group's prefixed name.
5182         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5183         nntp-server-buffer.
5184
5185 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * dns.el: New file.
5188
5189 2002-03-28  Simon Josefsson  <jas@extundo.com>
5190
5191         * gnus-sum.el (gnus-summary-dummy-line-format):
5192         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5193         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5194
5195 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5196
5197         * gnus-sum.el (gnus-summary-move-article)
5198         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5199         the doc string.
5200
5201 2002-03-28  Simon Josefsson  <jas@extundo.com>
5202
5203         * mml-sec.el (mml-secure-message): Search after
5204         mail-header-separator from top of message.
5205
5206 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5207
5208         * nnmaildir.el: Cosmetic changes.
5209         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5210         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5211         nnmaildir--group-ls): New macros/functions.  Use them.
5212         (nnmaildir--unlink): Evalutate argument only once.
5213
5214 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5215
5216         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5217         symbols.
5218         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5219         `gnus-point-at-eol'.
5220
5221 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5222
5223         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5224         nnmaildir--marks-dir): New macros.  Use them.
5225         Use inhibit-quit for atomicity instead of in-memory journaling.
5226         (nnmaildir--edit-prep): New function.
5227         (Local Variables): Use it.
5228
5229 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5230
5231         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5232
5233 2002-03-25  Simon Josefsson  <jas@extundo.com>
5234
5235         * message.el (message-mode): Fix doc.
5236
5237 2002-03-25  Simon Josefsson  <jas@extundo.com>
5238
5239         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5240         Matthieu Moy <Matthieu.Moy@imag.fr>.
5241
5242 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5243
5244         * mml-sec.el (mml-unsecure-message): Add docstring.
5245
5246 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5249         value.
5250         Trivial change from andre@slamdunknetworks.com
5251
5252 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5253
5254         * mml.el (mml-mode-map): Added a keybinding for
5255         `mml-unsecure-message'.  Also, added a menu entry for said
5256         function in the Attachments menu.
5257
5258 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * canlock.el (canlock-version): Remove.
5261         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5262         here; simplify \x insertions.
5263         (canlock-sha1): New function, always return a unibyte string.
5264         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5265         of a password.
5266         (canlock-insert-header): Use `canlock-sha1'.
5267         (canlock-verify): Ditto.
5268
5269 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5270
5271         * message.el (message-fix-before-sending): Add an option that
5272         ignores illegible text.
5273         Trivial change from Mark Milhollan <mlm@attglobal.net>
5274
5275         * message.el (message-font-lock-keywords): Support multi-line MML
5276         tags.
5277
5278         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5279         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5280
5281 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5284         symbols for "View as different encoding" submenu.
5285
5286 2002-03-19  Simon Josefsson  <jas@extundo.com>
5287
5288         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5289         encoding" submenu.
5290
5291 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5292
5293         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5294
5295 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5296
5297         * gnus-sum.el (gnus-sum-thread-tree-root)
5298         (gnus-sum-thread-tree-single-indent)
5299         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5300         (gnus-sum-thread-tree-leaf-with-other)
5301         (gnus-sum-thread-tree-single-leaf): Make customizable.
5302
5303 2002-03-16  Simon Josefsson  <jas@extundo.com>
5304
5305         * gnus-util.el (gnus-extract-address-components): Don't break on
5306         names such as James "Kibo" Parry.  From Francis Litterio
5307         <franl@world.std.com>.
5308
5309 2002-03-13  Simon Josefsson  <jas@extundo.com>
5310
5311         * pop3.el (pop3-open-server): Revert multibyte change.  From
5312         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5313
5314         * message.el (message-send-mail-with-qmail): Make it work.  From
5315         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5316
5317 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5318
5319         * message.el (message-make-mft): Set case-fold-search while
5320         generating the MFT.  Also, a little cleanup in the MFT code.
5321
5322 2002-03-12  Simon Josefsson  <jas@extundo.com>
5323
5324         * message.el (message-qmail-inject-args): May be function.
5325         (message-send-mail-with-qmail): Call function if m-q-i-a is
5326         function.  From fn@hungry.org (Faried Nawaz).
5327
5328 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5329
5330         * message.el (message-abbrevs-loaded): Remove.
5331         (mailabbrev): Require it.
5332
5333         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5334
5335 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * pop3.el (pop3-open-server): Set process buffer unibyte.
5338
5339 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5342
5343 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5344
5345         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5346         too.
5347
5348 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5349
5350         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5351         duplication.
5352         (gnus-summary-save-parts-type-history): Ditto.
5353         (gnus-summary-save-parts-last-directory): Ditto.
5354         Trivial change from andre@slamdunknetworks.com
5355
5356 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5357
5358         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5359
5360 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5361
5362         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5363         -->" as the end of the first article.
5364
5365         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5366         From Matthieu Moy <Matthieu.Moy@imag.fr>
5367
5368         * message.el (message-add-action): Use add-to-list.
5369         (message-delete-action): New function.
5370
5371         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5372         pieces.
5373
5374 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5375
5376         * nnnil.el: New file.
5377         * gnus.el (gnus-valid-select-methods): Include nnnil.
5378
5379 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5380
5381         * message.el (message-syntax-checks): Because canlock is
5382         supported, we disable sender syntax check.
5383         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5384
5385         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5386         value of message-syntax-checks.
5387
5388         * qp.el (quoted-printable-decode-region): Doc addition.
5389         From: Eli Zaretskii <eliz@is.elta.co.il>
5390
5391         * mail-source.el (make-source-make-complex-temp-name): Use
5392         make-temp-file.
5393
5394         * mm-util.el (mm-make-temp-file): New function.
5395         * nneething.el (nneething-file-name): Use it.
5396         * mml-smime.el (mml-smime-encrypt): Ditto.
5397         * mm-view.el (mm-inline-wash-with-file): Ditto.
5398         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5399         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5400         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5401         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5402         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5403         * gnus-art.el (gnus-mime-print-part): Ditto.
5404
5405 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5406
5407         * message.el (nnmaildir-article-number-to-base-name): New
5408         function.
5409         (nnmaildir-base-name-to-article-number): New function.
5410
5411 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * smime.el (smime-make-temp-file): Don't quote
5414         `temporary-file-directory'.
5415
5416 2002-03-04  Simon Josefsson  <jas@extundo.com>
5417
5418         * smime.el (smime-sign-region): Rename argument keyfiles to
5419         keyfile. You only sign something with one key.
5420         (smime-sign-buffer): Better completing-read prompt.
5421         (smime-decrypt-buffer): Ditto.
5422
5423         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5424
5425         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5426         completing-read.
5427         (mm-view-pkcs7-decrypt): CRLF->LF.
5428
5429 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5430
5431         * message.el (message-hierarchical-addresses): New variable.
5432         (message-get-reply-headers): Use it.
5433         From Ted Zlatanov <teodor.zlatanov@divine.com>
5434
5435 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5436
5437         * message.el (message-mode): If buffer-file-name, don't set auto
5438         save file name.
5439         Trivial change from Geoff Greene <ggreene@wpi.edu>
5440
5441 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5442
5443         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5444         takes one argument in read-char.
5445
5446         * message.el (message-fix-before-sending): Forward a char.
5447         Check mmu-multibyte-p, add control-1.
5448
5449 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5450
5451         * gnus-start.el (gnus-read-init-file): Ditto.
5452
5453         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5454
5455         * dgnushack.el (dgnushack-make-load): Ditto.
5456
5457         * mail-source.el (mail-source-fetch): Extract the right error
5458         code.
5459
5460         * message.el (message-fix-before-sending): Check illegible text.
5461
5462         * gnus-util.el (gnus-multiple-choice): New function.
5463
5464         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5465         also defined in gnus-score.el.
5466
5467 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5468
5469         * message.el (message-get-reply-headers): downcase email addresses
5470         for comaparisons for duplicate removal.
5471
5472 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5475         implementation of PKCS#7, which just allows users read the
5476         message.
5477         (mm-view-pkcs7): Use it.
5478
5479 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5480
5481         * gnus.el (large-newsgroup-initial): New parameter.
5482
5483         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5484         (gnus-summary-insert-old-articles): Ditto.
5485
5486 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5487
5488         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5489         used as the default answer of the question, "How many articles?".
5490         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5491
5492         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5493         small numbers.
5494
5495 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5496
5497         * deuglify.el: Fix comments.
5498
5499 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5500
5501         * html2text.el (html2text-clean-anchor): If there is no HREF,
5502         insert nothing.
5503
5504         * mml.el (mml-generate-mime-1): Add cdr.
5505         From: andre@slamdunknetworks.com
5506
5507         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5508         (mm-text-html-washer-alist): Ditto.
5509
5510         * mm-decode.el (mm-text-html-renderer): Add html2text.
5511
5512         * html2text.el: Face lift.
5513
5514         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5515
5516 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5517
5518         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5519
5520         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5521
5522         * deuglify.el: New file. The original file name is
5523         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5524
5525         * mm-decode.el (mm-display-external): Use
5526         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5527
5528 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5529
5530         * nnmaildir.el (nnmaildir-request-list): Report the highest
5531         article number, not the total number of articles.
5532
5533 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5534
5535         * gnus-sum.el: Move uu key map here.
5536         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5537
5538 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5539
5540         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5541         nnmail-expiry-wait* if expire-age parameter is not set.
5542
5543 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5544
5545         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5546         function.
5547         (gnus-group-sort-selected-groups-by-real-name): New function.
5548         (gnus-group-make-menu-bar): Add sort by real name.
5549
5550         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5551         rebuild.
5552         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5553         nil as dependencies as well.
5554
5555 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5556
5557         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5558         for mime-parts.
5559
5560         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5561
5562         * gnus-group.el (gnus-group-name-decode): Don't test
5563         multibyte-string, because it breaks XEmacs.
5564         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5565
5566         * message.el (message-send-mail): Be talkative.
5567
5568         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5569         (mm-automatic-display): Ditto.
5570
5571         * mailcap.el (mailcap-mime-data): Ditto.
5572         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5573
5574 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * many files: Remove trailing whitespaces, replace spc+tab with
5577         tab, replace leading whitespaces with tabs.
5578
5579 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5580
5581         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5582         articles with no body and no blank line after the header.
5583
5584 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5585
5586         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5587         parts.
5588
5589         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5590         non-ascii chars.
5591
5592         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5593
5594         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5595         w3-delay-image-loads.
5596         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5597         (mm-w3-prepare-buffer): Ditto.
5598
5599         * mail-source.el (mail-source-fetch-directory): Run scripts.
5600
5601 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5604         for Majordomo confirmations.
5605
5606 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5609
5610 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5613
5614 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5615
5616         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5617         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5618
5619 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5620
5621         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5622         (mm-inline-render-with-stdin): Ditto.
5623         (mm-inline-render-with-function): Ditto.
5624         (mm-inline-wash-with-file): Bind coding-system-for-write.
5625         (mm-inline-wash-with-stdin): Ditto.
5626
5627 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5628
5629         Suggested by Felix Natter <fnatter@gmx.net>
5630
5631         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5632         gnus-mime-externalize-view.
5633         (gnus-mime-view-part-internally): Rename from
5634         gnus-mime-internalize-view.
5635         (gnus-article-view-part-externally): Rename from
5636         gnus-article-externalize-part.
5637         (gnus-mime-action-alist): Change correspondingly.
5638         (gnus-mime-button-commands): Ditto.
5639         (gnus-mime-action-alist): Remove duplication.
5640
5641         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5642
5643 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5644
5645         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5646
5647         * gnus-art.el (gnus-display-mime): Use it.
5648
5649         * mm-partial.el (mm-partial-find-parts): Use it.
5650
5651         * gnus-sum.el (gnus-article-loose-mime): Rename from
5652         gnus-article-no-strict-mime.
5653         (gnus-summary-save-parts): Use it.
5654
5655 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5658         local variable.
5659
5660         * gnus-art.el (article-display-x-face): Don't sort multiple
5661         X-Faces.
5662
5663 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5666         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5667
5668         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5669
5670 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5671
5672         Some ideas is inspired by code from Hrvoje Niksic
5673         <hniksic@arsdigita.com>
5674
5675         * gnus-art.el (gnus-article-wash-function): Set the default to
5676         nil, so that we use mm-text-html-renderer instead.
5677         (article-wash-html): Use mm-text-html-renderer.
5678
5679         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5680         (mm-text-html-renderer): New variable.
5681         (mm-inline-text-html-renderer): Set the default to nil, so that we
5682         use mm-text-html-renderer instead.
5683
5684         * mm-view.el (mm-inline-text-html): New function.
5685         (mm-text-html-renderer-alist): New variable.
5686         (mm-inline-text-vcard): New function.
5687         (mm-inline-text): Split.
5688         (mm-links-remove-leading-blank): New function.
5689         (mm-inline-render-with-file): New function.
5690         (mm-inline-render-with-stdin): New function.
5691         (mm-inline-render-with-function): New function.
5692         (mm-text-html-washer-alist): New variable.
5693         (mm-inline-wash-with-file): New function.
5694         (mm-inline-wash-with-stdin): New function.
5695
5696 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5697
5698         * message-utils.el: Fix installation doc.
5699         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5700
5701 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5702
5703         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5704         (gnus-post-method): Use it.
5705         (gnus-summary-cancel-article): Find the correct post-method.
5706
5707         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5708         * message.el (message-send-news): Ditto.
5709         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5710         <ipmonger@delamancha.org>
5711
5712         * gnus.el (gnus-select-method): Fix doc.
5713         (gnus-server-string): Use 'using nntp'.
5714
5715         * gnus-agent.el (gnus-slave-unplugged): New command.
5716         From: Felix Natter <fnatter@gmx.net>
5717
5718 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5719
5720         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5721         Call edit-done-function first, then change the window
5722         configuration.
5723         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5724         (gnus-article-edit-mode): mml-mode.
5725
5726         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5727         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5728
5729         * message-utils.el: Adopt the file.
5730
5731         * message-utils.el: New file.
5732         From Holger Schauer <Holger.Schauer@gmx.de>
5733
5734 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5735
5736         * gnus-sum.el (gnus-summary-move-article): Select-article only
5737         when gnus-move-split-methods is non-nil. And we don't render or
5738         mark the article.
5739
5740         * gnus-fun.el (gnus-shell-command-to-string): New function.
5741         (gnus-shell-command-on-region): New function.
5742         (gnus-random-x-face): Use them.
5743         (gnus-x-face-from-file): Ditto.
5744         (gnus-convert-image-to-gray-x-face): Ditto.
5745         (gnus-convert-gray-x-face-to-xpm): Ditto.
5746         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5747
5748 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-art.el (gnus-treat-display-xface): Don't use
5751         `shell-command-to-string' when compiling.
5752         (gnus-treat-display-grey-xface): Ditto.
5753
5754 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5755
5756         * nnmaildir.el (nnmaildir--article-count): If the group is
5757         completely empty, report minimum article number as 1 instead of 0.
5758
5759 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5760
5761         * gnus-agent.el (gnus-get-predicate): Use nconc.
5762
5763         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5764         gnus-summary-display-cache as cache.
5765
5766         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5767         (nndoc-mail-in-mail-type-p): New function.
5768         (nndoc-mail-in-mail-article-begin): New function.
5769
5770 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5771
5772         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5773
5774         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5775         use-hard-newlines to nil.
5776
5777         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5778         image is not available if window-system is not available.
5779
5780         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5781
5782 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5785         bookmark, because update-mark doesn't handle it correctly.
5786
5787 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5788
5789         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5790         directly instead of calling message-send-mail.
5791
5792         * gnus-start.el (gnus-read-descriptions-file): Use
5793         gnus-default-charset.
5794
5795         * mm-util.el (mm-guess-mime-charset): New function.
5796
5797         * gnus.el (gnus-default-charset): Use it.
5798         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5799         the default.
5800
5801 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5802
5803         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5804         (article-display-x-face): Use it.  Disable grey xface, if
5805         uncompface is not found.
5806
5807         * message.el (message-mode): Don't enable multibyte on an indirect
5808         buffer.
5809
5810         * nnrss.el (nnrss-content-function): New variable.
5811         (nnrss-request-article): Use it.
5812
5813 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5814
5815         * gnus.el: Add article-unsplit-urls.
5816         * gnus-sum.el: Ditto.
5817         * gnus-art.el (gnus-treat-strip-cr): New variable.
5818         (gnus-treatment-function-alist): Use it.
5819         (article-unsplit-urls): New function.
5820         (gnus-article-make-menu-bar): Use it.
5821         From: Michael Cook <michael.cook@cisco.com>
5822
5823 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5824
5825         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5826         copy.
5827
5828 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5829
5830         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5831         with internal whitespace.
5832         (gnus-parent-id): Ditto.
5833
5834 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5835
5836         * gnus-art.el (gnus-article-treat-body-boundary): Add
5837         gnus-decoration property.
5838         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5839
5840         * message.el (message-mode): Set local-abbrev-table.
5841         From Matt Armstrong <matt@lickey.com>.
5842
5843         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5844         too many spaces.
5845
5846         * rfc2047.el (rfc2047-unfold-region): Ditto.
5847         (rfc2047-decode-region): Don't unfold. Let
5848         gnus-article-treat-unfold-headers do it.
5849
5850         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5851         From: Jesper Harder <harder@ifa.au.dk>
5852
5853 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5856         (gnus-configure-posting-styles): Use it.
5857         (gnus-configure-posting-styles): Remove trailing newspaces.
5858
5859 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5860
5861         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5862         is non-nil.
5863
5864         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5865
5866         * gnus.el (gnus-server-to-method): Switch position with
5867         gnus-server-get-method.
5868         (gnus-agent): Add doc.
5869
5870         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5871         (gnus-summary-save-parts): Use it.
5872
5873         * gnus-art.el (gnus-display-mime): Use it.
5874         * mm-partial.el (mm-partial-find-parts): Use it.
5875
5876         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5877
5878         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5879         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5880
5881         * nnagent.el (nnagent-request-expire-articles): Don't delete
5882         files.
5883
5884 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5885
5886         * message.el (message-gen-unsubscribed-mft): New function.
5887         From Sriram Karra <karra@cs.utah.edu>.
5888
5889         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5890         open parenthesis.
5891
5892         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5893         (mm-inline-text-html-render-with-w3): Ditto.
5894         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5895         Suggested by Dave Love  <d.love@dl.ac.uk>.
5896
5897         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5898
5899         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5900         * nntp.el (nntp-send-command): Ditto.
5901         * nntp.el (nntp-send-command-nodelete): Ditto.
5902
5903 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5904
5905         * mm-url.el (mm-url-load-url): New function.
5906         (mm-url-insert-file-contents): Use it.
5907
5908         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5909
5910         * message.el (message-forward-make-body): Correctly copy
5911         forward-buffer.
5912
5913         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5914
5915 2002-02-04  Simon Josefsson  <jas@extundo.com>
5916
5917         * gnus-art.el (gnus-article-followup-with-original): Mark with
5918         force, prevent errors when following up from article buffer.
5919         (gnus-article-reply-with-original): Ditto.
5920
5921         * binhex.el (binhex-decoder-switches): Fix doc.  From
5922         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5923
5924 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5925
5926         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5927         highlight-citation after emphasize.
5928
5929 2002-02-04  Simon Josefsson  <jas@extundo.com>
5930
5931         * nnfolder.el (nnfolder-open-marks):
5932
5933         * nnml.el (nnml-open-marks): Message when done.  From David
5934         Edmondson <dme@sun.com>.
5935
5936 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5937
5938         * imap.el (imap-anonymous-auth): Fix typo.
5939         From: Steinar Bang <sb@dod.no>
5940
5941         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5942         save-excursion.
5943         (gnus-cache-braid-heads): Ditto.
5944
5945         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5946         line, because there are extra articles in the overview buffer.
5947
5948         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5949
5950         * message.el (message-forward-rmail-make-body): Directly use
5951         rmail-msg-restore-non-pruned-header to avoid calling
5952         vertical-motion.
5953
5954 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5955
5956         * gnus-cache.el (gnus-summary-insert-cached-articles):
5957         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5958
5959         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5960         gnus-newsgroups-unselected.
5961
5962         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5963         gnus-add-to-sorted-list.
5964
5965         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5966         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5967         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5968         (gnus-update-read-articles): UNREAD is sorted.
5969         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5970         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5971         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5972         (gnus-newsgroup-dormant): Require sorted.
5973
5974         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5975         directories.
5976         (gnus-dired-print): New function.
5977
5978         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5979         ps-despool.
5980
5981 2002-02-02  Simon Josefsson  <jas@extundo.com>
5982
5983         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5984
5985 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5986
5987         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5988         t. This makes gnus-agent customizable without putting
5989         gnus-agentize into .gnus.
5990
5991         * gnus.el (gnus-agent): Make it customizable.
5992
5993         * gnus-dired.el: New file.
5994         From Benjamin Rutt <brutt@bloomington.in.us>
5995
5996         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5997         if no article.
5998         (gnus-cache-possibly-remove-article): Ditto.
5999         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6000
6001 2002-02-01  Simon Josefsson  <jas@extundo.com>
6002
6003         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6004
6005 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6008         (mm-setup-w3m): Don't bind keys listed in the above.
6009
6010 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6013         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6014         is non-nil; bind `w3m-force-redisplay' with nil.
6015
6016         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6017
6018         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6019
6020 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6021
6022         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6023         use mail-header-unfold-field.
6024
6025         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6026         gnus-summary-limit.
6027
6028         * gnus-range.el (gnus-add-to-sorted-list): New function.
6029         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6030         (gnus-mark-article-as-unread): Ditto.
6031         (gnus-summary-mark-article-as-unread): Ditto.
6032         (gnus-build-get-header): Ditto.
6033         (gnus-summary-prepare-threads): Ditto.
6034         (gnus-summary-insert-pseudos): Ditto.
6035         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6036         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6037         (gnus-summary-insert-old-articles): Ditto.
6038
6039         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6040         (gnus-configure-posting-styles): Support the new format.
6041
6042         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6043         edebug-form-spec to (sexp body).
6044         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6045
6046         * message.el (message-reply-headers): Add doc.
6047
6048 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6049
6050         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6051         gnus-cache-active-hashtb.
6052
6053         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6054         (gnus-agent-summary-fetch-group): Use it.
6055
6056         * gnus-msg.el (gnus-debug-files): New variable.
6057         (gnus-debug-exclude-variables): New variable.
6058         (gnus-debug): Use them.
6059
6060         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6061
6062 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6063
6064         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6065         (message-mode-syntax-table): Move back the previous position.
6066
6067         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6068
6069         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6070         gnus-sorted-difference.
6071
6072         * nnsoup.el (nnsoup-request-expire-articles): Use
6073         gnus-sorted-difference.
6074
6075         * nnheader.el: Autoload gnus-sorted-difference.
6076
6077         * nnfolder.el (nnfolder-request-expire-articles): Use
6078         gnus-sorted-difference.
6079
6080         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6081         gnus-sorted-difference.
6082
6083         * gnus-range.el: Autoload cookies.
6084         (gnus-sorted-difference): New function.
6085         (gnus-sorted-ndifference): New function.
6086         (gnus-sorted-nintersection): Rename from
6087         gnus-set-sorted-intersection.
6088         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6089         (gnus-list-range-difference): Rename from
6090         gnus-inverse-list-range-intersection.
6091         (gnus-inverse-list-range-intersection): Use defalias.
6092
6093         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6094         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6095         (gnus-articles-to-read): Use gnus-sorted-difference.
6096         (gnus-summary-limit-mark-excluded-as-read): Use
6097         gnus-sorted-intersection and gnus-sorted-ndifference.
6098         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6099         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6100
6101         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6102
6103 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6106         property to the buffer for using emacs-w3m command keys.
6107
6108         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6109         option.
6110
6111         * mm-view.el (mm-w3m-mode-map): New variable.
6112         (mm-w3m-mode-command-alist): New variable.
6113         (mm-w3m-minor-mode): Removed.
6114         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6115         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6116         buffer for using emacs-w3m command keys.
6117
6118 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6119
6120         * message.el (message-mode-syntax-table): Move forward.
6121         (message-cite-prefix-regexp): Auto detect non word constituents.
6122         (message-cite-prefix-regexp): Don't use with-syntax-table.
6123
6124         * gnus-sum.el (gnus-summary-update-info): Use
6125         gnus-list-range-intersection.
6126
6127         * gnus-agent.el (gnus-agent-fetch-headers): Use
6128         gnus-list-range-intersection.
6129
6130         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6131         (gnus-list-range-intersection): Use it.
6132         (gnus-inverse-list-range-intersection): Ditto.
6133         (gnus-sorted-intersection): Add doc.
6134         (gnus-set-sorted-intersection): Add doc.
6135         (gnus-sorted-union): New function.
6136         (gnus-set-sorted-union): New function.
6137
6138         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6139         (gnus-inverse-list-range-intersection): Ditto.
6140
6141 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6142
6143         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6144
6145         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6146         and permit `:' and `\' in order to handle full Windows pathnames.
6147         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6148         technically not correct per standard, but seems to have common use.
6149
6150 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6151
6152         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6153         replacing numbers.
6154
6155 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6156
6157         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6158
6159         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6160         Don't split when the window is small, e.g. when a small *BBDB*
6161         window is the lowest one.
6162
6163         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6164         nnheader-find-nov-line to speed up. Use nreverse, because it is
6165         sorted. Use nnheader-insert-nov-file.
6166
6167 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6170
6171         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6172         of `w3m-display-inline-images' with the value of
6173         `mm-inline-text-html-with-images'.
6174         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6175
6176         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6177
6178 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6179
6180         * time-date.el: Add autoload cookies.  Many doc fixes.
6181         (time-add): New function.
6182         (time-subtract): Renamed from subtract-time.
6183         (subtract-time): New alias for time-subtract.
6184
6185 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6188         emacs-w3m in doc-string.
6189
6190         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6191         `w3m-current-buffer'.
6192
6193 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6194
6195         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6196
6197         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6198         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6199         (mm-w3m-cid-retrieve): New function.
6200         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6201
6202 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6203
6204         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6205
6206 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6209
6210 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6213         32K.
6214
6215         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6216
6217         * nnmail.el (nnmail-article-group): Decode headers before running
6218         split rules over them.
6219         (nnmail-mail-splitting-charset): New variable.
6220
6221         * smiley.el: Replaced with smiley-ems.el.
6222
6223 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6224
6225         * mm-url.el (mm-url-predefined-programs): Add w3m.
6226         (mm-url-program): Ditto.
6227
6228 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * nnml.el (nnml-use-compressed-files): New variable.
6231         (nnml-filenames-are-evil): Removed.
6232         (nnml-current-group-article-to-file-alist): Don't use.
6233         (nnml-update-file-alist): Inhibit.
6234         (nnml-article-to-file): Use new var.
6235
6236 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6237
6238         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6239
6240         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6241
6242 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6245         function.
6246
6247         * gnus-util.el (gnus-cache-file-contents): New function.
6248
6249         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6250         (gnus-agent-load-alist): Use it.
6251
6252         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6253
6254         * nnheader.el (nnheader-insert-nov-file): New function.
6255
6256         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6257
6258         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6259         there are no references.
6260         (gnus-extract-message-id-from-in-reply-to): New function.
6261         (gnus-nov-parse-line): Use in-reply-to if there are no
6262         references.
6263
6264 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265
6266         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6267
6268         * gnus-util.el (gnus-parse-without-error): New macro.
6269
6270 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6271
6272         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6273         (gnus-article-wash-function): use locate-library to decide which
6274         to use.
6275
6276 2002-01-25  Simon Josefsson  <jas@extundo.com>
6277
6278         * pop3.el (pop3-munge-message-separator): Work if no date.
6279         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6280
6281 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-agent.el (gnus-agent-save-alist): Fix.
6284
6285         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6286         mistake.  Reinstated lost code.
6287
6288 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6289
6290         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6291         one exists in the case of an encrypted message with an internal
6292         signature.
6293
6294 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6297
6298 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * dgnushack.el: Commented out the experimental code.
6301
6302 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6305         error.
6306
6307         * gnus.el (gnus-server-to-method): Made into subst.
6308         (gnus-server-method-cache): New variable.
6309         (gnus-server-to-method): Use it.
6310         (gnus-group-method-cache): New variable.
6311         (gnus-find-method-for-group-1): Renamed.
6312         (gnus-find-method-for-group): New function.
6313         (gnus-group-method-cache): Removed.
6314
6315         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6316         function.
6317
6318         * gnus-range.el (gnus-members-of-range): New function.
6319         (gnus-list-range-intersection): Renamed.
6320         (gnus-inverse-list-range-intersection): New function.
6321
6322         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6323
6324         * nnagent.el (nnagent-retrieve-headers): New implementation.
6325
6326         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6327         implementation.
6328
6329 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6332         `w3m-meta-content-type-charset-regexp'.
6333
6334         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6335         charset-encoded html contents.
6336
6337 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6338
6339         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6340         an empty file.
6341
6342         * nnweb.el (url): Ignore errors when request url.
6343
6344         * nnrss.el: Clean up the comments.
6345
6346 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6349
6350         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6351         (mm-inline-media-tests): Test whether the value of
6352         `mm-inline-text-html-renderer' is a function for text/html.
6353
6354         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6355         separated from `mm-inline-text'.
6356         (mm-w3m-minor-mode): New variable.
6357         (mm-w3m-setup): New variable.
6358         (mm-setup-w3m): New function.
6359         (mm-inline-text-html-render-with-w3m): New function.
6360         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6361         text/html.
6362
6363 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6364
6365         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6366
6367 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6370         and `gnus-xmas-completing-read'.
6371
6372 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6373
6374         * nneething.el (nneething-message-id-number): Abolished.
6375         (nneething-encode-file-name): Not encode numerical characters.
6376         (nneething-make-head): `nneething-message-id-number' is not
6377         used to generate message IDs.
6378
6379 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380
6381         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6382         characters.
6383
6384 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6387         (gnus-xmas-redefine): Redefine conditionally.
6388
6389 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6390
6391         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6392         tag.
6393
6394 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6395
6396         * message.el (message-font-lock-keywords): Added the secure tag.
6397         * mml-sec.el: Added functions to generate/modify/remove the secure
6398         tag while in message mode.
6399         * mml-sec.el (mml-secure-message): New.
6400         * mml-sec.el (mml-unsecure-message): New.
6401         * mml-sec.el (mml-secure-message-sign-smime): New.
6402         * mml-sec.el (mml-secure-message-sign-pgp): New.
6403         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6404         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6405         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6406         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6407         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6408         convert it to either a part or multipart depending on if there are
6409         other parts in the message.
6410         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6411         to use the secure tag, rather than the part tag.
6412         * mml.el (mml-preview): Added a save-excursion to keep cursor
6413         position after doing an MML preview.
6414
6415 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * nnheader.el (nnheader-parse-overview-file): New function.
6418         (nnheader-write-overview-file): New function.
6419
6420 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6423         in wanted.
6424
6425         * nnweb.el (nnweb-type-definition): Clean up.
6426
6427 2002-01-21  Alastair Burt  <burt@dfki.de>
6428         Trivial patch.
6429
6430         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6431         buffer exists before jumping to it.
6432
6433 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6436         function.
6437         (article-wash-html): Use it.
6438         (gnus-article-wash-function): New variable.
6439         (gnus-article-wash-html-with-w3m): New function.
6440
6441 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6442
6443         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6444         XEmacs.
6445
6446 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6447
6448         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6449         command line.
6450
6451 2002-01-21  Simon Josefsson  <jas@extundo.com>
6452
6453         * canlock.el (base64-encode-string): Autoload it from base64.
6454         (canlock-make-cancel-key): Base64 encode unibyte string.
6455
6456 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * nnfolder.el (nnfolder-request-accept-article): Unfold
6459         x-from-line.
6460         (nnfolder-request-replace-article): Ditto.
6461
6462 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6463
6464         * gnus-group.el (gnus-group-best-unread-group): Use the right
6465         positioning function.
6466
6467 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * smiley-ems.el (smiley-region): Use new function.
6470         (smiley-update-cache): Use general image functions.
6471         (smiley-region): Use general functions.
6472
6473         * gnus-util.el (gnus-graphic-display-p): New function.
6474
6475         * nnmail.el (nnmail-article-group): Allow outputting traces of
6476         non-strings.
6477
6478         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6479         (nndoc-exim-bounce-type-p): New function.
6480
6481         * message.el (message-dont-send): Doc fix.
6482
6483         * gnus-util.el (gnus-completing-read): Remove
6484         inherit-input-method.
6485
6486         * gnus-art.el (gnus-treat-smiley): Doc fix.
6487
6488         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6489         articles.
6490
6491 2002-01-19  Simon Josefsson  <jas@extundo.com>
6492
6493         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6494         (imap-kerberos4-open): Ditto.
6495         (imap-open): Set port correctly, don't set auth.
6496
6497 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * gnus.el (gnus-version-number): Bump version number.
6500
6501 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6502
6503         * gnus.el: Oort Gnus v0.05 is released.
6504
6505 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506
6507         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6508         exists.
6509
6510         * gnus-spec.el (gnus-string-width-function): New function.
6511         (gnus-tilde-cut-form): Use it.
6512         (gnus-tilde-max-form): Ditto.
6513         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6514         (gnus-substring-function): Use it.
6515         (gnus-tilde-cut-form): Ditto.
6516         (gnus-substring-function): New function.
6517
6518         * message.el (message-check-news-header-syntax): New message.
6519
6520         * gnus.el (gnus-slave-no-server): Doc fix.
6521
6522         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6523
6524 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6527         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6528         (seen (NUM1 . NUM2)).
6529
6530 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6533         number in closed topics.
6534
6535 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6536
6537         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6538         functions.
6539
6540 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus.el (gnus-group-find-parameter): Clean up.
6543
6544         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6545         articles.
6546
6547         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6548
6549         * nnmail.el (nnmail-article-group): Clean up.
6550
6551 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6552
6553         * gnus-agent.el (gnus-category-name): Intern the category name.
6554
6555 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6558
6559         * gnus-util.el (gnus-completing-read): New function.
6560
6561 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6562
6563         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6564
6565         * smiley-ems.el (smiley-region): Register smiley.
6566         (smiley-toggle-buffer): Rewrite the function.
6567         (smiley-active): Removed.
6568
6569 2002-01-19  Simon Josefsson  <jas@extundo.com>
6570
6571         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6572         Jesper Harder <harder@ifa.au.dk>.
6573
6574 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6575
6576         * gnus-art.el (gnus-request-article-this-buffer): Call
6577         `nneething-get-file-name' to extract the file name from the
6578         message id.
6579
6580         * nneething.el (nneething-encode-file-name): New function.
6581         (nneething-decode-file-name): Ditto.
6582         (nneething-get-file-name): Ditto.
6583         (nneething-make-head): Encode the file name and encapsulate it
6584         into the field of the message id.
6585
6586 2002-01-18  Simon Josefsson  <jas@extundo.com>
6587
6588         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6589         stored in .marks.
6590
6591         * nnfolder.el (nnfolder-request-update-info): Ditto.
6592
6593 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6594
6595         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6596
6597 2002-01-18  Simon Josefsson  <jas@extundo.com>
6598
6599         * imap.el (imap-starttls-p): Don't check for binary.
6600         (imap-gssapi-auth-p): Ditto.
6601         (imap-kerberos4-auth-p): Ditto.
6602         (imap-open): Change logic.  Iterate through all possible streams,
6603         instead of bailing out after first failure.  Move authenticator
6604         decision to `imap-authenticate'.
6605         (imap-authenticate): Change logic, now finds the authenticator to
6606         use, was previously in `imap-open'.
6607         (imap-open): Return nil on failure.
6608         (imap-open): Setup temp buffer correctly.
6609         (imap-open): Return buffer only on success.
6610         (imap-interactive-login, imap-interactive-login): Tell the user
6611         which stream/authenticator is used for the queried
6612         username/password.
6613         (imap-open, imap-authenticate): Set variables.
6614         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6615         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6616
6617 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6620
6621 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622
6623         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6624
6625 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6626
6627         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6628         (gnus-agent-group-mode-map): Bind it to "Jo".
6629         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6630
6631 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6632
6633         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6634         (gnus-summary-mail-toolbar): Add mail article deletion button.
6635
6636         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6637         false positives for lines of "^^^^".
6638
6639         * gnus-picon.el (gnus-picon-find-face): faces database is all
6640         lowercase.
6641
6642 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6643
6644         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6645         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6646         duplications.
6647         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6648
6649 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * gnus-sum.el (gnus-summary-initial-limit): Inline
6652         gnus-summary-limit-children.
6653         (gnus-summary-initial-limit): Don't limit if
6654         gnus-newsgroup-display is nil.
6655         (gnus-summary-initial-limit): No, don't.
6656
6657         * gnus-util.el
6658         (gnus-put-text-property-excluding-characters-with-faces): Inline
6659         gnus-put-text-property.
6660
6661         * gnus-spec.el (gnus-default-format-specs): New variable.
6662
6663         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6664         gnus-format-specs.
6665         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6666
6667         * gnus-spec.el (gnus-update-format-specifications): Really check
6668         the Gnus version of the .newsrc.eld file.
6669         (gnus-format-specs): Save the new default summary format.
6670
6671         * gnus-util.el (gnus-parent-id): Check whether references is empty
6672         before splitting.
6673
6674         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6675         functions.
6676         (gnus-gather-threads-by-references): Inline
6677         `gnus-split-references'.
6678
6679         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6680         default value of gnus-summary-line-format-spec.
6681
6682 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6683
6684         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6685         message.
6686         (nnslashdot-request-list): Ditto.
6687         (nnslashdot-sid-strip): Removed.
6688
6689 2002-01-15  Simon Josefsson  <jas@extundo.com>
6690
6691         * nnimap.el (nnimap-close-asynchronous): Enable.
6692         (nnimap-close-group): Expunge.
6693
6694 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6695
6696         * gnus-util.el (gnus-user-date-format-alist): Typo.
6697         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6698
6699 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6700
6701         * nneething.el (nneething-request-article): Set
6702         `nnmail-file-coding-system' to `binary' locally, in order to read
6703         files without any conversion.
6704
6705 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6706
6707         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6708         nnheader-file-coding-system and nnmail-active-file-coding-system.
6709         (gnus-agent-regenerate-group): Ditto.
6710         (gnus-agent-regenerate): Ditto.
6711         (gnus-agent-write-active): Ditto.
6712         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6713
6714 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6715
6716         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6717         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6718
6719 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6720
6721         * gnus.el: We don't need gnus-article-show-all-headers.
6722
6723         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6724         Ditto.
6725
6726         * gnus-sum.el (gnus-summary-select-article): Don't call
6727         show-all-headers, because hidden headers are not hidden text any
6728         more.
6729
6730 2002-01-13  Simon Josefsson  <jas@extundo.com>
6731
6732         * message.el (message-newline-and-reformat): Use `newline' instead
6733         of inserting \n, so that the newline is marked as hard.
6734
6735         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6736         From Jesper Harder <harder@ifa.au.dk>.
6737
6738 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6739
6740         * imap.el (imap-close): Keep going if quit.
6741
6742         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6743         nntp-server-buffer.
6744
6745 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6748         avoid unbinding shadowed variables.
6749
6750         * gnus-art.el (gnus-picon-databases): Moved here.
6751         (gnus-picons-installed-p): Moved here.
6752         (gnus-article-reply-with-original): Use `mark'.
6753
6754         * gnus.el (gnus-picon): Moved here and renamed.
6755
6756         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6757         installed.
6758         (gnus-treat-mail-picon): Ditto.
6759         (gnus-treat-newsgroups-picon): Ditto.
6760
6761         * gnus-picon.el (gnus-picons-installed-p): New function.
6762
6763 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6766
6767 2002-01-12  Simon Josefsson  <jas@extundo.com>
6768
6769         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6770         (nnimap-before-find-minmax-bugworkaround): Use it.
6771         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6772         (nnimap-dont-close): New variable.
6773         (nnimap-close-group): Use it.
6774
6775 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * gnus-art.el (gnus-article-reply-with-original): Use
6778         `mark-active'.
6779
6780         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6781
6782         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6783         (gnus-score-advanced): Clean up.
6784         (gnus-score-advanced): Accept a multiple of the score.
6785
6786 2002-01-12  Simon Josefsson  <jas@extundo.com>
6787
6788         * flow-fill.el (fill-flowed-display-column)
6789         (fill-flowed-encode-columnq): New variables.  Suggested by
6790         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6791         (fill-flowed-encode, fill-flowed): Use them.
6792
6793         * message.el (message-send-news, message-send-mail): Use
6794         m-b-s-n-p-e-h-n.
6795
6796         * mml.el (autoload): Autoload fill-flowed-encode.
6797         (mml-buffer-substring-no-properties-except-hard-newlines): New
6798         function.
6799         (mml-read-part): Use it.
6800         (mml-generate-mime-1): Encode format=flowed if appropriate.
6801         (mml-insert-mime-headers): Insert format=flowed.
6802
6803         * flow-fill.el (fill-flowed-encode): New function.
6804         (fill-flowed): Bind fill-column to window width.
6805
6806 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6809         it exists.
6810         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6811         (gnus-summary-buffer-name): Don't return the dead name after all.
6812         (gnus-summary-setup-buffer): Kill the dead buffer.
6813
6814         * gnus-art.el (gnus-article-followup-with-original): Store the
6815         value of the mark before deactivating it.
6816
6817 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6818
6819         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6820         From: Karl Kleinpaste <karl@charcoal.com>
6821
6822         * gnus-art.el (article-display-x-face): Ditto.
6823         (gnus-article-reply-with-original): Use gnus-region-active-p.
6824         (gnus-article-followup-with-original): Ditto.
6825
6826         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6827         downloadable article either.
6828
6829 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6830
6831         * gnus-art.el (article-display-x-face): Insert From:.
6832
6833         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6834         article. Bind gnus-display-mime-function and
6835         gnus-article-prepare-hook.
6836
6837         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6838         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6839         gnus-agent-possibly-synchronize-flags to the last.
6840         (gnus-agent-go-online): New function. New variable.
6841
6842 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6843
6844         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6845         (gnus-agent-regenerate): Ditto.
6846
6847 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6848
6849         * message.el (message-ignored-news-headers)
6850         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6851         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6852
6853         * gnus.el (gnus-gethash-safe): New macro.
6854
6855         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6856         (gnus-agent-regenerate): Show messages.
6857
6858 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6859
6860         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6861         (gnus-agent-regenerate): New function.
6862         (gnus-agent-save-alist): Sort.
6863         (gnus-agent-copy-nov-line): Test eobp.
6864         (gnus-agent-retrieve-headers): Erase buffer.
6865
6866 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6867
6868         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6869         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6870
6871         * gnus.el (gnus-agent-covered-methods): Move here.
6872         (gnus-online): New function.
6873         (gnus-agent-method-p): Move here.
6874
6875         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6876         nil. Remove articles-alist.
6877
6878         * gnus-start.el (gnus-get-unread-articles): Check online.
6879         (gnus-groups-to-gnus-format): Ditto.
6880         (gnus-active-to-gnus-format): Ditto.
6881
6882         * gnus-agent.el (gnus-agent-get-function): Use it.
6883         (gnus-agent-get-undownloaded-list): Ditto.
6884         (gnus-agent-fetch-session): Only fetch online methods.
6885
6886         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6887         (gnus-server-mode-map): Ditto.
6888         (gnus-server-offline-face): New face.
6889         (gnus-server-offline-face): New variable.
6890         (gnus-server-font-lock-keywords): Add offline.
6891         (gnus-server-insert-server-line): Ditto.
6892         (gnus-server-offline-server): New function.
6893
6894         * gnus-int.el (gnus-open-server): Turn to offline.
6895         (gnus-server-unopen-status): New variable.
6896
6897 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6898
6899         * nnkiboze.el (nnkiboze-request-article): Use
6900         gnus-agent-request-article.
6901
6902         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6903         function. Insert undownloaded NOV.
6904
6905         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6906         (gnus-agent-request-article): New function.
6907
6908         * gnus.el (gnus-agent-cache): New variable.
6909
6910         * gnus-int.el (gnus-retrieve-headers): Use
6911         gnus-agent-retrieve-headers.
6912         (gnus-request-head): Use gnus-agent-request-article.
6913         (gnus-request-body): Ditto.
6914
6915         * gnus-art.el (gnus-request-article-this-buffer): Use
6916         gnus-agent-request-article.
6917
6918         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6919         article if it is undownloaded.
6920
6921 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6924
6925 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * canlock.el (canlock-string-as-unibyte): New macro.
6928         (canlock-sha1-with-openssl): Return a unibyte string.
6929         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6930
6931 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6932
6933         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6934
6935 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6936
6937         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6938         application/x-emacs-lisp.
6939
6940         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6941
6942         * nntp.el (nntp-request-article): Add group parameter.
6943         (nntp-request-head): Ditto.
6944         (nntp-find-group-and-number): Add parameter group. Figure out
6945         number if the status line doesn't give (e.g. quimby.gnus.org).
6946
6947 2002-01-08  Simon Josefsson  <jas@extundo.com>
6948
6949         * mml.el (mml-generate-mime-1): Set recipient correctly.
6950
6951 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6952
6953         * message.el (message-read-from-minibuffer): Add parameter
6954         initial-contents.
6955         * gnus-msg.el (gnus-summary-resend-message): Use it.
6956
6957         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6958         behavior of quit-config.
6959
6960         * message.el (message-make-from): Don't quote fullname.
6961         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6962
6963         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6964         From: <andre@slamdunknetworks.com>
6965
6966 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6967
6968         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6969
6970         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6971
6972         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6973         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6974         because bbdb may use it.
6975
6976 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6977
6978         * nneething.el (nneething-request-article): When a non-text file
6979         is converted to an article, its data is encoded in base64.  Call
6980         `nneething-make-head' with options to specify MIME types.
6981         (nneething-make-head): Add optional arguments to specify MIME
6982         types.
6983
6984 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6985
6986         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6987         header if there is not.
6988
6989         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6990
6991         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6992         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6993         (gnus-inews-do-gcc): Use them.
6994
6995         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6996         gnus-newsgroup-unselected.
6997
6998 2002-01-06  Simon Josefsson  <jas@extundo.com>
6999
7000         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7001         condition-case, not ignore-errors.
7002
7003 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7004
7005         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7006         gnus-fetch-old-headers.
7007
7008         * gnus-art.el (article-display-x-face): Use the current buffer
7009         unless `W f'. Otherwise, X-Face may be shown in the header of a
7010         forwarded part.
7011         (gnus-treatment-function-alist): Treat xface before hiding
7012         headers.
7013
7014 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7017         parameters.
7018
7019 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7020
7021         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7022         (mm-guess-charset): New function.
7023         (mm-charset-after): Use it.
7024         (mm-detect-coding-region): New function.
7025         (mm-detect-mime-charset-region): New function.
7026
7027         * gnus-sum.el (gnus-summary-show-article): Use
7028         mm-detect-coding-region.
7029
7030 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * message.el (message-make-fqdn): Be less violent.
7033
7034         * gnus.el (gnus-logo-color-style): Compute custom form
7035         automatically.
7036
7037         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7038         score file of the parent to the document group.
7039
7040         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7041         parameters parameter.
7042
7043         * gnus-score.el (gnus-score-load-file): Clean up.
7044
7045 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7046
7047         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7048         From: Damien Wyart <damien.wyart@free.fr>
7049
7050         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7051
7052 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7053
7054         * gnus-sum.el (gnus-select-group-hook): Typo.
7055
7056         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7057         is no quoted-printable-encoded STRING.
7058         From: Jesper Harder <harder@ifa.au.dk>
7059
7060         (rfc2047-decode-string): Decode it.
7061
7062 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7065
7066 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7067         Trivial patch.
7068
7069         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7070         buffer to get rid of junk line.
7071
7072 2002-01-05  Simon Josefsson  <jas@extundo.com>
7073
7074         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7075         C-o.
7076         (message-mode-map): Bind message-insert-or-toggle-importance to
7077         C-c C-u.
7078         (message-mode-map): Bind message-disposition-notification-to to
7079         C-c M-n.
7080         (message-mode-menu): Add m-d-n-t.
7081         (message-mode-field-menu): Add m-goto-from.
7082         (message-mode): Doc fix.
7083         (message-goto-from): New function.
7084         (message-insert-disposition-notification-to): New function.
7085         (message-tool-bar-map): Add receipt button.
7086
7087 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * gnus-sum.el (gnus-thread-latest-date): New function.
7090         (gnus-thread-sort-by-most-recent-number): Renamed.
7091         (gnus-thread-sort-functions): Doc fix.
7092         (gnus-select-group-hook): Don't use setq on a hook.
7093         (gnus-thread-latest-date): Use date, not number
7094
7095         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7096         (gnus-agent-expire): Allow regexp of expire-days.
7097
7098         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7099         region.
7100         (gnus-article-followup-with-original): Ditto.
7101
7102         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7103
7104         * gnus-art.el (gnus-mime-display-alternative): Use
7105         gnus-local-map-property.
7106         (gnus-mime-display-alternative): Ditto.
7107         (gnus-insert-mime-security-button): Ditto.
7108         (gnus-insert-next-page-button): Ditto.
7109         (gnus-button-prev-page): Take optional args.
7110         (gnus-insert-prev-page-button): widget-convert.
7111
7112         * gnus-util.el (gnus-local-map-property): New function.
7113
7114         * gnus-art.el (gnus-prev-page-map): Use parent map.
7115         (gnus-next-page-map): Ditto.
7116
7117         * gnus-spec.el (gnus-parse-format): Clean up.
7118         (gnus-parse-format): Do complex formatting for %=.
7119
7120         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7121         "X-Face: " to the data in the built-in scenario.
7122
7123         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7124         (gnus-correct-pad-form): Renamed.
7125         (gnus-tilde-max-form): Clean up.
7126         (gnus-pad-form): Use gnus-use-correct-string-widths.
7127
7128         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7129         support if that is available.
7130
7131         * gnus-sum.el (gnus-thread-highest-number): New function.
7132         (gnus-thread-sort-by-most-recent-thread): New function.
7133         (gnus-thread-sort-functions): Doc fix.
7134
7135 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7136
7137         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7138         all cases.
7139         (gnus-summary-mode): Enable it in all cases.
7140         (gnus-summary-display-article): Ditto.
7141         (gnus-summary-edit-article): Ditto.
7142
7143         * gnus-ems.el (gnus-put-image): Really return glyph.
7144
7145         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7146         (gnus-treat-smiley): Don't take "P" in the interactive form.
7147
7148 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7149
7150         * compface.el (uncompface): XEmacs and Emacs have differing
7151         capabilities.
7152
7153         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7154
7155         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7156         (gnus-article-xface-ring-size): Removed.
7157         (gnus-article-display-xface): Removed.
7158         (gnus-remove-image): Cleaned up.
7159
7160         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7161         (gnus-xmas-create-image): Take pbm files.
7162         (gnus-x-face): Removed.
7163         (gnus-xmas-article-display-xface): Removed.
7164
7165         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7166         default-enable-multibyte-characters.
7167
7168         * compface.el (uncompface): Doc fix.
7169
7170         * gnus-art.el (gnus-article-x-face-command): Use
7171         gnus-display-x-face-in-from.
7172
7173         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7174
7175         * gnus-ems.el (gnus-put-image): Return the image.
7176
7177         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7178         (gnus-x-face): Moved here.
7179
7180 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7181
7182         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7183         invisible if string is nil.
7184         (gnus-xmas-article-display-xface): Use it.
7185
7186         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7187         property when string is nil.
7188         (gnus-article-display-xface): Use it.
7189
7190 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191
7192         * gnus-art.el (article-display-x-face): Check whether valid grey
7193         face was returned.
7194         (article-display-x-face): Place image in the right spot.
7195
7196         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7197         stderr.
7198         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7199
7200 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7201
7202         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7203         parameters.
7204         (gnus-xmas-put-image): Allow non-strings to be passed.
7205
7206         * gnus-art.el (article-display-x-face): Use optional parameters.
7207
7208         * gnus-ems.el (gnus-create-image): Take optional parameters.
7209
7210         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7211
7212         * compface.el (compface-xbm-p): Removed.
7213
7214         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7215         (gnus-article-display-xface): Use compface.
7216
7217         * compface.el: New file.
7218
7219         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7220         (gnus-convert-image-to-x-face-command): Ditto.
7221         (gnus-random-x-face): Quote argument.
7222         (gnus-x-face-from-file): Ditto.
7223
7224 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7225
7226         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7227         the expire-group parameter once per article rather than once
7228         per group; bind `nnmaildir-article-file-name' and `article'
7229         for convenience.  Leave article alone when expire-group
7230         specifies the current group.
7231         (nnmaildir--update-nov): be more concurrency-friendly with
7232         temp file names.
7233
7234 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus-start.el (gnus-read-init-file): Cleaned up.
7237
7238 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7239
7240         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7241         (gnus-read-init-file): Don't use it.
7242
7243 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7246
7247 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7248
7249         * gnus-start.el (gnus-read-init-file): Don't force coding system
7250         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7251
7252 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7255         * nnspool.el (nnspool-request-post): Ditto.
7256
7257         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7258         (mm-find-mime-charset-region): Use it.
7259
7260 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7261
7262         * gnus.el (gnus-summary-line-format): Added :link.
7263         * gnus-topic.el (gnus-topic-line-format): Ditto.
7264         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7265         * gnus-srvr.el (gnus-server-line-format): Ditto.
7266         * gnus-group.el (gnus-group-line-format): Ditto.
7267
7268         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7269         :keys, it works on both Emacsen.
7270
7271 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7272
7273         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7274
7275 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7278
7279 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7280
7281         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7282         very wide reply.
7283
7284 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7287         (gnus-picon-cache): New variable.
7288         (gnus-picon-transform-newsgroups): Cache stuff.
7289
7290         * gnus-art.el (gnus-article-reply-with-original): New command.
7291         (gnus-article-followup-with-original): New command.
7292
7293         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7294         END parameters.
7295         (gnus-summary-followup): Take a list of list of articles.
7296         (gnus-inews-yank-articles): Allow lists of article/regions.
7297
7298         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7299         longer the usual commands.
7300
7301         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7302         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7303         shell-command-on-region.
7304
7305 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7306
7307         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7308           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7309
7310 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7311
7312         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7313         understand ':keys', wrap it in an featurep 'xemacs.
7314
7315 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7316
7317         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7318         order of headers (Actually, it is called in a reversed order). Add
7319         'gnus-image-text-deletable property.
7320         (gnus-remove-image): Remove text with such a property.
7321
7322         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7323         gnus-put-image.
7324
7325         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7326         with ", "
7327
7328 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7331
7332         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7333         (article-display-x-face): Display grey X-Faces.
7334
7335         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7336         (gnus-convert-gray-x-face-to-ppm): Ditto.
7337         (gnus-convert-image-to-gray-x-face): Ditto.
7338
7339         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7340         gnus-summary-show-raw-article.
7341
7342 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7343
7344         Display picons in XEmacs without showing text.
7345
7346         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7347         mm-create-image-xemacs to create xbm glyph, because it deletes
7348         temporary files.
7349         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7350         (gnus-xmas-remove-image): Make text visible, remove glyph.
7351
7352         * gnus-picon.el (gnus-picon-transform-newsgroups)
7353         (gnus-picon-transform-address): Insert spec backward, due to the
7354         incompatibility of gnus-xmas-put-image.
7355
7356 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7357
7358         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7359
7360 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * gnus.el: Doc fix.
7363
7364         * gnus-art.el: Doc fix.
7365
7366         * gnus-agent.el: Doc fix.
7367
7368 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7369
7370         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7371
7372 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7373
7374         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7375         NOV data out of the message again if nnmail-extra-headers has
7376         changed.
7377
7378 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379
7380         * gnus-fun.el: New file.
7381         (gnus-convert-image-to-x-face-command): New variable.
7382         (gnus-insert-x-face): New function.
7383         (gnus-random-x-face): Renamed.
7384         (gnus-x-face-from-file): Renamed.
7385
7386         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7387         "_".
7388         (gnus-body-boundary-delimiter): Typo fix.
7389
7390 2002-01-02  Simon Josefsson  <jas@extundo.com>
7391
7392         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7393         (gnus-body-boundary-delimiter): Fix type.
7394
7395 2002-01-01  Simon Josefsson  <jas@extundo.com>
7396
7397         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7398         (gnus-treat-emphasize, gnus-treat-strip-cr)
7399         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7400         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7401         (gnus-treat-fill-article, gnus-treat-hide-citation)
7402         (gnus-treat-hide-citation-maybe)
7403         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7404         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7405         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7406         (gnus-treat-date-ut, gnus-treat-date-local)
7407         (gnus-treat-date-english, gnus-treat-date-lapsed)
7408         (gnus-treat-date-original, gnus-treat-date-iso8601)
7409         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7410         (gnus-treat-strip-trailing-blank-lines)
7411         (gnus-treat-strip-leading-blank-lines)
7412         (gnus-treat-strip-multiple-blank-lines)
7413         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7414         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7415         (gnus-treat-display-xface, gnus-treat-display-smileys)
7416         (gnus-treat-from-picon, gnus-treat-mail-picon)
7417         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7418         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7419         (gnus-treat-play-sounds, gnus-treat-translate)
7420         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7421
7422         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7423         (gnus-article-treat-body-boundary): Use it.
7424
7425         * message.el (message-mode): Fix doc.
7426         (message-mode-menu): Fix names.
7427
7428 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7431         articles.
7432
7433         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7434         (gnus-picon-transform-address): Search for unknown faces as well.
7435         (gnus-picon-find-face): Don't search "news" for MISC.
7436         (gnus-picon-user-directories): Changed default back to exclude
7437         "unknown".
7438
7439         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7440
7441         * gnus-picon.el (gnus-picon-find-face): Search through all
7442         databases.
7443         (gnus-picon-find-face): New implementation.
7444
7445         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7446         keystroke.
7447         (gnus-topic-goto-next-topic): Ditto.
7448
7449         * gnus.el (gnus-summary-line-format): Changed default.
7450
7451         * nnmail.el (nnmail-extra-headers): Change default.
7452
7453         * gnus-sum.el (gnus-extra-headers): Change default.
7454
7455         * message.el (message-news-other-window): Changed "news" to
7456         "posting".
7457         (message-news-other-frame): Ditto.
7458         (message-do-send-housekeeping): Ditto.
7459
7460         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7461         function.
7462         (gnus-article-unread-p): New function.
7463         (gnus-article-unseen-p): New function.
7464         (gnus-dead-summary-mode-map): Typo.
7465
7466         * gnus-util.el (gnus-make-predicate): New function.
7467         (gnus-make-predicate-1): New function.
7468
7469         * gnus-sum.el: New function.
7470         (gnus-map-articles): New function.
7471
7472         * gnus-art.el (gnus-treat-fold-headers): New variable.
7473         (gnus-article-treat-fold-headers): New command and keystroke.
7474
7475         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7476         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7477
7478 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7479
7480         * message.el (message-fcc-externalize-attachments): New variable.
7481         (message-do-fcc): Use it.
7482
7483         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7484         (gnus-inews-do-gcc): Use it.
7485
7486         * mml.el (mml-tweak-sexp-alist): New variable.
7487         (mml-externalize-attachments): New variable.
7488         (mml-tweak-part): Use mml-tweak-sexp-alist.
7489         (mml-tweak-externalize-attachments): New function.
7490
7491 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7492
7493         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7494         'set-glyph-face' so x-face back/foreground can be set.
7495
7496 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7497
7498         * message.el (message-fix-before-sending): Fix a typo.
7499
7500 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501
7502         * gnus-art.el (gnus-treat-smiley): Renamed command.
7503         (gnus-article-remove-images): New command and keystroke.
7504
7505         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7506
7507         * smiley-ems.el (gnus-smiley-display): Removed.
7508
7509         * gnus.el (gnus-version-number): Update version.
7510
7511         * message.el (message-text-with-property): Renamed and moved
7512         here.
7513         (message-fix-before-sending): Highlight invisible text and place
7514         point there.
7515
7516 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7517
7518         * gnus.el: Oort Gnus v0.04 is released.
7519
7520 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7523
7524         * gnus-art.el (gnus-ignored-headers): More headers,
7525
7526         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7527         of `scan-error', since XEmacs doesn't seem to support that.
7528
7529 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7532         arg.
7533         (gnus-summary-best-unread-subject): Ditto.
7534         (gnus-summary-best-unread-subject): No, don't.
7535         (gnus-summary-better-unread-subject): New command.
7536
7537         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7538
7539         * lpath.el ((featurep 'xemacs)): fbind url function.
7540
7541         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7542         buffer.
7543         (gnus-xmas-remove-image): Implementation that does something.
7544         (gnus-xmas-article-display-xface): Mark images properly.
7545
7546         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7547
7548 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7549
7550         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7551
7552 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553
7554         * gnus-group.el (gnus-group-line-format): Added %O to the default
7555         value.
7556
7557         * gnus-util.el (gnus-text-with-property): The smallest point is
7558         point-min.
7559
7560         * smiley-ems.el (smiley-region): Return images.
7561         (gnus-smiley-display): Allow toggling.
7562         (smiley-region): Use text properties, not overlays.
7563
7564         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7565         implemented yet.
7566
7567         * smiley-ems.el (smiley-update-cache): Check for valid types.
7568
7569         * gnus-art.el (gnus-with-article-buffer): New macro.
7570
7571         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7572         strings as well as the glyphs.
7573         (gnus-picon-transform-address): Ditto.
7574         (gnus-picon-insert-glyph): Ditto.
7575         (gnus-picon-transform-newsgroups): Toggle.
7576         (gnus-picon-transform-address): Toggle.
7577
7578         * gnus-ems.el (gnus-remove-image): New function.
7579         (gnus-put-image): Take an optional string.
7580
7581         * gnus-util.el (gnus-text-with-property): New function.
7582
7583         * gnus-art.el (gnus-delete-images): New function.
7584
7585         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7586
7587         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7588         (gnus-article-wash-status): Use it.
7589         (gnus-signature-toggle): Clean up.
7590         (gnus-add-wash-status): New function.
7591         (gnus-delete-wash-status): New function.
7592         (gnus-article-hide-text-type): Use them throughout.
7593         (gnus-add-image): New function.
7594
7595         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7596
7597         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7598         interface.
7599
7600         * gnus-art.el (article-display-x-face): Cleaned up.
7601
7602         * rfc2047.el (rfc2047-field-value): New function.
7603
7604         * mail-parse.el (mail-header-field-value): New alias.
7605
7606         * gnus-art.el (gnus-mime-print-part): Fix typos.
7607
7608         * smiley-ems.el (gnus-smiley-file-types): New variable.
7609         (smiley-update-cache): Use it.
7610         (smiley-regexp-alist): Suffix-less smiley names.
7611         (smiley-regexp-alist): Added more smileys.
7612
7613         * gnus-sum.el (gnus-print-buffer): Made into own function.
7614         (gnus-summary-print-article): Use it.
7615
7616         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7617         looked for when REQUEST is a string.
7618
7619         * gnus-art.el (gnus-mime-button-commands): Add printing
7620         keystroke.
7621         (gnus-mime-copy-part): Doc fix.
7622         (gnus-mime-print-part): New command.
7623
7624 2001-12-31  Simon Josefsson  <jas@extundo.com>
7625
7626         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7627         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7628
7629 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7630
7631         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7632         (picon): Fix doc.
7633
7634         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7635         longer exists. Remove those codes.
7636         * gnus.el (gnus-use-picons): Ditto.
7637
7638 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7639
7640         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7641         infloop.
7642
7643         * gnus-sum.el (t): New `W D' map.
7644
7645         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7646         (gnus-article-treat-body-boundary): Clean up.
7647         (gnus-body-boundary-face): Removed.
7648         (gnus-article-goto-header): Moved here.
7649         (gnus-article-goto-header): Allow better regexps.
7650         (gnus-article-treat-fold-newsgroups): New command.
7651
7652         * gnus-sum.el (gnus-summary-move-article): We have to select an
7653         article to give `gnus-read-move-group-name' an opportunity to
7654         suggest an appropriate default.
7655
7656         * rfc2047.el (rfc2047-fold-line): New function.
7657         (rfc2047-unfold-line): Ditto.
7658         (rfc2047-fold-region): Don't fold just after the header name.
7659
7660         * mail-parse.el (mail-header-fold-line): New alias.
7661         (mail-header-unfold-line): Ditto.
7662
7663         * gnus-art.el (gnus-body-boundary-face): Renamed.
7664         (gnus-article-treat-body-boundary): Use it.
7665         (gnus-article-treat-body-boundary): Use an invisible header and a
7666         line of underline characters.
7667
7668 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7669
7670         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7671
7672         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7673         (gnus-picon-split-address): New function.
7674         (gnus-picon-find-face): Use it.
7675         (gnus-picon-transform-address): Use it. Set first to t for each
7676         address.
7677
7678         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7679         the macro then use it.
7680         (gnus-treatment-function-alist): Treat picons earlier.
7681
7682 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7683
7684         * gnus-art.el (gnus-body-separator-face): New variable.
7685         (gnus-article-treat-body-boundary): Use a blank, colored line.
7686
7687         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7688         well.
7689
7690         * gnus-art.el (gnus-treat-body-boundary): New variable.
7691         (gnus-article-treat-unfold-headers): Use helper macro.
7692         (gnus-article-treat-body-boundary): New command.
7693
7694         * gnus.el (gnus-logo-color-style): Change the default color.
7695         (gnus-splash-face): Gray, gray.
7696
7697         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7698         colors.
7699
7700         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7701         (gnus-logo-color-style): Ditto.
7702         (gnus-logo-colors): Ditto.
7703
7704         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7705
7706         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7707
7708         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7709         (gnus-picon-transform-newsgroups): New function.
7710
7711         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7712         string.
7713
7714         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7715
7716         * gnus-art.el (gnus-treat-cc-picon): New variable.
7717         (gnus-treat-mail-picon): Renamed.
7718
7719         * gnus-picon.el: New implementation.
7720         (gnus-picon-find-face): Renamed.
7721         (gnus-treat-from-picon): Use it.
7722         (gnus-picon-transform-address): Renamed.
7723         (gnus-treat-from-picon): Use it.
7724         (gnus-picon-create-glyph): Renamed.
7725         (gnus-picon-transform-address): Use it.
7726         (gnus-treat-cc-picon): New command.
7727
7728         * mm-decode.el (mm-create-image-xemacs): Separated out into
7729         function.
7730         (mm-get-image): Use it.
7731
7732         * gnus-art.el (gnus-treat-display-picons): Simplify.
7733         (gnus-treat-from-picon): Renamed.
7734
7735         * gnus-ems.el (gnus-create-image): New function.
7736         (gnus-put-image): New function.
7737
7738         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7739         (gnus-with-article-headers): New macro.
7740         (gnus-article-goto-header): New function.
7741
7742         * gnus-xmas.el (gnus-image-type-available-p): New function.
7743
7744         * gnus-ems.el (gnus-image-type-available-p): New function.
7745
7746 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7747
7748         * nnrss.el (nnrss-check-group): Find the correct tag, because
7749         xml.el is changed.
7750
7751 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7754         lines are shorter than the window width.
7755         (gnus-ignored-headers): More headers.
7756
7757 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7760         (gnus-treat-unfold-headers): Renamed.
7761         (gnus-article-treat-unfold-headers): New command and keystroke.
7762
7763         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7764
7765         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7766
7767 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7768
7769         * sha1-el.el (sha1-use-external): New variable.
7770         (sha1-region): Use it.
7771         (sha1-string): Ditto.
7772
7773         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7774         * gnus-picon.el: Less warnings when compile.
7775
7776 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7777
7778         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7779         alias.
7780         (gnus-picons-database): Default to list.
7781         (gnus-picons-lookup-internal): Use it.
7782
7783         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7784         to "bogus".
7785
7786         * gnus-win.el (gnus-configure-windows-hook): New hook.
7787
7788 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7789
7790         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7791
7792 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7795         lists.
7796         (gnus-select-newsgroup): Don't append; push.
7797         (gnus-adjust-marked-articles): Remove obsolete ranges from
7798         `seen'.
7799         (gnus-update-marks): Clean up.
7800         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7801
7802 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7803
7804         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7805
7806 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807
7808         * gnus-sum.el (gnus-auto-select-subject): New variable.
7809         (gnus-summary-best-unread-subject): New function.
7810         (gnus-summary-best-unread-article): Use it.
7811         (gnus-summary-first-unseen-subject): New function and command.
7812
7813         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7814         other treatments.
7815
7816         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7817         function.
7818
7819         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7820         from the list of hidden types.
7821
7822         * mm-view.el (mm-inline-text): Ditto.
7823         (mm-inline-text): Ditto.
7824         (mm-w3-prepare-buffer): Ditto.
7825
7826         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7827
7828 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * gnus-art.el (gnus-ignored-headers): Added more headers.
7831
7832 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7833
7834         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7835         once.
7836
7837 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7840
7841 2001-12-28  Simon Josefsson  <jas@extundo.com>
7842
7843         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7844         Jesper Harder <harder@ifa.au.dk>.
7845
7846 2001-12-27  Simon Josefsson  <jas@extundo.com>
7847
7848         * gnus-sum.el (gnus-select-newsgroup): Make
7849         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7850         contain all articles (instead of none) when no seen marks have
7851         been set for the group.
7852         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7853         instead, it seems to result in shorter ranges.
7854
7855 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7858         insert-before-markers.
7859         From Jesper Harder <harder@ifa.au.dk>
7860
7861 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7862
7863         * nnmaildir.el (nnmaildir-save-mail): create the destination
7864         groups if they do not exist.
7865
7866 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7869
7870 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7871
7872         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7873         gnus-group-real-name.
7874
7875         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7876         (gnus-newsgroup-variables): Ditto.
7877
7878         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7879         return it.
7880
7881 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7882
7883         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7884         * nnmaildir.el (top-level): Add commentary.
7885         (nnmaildir-version): Indicate that nnmaildir is now a standard
7886         part of Gnus, not separately released.
7887
7888 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7891         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7892         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7893         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7894
7895 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7896
7897         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7898
7899 2001-12-20  Simon Josefsson  <jas@extundo.com>
7900
7901         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7902         ZHU <zsh@cs.rochester.edu>.
7903         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7904         Brian P Templeton <bpt@tunes.org>.
7905
7906 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7907
7908         * nnmaildir.el: New file.
7909         From Paul Jarc <prj@po.cwru.edu>.
7910
7911 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7912
7913         * nndoc.el (nndoc-type-alist): Move forward to the end.
7914
7915 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7918         `dolist'.
7919
7920 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * gnus-win.el (gnus-frames-on-display-list): New function.
7923         (gnus-get-buffer-window): Use it.
7924
7925 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7926
7927         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7928
7929 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7930
7931         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7932
7933 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7934            From Harald Meland <Harald.Meland@usit.uio.no>
7935
7936         * gnus-win.el (gnus-get-buffer-window): New function.
7937         (gnus-all-windows-visible-p): Use it.
7938
7939         * gnus-util.el (gnus-horizontal-recenter)
7940         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7941         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7942
7943         * gnus-score.el (gnus-score-insert-help): Use it.
7944
7945         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7946         (gnus-generate-tree, gnus-highlight-selected-tree)
7947         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7948         it.
7949
7950         * gnus-art.el (gnus-article-set-window-start)
7951         (gnus-mm-display-part, gnus-request-article-this-buffer)
7952         (gnus-button-next-page, gnus-button-prev-page)
7953         (gnus-article-button-next-page, gnus-article-button-prev-page):
7954         Use it.
7955
7956 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7957
7958         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7959         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7960         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7961
7962 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7963
7964         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7965         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7966         * mml1991.el, nnultimate.el: Add `coding'.
7967
7968 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7969
7970         * ChangeLog: changed coding to buffer-file-coding-system
7971         * ChangeLog.1: same
7972         * nnwfm.el: same
7973         * gnus-smiley.el: same
7974         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7975         * gnus-delay.el: same
7976         * gnus-spec.el: same
7977         * message.el: same
7978         * mml1991.el: same
7979         * nnultimate.el: same
7980
7981 2001-12-16  Simon Josefsson  <jas@extundo.com>
7982         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7983
7984         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7985         (gnus-summary-save-map): Add muttprint.
7986         (gnus-summary-make-menu-bar): Ditto.
7987         (gnus-summary-muttprint): New function.
7988
7989         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7990
7991 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7992
7993         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7994         temporary list instead of buffer.
7995
7996         * mm-url.el (executable-find): autoload.
7997
7998 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7999
8000         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8001         to variable, follow doc-string conventions).
8002
8003 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8004
8005         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8006         subscribe-level
8007         * gnus-topic.el (gnus-subscribe-topics): use it.
8008
8009 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8010
8011         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8012         messages. (A small patch with indentation)
8013         From Sean Neakums <sneakums@zork.net>.
8014
8015         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8016         nil after shooting down the gnus-original-article-buffer.
8017
8018 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8019
8020         * uudecode.el (uudecode-use-external): New variable.
8021         (uudecode-decode-region): Automatically detect external program.
8022
8023         * binhex.el (binhex-use-external): New variable.
8024         (binhex-decode-region-internal): New function.
8025         (binhex-decode-region): Automatically detect external program.
8026
8027         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8028         Use them.
8029
8030 2001-12-12  Simon Josefsson  <jas@extundo.com>
8031
8032         * nnvirtual.el (nnvirtual-always-rescan)
8033         (nnvirtual-component-regexp): Fix doc.
8034
8035         * nnoo.el (defvoo): Add doc to defvoo variables.
8036
8037         * nnml.el (nnml-directory, nnml-active-file)
8038         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8039         (nnml-marks-is-evil, nnml-filenames-are-evil)
8040         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8041
8042         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8043         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8044         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8045         `error'.
8046
8047         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8048         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8049
8050         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8051         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8052         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8053         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8054
8055         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8056         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8057
8058         * imap.el, nnimap.el: Fix indentation.
8059
8060         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8061
8062 2001-12-12  Didier Verna  <didier@xemacs.org>
8063
8064         * gnus-msg.el (gnus-group-news): New function.
8065         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8066         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8067         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8068         for it.
8069         * gnus-msg.el (gnus-summary-news-other-window): New function.
8070         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8071         bind it to `i'.
8072         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8073         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8074         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8075         for it (called with a prefix).
8076         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8077         group-name argument.
8078         * gnus-msg.el (gnus-setup-message): use it.
8079
8080 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8081
8082         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8083
8084 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8085
8086         * mml.el (mime-to-mml): Remove Content-Disposition too.
8087
8088 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8089
8090         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8091         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8092         strings only.
8093         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8094
8095 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8096
8097         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8098         (nnmail-fancy-expiry-target): Use it.
8099         Suggestions from Simon Josefsson <jas@extundo.com>.
8100
8101 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8102
8103         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8104
8105 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8106
8107         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8108
8109         * gnus-util.el (gnus-url-unhex-string): Move here.
8110
8111 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8112
8113         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8114         mm-url-decode-entities-nbsp.
8115
8116         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8117         * webmail.el, nnwfm.el: Use mm-url.
8118
8119         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8120         (mm-url-remove-markup): Move from nnweb.
8121         (mm-url-fetch-simple): Move from webmail.
8122
8123         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8124
8125 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8128         (gnus-summary-print-article): Use it.
8129
8130         * gnus-util.el (gnus-replace-in-string): Typo.
8131
8132 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8133
8134         * nnweb.el (nnweb-replace-in-string): Removed.
8135
8136         * gnus-util.el (gnus-replace-in-string): New function.
8137         (gnus-mode-string-quote): Use it.
8138
8139         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8140         * nnwfm.el (nnwfm-create-mapping): Ditto.
8141
8142 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8143
8144         * dgnushack.el (dgnushack-compile): nnrss.el and
8145         nnslashdot.el don't depend on nnweb, url, w3.
8146
8147         * nnrss.el: Use mm-url.
8148
8149 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8150
8151         * mm-url.el (mm-url-insert-file-contents): Support file:.
8152
8153 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * mm-view.el: Lower case for the description line. Sync from the
8156         Emacs CVS.
8157
8158 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8159
8160         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8161         From:  Stefan Monnier  <monnier@cs.yale.edu>
8162
8163 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8166
8167 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * mm-url.el: Require executable.
8170         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8171
8172 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8173
8174         * pop3.el (pop3-munge-message-separator): Only use valid date.
8175         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8176
8177         * Makefile.in: gnus-load.elc may not be generated.
8178
8179 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8180
8181         * mm-url.el: New file.
8182         * nnslashdot.el: Use it.
8183         * mm-extern.el (mm-extern-url): Use it.
8184
8185 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8186
8187         * gnus-sum.el (gnus-summary-save-article): Nix
8188         gnus-display-mime-function and gnus-article-prepare-hook.
8189
8190         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8191         the beginning of lines.
8192         (gnus-complex-form-to-spec): Ditto.
8193
8194 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8197         From Paul Jarc <prj@po.cwru.edu>.
8198
8199 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8200
8201         * message.el: New variable message-subscribed-address-file;
8202         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8203
8204 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8205
8206         * message.el (message-tab-body-function): Set to nil.
8207         (message-tab): Use text-mode-map or global-map.
8208         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8209
8210 2001-11-30  Simon Josefsson  <jas@extundo.com>
8211
8212         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8213         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8214         <christoph.conrad@gmx.de>.
8215         (gnus-agent-fetch-group-1): Add verbose message.
8216
8217 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8218
8219         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8220         of integers.
8221
8222 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8223
8224         * message.el (message-newgroups-header-regexp)
8225         (message-completion-alist, message-tab-body-function): Use
8226         defcustom rather than defvar.
8227         (message-tab): Mention `message-tab-body-function' in doc.
8228         Suggested by Karl Eichwalder.
8229
8230 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8231
8232         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8233
8234 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8235
8236         * nnheader.el (nnheader-find-nov-line): Don't use macro
8237         gnus-delete-line.
8238
8239         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8240         (gnus-group-name-charset): Ditto.
8241
8242         * gnus-util.el (gnus-buffer-live-p): Ditto.
8243
8244 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8245
8246         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8247         open parenthesis in doc.
8248         (sieve-manage-authenticator-alist): Typo in doc.
8249         * imap.el (imap-authenticator-alist): Typo in doc.
8250         (imap-stream-alist): Backslash.
8251
8252         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8253           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8254
8255 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8256
8257         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8258
8259         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8260
8261         * gnus-msg.el (gnus-configure-posting-styles): use
8262         make-local-hook. Add LOCAL for add-hook.
8263
8264 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8265
8266         * message.el (message-mode): Use `make-local-hook' unless
8267         obsolete.
8268         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8269
8270 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * canlock.el: Remove sha1.el and base64.el stuff.
8273
8274 2001-11-26  Didier Verna  <didier@xemacs.org>
8275
8276         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8277         if needed.
8278
8279 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * message.el (message-tamago-not-in-use-p): New function.
8282         (message-strip-forbidden-properties): Use it.
8283
8284 2001-11-26  Didier Verna  <didier@xemacs.org>
8285
8286         * gnus-start.el (gnus-check-first-time-used): only check for
8287         existence of .el[d] files.
8288
8289 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8290
8291         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8292
8293         * message.el (message-setup-1): Clean up mc-*.
8294
8295 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8298         * gnus-score.el (gnus-score-find-bnews): Use it.
8299
8300         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8301         (gnus-summary-limit-to-author): Ditto.
8302         (gnus-summary-limit-to-extra): Ditto.
8303         (gnus-summary-find-matching): Support not-matching argument.
8304
8305 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8306
8307         * message.el (message-wash-subject): Use `insert' rather than
8308         `insert-string', which is deprecated.
8309
8310 2001-11-24  Simon Josefsson  <jas@extundo.com>
8311
8312         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8313         message. (Gnus does not "default" to using 8bit for the message,
8314         it default to use 8bit encoding and the user-supplied CTE
8315         value. Calling this behaviour "treating it as 8bit" is perhaps
8316         better.)
8317
8318         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8319         (compare mm-charset-to-coding-system).
8320
8321 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8322
8323         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8324         buffer. Correctly decode hex.
8325
8326 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * gnus-agent.el (gnus-category-insert-line): Convert category
8329         names to strings.
8330
8331 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8332
8333         * message.el (sha1): eval-and-compile.
8334
8335 2001-11-20  Simon Josefsson  <jas@extundo.com>
8336
8337         * message.el (message-allow-no-recipients): New variable.
8338         (message-send): Use it, customize the prompting when posting to
8339         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8340
8341 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8342
8343         * mm-util.el (mm-coding-system-priorities): New variable.
8344         (mm-sort-coding-systems-predicate): New function.
8345         (mm-find-mime-charset-region): Resort coding systems if needed.
8346         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8347
8348 2001-11-20  Didier Verna  <didier@xemacs.org>
8349
8350         * gnus-group.el (gnus-group-make-help-group): new optional
8351         argument to control the error behavior.
8352         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8353         erroring.
8354
8355 2001-11-19  Simon Josefsson  <jas@extundo.com>
8356
8357         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8358         instead of C-c C-u.  Suggested by Per Abrahamsen
8359         <abraham@dina.kvl.dk>.
8360
8361 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8362
8363         * nnfolder.el (nnfolder-read-folder): Use group instead of
8364         nnfolder-current-group.
8365         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8366
8367 2001-11-17  Simon Josefsson  <jas@extundo.com>
8368
8369         * message.el (message-send): Ask user if Fcc/Gcc should be
8370         performed when no other sender was specified.
8371         Suggested by prj@po.cwru.edu (Paul Jarc).
8372
8373 2001-11-17  Simon Josefsson  <jas@extundo.com>
8374
8375         * message.el (message-mode, message-mode-map): Use C-c C-u for
8376         Importance: instead of C-c C-p (used by SC).
8377
8378 2001-11-16  Simon Josefsson  <jas@extundo.com>
8379
8380         * message.el (message-insert-importance-high)
8381         (message-insert-importance-low): Save point.
8382
8383         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8384         value.
8385
8386 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8387
8388         * message.el (message-strip-special-text-properties): New option.
8389         (message-strip-forbidden-properties): Obey it.
8390
8391 2001-11-14  Sam Steingold  <sds@gnu.org>
8392
8393         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8394
8395 2001-11-15  Simon Josefsson  <jas@extundo.com>
8396
8397         Support "Importance:" header in Message.
8398
8399         * message.el (message-mode-map): Bind C-c C-p to
8400         `message-insert-or-toggle-importance'
8401         (message-mode-menu): Add message-insert-importance-{high,low}.
8402         (message-insert-importance-high, message-insert-importance-low)
8403         (message-insert-or-toggle-importance): New functions.
8404         (message-tool-bar-map): Add {un,}important.
8405         (message-mode): Doc fix.
8406
8407 2001-11-15  Simon Josefsson  <jas@extundo.com>
8408
8409         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8410
8411         * mml.el (mml-menu): Fix toolbar tooltip.
8412
8413 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8414
8415         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8416         * nnml.el (nnml-save-marks): Ditto.
8417
8418         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8419
8420 2001-11-15  Simon Josefsson  <jas@extundo.com>
8421
8422         * nnml.el (nnml-save-marks):
8423         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8424         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8425
8426 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8427
8428         * gnus-art.el (gnus-article-wash-status-strings): Use
8429         `copy-sequence', not `copy-seq'.
8430
8431 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8432
8433         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8434         (gnus-gnus-article-wash-status-entry): New function.
8435         (gnus-article-wash-status): Use it.
8436
8437 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * mml1991.el: Add coding header.
8440
8441 2001-11-12  Simon Josefsson  <jas@extundo.com>
8442
8443         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8444         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8445         `mml1991-sign' and `mml1991-encrypt'.
8446         (mml1991-encrypt, mml1991-sign): New glue functions.
8447         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8448
8449         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8450         (mml-menu): Add PGP to menu.
8451
8452         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8453         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8454         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8455         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8456
8457         * mml2015.el: Mention RFC 3156.
8458
8459         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8460
8461 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8462
8463         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8464
8465         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8466           From <Michael.Cook@cisco.com>
8467
8468 2001-11-11  Simon Josefsson  <jas@extundo.com>
8469
8470         * message.el (top-level): Autoload sha1.
8471         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8472         canlock, no need to require two different hash algs).  Suggested
8473         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8474
8475 2001-11-09  Simon Josefsson  <jas@extundo.com>
8476
8477         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8478         <Pavel@Janik.cz>.
8479
8480 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8481
8482         * message.el (message-point-in-header-p): New function.
8483         (message-do-auto-fill): Use it.
8484         (message-beginning-of-line): New function.  Goes to beginning of
8485         header value (i.e., end of header name), or to beginning of line
8486         if already at beginning of value.  Behaves like
8487         `beginning-of-line' when in message body.
8488         (message-mode-map): Bind it.
8489
8490 2001-11-08  Simon Josefsson  <jas@extundo.com>
8491
8492         * gnus-msg.el (gnus-posting-styles): Add doc.
8493
8494 2001-11-07  Simon Josefsson  <jas@extundo.com>
8495
8496         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8497
8498         * sieve-mode.el (sieve-control-commands-face)
8499         (sieve-control-commands-face, sieve-action-commands-face)
8500         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8501         faces.
8502         (sieve-font-lock-keywords): Use them.
8503         (sieve-mode): Only set font-lock-defaults in emacs.
8504
8505         * gnus-art.el (gnus-default-article-saver): Add
8506         gnus-summary-save-body-in-file.
8507         (gnus-summary-write-to-file): Fix doc.
8508
8509 2001-11-07  Simon Josefsson  <jas@extundo.com>
8510
8511         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8512         reference to the correct chapter in the manual.
8513
8514         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8515         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8516
8517 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8518
8519         * mml.el (mml-preview): Bind mail-header-separator.
8520
8521 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * message.el: Always require canlock.
8524         (message-ignored-supersedes-headers): Include Cancel-Lock and
8525         Cancel-Key.
8526         (message-insert-canlock): Don't require canlock.
8527         (message-cancel-news): Don't check whether canlock is available.
8528         (message-supersede): Support cancel-locks.
8529
8530         * gnus-art.el: Don't autoload canlock.
8531
8532 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8535         From: <andre@slamdunknetworks.com>
8536
8537 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8538
8539         * many files: Fix copyright lines.
8540
8541 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8542
8543         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8544         Suggested by Dave Love  <fx@gnu.org>.
8545
8546 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * message.el (message-kill-buffer): Remove auto-save file after
8549         confirm.
8550
8551         * message.el (message-send-mail): Call message-generate-headers
8552         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8553
8554         * gnus-topic.el (gnus-topic-rename): Initial-input.
8555         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8556
8557 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8558
8559         * message.el (message-forbidden-properties): New constant.
8560         (message-strip-forbidden-properties): New function.
8561         (message-mode): Activate it.
8562
8563 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8564
8565         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8566         (mm-hack-charsets): Fix doc.
8567
8568 2001-11-02  Simon Josefsson  <jas@extundo.com>
8569
8570         * gnus-int.el (gnus-check-server): Message "...done" when done.
8571
8572         * imap.el (imap-close): Don't message (imap-send-command-wait
8573         returns if the connection is dropped).
8574         (imap-wait-for-tag): Nix out message only when necessary.
8575
8576         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8577         for non-crossposting.
8578         (gnus-sieve-crosspost): Default to t to be consistent with other
8579         parts of Gnus.
8580
8581 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8582
8583         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8584         (mm-iso-8859-x-to-15-table): Ditto.
8585         (mm-iso-8859-x-to-15-region): Ditto.
8586         (mm-find-mime-charset-region): Ditto.
8587
8588 2001-11-01  Simon Josefsson  <jas@extundo.com>
8589
8590         * nnimap.el (nnimap-close-asynchronous): New variable.
8591         (nnimap-close-group): Use it.
8592         (nnimap-expunge): Don't use it.
8593
8594         * imap.el (imap-callbacks): New variable.
8595         (imap-remassoc): Copied from `gnus-remassoc'.
8596         (imap-add-callback): New function.
8597         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8598         behaviour.
8599         (imap-parse-response): Call the callback.
8600
8601         * message.el (message-insert-canlock): New variable.
8602         (message-canlock-generate, message-canlock-password)
8603         (message-insert-canlock): New functions.
8604         (message-send-news): Call `message-insert-canlock'.
8605         (top-level): Require canlock when compiling.
8606         (message-insert-canlock): Require canlock before we need it.
8607
8608 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8609
8610         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8611
8612 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8613
8614         * dgnushack.el (dgnushack-make-load): A workaround for
8615         custom-add-loads bug in some versions of XEmacs.
8616
8617 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8618
8619         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8620
8621 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8622
8623         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8624         (mm-hack-charsets): New variable.
8625         (mm-iso-8859-15-compatible): New variable.
8626         (mm-iso-8859-x-to-15-table): New variable.
8627         (mm-find-mime-charset-region): Add parameter hack-charsets.
8628
8629         * mm-bodies.el (mm-encode-body): Use it.
8630         * mml.el (mml-parse-1): Ditto.
8631
8632 2001-11-01  Simon Josefsson  <jas@extundo.com>
8633
8634         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8635
8636 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8639         is nil.
8640
8641 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8642
8643         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8644
8645         * message.el (message-forward-rmail-make-body): Use
8646         save-window-excursion.
8647         (message-encode-message-body): Search with noerror.
8648         (message-setup-1): Convert compose-mail send-actions to
8649         message-send-actions.
8650
8651 2001-11-01  Simon Josefsson  <jas@extundo.com>
8652
8653         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8654         <yamaoka@jpl.org>.
8655
8656 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * sieve-manage.el (sieve-string-bytes): No complain.
8659
8660 2001-11-01  Simon Josefsson  <jas@extundo.com>
8661
8662         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8663         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8664         has autoload cookies, so no `require' should be necessary.)
8665
8666         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8667         files.
8668
8669 2001-10-31  Simon Josefsson  <jas@extundo.com>
8670
8671         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8672         parameter.
8673
8674         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8675         `display' is a number (and C-u wasn't used to enter group), only
8676         fetch that number of articles.
8677
8678 2001-10-31  Matt Armstrong  <matt@lickey.com>
8679
8680         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8681         not-subscribed -> subscribed.
8682
8683 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8684         From: Josh Huber <huber@alum.wpi.edu>
8685
8686         * message.el (message-subscribed-address-functions): New variable.
8687         (message-subscribed-addresses): New variable.
8688         (message-subscribed-regexps): New variable.
8689         (message-goto-mail-followup-to): New function.
8690         (message-send-mail): Add Mail-Followup-To.
8691         (message-make-mft): New function.
8692
8693         * gnus.el (gnus-find-subscribed-addresses): New function.
8694
8695 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8696
8697         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8698         (mail-source-fetch-pop): Ditto.
8699         (mail-source-check-pop): Ditto.
8700
8701         * gnus-start.el (gnus-read-init-file): Ditto.
8702         (gnus-activate-group): Ditto.
8703         (gnus-read-newsrc-el-file): Ditto.
8704
8705 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8706
8707         * message.el (message-get-reply-headers): Make sure there is ", ".
8708
8709         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8710         mm-coding-system-p. Don't correct it only in XEmacs.
8711         (mm-charset-to-coding-system): Use mm-coding-system-p and
8712         mm-get-coding-system-list.
8713         (mm-emacs-mule, mm-mule4-p): New variables.
8714         (mm-enable-multibyte, mm-disable-multibyte,
8715         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8716         mm-with-unibyte-current-buffer,
8717         mm-with-unibyte-current-buffer-mule4): Use them.
8718         (mm-find-mime-charset-region): Treat iso-2022-jp.
8719
8720         From  Dave Love  <fx@gnu.org>:
8721
8722         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8723         construction.
8724         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8725         entries conditional on not having a coding system defined for
8726         them.
8727         (mm-mule-charset-to-mime-charset): Use
8728         find-coding-systems-for-charsets if defined.
8729         (mm-charset-to-coding-system): Don't use
8730         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8731         later.  Add last resort search of coding systems.
8732         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8733         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8734         Mule 4.
8735         (mm-find-mime-charset-region): Re-write.
8736         (mm-with-unibyte-current-buffer): Restore buffer as well as
8737         multibyteness.
8738
8739 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8740
8741         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8742         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8743         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8744
8745 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8748         again.
8749
8750         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8751
8752 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8753
8754         * gnus-spec.el (gnus-parse-simple-format): Use
8755           buffer-substring-no-properties.
8756
8757 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-art.el (article-verify-cancel-lock): New function.
8760
8761         * nnheader.el (nntp-process-response): New variable.
8762         (nnheader-init-server-buffer): Make `nntp-process-response'
8763         buffer-local in `nntp-server-buffer'.
8764
8765         * nntp.el (nntp-prepare-post-hook): New hook.
8766         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8767         (nntp-async-trigger): Ditto.
8768         (nntp-request-post): Insert a server's ID if there's no Message-ID
8769         header; run `nntp-prepare-post-hook'.
8770
8771 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8772
8773         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8774         instead.
8775
8776         * message.el (message-forward-subject-author-subject): Don't use
8777         message-news-p, which widens the buffer.
8778         (message-forward-make-body): New function.
8779         (message-forward): Use it.
8780         (message-insinuate-rmail): New function.
8781         (message-forward-rmail-make-body): New function.
8782
8783 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * mm-extern.el (mm-extern): Provide it.
8786
8787         * mm-partial.el (mm-partial): Provide it.
8788
8789 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8792
8793 2001-10-29  Simon Josefsson  <jas@extundo.com>
8794
8795         * mml.el (mml-preview): Bind message-this-is-news if it is
8796         news. From Jesper Harder <harder@myrealbox.com>.
8797
8798 2001-10-28  Simon Josefsson  <jas@extundo.com>
8799
8800         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8801
8802 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8803
8804         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8805         ironic smilies.
8806
8807 2001-10-27  Simon Josefsson  <jas@extundo.com>
8808
8809         * message.el (message-indent-citation): Don't add trailing
8810         whitespace when citing text.
8811
8812         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8813         <harder@ifa.au.dk>.
8814
8815 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8816
8817         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8818         not available.
8819         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8820         (nnweb-type-definition): Add google as alias of dejanews.
8821         (nnweb-google-parse-1): Forward 1 line.
8822
8823 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8824
8825         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8826         variable `message-forward-ignored-headers'.
8827
8828 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8829
8830         * gnus.el (gnus-expand-group-parameter): New function.
8831         (gnus-expand-group-parameters): Call it.
8832         (gnus-group-fast-parameter): New function.
8833         (gnus-group-find-parameter): Call it.
8834
8835 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8836
8837         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8838         vector (it didn't before because of a bug).
8839         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8840         available.  Before it converted it to an article number.
8841
8842         This makes followup to news articles with negative numbers in
8843         nnvirtual groups use news instead of mail.
8844
8845 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8846
8847         * gnus.el (post-method): Use `native' instead of `nil'.
8848
8849         * gnus-msg.el (gnus-post-method): Ditto.
8850
8851 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8852
8853         * gnus.el (gnus-define-group-parameter): Grammar fix.
8854
8855 2001-10-22  Simon Josefsson  <jas@extundo.com>
8856
8857         * gnus-msg.el (gnus-extended-version): Include
8858         system-configuration.
8859         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8860
8861 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8862
8863         * gnus.el (post-method): Customization fix: `native' is not a
8864         valid value.
8865         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8866         `native' is not a valid value.
8867
8868 2001-10-21  Simon Josefsson  <jas@extundo.com>
8869
8870         * nnimap.el (nnimap): Defgroup
8871         (nnimap-strict-function, nnimap-strict-function-match): New
8872         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8873         (nnimap-split-crosspost, nnimap-split-inbox)
8874         (nnimap-split-rule, nnimap-split-predicate)
8875         (nnimap-split-predicate): Defcustom.
8876         (nnimap-split-inbox, nnimap-expunge-search-string)
8877         (nnimap-importantize-dormant): Remove "*" from doc.
8878
8879 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8880
8881         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8882         not supplied via prefix arg.  From Lisp, make arg mandatory.
8883         Suggested by Frank Schmitt.
8884
8885 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8886
8887         * message.el (message-do-auto-fill): Avoid calling
8888         'rfc822-goto-eoh'.
8889
8890 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8891         From Paul Jarc <prj@po.cwru.edu>.
8892
8893         * message.el (message-get-reply-headers): Restructure the logic
8894         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8895
8896 2001-10-20  Simon Josefsson  <jas@extundo.com>
8897
8898         * message.el (message-cancel-news): Support cancel-locks.
8899         Suggested by Per Abrahamsson.
8900
8901         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8902         conses.  From David Z Maze <dmaze@MIT.EDU>.
8903
8904         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8905
8906 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8907
8908         * mm-decode.el (mm-default-directory): Fix customize type.
8909
8910         * message.el (message-setup-fill-variables): Kludge to use
8911         normal-auto-fill-function even if auto fill is already activated.
8912
8913 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8914
8915         * message.el (message-do-auto-fill): New version that does not
8916         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8917         (message-setup-1): Removed the `message-field' property.
8918
8919         * gnus-draft.el (gnus-draft-edit-message): Removed the
8920         `message-field' property.
8921
8922 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8923
8924         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8925         `message-field'.  The `field' property has a special significance in
8926         Emacs 21.
8927
8928         * message.el (message-send, message-setup-1): Ditto.
8929
8930 2001-10-18  Simon Josefsson  <jas@extundo.com>
8931
8932         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8933         when undoing.
8934
8935 2001-10-18  Simon Josefsson  <jas@extundo.com>
8936         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8937
8938         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8939         (gnus-summary-make-menu-bar): Ditto.
8940
8941 2001-10-17  Simon Josefsson  <jas@extundo.com>
8942
8943         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8944         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8945
8946 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8949         * gnus-util.el (gnus-user-date): New function.
8950         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8951
8952 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8953
8954         * message.el (message-check-news-header-syntax): Special case
8955         nnvirtual groups.
8956
8957         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8958         customize type to `symbol'.
8959
8960 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8963         %&foo;.
8964         (gnus-parse-simple-format): Support user extended spec too.
8965         %u&foo; invokes gnus-user-format-function-foo.
8966
8967 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8968
8969         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8970         the server.
8971         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8972         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8973         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8974         * nndiary.el (nndiary-request-expire-articles): Ditto.
8975         (nndiary-schedule): Defsubst it before use it.
8976         (nndiary-error): eval-and-compile.
8977
8978 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8979
8980         * gnus-msg.el (gnus-post-method): Changed two instances of
8981         `active' to `current' and one `null' to `not'.
8982
8983 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8984         From Katsumi Yamaoka <yamaoka@jpl.org>.
8985
8986         * message.el (message-setup-fill-variables): Use
8987         `normal-auto-fill-function' instead of `auto-fill-function'.
8988
8989 2001-10-16  Simon Josefsson  <jas@extundo.com>
8990
8991         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8992         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8993         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8994
8995 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8996         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8997
8998         * gnus-draft.el (gnus-draft-edit-message): Add text property
8999         `field' with value `header' to message headers.
9000         * message.el (message-setup-1): Really add text property to all of
9001         the header, not just part of it.
9002
9003 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * gnus-group.el (gnus-group-sort-by-server): Use it.
9006
9007         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9008
9009         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9010         and keystroke.
9011
9012 2001-10-14  Simon Josefsson  <jas@extundo.com>
9013
9014         * dig.el: Doc fix.
9015
9016         * smime.el: Doc fix.
9017
9018         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9019         charset magic from message.el.
9020
9021 2001-10-12  Simon Josefsson  <jas@extundo.com>
9022         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9023
9024         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9025         'cite from g-a-wash-types.
9026         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9027         (gnus-article-hide-citation): Fix.
9028
9029         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9030         character.
9031         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9032
9033         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9034         definition.
9035         (gnus-signature-toggle): Toggle `s' mode line character.
9036
9037         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9038         doing stuff that clears it.
9039
9040 2001-10-12  Simon Josefsson  <jas@extundo.com>
9041
9042         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9043         From Eric Marsden <emarsden@laas.fr>.
9044
9045 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9048         (autoload): Add some autoloads.
9049
9050 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9051         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9052
9053         * message.el (message-do-auto-fill): New function.  Like
9054         `do-auto-fill' but don't fill when in the message header.
9055         (message-setup-1): Put a text property on the message header.
9056         (message-setup-fill-variables): Use `message-do-auto-fill'.
9057
9058 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         * message.el (message-send-mail-partially): Insert an empty line
9061         first, because of the change of message-make-lines.
9062
9063 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9064
9065         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9066         iso-8859-15, make it an alias for iso-8859-1.
9067
9068 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * message.el (message-send-news): Don't modify the value of
9071         `message-syntax-checks' if it is not a list (possibly it is
9072         `dont-check-for-anything-just-trust-me').
9073
9074 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9077         `find-coding-system' for XEmacs to check whether the coding-system
9078         `utf-8' is available.
9079
9080 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9081
9082         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9083
9084 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9085
9086         * message.el (message-send-news): Oops, missed case with no
9087         "Followup-To" header...
9088
9089 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9090
9091         * message.el (message-send-news): Allow
9092         `gnus-group-name-charset-group-alist' to affect encoding of the
9093         "Newsgroups" and "Followup-To" headers.
9094
9095 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9096
9097         * Makefile.in (install-el): Depend on gnus-load.el.
9098
9099 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * Makefile.in (install-el): Use -f.
9102         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9103
9104 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9105
9106         * message.el (message-send-news): Don't encode Followups-To when
9107         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9108
9109         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9110         header.
9111
9112         * gnus-art.el (article-decode-group-name): Also decode
9113         "Followup-To".
9114
9115         * rfc2047.el (rfc2047-encode-message-header): Encode without
9116         asking for null methods.
9117
9118         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9119         default charset for newsgroup names in accordance with USEFOR.
9120
9121         * gnus-group.el (gnus-group-name-charset-method-alist,
9122         gnus-group-name-charset-group-alist): Removed "*" from doc
9123         strings, "*" should not be used for complex variables.
9124
9125 2001-10-06  Simon Josefsson  <jas@extundo.com>
9126
9127         Support UTF-8 group names better.
9128
9129         * message.el (message-check-news-header-syntax): Encode group
9130         names before comparison.
9131
9132         * gnus-msg.el (gnus-copy-article-buffer): Run all
9133         `gnus-article-decode-hook's except `article-decode-charset'
9134         instead of hardcoding call to one of them.
9135
9136         * gnus-art.el (gnus-article-decode-hook): Add
9137         `article-decode-group-name'.
9138         (article-decode-group-name): New function, use `g-d-n'.
9139
9140         * gnus-group.el (gnus-group-insert-group-line): Decode
9141         gnus-tmp-group using `g-d-n'.
9142
9143         * gnus-util.el (gnus-decode-newsgroups): New function.
9144
9145 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9146
9147         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9148         `gnus-group-name-charset-group-alist'.
9149
9150 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9151
9152         * Makefile.in: Install el in install. Add uninstall.
9153
9154 2001-10-05  Simon Josefsson  <jas@extundo.com>
9155
9156         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9157
9158         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9159
9160         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9161         empty folders.
9162
9163         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9164         limiting if read-all (C-u RET) was used.
9165
9166 2001-10-04  Simon Josefsson  <jas@extundo.com>
9167
9168         * mail-source.el (mail-source-movemail-program): New variable.
9169         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9170         <thutt@thutt.vmware.com>.
9171
9172 2001-10-03  Simon Josefsson  <jas@extundo.com>
9173
9174         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9175         (gnus-summary-line-format-alist): Fix param.
9176
9177 2001-10-02  Simon Josefsson  <jas@extundo.com>
9178
9179         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9180         don't go through `nnimap-request-expire-articles' to delete the
9181         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9182
9183 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9184
9185         * gnus-agent.el (gnus-agent-write-active): The min in the
9186         agent/active may be larger than that in the server/active.
9187
9188 2001-10-01  Simon Josefsson  <jas@extundo.com>
9189
9190         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9191         is IMAP4rev1.
9192
9193         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9194
9195         * nnfolder.el: Ditto.
9196
9197 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9198
9199         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9200         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9201
9202 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9203
9204         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9205         (message-mode-menu): Menu item for same.
9206
9207         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9208         delayed articles.
9209
9210         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9211         nndraft:delayed does not exist.
9212         (gnus-delay-initialize): Don't set up keymap, that's done from
9213         message.el now.
9214         (gnus-delay, gnus-delay-group, gnus-delay-header)
9215         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9216
9217 2001-09-29  Simon Josefsson  <jas@extundo.com>
9218
9219         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9220         utf-8, not eight-bit-control.
9221
9222         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9223         (imap-log, imap-debug): Custom.
9224         (imap-log-buffer, imap-debug-buffer): New constants.
9225         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9226         (imap-network-open, imap-shell-open, imap-starttls-open)
9227         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9228         (imap-debug): Use imap-*-buffer.
9229
9230         * nndoc.el (nndoc-article-type): Add mailman.
9231         (nndoc-type-alist): Ditto.
9232         (nndoc-mailman-type-p): New function.
9233
9234 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9235
9236         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9237         gnus-art.el.
9238
9239 2001-09-27  Simon Josefsson  <jas@extundo.com>
9240
9241         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9242         (gnus-topic-catchup-articles): New function. Suggested by Robin
9243         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9244
9245 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9246         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9247
9248         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9249         previous ones.
9250
9251 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9252         From Daiki Ueno  <ueno@unixuser.org>
9253
9254         * gnus-sum.el (gnus-summary-show-article): The arglist of
9255         detect-coding-region is incompatible.
9256
9257 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9258         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9259
9260         * gnus-group.el (gnus-group-delete-group): Typo.
9261
9262 2001-09-26  Simon Josefsson  <jas@extundo.com>
9263
9264         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9265
9266         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9267
9268 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9269
9270         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9271
9272 2001-09-22  Simon Josefsson  <jas@extundo.com>
9273
9274         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9275
9276         * nnfolder.el (nnfolder-open-marks): Ditto.
9277
9278         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9279         (gnus-update-marks): Use it.
9280         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9281         hardcoded list.
9282
9283         * gnus.el (gnus-article-special-mark-lists): Add killed.
9284         (gnus-article-unpropagated-mark-lists): New constant.
9285
9286 2001-09-22  Simon Josefsson  <jas@extundo.com>
9287
9288         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9289         custom option.
9290
9291 2001-09-23  Simon Josefsson  <jas@extundo.com>
9292
9293         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9294
9295 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9296
9297         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9298
9299 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9300
9301         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9302         accept lists of functions.
9303
9304 2001-09-20  Simon Josefsson  <jas@extundo.com>
9305
9306         * gnus-group.el (gnus-group-catchup): Update expire marks in
9307         backend.  Also, if ALL also set expire marks on tick/dormant.
9308
9309 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9310
9311         * message.el (message-tab-body-function): New variable.
9312         * message.el (message-tab): Use it.
9313
9314 2001-09-19  Sam Steingold  <sds@gnu.org>
9315
9316         * gnus-win.el (gnus-buffer-configuration): Respect
9317         `gnus-bug-create-help-buffer'.
9318
9319 2001-09-18  Simon Josefsson  <jas@extundo.com>
9320
9321         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9322         (gnus-parse-simple-format): Re-revert.
9323
9324 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9325         Trivial patch.
9326
9327         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9328         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9329
9330 2001-09-18  Simon Josefsson  <jas@extundo.com>
9331
9332         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9333         signed.
9334         (gnus-parse-simple-format): Don't use it.
9335
9336 2001-09-17  Miles Bader  <miles@gnu.org>
9337
9338         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9339         error querying a backend abort the whole process.
9340
9341 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342
9343         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9344         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9345
9346 2001-09-17  Didier Verna  <didier@xemacs.org>
9347
9348         * nndiary.el: version 0.2-b14.
9349         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9350         compatibility problem with XEmacs 21.1.
9351
9352 2001-09-15  Simon Josefsson  <jas@extundo.com>
9353
9354         * gnus-group.el (gnus-group-line-format): Document %c.
9355
9356         * nnml.el (nnml-parse-head): Handle CRLF files.
9357         (nnml-generate-nov-file): Ditto.
9358         (nnml-retrieve-headers): Ditto.
9359
9360 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9361
9362         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9363
9364 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9365
9366         * gnus-spec.el (gnus-correct-substring): Still stopped one
9367         character before we wanted (never included last character).
9368         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9369         add missing "," (once per function)
9370
9371 2001-09-14  Simon Josefsson  <jas@extundo.com>
9372
9373         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9374         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9375         default before gnus-group is loaded and the variable set.)
9376
9377         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9378         killed or unsent marks.
9379
9380         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9381         isn't an article to set it on (e.g. when you `a' in a group).
9382
9383 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9384
9385         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9386         can read e-mails from Microsoft Outlook users not using ISO
9387         8859-2 character set.
9388
9389 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9390
9391         * gnus-diary.el: Minor modifications to avoid warnings.
9392         (gnus-summary-misc-menu): defvar.
9393         (gnus-diary-check-message): Use gnus-point-at-eol.
9394         (gnus-diary-kill-entire-line): eval-and-compile.
9395
9396 2001-09-12  Didier Verna  <didier@xemacs.org>
9397
9398         * nndiary.el: new version (0.2-b13).
9399         * nndiary.el (nndiary-mail-sources): doc update.
9400         * nndiary.el (nndiary-split-methods): ditto.
9401         * nndiary.el (nndiary-request-accept-article-hooks): New.
9402         * nndiary.el (nndiary-request-accept-article): use it, check
9403         message validity.
9404         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9405         * nndiary.el (nndiary-schedule): fix bug (misplaced
9406         condition-case): it didn't return nil on error.
9407         * gnus-diary.el: new version.
9408         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9409         * gnus-diary.el (gnus-diary-header-value-history): New.
9410         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9411         * gnus-diary.el (gnus-diary-add-header): New.
9412         * gnus-diary.el (gnus-diary-check-message): New.
9413         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9414         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9415
9416 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9417
9418         * gnus-sum.el (gnus-select-newsgroup): Make
9419         `gnus-current-select-method' buffer-local.
9420
9421         * gnus-art.el (gnus-request-article-this-buffer): Refer
9422         `gnus-current-select-method' in the current summary buffer.
9423
9424 2001-09-10  Simon Josefsson  <jas@extundo.com>
9425         From Daniel Pittman <daniel@rimspace.net>
9426
9427         * gnus-spec.el (gnus-correct-pad-form): Fix.
9428
9429 2001-09-09  Simon Josefsson  <jas@extundo.com>
9430
9431         * mm-decode.el (mm-inline-media-tests): Add
9432         application/x-emacs-lisp.
9433         (mm-attachment-override-types): Add
9434         application/{x-,}pkcs7-signature.
9435
9436         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9437         (gnus-server-line-format, gnus-server-mode-line-format)
9438         (gnus-server-browse-in-group-buffer): Customize.
9439
9440 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * nnml.el (nnml-marks-changed-p): Typo.
9443         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9444         (nnml-marks-changed-p): Use gnus-gethash.
9445         (nnml-marks-modtime): Use gnus-make-hashtable.
9446
9447         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9448         (nnfolder-request-expire-articles, nnfolder-save-marks)
9449         (nnfolder-open-marks): Typo.
9450         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9451         (nnfolder-marks-changed-p): Use gnus-gethash.
9452         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9453
9454 2001-09-08  Simon Josefsson  <jas@extundo.com>
9455
9456         * nnfolder.el (nnfolder-marks-modtime): New variable.
9457         (nnfolder-marks-changed-p): New function.
9458         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9459         (nnfolder-request-update-info): Don't update if marks didn't change.
9460
9461         * nnml.el (nnml-marks-modtime): New variable.
9462         (nnml-marks-changed-p): New function.
9463         (nnml-save-marks, nnml-open-marks): Save modtime.
9464         (nnml-request-update-info): Don't update if marks didn't change.
9465
9466         * gnus-agent.el (gnus-agent-any-covered-gcc)
9467         (gnus-agent-add-server, gnus-agent-remove-server): Use
9468         gnus-agent-method-p.
9469
9470         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9471         (gnus-unbuttonized-mime-type-p): Use it.
9472
9473         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9474         fetch group.
9475
9476 2001-09-08  Simon Josefsson  <jas@extundo.com>
9477         From Daniel Pittman <daniel@rimspace.net>
9478
9479         * gnus-spec.el (gnus-correct-pad-form): New function.
9480         (gnus-parse-simple-format): Use it.
9481
9482 2001-09-07  Simon Josefsson  <jas@extundo.com>
9483
9484         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9485         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9486         Putnam <reader@newsguy.com>.
9487         (gnus-group-sort-selected-groups): Touch dribble file.
9488
9489 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9490
9491         * nnml.el (nnml-filenames-are-evil): New variable.
9492         (nnml-article-to-file-alist): Rename to ...
9493         (nnml-current-group-article-to-file-alist): ... this.
9494         Respect `nnml-filenames-are-evil'.
9495         (nnml-active-number): Update.
9496         (nnml-update-file-alist): Update.
9497         (nnml-request-article): Use nnheader-article-to-file-alist.
9498         (nnml-request-rename-group): Likewise.
9499
9500 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-sum.el (gnus-summary-insert-line): Fix.
9503
9504 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9505
9506         * gnus-sum.el: Bind g-s-t-s to "W g".
9507         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9508         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9509         display of graphical smilies.
9510
9511 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9512
9513         * gnus-start.el (gnus-setup-news): A typo.
9514         From Bill White <billw@wolfram.com>.
9515
9516 2001-09-06  Simon Josefsson  <jas@extundo.com>
9517
9518         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9519         and unseen marks.
9520
9521 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9522
9523         * nnmail.el (nnmail-split-fancy): Document `junk'.
9524
9525 2001-09-04  Simon Josefsson  <jas@extundo.com>
9526
9527         * imap.el (imap-search): Don't error if server is broken.
9528
9529 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9530
9531         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9532         searching for an article that isn't in the mbox.
9533
9534 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9537         right, and get all the comments.
9538
9539 2001-09-02  Simon Josefsson  <jas@extundo.com>
9540         Suggested by Dan Christensen <jdc+news@uwo.ca>
9541
9542         * nnfolder.el (nnfolder-request-update-info): Fix message.
9543
9544         * nnml.el (nnml-request-update-info): Ditto.
9545
9546 2001-09-01  Simon Josefsson  <jas@extundo.com>
9547
9548         * nnml.el (nnml-request-expire-articles): Also bind
9549         `nnml-current-group' and `nnml-article-file-alist' when using
9550         expiry-target. (Otherwise nnml will be in a inconsistent internal
9551         state causing all kind of problems.)
9552         (nnml-request-expire-articles): If `nnml-article-to-file' or
9553         `file-attributes' failes, return article as un-expirable instead
9554         of treating it as expired.
9555
9556 2001-08-31  Sam Steingold  <sds@gnu.org>
9557
9558         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9559         typo: `exmine' --> `examine'.
9560
9561 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9562
9563         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9564
9565 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9566
9567         * nnml.el (nnml-check-directory-twice): Remove.
9568         (nnml-retrieve-headers): Ditto.
9569         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9570
9571 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9572
9573         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9574         directory twice on Windows, or on GNU Emacs-21.
9575
9576 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9577
9578         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9579         (nnml-request-rename-group): Ditto.
9580         (nnml-active-number): Ditto.
9581         (nnml-request-create-group): Use nnml-directory-articles.
9582         (nnml-request-expire-articles): Use nnml-directory-articles, which
9583         gets list from nov database if available.
9584         (nnml-get-nov-buffer): New function.
9585         (nnml-open-nov): Use it.
9586         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9587         gets alist from nov database if available.
9588         (nnml-directory-articles): New function.
9589         (nnml-article-to-file-alist): New function.
9590
9591 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9592
9593         * mm-decode.el (mm-display-external): Use `name' as filename, if
9594         `filename' attribute is not present.
9595
9596 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9597
9598         * mail-source.el (mail-source-flash): New defcustom.
9599         (mail-source-new-mail-p): Ring visible bell if appropriate.
9600         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9601         timer is cleared even if mail check signals an error.
9602
9603 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9604
9605         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9606         type 'list.
9607
9608 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9609
9610         * flow-fill.el (fill-flowed): eol might be point-max.
9611
9612 2001-08-27  Simon Josefsson  <jas@extundo.com>
9613
9614         * nnml.el (nnml-request-update-info): Fix message.
9615         (nnml-open-marks): Ditto.
9616
9617         * nnfolder.el (nnfolder-request-update-info):
9618         (nnfolder-open-marks): Fix message.
9619
9620 2001-08-25  Simon Josefsson  <jas@extundo.com>
9621
9622         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9623         after group in ~/.
9624
9625 2001-08-25  Simon Josefsson  <jas@extundo.com>
9626         From Andreas Jaeger  <aj@suse.de>
9627
9628         * nnfolder.el (nnfolder-open-marks): Fix typo.
9629         * nnml.el (nnml-open-marks): Likewise.
9630
9631 2001-08-25  Simon Josefsson  <jas@extundo.com>
9632
9633         Make nnfolder groups self-contained as far as marks are concerned.
9634
9635         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9636         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9637         (nnfolder-open-server): Make marks directory.
9638         (nnfolder-request-delete-group): Delete marks file.
9639         (nnfolder-request-delete-group): Check of nov/marks file exist
9640         before deleting.
9641         (nnfolder-request-rename-group): Rename marks file.
9642         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9643         (nnfolder-request-set-mark, nnfolder-request-update-info)
9644         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9645         (nnfolder-open-marks): New functions.
9646         (top-level): Require gnus.
9647
9648 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9649
9650         * nnweb.el (nnweb-type-definition): Use google raw file.
9651         (nnweb-google-parse-1): Ditto.
9652         (nnweb-google-identity): Ditto.
9653         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9654         (nnweb-altavista-wash-article): Ditto.
9655         (nnweb-request-article): Remove nnweb-decode-entities.
9656
9657         * nnml.el: Require 'gnus.
9658
9659 2001-08-25  Simon Josefsson  <jas@extundo.com>
9660
9661         * nnml.el (nnml-marks-is-evil): Add doc.
9662
9663 2001-08-25  Simon Josefsson  <jas@extundo.com>
9664
9665         * nnml.el (nnml-save-marks): Wrap saving marks in a
9666         condition-case, to allow user to start Gnus if saving marks failed
9667         for some reason.
9668
9669 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9672
9673         * gnus-group.el (gnus-update-group-mark-positions): Bind
9674         gnus-group-update-hook to nil.
9675
9676 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9677
9678         * mml.el (mml-generate-mime-1): Force as multibyte string.
9679
9680 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9681
9682         * gnus-sum.el (gnus-summary-insert-line)
9683         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9684         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9685
9686         * gnus-spec.el (gnus-correct-substring): Take optional END.
9687
9688         * nnrss.el (nnrss-request-article): Remove \n.
9689         (nnrss-retrieve-headers): Lines number is -1.
9690
9691 2001-08-24  Simon Josefsson  <jas@extundo.com>
9692
9693         * gnus-group.el (gnus-info-clear-data): Call
9694         nnfoo-request-set-mark to propagate marks.  Fix bug:
9695         `gnus-group-update-line' doesn't update read range unless we call
9696         `gnus-get-unread-articles-in-group' first.
9697
9698         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9699         to server.
9700
9701 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9702
9703         * gnus-util.el (gnus-create-info-command): Return an interactive
9704         function.
9705
9706 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9707         From Katsumi Yamaoka <yamaoka@jpl.org>
9708
9709         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9710
9711 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * gnus-sum.el (gnus-select-newsgroup): Use it.
9714
9715         * gnus-util.el (gnus-not-ignore): New function.
9716
9717         * lpath.el (featurep): Don't fbind char-int.
9718
9719         * gnus-util.el (gnus-create-info-command): New function.
9720
9721         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9722         right node.
9723
9724         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9725         (gnus-summary-limit-children): Use 'identity instead of `all'.
9726         (gnus-summary-limit-to-display-predicate): New command and
9727         keystroke.
9728
9729 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9730
9731         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9732
9733         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9734
9735 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * gnus-spec.el: Add the Gnus version.
9738         (gnus-update-format-specifications): If the Gnus version changes,
9739         nix out the format spec cache.
9740
9741         * gnus.el (gnus-continuum-version): Made into a command and
9742         optionalize the VERSION.
9743
9744         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9745         the start of the lines.
9746
9747 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus.el (gnus-visual-p): Define function before use of
9750         function.
9751
9752 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753
9754         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9755         (gnus-article-mark-to-type): New function.
9756         (gnus-update-missing-marks): Only update marks of type 'list.
9757
9758         * gnus.el (gnus-article-special-mark-lists): New variable.
9759
9760 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9761
9762         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9763         (gnus-select-newsgroup): Still use 'all.
9764         (gnus-summary-initial-limit): Comparing with 'all.
9765
9766 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9769         active.
9770
9771 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9774         nnslashdot-*-retrieve-headers.
9775         (nnslashdot-request-article): Fix for slashcode 2.2.
9776         (nnslashdot-make-tuple): New function.
9777         (nnslashdot-read-groups): Use it.
9778
9779 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9782         list.
9783
9784         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9785
9786 2001-08-20  Simon Josefsson  <jas@extundo.com>
9787
9788         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9789         opened, error instead of continuing (and exploding later).
9790
9791 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * gnus.el (gnus-expand-group-parameters): Return the parameter
9794         list.
9795
9796         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9797         (gnus-summary-show-article): Guess at charset if required.
9798
9799         * gnus-spec.el (gnus-correct-substring): Stopped one character
9800         before we wanted.
9801
9802 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9803
9804         * earcon.el (earcon-auto-play): Remove unused option.
9805
9806 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9809         message down in levels, since it happens very fast.
9810
9811         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9812         of smiley-regexp-alist.
9813
9814         * mm-view.el (mm-inline-text): Ignore vcard errors.
9815
9816         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9817
9818         * gnus-score.el (gnus-all-score-files): Use append instead of
9819         nconc.
9820
9821         * gnus.el (gnus-splash-face): Doc fix.
9822
9823         * mm-decode.el (mm-mailcap-command): Use
9824         mm-path-name-rewrite-functions.
9825         (mm-path-name-rewrite-functions): New variable.
9826
9827         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9828         (gnus-complex-form-to-spec): Insert tab.
9829         (gnus-spec-tab): New function.
9830
9831         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9832         entering the group.
9833
9834         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9835         the positional spec.
9836         (gnus-parse-complex-format): React to %C.
9837
9838         * gnus-ems.el (gnus-char-width): Moved here.
9839
9840         * gnus-sum.el (gnus-select-newsgroup): Set
9841         gnus-newsgroup-articles.
9842         (gnus-unseen-mark): New variable.
9843         (gnus-newsgroup-unseen): Ditto.
9844         (gnus-newsgroup-seen): Ditto.
9845         (gnus-adjust-marked-articles): Use them.
9846         (gnus-update-marks): Use them.
9847         (gnus-summary-update-secondary-mark): Display.
9848         (gnus-summary-prepare-threads): Display.
9849
9850         * gnus-msg.el (gnus-inews-group-method): Use and return the
9851         method, not the server.
9852
9853 2001-08-19  Simon Josefsson  <jas@extundo.com>
9854
9855         * gnus-srvr.el (gnus-server-agent-face): New.
9856         (gnus-server-agent-face): New.
9857         (gnus-server-mode): Turn on font-lock-mode.
9858
9859         * gnus.el (gnus-server-visual): Add defgroup.
9860
9861 2001-08-19  Simon Josefsson  <jas@extundo.com>
9862         From Joe Casadonte <jcasadonte@northbound-train.com>
9863
9864         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9865         gnus-server-denied-face): New.
9866         (gnus-server-opened-face, gnus-server-closed-face,
9867         gnus-server-denied-face): New.
9868         (gnus-server-font-lock-keywords): Add.
9869
9870 2001-08-19  Simon Josefsson  <jas@extundo.com>
9871
9872         * nnml.el (nnml-request-set-mark): Return nil.
9873         (nnml-save-marks): Use nnml-possibly-create-directory.
9874         (nnml-open-marks): Only work in temp buffer when inserting/reading
9875         .marks file.
9876
9877 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9878
9879         * gnus.el (gnus-expand-group-parameters): Fix.
9880
9881         * gnus-spec.el (gnus-char-width): New function.
9882         (gnus-correct-substring, gnus-correct-length): Use it.
9883
9884         * message.el (message-required-mail-headers): Fix doc.
9885
9886 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9887
9888         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9889
9890         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9891
9892 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9895         slashdot 2.2 (not fully fixed yet).
9896         (nnslashdot-request-article): Ditto.
9897
9898 2001-08-18  Simon Josefsson  <jas@extundo.com>
9899
9900         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9901         nnimap.
9902
9903         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9904         gnus-util.
9905         (nnimap-request-update-info-internal): Use new functions.
9906
9907         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9908         new functions.
9909
9910 2001-08-18  Simon Josefsson  <jas@extundo.com>
9911
9912         Make nnml groups self-contained as far as marks are concerned.
9913
9914         * nnml.el (nnml-request-delete-group): Delete marks file.
9915         (nnml-request-rename-group): Move marks file.
9916         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9917         variables.
9918         (nnml-request-set-mark, nnml-request-update-info): New server
9919         functions.
9920         (nnml-save-marks, nnml-open-marks): New functions.
9921
9922 2001-08-18  Simon Josefsson  <jas@extundo.com>
9923
9924         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9925         `set' when setting marks.
9926
9927 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * gnus.el (gnus-info-find-node): Take an argument.
9930
9931         * gnus-art.el (gnus-button-handle-info): New function.
9932         (gnus-url-unhex-string): Replace "+" with " ".
9933
9934 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * message.el (message-check-news-header-syntax): Check bad From.
9937
9938 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * gnus-spec.el (gnus-correct-length): New function.
9941         (gnus-correct-substring): New function.
9942         (gnus-tilde-max-form): Use it.
9943
9944 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9945
9946         * nnmh.el: Docstring changes as below.
9947
9948         * nnml.el: Docstring changes as below.
9949
9950         * nnbabyl.el: Docstring changes as below.
9951
9952         * nnmbox.el: Docstring changes as below.
9953
9954         * nnfolder.el: Added docstrings identifying each virtual server
9955         parameter.
9956
9957 2001-08-18  Simon Josefsson  <jas@extundo.com>
9958
9959         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9960
9961 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9962
9963         * message.el: rename "Abort Message" to "Postpone Message".
9964         Remove "Attach file as MIME" from Message menu, it's already in
9965         the MIME menu.
9966
9967 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9968
9969         * smime.el (smime-point-at-eol): eval-and-compile.
9970         (smime-make-temp-file): New function.
9971         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9972         Use it.
9973
9974 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975
9976         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9977         (gnus-agent-summary-fetch-group): New command and keystroke.
9978
9979         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9980         (gnus-mime-display-security): Make it respect
9981         gnus-unbuttonized-mime-type-p.
9982
9983         * gnus-sum.el (gnus-articles-to-read): Comments.
9984         (gnus-article-marked-p): New function.
9985         (gnus-summary-display-make-predicate): New function.
9986         (gnus-select-newsgroup): Use them.
9987
9988         * mm-decode.el (mm-save-part-to-file): Made it not error.
9989
9990 2001-08-17  Simon Josefsson  <jas@extundo.com>
9991
9992         * imap.el (imap-wait-for-tag): If process-status isn't open or
9993         run, return nil instead of sit-for looping.
9994
9995 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * lpath.el (featurep): fbind xml-parse-region.
9998
9999         * gnus.el (gnus-message-archive-method): Default to "archive".
10000         (gnus-message-archive-method): Doc fix.
10001         (gnus-parameters-get-parameter): Cleaned up.
10002         (gnus-expand-group-parameter): New function.
10003
10004         * gnus-start.el (gnus-setup-news): Push the archive server only
10005         the server list.
10006
10007         * mml.el (mml-menu): Changed name to "Attachments".
10008
10009         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10010         when there is something to detroy.
10011
10012 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10015         nil.
10016
10017 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10018
10019         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10020         which specifies a time today or tomorrow.
10021
10022 2001-08-15  Simon Josefsson  <jas@extundo.com>
10023         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10024
10025         * gnus-agent.el (gnus-agent-make-mode-line-string)
10026         (gnus-agent-toggle-plugged): Use new API.
10027
10028 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10029
10030         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10031         deadline has expired.
10032
10033 2001-08-12  Simon Josefsson  <jas@extundo.com>
10034         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10035
10036         Support `recent' mark indicating newly arrived messages (to
10037         separate from old but unread messages).
10038
10039         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10040         `nnmail-split-history' if recent is > 0.
10041         (nnimap-request-update-info-internal): Update `recent' marks.
10042         (nnimap-request-set-mark): Never set `recent' marks.
10043         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10044         recent.
10045
10046         * gnus-sum.el (gnus-recent-mark): New mark.
10047         (gnus-newsgroup-recent): New variable.
10048         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10049         (gnus-summary-prepare-threads): Mark recent articles.
10050         (gnus-summary-add-mark): Support recent.
10051         (gnus-summary-update-secondary-mark): Support recent.
10052
10053         * gnus.el (gnus-article-mark-lists): Add recent.
10054
10055 2001-08-12  Simon Josefsson  <jas@extundo.com>
10056
10057         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10058         whether successful decoding took place.  Add doc.
10059
10060 2001-08-12  Simon Josefsson  <jas@extundo.com>
10061         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10062
10063         * gnus.el (gnus-summary-line-format, gnus-parameters):
10064         * gnus-gl.el (gnus-summary-grouplens-line-format):
10065         * gnus-salt.el (gnus-summary-pick-line-format):
10066         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10067
10068 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10069         Committed by Kai Gro\e,b_\e(Bjohann.
10070
10071         * gnus-score.el (gnus-score-string): Fix `match' regexp
10072         for `extra' header case.
10073
10074 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10075
10076         * nnmbox.el (nnmbox-read-mbox): No warning.
10077
10078 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10079
10080         * nndoc.el (nndoc-article-type): Fix doc.
10081         (nndoc-generate-article-function): New variable.
10082         (nndoc-dissection-function): New variable.
10083         (nndoc-type-alist): Add oe-dbx.
10084         (nndoc-oe-dbx-type-p): New function.
10085         (nndoc-oe-dbx-dissection): New function.
10086         (nndoc-oe-dbx-generate-article): New function.
10087
10088 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10089
10090         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10091         whether deadline has been reached.  Patch from Dan Nicolaescu
10092         <dann@godzilla.ics.uci.edu>.
10093
10094 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10095
10096         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10097         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10098         <rintaman@cs.Helsinki.FI>.
10099
10100         * mail-source.el (mail-source-movemail): The error buffer is
10101         modified, but nothing in it.
10102
10103 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10104
10105         * message.el (message-bogus-system-names): New variable.
10106         (message-make-fqdn): Use it.
10107
10108 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10109
10110         * nndraft.el (nndraft-request-group): Use
10111         nndraft-auto-save-file-name.
10112
10113 2001-08-09  Simon Josefsson  <jas@extundo.com>
10114
10115         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10116         Don't ask whether to decrypt.  Just leave result in buffer (don't
10117         call mm).
10118
10119         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10120         parts as well.
10121         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10122         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10123
10124 2001-08-09  Simon Josefsson  <jas@extundo.com>
10125
10126         * mm-decode.el (mm-insert-part): Return decoding success status.
10127         (mm-save-part-to-file): Error if decoding failed.
10128
10129 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10130
10131         * message.el (message-tab): Use indent-relative.
10132         (message-mode): Don't bind indent-line-function to indent-relative.
10133
10134 2001-08-09  Simon Josefsson  <jas@extundo.com>
10135
10136         * message.el (message-get-reply-headers): Fix string. Suggested by
10137         Christoph Conrad <cc@cli.de>.
10138
10139 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * message.el (message-tab): Use the current value of
10142         indent-line-function.
10143         (message-mode): Bind indent-line-function to indent-relative.
10144
10145 2001-08-08  Simon Josefsson  <jas@extundo.com>
10146
10147         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10148         whether `imtest' is installed.
10149
10150 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10151         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10152
10153         * gnus-sum.el (gnus-summary-show-article): Call
10154         gnus-summary-update-secondary-secondary-mark.
10155         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10156         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10157
10158 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10159
10160         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10161
10162         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10163
10164         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10165         <gerd@gnu.org>.
10166
10167         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10168
10169         * gnus-util.el (gnus-output-to-rmail): Ditto.
10170         (gnus-output-to-mail): Ditto.
10171
10172         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10173
10174 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10175
10176         * message.el (message-indent-citation): Use
10177         `message-yank-cited-prefix' for empty lines.
10178
10179 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10180
10181         * message.el (message-indent-citation): Quote only lines starting
10182         with ">" using `message-yank-cited-prefix'.
10183
10184 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10185         Trivial patch.
10186
10187         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10188         gnus-cache-fully-p.
10189
10190 2001-08-04  Simon Josefsson  <jas@extundo.com>
10191
10192         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10193         file if it doesn't exist (by calling gnus-cache-read-active).
10194
10195 2001-08-04  Simon Josefsson  <jas@extundo.com>
10196
10197         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10198         (gnus-cache-passively-or-fully-p): Removed.
10199         (gnus-cache-fully-p): Fix it.
10200
10201         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10202
10203 2001-08-04  Simon Josefsson  <jas@extundo.com>
10204
10205         * gnus-cache.el (gnus-cache-fully-p)
10206         (gnus-cache-passively-or-fully-p): New functions.
10207         (gnus-cache-possibly-enter-article): Cosmetic change, use
10208         `g-c-p-o-f-p'.
10209         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10210         was bogus (`g-c-p-a-a' does not change active info, just change
10211         the functions parameters).
10212         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10213         not removed in groups that match `gnus-uncacheable-groups'.
10214
10215         Reported and modifications based on discussions with Nuutti
10216         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10217
10218 2001-08-04  Simon Josefsson  <jas@extundo.com>
10219         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10220
10221         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10222         calls `gnus-cache-update-active' if bounds has been extended.
10223
10224 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10227         before remove.
10228         (gnus-mime-security-show-details): Ditto.
10229
10230 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10231
10232         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10233         syntax.  Protect string-match against nil string and regexp.
10234
10235 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10236
10237         * mm-util.el (mm-find-charset-region): Remove control-1.
10238
10239 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10240
10241         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10242
10243 2001-08-04  Simon Josefsson  <jas@extundo.com>
10244
10245         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10246         buffer.  Delete MIME-Version header.
10247
10248 2001-08-03  Simon Josefsson  <jas@extundo.com>
10249
10250         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10251         that is entered does not necessarily have the highest article
10252         number in the group, so use `gnus-cache-possibly-alter-active'
10253         instead of `gnus-cache-update-active'.
10254
10255 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10256
10257         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10258
10259 2001-08-03  Simon Josefsson  <jas@extundo.com>
10260
10261         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10262         menu.
10263
10264 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus.el (post-method): New group parameter.  It also provides
10267         the user option `gnus-post-method-alist' and the internal function
10268         `gnus-parameter-post-method'.
10269
10270         * gnus-msg.el (gnus-post-method): Bind the value of
10271         `gnus-post-method' to the group parameter if it is defined.
10272
10273 2001-08-02  Simon Josefsson  <jas@extundo.com>
10274
10275         * smime.el (smime-extra-arguments): Removed.
10276         (smime-call-openssl-region): Don't use it.
10277
10278 2001-08-02  Simon Josefsson  <jas@extundo.com>
10279
10280         * smime.el (smime-sign-region): Handle stderr.
10281         (smime-encrypt-region): Ditto.
10282
10283         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10284         match the ASN.1 length bytes.
10285         (mm-pkcs7-enveloped-magic): Ditto.
10286         (mm-view-pkcs7-get-type): Don't regexp quote.
10287
10288 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10289         From Andreas Fuchs <asf@void.at>
10290
10291         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10292
10293 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10294
10295         * gnus-art.el (gnus-header-button-alist): References regexp.
10296
10297 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10298
10299         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10300         already fboundp.  Add INTERACTIVE arg to autoload form.
10301
10302 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10303
10304         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10305
10306         * nnmail.el (nnmail-cache-open): Ditto.
10307
10308 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10309
10310         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10311
10312 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10315
10316 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10317         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10318
10319         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10320         (gnus-agent-toggle-plugged): Use it.
10321
10322 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10323
10324         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10325         (gnus-ding-file-coding-system): New variable.
10326         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10327         (gnus-slave-save-newsrc): Use it.
10328
10329 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10330
10331         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10332         syntax.
10333
10334 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10335         Originally from Andreas Fuchs <asf@void.at>
10336
10337         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10338         (mml2015-gpg-pretty-print-fpr): New function.
10339         (mml2015-gpg-extract-signature-details): More details, rename from
10340         `m-g-e-from'.
10341         (mml2015-gpg-verify): Use them.
10342         (mml2015-gpg-clear-verify): Use them.
10343
10344 2001-07-31  Simon Josefsson  <jas@extundo.com>
10345
10346         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10347         buffer when done.
10348
10349 2001-07-30  Simon Josefsson  <jas@extundo.com>
10350
10351         * smime.el (smime-call-openssl-region): Revert previous change,
10352         just pass on buf to `call-process-region'.
10353         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10354         `smime-new-details-buffer'.  Inserts error messages into buffer.
10355         (smime-noverify-region): Ditto.
10356         (smime-decrypt-region): Ditto.  Handles stderr separately.
10357         (smime-verify-buffer, smime-noverify-buffer)
10358         (smime-decrypt-buffer): Doc fix.
10359         (smime-new-details-buffer): New function.
10360         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10361         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10362         (smime-sign-region, smime-encrypt-region): Don't use
10363         `insert-buffer'.
10364
10365         * mml-smime.el (mml-smime-verify): Fix security button strings.
10366
10367 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10368
10369         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10370         gnus-article-mime-handles.
10371
10372 2001-07-29  Simon Josefsson  <jas@extundo.com>
10373
10374         * mail-source.el (top-level): Require message for message-directory.
10375         (mail-source-directory): Change default to message-directory.
10376
10377         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10378         (smime-certificate-directory, smime-openssl-program)
10379         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10380         (smime-extra-arguments): New variable.
10381         (smime-dns-server): Fix customize group.
10382         (smime-call-openssl-region): Use `smime-extra-arguments'.
10383
10384 2001-07-29  Simon Josefsson  <jas@extundo.com>
10385         From Vladimir Volovich <vvv@vsu.ru>
10386
10387         * smime.el (smime-call-openssl-region): Ignore stderr.
10388
10389 2001-07-29  Simon Josefsson  <jas@extundo.com>
10390         From Christoph Conrad <christoph.conrad@gmx.de>
10391
10392         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10393         file.
10394
10395 2001-07-29  Simon Josefsson  <jas@extundo.com>
10396
10397         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10398
10399         Support S/MIME decryption.
10400
10401         * mm-decode.el (mm-inline-media-tests):
10402         (mm-inlined-types):
10403         (mm-automatic-display):
10404         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10405
10406         * mm-view.el (mm-pkcs7-signed-magic):
10407         (mm-pkcs7-enveloped-magic): New variables.
10408         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10409         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10410         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10411         PKCS#7 blobs.
10412
10413         * smime.el (smime-decrypt-region): Expand keyfile.
10414
10415 2001-07-29  Simon Josefsson  <jas@extundo.com>
10416
10417         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10418         `ssl.el' variables.
10419
10420         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10421         but line instead of narrowing to it, because `nnmail-parse-active'
10422         calls widen.  Thanks to Christoph Conrad
10423         <christoph.conrad@gmx.de>.
10424
10425 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10426
10427         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10428         for %B spec.
10429
10430         * gnus-sum.el (gnus-summary-prepare-threads): If
10431         gnus-sum-thread-tree-root is nil, use subject instead.
10432         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10433         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10434         (gnus-sum-thread-tree-leaf-with-other)
10435         (gnus-sum-thread-tree-single-leaf): Documentation.
10436         (gnus-sum-thread-tree-single-indent): Allow nil.
10437
10438 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10439
10440         * message.el (message-fill-paragraph): Do nothing if the user
10441         wants filladapt-mode.
10442
10443 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10444
10445         * mm-decode.el (mm-image-type-from-buffer): New function.
10446         (mm-get-image): Use it.
10447
10448 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10449
10450         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10451
10452         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10453         mm-display-parts too.
10454
10455 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10456
10457         * nnfolder.el (nnfolder-request-accept-article): Bind
10458         nntp-server-buffer.
10459
10460         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10461         nntp-server-buffer.
10462
10463 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * message.el (message-check-news-header-syntax): Use
10466         message-post-method.
10467         (message-send-news): Bind message-post-method.
10468
10469 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10470
10471         * mml.el (mml-tweak-type-alist): New variable.
10472         (mml-tweak-function-alist): New variable.
10473         (mml-tweak-part): New function.
10474         (mml-generate-mime-1): Use it.
10475
10476 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * nnfolder.el (nnfolder-request-accept-article): Replace
10479         nnfolder-request-list.
10480
10481 2001-07-27  Simon Josefsson  <jas@extundo.com>
10482
10483         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10484         nnoo-change-server failed to do it.
10485
10486 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * gnus.el (gnus-parameters): Make it customizable.
10489
10490 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10493
10494         * message.el (message-set-auto-save-file-name): More
10495         poor-system-types.
10496
10497         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10498
10499         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10500         supports +.
10501
10502 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10503
10504         * mm-decode.el (mm-readable-p): New function.
10505         (mm-inline-media-tests): Fix the default testers.
10506
10507 2001-07-26  Simon Josefsson  <jas@extundo.com>
10508
10509         * nnimap.el (nnimap-version): Bump version number.
10510
10511 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512         From Steven E. Harris <seh@speakeasy.org>
10513
10514         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10515         in M$Windows too.
10516
10517 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10518
10519         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10520
10521 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10522
10523         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10524
10525         * mm-decode.el (mm-get-image): Guess then use the type.
10526
10527         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10528
10529 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10530
10531         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10532         display (%B) for threads if threading is off.
10533
10534 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10535         From Henrik Enberg <henrik@enberg.org>
10536
10537         * gnus-msg.el: Customization patch.
10538
10539 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10540
10541         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10542         variable.
10543         (nnmail-split-fancy-with-parent): Ignore certain groups.
10544
10545 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10546
10547         * gnus-util.el (gnus-byte-compile): New function.
10548         (gnus-use-byte-compile): New variable.
10549         (gnus-make-sort-function): Use it.
10550
10551         * nnmail.el (nnmail-get-new-mail): Use it.
10552
10553         * gnus-agent.el (gnus-category-make-function): Simple function or
10554         compiled function.
10555         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10556
10557         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10558         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10559         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10560
10561         * message.el (message-check-news-header-syntax): Remove quote.
10562
10563 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10564
10565         * message.el (message-use-mail-followup-to): `t' is not a
10566         documented value.
10567
10568 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569
10570         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10571
10572 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10573
10574         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10575         there are long lines.
10576
10577 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * dgnushack.el (copy-list): New compiler macro.
10580
10581 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10582
10583         * message.el (message-bounce): If no Return-Path, the whole
10584         content is considered as the original message.
10585
10586         * nnml.el (nnml-check-directory-twice): New variable.
10587         (nnml-article-to-file): Use it.
10588         (nnml-retrieve-headers): Hack it.
10589
10590 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10591
10592         * gnus-win.el (gnus-buffer-configuration): New configure.
10593
10594         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10595         not alive.
10596
10597         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10598         (mm-display-external): Use display-term configure.
10599
10600 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10601
10602         * gnus-delay.el (gnus-delay-default-hour): New variable.
10603         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10604
10605 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606         From Karl Kleinpaste <karl@charcoal.com>
10607
10608         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10609         (gnus-summary-prepare-threads): Ditto.
10610
10611         * gnus.el (gnus-summary-line-format): Add %B.
10612
10613 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10614
10615         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10616
10617         * mm-util.el (mm-string-as-multibyte): New function.
10618
10619         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10620
10621 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10622
10623         * mm-util.el (mm-universal-coding-system): New variable.
10624
10625         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10626
10627         * score-mode.el (score-mode-coding-system): Use it.
10628
10629 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-start.el (gnus-setup-news): Call
10632         `gnus-check-bogus-newsgroups' just after the native server is
10633         opened.
10634
10635 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10636
10637         * nnmail.el (nnmail-do-request-post): Util function to be used by
10638         `nnchoke-request-post' for all nnmail-derived backends.
10639
10640         * nnml.el (nnml-request-post): Use it.
10641
10642         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10643         backend, for it groks nnml-request-post.
10644
10645         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10646         Treat `mail-post' backends like `mail' backends, not like `news'
10647         backends.
10648
10649 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10650
10651         * gnus-msg.el (gnus-setup-message): make-local-hook.
10652
10653 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10654
10655         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10656         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10657         <karl@charcoal.com>, slightly changed by Kai.
10658
10659         * message.el (message-check-news-header-syntax): When checking
10660         whether the groups exist, check the right server based on
10661         `gnus-post-method'.
10662
10663 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10664
10665         * gnus-delay.el: New file.
10666
10667 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10668
10669         * mm-util.el (mm-read-coding-system): Take two arguments.
10670
10671         * gnus-sum.el (gnus-summary-show-article): Use
10672         mm-read-coding-system.
10673
10674         * gnus-art.el (article-de-quoted-unreadable):
10675         (article-de-base64-unreadable, article-wash-html):
10676         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10677
10678 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10679
10680         * nnml.el (nnml-request-post): New function.  Can be used for
10681         annotations in nnml groups.
10682
10683 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10686         command.
10687
10688         * gnus-start.el (gnus-find-new-newsgroups): Use
10689         `message-make-date' instead of `current-time-string'.
10690         (gnus-ask-server-for-new-groups): Ditto.
10691         (gnus-check-first-time-used): Ditto.
10692
10693 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10694
10695         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10696
10697 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10698
10699         * message.el (message-shorten-references): Change `maxcount' and
10700         `cut' to obey USEFOR draft 5.
10701
10702 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10703
10704         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10705         (gnus-summary-set-article-display-arrow): New function.
10706         (gnus-summary-goto-subject): Use it.
10707
10708 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * gnus-sum.el (gnus-summary-import-article): Insert date if
10711         doesn't exist.
10712
10713 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10714
10715         * mml.el (mml-content-type-parameters): New variable.
10716         (mml-content-disposition-parameters): New variable.
10717         (mml-insert-mime-headers): Use them.
10718         (mml-parse-1): Accept charset.
10719
10720 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * gnus-group.el (gnus-group-select-group): Doc fix.
10723
10724         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10725
10726 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10729         to handle `define-derived-mode'.
10730
10731 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10732         From:  Stefan Monnier  <monnier@cs.yale.edu>
10733
10734         * message.el (message-mode): Use define-derived-mode.
10735         (message-tab): message-completion-alist.
10736
10737         * imap.el (imap-interactive-login): Use make-local-variable.
10738         (imap-open): Ditto.
10739         (imap-authenticate): Ditto.
10740
10741         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10742
10743         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10744
10745 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10746
10747         * message.el (message-citation-line-function): Refer to
10748         gnus-cite-attribution-suffix.
10749
10750 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10751
10752         * gnus-art.el,...: Error convention changes.
10753
10754 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10757
10758 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10761         (nnrss-read-server-data): Ditto.
10762
10763 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10764
10765         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10766         * Cleanup files.
10767         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10768
10769 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus.el (gnus-summary-line-format): Add %o.
10772
10773         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10774         unless shell outputs something.
10775
10776 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10777
10778         * gnus-art.el (gnus-boring-article-headers): Better doc.
10779         (article-hide-headers): Better regexp.
10780         Suggested by Matt Swift <swift@alum.mit.edu>.
10781
10782         * nnheader.el (nnheader-max-head-length): Better doc.
10783         (nnheader-header-value): Skip spaces.
10784         (nnheader-parse-head): Remove space.
10785         Suggested by Matt Swift <swift@alum.mit.edu>.
10786
10787         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10788         (gnus-get-newsgroup-headers): Remove space.
10789
10790 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10791
10792         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10793         (gnus-summary-reply): Use it.
10794         (gnus-summary-reply-broken-reply-to): New function.
10795         (gnus-msg-force-broken-reply-to): New function.
10796
10797         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10798
10799 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10802
10803 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10804
10805         * mm-decode.el (mm-external-terminal-program): New variable.
10806         (mm-display-external): Use it. Use term to display when no
10807         window-system.
10808
10809 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10810
10811         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10812         Browse->Next entries to Browse->Prev
10813
10814 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10815
10816         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10817
10818 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10821         for the default encoding.
10822
10823         * nnrss.el (nnrss-url-field): New field.
10824         (nnrss-request-article): Add newsgroups.
10825
10826         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10827
10828 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829
10830         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10831
10832         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10833         (gnus-draft-setup): Remove backlog.
10834
10835 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10836
10837         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10838         Cleanup.
10839
10840 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10841
10842         * gnus-msg.el (gnus-bug): Erase buffer.
10843
10844         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10845
10846 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10847
10848         * mm-decode.el (mm-attachment-override-p): Fix typo.
10849
10850 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-kill.el (gnus-execute): Work with the extra headers.
10853         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10854
10855 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10856
10857         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10858         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10859
10860         * message.el (message-send-mail-real-function): New variable.
10861         (message-send-mail-partially, message-send-mail):
10862
10863         * nngateway.el (nngateway-request-post): Use it.
10864
10865         * gnus-agent.el (gnus-agentize): Use it.
10866
10867         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10868         (nnsoup-revert-variables): Use it.
10869
10870 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10871
10872         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10873         text/plain if the type doesn't match any other media types.
10874         (mm-inlined-types): Doc fix.
10875         (mm-display-inline): Revert previous change (now handled by a
10876         default type in `mm-inline-media-tests'.
10877         (mm-inlinable-p): Revive.
10878         (mm-display-part): Call `mm-inlinable-p'.
10879         (mm-attachment-override-p): Ditto.
10880         (mm-inlined-p): Doc fix.
10881
10882         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10883         well as `mm-inlined-p'.
10884
10885 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10886
10887         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10888         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10889
10890 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10891         From  Paul Jarc <prj@po.cwru.edu>
10892
10893         * message.el (message-use-mail-followup-to): New variable.
10894         (message-get-reply-headers): Use it.
10895
10896 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10897
10898         * nnheader.el (nnheader-init-server-buffer): Make sure the
10899         *nntpd* buffer is made multibyte instead of a random buffer.
10900
10901 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10904         when it returns headers.
10905
10906 2001-07-07  Simon Josefsson  <jas@extundo.com>
10907
10908         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10909         trying to fold. Thanks to Colin Walters
10910         <walters@cis.ohio-state.edu>
10911
10912 2001-07-06  Simon Josefsson  <jas@extundo.com>
10913
10914         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10915         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10916         Add information in `assert's.
10917
10918         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10919         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10920         and `nnimap-group-overview-filename', should handle all
10921         change-of-uidvalidity related issues.  But there may be other
10922         problems.)
10923
10924 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10925
10926         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10927         header name when folding.
10928
10929 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10930
10931         * mm-decode.el (mm-inlined-types): Document relationship with
10932         `mm-inline-media-tests'.
10933         (mm-display-inline): Default to displaying as plain text if no
10934         inlining handler is available.
10935         (mm-inlinable-p): Remove.
10936         (mm-inlined-p): Don't call `mm-inlinable-p'.
10937         (mm-automatic-display-p): Ditto.
10938         (mm-attachment-override-p): Ditto.
10939
10940 2001-07-04  Simon Josefsson  <jas@extundo.com>
10941
10942         * nnimap.el (nnimap-importantize-dormant): New variable.
10943         (nnimap-request-update-info-internal): Use it.
10944         (nnimap-request-set-mark): Ditto.
10945
10946 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10947
10948         * nntp.el (nntp-send-command): don't pass a buffer argument to
10949         `point'. Only XEmacs accepts this.
10950         * nntp.el (nntp-send-command-nodelete): ditto.
10951         * nntp.el (nntp-send-command-and-decode): ditto.
10952
10953 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10954
10955         * nntp.el (nntp-open-connection-function): doc update.
10956         * nntp.el (nntp-pre-command): New.
10957         * nntp.el (nntp-via-rlogin-command): New.
10958         * nntp.el (nntp-via-telnet-command): New.
10959         * nntp.el (nntp-via-telnet-switches): New.
10960         * nntp.el (nntp-via-user-name): New.
10961         * nntp.el (nntp-via-user-password): New.
10962         * nntp.el (nntp-via-address): New.
10963         * nntp.el (nntp-via-envuser): New.
10964         * nntp.el (nntp-via-shell-prompt): New.
10965         * nntp.el (nntp-open-telnet-stream): New.
10966         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10967         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10968         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10969         * nntp.el (nntp-send-command): ditto.
10970         * nntp.el (nntp-send-command-nodelete): ditto.
10971         * nntp.el (nntp-send-command-and-decode): ditto.
10972
10973 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10974         Trivial patch.
10975
10976         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10977         `when'.
10978
10979 2001-07-03  Simon Josefsson  <jas@extundo.com>
10980         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10981
10982         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10983
10984 2001-07-03  Simon Josefsson  <jas@extundo.com>
10985
10986         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10987         remove it (workaround XEmacs `fill-region' bug).
10988
10989 2001-07-01  Simon Josefsson  <jas@extundo.com>
10990
10991         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10992
10993 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * mml2015.el (mml2015-format-error): New function.
10996         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10997         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10998         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10999
11000 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11001
11002         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11003         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11004
11005         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11006         group variables.
11007
11008 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11011
11012         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11013         (nnrss-save-group-data): Ditto.
11014
11015         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11016
11017 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * message.el (message-do-send-housekeeping): Narrow to headers.
11020
11021 2001-06-24  Simon Josefsson  <jas@extundo.com>
11022
11023         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11024         insertion when breaking lines looked for " \t" instead of "[ \t]".
11025         (rfc2047-encode-message-header): Fold lines even if
11026         no QP encoding is done.
11027
11028 2001-06-23  Simon Josefsson  <jas@extundo.com>
11029         From Samuel Tardieu <sam@inf.enst.fr>
11030
11031         * smime.el (smime-keys): Support additional certificates.
11032         (smime-make-certfiles): New function.
11033         (smime-sign-region): Use previous variables.
11034         (smime-get-certfiles): New function.
11035         (smime-sign-buffer): Use it.
11036         (smime-verify-region): Support both CAfile and CApath.
11037
11038 2001-06-23  Simon Josefsson  <jas@extundo.com>
11039
11040         * smime.el (smime-decrypt-region): Perhaps work.
11041
11042 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11043
11044         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11045
11046 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11047
11048         * mm-decode.el (mm-save-part): Rewrite file name.
11049         (mm-file-name-rewrite-functions): New variable.
11050         (mm-file-name-delete-whitespace): New function.
11051         (mm-file-name-trim-whitespace): New function.
11052         (mm-file-name-collapse-whitespace): New function.
11053         (mm-file-name-replace-whitespace): New variable and function.
11054
11055 2001-06-22  Simon Josefsson  <jas@extundo.com>
11056
11057         * message.el (message-make-date): Workaround locale for weekdays.
11058
11059 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11060
11061         * message.el (message-goto-body): Return nil if not found. (revert!)
11062
11063 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064         From Fremlin <chief@bandits.org>
11065
11066         * message.el (message-goto-body): Some messages have no header.
11067
11068         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11069
11070 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11071
11072         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11073
11074 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * message.el (message-make-date): Add week day.
11077         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11078
11079 2001-06-19  Simon Josefsson  <jas@extundo.com>
11080
11081         * message.el (message-yank-prefix): Doc fix.
11082         (message-yank-cited-prefix): Ditto.
11083         (message-delete-not-region): Keep citation prefix on first line,
11084         if possible and appropriate.
11085
11086 2001-06-19  Simon Josefsson  <jas@extundo.com>
11087
11088         * imap.el (imap-process-connection-type): New variable.
11089         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11090         recent `imtest's work completely (no line length issues), while
11091         making making old `imtest's unusable.  Thanks to NAGY Andras
11092         <nagya@inf.elte.hu> for his work.
11093
11094 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11095
11096         * imap.el (imap-ssl-program): Add -quiet to shut up
11097         OpenSSL/SSLeay's internal debug talk.
11098
11099 2001-06-19  Matt Armstrong  <matt@lickey.com>
11100
11101         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11102         server.
11103
11104 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11105
11106         * nnmail.el (nnmail-article-buffer): New variable.
11107         (nnmail-split-incoming): Use it.
11108
11109 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11110
11111         * qp.el (quoted-printable-decode-region): If called interactively,
11112         use coding-system-for-read.
11113
11114 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11115
11116         * message.el (message-check-news-header-syntax): Check Reply-To.
11117
11118 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11119
11120         * mml.el (mml-parse-1): Use message options.
11121
11122         * message.el (message-do-fcc): Don't do anything if there is no
11123         FCC.
11124
11125 2001-06-16  Simon Josefsson  <jas@extundo.com>
11126
11127         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11128         (nnimap-expunge-search-string): New variable.
11129         (nnimap-request-expire-articles): Use it.
11130
11131 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11132
11133         * message.el (message-send-mail-with-qmail): wrong exit status is
11134         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11135
11136 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * gnus-art.el (article-strip-multiple-blank-lines): Use
11139         delete-region instead of replace-match.
11140
11141 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11144         (nnweb-google-wash-article): Ditto.
11145
11146 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11147
11148         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11149
11150 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11153         specs.
11154
11155 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11156
11157         * gnus.el (gnus-email-address): Move it here.
11158
11159         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11160         requested.
11161         (article-de-base64-unreadable): Ditto.
11162         (article-wash-html): Ditto.
11163
11164 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11165
11166         * message.el (message-options-set-recipient): Don't add ", "
11167         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11168
11169 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11170
11171         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11172
11173 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11174
11175         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11176         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11177
11178         * nnrss.el (nnrss-node-text): Node might be nil.
11179
11180 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11181
11182         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11183         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11184
11185         * nnrss.el (nnrss-group-alist): More items.
11186
11187 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11190
11191 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192         Trivial patch from Dale Hagglund  <rdh@best.com>
11193
11194         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11195         restrict clauses.
11196
11197 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11198
11199         From Benjamin Rutt <brutt+news@bloomington.in.us>
11200
11201         * message.el (message-wide-reply-confirm-recipients): New variable.
11202
11203 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11205
11206         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11207         fix so it works with XEmacs.
11208
11209 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11212         headers.
11213
11214 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215
11216         * nnrss.el: Fix a few bugs.
11217
11218 2001-06-05  Simon Josefsson  <jas@extundo.com>
11219
11220         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11221         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11222
11223 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11224
11225         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11226         binary so that we don't transmit ISO 2022 garbage to the process.
11227         This is needed under XEmacs.
11228
11229 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11230
11231         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11232         autoloaded incorrectly below because ssl-program-* is bound.)
11233         Thanks to Amos Gouaux for report.
11234
11235 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11236
11237         * imap.el (imap-kerberos4-open):
11238         (imap-gssapi-open):
11239         (imap-ssl-open):
11240         (imap-network-open):
11241         (imap-shell-open):
11242         (imap-starttls-open): Set buffer to workaround spurious
11243         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11244         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11245         Colman <colman@ppllc.com> for report.
11246
11247 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * gnus-sum.el (gnus-summary-catchup): New argument.
11250         (gnus-summary-catchup-from-here): New function.
11251
11252 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11253
11254         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11255         back, then insert glyph.  (Before, the glyph was inserted first,
11256         then the newline.)  This works around a behavior in XEmacs where
11257         it is not possible to insert a character after a glyph which is at
11258         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11259
11260 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11261
11262         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11263
11264         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11265         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11266         mm-destroy-postponed-undisplay-list): New functions.
11267         (mm-display-external): Use them.
11268
11269 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11270
11271         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11272         `default-low' when evaluating `gnus-summary-highlight'.
11273         From Raja R Harinath <harinath@cs.umn.edu>.
11274
11275 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11276
11277         * message.el (message-yank-cited-prefix): New variable.
11278         (message-indent-citation): Use it.
11279
11280         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11281         as details.
11282         (mml2015-mailcrypt-clear-verify): Ditto.
11283
11284 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11285         From Nevin Kapur <nevin@jhu.edu>.
11286
11287         * gnus-sum.el (gnus-summary-default-high-score,
11288         gnus-summary-default-low-score): New variables.
11289         (gnus-summary-highlight): Use them.
11290
11291 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11292
11293         * message.el (message-mail): pass the 'send-actions argument to
11294         `message-setup'.
11295
11296 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11297         From Raymond Scholz <ray-2001@zonix.de>
11298
11299         * gnus-art.el (gnus-mime-view-part-as-charset):
11300         (gnus-mime-internalize-part): Doc fixes.
11301
11302 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11303
11304         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11305         status lines without any text ("^215$").
11306
11307 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11308
11309         * nnrss.el (nnrss-check-group): Reverse.
11310
11311 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11312
11313         * message.el (message-get-reply-headers):
11314         (message-followup): Fix typo, suggested by David Green
11315         <dgreen@uab.edu>
11316
11317 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11320
11321         * nnrss.el (nnrss-open-server): Read server data when it is called.
11322         (nnrss-request-expire-articles): Fix.
11323
11324 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11325
11326         * message.el (message-do-send-housekeeping): mail-abbrevs may
11327         rename buffer behind Gnus.
11328
11329 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11332         (nnrss-group-alist): Add more resources.
11333         (nnrss-check-group): Ignore errors.
11334
11335 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11338
11339         * nnslashdot.el (nnslashdot-request-list): Add time.
11340         (nnslashdot-request-expire-articles): New function.
11341
11342         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11343         secondary methods too.
11344
11345 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * message.el (message-use-followup-to): Set default value to t.
11348
11349 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11350
11351         * message.el (message-dont-reply-to-names): Fix documentation.
11352         (message-get-reply-headers): Use Mail-Followup-To only for wide
11353         replies.
11354
11355 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11358         correctly.
11359         (nnrss-check-group): Use time.
11360
11361 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11362
11363         * gnus.el: Oort Gnus v0.03 is released.
11364
11365 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366
11367         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11368         group.
11369
11370 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11371
11372         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11373
11374 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * nnultimate.el (nnultimate-retrieve-headers): Return all
11377         available headers.
11378
11379         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11380         (gnus-get-newsgroup-headers-xover): Use it.
11381
11382 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11385
11386 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11389
11390 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11391
11392         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11393         disable it.
11394
11395         * gnus.el (gnus-info-nodes): Remove a few The's.
11396
11397 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * mail-source.el (mail-source-movemail): Call-process may return a
11400         signal description string.
11401
11402         * gnus-start.el (gnus-read-newsrc-el-file):
11403         gnus-newsrc-file-version may be nil.
11404
11405         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11406         Suggested by Michael Sperber [Mr. Preprocessor]
11407         <sperber@informatik.uni-tuebingen.de>.
11408
11409 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11410
11411         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11412
11413 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11414
11415         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11416         fontify HANDLE.
11417
11418 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11419
11420         * smime.el (smime-ask-passphrase): Rework to return value.
11421         (smime-sign-region): Rework to bind value and use it.
11422         (smime-decrypt-region): Ditto.
11423
11424 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11425         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11426
11427         * smime.el (smime-ask-passphrase): New function.
11428         (smime-sign-region): Use it.
11429         (smime-encrypt-cipher): New variable.
11430         (smime-decrypt-region): Ditto.
11431
11432 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11433         Committed by Simon Josefsson  <simon@josefsson.org>
11434
11435         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11436         the log.
11437
11438 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11439
11440         * gnus.el: Oort Gnus v0.02 is released.
11441
11442 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11443
11444         * gnus.el: Oort Gnus v0.01 is released.
11445
11446 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * gnus-sum.el (gnus-summary-highlight): Highlight read
11449         undownloaded articles as read articles.
11450
11451         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11452         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11453         articles, even read ones, as such.
11454
11455         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11456         (gnus-find-matching-articles): New function.
11457         (gnus-summary-limit-include-matching-articles): New command.
11458         (gnus-summary-limit-include-thread): Include articles that have
11459         matching subjects.
11460         (gnus-offer-save-summaries): Clean up.
11461
11462 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11463
11464         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11465
11466 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11467         From Jason Merrill <jason_merrill@redhat.com>
11468
11469         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11470
11471 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11472         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11473
11474         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11475         newsgroup names when the original article is a news message.
11476
11477 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11478
11479         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11480         supported. Suggest by Jim Meyering <jim@meyering.net>.
11481
11482 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11483         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11484
11485         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11486         regexp in nnmail-split-fancy.
11487
11488 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11489
11490         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11491
11492 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11493
11494         * message.el (message-send-mail): Improve the interaction with the
11495         user.
11496
11497 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11498
11499         * imap.el (imap-message-copy): Work around buggy servers that
11500         doesn't send TRYCREATE tags.
11501
11502 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11505
11506 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507
11508         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11509         date.
11510
11511 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512
11513         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11514         lives.
11515
11516 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * gnus-art.el (gnus-parse-news-url): New function.
11519         (gnus-button-handle-news): New function.
11520         (gnus-button-alist): Point to new functions.
11521
11522         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11523
11524         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11525         gnus-format-specs.
11526
11527         * message.el (message-check-news-header-syntax): Question even
11528         when Gnus doesn't know the group names.
11529         (message-send-news): Clean up.
11530
11531         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11532         exited on purpose without saving.
11533
11534         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11535
11536 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11537
11538         * gnus-score.el (gnus-score-orphans): Clean up.
11539
11540         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11541
11542         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11543         later.
11544
11545         * gnus-start.el (gnus-close-all-servers): Find the right items to
11546         close.
11547
11548         * qp.el (quoted-printable-decode-region): Just message
11549         malformation; don't quit.
11550
11551 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11552         From Gerd Moellmann <gerd@gnu.org>.
11553
11554         * gnus.el (gnus-interactive): A typo.
11555
11556 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11557         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11558
11559         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11560         `assq-delete-all', if that function exists; otherwise use the old
11561         definition. Documentation changed to match the one in
11562         `assq-delete-all'.
11563
11564 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11565
11566         * gnus-start.el (gnus-close-all-servers): New function.
11567
11568         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11569         (gnus-server-remove-denials): Clean up.
11570
11571         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11572         keystroke.
11573
11574 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11575
11576         * message.el (message-send-news): Message where we are sending.
11577         (message-send-mail): Ditto.
11578
11579         * gnus.el (gnus-server-string): New function.
11580
11581         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11582
11583         * mm-decode.el (mm-default-directory): Customized.
11584         (mm-tmp-directory): Ditto.
11585
11586         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11587         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11588         or Chars.
11589         (gnus-summary-line-format-alist): ?l is now a string.
11590         (gnus-summary-prepare-threads): Output ? for unknown lines.
11591         (gnus-summary-insert-line): Ditto.
11592         (gnus-summary-print-article): Unbalanced parentheses.
11593
11594         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11595         out whether new stuff has arrived.
11596
11597 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11598
11599         * gnus-sum.el: Let printing work on ttys on Emacs.
11600
11601 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11604         when forcing news.
11605
11606         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11607         command.
11608
11609 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11610
11611         * message.el (message-set-auto-save-file-name): Don't use
11612         asterisks under nt.
11613
11614 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615
11616         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11617         lists of articles.
11618
11619         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11620
11621         * gnus-msg.el (gnus-put-message): Clean up.
11622         (gnus-summary-reply): Mark all replied-to articles as replied to.
11623         (gnus-inews-add-send-actions): Also mark as forwarded.
11624         (gnus-summary-mail-forward): Mark as forwarded.
11625
11626         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11627         of articles.
11628         (gnus-summary-mark-article-as-forwarded): Ditto.
11629
11630         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11631         forwarded.
11632         (gnus-summary-mail-forward): Clean up.
11633
11634         * gnus.el (gnus-article-mark-lists): Added forward.
11635
11636         * gnus-sum.el (gnus-forwarded-mark): New variable.
11637         (gnus-summary-prepare-threads): Use it.
11638         (gnus-summary-update-secondary-mark): Ditto.
11639         (gnus-newsgroup-forwarded): New variable.
11640
11641 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642
11643         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11644         (gnus-summary-very-wide-reply): New command and keystroke.
11645         (gnus-summary-very-wide-reply-with-original): Ditto.
11646
11647         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11648         (gnus-score-adaptive): Use it.
11649
11650         * gnus-start.el (gnus-get-unread-articles): Clean up.
11651
11652 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11655         boards.
11656
11657 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11658
11659         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11660         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11661
11662 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * nnultimate.el (nnultimate-retrieve-headers): Understand
11665         long-form month names.
11666
11667 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11668
11669         * gnus-sum.el (gnus-summary-show-all-headers):
11670         gnus-article-show-all-headers is broken. Use
11671         gnus-summary-toggle-header instead.
11672
11673         * mml2015.el (mml2015-gpg-extract-from): No error.
11674
11675 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11677
11678         * mml2015.el (mml2015-gpg-extract-from): New function.
11679         (mml2015-gpg-verify): Use it.
11680         (mml2015-gpg-clear-verify): Use it.
11681
11682 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11683
11684         * message.el (message-setup-fill-variables): Use
11685         fill-paragraph-function.
11686         (message-fill-paragraph): Take an argument.
11687         (message-newline-and-reformat): Take another argument.
11688
11689 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11692
11693 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11694
11695         * message.el (message-forward): local-variable-p takes an extra
11696         argument in XEmacs.
11697
11698 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11699
11700         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11701         `nnimap-use-nov-p' (it really tested the negative).
11702         (nnimap-retrieve-headers): Use it.
11703
11704 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11705
11706         * message.el (message-generate-headers-first): Update doc.
11707
11708 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11709         Trivial patch.
11710
11711         * gnus.el (gnus-summary-line-format): Typo.
11712
11713 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11714
11715         * mailcap.el (mailcap-mime-data): Add application/sieve.
11716         (mailcap-mime-extensions): Add .siv, .xls.
11717
11718 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11719         From Christoph Conrad <christoph.conrad@gmx.de>
11720
11721         * gnus-score.el (gnus-summary-lower-thread): Typo.
11722
11723 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11724
11725         * message.el (message-forward-decoded-p): New variable.
11726         (message-forward-subject-author-subject): Use it.
11727         (message-make-forward-subject): Use it.
11728         (message-forward): Use it.
11729
11730         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11731
11732         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11733         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11734
11735 ;;Has been fixed -- zsh.
11736 ;;2001-03-05  Dave Love  <fx@gnu.org>
11737 ;;
11738 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11739 ;;      Move it after definition of mm-coding-system-p.
11740 ;;
11741 2001-03-01  Dave Love  <fx@gnu.org>
11742
11743         * mm-util.el (mm-inhibit-file-name-handlers): Add
11744         image-file-handler.
11745
11746 2001-02-11  Dave Love  <fx@gnu.org>
11747
11748         * message.el (message-signature-file): Fix doc, :type.
11749
11750 2001-02-08  Dave Love  <fx@gnu.org>
11751
11752         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11753         (message-posting-charset): Defvar when compiling again.
11754         (rfc2047-encodable-p): Require message.
11755
11756         * gnus-sum.el (gnus-alter-articles-to-read-function):
11757         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11758
11759 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11760
11761         * nnrss.el: New file.
11762
11763 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11764         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11765
11766         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11767         `skip-chars-forward'.
11768
11769 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * nndraft.el (nndraft-request-group): Restore auto save files if
11772         the original files do not exist.
11773
11774 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11775
11776         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11777         SCORE paths.
11778
11779         * mm-decode.el (mm-dissect-buffer): Call
11780         mail-extract-address-components only if necessary.
11781
11782 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11783
11784         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11785         directory part.
11786         (gnus-score-search-global-directories): Use file-directory-p.
11787
11788         * gnus-score.el (gnus-score-score-files-1): Use
11789         gnus-kill-files-directory.
11790         From Adrian Aichner <adrian@xemacs.org>.
11791
11792 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11793
11794         * gnus.el (charset): Move here from gnus-sum.el.
11795
11796 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11797
11798         * mml.el (mml-preview): Disable local map.
11799
11800         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11801         gnus-article-post-menu here.
11802
11803         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11804         if it has not been made.
11805
11806 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11807
11808         * gnus-art.el (gnus-article-describe-key): Map key to event.
11809         (gnus-article-describe-key-briefly): Ditto
11810
11811 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11812
11813         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11814
11815 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11816         From Katsumi Yamaoka <yamaoka@jpl.org>.
11817
11818         * dgnushack.el (coerce, merge, subseq): defmacro.
11819
11820 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11821
11822         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11823         A fake defalias in nndraft.el results a not-activated bug in
11824         uncompiled versions.
11825
11826 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11827         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11828
11829         * gnus-util.el (gnus-split-references): Handle malformed References:.
11830
11831 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11832
11833         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11834
11835 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836         From NAGY Andras <nagya@inf.elte.hu>.
11837
11838         * gnus.el (gnus-parameters): Typo.
11839
11840 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11841
11842         * gnus.el (gnus-read-method): Remove redundancy.
11843
11844 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11845
11846         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11847         (nnslashdot-request-list): Use it.
11848
11849 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11850
11851         * nnml.el (nnml-generate-active-info): Fix the case when there is
11852         no file.
11853
11854         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11855         (gnus-summary-create-article): New function.
11856
11857         * gnus-group.el (gnus-group-mark-article-read): New function.
11858
11859         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11860
11861         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11862
11863 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11864
11865         * gnus-art.el (gnus-article-edit-done): Don't use
11866         gnus-article-edit-exit.
11867         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11868
11869         * gnus.el (gnus-parameters): New variable.
11870         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11871         (gnus-parameters-get-parameter): New function.
11872         (gnus-group-find-parameter): Use it.
11873
11874 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11875
11876         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11877         change of default value to `current'.
11878
11879 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11880
11881         * nneething.el (nneething-get-head): Insert unreadable file too.
11882
11883 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11884
11885         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11886
11887         * webmail.el (webmail-type-definition): Deja is bought by google.
11888
11889 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11890
11891         * gnus-sum.el (gnus-fetch-headers): New function.
11892         (gnus-select-newsgroup): Use it.
11893         (gnus-summary-insert-articles): New function.
11894         (gnus-summary-insert-old-articles): New function.
11895         (gnus-summary-insert-new-articles): New function.
11896
11897         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11898         (gnus-group-list-active): Ditto.
11899         * gnus-sum.el (gnus-set-mode-line): Ditto.
11900         (gnus-summary-read-group-1): Ditto.
11901
11902 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11903
11904         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11905         current topic.
11906
11907 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11908
11909         * smiley.el (gnus-smiley-display): Don't do widening.
11910
11911         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11912         within body.
11913
11914         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11915
11916         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11917         New variable.
11918         (gnus-mime-display-multipart-related-as-mixed): New variable.
11919         (gnus-mime-display-part): Use them.
11920
11921 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11924         something special.
11925
11926 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11927
11928         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11929         (nnweb-request-article): Call reference if exists.
11930         (nnweb-type-definition): Dejanews is bought by google.com.
11931         Beta!
11932
11933 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11934
11935         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11936
11937 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11938
11939         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11940         gnus-article-sort-functions.
11941         (gnus-article-sort-functions): Doc fix.  Refer to
11942         gnus-thread-sort-functions.
11943
11944 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11945         From Paul Jarc <prj@po.cwru.edu>.
11946
11947         * message.el (message-get-reply-headers): More fixes.
11948
11949 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11950         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * message.el (message-get-reply-headers): Fix bug with
11953         Mail-Followup-To/to-address interaction.
11954
11955 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11958         gnus-article-copy.
11959
11960 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * message.el (message-do-send-housekeeping): Rename to a better
11963         name.
11964
11965 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * message.el (message-cancel-news): Check article first, then ask
11968         yes or no.
11969
11970 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11973
11974 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11975
11976         * gnus-range.el (gnus-range-normalize): New function.
11977
11978 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11979
11980         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11981
11982 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11983
11984         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11985
11986         * nnagent.el (nnagent-request-regenerate): New function.
11987
11988         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11989
11990         * nnml.el (nnml-generate-nov-databases): Accept argument
11991         server. Don't open server if it is opened.
11992         (nnml-request-regenerate): Use it. Change to deffoo.
11993
11994 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11995         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11996
11997         * gnus.el (gnus-define-group-parameter): Fix.
11998
11999 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12000
12001         * gnus.el (gnus-define-group-parameter): Improved.
12002
12003         * gnus-sum.el (charset): Define parameter.
12004         (ignored-charsets): Ditto.
12005         (gnus-summary-setup-default-charset): Use them.
12006
12007         * gnus-start.el (gnus-read-descriptions-file): Use them.
12008
12009         * gnus-cus.el (gnus-group-parameters): Remove them.
12010
12011 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12014
12015 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12016
12017         * gnus-sum.el (gnus-summary-read-group-1): Remove
12018         gnus-summary-set-local-parameters.
12019         (gnus-summary-setup-buffer): Put it here.
12020
12021 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12022
12023         * gnus.el (to-address): Define parameter.
12024         (to-list): Ditto.
12025         * gnus-art.el (article-hide-boring-headers): Use them.
12026         * gnus-msg.el (gnus-post-news): Ditto.
12027         * gnus-cus.el (gnus-group-parameters): Remove them.
12028
12029 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12030
12031         * gnus-draft.el (gnus-draft-reminder): New function.
12032
12033         * gnus-art.el (gnus-sender-save-name): New function.
12034
12035 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12036
12037         * mm-util.el (mm-mime-charset): Error message.
12038
12039 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12040
12041         * message.el (message-check-news-body-syntax): Don't check mml lines.
12042
12043 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12044
12045         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12046         subscribe.
12047
12048         * gnus-start.el (gnus-call-subscribe-functions): New function.
12049         (gnus-find-new-newsgroups): Use it.
12050         (gnus-ask-server-for-new-groups): Use it.
12051         (gnus-check-first-time-used): Use it.
12052         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12053         (gnus-subscribe-options-newsgroup-method): Ditto.
12054         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12055         return .
12056
12057 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12058
12059         * gnus-cus.el (gnus-score-customize): Doc fix.
12060
12061 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12062
12063         * dgnushack.el (my-getenv): Typo.
12064
12065 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12066
12067         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12068
12069 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12070
12071         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12072
12073         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12074         (gnus-treatment-function-alist): Use it.
12075         (article-remove-leading-whitespace): New function.
12076         (gnus-article-make-menu-bar): Use it.
12077
12078         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12079         remove-leading-whitespace.
12080         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12081         because of conflict.
12082
12083 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12084
12085         * Makefile.in: Hack generating gnus-load.el.
12086         * dgnushack.el: Ditto.
12087         * gnus-load.el: Remove it.
12088
12089 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * dgnushack.el : Add URLDIR.
12092
12093         * Makefile.in (EMACS_COMP): Ditto.
12094
12095 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * gnus-cus.el (gnus-score-customize): Error on no score file.
12098
12099 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12100
12101         * mm-decode.el (mm-merge-handles): New function.
12102
12103         * mm-view.el (mm-inline-message): Use it.
12104         (mm-view-message): Ditto.
12105
12106         * mm-partial.el (mm-inline-partial): Ditto.
12107
12108         * mm-extern.el (mm-inline-external-body): Ditto.
12109
12110         * gnus-art.el (gnus-mime-view-part): Ditto.
12111         (gnus-mime-view-part-as-type): Ditto.
12112         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12113         cases.
12114
12115 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12116
12117         * message.el (message-cancel-news): Allow to shoot foot.
12118         (message-supersede): Ditto.
12119
12120 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12121         Trivial patch.
12122
12123         * gnus-sum.el (gnus-simplify-subject-re): Use
12124         message-subject-re-regexp.
12125
12126 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12127
12128         * nnmail.el (nnmail-expiry-target-group): Bind
12129         nnmail-cache-accepted-message-ids to nil.
12130
12131         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12132         coding system.
12133
12134 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12135
12136         * qp.el (quoted-printable-encode-region): Make sure characters are
12137         between 00 and FF.  Don't check charset.
12138
12139         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12140         in Emacs 20.
12141         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12142
12143 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12144
12145         * message.el (message-make-forward-subject): Argument decoded.
12146         (message-forward): Use it when digest.
12147
12148         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12149         buffer.
12150
12151 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12152
12153         * message.el (message-generate-headers-first): Doc fix.
12154
12155 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12156
12157         * gnus-art.el (article-make-date-line): Error proof.
12158
12159 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12160
12161         * gnus-group.el (gnus-group-listing-limit): New variable.
12162         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12163
12164         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12165
12166 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * message.el (message-newline-and-reformat): Special case for
12169         breaking at BOL.
12170
12171 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12172
12173         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12174         message/rfc822.
12175
12176 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * message.el (message-encode-message-body): Don't insert
12179         Content-Type if it is inside a mail.
12180
12181 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12184         gnus-article-commands-menu.
12185
12186         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12187         in Emacs.
12188
12189         * gnus-start.el (gnus-read-descriptions-file): Use
12190         gnus-group-name-charset and gnus-group-charset-alist.
12191
12192 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12193
12194         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12195         active region.
12196
12197         * gnus-start.el (gnus-group-change-level): Remove from both
12198         gnus-zombie-list and gnus-killed-list.
12199
12200 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12201
12202         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12203         gnus-subscribe-topics.
12204
12205         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12206
12207 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * gnus-art.el (gnus-article-make-menu-bar): Make
12210         gnus-article-post-menu.
12211
12212         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12213
12214         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12215
12216         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12217
12218         * message.el (message-mode-menu): Ditto.
12219
12220         * gnus-art.el (defvar): eval-when-compile.
12221
12222 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12223
12224         * gnus-agent.el (gnus-agentize): Fix doc.
12225
12226 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12227
12228         * mml.el (mml-preview): Bind `q'.
12229
12230 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12231
12232         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12233
12234 2001-01-31  Dave Love  <fx@gnu.org>
12235
12236         * mm-util.el (mm-mime-mule-charset-alist)
12237         (mm-find-mime-charset-region): Consider mule-utf-8.
12238
12239 2001-01-31  Dave Love  <fx@gnu.org>
12240
12241         * gnus-art.el (gnus-article-x-face-command)
12242         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12243         :version.
12244
12245 2001-01-26  Dave Love  <fx@gnu.org>
12246
12247         * mm-util.el (mm-multibyte-string-p): New.
12248
12249 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12250 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12251 ;;      string-as-multibyte on class.  Clarify line-folding.
12252         (quoted-printable-encode-string): Make temp buffer inherit
12253         string's multibyteness.
12254
12255 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12256
12257         * nnheader.el (toplevel): Don't require `gnus-util' at
12258         compile-time; this creates a circular dependency, and prevents
12259         a bootstrap.
12260
12261 2001-01-22  Andreas Schwab  <schwab@suse.de>
12262
12263         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12264
12265 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12268
12269         * gnus-art.el (article-hide-list-identifiers): Ditto.
12270
12271         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12272
12273 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12274
12275         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12276
12277         * gnus-art.el (article-hide-list-identifiers): Similar.
12278
12279 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12280
12281         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12282
12283 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12286
12287 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * gnus-util.el (gnus-string-equal): New function.
12290
12291         * gnus-art.el (article-hide-boring-headers): Use it.
12292
12293 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12294
12295         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12296
12297 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12298
12299         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12300
12301 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12304         command if there is not last-saver.
12305
12306 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * nntp.el (nntp-open-connection): 201 is possible.
12309
12310 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12313         (rfc2047-charset-encoding-alist): Add big5.
12314
12315 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12318         (gnus-agent-remove-server): Ditto.
12319         (autoload): gnus-server-update-server.
12320
12321         * gnus-srvr.el (gnus-server-line-format): Add %a.
12322         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12323         (gnus-server-insert-server-line): Use it.
12324
12325 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12326
12327         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12328         GB2312 and Big5.
12329
12330 2001-01-24  Simon Josefsson  <sj@extundo.com>
12331
12332         * mail-source.el (mail-sources): Add :program specifier to IMAP
12333         mail source.
12334         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12335
12336 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12337
12338         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12339
12340 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341
12342         * nntp.el (nntp-wait-for): Return the success code.
12343         (nntp-open-connection): Use it.
12344
12345 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12348
12349 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12350
12351         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12352
12353 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12354
12355         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12356         argument. Allow to print several articles in one file.
12357
12358 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12359
12360         * webmail.el (webmail-type-definition): netaddress changes.
12361
12362 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12363
12364         * gnus.el: Fix copyright. Remove trailing spaces.
12365
12366         * message.el (message-forward): Use mule4.
12367
12368 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12369
12370         * mm-util.el (mm-string-as-unibyte): New function.
12371
12372         * message.el (message-forward): Use it.
12373
12374 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * message.el (message-cite-original-without-signature): Don't peel
12377         off the blank line.
12378         (message-get-reply-headers): Add Cc if it is not in follow-to.
12379
12380 2001-01-20  Simon Josefsson  <sj@extundo.com>
12381
12382         * mm-decode.el (mm-handle-multipart-from): Add.
12383         (mm-dissect-buffer): Save From: header value.
12384         (mm-security-from): Remove.
12385         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12386
12387         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12388         instead of `mml-security-from'.  Protect null from value.
12389
12390 2001-01-20  Simon Josefsson  <sj@extundo.com>
12391
12392         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12393         application/vnd.ms-excel attachments.
12394
12395 2001-01-19  Simon Josefsson  <sj@extundo.com>
12396
12397         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12398
12399 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12400
12401         * message.el (message-ignored-mail-headers): Ditto.
12402
12403 2001-01-19  Simon Josefsson  <sj@extundo.com>
12404
12405         * message.el (message-ignored-news-headers): Only search beginning
12406         of line.
12407
12408 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12409         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12410
12411         * message.el (message-send-mail): Content-Type may not be there.
12412
12413 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12414
12415         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12416         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12417
12418         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12419         not.
12420
12421 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12422
12423         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12424         non-native groups.
12425
12426 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12427
12428         * message.el (message-yank-original): Understand
12429         universal-argument.
12430
12431 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12432
12433         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12434         (article-hide-boring-headers): Ditto.
12435
12436         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12437
12438 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12441         one.
12442
12443 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12444
12445         * message.el (message-make-in-reply-to): Add comment to message-id
12446         (old syntax, see 2000-08-02 change).
12447
12448 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12449
12450         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12451         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12452         (gnus-button-reply): Ditto.
12453
12454 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-art.el (article-display-x-face): Fix.
12457
12458 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12459
12460         * gnus-art.el (article-display-x-face): Use
12461         gnus-original-article-buffer.
12462
12463 2001-01-15  Jack Twilley  <jmt@tbe.net>
12464
12465         * message.el (message-add-header): Move to point-max.
12466
12467 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12468
12469         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12470         nil, improve documentation.
12471         (smime-certificate-directory): Comment out false hints (until it
12472         is implemented).
12473
12474         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12475         there aren't any keys.
12476         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12477         verify certificate.  Default is changed to only check integrity.
12478         Improved security status texts.  If a certificate doesn't contain
12479         a email address, don't fail.
12480
12481         * smime.el (smime-noverify-region):
12482         (smime-noverify-buffer): New functions.  Verifies integrity only.
12483
12484 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12485
12486         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12487
12488 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12489
12490         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12491         (gnus-remove-some-windows): Ditto.
12492
12493 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * gnus-art.el (article-make-date-line): 11th.
12496
12497 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12500         (mml2015-gpg-sign): Ditto.
12501
12502 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12505         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12506
12507 2001-01-08  Dave Love  <fx@gnu.org>
12508
12509         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12510         single character.
12511
12512         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12513
12514         * message.el: Doc and message fixes.
12515         (message-send-rename-function)
12516         (message-make-forward-subject-function)
12517         (message-send-mail-function, message-reply-to-function)
12518         (message-wide-reply-to-function, message-followup-to-function)
12519         (message-distribution-function, message-auto-save-directory): Fix
12520         :type.
12521
12522         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12523         proceeding after warnings.  Amend multipart warning message.
12524
12525 2001-01-04  Dave Love  <fx@gnu.org>
12526
12527         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12528         compiling.
12529         (gnus-make-directory): Require nnmail.
12530
12531         * mm-decode.el (mm-inline-media-tests): Add
12532         image/x-portable-bitmap.
12533         (mm-get-image): Grok pbm.
12534
12535 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12536
12537         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12538
12539 2001-01-09  Didier Verna  <didier@xemacs.org>
12540
12541         * dgnushack.el (dgnushack-compile): give a dummy value to
12542         `gnus-xmas-glyph-directory' for the time of compilation.
12543         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12544         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12545         * gnus-art.el: ditto.
12546         * gnus-group.el: ditto.
12547         * gnus-salt.el: ditto.
12548         * gnus-sum.el: ditto.
12549         * gnus-topic.el: ditto.
12550         * gnus-xmas.el (gnus-xmas-define): see above.
12551         * gnus-xmas.el (gnus-xmas-redefine): see above.
12552         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12553         non-continuable error when the directory can't be found.
12554
12555 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12556
12557         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12558         handle.
12559         * gnus-art.el (gnus-mime-view-part): Copy it.
12560         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12561
12562 2001-01-09  Michael Downes  <mjd@ams.org>
12563
12564         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12565
12566 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12569         orig-file. Use ',source.
12570
12571 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12574         (gnus-xmas-group-startup-message):
12575         Detect gnus-xmas-glyph-directory when it is nil.
12576
12577 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * pop3.el (pop3-get-message-count): Andrew Innes
12580         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12581
12582 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12583
12584         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12585
12586         * time-date.el (time-to-number-of-days): New function.
12587
12588 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12589         Trivial patch.
12590
12591         * nnslashdot.el (nnslashdot-request-list): Always get the right
12592         sid.
12593
12594 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * message.el (message-minibuffer-local-map): New keymap.
12597         (message-read-from-minibuffer): Use it.
12598         * gnus-msg.el (gnus-summary-resend-message): Use it
12599
12600 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * gnus-start.el (gnus-display-time-event-handler): New function.
12603         (gnus-after-getting-new-news-hook): Use it.
12604
12605 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * message.el (message-ignored-mail-headers): Add draft header.
12608
12609 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12610
12611         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12612         excursion.
12613
12614         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12615
12616 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12617         A revoked patch.
12618
12619         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12620
12621 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * qp.el (quoted-printable-decode-region): Don't backward-char.
12624
12625 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12626
12627         * gnus-draft.el: Mark articles as replied.
12628
12629         * gnus-sum.el (gnus-summary-add-mark): New function.
12630
12631         * gnus-group.el (gnus-add-mark): New function.
12632
12633         * gnus-sum.el (gnus-summary-buffer-name): New function.
12634         (gnus-summary-setup-buffer): Use it.
12635
12636         * gnus-draft.el: Set things up with the right post method and
12637         stuff.
12638
12639         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12640
12641         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12642
12643         * gnus.el (gnus-draft-meta-information-header): New variable.
12644
12645 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * gnus-art.el (gnus-treatment-function-alist): Move the date
12648         functions before the header sorting functions.
12649
12650         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12651
12652         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12653         Don't (push "/usr/share/emacs/site-lisp" load-path).
12654
12655         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12656         to empty fill prefixes.
12657
12658 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12661         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12662
12663 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12666
12667         * nnml.el (autoload): Move to nnheader.el.
12668
12669         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12670         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12671         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12672         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12673
12674 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * gnus-art.el (article-make-date-line): Get the hours right.
12677         (gnus-ignored-headers): More hiding.
12678
12679         * nnmail.el (nnmail-expiry-wait): Not an integer.
12680
12681         * message.el (message-goto-body): Only expand abbrev when called
12682         interactively.
12683         (message-make-lines): Use it.
12684
12685 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12686
12687         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12688
12689 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12692         include the expunged articles.
12693
12694         * gnus-group.el (gnus-group-sort-by-server): New function.
12695
12696         * gnus.el (gnus-method-to-server-name): New function.
12697         (gnus-group-prefixed-name): Use it.
12698
12699         * gnus-group.el (gnus-group-sort-function): Doc fix.
12700         (gnus-group-sort-groups-by-server): New command.
12701
12702 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12703
12704         * gnus-art.el (gnus-treat-date-english): New variable.
12705         (article-date-english): New command.
12706         (gnus-english-month-names): New variable.
12707         (article-make-date-line): Do 'english.
12708
12709         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12710         after the fill prefix.
12711
12712         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12713         score...".
12714
12715         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12716
12717         * message.el (message-mode-map): Bind comment-region.
12718
12719         * gnus-art.el (gnus-mime-display-part): Let w3 display
12720         multipart/related.
12721
12722         * mm-bodies.el (mm-long-lines-p): New function.
12723         (mm-body-encoding): Use it.
12724         (mm-body-encoding): Encode articles with lines longer than 1000
12725         characters.
12726
12727 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12728
12729         * mm-util.el (mm-enable-multibyte): Use
12730         default-enable-multibyte-characters.
12731         (mm-enable-multibyte-mule4): Ditto.
12732         (mm-disable-multibyte): Test XEmacs.
12733         (mm-disable-multibyte-mule4): Ditto.
12734         (mm-with-unibyte-current-buffer): Simplified.
12735         (mm-with-unibyte-current-buffer-mule4): Ditto.
12736
12737 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12738
12739         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12740
12741         * nnheader.el (nnheader-string-as-multibyte): New alias.
12742
12743         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12744
12745         * gnus-uu.el (gnus-message-process-mark): New function.
12746         (gnus-uu-mark-by-regexp): Use it.
12747         (gnus-new-processable): New function.
12748
12749 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12750          Trivial patch.
12751
12752         * gnus-sum.el (gnus-no-mark): New variable.
12753
12754 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12757         backslashes.
12758
12759 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12762         definition.
12763
12764 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12767
12768         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12769         XEmacs.
12770
12771 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12772         Trivial patch.
12773
12774         * mml.el (mml-read-tag): Save tag location.
12775
12776 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12777
12778         * starttls.el: Sync with Emacs 21.
12779
12780 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12781
12782         * message.el (message-mail): Support yank-action.
12783
12784         * message.el (message-setup): Revoke the last change.
12785
12786 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12789         <jvromans@squirrel.nl>.
12790
12791 2000-12-24  Simon Josefsson  <sj@extundo.com>
12792
12793         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12794         mailing list junk at end of part.
12795
12796 2000-12-23  Simon Josefsson  <sj@extundo.com>
12797
12798         * nnimap.el (nnimap-expiry-target): New function.
12799         (nnimap-request-expire-articles): Use it.
12800
12801 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12802
12803         * gnus.el (gnus-group-parameters-more): New variable.
12804         * gnus-cus.el (gnus-group-customize): Use it.
12805
12806         * gnus.el (gnus-define-group-parameter): New macro.
12807         (auto-expire): Use it
12808         (total-expire): Use it.
12809         * gnus-art.el (banner): Use it.
12810
12811         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12812         <ljz@asfast.com>.
12813
12814 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12815
12816         * gnus-topic.el (gnus-topic-create-topic): Use list.
12817
12818         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12819         before binding gnus-default-article-saver.
12820
12821         * gnus-sum.el (gnus-summary-save-article):
12822         (gnus-summary-pipe-output):
12823         (gnus-summary-save-article-mail):
12824         (gnus-summary-save-article-rmail):
12825         (gnus-summary-save-article-file):
12826         (gnus-summary-write-article-file):
12827         (gnus-summary-save-article-body-file): Ditto.
12828
12829         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12830
12831 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * gnus-art.el (gnus-mime-security-button-map):
12834         (gnus-mime-button-map): Add parent.
12835
12836 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12837
12838         * messagexmas.el (message-xmas-redefine): New function.
12839
12840         * message.el: Use it.
12841
12842         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12843
12844         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12845
12846 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12847
12848         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12849         malformatted messages.
12850
12851 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12852
12853         * mm-util.el (mm-image-load-path): New function.
12854
12855         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12856
12857         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12858
12859         * message.el (message-tool-bar-map): Use it.
12860
12861         * Makefile.in (install-el): New rule.
12862
12863 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-art.el (article-treat-dumbquotes): Quote \.
12866
12867 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12868
12869         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12870         Emacs 20 runs on a terminal.
12871
12872 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12873
12874         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12875
12876         * mml.el (gnus-add-minor-mode): Autoload.
12877
12878         * message.el (message-forward): Save-restriction.
12879
12880 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12881
12882         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12883         Paul Stevenson <p.stevenson@surrey.ac.uk>
12884
12885 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12886
12887         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12888
12889         * mml.el (gnus-ems): Don't require.
12890
12891         * gnus.el (gnus-decode-rfc1522): Removed.
12892         (gnus-set-text-properties): Define.
12893
12894 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * gnus-art.el (gnus-mime-*): handle may be nil.
12897
12898         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12899
12900         * gnus.el (gnus-group-remove-excess-properties): Not defined
12901         in gnus-xmas.
12902
12903 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * message.el (message-mail-user-agent): Add :version.
12906
12907 2000-12-21  Miles Bader  <miles@gnu.org>
12908
12909         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12910
12911 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * message.el (message-mail-user-agent): New variable.
12914         (message-setup): Renamed to message-setup-1. Support
12915         mail-user-agent.
12916         (message-mail-user-agent): New function.
12917         (message-mail): Use it.
12918         (message-reply): Use it.
12919         (message-resend): Use it.
12920         (message-mail-other-window): Use it.
12921         (message-mail-other-frame): Use it.
12922
12923         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12924
12925 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12926
12927         * message.el (message-tool-bar-map): Simplify.
12928         (message-narrow-to-head-1): New function.
12929         (message-narrow-to-head): Use it.
12930         (message-reply): Ditto.
12931         (message-cancel-news): Ditto.
12932         (message-supersede): Ditto.
12933         (message-make-forward-subject): Ditto.
12934         (message-bounce): Ditto.
12935
12936 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12937
12938         * uudecode.el (uudecode-decode-region-external): make-temp-file
12939         may not be defined.
12940
12941         * binhex.el (defalias): eval-and-compile.
12942
12943         * message.el (message-tool-bar-map): New function.
12944         (message-mode): Use it.
12945
12946 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12947
12948         * nntp.el (nntp-find-connection): Remove the entry.
12949         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12950
12951 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12952
12953         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12954
12955         * message.el (message-forward): Copy buffer in unibyte mode.
12956
12957 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958
12959         * message.el (message-make-forward-subject): Don't widen. Decode.
12960         (message-forward): Don't decode subject.
12961
12962 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12963
12964         * qp.el (quoted-printable-encode-region): Upcase QP.
12965
12966 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12969         mail-extract-a-c instead. Don't depend on Gnus.
12970
12971         * mml.el (gnus-ems): Require it.
12972
12973         * gnus-msg.el (gnus-summary-mail-forward):
12974
12975         * message.el (message-forward):  Move mime-to-mml here.
12976
12977 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12978
12979         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12980         * gnus-art.el (gnus-insert-mime-button): Simplify.
12981         (gnus-mime-display-alternative): Ditto.
12982         (gnus-insert-mime-security-button): Ditto.
12983
12984 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12985
12986         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12987         text-property-not-all doesn't return nil when start=mark(end).
12988         (gnus-remove-text-properties-when): Ditto.
12989
12990 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12991
12992         * gnus-start.el (gnus-group-change-level): Remove group from
12993         gnus-active-hashtb if real killed.
12994
12995 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12996
12997         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12998         (gnus-mime-display-alternative): Ditto.
12999         (gnus-insert-mime-security-button): Ditto.
13000
13001 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13002
13003         * gnus-start.el (gnus-group-change-level): Don't add it into
13004         killed-list if it was killed.
13005
13006 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13009         (nnmbox-active-file-coding-system): Ditto.
13010
13011         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13012
13013 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13014
13015         * gnus.el (gnus-version):
13016         (gnus-version-number): Set to Oort Gnus 0.01.
13017
13018         * gnus-art.el (gnus-mime-security-button-map):
13019         (gnus-insert-mime-security-button): Fix for Emacs21.
13020
13021 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13022
13023         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13024         easymenu, because XEmacs doesn't understand :help.
13025
13026         * mm-uu.el: Require binhex.
13027
13028 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13029
13030         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13031
13032 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13035
13036 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13037
13038         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13039
13040 2000-12-18  Dave Love  <fx@gnu.org>
13041
13042         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13043         (unused).
13044
13045 2000-12-13  Miles Bader  <miles@gnu.org>
13046
13047         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13048         to t, so that we don't get stuck while trying to smilefy
13049         intangible text.
13050
13051 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13052
13053         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13054         at the end of the buffer.
13055         (smiley-region): In the loop, move to the end of the submatch
13056         matching the smiley instead of using the end of the match
13057         of the whole regexp.
13058
13059 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13060
13061         * message.el (message-mode): Doc fix.
13062
13063 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13064
13065         * smiley-ems.el (smiley-region): Doc fix.
13066
13067 2000-12-11  Miles Bader  <miles@gnu.org>
13068
13069         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13070         bottom line visible, check to see if it's partially obscured, and
13071         if so, either scroll one more line to make it fully visible, or
13072         revert to showing the second line from the top.
13073
13074 2000-12-07  Dave Love  <fx@gnu.org>
13075
13076         * mailcap.el (mailcap-download-directory)
13077         * gnus-audio.el (gnus-audio-directory)
13078         * smiley-ems.el (smiley-data-directory): Fix :type.
13079
13080 2000-11-30  Dave Love  <fx@gnu.org>
13081
13082         * message.el (message-auto-save-directory): Use
13083         file-name-as-directory.
13084         (message-set-auto-save-file-name): Create
13085         message-auto-save-directory if necessary.
13086         (message-replace-chars-in-string): Removed -- unused.
13087         (message-mail-alias-type): Customize.
13088         (message-headers): Remove duplicate defgroup.
13089
13090 2000-11-29  Dave Love  <fx@gnu.org>
13091
13092         * qp.el (quoted-printable-decode-region): Use error, not message
13093         to report malformed text (like base64).  Amend message.
13094
13095 2000-11-29  Miles Bader  <miles@gnu.org>
13096
13097         * message.el (message-header-lines): Fontify tag.
13098
13099 2000-11-27  Dave Love  <fx@gnu.org>
13100
13101         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13102         compiler warning.
13103
13104 ;2000-11-26  Dave Love  <fx@gnu.org>
13105 ;
13106 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13107 ;
13108 2000-11-23  Dave Love  <fx@gnu.org>
13109
13110         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13111
13112         * mm-uu.el (uudecode): Require.
13113         (uudecode-decode-region, uudecode-decode-region-external): Don't
13114         autoload.
13115         (mm-uu-copy-to-buffer): Doc fix.
13116         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13117         type fix.
13118
13119         * mailcap.el: Doc fixes.
13120         (mailcap-mime-data): Various adjustments.
13121         (mailcap): New group.
13122         (mailcap-download-directory): Customize.
13123         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13124         (mailcap-temporary-directory): Deleted (unused).
13125         (mailcap-unescape-mime-test): Simplify slightly.
13126         (mailcap-viewer-passes-test): Use functionp.
13127         (mailcap-command-p): Aliased to executable-find.
13128
13129         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13130         default-enable-multibyte-characters is nil.
13131
13132 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13133
13134         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13135
13136 2000-11-21  Dave Love  <fx@gnu.org>
13137
13138         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13139         gnus-article-mode-map.
13140 ;       (gnus-mime-button-menu): Use mouse-set-point.
13141         (gnus-insert-mime-button, gnus-mime-display-alternative)
13142         (gnus-mime-display-alternative): Don't use local-map property.
13143
13144 2000-11-17  Dave Love  <fx@gnu.org>
13145
13146         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13147         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13148         and make-temp-file.
13149         (uudecode-decode-region): Doc fix.
13150
13151 2000-11-14  Dave Love  <fx@gnu.org>
13152
13153         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13154         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13155         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13156         New files, derived from the XPMs.
13157
13158 2000-11-10  Dave Love  <fx@gnu.org>
13159
13160         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13161         (gnus-agent-lib-file, gnus-agent-load-alist)
13162         (gnus-agent-save-alist, gnus-agent-article-name): Use
13163         expand-file-name.
13164
13165         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13166         :version.
13167         (nnkiboze-score-file): Defvar when compiling.
13168
13169         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13170
13171         * gnus-art.el (gnus-article-banner-alist)
13172         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13173         (gnus-article-date-lapsed-new-header)
13174         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13175         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13176         (gnus-treat-strip-headers-in-body)
13177         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13178         (gnus-treat-translate): Add :version.
13179         (gnus-article-mime-part-function): Fix defcustom.
13180
13181         * nnmail.el (nnmail-expiry-target)
13182         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13183         (nnmail-split-header-length-limit): Add :version.
13184
13185         * gnus-sum.el (gnus-auto-expirable-marks)
13186         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13187         (gnus-extra-headers, gnus-ignored-from-addresses)
13188         (gnus-newsgroup-ignored-charsets)
13189         (gnus-group-highlight-words-alist)
13190         (gnus-summary-show-article-charset-alist): Add :version.
13191
13192         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13193         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13194         files, converted from the XPMs.
13195
13196         * gnus-cache.el (gnus-cache-active-file): Don't use
13197         file-name-as-directory on directory.
13198         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13199         use file-name-as-directory on directory.
13200
13201         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13202         (date-to-time): Use it.
13203
13204 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13205 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13206 ;       (message-newline-and-reformat): Likewise.
13207         (message-forward-as-mime, message-forward-ignored-headers)
13208         (message-buffer-naming-style, message-default-charset)
13209         (message-dont-reply-to-names, message-send-mail-partially-limit):
13210         Add :version.
13211
13212         * mm-util.el: Doc fixes.
13213         (mm-mime-charset): Don't use the raw result of
13214         mm-preferred-coding-system.
13215         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13216         (mm-with-unibyte): Simplify.
13217
13218         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13219         concat.
13220
13221         * pop3.el (pop3-version): Deleted.
13222         (pop3-make-date): New function, avoiding message-make-date.
13223         (pop3-munge-message-separator): Use it.
13224
13225 2000-11-09  Dave Love  <fx@gnu.org>
13226
13227         * gnus-group.el (gnus-group-make-directory-group)
13228         (gnus-group-fetch-faq): Use expand-file-name.
13229         (gnus-group-fetch-faq): Simplify completing-read form.
13230
13231         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13232         test for Mule.
13233
13234         * message.el (tool-bar-map): Defvar when compiling.
13235
13236         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13237         (gnus-tm-lisp-directory): Deleted.
13238         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13239         (featurep 'xemacs).
13240         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13241         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13242         version numbers from file names.
13243
13244 2000-11-08  Dave Love  <fx@gnu.org>
13245
13246         * mm-view.el: Use featurep for XEmacs test.
13247         (mm-inline-message): Test for `remove-specifier'; don't use
13248         condition-case.
13249
13250         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13251
13252         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13253         (gnus-score-find-bnews): Don't concat "".
13254
13255         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13256         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13257         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13258         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13259
13260         * gnus-sum.el: Put some defvars in eval-when-compile.
13261         (gnus-summary-mode-hook): Add :options.
13262         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13263         (gnus-summary-tool-bar-map): New variable.
13264         (gnus-summary-make-tool-bar): New function.
13265         (gnus-summary-mode): Put kill-all-local-variables first.
13266
13267         * gnus-group.el (gnus-group-toolbar-map): New variable.
13268         (gnus-group-make-tool-bar): Rewritten.
13269         (gnus-group-mode): Put kill-all-local-variables first.
13270
13271         * rfc2047.el: Require gnus-util.
13272
13273         * nnml.el (gnus-sorted-intersection): Autoload.
13274
13275         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13276         Put some defvars in eval-when-compile.
13277         (gnus-intersection, gnus-sorted-complement):  Autoload.
13278
13279         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13280
13281         * mm-encode.el (mm-body-7-or-8): Autoload.
13282
13283         * mm-decode.el (mm-insert-inline): Autoload.
13284
13285         * mml.el:
13286         * message.el: Put some defvars in eval-when-compile.
13287
13288         * gnus-msg.el: Put some defvars in eval-when-compile.
13289         (gnus-msg-mail): Move after gnus-setup-message.
13290
13291         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13292
13293 2000-11-07  Dave Love  <fx@gnu.org>
13294
13295         * gnus-util.el (nnheader): Don't require message (recursive
13296         autoload).
13297
13298         * uudecode.el: Avoid compiler warnings.
13299
13300         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13301         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13302
13303 2000-11-06  Dave Love  <fx@gnu.org>
13304
13305         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13306
13307         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13308         (uudecode-char-int): New alias, replacing char-int.
13309         (uudecode-decode-region): Don't call buffer-disable-undo.
13310
13311 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13312 ;       (mm-uu-configure-list): Doc fix.
13313 ;
13314 ;       * earcon.el (running-xemacs): Don't define.
13315 ;
13316 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13317 ;
13318 ;       * message.el (message-font-lock-keywords): Match a final newline
13319 ;       to help font-lock's multiline support.
13320 ;
13321 2000-11-03  Dave Love  <fx@gnu.org>
13322
13323         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13324
13325         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13326         name.
13327
13328         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13329         <banner>: Fix custom type, doc.
13330
13331         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13332         name.  Don't disable undo explicitly.
13333
13334 ;2000-11-02  Dave Love  <fx@gnu.org>
13335 ;
13336 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13337 ;       cite-prefix.
13338
13339 2000-11-01  Dave Love  <fx@gnu.org>
13340
13341         * rfc2047.el (base64): Require unconditionally.
13342         (message-posting-charset): Defvar when compiling.
13343         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13344         message.
13345
13346         * gnus-sum.el (nnoo): Require.
13347         (mm-uu-dissect): Autoload.
13348
13349         * mml.el (mml-parse-1): Clarify message.
13350         (mml-minibuffer-read-type): Use mailcap-mime-types.
13351
13352 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13353
13354         * mml.el: Fix a typo in the requiring of CL.
13355
13356 2000-11-01  Dave Love  <fx@gnu.org>
13357
13358         * utf7.el: Require cl when compiling.
13359
13360         * binhex.el: Use (featurep 'xemacs).
13361         (binhex-char-int): New alias, replacing char-int.  Change callers.
13362         (binhex-decode-region): Simplify work buffer code.
13363         (binhex-decode-region-external): Use expand-file-name, not concat.
13364
13365 2000-10-30  Dave Love  <fx@gnu.org>
13366
13367         * gnus-art.el: Fix 2000-10-27 change properly.
13368
13369 2000-10-28  Miles Bader  <miles@gnu.org>
13370
13371         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13372
13373 2000-10-27  Dave Love  <fx@gnu.org>
13374
13375         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13376         strings.
13377         (gnus-group-make-tool-bar): New function.
13378         (gnus-group-mode): Use it.
13379
13380         * message.el (message-mode-menu): Add some :help strings.
13381         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13382         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13383
13384         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13385         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13386         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13387
13388         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13389         display-graphic-p here.
13390
13391 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13392
13393         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13394         of the `gnus-xemacs' variable, as the latter has been removed.
13395         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13396         * gnus-art.el (gnus-treat-display-xface)
13397         (gnus-treat-display-smileys, gnus-treat-display-picons)
13398         (gnus-article-read-summary-keys): Likewise.
13399
13400 2000-10-26  Dave Love  <fx@gnu.org>
13401
13402         (defvar): Use rmail-spool-directory unconditionally.
13403
13404 2000-10-18  Dave Love  <fx@gnu.org>
13405
13406         * mm-bodies.el (mm-uu-decode-function)
13407         (mm-uu-binhex-decode-function): Defvar when compiling.
13408
13409         * gnus-nocem.el (gnus-nocem-issuers): Update.
13410         (gnus-nocem-check-from): New option.
13411         (gnus-nocem-scan-groups): Use it.
13412         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13413         (gnus-nocem-check-article-limit): Add :version.
13414
13415 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13416
13417         * ietf-drums.el (mm-util): Require CL when compiling.
13418
13419 2000-10-15  Dave Love  <fx@gnu.org>
13420
13421         * qp.el: Require mm-util.
13422
13423 2000-10-13  Dave Love  <fx@gnu.org>
13424
13425         * qp.el (quoted-printable-decode-region): Avoid invalid
13426         coding-systems.
13427
13428 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13429
13430         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13431         to a recursive load.
13432
13433 2000-10-12  Dave Love  <fx@gnu.org>
13434
13435         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13436
13437         * gnus.el (gnus-group-startup-message): Check for PBM image.
13438
13439 2000-10-09  Dave Love  <fx@gnu.org>
13440
13441         * mail-source.el (mail-source-fetch-imap): Bind
13442         default-enable-multibyte-characters rather than using
13443         mm-disable-multibyte.
13444
13445 2000-10-05  Dave Love  <fx@gnu.org>
13446
13447         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13448         Autoload.
13449         (quoted-printable-decode-region):  Rename arg which confused
13450         charset with coding-system.  Don't use nonascii-insert-offset.
13451         Coding-system encode the region initially.  Don't recognize `=='
13452         as valid QP.  Coding-system decode the region finally.
13453         (quoted-printable-decode-string): Rename arg which confused
13454         charset with coding-system.
13455
13456         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13457         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13458         mm-encode-coding-region.
13459         (mm-decode-body, mm-decode-string): Rename variables which
13460         confused charset with coding-system.
13461         (binhex-decode-region): Don't autoload.
13462         (mm-body-encoding): Require message.
13463         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13464         cond branches.
13465
13466         * gnus-art.el (article-de-quoted-unreadable)
13467         (article-de-base64-unreadable): Fold search case
13468         rather than downcasing string.  Apply mm-charset-to-coding-system
13469         to arg of quoted-printable-decode-region.
13470
13471 2000-10-04  Dave Love  <fx@gnu.org>
13472
13473         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13474         Require ring when compiling.
13475         (gnus-article-compface-xbm): New variable.
13476
13477 2000-10-04  Dave Love  <fx@gnu.org>
13478
13479         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13480         pbm images.
13481
13482         * frown.pbm, smile.pbm, wry.pbm: New files.
13483
13484         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13485
13486 2000-10-03  Dave Love  <fx@gnu.org>
13487
13488         * mail-source.el (mail-sources): Revert to nil.
13489
13490         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13491
13492         * qp.el: Don't require mm-util.
13493         (quoted-printable-decode-region): Rewritten.
13494         (quoted-printable-decode-string, quoted-printable-encode-region):
13495         Doc fix.
13496         (quoted-printable-encode-region): Barf on multibyte characters.
13497         Maybe make the class multibyte.  Upcase chars, not formatted
13498         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13499         (quoted-printable-encode-string): Don't use
13500         mm-with-unibyte-buffer.
13501
13502 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13503
13504         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13505
13506 2000-09-21  Dave Love  <fx@gnu.org>
13507
13508         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13509         (for Emacs 20).  Tidy somewhat.
13510
13511 2000-09-21  Dave Love  <fx@gnu.org>
13512
13513         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13514         image processing.  Rationalize logic somewhat.
13515
13516 2000-09-20  Dave Love  <fx@gnu.org>
13517
13518         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13519         specifically.
13520
13521         * gnus.el (gnus-version-number): Avoid some redundant
13522         autoloads.
13523
13524 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13525
13526         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13527         to XBM; we always have PBM support.
13528
13529 2000-09-14  Dave Love  <fx@gnu.org>
13530
13531         * gnus.el (gnus-charset):
13532         * mm-decode.el (mime-display):
13533         * imap.el (imap) <defgroup>: Add :version.
13534
13535 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13536
13537         * parse-time.el: Fix author's mail address.
13538
13539         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13540         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13541         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13542         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13543         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13544         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13545         * rfc2231.el, uudecode.el: Fix copyright notice.
13546
13547         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13548         require `w3' at load-time only if not running in batch mode.
13549
13550 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13551
13552         * gnus.el: Before merge with Emacs21.
13553
13554 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13555
13556         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13557
13558 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13559
13560         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13561         to avoid conflict with the standard `back-to-indentation'
13562         binding.
13563
13564 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13565
13566         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13567
13568         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13569         (mm-disable-multibyte-mule4): Ditto.
13570         (mm-with-unibyte-current-buffer-mule4): Ditto.
13571
13572 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13573
13574         * pop3.el (pop3-movemail): Use binary.
13575         (pop3-movemail-file-coding-system): Removed.
13576
13577 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13578
13579         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13580
13581 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13584         exists.
13585
13586 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13587
13588         * gnus-msg.el (gnus-post-method): Use backend name when the
13589         address is "".
13590
13591 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13592
13593         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13594         mm-verify-option.
13595         (gnus-treat-x-pgp-sig): Default value.
13596         (gnus-ignored-headers): Redundant.
13597
13598 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13599
13600         * gnus-win.el (gnus-configure-frame): Save selected window.
13601
13602 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13603
13604         * nnmbox.el: Require gnus-range.
13605         (nnmbox-group-building-active-articles): New variable.
13606         (nnmbox-group-active-articles): New variable; this is a cache of
13607         all active articles by group and number.
13608         (nnmbox-in-header-p): New function.
13609         (nnmbox-find-article): New function.
13610         (nnmbox-record-active-article): New function.
13611         (nnmbox-record-deleted-article): New function.
13612         (nnmbox-is-article-active-p): New function.
13613         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13614         (nnmbox-request-article): Ditto.  Also supply extra arg to
13615         nnmbox-article-group-number.
13616         (nnmbox-request-expire-articles): Ditto.
13617         (nnmbox-request-move-article): Ditto.
13618         (nnmbox-request-replace-article): Ditto.
13619         (nnmbox-request-rename-group): Rename group entry in active
13620         article cache.
13621         (nnmbox-delete-mail): Update active article cache, unless article
13622         is being replaced.
13623         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13624         than partially duplicating it.
13625         (nnmbox-article-group-number): Add extra `this-line' arg, to
13626         handle articles belonging to multiple groups.
13627         (nnmbox-save-mail): Update active article cache.
13628         (nnmbox-read-mbox): Build active article cache when loading mbox.
13629         Also do some repair work, if we find articles that are missing the
13630         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13631         reconstruct these from Xref info.
13632
13633 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13634
13635         * mail-source.el (mail-source-report-new-mail): Use
13636         nnheader-run-at-time.
13637
13638 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13639
13640         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13641         an error is thrown, and then rethrow the error.
13642         (mail-source-check-pop): Ditto.
13643         (mail-source-start-idle-timer): Prevent multiple pop checks
13644         running if the check takes a long time.
13645
13646 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13647
13648         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13649         succeed.
13650
13651 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13652
13653         * gnus-win.el (gnus-configure-windows): Make sure
13654         nntp-server-buffer is live.
13655         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13656
13657 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13658
13659         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13660
13661 2000-12-04  Andreas Jaeger  <aj@suse.de>
13662
13663         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13664
13665 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13666
13667         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13668
13669 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13670         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13671
13672         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13673
13674 2000-12-01  Simon Josefsson  <sj@extundo.com>
13675
13676         * mml-smime.el (mml-smime-verify): Fix address parsing.
13677
13678 2000-12-01  Simon Josefsson  <sj@extundo.com>
13679
13680         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13681         more than one certificate inside PKCS#7 blob.  Better security
13682         information (clamed / actual sender, openssl output, certificates
13683         inside message).
13684
13685         * smime.el (smime-verify-region): Output to /dev/null.
13686         (smime-buffer-as-string-region): Don't parse empty lines.
13687
13688 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13689
13690         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13691         ?d and ?D.
13692         (gnus-mime-security-show-details-inline): New variable.
13693         (gnus-mime-security-show-details): Use them.
13694         (gnus-insert-mime-security-button): Ditto.
13695
13696         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13697         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13698         (mml2015-gpg-clear-verify): Ditto.
13699         (mml2015-gpg-decrypt-1): Ditto.
13700         (mml2015-use): Prefer 'gpg.
13701
13702 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13703
13704         * gnus-util.el (gnus-add-text-properties-when): New function.
13705         (gnus-remove-text-properties-when): Ditto.
13706
13707         * gnus-cite.el (gnus-article-hide-citation): Use them.
13708         (gnus-article-toggle-cited-text): Use them.
13709
13710         * gnus-art.el (gnus-signature-toggle): Use them.
13711         (gnus-article-show-hidden-text): Ditto.
13712         (gnus-article-hide-text): Ditto.
13713
13714 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13715
13716         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13717
13718 2000-11-30  Simon Josefsson  <sj@extundo.com>
13719
13720         * smime.el (smime-point-at-eol): New alias.
13721         (smime-buffer-as-string-region): Use it.
13722
13723 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13724
13725         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13726
13727 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13728
13729         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13730
13731         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13732
13733         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13734
13735 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13736
13737         * nnmh.el (nnmh-request-expire-articles): Implemented
13738         expiry-target for nnmh backend.
13739
13740 2000-11-30  Simon Josefsson  <sj@extundo.com>
13741
13742         * mm-decode.el (mm-security-from): New variable.
13743         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13744
13745         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13746         than `from'.
13747
13748 2000-11-30  Simon Josefsson  <sj@extundo.com>
13749
13750         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13751         address match sender address.
13752
13753         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13754
13755         * smime.el (smime-verify-region): Don't copy buffer.
13756         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13757         (smime-pkcs7-region): New function.
13758         (smime-pkcs7-certificates-region): Ditto.
13759         (smime-pkcs7-email-region): Ditto.
13760         (smime-buffer-as-string-region): Ditto.
13761
13762         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13763         buffer.
13764
13765 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13766
13767         * smime.el (smime-decrypt-region): Fix keyfile argument.
13768
13769 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13770
13771         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13772
13773 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * message.el (message-shoot-gnksa-feet): New variable.
13776         (message-gnksa-enable-p): New function.
13777         (message-send): Use it.
13778         (message-check-news-body-syntax): Ditto.
13779
13780 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * message.el (message-make-message-id): Remove the redundancy.
13783
13784 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13785
13786         * message.el (message-setup): Discourage using mc-install-*-mode.
13787
13788         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13789
13790 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13791
13792         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13793
13794 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13795
13796         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13797
13798 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13799
13800         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13801
13802 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13803
13804         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13805         insert-buffer-substring.
13806
13807         * message.el (message-send-mail): Use buffer-substring-no-properties.
13808         (message-send-news): Ditto.
13809
13810 2000-11-22  David Edmondson  <dme@dme.org>
13811
13812         * imap.el (imap-wait-for-tag): Message read info.
13813
13814 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13815
13816         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13817         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13818         (mml2015-gpg-encrypt): Ditto.
13819
13820 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13821
13822         * mm-decode.el (mm-verify-option): Default value.
13823
13824         * mml-sec.el (mml-secure-part): Error message.
13825
13826 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13829
13830 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13831
13832         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13833
13834 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13835
13836         * gnus-art.el (gnus-article-describe-key): Use prompt.
13837         (gnus-article-describe-key-briefly): Ditto.
13838
13839 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13840
13841         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13842
13843 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13844
13845         * gnus-art.el (gnus-article-describe-key): New function.
13846         (gnus-article-describe-key-briefly): New function.
13847
13848 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13849
13850         * mm-decode.el (mm-decrypt-option): Doc typo.
13851
13852         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13853         return a number.
13854
13855 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13856
13857         * message.el (message-newline-and-reformat): Typo.
13858
13859 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13860
13861         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13862         original-article-buffer exists.
13863
13864         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13865         (rfc2047-header-encoding-alist): Addresses are different from text.
13866         (rfc2047-encode-message-header): Ditto.
13867         (rfc2047-dissect-region): Extra parameter.
13868         (rfc2047-encode-region): Ditto.
13869         (rfc2047-encode-string): Ditto.
13870
13871 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13872
13873         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13874         (mm-uu-pgp-encrypted-extract): Use it.
13875         (mm-uu-pgp-signed-extract-1): New function.
13876         (mm-uu-pgp-signed-extract): Use it.
13877
13878         * gnus-art.el (gnus-mime-display-security): New function.
13879         (gnus-mime-display-part): Use it.
13880         (gnus-mime-security-verify-or-decrypt): New function.
13881         (gnus-mime-security-press-button): New function.
13882         (gnus-insert-mime-security-button): Use it.
13883
13884         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13885         (mm-find-raw-part-by-type): Ditto.
13886         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13887         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13888         (mm-destroy-parts): Kill nested multibyte buffer.
13889
13890         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13891         (mml2015-gpg-verify): Ditto.
13892
13893 2000-11-18  Simon Josefsson  <sj@extundo.com>
13894
13895         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13896         (mml2015-function-alist): Use it.
13897
13898         * mml-sec.el (mml-sign-alist): Update names.
13899         (mml-encrypt-alist): Ditto.
13900         (mml-secure-part-smime-sign): Moved to mml-smime.el
13901         as `mml-smime-sign-query'.
13902         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13903         `mml-smime-get-file-cert'.
13904         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13905         `mml-smime-get-dns-cert'.
13906         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13907         `mml-smime-encrypt-query'.
13908         (mml-smime-sign-buffer): Use mml-smime-sign.
13909         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13910
13911         * mml-smime.el (mml-smime-sign): New function.
13912         (mml-smime-encrypt):
13913         (mml-smime-sign-query):
13914         (mml-smime-get-file-cert):
13915         (mml-smime-get-dns-cert):
13916         (mml-smime-encrypt-query): Moved from mml-sec.el.
13917
13918 2000-11-16  Simon Josefsson  <sj@extundo.com>
13919
13920         * mml2015.el (mml2015-gpg-clear-verify): New function.
13921         (mml2015-function-alist): Add it.
13922
13923 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13924
13925         * message.el (message-setup-fill-variables): Use
13926         message-cite-prefix-regexp.
13927         (message-newline-and-reformat): Check the end of citation, leading
13928         WSP, break in the cite prefix.
13929         (message-fill-paragraph): New function.
13930
13931 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * lpath.el: Shut up.
13934
13935 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13936
13937         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13938         raw 8-bit in headers in dk.* newsgroups.
13939
13940 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13941
13942         * message.el (message-newline-and-reformat): Match extra WSPs.
13943
13944 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13945
13946         * mml.el (mml-generate-mime-1): Ignore ascii.
13947
13948 2000-11-16 Justin Sheehy  <justin@iago.org>
13949
13950         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13951
13952 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13953
13954         * message.el (message-cite-prefix-regexp): Prefix should not end
13955         at space.
13956
13957 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13958
13959         * message.el (message-mode-syntax-table): Add - as a word
13960         constituent as in articles.
13961         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13962         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13963         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13964
13965 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13966
13967         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13968
13969 2000-11-12  David Edmondson  <dme@dme.org>
13970
13971         * message.el (message-font-lock-keywords): use
13972         message-cite-prefix-regexp.
13973
13974 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13975
13976         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13977         Stein Arild Str\e,Ax\e(Bmme.
13978         (gnus-group-jump-to-group): Use it.
13979         (gnus-group-jump-to-group-prompt): Customize.
13980
13981 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13982
13983         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13984
13985 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13986
13987         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13988         incompatible.
13989         (mml2015-mailcrypt-sign): Ditto.
13990
13991 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13992
13993         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13994         group is open.
13995
13996 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13997
13998         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13999         nnvirtual articles.
14000         (gnus-backlog-request-article): Don't request nnvirtual articles.
14001
14002 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14005         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14006
14007 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14008
14009         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14010         * mml.el (mml-generate-mime-1): Use charset attribute.
14011         * mm-bodies.el (mm-encode-body): Add parameter charset.
14012         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14013
14014 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14015
14016         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14017         (mml2015-mailcrypt-clear-decrypt): Ditto.
14018         (mml2015-mailcrypt-verify): Ditto.
14019         (mml2015-mailcrypt-clear-verify): Ditto.
14020         (mml2015-gpg-verify): Ditto.
14021
14022 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14023
14024         * smime.el (smime-openssl-program): Test the existence of openssl.
14025         * mml-smime.el: Require mm-decode.
14026         (mml-smime-verify-test): New function.
14027         * mm-decode.el (mm-verify-function-alist): Use it.
14028
14029 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14030
14031         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14032         anyway.
14033
14034 2000-11-13  Simon Josefsson  <sj@extundo.com>
14035
14036         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14037         verification doesn't work.
14038
14039 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14040
14041         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14042         (gnus-inews-do-gcc): Use it.
14043
14044 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14045
14046         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14047         leading space.
14048         * mm-extern.el (mm-inline-external-body): Report error when no
14049         access-type.
14050
14051 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14052
14053         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14054
14055 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14056
14057         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14058
14059 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14060
14061         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14062         as multipart/mixed.
14063
14064 2000-11-12  David Edmondson  <dme@dme.org>
14065
14066         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14067         and replace `.' with `\w' to allow for different syntax tables
14068         (from Vladimir Volovich).
14069         * message.el (message-newline-and-reformat): use
14070         `message-cite-prefix-regexp'.
14071         * gnus-cite.el (gnus-supercite-regexp): use
14072         `message-cite-prefix-regexp'.
14073         * gnus-cite.el (gnus-cite-parse): use
14074         `message-cite-prefix-regexp'.
14075
14076 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14077
14078         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14079         PGP SIGNATURE.  Escape leading "-"'s.
14080         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14081
14082 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14083
14084         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14085
14086 2000-11-11  Simon Josefsson  <sj@extundo.com>
14087
14088         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14089
14090         * smime.el (smime-details-buffer): New variable.
14091         (smime-sign-region):
14092         (smime-encrypt-region):
14093         (smime-verify-region):
14094         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14095
14096         * mml-smime.el (mml-smime-verify): Support security info.
14097
14098 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14099
14100         * mm-decode.el (mm-verify-option): Set default to nil.
14101         (mm-decrypt-option): Ditto.
14102         * gnus-art.el (article-verify-x-pgp-sig): New function.
14103
14104 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14105
14106         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14107         preferred part.
14108
14109 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14110
14111         * gnus-sum.el (gnus-move-split-methods): Say that
14112         `gnus-split-methods' uses file names, whereas this uses group
14113         names.  (Report from Nevin Kapur)
14114
14115 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14116
14117         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14118
14119 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14122         (nnheader-directory-articles): Use it.
14123         (nnheader-article-to-file-alist): Ditto.
14124
14125 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14126
14127         * rfc2047.el (rfc2047-pad-base64): New function.
14128         (rfc2047-decode): Use it.
14129
14130 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14131
14132         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14133         select method.
14134
14135 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14136
14137         * mml2015.el (mml2015-gpg-decrypt-1):
14138         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14139
14140 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14141
14142         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14143
14144 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14145
14146         * pop3.el (pop3-munge-message-separator): A message may have an
14147         empty body.
14148
14149 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14150
14151         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14152         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14153         (mm-uu-pgp-signed-extract): Use coding-system.
14154
14155 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156
14157         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14158         (gnus-insert-mime-security-button): New function.
14159         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14160         * mml2015.el:  Add security info when verify or decrypt.
14161         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14162         (mm-uu-pgp-encrypted-extract): Ditto.
14163
14164 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14165
14166         * mm-decode.el (mm-display-parts): New function.
14167         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14168
14169 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14170
14171         * gnus-mlspl.el: Documentation tweaks.
14172
14173 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14174
14175         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14176         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14177         argument.
14178
14179 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14182
14183 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14184
14185         * gnus-art.el (gnus-article-encrypt): New function.
14186         (gnus-article-encrypt-protocol-alist): New variable.
14187         (gnus-article-encrypt-protocol): New variable.
14188         * mml2015.el (mml2015-self-encrypt): New function.
14189         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14190
14191 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14192
14193         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14194         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14195         let mailcap do it.
14196         * mml2015.el: Remove snarf code.
14197         * mm-decode.el: Remove snarf code.
14198
14199 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14200
14201         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14202         (mml-insert-mime): Understand gnus-decoded.
14203         (mime-to-mml): New parameter handles.
14204         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14205         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14206
14207 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14208
14209         * mm-decode.el (mime-security): New group.
14210         (mm-verify-function-alist): Add test function.
14211         (mm-decrypt-function-alist): Ditto.
14212         (mm-snarf-option): Set default value as nil.
14213         (mm-find-part-by-type): Recursive parameter.
14214         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14215         * mml2015.el: Support draft-ietf-openpgp-multsig.
14216
14217 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14220         (gnus-article-view-part-as-charset): New function.
14221
14222 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14223
14224         * mm-decode.el (mm-verify-option): Default value.
14225         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14226
14227 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14228
14229         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14230
14231 2000-11-05  Simon Josefsson  <sj@extundo.com>
14232
14233         * mml-smime.el (mml-smime-verify): Work in original multipart
14234         buffert.
14235
14236         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14237         (mm-handle-multipart-ctl-parameter): Ditto.
14238         (mm-alist-to-plist): New function.
14239         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14240         for multiparts.
14241         (mm-destroy-parts): Destroy multipart buffert.
14242         (mm-remove-part): Ditto.
14243
14244         * mml-smime.el (mml-smime-sign): Not used.
14245         (mml-smime-encrypt): Ditto.
14246
14247         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14248
14249         Verify S/MIME signature support.
14250
14251         * mm-decode.el (mm-inline-media-tests): Add
14252         application/{x-,}pkcs7-signature.
14253         (mm-inlined-types): Ditto.
14254         (mm-automatic-display): Ditto.
14255         (mm-verify-function-alist): Ditto.  Add name of method.
14256         (mm-decrypt-function-alist): Add name of method.
14257         (mm-find-part-by-type): Add documentation.
14258         (mm-possibly-verify-or-decrypt): Use new format of
14259         mm-{verify,decrypt}-function-alist.  Use method names.
14260
14261         * mml-smime.el (mml-smime-verify): New function.
14262
14263 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14264
14265         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14266
14267 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14268
14269         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14270         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14271         * mm-decode.el (mm-snarf-option): New variable.
14272
14273 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14274
14275         * mm-util.el (mm-subst-char-in-string): New function.
14276         (mm-replace-chars-in-string): Use it.
14277         * message.el (message-replace-chars-in-string): Use it.
14278         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14279         * gnus-mh.el (mh-lib-progs): Shut up.
14280
14281 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14282
14283         * base64.el, md5.el: Moved to contrib directory.
14284
14285 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14286
14287         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14288         the last article when search.
14289
14290 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14291
14292         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14293         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14294
14295 2000-09-29  David Edmondson  <dme@thus.net>
14296
14297         * message.el (message-newline-and-reformat): Typo.
14298
14299 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14300
14301         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14302
14303 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14304
14305         * nntp.el (nntp-decode-text): Delete bogus status lines.
14306
14307 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14308
14309         * message.el (message-font-lock-keywords): Match a final newline
14310         to help font-lock's multiline support.
14311
14312 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14313
14314         * nnoo.el (nnoo-set): New function.
14315
14316 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14317
14318         * gpg.el, gpg-ring.el: Moved to contrib directory.
14319
14320 2000-11-04  Simon Josefsson  <sj@extundo.com>
14321
14322         * nnimap.el (nnimap-split-inbox): Typo.
14323
14324 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14325
14326         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14327
14328 2000-11-03  Simon Josefsson  <sj@extundo.com>
14329
14330         * rfc2231.el (rfc2231-parse-qp-string): New function.
14331         (require): rfc2047.
14332
14333         * mail-parse.el (mail-header-parse-content-type):
14334         (mail-header-parse-content-disposition): Support invalid QP
14335         encoded strings, by using `rfc2231-parse-qp-string'.
14336
14337 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14338
14339         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14340         (rfc2231-decode-encoded-string): Typo "> X 1".
14341         (rfc2231-encode-string): Insert the name of charset.
14342         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14343
14344 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14345
14346         * mm-decode.el (mm-save-part): Return the filename.
14347         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14348         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14349         (gnus-mime-action-alist): Use it.
14350         (gnus-mime-button-commands): Use it.
14351         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14352         (mm-inline-external-body): unwind-protect.
14353
14354 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14355
14356         * gnus-art.el (gnus-insert-mime-button): Show url.
14357
14358 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14359
14360         * mml.el (mml-generate-mime-1): Support external url.
14361         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14362
14363 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14364
14365         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14366         * mm-decode.el (mm-display-external): Ditto.
14367         * mm-extern.el: New file.
14368         * mm-decode.el (mm-inline-media-tests): Hook it up.
14369         (mm-inlined-types): Inline message/external-body.
14370
14371 2000-11-02  Simon Josefsson  <sj@extundo.com>
14372
14373         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14374
14375         * message.el (message-get-reply-headers): Better handling when
14376         Mail-Followup-To is very large.
14377
14378 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14379
14380         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14381         * gnus-art.el (gnus-article-edit-done):
14382         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14383         counting code here.
14384         * gnus-msg.el (gnus-setup-message): Remove a hack.
14385
14386 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14387
14388         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14389         (gnus-summary-mode): Make them local variables.
14390         (gnus-set-global-variables): Globalize them.
14391         (gnus-summary-exit): Kill them.
14392
14393 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14394
14395         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14396         word.
14397
14398 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14399
14400         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14401         gnus-article-wash-types.
14402         * gnus-art.el (gnus-article-wash-status): Use them.
14403
14404 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14405
14406         * mml.el (mml-read-tag): Remove spaces and LF.
14407
14408 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14409
14410         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14411         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14412
14413 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14414
14415         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14416
14417 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14418
14419         * gnus-sum.el (gnus-article-charset): New variable.
14420         (gnus-summary-display-article): Set it.
14421         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14422         * gnus-art.el (gnus-article-mode): Make it local variable.
14423
14424 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14425
14426         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14427
14428 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14429
14430         * nnwfm.el: New file.
14431
14432         * nnweb.el (nnweb-replace-in-string): New function.
14433
14434 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14435
14436         * mml2015.el: Wrap gpg.el.
14437         * gpg.el (gpg-verify): The last argument of apply is a list.
14438         (gpg-encrypt): Add passphrase as a parameter.
14439
14440 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14441
14442         * gpg.el: New file.
14443         * gpg-ring.el: New file.
14444
14445 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14448
14449 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14452         double-quote characters.
14453         (gnus-summary-prepare-threads): Ditto.
14454
14455 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14456
14457         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14458         * mml.el (mml-read-tag): Don't skip the leading space.
14459         * lpath.el (font-lock-set-defaults): Shut up.
14460
14461 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14462
14463         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14464
14465 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14466
14467         * qp.el (quoted-printable-encode-region): Replace leading - when
14468         ultra safe.
14469         * mml.el (mml-generate-mime-postprocess-function): Removed.
14470         (mml-postprocess-alist): Removed.
14471         (mml-generate-mime-1): Use ultra-safe when sign.
14472         * mml2015.el (mml2015-fix-micalg): Uppercase.
14473         (mml2015-verify): Insert LF.
14474         (mml2015-mailcrypt-sign): Downcase; search backward.
14475
14476 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14477
14478         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14479         restrictive.
14480         (nnultimate-table-regexp): New variable.
14481         (nnultimate-forum-table-p): Use it.
14482
14483 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14484         Trivial patch.
14485
14486         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14487
14488 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14489
14490         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14491         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14492
14493 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14494
14495         * mml2015.el: Shut up.
14496
14497 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14498
14499         * gnus.el (gnus-server-browse-hashtb): Removed.
14500         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14501         (gnus-group-insert-group-line-info): Use simplified method.
14502         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14503
14504 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14505
14506         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14507         moved here.
14508         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14509         * gnus-group.el (gnus-group-prepare-flat): Use it.
14510         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14511
14512 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14513
14514         * mml.el (mml-mode): Show menu in XEmacs.
14515
14516 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14517
14518         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14519         (gnus-server-read-server-in-server-buffer): New function.
14520         (gnus-browse-foreign-server): Browse in group buffer.
14521         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14522         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14523         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14524         * gnus.el (gnus-server-browse-hashtb): New variable.
14525
14526 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14527
14528         * nnfolder.el (nnfolder-open-nov): Use group.
14529
14530 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * nnfolder.el: Add NOV. Set version to 2.0.
14533         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14534
14535 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14536
14537         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14538
14539 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14540
14541         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14542         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14543
14544 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14545
14546         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14547
14548 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14549
14550         * mm-decode.el (mm-verify-function-alist): New variable.
14551         (mm-verify-option): New variable.
14552         (mm-decrypt-function-alist): Ditto.
14553         (mm-decrypt-option): Ditto.
14554         (mm-find-raw-part-by-type): New function.
14555         (mm-possibly-verify-or-decrypt): New function.
14556         (mm-dissect-multipart): Use it.
14557         * mml2015.el (mml2015-fix-micalg): New function.
14558         (mml2015-decrypt): Use new interface.
14559         (mml2015-verify):  Use new interface.
14560         (mml2015-setup): Make it bogus.
14561
14562 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14563
14564         * mml.el (mml-generate-mime-postprocess-function): Set to
14565         mml-postprocess.
14566         (autoload): Autoload mml2015 and mml-smime.
14567         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14568         * mml2015.el (mml2015-encrypt): New function.
14569         (mml2015-sign): New function.
14570         (mml2015-encrypt-function): New variable.
14571         (mml2015-sign-function): New variable.
14572         (mml2015-mailcrypt-encrypt): Use message-recipients.
14573         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14574         * mml-smime.el (mml-smime-setup): Ditto.
14575
14576 2000-10-28  Simon Josefsson  <sj@extundo.com>
14577
14578         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14579         Communigate Pro 3.3.1 server.
14580
14581         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14582         in buffers.
14583         (mml-secure-dns-server): Removed.
14584         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14585         write certificates to files.
14586
14587         * smime.el (smime-dns-server): New variable.
14588         (smime-mail-to-domain):
14589         (smime-cert-by-dns): New functions.
14590
14591         * dig.el: New file.
14592
14593 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14594
14595         * message.el (message-options): New variable.
14596         (message-options-set-recipient): New function.
14597         (message-send): Use them.
14598         * gnus-int.el (gnus-request-replace-article): Use them.
14599         (gnus-request-accept-article): Ditto.
14600         * mml.el (mml-preview): Use them.
14601         * gnus-sum.el (gnus-summary-edit-article): Use them.
14602
14603         * message.el (message-options-get): New function.
14604         (message-options-get): New function.
14605         * rfc2047.el (rfc2047-encode-message-header): Use them.
14606         * mm-bodies.el (mm-encode-body): Use them.
14607
14608 2000-10-28  Simon Josefsson  <sj@extundo.com>
14609
14610         * nnimap.el (nnimap-retrieve-which-headers):
14611         (nnimap-request-article-part): Quote message-id.
14612
14613         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14614         (smime-CA-file): New variable.
14615         (smime-call-openssl-region): Don't error.
14616         (smime-sign-region): Return result value.
14617         (smime-encrypt-region): Ditto.
14618         (smime-verify-region): New function.
14619         (smime-decrypt-region): Ditto.
14620         (smime-verify-buffer): Ditto.
14621         (smime-decrypt-buffer): Ditto.
14622
14623         * mml.el: Require mml-sec.
14624         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14625         (mml-mode-map): Add "sign" and "encrypt" maps.
14626         (mml-menu): Add security menu.
14627         (mml-preview): Use generate-new-buffer.
14628
14629         * mml-sec.el: New file.
14630
14631 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14632
14633         * mm-decode.el (mm-find-part-by-type): Move it here.
14634         * mml.el (mml-postprocess): Move it here.
14635         (mml-postprocess-alist): Move it here. Merge them.
14636
14637 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14638
14639         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14640         unencoded stuff in the header.
14641
14642 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14643
14644         * gnus-group.el (gnus-group-listed-groups): New variable.
14645         (gnus-group-list-option): New variable.
14646         (gnus-group-list-limit-map): New keymap.
14647         (gnus-group-list-flush-map): New keymap.
14648         (gnus-group-list-plus-map): New keymap.
14649         (gnus-group-prepare-logic): New function.
14650         (gnus-group-prepare-flat): Merge with
14651         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14652         (gnus-group-prepare-flat-list-dead): Ditto.
14653         (gnus-group-list-matching): Use gnus-group-prepare-function.
14654         (gnus-group-list-dormant): Ditto.
14655         (gnus-group-list-cached): Ditto.
14656         (gnus-group-listed-groups): New function.
14657         (gnus-group-list-limit): New function.
14658         (gnus-group-list-flush): New function.
14659         (gnus-group-list-plus): New function.
14660         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14661         (gnus-topic-prepare-topic): Ditto.
14662
14663 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14664
14665         * message.el (message-insert-to, message-get-reply-headers):
14666         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14667
14668 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14669
14670         * mml2015.el: New file.
14671         * smime.el: New file.
14672         * mml-smime.el: New file.
14673
14674 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14675
14676         * ChangeLog: Moved to ChangeLog.1.
14677
14678     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14679   Copying and distribution of this file, with or without modification,
14680   are permitted provided the copyright notice and this notice are preserved.
14681
14682 ;; Local Variables:
14683 ;; coding: iso-2022-7bit
14684 ;; End: