Synch to Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
4
5 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
8         a cl run-time function.
9
10 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11
12         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
13         on gnus-agent-short-article.
14         (gnus-category-read): Replaced CL function mapcar* with new macro:
15         gnus-mapcar.
16         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
17         support functions that accept multiple parameters.  A separate
18         sequence must be provided for each parameter in the function.
19         Iteration stops when the end of the shortest list is reached.
20
21 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
22
23         * nnimap.el (nnimap-request-accept-article): Use delete-region.
24
25         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
26         (html2text-delete-single-tag, html2text-clean-anchor)
27         (html2text-remove-tags): Use delete-region.
28         (html2text-fix-paragraphs): Simplify.
29
30         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
31         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
32         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
33         kill-region.
34
35 2003-03-04  John Paul Wallington  <jpw@gnu.org>
36
37         * gnus-agent.el (gnus-agent-enable-expiration)
38         (gnus-agent-article-alist, gnus-agent-article-alist)
39         (gnus-agent-cat-defaccessor): Doc fixes.
40
41 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
42
43         * gnus-agent.el (gnus-function-implies-unread-1): Grok
44         byte-compiled functions.
45
46 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
47
48         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
49         customization between new maneuvering (which permits selecting
50         undownloaded articles) and old maneuvering (which skipped over
51         undownloaded articles) behaviors.
52         (gnus-summary-find-next): Pass through the unread and subject
53         parameters when calling gnus-summary-find-prev.
54         (gnus-summary-find-next,gnus-summary-find-prev): Apply
55         gnus-auto-goto-ignores to filter out unacceptable articles.
56         
57 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
58
59         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
60         exists in all supported Emacs versions, so we don't need this
61         compatibility function.
62         (mail-source-fetch-pop, mail-source-check-pop)
63         (mail-source-fetch-webmail): Use read-passwd.
64
65         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
66         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
67         read-passwd.
68
69         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
70
71         * imap.el (imap-read-passwd): Remove.
72         (imap-interactive-login): Use read-passwd.
73
74         * canlock.el (canlock-read-passwd): Remove.
75         (canlock-insert-header, canlock-verify): Use read-passwd.
76
77         * sieve-manage.el (sieve-manage-read-passwd): Remove.
78         (sieve-manage-interactive-login): Use read-passwd.
79
80         * pop3.el (pop3-read-passwd): Remove.
81         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
82         read-passwd.
83
84         * pgg.el (pgg-read-passphrase): Simplify.
85         
86 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
87
88         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
89         'plugged' when actually 'unplugged' bug.
90         (gnus-category-read): Ignore nil values when converting an
91         old-format category so that the new-format category will default
92         those attributes to the global variables.
93         
94 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
95
96         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
97         doc-string.
98
99 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
100
101         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
102         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
103         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
104         * mm-url.el (mm-url-decode-entities-string): do.
105         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
106         * mm-decode.el (mm-find-raw-part-by-type): do.
107         * message.el (message-send-mail-partially)
108         (message-send-mail-with-sendmail): do.
109         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
110         * gnus-kill.el (gnus-pp-gnus-kill): do.
111         * gnus-art.el (gnus-article-treat-unfold-headers)
112         (gnus-article-encrypt-body): do.
113
114 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
115
116         * mail-source.el (mail-source-delete-incoming): Allow integer value.
117         (mail-source-delete-old-incoming-confirm): New variable.
118         (mail-source-delete-old-incoming): Use it.  New function.
119         (mail-source-callback): Call `mail-source-delete-old-incoming' if
120         `mail-source-delete-incoming' is a nonnegative integer.
121
122 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
123
124         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
125         (gnus-user-agent): Fixed typo.
126
127 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
128
129         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
130         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
131
132 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
135         (gnus-agent-fetch-session): Allow debugging to take place.
136
137 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
138
139         * gnus-sum.el (gnus-highlight-selected-summary)
140         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
141         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
142         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
143         and makes it clear that we don't need the side effect.
144         * gnus-util.el (gnus-delete-line): do.  
145         * gnus-xmas.el (gnus-group-add-icon): do.
146         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
147         * nntp.el (nntp-send-authinfo-from-file): do.
148         * nnml.el (nnml-header-value): do.
149         * nnheader.el (nnheader-insert-references): do.
150         * gnus-cite.el (gnus-article-highlight-citation) 
151         (gnus-cite-parse): do.
152         * gnus-score.el (gnus-score-followup): do.
153         * gnus-draft.el (gnus-draft-send): do.
154         * gnus-group.el (gnus-group-highlight-line): do.
155         * gnus-cache.el (gnus-cache-braid-nov): do.
156         * nnfolder.el (nnfolder-retrieve-headers)
157         (nnfolder-request-article): do.
158         * gnus-art.el (article-hide-boring-headers)
159         (gnus-article-hide-header): do.
160         
161         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
162         * nnml.el (nnml-request-replace-article): do.
163         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
164         * nnfolder.el (nnfolder-request-move-article): do.
165         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
166         * gnus-art.el (gnus-mm-display-part): do.
167
168         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
169         
170 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
171
172         * nntp.el (nntp-possibly-change-group): Avoid calling
173         process-buffer on nil (Which happened when you lost your
174         connection while fetching); instead signal a "Server Closed
175         Connection" error.
176
177 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
178
179         * gnus-agent.el (gnus-agent-enable-expiration): New
180         variable. Either ENABLE or DISABLE.  Sets default behavior for
181         selecting which groups are expired.
182         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
183         gnus-agent-set-cat-groups): Provides abstract interface for
184         accessing agent category.  Category now implemented by an alist.
185         (gnus-agent-add-group, gnus-agent-remove-group,
186         gnus-category-insert-line, gnus-category-edit-predicate,
187         gnus-category-edit-score, gnus-category-edit-groups,
188         gnus-category-copy, gnus-category-add, gnus-group-category): Use
189         new agent category abstraction.
190         (gnus-agent-find-parameter): New function. Search for agent
191         configuration parameter first in the group's parameters, then its
192         topics (if any), and then the group's category.  If not found
193         anywhere, use the original defined constants.
194         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
195         gnus-agent-find-parameter.
196         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
197         gnus-agent-cache now blocks retrieving headers and articles from
198         the local cache.  Fetched content is still added to the cache
199         before being returned.
200         (gnus-agent-fetch-session): Use error-message-string to generate
201         displayed error message.
202         (gnus-agent-customize-category): New Command. 'e' in category
203         buffer opens category customization buffer.
204         (gnus-category-read): Reads either positional or alist format;
205         returns alist format.
206         (gnus-category-write): Writes category file compatible with
207         current, and previous, versions of gnus-agent.
208         (gnus-category-make-function, gnus-category-make-function-1):
209         Corrected documentation; parameter is predicate NOT category.
210         (gnus-predicate-implies-unread): Now works in more cases per the
211         todo comment.
212         (gnus-function-implies-unread-1): New function. Supports
213         gnus-predicate-implies-unread.
214         (gnus-agent-expire-group): Command now provides default of group
215         under point.
216         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
217         agent-days-until-old parameters. No longer supports
218         gnus-agent-expire-days being set to an alist.
219         (gnus-agent-request-article): Now performs its own checks of
220         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
221         assuming that the caller will do them correctly.
222         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
223         gnus-agent-expire-days is set to an alist.  Converts said alist
224         into group parameter so that gnus-agent-expire-days will not be
225         needed.
226         * gnus-art.el (gnus-request-article-this-buffer): Conditional
227         checks surrounding gnus-agent-request-article removed; now
228         performed by gnus-agent-request-article.
229         * gnus-cus.el (gnus-agent-parameters): New variable. List of
230         customizable group/topic parameters that regulate the agent.
231         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
232         kill-buffer with gnus-kill-buffer to remove the killed buffer from
233         the list of gnus buffers.
234         (gnus-trim-whitespace): Removes leading and trailing whitespace
235         from multiline strings.
236         (gnus-agent-cat-prepare-category-field,
237         gnus-agent-customize-category): Constructs a category
238         customization buffer.
239         * gnus-int.el (gnus-retrieve-headers,
240         gnus-request-expire-articles): No longer checks gnus-agent-cache
241         as it is handled internally by the agent.
242         (gnus-request-head, gnus-request-body): Conditional checks
243         surrounding gnus-agent-request-article removed; now performed by
244         gnus-agent-request-article.
245         
246         * gnus-start.el (): Added defvar statements to resolve compilation
247         warnings.
248         (gnus-long-file-names): New function. Isolates platform dependent
249         msdos-long-file-names.
250         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
251         option of writing directly to file.  Avoids memory exhausted
252         errors when .newsrc.eld is huge.
253         (gnus-save-newsrc-file): Uses new
254         gnus-save-startup-file-via-temp-buffer.
255         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
256         standard-output.
257         (gnus-display-time-event-handler): Changed to alias from a defun
258         to avoid a compile-time warning when display-time-event-handler is
259         not defined.
260         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
261         standard-output such that prin1 and princ will write directly to a
262         file.
263
264         * gnus.el (gnus-agent-cache): Expanded documentation.
265         (gnus-summary-high-undownloaded-face): Removed second bold keyword
266         so that this face is actually bold.
267
268         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
269         gnus-use-cache has been set.
270
271 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
272
273         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
274
275 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
276
277         * gnus-art.el (gnus-article-refer-article): Be more permissive.
278
279 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
280
281         * spam.el: Fix typo.
282
283 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
284         (Trivial patch.)
285
286         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
287         errors-buffer. This produces a nicer error message in case of
288         problems.
289         
290 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
293         load stats iff spam-use-stat is on
294
295         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
296         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
297         instead of spam-stat-load and spam-stat-save in the
298         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
299
300 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
301
302         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
303
304 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * message.el (message-make-fqdn): Protect against nil user-mail. 
307
308 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
309
310         * gnus-art.el (gnus-boring-article-headers): New values:
311         'to-list and 'cc-list.
312         
313 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * spam.el (spam-setup-widening): new function to set
316         nnimap-split-download-body, we add it to gnus-get-new-news-hook
317         (spam-list-of-statistical-checks): list of statistical splitter
318         checks
319         (spam-split): added a widen call when a statistical check is
320         enabled
321
322 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
323
324         * gnus-msg.el (gnus-user-agent): Changed default to
325         'emacs-gnus-type, renamed 'full.
326
327 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
328
329         * nnfolder.el (nnfolder-request-accept-article): Don't use
330         mail-header-unfold-field.
331
332 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
333
334         * imap.el (imap-ssl-open): Don't depend on ssl.el.
335         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
336
337 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
338
339         * spam.el: add spam-stat-load to gnus-get-new-news-hook
340         (spam-split): remove spam-stat-load call
341
342 2003-02-26  Simon Josefsson  <jas@extundo.com>
343
344         * gnus-sum.el (gnus-summary-toggle-header): Run
345         gnus-article-decode-hook instead of calling a-decode-encoded-words
346         directly (the latter is run as part of the former).
347
348 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
349
350         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
351
352 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
353
354         * message.el (message-sendmail-envelope-from): New option.
355         (message-sendmail-envelope-from): New function.
356         (message-send-mail-with-sendmail): Use it.
357
358 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
359
360         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
361         compensation for TDMA addresses.
362
363 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
364
365         * gnus-msg.el (gnus-user-agent): New variable.
366         (gnus-version-expose-system): Removed.  Obsoleted by
367         `gnus-user-agent'.
368         (gnus-extended-version): Use `gnus-user-agent'.
369
370 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
371
372         * spam.el (spam-stat-register-spam-routine,
373         spam-stat-register-ham-routine): remove spam-stat-save
374         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
375
376 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
377
378         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
379         reference.
380
381 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
382
383         * nnheader.el (nnheader-find-nov-line): Changed midpoint
384         calculation to avoid integer overflow.
385
386 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
387
388         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
389
390 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
391         * spam.el: disabled spam-get-article-as-filename
392
393         From Michael Shields  <shields@msrl.com>
394
395         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
396         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
397         * gnus-sum.el (gnus-summary-expire-articles): Use it.
398         * spam.el (spam-summary-prepare-exit): Use it.
399         * gnus.el (gnus-install-group-spam-parameters): New.
400         * spam.el (spam-group-ham-processor-copy-p): New.
401         * spam.el (spam-summary-prepare-exit): Support for ham copying.
402         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
403         that would cause the current message to be moved if the group had
404         no spam.
405         * spam.el (spam-ham-move-routine): New `copy' argument.
406
407 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
408         From Martin Thornquist <martint@ifi.uio.no>
409
410         * gnus-topic.el (gnus-topic-select-group): Select last group if
411         after last group.
412         * gnus-group.el (gnus-group-select-group): Ditto.
413
414 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
417         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
418         point-at-(b|e)ol which aren't available in Emacs 20.
419
420         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
421
422 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
423
424         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
425         clause of the condition-case statement.  Errors connecting to a
426         server no longer terminate gnus.
427
428         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
429         make its use obvious.  Added no-nothing case to avoid
430         opening(closing) servers when already open(closed).
431         (gnus-agent-while-plugged): Added macro to facilitate internal use
432         of gnus-agent-toggle-plugged.
433         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
434         temporarily open servers.
435         (gnus-agent-get-undownloaded-list): Sort list of article numbers
436         as sorting gnus-newsgroup-headers is wrong.
437         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
438         to temporarily open servers. Corrected logic to handle setting
439         gnus-agent-mark-unread-after-downloaded.
440         (gnus-agent-fetch-articles): Now handles headers with missing
441         article sizes and/or missing article lengths.  Now clears the
442         message buffer when finished.
443         (gnus-agent-fetch-group-1): Position point before calling
444         gnus-summary-set-agent-mark.
445         (gnus-get-predicate): Corrected description, parameter is
446         predicate not category.
447         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
448         provide a separate single group expiration function.
449         (gnus-agent-regenerate-group): Now clears the message buffer when
450         finished.
451         
452 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
453
454         * gnus.el (gnus-agent-target-move-group-header): New variable.
455         * gnus-draft.el (gnus-draft-send): If special header
456         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
457         that group, instead of performing the regular sending functions.
458
459 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
462
463 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
464
465         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
466         variables.
467         (message-make-fqdn): Use it.  Improved validity check.
468
469 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * message.el (message-user-mail-address): Check whether
472         user-mail-address looks valid.
473
474         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
475
476         * gnus-util.el (gnus-fetch-original-field): New function.
477
478 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
479
480         * message.el (message-mode): \\(...\\) around additional
481         paragraph-separate alternative.
482
483 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
484
485         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
486         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
487         display key bindings.
488         (gnus-mime-button-menu): Rewrite.
489
490 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus-art.el (gnus-button-url-regexp): Removed `.
493
494 2003-02-23  Max Froumentin  <mf@w3.org>
495
496         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
497
498 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-art.el (gnus-mime-action-on-part): Require a match
501         interactively. 
502
503         * gnus-start.el (gnus-save-newsrc-file): Use
504         gnus-backup-startup-file. 
505         (gnus-backup-startup-file): New variable.
506
507 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus.el (gnus-summary-buffer-name): Moved function here. 
510
511         * gnus-draft.el (defun): Remove debug.
512
513 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
514
515         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
516         can't open server.
517
518 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-draft.el (defun): Configure posting styles.
521
522         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
523         the entry for the group exists before we alter it.
524
525 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
526
527         * message.el (message-mode): MML tags separate paragraphs.  Small
528         change from David S Goldberg <david.goldberg6@verizon.net>.
529
530         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
531         `gnus-newsgroup-headers'.
532
533         * gnus-art.el (gnus-article-refer-article): Grok more message id
534         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
535
536 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
537
538         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
539         use "path name".
540
541 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
542
543         * gnus-sum.el (gnus-summary-move-article)
544         (gnus-summary-expire-articles): send data header for article, not
545         just article ID
546
547         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
548         (gnus-register-spool-action): added hashtable of message ID keys
549         with message motion data
550
551 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
552         From Reiner Steib  <Reiner.Steib@gmx.de>.
553
554         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
555         variable, used in `gnus-button-mid-or-mail-heuristic'.
556         (gnus-button-mid-or-mail-heuristic): New function derived from
557         Florian Weimer's Perl script.
558         (gnus-button-handle-mid-or-mail): Allow a function instead of
559         'guess.
560         (gnus-button-guessed-mid-regexp): Removed.
561
562 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * message.el (message-resend): Bind message-setup-hook to nil;
565         remove X-Draft-From header.
566
567 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
568
569         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
570         (gnus-newsgroup-undownloaded)
571         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
572         Doc fixes.
573
574 2003-02-17  John Paul Wallington  <jpw@gnu.org>
575
576         * gnus.el (gnus-shell-command-separator, gnus-email-address)
577         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
578
579 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
580
581         * gnus-spec.el (gnus-xmas-format): Use insert instead of
582         insert-string which is obsolete in Emacs 21.4.
583
584         * message.el (message-cross-post-followup-to-header): do.
585         
586         * spam.el (spam-ifile-register-with-ifile)
587         (spam-stat-register-spam-routine)
588         (spam-stat-register-ham-routine)
589         (spam-bogofilter-register-with-bogofilter): do.
590
591         * mailcap.el (mailcap-mime-data): Fix typo.
592
593         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
594
595 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
596
597         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
598         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
599         `gnus-cite-unsightly-citation-regexp'.
600
601 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
604         even if there's just a header.
605
606 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
607
608         * message.el (message-fix-before-sending): Fix highlighting of
609         illegible and invisible text.
610
611         * gnus-util.el (gnus-multiple-choice): Separate choices with
612         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
613
614 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
615
616         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
617
618 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
619
620         * spam.el (spam-ham-move-routine) 
621         (spam-mark-spam-as-expired-and-move-routine): use
622         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
623         around process-mark manipulation on the group
624
625 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
626
627         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
628         submenu.
629
630 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * mail-source.el (mail-source-fetch): Reverse the return value of
633         the continuation question.
634
635 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * nndraft.el (nndraft-request-move-article): Bind
638         nnmh-allow-delete-final to t.
639
640 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
641
642         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
643        
644 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
645       
646         * nntp.el (nntp-accept-process-output): Don't use point-max to get
647         the buffer's size.
648
649 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
650
651         * nnheader.el: Added cygwin to system-type comparisons.
652        
653 2003-01-27  Juanma Barranquero  <lektu@terra.es>
654
655         * imap.el (imap-mailbox-status): Fix typo.
656
657 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
658
659         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
660         online.
661
662 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
663
664         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
665         commands.
666         * gnus-sum.el: Small change from Frank Weinberg
667         <frank@usenet-rundfahrt.de>:
668         (gnus-auto-center-group): New variable.
669         (gnus-summary-read-group-1): Use it.
670         (gnus-summary-next-group): Fix docstring.
671
672 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-util.el (gnus-faces-at): Simplify.
675
676 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
677
678         * spam.el (spam-ham-move-routine) 
679         (spam-mark-spam-as-expired-and-move-routine): made the article
680         move conditional, so it's not called even if there's nothing to move
681
682 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
683
684         * message.el (message-unix-mail-delimiter): Accept any whitespace
685         after the email address and before the date; do not require the
686         space character.  From Kurt B. Kaiser <kbk@shore.net>.
687
688 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
691         gnus-article-boring-faces variable is bound; use gnus-faces-at.
692
693         * gnus-util.el (gnus-faces-at): New macro.
694
695 2003-02-13  Michael Shields  <shields@msrl.com>
696
697         * gnus-cite.el
698         (gnus-cite-attribution-suffix, gnus-cite-parse):
699         Better handling for Microsoft citation styles.
700         (gnus-unsightly-citation-regexp): New.
701
702 2003-02-12  Michael Shields  <shields@msrl.com>
703
704         * gnus-art.el (article-strip-banner): Strip both per-group and
705         per-user-address banners.
706         (article-really-strip-banner): New.
707
708 2003-02-12  Michael Shields  <shields@msrl.com>
709
710         * gnus-sum.el (gnus-article-goto-next-page,
711         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
712         relying on the summary bindings of `n' and `p'.
713
714 2003-02-12  Michael Shields  <shields@msrl.com>
715
716         * gnus-art.el (gnus-article-only-boring-p): New.
717         (gnus-article-skip-boring): New.
718         * gnus-cite.el (gnus-article-boring-faces): New.
719         * gnus-sum.el (gnus-summary-next-page): Use
720         gnus-article-only-boring-p.
721
722 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
723
724         * spam.el (spam-mark-spam-as-expired-and-move-routine)
725         (spam-ham-move-routine): unmark all articles before marking those
726         of interest and calling gnus-summary-move-article
727
728 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
729
730         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
731         logically the complement of gnus-get-buffer-create and
732         gnus-add-buffer.
733
734         * gnus-util.el (gnus-kill-buffer): do.
735
736         * nnmail.el: Autoload gnus-kill-buffer.
737
738 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
739
740         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
741         gnus-summary-goto-subject as gnus-summary-update-mark operates on
742         the current LINE.
743         (gnus-agent-summary-fetch-group): Minimized the number of times
744         that the article is updated in the buffer.
745         
746 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
747
748         * spam.el (spam-ham-move-routine): use the process-mark instead of
749         gnus-current-article when moving articles
750         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
751
752 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
755         (gnus-topic-catchup-articles): Ditto.
756         (gnus-topic-mark-topic): Reverse recursive logic.
757
758 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
759
760         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
761         gnus-refer-thread-limit is t.
762
763 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
764
765         * mm-util.el (mm-mule-charset-to-mime-charset): Use
766         sort-coding-systems to prefer utf-8 over utf-16.
767
768 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
769
770         * gnus-agent.el (gnus-agent-expire-days):
771         gnus-request-move-article depends on gnus-agent-expire to clean up
772         the cache after moving the article.  Therefore, g-a-e-d can NOT
773         default to nil or can gnus-agent-expire be disabled by doing so.
774         If you don't want to run gnus-agent-expire, don't call it.
775         (gnus-agent-expire): The broken test to disable gnus-agent-expire
776         when g-a-e-d was NOT nil was removed.
777         (gnus-agent-article-name): Removed unnecessary input test as
778         article IDs are always strings.
779         (gnus-agent-regenerate-group): Added check to protect against
780         servers that generate absurdly long article IDs.  Valid IDs are
781         less than 10 digits to avoid overflow errors.  Fixed logic error
782         when ensuring that the final article ID is present in the new
783         alist.
784         
785 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
788         next line after finding the parent.
789
790 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * gnus.el (gnus-version-number): Bumped.
793
794 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
795
796         * gnus.el: Oort Gnus v0.15 is released.
797
798 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
799
800         * nnmail.el (nnmail-split-it): If a message ends up matching the
801           same mailbox more than once, it will cause duplicates to appear
802           in the mailbox.
803
804 2003-02-08  Simon Josefsson  <jas@extundo.com>
805
806         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
807         code that only worked under Emacs.
808
809         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
810         Das <satyaki@chicory.stanford.edu>.
811
812 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
813
814         * gnus-art.el (gnus-article-refer-article): Use
815         gnus-replace-in-string.
816
817         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
818         (gnus-remove-duplicates): do.
819
820 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
823         (gnus-request-scan): set
824         gnus-internal-registry-spool-current-method to gnus-command-method
825         before a request-scan operation
826
827         * gnus-registry.el (regtest-nnmail): use
828         gnus-internal-registry-spool-current-method
829
830         
831
832 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * mail-source.el (mail-source-fetch): Typo fix.
835
836 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * nnmail.el (nnmail-spool-hook): new hook
839         (nnmail-cache-insert): call nnmail-spool-hook
840
841         * gnus-registry.el: new file with examples of using the hooks
842
843         * gnus.el (gnus-registry): added registry customization group
844         (gnus-group-prefixed-name): improve function to return full group
845         name optionally
846         (gnus-group-guess-prefixed-name): shortcut to
847         gnus-group-prefixed-name, using just the group name
848         (gnus-group-full-name): always get a group's full name
849         (gnus-group-guess-full-name): shortcut, using just the group name
850
851         * gnus-sum.el (gnus-summary-article-move-hook) 
852         (gnus-summary-article-delete-hook) 
853         (gnus-summary-article-expire-hook): new hooks
854         (gnus-summary-move-article, gnus-summary-expire-articles) 
855         (gnus-summary-delete-article): invoke the new hooks
856
857 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
858
859         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
860           from message-ID
861
862 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
863
864         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
865
866 2003-02-07  John Paul Wallington  <jpw@gnu.org>
867
868         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
869         (mm-write-region, mm-detect-coding-region): Doc fixes.
870
871 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * mail-source.el (mail-source-fetch): Ignore errors.
874         (mail-source-ignore-errors): New variable.
875
876         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
877         articles. 
878
879         * gnus-msg.el (gnus-version-expose-system): Change default.
880
881 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
882
883         * gnus-msg.el (gnus-version-expose-system): New variable.
884
885 2003-02-07  Simon Josefsson  <jas@extundo.com>
886
887         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
888         patch from deskpot@myrealbox.com (Vasily Korytov).
889
890 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-art.el (article-display-face): Get the Face header from
893         the current buffer.
894
895 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-art.el (gnus-mime-view-part-internally): Bind
898         buffer-read-only to nil.
899
900 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
903         from g-a-e-1 to g-a-e-2.
904
905 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
906
907         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
908         of bbdb-search-simple, use spam-use-BBDB-exclusive
909         (spam-check-whitelist): use spam-use-whitelist-exclusive
910         (spam-use-whitelist-exclusive): new variable affecting
911         spam-use-whitelist
912         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
913
914 2003-02-05  Simon Josefsson  <jas@extundo.com>
915
916         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
917         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
918         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
919         (gnus-agent-expire-1): New.
920         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
921         (gnus-agent-expire-2): New.
922
923 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
924
925         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
926         "delete-if" is misleading because it isn't actually destructive.
927
928         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
929         
930         * nnmail.el (nnmail-purge-split-history): do.
931
932         * gnus-win.el (gnus-get-buffer-window): do.
933         
934         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
935         let-binding.
936         (gnus-simplify-all-whitespace): do.
937
938 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-delay.el (gnus-delay-article): Fix binding of the
941         nndraft:delayed group.
942
943 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
944
945         * gnus.el (spam group parameters): change 'other to 'const in
946         the group parameter definitions to soothe XEmacs
947
948 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
949
950         * gnus-delay.el (gnus-delay-article): Really create
951         nndraft:delayed group if it doesn't exist.
952
953 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
954
955         * gnus-sum.el (gnus-summary-search-article): Speed up by
956         disabling various visual features while searching.
957         (gnus-summary-recenter): Test gnus-auto-center-summary first.
958
959 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
960
961         * spam.el (spam-list-of-checks): Don't quote nil and t in
962         docstrings.  From the elisp manual:
963
964            When a documentation string refers to a Lisp symbol, write
965            it [..] with single-quotes around it.  [..] There are two
966            exceptions: write t and nil without single-quotes.
967
968         * messcompat.el (message-from-style): do.
969
970         * message.el (message-send-mail): do.
971
972         * gnus-util.el (gnus-use-byte-compile): do.
973
974         * gnus-score.el (gnus-score-lower-thread): do.
975
976         * gnus-int.el (gnus-server-unopen-status): do.
977
978         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
979         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
980
981         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
982         (gnus-group-parameters): do.
983
984         * gnus-art.el (gnus-article-mime-match-handle-function): do.
985
986         * mm-decode.el (mm-text-html-renderer): do.
987
988 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * nnheader.el (nnheader-directory-separator-character): Change the
991         way to compute the dafault value.
992
993 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
994
995         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
996         (gnus-button-alist): Fix regexp for describe-key.
997         (gnus-button-handle-describe-function)
998         (gnus-button-handle-describe-variable)
999         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1000         (gnus-button-handle-apropos-variable)
1001         (gnus-button-handle-apropos-documentation): Docstring fix.
1002
1003         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1004
1005 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1008         to nil.
1009
1010         * nnmail.el: Removed gnus-util autoload.
1011
1012         * gnus.el: Use gnus-prin1-to-string throughout.
1013
1014         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1015         print-level. 
1016
1017         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1018         (gnus-treat-display-grey-xface): Removed.
1019
1020         * gnus-fun.el (gnus-grab-cam-face): New.
1021         (gnus-convert-image-to-gray-x-face): Removed.
1022         (gnus-convert-gray-x-face-to-xpm): removed.
1023         (gnus-convert-gray-x-face-region): Removed.
1024         (gnus-grab-gray-x-face): Removed.
1025
1026         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1027
1028 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1029
1030         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1031         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1032         bound.
1033
1034         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1035
1036 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1037
1038         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1039         Remove -- these are bogus options which are never used.
1040
1041 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1042
1043         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1044
1045 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * spam.el (spam-check-blackholes) 
1048         (spam-blackhole-good-server-regex): new variable to skip some IPs
1049         when checking blackholes; use it
1050         (spam-check-bogofilter-headers) 
1051         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1052         case more X-Bogosity is used than just "Yes/No"
1053         (spam-ham-move-routine): semi-fixed, only first article is
1054         properly moved now
1055
1056 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1057
1058         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1059         as well.
1060         
1061         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1062         
1063         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1064         
1065         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1066         
1067         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1068         
1069         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1070
1071 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-fun.el (gnus-face-encode): New function.
1074         (gnus-convert-png-to-face): Use it.
1075
1076         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
1077
1078 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1079
1080         * mm-decode.el (mm-dissection-list): Remove.
1081         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1082         only used in mm-remove-all-parts.
1083         (mm-remove-all-parts): Remove it, it's never called.
1084
1085 2003-01-25  Simon Josefsson  <jas@extundo.com>
1086
1087         * gnus-group.el (gnus-group-make-group): Report errors.
1088
1089         * nnimap.el (nnimap-request-create-group): Ditto.
1090
1091         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1092
1093         * sieve.el (sieve-upload): Fix error printing.
1094
1095         * mm-encode.el (mm-qp-or-base64): Always QP iff
1096         mm-use-ultra-safe-encoding and cleartext PGP.
1097
1098         * gnus-sum.el (gnus-summary-select-article): Inhibit
1099         redisplay (mainly for secured messages).
1100
1101         * nnmail.el (nnmail-article-group): Copy body too (but don't
1102         process it).
1103
1104 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1105
1106         * gnus-art.el (gnus-article-setup-buffer): Reset
1107         gnus-button-marker-list.
1108
1109 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * nntp.el (nntp-read-timeout): Default to using a second delay
1112         under Microsoft Windows.
1113
1114 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * nnheader.el (nnheader-directory-separator-character): New
1117         variable. 
1118
1119 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1120
1121         * gnus-agent.el (gnus-agent-max-fetch-size)
1122         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1123         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1124         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1125         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1126         (gnus-agent-braid-nov, gnus-agent-load-alist)
1127         (gnus-agent-article-alist-save-format)
1128         (gnus-agent-read-agentview, gnus-agent-save-alist)
1129         (gnus-agent-fetch-group-1, gnus-agent-expire)
1130         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1131         (gnus-agent-regenerate-group): Reformat to keep under eighty
1132         columns.  Reword docstrings so that first line is under eighty
1133         chars and a complete sentence.  Still need to work on the rear
1134         end of the file, in particular gnus-agent-expire.       
1135
1136 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-agent.el (gnus-agentize): Indent.
1139
1140         * gnus.el (gnus-version-number): Bumped.
1141
1142 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1143
1144         * gnus.el: Oort Gnus v0.14 is released.
1145
1146 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1147
1148         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1149         before beginning.  Tiny patch from Mark Thomas
1150         <swoon@bellatlantic.net>.
1151
1152 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * spam.el (spam-check-blackholes, spam-split) 
1155         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1156         gnus-message calls to show to users what spam.el is doing
1157
1158 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1159
1160         * gnus-msg.el (gnus-message-replysign)
1161         (gnus-message-replyencrypt): Fix typo.
1162
1163 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1166         details. 
1167
1168 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-art.el (gnus-article-press-button): let* -> let.
1171         (gnus-mime-security-show-details): Cleaned up.
1172         (gnus-mime-security-press-button): Save excursion.
1173         (gnus-insert-mime-security-button): Clean up.
1174
1175         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1176
1177         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1178         timeout. 
1179
1180         * nntp.el (nntp-accept-process-output): Removed timeout. 
1181         (nntp-read-timeout): New variable.
1182         (nntp-accept-process-output): Use it.
1183
1184         * gnus-sum.el (gnus-data-find-list): Remove *.
1185
1186 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1187
1188         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1189         introduced on 2002-01-22.
1190         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1191
1192 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1193
1194         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
1195         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1196         checks of incoming mail based on simple header regexp matching
1197
1198 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * gnus-sum.el (gnus-spam-mark): set to `$'
1201
1202 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1203
1204         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1205         gnus-newsgroup-unfetched, the list of articles whose headers have
1206         not been fetched from the server.
1207
1208         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1209         parameter as it never worked due to a bug.  Added check to prevent
1210         selection of any article in the gnus-newsgroup-unfetched list.
1211         (gnus-summary-find-prev): Added check to prevent selection of any
1212         article in the gnus-newsgroup-unfetched list.
1213         (gnus-summary-first-subject): Documented API. Modified
1214         implementation so that constraints are handled independently.
1215         Added check to prevent selection of any article in the
1216         gnus-newsgroup-unfetched list.
1217         (gnus-summary-first-unseen-subject): Updated parameters in
1218         gnus-summary-first-subject call to match new API.
1219         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1220         (gnus-summary-catchup): Do not mark unfetched articles as read.
1221         
1222 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1223
1224         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1225         make-obsolete-variable allows only two arguments in XEmacs and
1226         Emacs 20.
1227
1228         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1229         gnus-article-hide-pgp.
1230         (gnus-summary-make-menu-bar): do.
1231
1232         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1233         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1234         gnus-article-hide-pgp.
1235         (article-hide-pgp): Remove.
1236         (gnus-article-hide): Remove gnus-article-hide-pgp.
1237
1238         * gnus.el: Remove gnus-article-hide-pgp
1239
1240 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * message.el (message-required-headers): Doc fix.
1243
1244 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1245
1246         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1247         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1248         option to make ifile a purely binary classifier
1249
1250 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1253         (mml-secure-encrypt-pgpmime): Removed double.
1254
1255         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1256         debugging statements.
1257
1258 2003-01-21  Andreas Fuchs  <asf@void.at>
1259
1260         * mml-sec.el (mml-sign-alist): Added pgpauto.
1261
1262 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus.el (gnus-version-number): Bumped version number.
1265
1266 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1267
1268         * gnus.el: Oort Gnus v0.13 is released.
1269
1270 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * gnus-art.el (gnus-button-url-regexp): Removed |.
1273
1274         * message.el (message-send-hook): Doc fix.
1275
1276         * gnus-win.el (gnus-buffer-configuration): Display article
1277         instead of article-copy when `reply'.
1278
1279 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1280
1281         * gnus.el (gnus-format): Change customize group to gnus.
1282         (gnus-cache): Add link.
1283         (gnus-group-charter-alist): Fix docstring.
1284
1285 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1286
1287         * mailcap.el (mailcap-print-command): lpr-command might be
1288         unbound in XEmacs.
1289
1290 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1291
1292         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1293
1294         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1295         calculation of net characters added for use in the gnus-data
1296         structure.
1297         
1298 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1299
1300         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1301         message.  Suggested by Jari Aalto.
1302
1303 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
1306         (gnus-article-reply-with-original): Ditto.
1307
1308         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1309         read articles don't become unread.
1310
1311 2003-01-17  Simon Josefsson  <jas@extundo.com>
1312
1313         * gnus-fun.el (gnus-x-face-from-file): 
1314         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1315
1316         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1317         (gnus-convert-image-to-face-command): Doc fix.
1318
1319 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1322
1323 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1324
1325         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1326         avoid encoding problems.
1327
1328         * mailcap.el (mailcap-ps-command): New variable.
1329         (mailcap-mime-data): Add print entry where applicable.  Use
1330         pdftotext on a tty.
1331
1332 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1333
1334         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1335
1336 2003-01-16  Simon Josefsson  <jas@extundo.com>
1337
1338         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
1339         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
1340         (gnus-face-from-file): Doc fix; don't mention image format.
1341
1342 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1343
1344         * spam.el (spam-get-article-as-filename): new function (unused for now)
1345         (spam-get-article-as-buffer): new function
1346         (spam-get-article-as-string): use spam-get-article-as-buffer
1347         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1348
1349 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1350  
1351         * gnus-agent.el: Don't use `path'.
1352         From the GNU coding standards:
1353         
1354             Please do not use the term ``pathname'' that is used in Unix
1355             documentation; use ``file name'' (two words) instead.  We use
1356             the term ``path'' only for search paths, which are lists of
1357             directory names.
1358
1359         * nnsoup.el (nnsoup-file-name): Ditto.
1360  
1361         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1362         (nnmail-group-pathname): Ditto.
1363  
1364         * nnimap.el (nnimap-group-overview-filename): Ditto.
1365  
1366         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1367         (nnheader-group-pathname): Ditto.
1368  
1369         * nnfolder.el (nnfolder-group-pathname): Ditto.
1370  
1371         * gnus.el (gnus-home-directory): Ditto.
1372  
1373         * gnus-group.el (gnus-group-icon-list): Ditto.
1374  
1375 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1376
1377         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1378
1379         * message.el (message-mode-menu): Use it.
1380         (message-mode-menu): Deactivate "Yank Original" if there's no
1381         reply buffer.
1382
1383         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1384
1385         * message.el (message-mark-active-p): New function.
1386
1387 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1388
1389         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1390         (spam-bogofilter-database-directory): new variables
1391         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1392         (spam-bogofilter-register-with-bogofilter) 
1393         (spam-bogofilter-register-spam-routine) 
1394         (spam-bogofilter-register-ham-routine) 
1395         (spam-group-ham-processor-bogofilter-p): new functions for the new
1396         Bogofilter interface
1397         (spam-summary-prepare-exit): use the new Bogofilter functions
1398         (spam-list-of-checks): added spam-use-bogofilter-headers
1399         (spam-bogofilter-score): rewrote function
1400         (spam-check-bogofilter): optional score parameter, uses
1401         spam-check-bogofilter-headers better
1402         (spam-check-bogofilter-headers): optional score parameter
1403
1404         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1405         default, in the gnus-start customization group.  Used to disable
1406         the spam-*/ham-* parameters.
1407         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1408
1409 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1410
1411         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1412         XEmacs.
1413
1414         * gnus-ems.el (gnus-mark-active-p): do.
1415
1416 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1417
1418         * gnus.texi (Using MIME): Mention auto-compression-mode with
1419         gnus-mime-copy-part.
1420
1421 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * message.el (message-send): Don't warn about duplicates when
1424         superseding. 
1425
1426 2003-01-15  Simon Josefsson  <jas@extundo.com>
1427
1428         * nnimap.el (nnimap-split-download-body): New variable.
1429         (nnimap-split-articles): Use it.
1430
1431 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1432
1433         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1434         integrity checker was incorrectly flagging, and removing, articles
1435         whose article number was negative.
1436         (gnus-agent-fetch-group-1): When executed in the group's summary
1437         buffer, refresh each downloaded line to update the status flag and
1438         font.  Preserve the value of gnus-newsgroup-headers so that
1439         gnus-agent-fetch-articles can split the requests by size.
1440         (gnus-agent-expire): Corrected day calculation for when
1441         gnus-agent-expire-days contains a list.
1442
1443 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1446
1447 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1448
1449         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1450           /usr/bin/play as default player. 
1451           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1452
1453 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1456         articles to be marked as well.
1457
1458 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1459         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1460         fictious headers generated by nnagent (ie. Undownloaded Article
1461         ####) in the list of articles that have not been downloaded.
1462         
1463         * gnus-int.el (): Added require declarations to resolve
1464         compile-time warnings.
1465         (gnus-open-server): If the server status is set to offline,
1466         recursively execute gnus-open-server to open the offline backend
1467         (e.g. nnagent).
1468
1469 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1470
1471         * gnus-art.el (gnus-article-reply-with-original): Use
1472         gnus-mark-active-p.
1473         (gnus-article-followup-with-original): do.
1474
1475 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1476
1477         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1478
1479 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1480
1481         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1482         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1483
1484 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1485
1486         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1487         (gnus-face-from-file): Ditto.
1488
1489 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1492         gnus-alter-articles-to-read-function to the unread articles. 
1493
1494 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1495
1496         * deuglify.el (gnus-article-outlook-unwrap-lines)
1497         (gnus-article-outlook-repair-attribution)
1498         (gnus-article-outlook-rearrange-citation): New function names,
1499         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1500         doc-string.
1501
1502         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1503         removed `W k' key binding (use `W Y f' instead).
1504         (gnus-summary-make-menu-bar): Use new function names.
1505
1506 2003-01-13  Simon Josefsson  <jas@extundo.com>
1507
1508         * gnus-fun.el (gnus-random-x-face): Doc fix.
1509         (gnus-insert-random-x-face-header): New function.
1510
1511 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1512
1513         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1514         mark is not active.
1515
1516         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1517
1518         * gnus-ems.el (gnus-mark-active-p): New function.
1519
1520         * gnus-group.el (gnus-topic-mode-p): New function.
1521         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1522         Deactivate items if mark is not active.
1523
1524 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus.el (gnus-version-number): Bumped version.
1527         (gnus-summary-line-format): Doc fix.
1528
1529 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1530
1531         * gnus.el: Oort Gnus v0.12 is released.
1532
1533 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * mail-source.el (mail-sources): Removed autoload to make it
1536         compile under XEmacs.
1537
1538 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1539
1540         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1541         regexp or a function too.
1542         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1543         confirmation even if the original article is mail.
1544
1545 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1548         articles to be marked when not yanking.
1549
1550 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1551
1552         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1553         
1554 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * gnus-fun.el (gnus-face-from-file): Autoload.
1557
1558         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1559         errors.
1560
1561 2003-01-12  Simon Josefsson  <jas@extundo.com>
1562
1563         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1564         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1565
1566         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1567         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1568
1569 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1572         in every string.
1573
1574         * gnus.el (gnus-version-number): Bumped version number.
1575
1576 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1577
1578         * gnus.el: Oort Gnus v0.11 is released.
1579
1580 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1581
1582         * message.el (message-fetch-reply-field): Narrow to headers.
1583
1584         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1585         if Gnus isn't alive.
1586
1587 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1588
1589         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1590         marks from articles that are already stored in the agent.
1591         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1592         backup copy of an invalid .overview file for later analysis.
1593         
1594 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1595
1596         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1597         exit work with two frames.
1598
1599 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1600
1601         * message.el (message-forward-make-body): Use mule4.
1602
1603 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * message.el (message-mode-map): Move wide-reply command.
1606
1607 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1608
1609         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1610         castellano.
1611         (gnus-outlook-display-hook): New variable.
1612         (gnus-outlook-display-article-buffer): New function.
1613         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1614         (gnus-outlook-deuglify-article): Made them interactive and added
1615         optional arg.  Use `g-o-d-a-b'.
1616         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1617
1618         * gnus-sum.el: Added autoloads.
1619         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1620         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1621
1622 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * gnus-art.el (gnus-display-mime): Use the mime emulation
1625         variable. 
1626
1627         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1628
1629         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1630         newsrc-alist is initialized properly.
1631
1632         * mail-source.el (mail-sources): Autoload.
1633
1634         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1635         nil.
1636
1637         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1638         insert two newlines.
1639
1640         * message.el (message-check-news-header-syntax): Compute the
1641         header length correctly.
1642
1643 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1644
1645         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1646         alist when keeping fetched article file.
1647         (gnus-agent-retrieve-headers): When parsing response for article
1648         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1649         against garbage in the server's response.
1650
1651         * gnus-int.el (gnus-request-expire-articles,
1652         gnus-request-move-article): Only expire when the group's server
1653         has been agentized.
1654
1655 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1658         errors when deleting overlays.
1659
1660         * gnus-score.el (gnus-score-followup): Allow tracing.
1661
1662         * gnus-art.el (gnus-treat-display-face): New variable.
1663         (article-display-face): New command.
1664
1665         * gnus-fun.el (gnus-face-from-file): New function.
1666         (gnus-convert-face-to-png): Ditto.
1667
1668         * gnus-art.el (gnus-ignored-headers): Added Face.
1669
1670 2003-01-10  Simon Josefsson  <jas@extundo.com>
1671
1672         * nndraft.el (nndraft-request-group): Avoid crash in
1673         directory-files when draft directory doesn't exists.
1674
1675         * gnus-sum.el (gnus-select-article-hook): Add :option.
1676
1677 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1678
1679         * spam.el (spam-use-stat): new variable
1680         (spam-group-spam-processor-stat-p) 
1681         (spam-group-ham-processor-stat-p): new convenience functions
1682         (spam-summary-prepare-exit): add spam/ham processors to sequence
1683         (spam-list-of-checks): add spam-use-stat to list of checks
1684         (spam-split): conditionally load the spam-stat tables
1685         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1686         spam-check-ifile): new functions
1687
1688         * spam-stat.el (spam-stat): typo fix
1689         (spam-stat-install-hooks): new variable
1690         (spam-stat-split-fancy-spam-group): added documentation clarification
1691         (spam-stat-split-fancy-spam-threshhold): new variable
1692         (spam-stat-install-hooks): make hooks conditional
1693         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1694
1695         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1696         spam-stat ham/spam processor symbols
1697
1698 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1701         file exists.
1702
1703 2003-01-10  Simon Josefsson  <jas@extundo.com>
1704
1705         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1706         undownloaded/downloadable only when unplugged.
1707
1708 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1709
1710         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1711
1712 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1713
1714         * spam.el (spam-check-ifile): fixed call-process-region to use the
1715         db parameter only if it's set
1716         (spam-ifile-register-with-ifile): ditto
1717
1718 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1719
1720         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1721         spam-stat-nbad before creating the hash table.
1722         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1723         Changed copyright statement to FSF.
1724
1725 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1726
1727         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1728         processable articles as read.
1729         (gnus-agent-summary-fetch-series): Remove processable and
1730         downloadable marks on all downloaded articles in the series.
1731
1732         * nntp.el (nntp-report): Throw error after reporting the problem.
1733         (nntp-accept-process-output): Corrected error check to report an
1734         error when the process is nil.
1735
1736 2003-01-09  Simon Josefsson  <jas@extundo.com>
1737
1738         * message.el (message-tool-bar-map): Add preview.
1739
1740 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1741
1742         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1743         previewing.
1744
1745 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1746
1747         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1748         bug when the (n+1)th article to be added to a group has a smaller
1749         number than the n articles already added.
1750
1751 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1752
1753         * message.el (message-mode-field-menu): Use backquote.
1754
1755 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1756
1757         * spam.el: fixed the BBDB autoloads again, using
1758         bbdb-search-simple now (which is not a macro, thank god)
1759
1760         * lpath.el (bbdb-search): removed function from maybe-fbind list
1761
1762         * gnus.el (ham-process-destination): added new parameter for
1763         destination of ham articles found in spam groups at summary exit
1764
1765         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1766         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1767         (spam-ifile-database-path): added new parameter for ifile's database
1768         (spam-move-spam-nonspam-groups-only): new parameter to determine
1769         if spam should be moved from all groups or only some
1770         (spam-summary-prepare-exit): fixed logic to use
1771         spam-move-spam-nonspam-groups-only when deciding to invoke
1772         spam-mark-spam-as-expired-and-move-routine; always invoke that
1773         routine after the spam has been expired-or-moved in case there's
1774         some spam left over; use spam-ham-move-routine in spam groups
1775         (spam-ham-move-routine): new function to move ham articles to the
1776         ham-process-destinations group parameter
1777
1778 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1781
1782         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1783         gnus-summary-update-article-line.
1784
1785 2003-01-08  Simon Josefsson  <jas@extundo.com>
1786
1787         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1788         not successful.
1789
1790 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1793
1794 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1795
1796         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1797         logic, finally
1798
1799 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1802         (gnus-parse-format): Change to %~.
1803
1804         * message.el (message-generate-headers): Don't generate optional
1805         empty headers.
1806
1807 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1808
1809         * message.el (message-cross-post-default)
1810         (message-cross-post-note-function, message-shoot-gnksa-feet)
1811         (message-strip-subject-trailing-was, message-change-subject)
1812         (message-mark-insert-file, message-cross-post-followup-to)
1813         (message-cross-post-followup-to, message-mode-map)
1814         (message-generate-unsubscribed-mail-followup-to)
1815         (message-make-mail-followup-to): Minor changes to doc-strings and
1816         error messages.  Updated copyright line.
1817
1818         * message.el (message-make-mail-followup-to,
1819         message-generate-unsubscribed-mail-followup-to): New function
1820         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1821         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1822         names.
1823
1824         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1825         (mml-preview-insert-mft): Removed function name.
1826         (mml-preview): Use new function names.
1827
1828         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1829
1830         * message.el (message-mode-field-menu): Moved header related
1831         commands from "Message" to "Field" menu.
1832
1833 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1834
1835         * message.el (message-generate-headers-first): Added customization
1836         if variable is a list.
1837
1838 2003-01-07  Michael Shields  <shields@msrl.com>
1839
1840         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1841         where the last line of the article is the last line of the window.
1842
1843 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus-msg.el (gnus-debug): Use ignore-errors.
1846
1847         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1848         `gnus-summary-update-line'.
1849
1850 2003-01-08  Simon Josefsson  <jas@extundo.com>
1851
1852         * gnus-art.el (gnus-unbuttonized-mime-types)
1853         (gnus-buttonized-mime-types): Doc fix.
1854
1855 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1856
1857         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1858
1859 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1860
1861         * nnrss.el (nnrss-group-alist): Add and clear up.
1862
1863 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1866
1867         * lpath.el (bbdb-search): added BBDB functions for a better way to
1868         fix missing functions
1869
1870         * spam.el (spam-check-ifile): if should be an unless
1871
1872         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1873         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1874         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1875
1876 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1879         gnus-summary-refer-thread to thread menu.
1880
1881 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1882
1883         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1884         summary buffer, articles that cannot be fetched are marked as
1885         canceled.
1886
1887         * nntp.el (nntp-with-open-group): The quit signal handler must
1888         propagate the quit signal to the next outer handler so that the
1889         caller knows that the request aborted abnormally.
1890
1891 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1894         (spam-ifile-register-spam-routine)
1895         (spam-ifile-register-ham-routine): added ifile functionality that
1896         does not use ifile-gnus.el to classify and register articles
1897         (spam-get-article-as-string): convenience function
1898         (spam-summary-prepare-exit): added ifile spam and ham registration
1899         (spam-ifile-all-categories, spam-ifile-spam-category)
1900         (spam-ifile-path, spam-ifile): added customization options
1901
1902         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1903         exit processor
1904         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1905         list of choices
1906
1907 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-score.el (gnus-score-followup): Also score immediate
1910         followups.
1911
1912 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1915
1916 2003-01-07  Simon Josefsson  <jas@extundo.com>
1917
1918         * message.el (message-mode-menu): Fix receipt balloon help.
1919
1920 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1921
1922         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1923         always be interpreted as news.
1924
1925 2003-01-07  Simon Josefsson  <jas@extundo.com>
1926
1927         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1928         gnus-sieve-script, instead of the global variable
1929         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1930         <sb@dod.no>.
1931
1932 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1933
1934         * gnus.el: Renamed gnus-summary-*-uncached-face as
1935         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1936         the cache.
1937
1938         * gnus-sum.el: Ditto.
1939
1940 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1941
1942         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1943         in either the group or summary buffer.
1944         New command "JS", in summary buffer, will fetch articles per the
1945         group's category, predicate, and processable flags.
1946         (gnus-agent-summary-fetch-series): Rewritten to call
1947         gnus-agent-session-fetch-group once with all articles in the
1948         series.
1949         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1950         return list of fetched articles.
1951         (gnus-agent-fetch-articles): Split fetch list into sublists such
1952         that the article buffer is only slightly larger than
1953         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1954         the group's article alist is saved.
1955         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1956         longer result in the agent trying to fetch an article.
1957         (gnus-agent-fetch-group-1): Can now be called in either the group
1958         or summary buffer.  Removed the max-fetch-size code that I added
1959         on 2002-12-13 as that capability is now part of
1960         gnus-agent-fetch-articles.  Added code to update summary buffer.
1961         When called in the group buffer, articles that can not be fetched
1962         are AUTOMATICALLY MARKED AS READ.
1963
1964         * gnus-sum.el (): Modified eval-when-compile to minimize
1965         misleading compilation warnings.
1966         (gnus-update-summary-mark-positions): Changed code to use
1967         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1968
1969         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1970         empty file as the parser assumes that the file isn't empty.
1971
1972         * nntp.el (nntp-send-string): The process-send-string call can,
1973         because it performs I/O on the process, change the process' state
1974         from open to closed.  If this happens, call nntp-report
1975         immediately to report the broken connection.
1976         (nntp-report): Rewritten to avoid needing a global variable to
1977         determine the appropriate course of action.  Instead, two function
1978         implementations are provided and the nntp-report function value is
1979         bound to the appropriate implementation.
1980         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1981         (nntp-with-open-group): Now binds nntp-report's function cell
1982         rather than binding gnus-with-open-group-first-pass.  Added a
1983         condition-case to detect a quit during a nntp command.  When the
1984         quit occurs, the current connection is closed as a fetch articles
1985         request could have several megabytes queued up for reading.
1986         (nntp-retrieve-headers): Bind articles to itself.  If
1987         nntp-with-open-group repeats this command, I must have access to
1988         the original list of articles.
1989         (nntp-retrieve-groups): Ditto for groups.
1990         (nntp-retrieve-articles): Ditto for articles.
1991         (*): Replaced nntp-possibly-change-group calls to
1992         nntp-with-open-group forms in all, but one, occurrance.
1993         (nntp-accept-process-output): Bug fix. Detect when called with
1994         null process.
1995
1996 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1997
1998         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1999         if we don't need to.
2000         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2001
2002 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * gnus-group.el (gnus-group-make-web-group): Pass the select
2005         method on to group-create.
2006         (gnus-group-line-format-alist): %U is an integer.
2007
2008         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2009         ephemeral groups.
2010         (gnus-summary-read-group-1): Ditto.
2011         (gnus-group-make-articles-read): Ditto.
2012
2013         * mm-url.el (mm-url-program): Doc fix.
2014
2015         * message.el (message-mode-map): Rebound
2016         message-insert-wide-reply.
2017
2018 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2021         color as `gnus-group-startup-message' does.
2022
2023 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * spam.el: fixed line lengths to 80 chars or less
2026
2027         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2028         "not-read" mark
2029         (gnus-summary-mark-forward): added the spam-mark to the list of
2030         marks not to be marked as "read" when viewed
2031
2032 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2035
2036         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2037         Protect against unactive groups.
2038
2039         * message.el (message-check-news-header-syntax): Check long
2040         header lines.
2041         (message-check-news-header-syntax): Update `start'.
2042
2043         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2044         (gnus-group-line-format): %U.
2045         (gnus-group-line-format-alist): ?U.
2046         (gnus-number-of-unseen-articles-in-group): New function.
2047
2048         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2049
2050         * gnus.el (gnus-version-number): Bump version number.
2051
2052 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2053
2054         * gnus.el: Oort Gnus v0.10 is released.
2055
2056 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus.el (gnus-version-number): Fix version number.
2059
2060 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2061
2062         * gnus.el: Oort Gnus v0.08 is released.
2063
2064 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2065
2066         * mm-util.el: Add mm-string-make-unibyte.
2067
2068         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2069         UTF-8 groups.
2070
2071 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2074
2075         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2076
2077 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2078
2079         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2080         function.
2081
2082 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2085         (gnus-summary-read-group-1): Update group line.
2086         (gnus-summary-exit-no-update): Update group on exit.
2087
2088         * gnus-group.el (gnus-group-line-format): Add %*.
2089         (gnus-group-line-format-alist): Ditto.
2090         (gnus-group-insert-group-line): Set it.
2091         (gnus-group-is-exiting-p): New variable.
2092         (gnus-group-insert-group-line): Use it.
2093
2094 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2095
2096         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2097         enable BBDB ham processing
2098         (spam-blacklist-register-routine): enable blacklist spam processing
2099         (spam-whitelist-register-routine): enable whitelist ham processing
2100         (spam-fetch-field-from-fast): fast fetching of the "from" field
2101         from (gnus-data-list)
2102         (spam-summary-prepare-exit): works completely now
2103         (spam-use-blacklist): oops, should be nil by default
2104         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2105         split processing now; before it was for summary exit as
2106         well but that's done with the spam-contents and spam-process
2107         parameters now
2108
2109 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2110
2111         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2112         characters.
2113
2114 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2115
2116         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2117         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2118         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2119         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2120         (spam-mark-spam-as-expired-and-move-routine)
2121         (spam-generic-register-routine, spam-BBDB-register-routine)
2122         (spam-ifile-register-routine, spam-blacklist-register-routine)
2123         (spam-whitelist-register-routine): new functions
2124         (spam-summary-prepare-exit): added summary exit processing (expire
2125         or move) of spam-marked articles for spam groups; added slots for
2126         all the spam-*-register-routine functions
2127
2128 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * pop3.el (pop3-retr): Wait 500 msecs.
2131         (pop3-read-response): Ditto.
2132
2133         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2134         right.
2135         (gnus-inews-make-draft): New function.
2136         (gnus-setup-message): Use it.
2137
2138         * message.el (message-required-headers): Add From.
2139
2140 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2141         Trivial patch from Norbert Koch <nk@viteno.net>.
2142
2143         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2144
2145 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * message.el (message-generate-headers): Let header formatters do
2148         their work.
2149
2150 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2151
2152         * deuglify.el (gnus-article-outlook-deuglify-article):
2153         Rehighlight, reapply treatments and call
2154         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2155         (gnus-outlook-repair-attribution-block): Recognize cited
2156         attributions.  Suggested by Niklas Morberg.
2157
2158 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2159
2160         * gnus-art.el (gnus-treat-predicate): Check condition first.
2161
2162 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2163
2164         * lpath.el: Add url-http-file-exists-p.
2165
2166         * gnus-group.el (gnus-group-fetch-charter): Use
2167         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2168
2169 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * message.el (message-draft-headers): Also generate From to get a
2172         nicer draft buffer summary.
2173
2174         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2175         parameter.
2176
2177         * gnus-art.el (article-wash-html): Clean up.
2178         (article-wash-html): Typo fix.
2179
2180         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2181         (gnus-summary-mail-forward): To many lists of lists.
2182
2183         * gnus-art.el (article-wash-html): Clean up.
2184
2185 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2186
2187         * gnus-art.el (gnus-treat-wash-html): New variable.
2188
2189 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * message.el (message-check-news-header-syntax): Allow posting.
2192         (message-check-news-header-syntax): Fix logic for sure, this
2193         time.
2194
2195 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2196
2197         * message.el (message-check-news-header-syntax): Check syntax of
2198         continuation headers.
2199
2200 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2201
2202         * gnus-art.el (gnus-button-url-regexp,
2203         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2204         (gnus-header-button-alist): Regexps are case insensitive here.
2205
2206 2003-01-02  Simon Josefsson  <jas@extundo.com>
2207
2208         * dig.el (query-dig): Doc fix.
2209
2210 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2211
2212         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2213         summary buffer line, not just the download mark.
2214
2215 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2218         (gnus-summary-insert-dormant-articles): New command and
2219         keystroke.
2220
2221         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2222         function for mass insertion of subjects.
2223
2224         * nndraft.el (nndraft-generate-headers): Don't move point.
2225
2226         * gnus.el (nnheader): Require nnheader.
2227
2228         * nndraft.el (nndraft-request-associate-buffer): Use
2229         make-local-variable.
2230
2231 2003-01-02  Michael Shields  <shields@msrl.com>
2232
2233         * nndraft.el (nndraft-request-associate-buffer): Make
2234         write-contents-hooks buffer-local before setting it.
2235
2236 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus.el (gnus-group-parameter-value): Take an extra param.
2239         (gnus-group-fast-parameter): Let group param results be nil.
2240
2241         * gnus-art.el (gnus-article-forward-header): New function.
2242         (article-date-ut): Use it to remove continuation date headers.
2243
2244         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2245         read-event.
2246         (gnus-summary-remove-bookmark): Clean up.
2247         (gnus-summary-set-bookmark): Clean up.
2248
2249         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2250
2251         * gnus.el (gnus-group-startup-message): Bind data-directory to
2252         the Gnus etc directory.
2253
2254 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2255
2256         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2257         ham-processing of articles; use the new
2258         spam-group-(spam|ham)-contents-p functions
2259         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2260         convenience functions
2261         (spam-mark-junk-as-spam-routine): use the new
2262         spam-group-spam-contents-p function
2263
2264         * gnus.el (spam-process, spam-contents, spam-process-destination):
2265         added new parameters with corresponding global variables
2266         (gnus-group-spam-exit-processor-ifile,
2267         gnus-group-spam-exit-processor-bogofilter,
2268         gnus-group-spam-exit-processor-blacklist,
2269         gnus-group-spam-exit-processor-whitelist,
2270         gnus-group-spam-exit-processor-BBDB,
2271         gnus-group-spam-classification-spam,
2272         gnus-group-spam-classification-ham): added new symbols for the
2273         spam-process and spam-contents parameters
2274
2275         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2276         customization and list itself to store mark symbol rather than
2277         mark character.
2278         (spam-bogofilter-register-routine): added logic to generate mark
2279         values list from spam-ham-marks and spam-spam-marks, so (member)
2280         would work.
2281
2282 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * message.el (message-cross-post-followup-to): Fix comment.
2285
2286 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2289         customization and list itself to store mark symbol rather than
2290         mark character.
2291         (spam-bogofilter-register-routine): added logic to generate mark
2292         values list from spam-ham-marks and spam-spam-marks, so (member)
2293         would work.
2294
2295 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2296
2297         * message.el (message-signature-insert-empty-line): New variable.
2298
2299 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2300
2301         * message.el: Renamed functions and variables: "xpost" ->
2302         "cross-post", "-fup2" -> "-followup-to".
2303         (message-cross-post-old-target, message-cross-post-default,
2304         message-cross-post-note, message-followup-to-note,
2305         message-cross-post-note-function): New variables names.
2306         (message-xpost-old-target, message-xpost-default,
2307         message-xpost-note, message-fup2-note,
2308         message-xpost-note-function): Removed variable names.
2309         (message-cross-post-followup-to-header,
2310         message-cross-post-insert-note, message-cross-post-followup-to):
2311         New function names.
2312         (message-xpost-fup2-header, message-xpost-insert-note,
2313         message-xpost-fup2): Removed function names.
2314
2315 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2316
2317         * message.el (message-send-mail): Added message-cleanup-headers to
2318         prevent newlines in headers.
2319
2320 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * dns.el (dns-make-network-process): Comment.
2323
2324         * gnus-sum.el (gnus-summary-display-while-building): Default to
2325         nil.
2326
2327 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2328
2329         * gnus-sum.el (gnus-summary-display-while-building): New
2330         variable.
2331
2332 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2333
2334         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2335         before rearranging the article.
2336
2337 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * nndraft.el (nndraft-generate-headers): New function.
2340         (nndraft-request-associate-buffer): Use it to write headers on
2341         buffer save.
2342
2343         * message.el (message-generate-headers): Let the function be a
2344         lambda form.
2345         (message-draft-headers): New variable.
2346
2347         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2348         function.
2349         (gnus-setup-message): Use it.
2350
2351         * message.el (message-generate-headers-first): Doc fix.
2352         (message-setup-1): Use new function for getting which headers to
2353         generate.
2354         (message-headers-to-generate): New function.
2355
2356 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2357
2358         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2359
2360 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2361
2362         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2363         mention negatives.
2364
2365 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2366
2367         * deuglify.el (gnus-outlook-rearrange-article): Use
2368         `transpose-regions' instead of tempering the kill-ring.
2369         (gnus-article-outlook-deuglify-article): Rehighlight article
2370         instead of a complete redisplay.
2371
2372 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2373
2374         * spam.el: most defvars are defcustoms now
2375
2376         patches from Michael Shields  <shields@msrl.com>
2377
2378         * spam.el (spam-bogofilter-articles): Select the article
2379         body using gnus-summary-show-article t instead of
2380         gnus-summary-select-article; this presents the raw text
2381         without running any hooks.
2382
2383         * spam.el (spam-bogofilter-articles): Use message-remove-header
2384         to remove headers; the old way incorrectly removed just the first
2385         line of folded headers.
2386
2387 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2390
2391 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-start.el (gnus-load): New function.
2394         (gnus-read-newsrc-el-file): Use it.
2395
2396 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2397
2398         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2399         (gnus-button-handle-apropos-documentation): New function.
2400         (gnus-button-handle-ctan): New function.
2401         (gnus-button-alist): Use them.  Improve some regexps.
2402         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2403
2404 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * message.el (message-subscribed-p): New function.
2407         (message-send-mail): Use it.
2408         * mml.el (mml-preview-insert-mft): New function.
2409         (mml-preview): Use it.
2410
2411 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2414         when sorting by date.
2415
2416         * gnus-art.el (gnus-article-edit-mode): New variable.
2417         (gnus-article-setup-buffer): Warn user about discarding edits.
2418
2419         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2420         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2421         headers.
2422
2423         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2424
2425 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2426
2427         * message.el (message-completion-alist): Added "Mail-Followup-To"
2428         and "Mail-Copies-To".
2429
2430 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2431
2432         * gnus-group.el: Add key bindings for
2433         gnus-group-sort-groups-by-real-name and
2434         gnus-group-sort-selected-groups-by-real-name.
2435
2436 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2437
2438         * gnus.texi (Sorting Groups): Add key bindings for
2439         gnus-group-sort-groups-by-real-name and
2440         gnus-group-sort-selected-groups-by-real-name.
2441
2442 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * spam.el (spam-use-dig): new variable for blackhole checking
2445         through dig.el
2446         (spam-check-blackholes): added dig.el checking functionality and
2447         more verbose reporting; query-dig is autoloaded from dig.el
2448         (spam-use-blackholes): disabled by default
2449         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2450         blackhole servers list
2451
2452 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * message.el (message-required-headers): New variable.
2455
2456 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2457
2458         * dig.el (query-dig): new function
2459
2460 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2463         prefixes.
2464
2465         * dns.el (query-dns): Protect against errors.
2466
2467         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2468         (gnus-inews-add-send-actions): Mark all answered messages as
2469         answered.
2470
2471 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2472
2473         * nnmail.el (nnmail-split-it): Added tracing to
2474         `:' split rule
2475
2476 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2477
2478         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2479         and "%s" so we don't overquote them.
2480
2481 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2482
2483         * (mm-display-external): Display the actual command that has been
2484         executed in the echo area.
2485
2486 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2489
2490         * message.el (message-with-reply-buffer): New macro.
2491         (message-fetch-reply-field): Use it.
2492         (message-insert-wide-reply): New command and keystroke.
2493         (message-carefully-insert-headers): New function.
2494         (message-insert-to): Use new function.
2495
2496         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2497         (gnus-topic-goto-missing-group): Use it.
2498
2499         * message.el (message-required-news-headers): Removed Lines.
2500         (message-reply): Don't insert References first.
2501         (message-followup): Ditto.
2502         (message-make-references): New function.
2503         (message-followup): Set message-reply-headers before generating
2504         the buffer stuff.
2505
2506 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2507
2508         * mml.el (mml-generate-mime-1): Reverse the order of
2509         encoding/flowing.
2510
2511 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2514         after moving them.
2515
2516         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2517         fit with newer standard format.
2518         (gnus-summary-make-false-root-always): New variable.
2519         (gnus-gather-threads-by-subject): Use it.
2520
2521         * message.el (message-get-reply-headers): Take an address list
2522         optional argument.
2523
2524 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus.el (gnus-keep-backlog): Change default to 20.
2527
2528         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2529         start.
2530         (gnus-agent-check-overview-buffer): Remove negative article
2531         numbers.
2532
2533         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2534         (nnmail-cache-ignore-groups): Doc fix.
2535
2536         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2537         (nnimap-debug-buffer): New variable.
2538         (nnimap-debug): Use it.
2539
2540 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2541
2542         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2543
2544 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2547         they aren't already sorted.
2548
2549 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2550
2551         * message.el (message-mode-menu): Add ellipses to menu items
2552         expecting user interaction.
2553         (message-mode-field-menu): do.
2554
2555 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2556
2557         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2558         it isn't used any more.
2559
2560 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2561
2562         * binhex.el (binhex-decoder-program): Fix docstring.
2563
2564 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2565
2566         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2567         special chars if the mailcap file uses single quotes around %s.
2568         From Laurent Martelli <laurent@bearteam.org>.
2569
2570 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2571
2572         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2573         return the info object.
2574
2575 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2576
2577         * gnus-int.el (gnus-request-update-info): Artificially add
2578         (1 . (1- min)) to the read range, in case the backend doesn't
2579         store marks for nonexistent articles.
2580
2581 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * binhex.el (binhex-insert-char): Eval-and-compile.
2584
2585 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2586
2587         * lpath.el: Add tool-bar-local-item-from-menu.
2588
2589         * message.el (message-tool-bar-local-item-from-menu): New function.
2590         (message-tool-bar-map): Use it.
2591
2592 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2593
2594         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2595
2596         * gnus-art.el (gnus-article-header-rank): Last header in
2597         gnus-sorted-header-list should have higher rank than non-members.
2598
2599 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2602         covered methods.
2603
2604 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2605
2606         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2607         eval-when-compile.  Suggested by Kevin Greiner.
2608
2609 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2610
2611         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2612         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2613         even though no headers may have been fetched
2614         (gnus-agent-fetch-group-1, and perhaps others, require this
2615         behavior).
2616         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2617         server buffer is constrained by gnus-agent-max-fetch-size.
2618         Multiple chunks in the same group may perform arbitrarily large
2619         updates.
2620
2621 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2622
2623         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2624         gnus-summary-update-download-mark to update the article in the
2625         summary.
2626
2627 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2628
2629         * gnus.el (gnus-summary-high-uncached-face,
2630         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2631         New faces.
2632
2633         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2634         added this on 2002-11-23 but it just wasn't working out as
2635         intended.  The idea isn't entirely dead, three new faces
2636         gnus-summary-*-uncached-face are being added to gnus.el to provide
2637         the basis for an improved implementation.
2638         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2639         proper file to open is lib/servers.
2640         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2641         (i.e. removing the article from gnus-newsgroup-downloadable) will
2642         now restore the article's default mark rather than simply setting
2643         no mark.
2644         (gnus-agent-get-undownloaded-list): Corrected documentation.
2645         Added code to set new summary local variable,
2646         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2647         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2648         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2649         up to date.  Call new gnus-summary-update-download-mark to keep
2650         summary buffer up-to-date.
2651         (gnus-agent-fetch-selected-article): Keep
2652         gnus-newsgroup-undownloaded up to date.
2653         (gnus-agent-fetch-articles): Return list of articles that were
2654         successfully fetched.
2655         (gnus-agent-check-overview-buffer): No more thingatpt.
2656         (gnus-agent-expire): No longer deletes NOV entries of unread
2657         articles.
2658         (gnus-agent-unread-articles): New function.
2659         (gnus-agent-regenerate-group): The article number must be
2660         terminated by a tab character.  Added more messages to report
2661         repairs.  Inhibit quits while writing changes so it is now safe
2662         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2663         downloaded to 1) resolve the unbound references and 2) avoid
2664         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2665
2666         * gnus-art.el (gnus-article-prepare): The agent
2667         downloaded/undownloaded mark is no longer stored as the article's
2668         mark.
2669
2670         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2671         gnus-summary-highlight may use it.  Added downloaded as
2672         gnus-summary-highlight was using it.
2673
2674         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2675         the download mark now follows Kai's +/- convention.
2676         (gnus-downloaded-mark): Added ?+ mark.
2677         (gnus-summary-highlight): Added rules to select
2678         gnus-summary-high-uncached-face,
2679         gnus-summary-normal-uncached-face, and
2680         gnus-summary-low-uncached-face.  Removed the
2681         gnus-agent-downloaded-article-face.
2682         (gnus-summary-line-format-alist): Implemented the download flag
2683         format (?O) as named in the manual.  This implementation displays
2684         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2685         gnus-no-mark.
2686         (gnus-newsgroup-agentized): New local variable that identifies
2687         which groups are agentized.  While the agent is now on by default,
2688         you don't have to agentize every server that you use.
2689         (gnus-update-summary-mark-positions): Completed support for the
2690         download type of mark.
2691         (gnus-summary-insert-line): Added undownloaded to the parameters.
2692         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2693         reference by the gnus-summary-line-format-spec.
2694
2695         * nntp.el (nntp-with-open-group): This macro handles dropped or
2696         broken connections by opening a new connection and repeating the
2697         failed command.
2698         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2699         XOVER commands preceeding the active articles with the nov entry
2700         of the first available article.  When gnus connected to such a
2701         server, the unexpected nov entry would result in duplicate lines
2702         in the agent's overview file.  This patch fixes the duplicate
2703         lines problem and improves performance by skipping over all
2704         articles IDs that preceed the first nov entry in the server's
2705         reply.
2706
2707 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2710         (gnus-summary-highlight): Use it instead of `downloaded'.
2711         (gnus-summary-highlight-line): Ditto.
2712
2713         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2714
2715 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2718
2719         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2720         calls.
2721
2722         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2723         downloaded variable if we're in an uncovered group.
2724
2725         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2726         font to soemthing less noticeable.
2727         (gnus-agent-group-covered-p): New function.
2728
2729 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2730
2731         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2732         Because of an unknown bug, the group buffer is saved in .overview
2733         file.
2734
2735 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2736
2737         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2738         `and' with `or'.
2739
2740 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2741
2742         * nntp.el (nntp-send-command): Assume that echo does not happen
2743         when nntp-open-connection-function is nntp-open-network-stream.
2744         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2745
2746 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2747
2748         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2749
2750 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2751
2752         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2753         nntp-server-buffer if we aren't going to write to it.
2754
2755 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2756         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2757
2758         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2759
2760 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2763         decoded words.
2764
2765 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2766
2767         * gnus.el (fboundp): After loading mm-util, make sure it was the
2768         right one.
2769
2770 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2771
2772         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2773         gnus-sum.  Made into a user option.
2774
2775         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2776         (gnus-summary-mark-article-as-unread)
2777
2778 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2779
2780         * time-date.el (date-to-time): Typo.
2781
2782         * parse-time.el: Typo.
2783
2784         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2785
2786         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2787
2788         * nnimap.el:
2789         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2790
2791         * mm-encode.el (mm-safer-encoding): Typo.
2792
2793         * messcompat.el: Typo.
2794
2795         * message.el (message-face-alist): Typo.
2796
2797         * imap.el (imap-interactive-login, imap-open): Typos.
2798
2799         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2800
2801         * gnus.el: Typo.
2802
2803         * gnus-win.el (gnus-configure-frame): Typo.
2804
2805         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2806
2807         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2808
2809         * gnus-sum.el (gnus-summary-article-number)
2810         (gnus-summary-read-group-1, gnus-summary-mark-article)
2811         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2812
2813         * gnus-mule.el (gnus-mule-add-group): Typo.
2814
2815         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2816
2817         * gnus-group.el (gnus-group-fetch-faq): Typo.
2818
2819         * gnus-art.el (gnus-decode-header-methods): Typo.
2820
2821         * flow-fill.el: Typo.
2822
2823 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2824
2825         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2826
2827 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2828
2829         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2830         (gnus-summary-mark-article-as-unread)
2831         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2832         Reformatting to avoid long lines.
2833         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2834
2835 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2836
2837         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2838         be accessed through `mail-header-number'.
2839
2840 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2841
2842         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2843         compressed range to gnus-summary-insert-articles.
2844
2845 2002-11-26  Kevin Ryde <user42@zip.com.au>
2846
2847         * gnus-art.el (gnus-mime-copy-part): Look for filename
2848         parameter under content-disposition, not content-type.
2849
2850         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2851         (gnus-summary-reselect-current-group): Use it.
2852
2853 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2854
2855         * gnus-agent.el (gnus-agent-uncached-articles): if
2856         gnus-agent-load-alist fails, return ARTICLES.
2857
2858         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2859
2860 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2861
2862         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2863         superfluous function call.
2864         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2865         Add warning to docstring.
2866
2867 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-agent.el: Autoload number-at-point instead.
2870         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2871
2872 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2873
2874         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2875         require thingatpt (for number-at-point) and protect against
2876         deactivate-mark being unbound (on XEmacs).
2877
2878 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2879
2880         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2881         print message on entry.
2882
2883         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2884
2885         * gnus-range.el (gnus-range-difference): New function.
2886         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2887
2888 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2889
2890         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2891         gnus-remove-from-range instead of gnus-range-difference which
2892         doesn't exist.
2893
2894 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2895         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2896
2897         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2898         used for showing which articles have been downloaded.
2899         (gnus-agent-article-alist): Format change.  Add documentation.
2900         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2901         process-marked articles.
2902         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2903         in the series are individually fetched to minimize lose of
2904         content due to an error/quit.
2905         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2906         gnus-message instead of message.
2907         (gnus-agent-read-servers): Use file lib/methods instead of
2908         lib/servers.  TODO: Why?
2909         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2910         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2911         come from the agent.  This means that they are not downloaded.
2912         (gnus-agent-fetch-selected-article): Don't use history.
2913         (gnus-agent-save-history, gnus-agent-enter-history)
2914         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2915         Removed function; history is not used anymore.
2916         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2917         (gnus-agent-crosspost): Started rewrite then realized that a typo
2918         in gnus-agent-fetch-articles ensures that this function is never
2919         called.  This will need to be fixed later.
2920         (gnus-agent-check-overview-buffer): Some sanity checks on the
2921         agent overview buffer.  This is a safety net used during
2922         development.
2923         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2924         changed, write a number to the file indicating this.
2925         (gnus-agent-fetch-headers): Rewrite to respect
2926         gnus-agent-consider-all-articles without relying on the
2927         `.fetched' files.  Make it fast.
2928         (gnus-agent-braid-nov): Change resulting from
2929         gnus-agent-fetch-headers change.
2930         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2931         `.fetched' files.
2932         (gnus-agent-read-agentview): New function, used by
2933         gnus-agent-load-alist.
2934         (gnus-agent-load-fetched-headers): Remove.
2935         (gnus-agent-save-alist): Rewrite to accomodate new format.
2936         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2937         same order as in gnus-newsgroup-headers.
2938         (gnus-agent-expire): Document and implement extra args ARTICLES,
2939         GROUP, FORCE.  Do not restrict usage.
2940         (gnus-agent-uncached-articles): New function.
2941         (gnus-agent-retrieve-headers): Use it.
2942         (gnus-agent-regenerate-group): No longer needs to be called from
2943         gnus-agent-regenerate.  Individual groups may be regenerated. The
2944         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2945         The article fetch dates are validated in the article alist.  The
2946         article alist is pruned of entries that do not reference existing
2947         NOV entries.  All changes are computed then applied with
2948         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2949         regeneration.  The optional clean parameter has been replaced with
2950         an optional reread parameter.  Clean is no longer necessary as
2951         regeneration gets the appropriate setting from
2952         gnus-agent-consider-all-articles.  The new reread parameter will
2953         result in fetched, or all, articles being marked as unread.
2954         (gnus-agent-regenerate): Removed code to regenerate the history
2955         file as it is no longer used.
2956
2957         * gnus-start.el (gnus-make-ascending-articles-unread): New
2958         function, for efficient mass-marking.
2959
2960         * gnus-sum.el (gnus-summary-highlight): Use new face for
2961         downloaded articles.
2962         (gnus-article-mark): Prefer to indicate read/unread status over
2963         downloaded status.
2964         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2965         line.
2966         (gnus-summary-highlight-line): Use new face for downloaded
2967         articles.
2968         (gnus-summary-insert-old-articles): Improved performance by
2969         replacing the initial LIST of older articles with a compressed
2970         RANGE of older articles.  Some servers appear to lie about
2971         their active range so the original list could contain millions
2972         of article numbers.  The range is not expanded into a list
2973         until the optional ALL parameter has been applied.
2974
2975 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2976
2977         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2978
2979 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2980
2981         * spam.el:
2982         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2983
2984         * spam.el: added `M s t' and `M s x' key mappings
2985
2986 2002-11-20  Simon Josefsson  <jas@extundo.com>
2987
2988         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2989
2990 2002-11-19  Simon Josefsson  <jas@extundo.com>
2991
2992         * gnus-sum.el (gnus-summary-morse-message): Load
2993         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2994         (unmorse-region): Autoload it instead.
2995
2996 2002-11-18  Simon Josefsson  <jas@extundo.com>
2997
2998         * gnus-sum.el (gnus-summary-morse-message): New function.
2999         (gnus-summary-wash-map): Bind to `W m'.
3000         (gnus-summary-make-menu-bar): Add.
3001
3002         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3003         before storing \Deleted mark on expired articles.
3004
3005 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3006         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3007
3008         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3009         parens in column 0.
3010
3011 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3012
3013         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3014
3015         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3016
3017         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3018
3019 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3020
3021         * message.el (message-set-auto-save-file-name): Use
3022         make-directory, to avoid the dependence on gnus-util.
3023
3024 2002-11-16  Simon Josefsson  <jas@extundo.com>
3025
3026         * nnimap.el (nnimap-callback-callback-function):
3027         (nnimap-callback-buffer): Removed, these cannot be global but must
3028         be embedded into the callback.
3029         (nnimap-make-callback): New.  Embedd article number, callback and
3030         buffer in function.
3031         (nnimap-callback, nnimap-request-article-part): Update.
3032
3033 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3036
3037 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3038
3039         * gnus.el (gnus-summary-line-format): Document %C.
3040
3041 2002-11-11  Simon Josefsson  <jas@extundo.com>
3042
3043         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3044         output when called interactively.
3045
3046 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3049
3050         * message.el (message-draft-coding-system): Improve comment; use
3051         mm-auto-save-coding-system for the default value.
3052
3053         * nndraft.el (nndraft-request-article): Revert to the state before
3054         2002-10-29; regexp-quote mail-header-separator.
3055
3056 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3057
3058         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3059         allow editing of drafts from an nnvirtual group.
3060
3061 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3064         mm-auto-save-coding-system.
3065
3066         * message.el (message-draft-coding-system): Default to
3067         iso-2022-7bit.
3068
3069         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3070         restore the default value to emacs-mule or escape-quoted.
3071
3072 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3075         a delayed or a queued article as well as a draft.
3076
3077         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3078         delayed or a queued article in the raw format; treat a delayed
3079         article as a raw article as well as a draft.
3080         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3081         for the delayed group.
3082
3083         * nndraft.el (nndraft-request-article): Ignore auto save files for
3084         a delayed or a queued article; don't bother to decode a queued
3085         article; don't bind nnmail-file-coding-system for a queued article.
3086
3087         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3088         and the queue group.
3089
3090 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3091
3092         * gnus-group.el (gnus-group-delete-group):
3093         gnus-cache-active-hashtb might be void.
3094
3095 2002-11-02  Simon Josefsson  <jas@extundo.com>
3096
3097         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3098         setting of the default user ID.  From Raymond Scholz
3099         <ray-2002@zonix.de>.
3100
3101 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3102
3103         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3104         charset.
3105
3106 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3107         From Alex Schroeder <alex@emacswiki.org>
3108         * spam-stat.el (spam-stat-process-directory): add dir to message
3109         (spam-stat-reduce-size): No longer remove words
3110         with values close to 0.5, because the default value is 0.2.
3111
3112 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3113
3114         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3115         documentation.
3116
3117 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3118
3119         * gnus-agent.el (gnus-agent-fetched-headers)
3120         (gnus-agent-load-fetched-headers)
3121         (gnus-agent-save-fetched-headers): Remove variable and two
3122         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3123         works better.
3124         (gnus-agent-fetch-headers): New implementation from Kevin
3125         Greiner.  Uses gnus-agent-article-alist to store information
3126         about fetched messages which aren't on the server anymore.  The
3127         trick is to return a list of considered messages to the caller,
3128         but to only fetch those which haven't been fetched yet.
3129
3130 2002-10-30  Simon Josefsson  <jas@extundo.com>
3131
3132         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3133
3134         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3135
3136 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3137
3138         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3139         versions of emacs-w3m than 1.3.3.
3140
3141         * lpath.el: Bind w3m-minor-mode-map.
3142
3143         * mm-view.el (mm-w3m-mode-command-alist)
3144         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3145         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3146         (mm-setup-w3m): Simplified.
3147         (mm-w3m-local-map-property): New function.
3148         (mm-inline-text-html-render-with-w3m): Use it.
3149
3150         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3151         mm-w3m-local-map-property.
3152
3153 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * mm-util.el (mm-auto-save-coding-system): Default to
3156         iso-2022-7bit.
3157
3158         * nndraft.el (nndraft-request-article): Decode an article using
3159         the coding-system emacs-mule if it seems to have been saved using
3160         emacs-mule.
3161         (nndraft-request-replace-article): Use message-draft-coding-system
3162         instead of mm-auto-save-coding-system for the draft or delayed
3163         group.
3164
3165 2002-10-28  Josh  <huber@alum.wpi.edu>
3166
3167         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3168         functions.
3169
3170 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3171         From mah@everybody.org (Mark A. Hershberger).
3172
3173         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3174         type values ("url" size) regardless of the values of
3175         mm-url-use-external.
3176
3177 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3178
3179         * nnimap.el (nnimap-request-article-part): Try harder to show
3180         group name in debugging message.
3181
3182 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3183
3184         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3185         directory if it doesn't exist.
3186         (gnus-agent-fetch-headers): Remove old cruft that tried to
3187         abstain from downloading articles more than once if
3188         gnus-agent-consider-all-articles was true.  This is now done
3189         properly via the .fetched files.
3190
3191 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * nndraft.el (nndraft-request-article): Treat delayed articles
3194         like drafts.
3195
3196 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3199
3200 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3201
3202         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3203         Remove unused optional arg DIR and corresponding code.
3204
3205         * nnimap.el (nnimap-request-article-part): Include group name in
3206         debugging output.
3207
3208 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3209
3210         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3211
3212 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3213
3214         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3215         contains range of headers that have been fetched by the agent
3216         already.  Compare gnus-agent-article-alist.
3217         (gnus-agent-file-header-cache): Like
3218         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3219         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3220         seen/recent logic.
3221         Remember which headers have been fetched before and don't fetch
3222         them again the next time round.
3223         (gnus-agent-load-fetched-headers)
3224         (gnus-agent-save-fetched-headers): New functions, for remembering
3225         which headers have been fetched before.
3226
3227 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * lpath.el: Remove useless bindings.
3230
3231 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3232
3233         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3234         features while searching.
3235
3236 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3237
3238         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3239
3240 2002-10-22  Simon Josefsson  <jas@extundo.com>
3241
3242         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3243         (pgg-snarf-keys): Add.
3244
3245 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * lpath.el: Fbind bbdb-records.
3248
3249         * spam.el: Don't autoload bbdb-records.
3250
3251 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3254         prevent inf-loop.
3255
3256 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * nnslashdot.el: Removed some test lines.
3259         More test.
3260
3261 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3262
3263         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3264         are known to be downloaded already.
3265
3266 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3269         (mm-text-html-washer-alist): Ditto.
3270
3271 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3272
3273         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3274         boundary between headers and body.
3275         * nnml.el (nnml-parse-head): Ditto.
3276
3277 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3280         entries.
3281
3282         * gnus-group.el (gnus-fetch-group): Allow an optional
3283         specification of the articles to select.
3284
3285         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3286
3287 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3288
3289         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3290         headers from the group, update variable `articles' to contain
3291         only those numbers where headers exist.  (When fetching all
3292         articles in a group, Gnus creates lots of numbers where there is
3293         no articles.)
3294
3295 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3296
3297         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3298         doesn't have the 'alist custom type, use cons cells instead.
3299         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3300         (pgg-parse-hash-algorithm-alist): Ditto.
3301         (pgg-parse-compression-algorithm-alist): Ditto.
3302         (pgg-parse-signature-type-alist): Ditto.
3303
3304         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3305
3306         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3307
3308         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3309
3310 2002-10-19  Simon Josefsson  <jas@extundo.com>
3311
3312         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3313         buffer.
3314
3315 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3316
3317         * gnus-spec.el (gnus-make-format-preserve-properties)
3318         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3319         properties also on XEmacs.  `gnus-xmas-format' is like format but
3320         preserves text properties on XEmacs (though it only understands
3321         simple format specs).  The variable
3322         `gnus-make-format-preserve-properties' controls whether the
3323         function is used, and is checked in `gnus-parse-simple-format'.
3324         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3325
3326         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3327         output.
3328         (gnus-agent-consider-all-articles): New variable.
3329         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3330         (gnus-agent-fetch-headers): Depending on
3331         gnus-agent-consider-all-articles, maybe get all articles.
3332         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3333         `read'.
3334         (gnus-predicate-imples-unread): New function.
3335         (gnus-agent-fetch-headers): Optimize to call
3336         gnus-list-of-unread-articles if that is sufficient.
3337         Check unseen and recent instead of seen and recent.
3338         (gnus-agent-fetch-headers): Abstain from calling
3339         gnus-list-range-intersection if range (a . b) would have (> a b).
3340
3341 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * message.el (message-send-mail): Make it possible to perform
3344         edebug-defun.
3345
3346 2002-10-18  Simon Josefsson  <jas@extundo.com>
3347
3348         * gnus-art.el (gnus-button-man-handler): Change default to
3349         `manual-entry' (defined in both emacsen).
3350         (gnus-button-man-handler): Remove emacsen difference and use
3351         `manual-entry'.
3352
3353 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * spam.el: Wrap autoload settings for bbdb-records,
3356         executable-find and ifile-spam-filter with eval-and-compile.
3357         (spam-display-buffer-contents): Remove.
3358         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3359
3360 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3361
3362         * spam.el (spam-display-buffer-contents): New function.
3363         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3364         from Katsumi Yamaoka <yamaoka@jpl.org>.
3365
3366 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3367
3368         * nnheader.el (nnheader-parse-naked-head): New function.
3369         (nnheader-parse-head): Use the above function, in order to handle
3370         continuation lines properly.
3371         (nnheader-remove-body): New function.
3372         (nnheader-remove-cr-followed-by-lf): New function.
3373         (nnheader-ms-strip-cr): Use the above function.
3374
3375         * gnus-agent.el (gnus-agent-regenerate-group): Call
3376         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3377         `nnheader-parse-head'.
3378         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3379
3380         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3381         continuation lines by itself; call `nnheader-parse-naked-head'
3382         instead of `nnheader-parse-head'.
3383         * nndiary.el (nndiary-parse-head): Ditto.
3384         * nnfolder.el (nnfolder-parse-head): Ditto.
3385         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3386         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3387         * nnml.el (nnml-parse-head): Ditto.
3388
3389 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3390
3391         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3392         XEmacs, default to it if featurep 'xemacs.
3393
3394 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * spam-stat.el: Check for the existence of hash functions instead
3397         of the Emacs version to decide whether to load cl.  Suggested by
3398         Kai Gro\e,A_\e(Bjohann.
3399
3400 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3401
3402         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3403         if it isn't open yet.
3404
3405 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus-group.el: Require mm-url only when compiling.
3408         (gnus-group-fetch-charter): Require mm-url.
3409
3410         * spam-stat.el: Require cl for the functions gethash,
3411         hash-table-count, make-hash-table and mapc for Emacs 20.
3412         (puthash): Alias to cl-puthash for Emacs 20.
3413         (with-syntax-table): New macro for Emacs 20.
3414
3415 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3416
3417         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3418
3419 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3420
3421         * spam.el (spam-check-ifile): added ifile as a spam checking
3422         backend, and spam-use-ifle as the variable to toggle that check.
3423
3424 2002-10-12  Simon Josefsson  <jas@extundo.com>
3425
3426         * message.el (message-beginning-of-line): New variable.
3427         (message-beginning-of-line): Use it.
3428
3429 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3430
3431         * spam.el: more compilation fixes for BBDB
3432
3433         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3434         (spam-stat-reduce-size): Interactive.
3435         (spam-stat-reset): New function.
3436         (spam-stat-save): Interactive.
3437
3438 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus.el: Autoload gnus-delay-initialize.
3441
3442         * message.el: Autoload gnus-delay-article.
3443
3444 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3445
3446         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3447         text property in Emacs.
3448
3449 2002-10-11  Simon Josefsson  <jas@extundo.com>
3450
3451         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3452         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3453
3454         * mml1991.el (mml1991-pgg-sign): Remove CR.
3455
3456 2002-10-10  Simon Josefsson  <jas@extundo.com>
3457
3458         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3459         decrypt failed.
3460         (mml2015-trust-boundaries-alist): Removed.
3461         (mml2015-gpg-extract-signature-details): Don't use it.
3462         (mml2015-unabbrev-trust-alist): New.
3463         (mml2015-gpg-extract-signature-details): Use it.
3464
3465 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3466
3467         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3468         BBDB installed
3469
3470         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3471         statistical analysis of spam in Lisp only
3472
3473 2002-10-10  Simon Josefsson  <jas@extundo.com>
3474
3475         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3476         auth, selected or examine state.
3477
3478         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3479         buffer and error buffer depending on type of information.
3480
3481         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3482         --status-fd stuff even if gpg.el is not used (revert earlier
3483         change).
3484         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3485         gnus details.
3486         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3487         buffer.
3488
3489         * pgg.el (pgg-verify-region): Use it.
3490
3491         * pgg-def.el (pgg-query-keyserver): New variable.
3492
3493         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3494         key-identifier in packet.  Is this a good idea?
3495
3496         * mml.el (mml-mode-map): Add security commands that operates on
3497         MIME parts.
3498         (mml-menu): And menu items for them.
3499
3500         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3501
3502         * mml.el (mml-parse-1): Support sender in #secure tags.
3503
3504         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3505         defined.
3506
3507         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3508         (mml-pgp-encrypt-buffer): Support combined signing.
3509
3510         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3511         (mml1991-gpg-encrypt): Ditto.
3512         (mml1991-pgg-encrypt): Ditto.
3513         (mml1991-encrypt): Pass sign parameter.
3514
3515         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3516         (mml-signencrypt-style): Mention the variable.
3517
3518 2002-10-09  Simon Josefsson  <jas@extundo.com>
3519
3520         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3521         pgg-gpg-user-id.
3522
3523         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3524         (pgg-fetch-key-function): Nil if w3 is not installed.
3525
3526 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3527
3528         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3529         gnus-agent-current-history.
3530
3531 2002-10-06  Simon Josefsson  <jas@extundo.com>
3532
3533         * imap.el (imap-parse-status): Don't use read to read token.
3534
3535 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3536
3537         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3538         for methods not covered by the agent, and when unplugged.
3539
3540 2002-10-05  Simon Josefsson  <jas@extundo.com>
3541
3542         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3543         signing.
3544
3545         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3546         a named server fails, ignore the server.
3547
3548         * mml1991.el (mml1991-pgg-sign): Do QP.
3549
3550         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3551         work.
3552
3553 2002-10-04  Simon Josefsson  <jas@extundo.com>
3554
3555         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3556
3557         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3558         binary-write-decoded-region from MEL.
3559
3560         * pgg.el (pgg-encrypt-region): Support sign.
3561
3562         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3563
3564         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3565
3566         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3567         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3568         branch where PGG was taken from in the ChangeLog entries below.
3569
3570 2002-10-01  Simon Josefsson  <jas@extundo.com>
3571
3572         * pgg-pgp.el: Don't require mel.  Don't use luna.
3573         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3574         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3575         (pgg-pgp-process-region): Don't use binary-funcall.
3576
3577         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3578
3579         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3580         instead of concat.
3581
3582         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3583
3584 2002-09-29  Simon Josefsson  <jas@extundo.com>
3585
3586         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3587         compile warnings.
3588
3589         * pgg.el (pgg-decrypt-region): Don't parse packet.
3590
3591         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3592
3593 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3594
3595         * pgg.el: Remove dependency on calist.el.
3596
3597 2002-09-28  Simon Josefsson  <jas@extundo.com>
3598
3599         * pgg.el (pgg-temporary-file-directory): New variable.
3600         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3601
3602         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3603         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3604
3605         * pgg-parse.el (pgg-char-int): Defalias.
3606         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3607         (pgg-read-bytes, pgg-read-body): Use it.
3608         (pgg-decode-packets): Don't use MEL, use base64-*.
3609         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3610         (pgg-string-as-unibyte): Defalias.
3611         (pgg-parse-armor-region): Use it.
3612
3613         * pgg-gpg.el (pgg-gpg-process-region): Use
3614         pgg-temporary-file-directory.
3615
3616         * luna.el: Don't def-edebug.
3617
3618         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3619         binary-write-decoded-region from MEL.
3620
3621         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3622
3623         * alist.el, calist.el: Don't require product/APEL.
3624
3625         * pgg-parse.el (top-level): Remove dependency on static.el,
3626         pccl.el, mel.el.
3627         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3628         `define-ccl-program' is boundp, instead of using broken.
3629
3630 2002-10-01  Simon Josefsson  <jas@extundo.com>
3631
3632         * message.el (message-required-mail-headers): Remove Lines:.
3633
3634 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3635         From Jesper Harder.
3636
3637         * gnus-group.el (gnus-group-fetch-charter,
3638         gnus-group-fetch-control): Prompt for group if given a prefix
3639         argument.
3640         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3641         gnus-group-fetch-control to summary key map and menu.
3642
3643
3644 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3645
3646         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3647         number when there are no articles.
3648
3649 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3650
3651         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3652         arg ALL means to fetch all articles, not only downloadable ones.
3653         (gnus-agent-fetch-selected-article): New function for
3654         gnus-select-article-hook or gnus-mark-article-hook.
3655
3656 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3657         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3658
3659         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3660         raw-text.
3661
3662 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3663
3664         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3665         Pinard).
3666         Major revamp of the code, documentation is in comments in the file
3667         for now.
3668
3669 2002-09-30  Simon Josefsson  <jas@extundo.com>
3670
3671         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3672         buffer seem to be needed?
3673
3674 2002-09-29  Simon Josefsson  <jas@extundo.com>
3675
3676         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3677         compile warnings.
3678
3679         * mml1991.el (mml1991-function-alist): Add pgg.
3680         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3681         (mml1991-pgg-encrypt): Fix recipients querying.
3682
3683 2002-09-28  Simon Josefsson  <jas@extundo.com>
3684
3685         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3686         from dme@dme.org.
3687         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3688         handle is returned.
3689
3690 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3693         Protect against non-existent of `nnimap-mailbox-info'.
3694
3695 2002-09-27  Simon Josefsson  <jas@extundo.com>
3696
3697         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3698         (gnus-setup-news-hook): Use it.
3699         (gnus-after-getting-new-news-hook): Ditto.
3700
3701         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3702
3703 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3704         From Mats Lidell <matsl@contactor.se>.
3705
3706         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3707
3708 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3709
3710         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3711         the part to decode encoded words, use raw words instead of decoded
3712         words.
3713
3714 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3715
3716         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3717
3718         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3719         (mm-setup-w3m): Use it.
3720
3721 2002-09-27  Simon Josefsson  <jas@extundo.com>
3722
3723         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3724         article buffers.
3725
3726         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3727         it just in case.
3728         (nnimap-update-unseen): New function; update unseen count in
3729         `n-m-info'.
3730         (nnimap-close-group): Call it.
3731
3732         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3733         (gnus-after-getting-new-news-hook): Ditto.
3734
3735         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3736         message into verboselevel 9.  Change slow mail check message.
3737         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3738         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3739         used as a hook after getting new mail.
3740
3741 2002-09-26  Simon Josefsson  <jas@extundo.com>
3742
3743         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3744         SELECT/EXAMINE is first unseen article, not number of unseen
3745         articles.  Make them distinct by renaming the former to
3746         `first-unseen' instead of `unseen'.
3747
3748         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3749         too.
3750         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3751         changed.
3752         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3753
3754         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3755
3756         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3757         better.
3758
3759         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3760         if dissecting resulting buffer actually had any information.
3761
3762 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3765         because the function `string<' allows symbols.
3766
3767         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3768
3769 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3770
3771         * message.el (message-forward-make-body): Revert an early change
3772         because 8-bit utf-8 emails.
3773
3774 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3775
3776         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3777         links to Info)
3778         * gnus-art.el (gnus-treat-highlight-signature):
3779         * gnus-art.el (gnus-treat-buttonize):
3780         * gnus-art.el (gnus-treat-buttonize-head):
3781         * gnus-art.el (gnus-treat-emphasize):
3782         * gnus-art.el (gnus-treat-strip-cr):
3783         * gnus-art.el (gnus-treat-unsplit-urls):
3784         * gnus-art.el (gnus-treat-leading-whitespace):
3785         * gnus-art.el (gnus-treat-hide-headers):
3786         * gnus-art.el (gnus-treat-hide-boring-headers):
3787         * gnus-art.el (gnus-treat-hide-signature):
3788         * gnus-art.el (gnus-treat-fill-article):
3789         * gnus-art.el (gnus-treat-hide-citation):
3790         * gnus-art.el (gnus-treat-hide-citation-maybe):
3791         * gnus-art.el (gnus-treat-strip-list-identifiers):
3792         * gnus-art.el (gnus-treat-strip-pgp):
3793         * gnus-art.el (gnus-treat-strip-pem):
3794         * gnus-art.el (gnus-treat-strip-banner):
3795         * gnus-art.el (gnus-treat-highlight-headers):
3796         * gnus-art.el (gnus-treat-highlight-citation):
3797         * gnus-art.el (gnus-treat-date-ut):
3798         * gnus-art.el (gnus-treat-date-local):
3799         * gnus-art.el (gnus-treat-date-english):
3800         * gnus-art.el (gnus-treat-date-lapsed):
3801         * gnus-art.el (gnus-treat-date-original):
3802         * gnus-art.el (gnus-treat-date-iso8601):
3803         * gnus-art.el (gnus-treat-date-user-defined):
3804         * gnus-art.el (gnus-treat-strip-headers-in-body):
3805         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3806         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3807         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3808         * gnus-art.el (gnus-treat-unfold-headers):
3809         * gnus-art.el (gnus-treat-fold-headers):
3810         * gnus-art.el (gnus-treat-fold-newsgroups):
3811         * gnus-art.el (gnus-treat-overstrike):
3812         * gnus-art.el (gnus-treat-display-xface):
3813         * gnus-art.el (gnus-treat-display-smileys):
3814         * gnus-art.el (gnus-treat-from-picon):
3815         * gnus-art.el (gnus-treat-mail-picon):
3816         * gnus-art.el (gnus-treat-newsgroups-picon):
3817         * gnus-art.el (gnus-treat-body-boundary):
3818         * gnus-art.el (gnus-treat-capitalize-sentences):
3819         * gnus-art.el (gnus-treat-fill-long-lines):
3820         * gnus-art.el (gnus-treat-play-sounds):
3821         * gnus-art.el (gnus-treat-translate):
3822         * gnus-art.el (gnus-treat-x-pgp-sig):
3823         * gnus-art.el (gnus-mime-button-line-format):
3824         * gnus-art.el (gnus-button-man-level):
3825         * gnus-art.el (gnus-button-emacs-level):
3826         * gnus-cus.el (gnus-group-parameters):
3827         * gnus-gl.el (bbb-build-mid-scores-alist):
3828         * gnus-group.el (gnus-group-line-format):
3829         * gnus-mlspl.el (gnus-group-split-setup):
3830         * gnus-mlspl.el (gnus-group-split):
3831         * gnus-msg.el (gnus-mailing-list-groups):
3832         * gnus-msg.el (gnus-posting-styles):
3833         * gnus-nocem.el (gnus-nocem-issuers):
3834         * gnus-score.el (gnus-score-regexp-bad-p):
3835         * gnus-srvr.el (gnus-server-line-format):
3836         * gnus-topic.el (gnus-topic-line-format):
3837         * gnus.el (gnus-summary-line-format):
3838         * mail-source.el (mail-sources):
3839         * message.el (message-subscribed-address-file):
3840         * nnmail.el (nnmail-split-fancy):
3841
3842 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3843
3844         * mail-source.el(mail-source-run-script): use `functionp' to test
3845         whether the argument `script' is in fact a function.
3846         (mail-sources): adjust the defcustom to allow users to specify a
3847         function or a string as the value of the `:prescript' and
3848         `:postscript' arguments of the `file' and `pop3' mail sources.
3849
3850 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3851
3852         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3853         number when article 1 does not exist.
3854
3855 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3856
3857         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3858         apropos if apropos-variable does not exist.
3859         (gnus-button-guessed-mid-regexp)
3860         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3861         regexes.  From Reiner Steib.
3862         (gnus-button-handle-describe-function)
3863         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3864         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3865         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3866
3867 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3868         Trivial patch.
3869
3870         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3871         the file.
3872
3873 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3874
3875         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3876
3877 2002-09-24  Simon Josefsson  <jas@extundo.com>
3878
3879         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3880         (mml2015-use): Prefer PGG if installed.
3881         (mml2015-function-alist): Add PGG wrappers.
3882         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3883         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3884         prefix, make regexp optionally skip it.
3885         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3886         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3887         (mml2015-pgg-encrypt): New functions.
3888         (defvar, autoload): Prevent byte-compile warnings.
3889
3890 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3891         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3892
3893         * gnus-art.el (article-strip-banner): Check for the existence of
3894         from header.
3895
3896 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3897
3898         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3899         (gnus-button-alist): Improved regexp for
3900         gnus-button-handle-mid-or-mail (false positives), fixed
3901         gnus-button-handle-man entries.
3902         From Reiner Steib.
3903
3904 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3905         From Josh Huber.
3906
3907         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3908         nnmail-extra-headers is non-nil.
3909
3910 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3911
3912         * nnmaildir.el: Store article numbers persistently.  General
3913         revision.
3914         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3915         for nnmail-expiry-wait; delete instead of moving if 'force is
3916         given.
3917
3918 2002-09-23  Simon Josefsson  <jas@extundo.com>
3919         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3920
3921         * smime.el (smime-sign-buffer): Get key and extra certs.
3922         (smime-get-key-with-certs-by-email): Utility function.
3923
3924 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3925         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3926
3927         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3928         article exists.
3929
3930 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3931
3932         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3933
3934 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3935         From Reiner Steib.
3936
3937         * gnus-art.el (gnus-button-handle-custom,
3938         gnus-button-handle-mid-or-mail,
3939         gnus-button-handle-describe-{function,variable,key},
3940         gnus-button-handle-apropos{,command,variable}): New functions.
3941         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3942         gnus-button-{man,emacs,mail}-level): New variables.
3943         (gnus-button-alist): Use the above to buttonize emacs and mail
3944         related links.
3945
3946 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3947
3948         * gnus-int.el (gnus-status-message): Fix spacing.
3949
3950         * imap.el (imap-continuation): Fix typos.
3951
3952 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3953
3954         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3955
3956         * gnus-art.el (gnus-article-reply-with-original): Correct
3957         with-current-buffer scope.
3958
3959         * message.el (message-completion-alist): Add Reply-To, From, etc.
3960
3961 2002-09-18  Simon Josefsson  <jas@extundo.com>
3962
3963         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3964         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3965
3966 2002-09-17  Simon Josefsson  <jas@extundo.com>
3967
3968         * nnimap.el (nnimap-expiry-target): Don't search for which
3969         articles exists here.
3970         (nnimap-request-expire-articles): Do it here instead.  Only expire
3971         when articles are found.  Suggested by Nevin Kapur
3972         <nevin@jhu.edu>.
3973
3974 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3975         From Reiner Steib <reiner.steib@gmx.de>.
3976
3977         * message.el (message-strip-subject-trailing-was)
3978         (message-change-subject, message-add-archive-header)
3979         (message-xpost-fup2-header, message-xpost-insert-note)
3980         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3981         adopted from message-utils.el.  Add functions to the keymap, mode
3982         describtion and menu.
3983         (message-change-subject,message-xpost-fup2): Signal error if
3984         current header is empty.
3985         (message-xpost-insert-note): Changed insert position.
3986         (message-archive-note): Ensure to insert note in message body (not
3987         in head).
3988         (message-archive-header, message-archive-note)
3989         (message-xpost-default, message-xpost-note, message-fup2-note)
3990         (message-xpost-note-function): New variables adopted from
3991         message-utils.el.  Changed some doc-strings.
3992         (message-mark-insert-{begin,end}): Rename from
3993         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3994         values.
3995         (message-subject-trailing-was-query)
3996         (message-subject-trailing-was-ask-regexp)
3997         (message-subject-trailing-was-regexp): New variables.
3998         (message-to-list-only): Added doc-string and menu entry.
3999
4000         * message-utils.el: Removed.  Functions are now in message.el.
4001
4002 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4003
4004         * gnus-art.el (gnus-article-reply-with-original,
4005         gnus-article-followup-with-original): Switch to
4006         gnus-summary-buffer before reply/followup.
4007
4008 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4009
4010         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4011         not exist. Toggle it anyway.
4012
4013 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4014
4015         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4016
4017         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4018         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4019
4020         * rfc2047.el (message-posting-charset): Defvar it.
4021         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4022         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4023
4024         * mail-source.el (mail-source-fetch): Hide password.
4025
4026         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4027
4028 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4029         From John Paul Wallington <jpw@shootybangbang.com>.
4030
4031         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4032
4033 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4036
4037 2002-09-11  Simon Josefsson  <jas@extundo.com>
4038
4039         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4040         (nnimap-split-rule): Doc fix.
4041         (nnimap-request-expire-articles): Cleanup code.
4042
4043 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4044         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4045
4046         * gnus-art.el (gnus-article-address-banner-alist): New option.
4047         (article-strip-banner): Refer the above option to split banners of
4048         free mail servers, when no group parameter is specified.
4049
4050 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * nntp.el (nntp-wait-for-string): Check for a process in the
4053         current buffer instead of `nntp-server-buffer'.
4054
4055 2002-09-09  Simon Josefsson  <jas@extundo.com>
4056
4057         * gnus-art.el (gnus-button-man-handler): New variable.
4058         (gnus-button-alist): Use g-b-handle-man.
4059         (gnus-button-handle-man): New, call g-b-man-handler.
4060
4061 2002-09-08  Simon Josefsson  <jas@extundo.com>
4062
4063         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4064
4065 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4068
4069 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4072
4073         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4074         keystroke.
4075
4076         * gnus-srvr.el (gnus-browse-describe-group): New command and
4077         keystroke.
4078
4079 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4082         value for gnus-decoration property.
4083
4084 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4085
4086         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4087         string) as group name in case we have a CRLF in the file.
4088
4089 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4090
4091         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4092         group.
4093         (rfc1843-decode-hzp): do.
4094         (rfc1843-newsgroups-regexp): do.
4095
4096 2002-09-04  Simon Josefsson  <jas@extundo.com>
4097
4098         * message.el (message-canlock-generate): Make sure sha1 doesn't
4099         call external programs.
4100
4101 2002-09-03  Simon Josefsson  <jas@extundo.com>
4102
4103         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4104
4105         * gnus-agent.el (gnus-agent-batch): Add doc.
4106
4107 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4108
4109         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4110         check for signed and encrypted parts.
4111         * mml.el (mml-parse-1): Correct small typo which preventing
4112         setting recipients in a secure tag.
4113
4114 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * mm-util.el (mm-coding-system-priorities): Default to a list of
4117         iso-2022-jp and others for the Japanese environment.
4118
4119 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4122         invalid display names.
4123
4124 2002-08-30  Simon Josefsson  <jas@extundo.com>
4125
4126         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4127         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4128
4129 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4130
4131         * gnus.el (gnus-group-charter-alist): New option.
4132         (gnus-group-fetch-control-use-browse-url): New option.
4133
4134         * gnus-group.el (gnus-group-fetch-charter): New function.
4135         (gnus-group-fetch-control): New function.
4136         Add them to the keymap and menu. Require mm-url.
4137
4138 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4141         From Alex Schroeder <alex@emacswiki.org>.
4142
4143 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4144
4145         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4146         items expecting user interaction.
4147
4148         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4149
4150         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4151
4152         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4153
4154         * mml.el (mml-menu): do.
4155
4156 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * mail-source.el (mail-source-touch-pop): New function.
4159
4160         * message.el (message-smtpmail-send-it): New function.
4161         (message-send-mail-function): Add it for a candidate.
4162
4163 2002-08-27  Simon Josefsson  <jas@extundo.com>
4164
4165         * gnus-msg.el (posting-charset-alist): Use
4166         gnus-define-group-parameter instead of defcustom.
4167         (gnus-put-message): Handle SPC in GCC.
4168         (gnus-inews-insert-gcc): Ditto.
4169         (gnus-inews-insert-archive-gcc): Ditto.
4170
4171 2002-08-26  Simon Josefsson  <jas@extundo.com>
4172
4173         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4174         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4175         (gnus-agent-possibly-save-gcc): Autoload.
4176         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4177
4178 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * gnus.el (gnus-other-frame-function): New user option.
4181         (gnus-other-frame): Use it; add a doc-string; make it work with
4182         the gnuclient program.
4183
4184         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4185
4186         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4187         `device-connection' and `dfw-device'.
4188
4189 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4190
4191         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4192         positives, make it stricter.  From Jochen Hein (trivial change).
4193
4194 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus.el (gnus-other-frame): Trivial fix.
4197
4198 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus.el (gnus-other-frame-parameters): New user option.
4201         (gnus-other-frame-object): New variable.
4202         (gnus-other-frame): Make it search for existing Gnus frame; don't
4203         read new news; delete frame on exit.
4204
4205         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4206
4207         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4208
4209 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4210         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4211
4212         * message.el (message-set-auto-save-file-name): Add support for
4213         the Cygwin Emacs; the system-type is `cygwin'.
4214         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4215
4216 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4217
4218         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4219
4220         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4221         avoid arithmetic errors.
4222
4223 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4226
4227 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4230         (message-ignored-resent-headers): Add envelope From.
4231
4232 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4233
4234         * gnus.el (gnus-summary-line-format): Document %k specifier.
4235
4236 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4237
4238         * gnus-sum.el (gnus-summary-line-message-size): New function.
4239         (gnus-summary-line-format-alist): Use it.
4240
4241 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * gnus-art.el (article-make-date-line): Refer to the value for
4244         `gnus-article-time-format' in the summary buffer.
4245
4246         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4247
4248 2002-08-14  Simon Josefsson  <jas@extundo.com>
4249
4250         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4251         quoting.
4252         (gnus-button-alist): Fix doc.
4253         (gnus-header-button-alist): Use ' not ` for default value quoting.
4254         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4255         rationale similar to 2002-05-01 change.
4256         (gnus-article-add-buttons-to-head): Evaluate expression.
4257
4258         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4259
4260 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * message.el (message-font-lock-keywords): Refer to the value for
4263         `message-cite-prefix-regexp' dynamically.
4264
4265 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4268
4269 2002-08-12  Simon Josefsson  <jas@extundo.com>
4270
4271         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4272         (imap-shell-open): Skip initial junk before IMAP greeting.
4273
4274 2002-08-11  Simon Josefsson  <jas@extundo.com>
4275
4276         * message-utils.el (message-xpost-default,
4277         message-xpost-fup2-header, message-xpost-fup2): Fixed
4278         Typos.  Trivial changes from Reiner Steib
4279         <4uce.02.r.steib@gmx.net>.
4280
4281 2002-08-09  Simon Josefsson  <jas@extundo.com>
4282
4283         * message.el (message-canlock-password): Set
4284         canlock-password-for-verify to newly generated canlock-password.
4285         When Emacs is restarted, Custom makes sure this is set, but during
4286         the same session we must set it manually.
4287
4288 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4289
4290         * yenc.el: New file.
4291
4292         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4293         (mm-uu-type-alist): Add yenc.
4294         (mm-uu-yenc-filename): New function.
4295         (mm-uu-yenc-extract): New function.
4296
4297         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4298
4299 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4300
4301         * dgnushack.el (merge): Don't use coerce.
4302
4303 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4304
4305         * mailcap.el (mailcap-mime-data): Test window-system rather than
4306         mm-device-type.
4307         (mailcap-mime-data): Call xdvi and gv with "-safer".
4308
4309         * mm-util.el: Don't define mm-device-type.
4310
4311 2002-08-05  Simon Josefsson  <jas@extundo.com>
4312
4313         * mm-util.el (mm-coding-system-priorities): coding-system type not
4314         supported everywhere.
4315
4316 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus.el (gnus-version-number): Bumped version number.
4319
4320 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4321
4322         * gnus.el: Oort Gnus v0.07 is released.
4323
4324 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4327         (gnus-article-sort-functions): Doc fix.
4328         (t): New keystroke.
4329         (gnus-article-sort-by-random): New function.
4330         (gnus-thread-sort-by-random): New function.
4331
4332 2002-08-02  Simon Josefsson  <jas@extundo.com>
4333
4334         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4335         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4336
4337 2002-07-31  Danny Siu  <dsiu@adobe.com>
4338
4339         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4340         when splitting malformed messages without message-id
4341
4342 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4343         From Niklas Morberg <niklas.morberg@axis.com>.
4344
4345         * nnweb.el (nnweb-type, nnweb-type-definition)
4346         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4347         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4348         functionality.
4349         * nnweb.el: Removed old non-functioning search engines.
4350
4351 2002-07-27  Simon Josefsson  <jas@extundo.com>
4352
4353         * message.el (message-forward-make-body): Don't use
4354         `message-forward-ignored-headers' when doing a "raw" followup (it
4355         is important to preserve e.g. CTE).
4356
4357         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4358
4359         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4360         regexp-quote, Cyrus Sieve is fixed.
4361
4362         * sieve-manage.el (sieve-manage-deletescript): New function.
4363
4364         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4365         (sieve-manage-mode): Fix menubar.
4366         (sieve-activate): Change some messages.
4367         (sieve-deactivate-all): New function.
4368         (sieve-deactivate): New alias.
4369         (sieve-remove): New function.
4370         (sieve-help): Fix help.
4371         All suggested by Ned Ludd.
4372
4373 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4376         (mm-w3m-safe-url-regexp): New user option.
4377
4378         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4379         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4380
4381 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4382
4383         * gnus-sum.el (gnus-summary-delete-article): Force
4384         nnmail-expiry-target to 'delete, so that absolute deletion
4385         happens when absolute deletion is requested.
4386
4387 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4388         From Nevin Kapur <nevin@jhu.edu>.
4389
4390         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4391         headers as empty headers.
4392
4393 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4394         From Jochen Hein <jochen@jochen.org>.
4395
4396         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4397         correct typo.
4398         (gnus-emphasis-strikethru): New face.
4399
4400 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4401         From Jason Merrill <jason@redhat.com>.
4402
4403         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4404         entire file for each of a sequence of missing articles.
4405
4406         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4407         value for gnus-view-pseudos.
4408
4409         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4410         avoid nreverse.
4411
4412 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4413         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4414
4415         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4416         (gnus-summary-mode-line-format-alist): Add %h for number of
4417         spams.
4418         (gnus-newsgroup-spam-marked): New variable.
4419         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4420         (gnus-article-read-p, gnus-article-mark)
4421         (gnus-set-global-variables, gnus-set-global-variables)
4422         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4423         (gnus-summary-mark-article-as-unread)
4424         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4425         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4426         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4427
4428 2002-07-10  Simon Josefsson  <jas@extundo.com>
4429
4430         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4431         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4432
4433 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4434
4435         * gnus-sum.el (gnus-summary-delete-article): Respect group
4436         parameters while expiring.
4437
4438 2002-07-08  Simon Josefsson  <jas@extundo.com>
4439
4440         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4441         Enberg.
4442
4443 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4444
4445         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4446         function is called interactively.  From Niklas Morberg.
4447
4448 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4449
4450         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4451         cdaar to cdar and car.
4452
4453         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4454         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4455
4456 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4459         don't break a narrowed article.
4460
4461         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4462         (nntp-open-via-rlogin-and-telnet): Ditto.
4463
4464 2002-07-02  Didier Verna  <didier@xemacs.org>
4465
4466         * nnmail.el (nnmail-split-methods): fix custom type.
4467
4468 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4469
4470         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4471         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4472
4473 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4474
4475         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4476         (gnus-summary-resend-message): Use it.
4477
4478 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4481         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4482
4483 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4484
4485         * message.el (message-font-lock-keywords): Don't fontify
4486         headers in the message body, only in the header.
4487         (message-font-lock-make-header-matcher): New function, used by
4488         message-font-lock-keywords.
4489         From Katsumi Yamaoka <yamaoka@jpl.org>.
4490
4491 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4494
4495 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4498
4499 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4500
4501         * message.el (message-font-lock-keywords): Revert 2002-06-22
4502         change.
4503
4504 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4505
4506         * message.el (message-font-lock-keywords): Put colon in header
4507         name match.
4508
4509 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4510
4511         * message.el (message-font-lock-keywords): Don't use header faces
4512         in the body.  Thanks to Stefan Monnier for the hint on the
4513         implementation.
4514
4515 2002-05-09  Miles Bader  <miles@gnu.org>
4516
4517         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4518         (gnus-article-hide-citation): Respect it.
4519
4520 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4521
4522         * pop3.el (pop3-open-server): Fix typo.
4523
4524 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4525
4526         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4527         instead of push to ignore duplicate to-(list|address) values.
4528         * nnmail.el (nnmail-cache-ignore-groups): New.
4529         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4530
4531 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4532
4533         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4534         before sending.  Suggested by Jan Rychter.
4535
4536 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * dgnushack.el (remove): New compiler macro.
4539         (last, coerce, subseq): Remove compiler macros for those built-in
4540         or unused functions.
4541
4542 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4543
4544         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4545         sure to write byte-compiled versions of gnus-*-format-alist to
4546         .newsrc.eld.  From Simon Josefsson.
4547
4548 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4549
4550         * gnus-agent.el (gnus-agent-read-servers)
4551         (gnus-agent-write-servers): Put server name (string like
4552         "nnchoke:frumple") in the file instead of a server specification
4553         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4554         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4555
4556 2002-06-16  Simon Josefsson  <jas@extundo.com>
4557
4558         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4559         Reiner Steib <4uce.02.r.steib@gmx.net>.
4560
4561 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4562
4563         * nnheader.el (nnheader-file-name-translation-alist): Set the
4564         default value for MS Windows systems.
4565
4566         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4567
4568 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * message.el (message-beginning-of-line): Keep the region active
4571         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4572
4573 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4574
4575         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4576         * gnus-msg.el (gnus-summary-reply): Ditto.
4577         * gnus-msg.el (gnus-summary-handle-replysign): New.
4578
4579 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4582         if sending failed.
4583
4584 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4585
4586         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4587         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4588         to sign while encrypting.
4589
4590 2002-06-11  Simon Josefsson  <jas@extundo.com>
4591
4592         * gnus-int.el (gnus-request-move-article): Agent expire article if
4593         successfuly moved.
4594
4595         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4596         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4597
4598 2002-06-10  Simon Josefsson  <jas@extundo.com>
4599
4600         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4601
4602 2002-06-09  Simon Josefsson  <jas@extundo.com>
4603
4604         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4605
4606         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4607
4608 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4609
4610         * flow-fill.el (fill-flowed): Ignore errors.
4611
4612 2002-06-06  Simon Josefsson  <jas@extundo.com>
4613
4614         * message.el (message-send-mail-with-sendmail): Improve error message.
4615
4616 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4617
4618         * message.el (message-interactive): Change default from nil to t.
4619         Better to be safe than to be fast.
4620
4621 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4622
4623         * message.el (message-send-mail-with-sendmail): Check return value
4624         from call-process-region.
4625
4626 2002-06-04  Simon Josefsson  <jas@extundo.com>
4627
4628         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4629         (gnus-group-post-news, gnus-summary-mail-other-window)
4630         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4631         gnus-article-copy to nil, thereby inhibiting the `header' posting
4632         style match to use data from last viewed article.
4633         Suggested by Hrvoje Niksic.
4634
4635 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * spam.el (spam-point-at-eol): New alias.
4638         (spam-parse-whitelist): Use it.
4639
4640 2002-06-03  Simon Josefsson  <jas@extundo.com>
4641
4642         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4643         (nnmail-article-group): Use it.
4644
4645 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4646
4647         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4648         so that code reading them won't be surprised.  From Jesper Harder
4649         <harder@ifa.au.dk>.
4650
4651 2002-05-29  Simon Josefsson  <jas@extundo.com>
4652
4653         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4654         articles.
4655
4656         * gnus.el (gnus-agent-cache): Doc fix.
4657         (gnus-agent): Change default to t.
4658
4659         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4660         ARTICLES, GROUP and FORCE parameters.
4661
4662 2002-05-28  Simon Josefsson  <jas@extundo.com>
4663
4664         * gnus-group.el (gnus-group-line-format): Doc fix.
4665
4666 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4667
4668         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4669         original article before yanking.  From Jesper Harder
4670         <harder@ifa.au.dk>.
4671
4672 2002-05-26  Simon Josefsson  <jas@extundo.com>
4673
4674         * gnus-sum.el (gnus-summary-menu-split): New function.
4675         (gnus-summary-make-menu-bar): Split charset submenu.
4676         (gnus-summary-menu-maxlen): New variable.
4677         (gnus-summary-menu-split): Use it.
4678
4679 2002-05-25  Simon Josefsson  <jas@extundo.com>
4680
4681         * mml.el (mml-preview): Generate some headers.
4682
4683         * gnus.el (gnus-large-newsgroup): Fix :type.
4684
4685         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4686         Agent cache NOV's by default now).
4687         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4688
4689 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4690
4691         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4692         call to gnus-parent-id when we check for References loops.
4693         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4694         twice by saving the simplified subject string in simp-subject.
4695
4696 2002-05-23  Simon Josefsson  <jas@extundo.com>
4697
4698         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4699         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4700
4701         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4702         Niklas Morberg <niklas.morberg@axis.com>.
4703
4704 2002-05-22  Simon Josefsson  <jas@extundo.com>
4705
4706         * sieve.el (sieve-change-region): Define it before it is used.
4707
4708         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4709         (gnus-summary-reply): Ask for confirmation when replying to news.
4710         Defaults to not ask.  From Benjamin Rutt
4711         <rutt+news@cis.ohio-state.edu>.
4712
4713         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4714
4715 2002-05-21  Simon Josefsson  <jas@extundo.com>
4716
4717         * sieve-mode.el (sieve-manage): Fix autoloads.
4718
4719         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4720         name (makes it work with recent Cyrus timsieved).
4721
4722 2002-05-20  Jason  <jbaker@cs.utah.edu>
4723         Trivial patch.
4724
4725         * gnus-art.el (gnus-request-article-this-buffer): Try
4726         reconnecting if you don't get the message.
4727
4728 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4731         Reply-To headers from the headers.
4732
4733 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * mm-url.el (mm-url-insert): Remove junk message.
4736
4737 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4740         (nnslashdot-use-front-page): New variable.
4741         (nnslashdot-request-list): Use it.
4742
4743         * mm-url.el (mm-url-timeout): New variable.
4744         (mm-url-retries): Ditto.
4745         (mm-url-insert): Use it.
4746
4747 2002-05-16  Simon Josefsson  <jas@extundo.com>
4748
4749         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4750         (gnus-simplify-subject-functions): Mention g-s-a-w.
4751
4752 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4753
4754         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4755         nnmail-cache-insert.
4756         * nndiary.el (nndiary-request-accept-article): Ditto.
4757         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4758         * nnimap.el (nnimap-request-accept-article): Ditto.
4759         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4760         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4761         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4762         * nnmh.el (nnmh-request-accept-article): Ditto.
4763         * nnmail.el (nnmail-cache-insert): Change group to required,
4764         removed code which tried to figure out the group.
4765
4766 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4767
4768         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4769         messages. From Hans de Graaff <hans@degraaff.org>.
4770         * nnml.el (nnml-request-accept-article): Pass in the group name to
4771         nnmail-cache-insert, since it's available.
4772
4773 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4774
4775         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4776
4777 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4778         From Florian Weimer <fw@deneb.enyo.de>.
4779
4780         * gnus.el (subscribed): New group parameter.
4781         (gnus-find-subscribed-addresses): Use it.
4782
4783 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4784
4785         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4786         the default for pgpmime to support pgp v2.
4787         * mml-sec.el (mml-signencrypt-style): New accessor function to
4788         allow users to get/set the signencrypt style more easily without
4789         frobbing the alist directly.
4790         * mml.el (mml-generate-mime-1): Use accessor function.
4791
4792 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4793
4794         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4795         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4796         <schwab@suse.de>.
4797
4798 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4799
4800         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4801         when intuiting the group the message is written to.  From Josh
4802         Huber <huber@alum.wpi.edu>.
4803
4804 2002-05-06  Simon Josefsson  <jas@extundo.com>
4805
4806         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4807         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4808
4809 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4810
4811         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4812         argument, and fixed compiler warning. (added autoload for
4813         gpg-encrypt).
4814
4815 2002-05-04  Simon Josefsson  <jas@extundo.com>
4816
4817         * mml1991.el (mml1991-function-alist): Doc fix.
4818
4819         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4820         doesn't exist (for previewing messages without having Gnus
4821         started).
4822
4823         * mm-util.el (mm-coding-system-priorities): Defcustom.
4824
4825         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4826
4827 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4828
4829         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4830         default.
4831         * mml-sec.el:
4832         * mml-sec.el (mml-signencrypt-style): New.
4833         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4834         argument `sign'.
4835         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4836         signencrypt.
4837         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4838         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4839         both signed & encryped is processed in one operation. (rather than
4840         two separate ops: sign, then encrypt)
4841         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4842         indication if a message is signed by an expired key.
4843         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4844         enables combined sign & encrypt operation. (this was always on
4845         before).
4846         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4847
4848 2002-05-01  Simon Josefsson  <jas@extundo.com>
4849
4850         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4851         server.
4852         (nnimap-mailbox-info): defvar instead of defvoo.
4853
4854 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4855
4856         * gnus.el: Oort Gnus v0.06 is released.
4857
4858 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * lpath.el: Bind url-package-version.
4861
4862 2002-05-01  Simon Josefsson  <jas@extundo.com>
4863
4864         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4865         filename before deleting the group itself, because the presence of
4866         a group filename decides if long filenames are used or not.
4867
4868         * gnus-art.el (gnus-button-alist): Don't inline
4869         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4870         without also modifying g-button-alist.
4871         (gnus-button-alist): Fix type to allow variable as well as regexp.
4872         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4873         themselves, variables to its contents.
4874         (gnus-button-entry): Ditto.
4875
4876 2002-05-01  Simon Josefsson  <jas@extundo.com>
4877
4878         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4879         UIDNEXT as a string.
4880
4881         * nnimap.el (nnimap-string-lessp-numerical): New function.
4882         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4883         integers.
4884
4885 2002-04-29  Simon Josefsson  <jas@extundo.com>
4886
4887         * nnmail.el (nnmail-cache-insert): Accept optional group
4888         parameter.
4889
4890         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4891         n-r-g-a is disabled.
4892
4893 2002-04-29  Simon Josefsson  <jas@extundo.com>
4894
4895         * nnimap.el (nnimap-split-fancy): Fix doc.
4896         (nnimap-split-fancy): Fix doc.
4897
4898         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4899         (nnimap-mailbox-info): New internal variable.
4900         (nnimap-retrieve-groups): Implement faster new mail check.
4901
4902         * nnimap.el (nnimap-split-articles): Support
4903         nnmail-cache-accepted-message-ids.
4904         (nnimap-request-accept-article): Ditto.
4905
4906         * imap.el (imap-mailbox-status-asynch): New command.
4907
4908 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4909
4910         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4911         are no subscribed mail groups.
4912         - Strip quoted names when comparing addresses
4913
4914 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4915
4916         * mm-decode.el (mm-text-html-renderer): Change customize type to
4917         const.
4918
4919         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4920         (gnus-debug-exclude-variables): do.
4921
4922 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4923
4924         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4925         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4926
4927 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * dns.el (dns-make-network-process): New macro.
4930         (query-dns): Use it.
4931
4932 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4933
4934         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4935         article-buffer.
4936
4937         * mm-url.el (mm-url-package-name): New variable.
4938         (mm-url-package-version): New variable.
4939         (mm-url-insert-file-contents): Bind url-package-name and
4940         url-package-version here.
4941         * nnrss.el (nnrss-insert-w3): Move the bindings.
4942
4943         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4944         url-package-version. Trivial change from Andrew J Cosgriff
4945         <ajc@polydistortion.net>
4946
4947         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4948         attachments. Trivial change from Peter 'Luna' Runestig
4949         <peter@runestig.com>.
4950
4951 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4952
4953         * nnkiboze.el (nnkiboze-request-scan): Call
4954         nnkiboze-possibly-change-group.
4955         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4956         problems.
4957         (nnkiboze-generate-group): Set newsrc to the *highest* article
4958         number kibozed, not the lowest.
4959
4960 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4961
4962         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4963
4964 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4965         From Dan Christensen <jdc+news@uwo.ca>.
4966
4967         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4968         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4969         Recognize math postings.  Extract Date (now ignores "(15kb)").
4970         Extract email address using gnus-extract-address-components
4971         instead of just taking the first word.  Create Date and From
4972         headers for message which are missing these headers.  Get rid
4973         of spurious \\ lines (purely cosmetic).  Extend body-end and
4974         file-end regexps, to exclude more garbage from the message.
4975         Make URL rephrasing regexp more flexible, to match current
4976         format.
4977
4978 2002-04-23  Simon Josefsson  <jas@extundo.com>
4979
4980         * netrc.el: New file, functions copied from gnus-util.el by Ted
4981         Zlatanov <tzz@lifelogs.com>.
4982
4983         * gnus-util.el: Require netrc.
4984         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4985         new code in netrc.el.
4986
4987 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4988
4989         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4990         message-ignored-resent-headers, too.  From Matthieu Moy
4991         <Matthieu.Moy@imag.fr>.
4992
4993 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4994
4995         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4996         boolean not a string
4997         * gnus-group.el (gnus-group-line-format): add description of %C
4998         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4999           as %C
5000         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5001
5002 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5003
5004         * nnmaildir.el (nnmaildir-request-scan): typo: set
5005         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5006         nnmail-get-new-mail for 'find-new-groups.
5007
5008 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5009
5010         * nnmaildir.el (nnmaildir-request-update-info,
5011         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5012         unnecessary calls to nnmaildir-request-scan.
5013
5014 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5015
5016         * gnus-msg.el:
5017         * gnus-msg.el (gnus-message-replysign): New.
5018         * gnus-msg.el (gnus-message-replyencrypt): New.
5019         * gnus-msg.el (gnus-message-replysignencrypted): New.
5020         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5021         (above) to automatically encrypt/sign to encrypted/signed
5022         messages.
5023         * message.el:
5024         * message.el (message-mode-map): Add keybinding for
5025         `message-to-list-only'
5026         * message.el (message-mode): Add description for
5027         `message-to-list-only'
5028         * message.el (message-to-list-only): New.
5029         * message.el (message-make-mft): Changed to use the cl loop macro,
5030         and added optional flag to return only the matched list. (for use
5031         in new message-to-list-only function)
5032
5033 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5034
5035         * gnus-msg.el:
5036         * gnus-msg.el (gnus-message-replysign):
5037         * gnus-msg.el (gnus-replysign): New.
5038         * gnus-msg.el (gnus-replyencrypt): New.
5039         * gnus-msg.el (gnus-replysignencrypted): New.
5040         * gnus-msg.el (gnus-summary-reply):
5041         * message.el:
5042         * message.el (message-mode-map):
5043         * message.el (message-mode):
5044         * message.el (message-to-list-only): New.
5045         * message.el (message-make-mft):
5046
5047 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5050
5051 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5052
5053         * message.el (message-gen-unsubscribed-mft): accept a prefix
5054         argument so CC can be included with C-u C-c C-f C-a
5055
5056 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5057         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5058
5059         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5060         Improve docstring.
5061         (spam-enter-blacklist): New command.
5062
5063         * gnus-sum.el (gnus-spam-mark): New mark.
5064         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5065         (gnus-summary-make-tool-bar): Correct conditional.
5066         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5067         (gnus-summary-mark-as-spam): New command.
5068
5069 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5070
5071         * mml-sec.el (mml-secure-message): changed to support arbritrary
5072         modes.
5073         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5074         changed to support "signencrypt" mode.
5075         * mml.el (mml-parse-1): changed to support different secure modes
5076         more easily. (for signencrypt)
5077
5078 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5079
5080         * gnus-sum.el (gnus-update-summary-mark-positions)
5081         (gnus-summary-toggle-header):
5082         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5083         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5084         (gnus-uu-post-encoded):
5085         * nnfolder.el (nnfolder-possibly-change-group):
5086         * nnimap.el (nnimap-retrieve-headers):
5087         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5088
5089 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5090
5091         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5092         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5093
5094 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-srvr.el (gnus-server-set-info): Clear
5097         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5098         From Daiki Ueno <ueno@unixuser.org>.
5099
5100 2002-04-11  Simon Josefsson  <jas@extundo.com>
5101
5102         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5103         viewing of security buttons.  Thanks to Nicolas Kowalski
5104         <Nicolas.Kowalski@imag.fr>.
5105
5106         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5107         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5108         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5109         <Nicolas.Kowalski@imag.fr>.
5110         (smime-decrypt-buffer): Ditto.
5111
5112 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5115         header line.
5116
5117 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5118
5119         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5120
5121 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5122
5123         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5124
5125 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5126
5127         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5128         errors when debug.
5129
5130 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5131
5132         * message.el (message-make-mft): Changed MFT code from using
5133         message-recipients (which included Bcc) to use only the To and CC
5134         headers.
5135
5136 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5137
5138         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5139         add link.
5140         (gnus-treat-mail-picon): Ditto.
5141         (gnus-treat-newsgroups-picon): Ditto.
5142         (gnus-picon-databases): Fix custom type.
5143         (gnus-picon-databases): Add link.
5144         (gnus-article-x-face-command): Add to gnus-picon group.
5145
5146 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5147
5148         * message.el (message-buffer-naming-style): Remove.
5149
5150 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5151
5152         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5153
5154         * message.el (message-tool-bar-map): Ditto.
5155
5156         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5157
5158 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5159
5160         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5161
5162 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5163
5164         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5165
5166 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5167         Trivial patch.
5168
5169         * dns.el: open-network-stream under XEmacs does udp.
5170
5171 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5172
5173         * spam.el (spam-enter-whitelist): New function.
5174         (spam-parse-whitelist): Ditto.
5175         (spam-refresh-list-cache): Ditto.
5176         (spam-address-whitelisted-p): New function.
5177
5178         * dns.el (query-dns): Use TCP when make-network-process isn't
5179         available.
5180         (dns-servers): New variable.
5181         (dns-parse-resolv-conf): New function.
5182         (query-dns): Use it.
5183
5184         * spam.el: New file.
5185
5186         * dns.el (query-dns): Test.
5187
5188 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * lpath.el (featurep): Bind make-network-process.
5191
5192 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5193
5194         * nnmaildir.el: Use defstruct.  Use a single copy of
5195         nnmail-extra-headers to save memory.  Store server's group name
5196         prefix instead of each group's prefixed name.
5197         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5198         nntp-server-buffer.
5199
5200 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * dns.el: New file.
5203
5204 2002-03-28  Simon Josefsson  <jas@extundo.com>
5205
5206         * gnus-sum.el (gnus-summary-dummy-line-format):
5207         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5208         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5209
5210 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5211
5212         * gnus-sum.el (gnus-summary-move-article)
5213         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5214         the doc string.
5215
5216 2002-03-28  Simon Josefsson  <jas@extundo.com>
5217
5218         * mml-sec.el (mml-secure-message): Search after
5219         mail-header-separator from top of message.
5220
5221 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5222
5223         * nnmaildir.el: Cosmetic changes.
5224         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5225         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5226         nnmaildir--group-ls): New macros/functions.  Use them.
5227         (nnmaildir--unlink): Evalutate argument only once.
5228
5229 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5230
5231         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5232         symbols.
5233         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5234         `gnus-point-at-eol'.
5235
5236 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5237
5238         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5239         nnmaildir--marks-dir): New macros.  Use them.
5240         Use inhibit-quit for atomicity instead of in-memory journaling.
5241         (nnmaildir--edit-prep): New function.
5242         (Local Variables): Use it.
5243
5244 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5245
5246         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5247
5248 2002-03-25  Simon Josefsson  <jas@extundo.com>
5249
5250         * message.el (message-mode): Fix doc.
5251
5252 2002-03-25  Simon Josefsson  <jas@extundo.com>
5253
5254         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5255         Matthieu Moy <Matthieu.Moy@imag.fr>.
5256
5257 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5258
5259         * mml-sec.el (mml-unsecure-message): Add docstring.
5260
5261 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5262
5263         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5264         value.
5265         Trivial change from andre@slamdunknetworks.com
5266
5267 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5268
5269         * mml.el (mml-mode-map): Added a keybinding for
5270         `mml-unsecure-message'.  Also, added a menu entry for said
5271         function in the Attachments menu.
5272
5273 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * canlock.el (canlock-version): Remove.
5276         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5277         here; simplify \x insertions.
5278         (canlock-sha1): New function, always return a unibyte string.
5279         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5280         of a password.
5281         (canlock-insert-header): Use `canlock-sha1'.
5282         (canlock-verify): Ditto.
5283
5284 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5285
5286         * message.el (message-fix-before-sending): Add an option that
5287         ignores illegible text.
5288         Trivial change from Mark Milhollan <mlm@attglobal.net>
5289
5290         * message.el (message-font-lock-keywords): Support multi-line MML
5291         tags.
5292
5293         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5294         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5295
5296 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5299         symbols for "View as different encoding" submenu.
5300
5301 2002-03-19  Simon Josefsson  <jas@extundo.com>
5302
5303         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5304         encoding" submenu.
5305
5306 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5307
5308         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5309
5310 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5311
5312         * gnus-sum.el (gnus-sum-thread-tree-root)
5313         (gnus-sum-thread-tree-single-indent)
5314         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5315         (gnus-sum-thread-tree-leaf-with-other)
5316         (gnus-sum-thread-tree-single-leaf): Make customizable.
5317
5318 2002-03-16  Simon Josefsson  <jas@extundo.com>
5319
5320         * gnus-util.el (gnus-extract-address-components): Don't break on
5321         names such as James "Kibo" Parry.  From Francis Litterio
5322         <franl@world.std.com>.
5323
5324 2002-03-13  Simon Josefsson  <jas@extundo.com>
5325
5326         * pop3.el (pop3-open-server): Revert multibyte change.  From
5327         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5328
5329         * message.el (message-send-mail-with-qmail): Make it work.  From
5330         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5331
5332 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5333
5334         * message.el (message-make-mft): Set case-fold-search while
5335         generating the MFT.  Also, a little cleanup in the MFT code.
5336
5337 2002-03-12  Simon Josefsson  <jas@extundo.com>
5338
5339         * message.el (message-qmail-inject-args): May be function.
5340         (message-send-mail-with-qmail): Call function if m-q-i-a is
5341         function.  From fn@hungry.org (Faried Nawaz).
5342
5343 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5344
5345         * message.el (message-abbrevs-loaded): Remove.
5346         (mailabbrev): Require it.
5347
5348         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5349
5350 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * pop3.el (pop3-open-server): Set process buffer unibyte.
5353
5354 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5357
5358 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5361         too.
5362
5363 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5364
5365         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5366         duplication.
5367         (gnus-summary-save-parts-type-history): Ditto.
5368         (gnus-summary-save-parts-last-directory): Ditto.
5369         Trivial change from andre@slamdunknetworks.com
5370
5371 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5372
5373         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5374
5375 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5376
5377         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5378         -->" as the end of the first article.
5379
5380         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5381         From Matthieu Moy <Matthieu.Moy@imag.fr>
5382
5383         * message.el (message-add-action): Use add-to-list.
5384         (message-delete-action): New function.
5385
5386         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5387         pieces.
5388
5389 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5390
5391         * nnnil.el: New file.
5392         * gnus.el (gnus-valid-select-methods): Include nnnil.
5393
5394 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5395
5396         * message.el (message-syntax-checks): Because canlock is
5397         supported, we disable sender syntax check.
5398         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5399
5400         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5401         value of message-syntax-checks.
5402
5403         * qp.el (quoted-printable-decode-region): Doc addition.
5404         From: Eli Zaretskii <eliz@is.elta.co.il>
5405
5406         * mail-source.el (make-source-make-complex-temp-name): Use
5407         make-temp-file.
5408
5409         * mm-util.el (mm-make-temp-file): New function.
5410         * nneething.el (nneething-file-name): Use it.
5411         * mml-smime.el (mml-smime-encrypt): Ditto.
5412         * mm-view.el (mm-inline-wash-with-file): Ditto.
5413         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5414         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5415         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5416         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5417         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5418         * gnus-art.el (gnus-mime-print-part): Ditto.
5419
5420 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5421
5422         * message.el (nnmaildir-article-number-to-base-name): New
5423         function.
5424         (nnmaildir-base-name-to-article-number): New function.
5425
5426 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * smime.el (smime-make-temp-file): Don't quote
5429         `temporary-file-directory'.
5430
5431 2002-03-04  Simon Josefsson  <jas@extundo.com>
5432
5433         * smime.el (smime-sign-region): Rename argument keyfiles to
5434         keyfile. You only sign something with one key.
5435         (smime-sign-buffer): Better completing-read prompt.
5436         (smime-decrypt-buffer): Ditto.
5437
5438         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5439
5440         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5441         completing-read.
5442         (mm-view-pkcs7-decrypt): CRLF->LF.
5443
5444 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5445
5446         * message.el (message-hierarchical-addresses): New variable.
5447         (message-get-reply-headers): Use it.
5448         From Ted Zlatanov <teodor.zlatanov@divine.com>
5449
5450 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5451
5452         * message.el (message-mode): If buffer-file-name, don't set auto
5453         save file name.
5454         Trivial change from Geoff Greene <ggreene@wpi.edu>
5455
5456 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5457
5458         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5459         takes one argument in read-char.
5460
5461         * message.el (message-fix-before-sending): Forward a char.
5462         Check mmu-multibyte-p, add control-1.
5463
5464 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5465
5466         * gnus-start.el (gnus-read-init-file): Ditto.
5467
5468         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5469
5470         * dgnushack.el (dgnushack-make-load): Ditto.
5471
5472         * mail-source.el (mail-source-fetch): Extract the right error
5473         code.
5474
5475         * message.el (message-fix-before-sending): Check illegible text.
5476
5477         * gnus-util.el (gnus-multiple-choice): New function.
5478
5479         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5480         also defined in gnus-score.el.
5481
5482 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5483
5484         * message.el (message-get-reply-headers): downcase email addresses
5485         for comaparisons for duplicate removal.
5486
5487 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5488
5489         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5490         implementation of PKCS#7, which just allows users read the
5491         message.
5492         (mm-view-pkcs7): Use it.
5493
5494 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5495
5496         * gnus.el (large-newsgroup-initial): New parameter.
5497
5498         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5499         (gnus-summary-insert-old-articles): Ditto.
5500
5501 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5502
5503         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5504         used as the default answer of the question, "How many articles?".
5505         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5506
5507         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5508         small numbers.
5509
5510 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5511
5512         * deuglify.el: Fix comments.
5513
5514 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5515
5516         * html2text.el (html2text-clean-anchor): If there is no HREF,
5517         insert nothing.
5518
5519         * mml.el (mml-generate-mime-1): Add cdr.
5520         From: andre@slamdunknetworks.com
5521
5522         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5523         (mm-text-html-washer-alist): Ditto.
5524
5525         * mm-decode.el (mm-text-html-renderer): Add html2text.
5526
5527         * html2text.el: Face lift.
5528
5529         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5530
5531 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5532
5533         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5534
5535         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5536
5537         * deuglify.el: New file. The original file name is
5538         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5539
5540         * mm-decode.el (mm-display-external): Use
5541         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5542
5543 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5544
5545         * nnmaildir.el (nnmaildir-request-list): Report the highest
5546         article number, not the total number of articles.
5547
5548 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5549
5550         * gnus-sum.el: Move uu key map here.
5551         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5552
5553 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5554
5555         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5556         nnmail-expiry-wait* if expire-age parameter is not set.
5557
5558 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5559
5560         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5561         function.
5562         (gnus-group-sort-selected-groups-by-real-name): New function.
5563         (gnus-group-make-menu-bar): Add sort by real name.
5564
5565         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5566         rebuild.
5567         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5568         nil as dependencies as well.
5569
5570 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5571
5572         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5573         for mime-parts.
5574
5575         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5576
5577         * gnus-group.el (gnus-group-name-decode): Don't test
5578         multibyte-string, because it breaks XEmacs.
5579         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5580
5581         * message.el (message-send-mail): Be talkative.
5582
5583         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5584         (mm-automatic-display): Ditto.
5585
5586         * mailcap.el (mailcap-mime-data): Ditto.
5587         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5588
5589 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * many files: Remove trailing whitespaces, replace spc+tab with
5592         tab, replace leading whitespaces with tabs.
5593
5594 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5595
5596         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5597         articles with no body and no blank line after the header.
5598
5599 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5600
5601         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5602         parts.
5603
5604         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5605         non-ascii chars.
5606
5607         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5608
5609         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5610         w3-delay-image-loads.
5611         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5612         (mm-w3-prepare-buffer): Ditto.
5613
5614         * mail-source.el (mail-source-fetch-directory): Run scripts.
5615
5616 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5619         for Majordomo confirmations.
5620
5621 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5624
5625 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5628
5629 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5630
5631         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5632         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5633
5634 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5635
5636         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5637         (mm-inline-render-with-stdin): Ditto.
5638         (mm-inline-render-with-function): Ditto.
5639         (mm-inline-wash-with-file): Bind coding-system-for-write.
5640         (mm-inline-wash-with-stdin): Ditto.
5641
5642 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5643
5644         Suggested by Felix Natter <fnatter@gmx.net>
5645
5646         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5647         gnus-mime-externalize-view.
5648         (gnus-mime-view-part-internally): Rename from
5649         gnus-mime-internalize-view.
5650         (gnus-article-view-part-externally): Rename from
5651         gnus-article-externalize-part.
5652         (gnus-mime-action-alist): Change correspondingly.
5653         (gnus-mime-button-commands): Ditto.
5654         (gnus-mime-action-alist): Remove duplication.
5655
5656         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5657
5658 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5659
5660         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5661
5662         * gnus-art.el (gnus-display-mime): Use it.
5663
5664         * mm-partial.el (mm-partial-find-parts): Use it.
5665
5666         * gnus-sum.el (gnus-article-loose-mime): Rename from
5667         gnus-article-no-strict-mime.
5668         (gnus-summary-save-parts): Use it.
5669
5670 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5673         local variable.
5674
5675         * gnus-art.el (article-display-x-face): Don't sort multiple
5676         X-Faces.
5677
5678 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5681         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5682
5683         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5684
5685 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5686
5687         Some ideas is inspired by code from Hrvoje Niksic
5688         <hniksic@arsdigita.com>
5689
5690         * gnus-art.el (gnus-article-wash-function): Set the default to
5691         nil, so that we use mm-text-html-renderer instead.
5692         (article-wash-html): Use mm-text-html-renderer.
5693
5694         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5695         (mm-text-html-renderer): New variable.
5696         (mm-inline-text-html-renderer): Set the default to nil, so that we
5697         use mm-text-html-renderer instead.
5698
5699         * mm-view.el (mm-inline-text-html): New function.
5700         (mm-text-html-renderer-alist): New variable.
5701         (mm-inline-text-vcard): New function.
5702         (mm-inline-text): Split.
5703         (mm-links-remove-leading-blank): New function.
5704         (mm-inline-render-with-file): New function.
5705         (mm-inline-render-with-stdin): New function.
5706         (mm-inline-render-with-function): New function.
5707         (mm-text-html-washer-alist): New variable.
5708         (mm-inline-wash-with-file): New function.
5709         (mm-inline-wash-with-stdin): New function.
5710
5711 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5712
5713         * message-utils.el: Fix installation doc.
5714         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5715
5716 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5717
5718         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5719         (gnus-post-method): Use it.
5720         (gnus-summary-cancel-article): Find the correct post-method.
5721
5722         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5723         * message.el (message-send-news): Ditto.
5724         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5725         <ipmonger@delamancha.org>
5726
5727         * gnus.el (gnus-select-method): Fix doc.
5728         (gnus-server-string): Use 'using nntp'.
5729
5730         * gnus-agent.el (gnus-slave-unplugged): New command.
5731         From: Felix Natter <fnatter@gmx.net>
5732
5733 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5734
5735         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5736         Call edit-done-function first, then change the window
5737         configuration.
5738         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5739         (gnus-article-edit-mode): mml-mode.
5740
5741         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5742         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5743
5744         * message-utils.el: Adopt the file.
5745
5746         * message-utils.el: New file.
5747         From Holger Schauer <Holger.Schauer@gmx.de>
5748
5749 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5750
5751         * gnus-sum.el (gnus-summary-move-article): Select-article only
5752         when gnus-move-split-methods is non-nil. And we don't render or
5753         mark the article.
5754
5755         * gnus-fun.el (gnus-shell-command-to-string): New function.
5756         (gnus-shell-command-on-region): New function.
5757         (gnus-random-x-face): Use them.
5758         (gnus-x-face-from-file): Ditto.
5759         (gnus-convert-image-to-gray-x-face): Ditto.
5760         (gnus-convert-gray-x-face-to-xpm): Ditto.
5761         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5762
5763 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-art.el (gnus-treat-display-xface): Don't use
5766         `shell-command-to-string' when compiling.
5767         (gnus-treat-display-grey-xface): Ditto.
5768
5769 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5770
5771         * nnmaildir.el (nnmaildir--article-count): If the group is
5772         completely empty, report minimum article number as 1 instead of 0.
5773
5774 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * gnus-agent.el (gnus-get-predicate): Use nconc.
5777
5778         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5779         gnus-summary-display-cache as cache.
5780
5781         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5782         (nndoc-mail-in-mail-type-p): New function.
5783         (nndoc-mail-in-mail-article-begin): New function.
5784
5785 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5786
5787         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5788
5789         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5790         use-hard-newlines to nil.
5791
5792         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5793         image is not available if window-system is not available.
5794
5795         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5796
5797 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5798
5799         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5800         bookmark, because update-mark doesn't handle it correctly.
5801
5802 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5803
5804         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5805         directly instead of calling message-send-mail.
5806
5807         * gnus-start.el (gnus-read-descriptions-file): Use
5808         gnus-default-charset.
5809
5810         * mm-util.el (mm-guess-mime-charset): New function.
5811
5812         * gnus.el (gnus-default-charset): Use it.
5813         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5814         the default.
5815
5816 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5817
5818         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5819         (article-display-x-face): Use it.  Disable grey xface, if
5820         uncompface is not found.
5821
5822         * message.el (message-mode): Don't enable multibyte on an indirect
5823         buffer.
5824
5825         * nnrss.el (nnrss-content-function): New variable.
5826         (nnrss-request-article): Use it.
5827
5828 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5829
5830         * gnus.el: Add article-unsplit-urls.
5831         * gnus-sum.el: Ditto.
5832         * gnus-art.el (gnus-treat-strip-cr): New variable.
5833         (gnus-treatment-function-alist): Use it.
5834         (article-unsplit-urls): New function.
5835         (gnus-article-make-menu-bar): Use it.
5836         From: Michael Cook <michael.cook@cisco.com>
5837
5838 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5839
5840         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5841         copy.
5842
5843 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5844
5845         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5846         with internal whitespace.
5847         (gnus-parent-id): Ditto.
5848
5849 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5850
5851         * gnus-art.el (gnus-article-treat-body-boundary): Add
5852         gnus-decoration property.
5853         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5854
5855         * message.el (message-mode): Set local-abbrev-table.
5856         From Matt Armstrong <matt@lickey.com>.
5857
5858         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5859         too many spaces.
5860
5861         * rfc2047.el (rfc2047-unfold-region): Ditto.
5862         (rfc2047-decode-region): Don't unfold. Let
5863         gnus-article-treat-unfold-headers do it.
5864
5865         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5866         From: Jesper Harder <harder@ifa.au.dk>
5867
5868 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5871         (gnus-configure-posting-styles): Use it.
5872         (gnus-configure-posting-styles): Remove trailing newspaces.
5873
5874 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5875
5876         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5877         is non-nil.
5878
5879         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5880
5881         * gnus.el (gnus-server-to-method): Switch position with
5882         gnus-server-get-method.
5883         (gnus-agent): Add doc.
5884
5885         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5886         (gnus-summary-save-parts): Use it.
5887
5888         * gnus-art.el (gnus-display-mime): Use it.
5889         * mm-partial.el (mm-partial-find-parts): Use it.
5890
5891         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5892
5893         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5894         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5895
5896         * nnagent.el (nnagent-request-expire-articles): Don't delete
5897         files.
5898
5899 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5900
5901         * message.el (message-gen-unsubscribed-mft): New function.
5902         From Sriram Karra <karra@cs.utah.edu>.
5903
5904         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5905         open parenthesis.
5906
5907         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5908         (mm-inline-text-html-render-with-w3): Ditto.
5909         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5910         Suggested by Dave Love  <d.love@dl.ac.uk>.
5911
5912         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5913
5914         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5915         * nntp.el (nntp-send-command): Ditto.
5916         * nntp.el (nntp-send-command-nodelete): Ditto.
5917
5918 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5919
5920         * mm-url.el (mm-url-load-url): New function.
5921         (mm-url-insert-file-contents): Use it.
5922
5923         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5924
5925         * message.el (message-forward-make-body): Correctly copy
5926         forward-buffer.
5927
5928         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5929
5930 2002-02-04  Simon Josefsson  <jas@extundo.com>
5931
5932         * gnus-art.el (gnus-article-followup-with-original): Mark with
5933         force, prevent errors when following up from article buffer.
5934         (gnus-article-reply-with-original): Ditto.
5935
5936         * binhex.el (binhex-decoder-switches): Fix doc.  From
5937         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5938
5939 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5940
5941         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5942         highlight-citation after emphasize.
5943
5944 2002-02-04  Simon Josefsson  <jas@extundo.com>
5945
5946         * nnfolder.el (nnfolder-open-marks):
5947
5948         * nnml.el (nnml-open-marks): Message when done.  From David
5949         Edmondson <dme@sun.com>.
5950
5951 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5952
5953         * imap.el (imap-anonymous-auth): Fix typo.
5954         From: Steinar Bang <sb@dod.no>
5955
5956         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5957         save-excursion.
5958         (gnus-cache-braid-heads): Ditto.
5959
5960         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5961         line, because there are extra articles in the overview buffer.
5962
5963         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5964
5965         * message.el (message-forward-rmail-make-body): Directly use
5966         rmail-msg-restore-non-pruned-header to avoid calling
5967         vertical-motion.
5968
5969 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5970
5971         * gnus-cache.el (gnus-summary-insert-cached-articles):
5972         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5973
5974         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5975         gnus-newsgroups-unselected.
5976
5977         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5978         gnus-add-to-sorted-list.
5979
5980         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5981         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5982         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5983         (gnus-update-read-articles): UNREAD is sorted.
5984         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5985         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5986         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5987         (gnus-newsgroup-dormant): Require sorted.
5988
5989         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5990         directories.
5991         (gnus-dired-print): New function.
5992
5993         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5994         ps-despool.
5995
5996 2002-02-02  Simon Josefsson  <jas@extundo.com>
5997
5998         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5999
6000 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6001
6002         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6003         t. This makes gnus-agent customizable without putting
6004         gnus-agentize into .gnus.
6005
6006         * gnus.el (gnus-agent): Make it customizable.
6007
6008         * gnus-dired.el: New file.
6009         From Benjamin Rutt <brutt@bloomington.in.us>
6010
6011         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6012         if no article.
6013         (gnus-cache-possibly-remove-article): Ditto.
6014         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6015
6016 2002-02-01  Simon Josefsson  <jas@extundo.com>
6017
6018         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6019
6020 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6023         (mm-setup-w3m): Don't bind keys listed in the above.
6024
6025 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6028         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6029         is non-nil; bind `w3m-force-redisplay' with nil.
6030
6031         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6032
6033         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6034
6035 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6036
6037         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6038         use mail-header-unfold-field.
6039
6040         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6041         gnus-summary-limit.
6042
6043         * gnus-range.el (gnus-add-to-sorted-list): New function.
6044         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6045         (gnus-mark-article-as-unread): Ditto.
6046         (gnus-summary-mark-article-as-unread): Ditto.
6047         (gnus-build-get-header): Ditto.
6048         (gnus-summary-prepare-threads): Ditto.
6049         (gnus-summary-insert-pseudos): Ditto.
6050         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6051         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6052         (gnus-summary-insert-old-articles): Ditto.
6053
6054         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6055         (gnus-configure-posting-styles): Support the new format.
6056
6057         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6058         edebug-form-spec to (sexp body).
6059         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6060
6061         * message.el (message-reply-headers): Add doc.
6062
6063 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6064
6065         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6066         gnus-cache-active-hashtb.
6067
6068         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6069         (gnus-agent-summary-fetch-group): Use it.
6070
6071         * gnus-msg.el (gnus-debug-files): New variable.
6072         (gnus-debug-exclude-variables): New variable.
6073         (gnus-debug): Use them.
6074
6075         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6076
6077 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6078
6079         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6080         (message-mode-syntax-table): Move back the previous position.
6081
6082         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6083
6084         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6085         gnus-sorted-difference.
6086
6087         * nnsoup.el (nnsoup-request-expire-articles): Use
6088         gnus-sorted-difference.
6089
6090         * nnheader.el: Autoload gnus-sorted-difference.
6091
6092         * nnfolder.el (nnfolder-request-expire-articles): Use
6093         gnus-sorted-difference.
6094
6095         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6096         gnus-sorted-difference.
6097
6098         * gnus-range.el: Autoload cookies.
6099         (gnus-sorted-difference): New function.
6100         (gnus-sorted-ndifference): New function.
6101         (gnus-sorted-nintersection): Rename from
6102         gnus-set-sorted-intersection.
6103         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6104         (gnus-list-range-difference): Rename from
6105         gnus-inverse-list-range-intersection.
6106         (gnus-inverse-list-range-intersection): Use defalias.
6107
6108         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6109         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6110         (gnus-articles-to-read): Use gnus-sorted-difference.
6111         (gnus-summary-limit-mark-excluded-as-read): Use
6112         gnus-sorted-intersection and gnus-sorted-ndifference.
6113         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6114         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6115
6116         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6117
6118 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6121         property to the buffer for using emacs-w3m command keys.
6122
6123         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6124         option.
6125
6126         * mm-view.el (mm-w3m-mode-map): New variable.
6127         (mm-w3m-mode-command-alist): New variable.
6128         (mm-w3m-minor-mode): Removed.
6129         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6130         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6131         buffer for using emacs-w3m command keys.
6132
6133 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6134
6135         * message.el (message-mode-syntax-table): Move forward.
6136         (message-cite-prefix-regexp): Auto detect non word constituents.
6137         (message-cite-prefix-regexp): Don't use with-syntax-table.
6138
6139         * gnus-sum.el (gnus-summary-update-info): Use
6140         gnus-list-range-intersection.
6141
6142         * gnus-agent.el (gnus-agent-fetch-headers): Use
6143         gnus-list-range-intersection.
6144
6145         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6146         (gnus-list-range-intersection): Use it.
6147         (gnus-inverse-list-range-intersection): Ditto.
6148         (gnus-sorted-intersection): Add doc.
6149         (gnus-set-sorted-intersection): Add doc.
6150         (gnus-sorted-union): New function.
6151         (gnus-set-sorted-union): New function.
6152
6153         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6154         (gnus-inverse-list-range-intersection): Ditto.
6155
6156 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6157
6158         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6159
6160         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6161         and permit `:' and `\' in order to handle full Windows pathnames.
6162         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6163         technically not correct per standard, but seems to have common use.
6164
6165 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6166
6167         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6168         replacing numbers.
6169
6170 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6171
6172         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6173
6174         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6175         Don't split when the window is small, e.g. when a small *BBDB*
6176         window is the lowest one.
6177
6178         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6179         nnheader-find-nov-line to speed up. Use nreverse, because it is
6180         sorted. Use nnheader-insert-nov-file.
6181
6182 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6185
6186         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6187         of `w3m-display-inline-images' with the value of
6188         `mm-inline-text-html-with-images'.
6189         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6190
6191         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6192
6193 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6194
6195         * time-date.el: Add autoload cookies.  Many doc fixes.
6196         (time-add): New function.
6197         (time-subtract): Renamed from subtract-time.
6198         (subtract-time): New alias for time-subtract.
6199
6200 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6203         emacs-w3m in doc-string.
6204
6205         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6206         `w3m-current-buffer'.
6207
6208 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6209
6210         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6211
6212         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6213         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6214         (mm-w3m-cid-retrieve): New function.
6215         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6216
6217 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6218
6219         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6220
6221 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6224
6225 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6228         32K.
6229
6230         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6231
6232         * nnmail.el (nnmail-article-group): Decode headers before running
6233         split rules over them.
6234         (nnmail-mail-splitting-charset): New variable.
6235
6236         * smiley.el: Replaced with smiley-ems.el.
6237
6238 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6239
6240         * mm-url.el (mm-url-predefined-programs): Add w3m.
6241         (mm-url-program): Ditto.
6242
6243 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * nnml.el (nnml-use-compressed-files): New variable.
6246         (nnml-filenames-are-evil): Removed.
6247         (nnml-current-group-article-to-file-alist): Don't use.
6248         (nnml-update-file-alist): Inhibit.
6249         (nnml-article-to-file): Use new var.
6250
6251 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6252
6253         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6254
6255         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6256
6257 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6260         function.
6261
6262         * gnus-util.el (gnus-cache-file-contents): New function.
6263
6264         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6265         (gnus-agent-load-alist): Use it.
6266
6267         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6268
6269         * nnheader.el (nnheader-insert-nov-file): New function.
6270
6271         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6272
6273         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6274         there are no references.
6275         (gnus-extract-message-id-from-in-reply-to): New function.
6276         (gnus-nov-parse-line): Use in-reply-to if there are no
6277         references.
6278
6279 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6282
6283         * gnus-util.el (gnus-parse-without-error): New macro.
6284
6285 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6286
6287         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6288         (gnus-article-wash-function): use locate-library to decide which
6289         to use.
6290
6291 2002-01-25  Simon Josefsson  <jas@extundo.com>
6292
6293         * pop3.el (pop3-munge-message-separator): Work if no date.
6294         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6295
6296 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * gnus-agent.el (gnus-agent-save-alist): Fix.
6299
6300         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6301         mistake.  Reinstated lost code.
6302
6303 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6304
6305         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6306         one exists in the case of an encrypted message with an internal
6307         signature.
6308
6309 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6312
6313 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * dgnushack.el: Commented out the experimental code.
6316
6317 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318
6319         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6320         error.
6321
6322         * gnus.el (gnus-server-to-method): Made into subst.
6323         (gnus-server-method-cache): New variable.
6324         (gnus-server-to-method): Use it.
6325         (gnus-group-method-cache): New variable.
6326         (gnus-find-method-for-group-1): Renamed.
6327         (gnus-find-method-for-group): New function.
6328         (gnus-group-method-cache): Removed.
6329
6330         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6331         function.
6332
6333         * gnus-range.el (gnus-members-of-range): New function.
6334         (gnus-list-range-intersection): Renamed.
6335         (gnus-inverse-list-range-intersection): New function.
6336
6337         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6338
6339         * nnagent.el (nnagent-retrieve-headers): New implementation.
6340
6341         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6342         implementation.
6343
6344 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6347         `w3m-meta-content-type-charset-regexp'.
6348
6349         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6350         charset-encoded html contents.
6351
6352 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6353
6354         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6355         an empty file.
6356
6357         * nnweb.el (url): Ignore errors when request url.
6358
6359         * nnrss.el: Clean up the comments.
6360
6361 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6364
6365         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6366         (mm-inline-media-tests): Test whether the value of
6367         `mm-inline-text-html-renderer' is a function for text/html.
6368
6369         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6370         separated from `mm-inline-text'.
6371         (mm-w3m-minor-mode): New variable.
6372         (mm-w3m-setup): New variable.
6373         (mm-setup-w3m): New function.
6374         (mm-inline-text-html-render-with-w3m): New function.
6375         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6376         text/html.
6377
6378 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6379
6380         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6381
6382 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6385         and `gnus-xmas-completing-read'.
6386
6387 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6388
6389         * nneething.el (nneething-message-id-number): Abolished.
6390         (nneething-encode-file-name): Not encode numerical characters.
6391         (nneething-make-head): `nneething-message-id-number' is not
6392         used to generate message IDs.
6393
6394 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6395
6396         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6397         characters.
6398
6399 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6402         (gnus-xmas-redefine): Redefine conditionally.
6403
6404 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6405
6406         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6407         tag.
6408
6409 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6410
6411         * message.el (message-font-lock-keywords): Added the secure tag.
6412         * mml-sec.el: Added functions to generate/modify/remove the secure
6413         tag while in message mode.
6414         * mml-sec.el (mml-secure-message): New.
6415         * mml-sec.el (mml-unsecure-message): New.
6416         * mml-sec.el (mml-secure-message-sign-smime): New.
6417         * mml-sec.el (mml-secure-message-sign-pgp): New.
6418         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6419         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6420         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6421         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6422         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6423         convert it to either a part or multipart depending on if there are
6424         other parts in the message.
6425         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6426         to use the secure tag, rather than the part tag.
6427         * mml.el (mml-preview): Added a save-excursion to keep cursor
6428         position after doing an MML preview.
6429
6430 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * nnheader.el (nnheader-parse-overview-file): New function.
6433         (nnheader-write-overview-file): New function.
6434
6435 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6436
6437         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6438         in wanted.
6439
6440         * nnweb.el (nnweb-type-definition): Clean up.
6441
6442 2002-01-21  Alastair Burt  <burt@dfki.de>
6443         Trivial patch.
6444
6445         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6446         buffer exists before jumping to it.
6447
6448 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6451         function.
6452         (article-wash-html): Use it.
6453         (gnus-article-wash-function): New variable.
6454         (gnus-article-wash-html-with-w3m): New function.
6455
6456 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6457
6458         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6459         XEmacs.
6460
6461 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6462
6463         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6464         command line.
6465
6466 2002-01-21  Simon Josefsson  <jas@extundo.com>
6467
6468         * canlock.el (base64-encode-string): Autoload it from base64.
6469         (canlock-make-cancel-key): Base64 encode unibyte string.
6470
6471 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * nnfolder.el (nnfolder-request-accept-article): Unfold
6474         x-from-line.
6475         (nnfolder-request-replace-article): Ditto.
6476
6477 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6478
6479         * gnus-group.el (gnus-group-best-unread-group): Use the right
6480         positioning function.
6481
6482 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * smiley-ems.el (smiley-region): Use new function.
6485         (smiley-update-cache): Use general image functions.
6486         (smiley-region): Use general functions.
6487
6488         * gnus-util.el (gnus-graphic-display-p): New function.
6489
6490         * nnmail.el (nnmail-article-group): Allow outputting traces of
6491         non-strings.
6492
6493         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6494         (nndoc-exim-bounce-type-p): New function.
6495
6496         * message.el (message-dont-send): Doc fix.
6497
6498         * gnus-util.el (gnus-completing-read): Remove
6499         inherit-input-method.
6500
6501         * gnus-art.el (gnus-treat-smiley): Doc fix.
6502
6503         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6504         articles.
6505
6506 2002-01-19  Simon Josefsson  <jas@extundo.com>
6507
6508         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6509         (imap-kerberos4-open): Ditto.
6510         (imap-open): Set port correctly, don't set auth.
6511
6512 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * gnus.el (gnus-version-number): Bump version number.
6515
6516 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6517
6518         * gnus.el: Oort Gnus v0.05 is released.
6519
6520 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6523         exists.
6524
6525         * gnus-spec.el (gnus-string-width-function): New function.
6526         (gnus-tilde-cut-form): Use it.
6527         (gnus-tilde-max-form): Ditto.
6528         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6529         (gnus-substring-function): Use it.
6530         (gnus-tilde-cut-form): Ditto.
6531         (gnus-substring-function): New function.
6532
6533         * message.el (message-check-news-header-syntax): New message.
6534
6535         * gnus.el (gnus-slave-no-server): Doc fix.
6536
6537         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6538
6539 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6542         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6543         (seen (NUM1 . NUM2)).
6544
6545 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6548         number in closed topics.
6549
6550 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6551
6552         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6553         functions.
6554
6555 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus.el (gnus-group-find-parameter): Clean up.
6558
6559         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6560         articles.
6561
6562         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6563
6564         * nnmail.el (nnmail-article-group): Clean up.
6565
6566 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6567
6568         * gnus-agent.el (gnus-category-name): Intern the category name.
6569
6570 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6573
6574         * gnus-util.el (gnus-completing-read): New function.
6575
6576 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6577
6578         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6579
6580         * smiley-ems.el (smiley-region): Register smiley.
6581         (smiley-toggle-buffer): Rewrite the function.
6582         (smiley-active): Removed.
6583
6584 2002-01-19  Simon Josefsson  <jas@extundo.com>
6585
6586         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6587         Jesper Harder <harder@ifa.au.dk>.
6588
6589 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6590
6591         * gnus-art.el (gnus-request-article-this-buffer): Call
6592         `nneething-get-file-name' to extract the file name from the
6593         message id.
6594
6595         * nneething.el (nneething-encode-file-name): New function.
6596         (nneething-decode-file-name): Ditto.
6597         (nneething-get-file-name): Ditto.
6598         (nneething-make-head): Encode the file name and encapsulate it
6599         into the field of the message id.
6600
6601 2002-01-18  Simon Josefsson  <jas@extundo.com>
6602
6603         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6604         stored in .marks.
6605
6606         * nnfolder.el (nnfolder-request-update-info): Ditto.
6607
6608 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6609
6610         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6611
6612 2002-01-18  Simon Josefsson  <jas@extundo.com>
6613
6614         * imap.el (imap-starttls-p): Don't check for binary.
6615         (imap-gssapi-auth-p): Ditto.
6616         (imap-kerberos4-auth-p): Ditto.
6617         (imap-open): Change logic.  Iterate through all possible streams,
6618         instead of bailing out after first failure.  Move authenticator
6619         decision to `imap-authenticate'.
6620         (imap-authenticate): Change logic, now finds the authenticator to
6621         use, was previously in `imap-open'.
6622         (imap-open): Return nil on failure.
6623         (imap-open): Setup temp buffer correctly.
6624         (imap-open): Return buffer only on success.
6625         (imap-interactive-login, imap-interactive-login): Tell the user
6626         which stream/authenticator is used for the queried
6627         username/password.
6628         (imap-open, imap-authenticate): Set variables.
6629         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6630         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6631
6632 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6633
6634         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6635
6636 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6639
6640 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6641
6642         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6643         (gnus-agent-group-mode-map): Bind it to "Jo".
6644         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6645
6646 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6647
6648         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6649         (gnus-summary-mail-toolbar): Add mail article deletion button.
6650
6651         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6652         false positives for lines of "^^^^".
6653
6654         * gnus-picon.el (gnus-picon-find-face): faces database is all
6655         lowercase.
6656
6657 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6658
6659         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6660         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6661         duplications.
6662         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6663
6664 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * gnus-sum.el (gnus-summary-initial-limit): Inline
6667         gnus-summary-limit-children.
6668         (gnus-summary-initial-limit): Don't limit if
6669         gnus-newsgroup-display is nil.
6670         (gnus-summary-initial-limit): No, don't.
6671
6672         * gnus-util.el
6673         (gnus-put-text-property-excluding-characters-with-faces): Inline
6674         gnus-put-text-property.
6675
6676         * gnus-spec.el (gnus-default-format-specs): New variable.
6677
6678         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6679         gnus-format-specs.
6680         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6681
6682         * gnus-spec.el (gnus-update-format-specifications): Really check
6683         the Gnus version of the .newsrc.eld file.
6684         (gnus-format-specs): Save the new default summary format.
6685
6686         * gnus-util.el (gnus-parent-id): Check whether references is empty
6687         before splitting.
6688
6689         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6690         functions.
6691         (gnus-gather-threads-by-references): Inline
6692         `gnus-split-references'.
6693
6694         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6695         default value of gnus-summary-line-format-spec.
6696
6697 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6700         message.
6701         (nnslashdot-request-list): Ditto.
6702         (nnslashdot-sid-strip): Removed.
6703
6704 2002-01-15  Simon Josefsson  <jas@extundo.com>
6705
6706         * nnimap.el (nnimap-close-asynchronous): Enable.
6707         (nnimap-close-group): Expunge.
6708
6709 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * gnus-util.el (gnus-user-date-format-alist): Typo.
6712         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6713
6714 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6715
6716         * nneething.el (nneething-request-article): Set
6717         `nnmail-file-coding-system' to `binary' locally, in order to read
6718         files without any conversion.
6719
6720 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6723         nnheader-file-coding-system and nnmail-active-file-coding-system.
6724         (gnus-agent-regenerate-group): Ditto.
6725         (gnus-agent-regenerate): Ditto.
6726         (gnus-agent-write-active): Ditto.
6727         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6728
6729 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6732         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6733
6734 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6735
6736         * gnus.el: We don't need gnus-article-show-all-headers.
6737
6738         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6739         Ditto.
6740
6741         * gnus-sum.el (gnus-summary-select-article): Don't call
6742         show-all-headers, because hidden headers are not hidden text any
6743         more.
6744
6745 2002-01-13  Simon Josefsson  <jas@extundo.com>
6746
6747         * message.el (message-newline-and-reformat): Use `newline' instead
6748         of inserting \n, so that the newline is marked as hard.
6749
6750         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6751         From Jesper Harder <harder@ifa.au.dk>.
6752
6753 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6754
6755         * imap.el (imap-close): Keep going if quit.
6756
6757         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6758         nntp-server-buffer.
6759
6760 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6763         avoid unbinding shadowed variables.
6764
6765         * gnus-art.el (gnus-picon-databases): Moved here.
6766         (gnus-picons-installed-p): Moved here.
6767         (gnus-article-reply-with-original): Use `mark'.
6768
6769         * gnus.el (gnus-picon): Moved here and renamed.
6770
6771         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6772         installed.
6773         (gnus-treat-mail-picon): Ditto.
6774         (gnus-treat-newsgroups-picon): Ditto.
6775
6776         * gnus-picon.el (gnus-picons-installed-p): New function.
6777
6778 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6779
6780         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6781
6782 2002-01-12  Simon Josefsson  <jas@extundo.com>
6783
6784         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6785         (nnimap-before-find-minmax-bugworkaround): Use it.
6786         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6787         (nnimap-dont-close): New variable.
6788         (nnimap-close-group): Use it.
6789
6790 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * gnus-art.el (gnus-article-reply-with-original): Use
6793         `mark-active'.
6794
6795         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6796
6797         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6798         (gnus-score-advanced): Clean up.
6799         (gnus-score-advanced): Accept a multiple of the score.
6800
6801 2002-01-12  Simon Josefsson  <jas@extundo.com>
6802
6803         * flow-fill.el (fill-flowed-display-column)
6804         (fill-flowed-encode-columnq): New variables.  Suggested by
6805         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6806         (fill-flowed-encode, fill-flowed): Use them.
6807
6808         * message.el (message-send-news, message-send-mail): Use
6809         m-b-s-n-p-e-h-n.
6810
6811         * mml.el (autoload): Autoload fill-flowed-encode.
6812         (mml-buffer-substring-no-properties-except-hard-newlines): New
6813         function.
6814         (mml-read-part): Use it.
6815         (mml-generate-mime-1): Encode format=flowed if appropriate.
6816         (mml-insert-mime-headers): Insert format=flowed.
6817
6818         * flow-fill.el (fill-flowed-encode): New function.
6819         (fill-flowed): Bind fill-column to window width.
6820
6821 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6824         it exists.
6825         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6826         (gnus-summary-buffer-name): Don't return the dead name after all.
6827         (gnus-summary-setup-buffer): Kill the dead buffer.
6828
6829         * gnus-art.el (gnus-article-followup-with-original): Store the
6830         value of the mark before deactivating it.
6831
6832 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6833
6834         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6835         From: Karl Kleinpaste <karl@charcoal.com>
6836
6837         * gnus-art.el (article-display-x-face): Ditto.
6838         (gnus-article-reply-with-original): Use gnus-region-active-p.
6839         (gnus-article-followup-with-original): Ditto.
6840
6841         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6842         downloadable article either.
6843
6844 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6845
6846         * gnus-art.el (article-display-x-face): Insert From:.
6847
6848         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6849         article. Bind gnus-display-mime-function and
6850         gnus-article-prepare-hook.
6851
6852         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6853         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6854         gnus-agent-possibly-synchronize-flags to the last.
6855         (gnus-agent-go-online): New function. New variable.
6856
6857 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6858
6859         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6860         (gnus-agent-regenerate): Ditto.
6861
6862 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6863
6864         * message.el (message-ignored-news-headers)
6865         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6866         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6867
6868         * gnus.el (gnus-gethash-safe): New macro.
6869
6870         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6871         (gnus-agent-regenerate): Show messages.
6872
6873 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6874
6875         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6876         (gnus-agent-regenerate): New function.
6877         (gnus-agent-save-alist): Sort.
6878         (gnus-agent-copy-nov-line): Test eobp.
6879         (gnus-agent-retrieve-headers): Erase buffer.
6880
6881 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6882
6883         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6884         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6885
6886         * gnus.el (gnus-agent-covered-methods): Move here.
6887         (gnus-online): New function.
6888         (gnus-agent-method-p): Move here.
6889
6890         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6891         nil. Remove articles-alist.
6892
6893         * gnus-start.el (gnus-get-unread-articles): Check online.
6894         (gnus-groups-to-gnus-format): Ditto.
6895         (gnus-active-to-gnus-format): Ditto.
6896
6897         * gnus-agent.el (gnus-agent-get-function): Use it.
6898         (gnus-agent-get-undownloaded-list): Ditto.
6899         (gnus-agent-fetch-session): Only fetch online methods.
6900
6901         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6902         (gnus-server-mode-map): Ditto.
6903         (gnus-server-offline-face): New face.
6904         (gnus-server-offline-face): New variable.
6905         (gnus-server-font-lock-keywords): Add offline.
6906         (gnus-server-insert-server-line): Ditto.
6907         (gnus-server-offline-server): New function.
6908
6909         * gnus-int.el (gnus-open-server): Turn to offline.
6910         (gnus-server-unopen-status): New variable.
6911
6912 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6913
6914         * nnkiboze.el (nnkiboze-request-article): Use
6915         gnus-agent-request-article.
6916
6917         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6918         function. Insert undownloaded NOV.
6919
6920         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6921         (gnus-agent-request-article): New function.
6922
6923         * gnus.el (gnus-agent-cache): New variable.
6924
6925         * gnus-int.el (gnus-retrieve-headers): Use
6926         gnus-agent-retrieve-headers.
6927         (gnus-request-head): Use gnus-agent-request-article.
6928         (gnus-request-body): Ditto.
6929
6930         * gnus-art.el (gnus-request-article-this-buffer): Use
6931         gnus-agent-request-article.
6932
6933         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6934         article if it is undownloaded.
6935
6936 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6939
6940 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * canlock.el (canlock-string-as-unibyte): New macro.
6943         (canlock-sha1-with-openssl): Return a unibyte string.
6944         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6945
6946 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6947
6948         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6949
6950 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6951
6952         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6953         application/x-emacs-lisp.
6954
6955         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6956
6957         * nntp.el (nntp-request-article): Add group parameter.
6958         (nntp-request-head): Ditto.
6959         (nntp-find-group-and-number): Add parameter group. Figure out
6960         number if the status line doesn't give (e.g. quimby.gnus.org).
6961
6962 2002-01-08  Simon Josefsson  <jas@extundo.com>
6963
6964         * mml.el (mml-generate-mime-1): Set recipient correctly.
6965
6966 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6967
6968         * message.el (message-read-from-minibuffer): Add parameter
6969         initial-contents.
6970         * gnus-msg.el (gnus-summary-resend-message): Use it.
6971
6972         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6973         behavior of quit-config.
6974
6975         * message.el (message-make-from): Don't quote fullname.
6976         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6977
6978         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6979         From: <andre@slamdunknetworks.com>
6980
6981 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6982
6983         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6984
6985         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6986
6987         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6988         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6989         because bbdb may use it.
6990
6991 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6992
6993         * nneething.el (nneething-request-article): When a non-text file
6994         is converted to an article, its data is encoded in base64.  Call
6995         `nneething-make-head' with options to specify MIME types.
6996         (nneething-make-head): Add optional arguments to specify MIME
6997         types.
6998
6999 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7000
7001         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7002         header if there is not.
7003
7004         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7005
7006         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7007         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7008         (gnus-inews-do-gcc): Use them.
7009
7010         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7011         gnus-newsgroup-unselected.
7012
7013 2002-01-06  Simon Josefsson  <jas@extundo.com>
7014
7015         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7016         condition-case, not ignore-errors.
7017
7018 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7019
7020         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7021         gnus-fetch-old-headers.
7022
7023         * gnus-art.el (article-display-x-face): Use the current buffer
7024         unless `W f'. Otherwise, X-Face may be shown in the header of a
7025         forwarded part.
7026         (gnus-treatment-function-alist): Treat xface before hiding
7027         headers.
7028
7029 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7032         parameters.
7033
7034 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7035
7036         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7037         (mm-guess-charset): New function.
7038         (mm-charset-after): Use it.
7039         (mm-detect-coding-region): New function.
7040         (mm-detect-mime-charset-region): New function.
7041
7042         * gnus-sum.el (gnus-summary-show-article): Use
7043         mm-detect-coding-region.
7044
7045 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * message.el (message-make-fqdn): Be less violent.
7048
7049         * gnus.el (gnus-logo-color-style): Compute custom form
7050         automatically.
7051
7052         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7053         score file of the parent to the document group.
7054
7055         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7056         parameters parameter.
7057
7058         * gnus-score.el (gnus-score-load-file): Clean up.
7059
7060 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7061
7062         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7063         From: Damien Wyart <damien.wyart@free.fr>
7064
7065         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7066
7067 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068
7069         * gnus-sum.el (gnus-select-group-hook): Typo.
7070
7071         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7072         is no quoted-printable-encoded STRING.
7073         From: Jesper Harder <harder@ifa.au.dk>
7074
7075         (rfc2047-decode-string): Decode it.
7076
7077 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7080
7081 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7082         Trivial patch.
7083
7084         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7085         buffer to get rid of junk line.
7086
7087 2002-01-05  Simon Josefsson  <jas@extundo.com>
7088
7089         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7090         C-o.
7091         (message-mode-map): Bind message-insert-or-toggle-importance to
7092         C-c C-u.
7093         (message-mode-map): Bind message-disposition-notification-to to
7094         C-c M-n.
7095         (message-mode-menu): Add m-d-n-t.
7096         (message-mode-field-menu): Add m-goto-from.
7097         (message-mode): Doc fix.
7098         (message-goto-from): New function.
7099         (message-insert-disposition-notification-to): New function.
7100         (message-tool-bar-map): Add receipt button.
7101
7102 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-sum.el (gnus-thread-latest-date): New function.
7105         (gnus-thread-sort-by-most-recent-number): Renamed.
7106         (gnus-thread-sort-functions): Doc fix.
7107         (gnus-select-group-hook): Don't use setq on a hook.
7108         (gnus-thread-latest-date): Use date, not number
7109
7110         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7111         (gnus-agent-expire): Allow regexp of expire-days.
7112
7113         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7114         region.
7115         (gnus-article-followup-with-original): Ditto.
7116
7117         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7118
7119         * gnus-art.el (gnus-mime-display-alternative): Use
7120         gnus-local-map-property.
7121         (gnus-mime-display-alternative): Ditto.
7122         (gnus-insert-mime-security-button): Ditto.
7123         (gnus-insert-next-page-button): Ditto.
7124         (gnus-button-prev-page): Take optional args.
7125         (gnus-insert-prev-page-button): widget-convert.
7126
7127         * gnus-util.el (gnus-local-map-property): New function.
7128
7129         * gnus-art.el (gnus-prev-page-map): Use parent map.
7130         (gnus-next-page-map): Ditto.
7131
7132         * gnus-spec.el (gnus-parse-format): Clean up.
7133         (gnus-parse-format): Do complex formatting for %=.
7134
7135         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7136         "X-Face: " to the data in the built-in scenario.
7137
7138         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7139         (gnus-correct-pad-form): Renamed.
7140         (gnus-tilde-max-form): Clean up.
7141         (gnus-pad-form): Use gnus-use-correct-string-widths.
7142
7143         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7144         support if that is available.
7145
7146         * gnus-sum.el (gnus-thread-highest-number): New function.
7147         (gnus-thread-sort-by-most-recent-thread): New function.
7148         (gnus-thread-sort-functions): Doc fix.
7149
7150 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7151
7152         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7153         all cases.
7154         (gnus-summary-mode): Enable it in all cases.
7155         (gnus-summary-display-article): Ditto.
7156         (gnus-summary-edit-article): Ditto.
7157
7158         * gnus-ems.el (gnus-put-image): Really return glyph.
7159
7160         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7161         (gnus-treat-smiley): Don't take "P" in the interactive form.
7162
7163 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * compface.el (uncompface): XEmacs and Emacs have differing
7166         capabilities.
7167
7168         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7169
7170         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7171         (gnus-article-xface-ring-size): Removed.
7172         (gnus-article-display-xface): Removed.
7173         (gnus-remove-image): Cleaned up.
7174
7175         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7176         (gnus-xmas-create-image): Take pbm files.
7177         (gnus-x-face): Removed.
7178         (gnus-xmas-article-display-xface): Removed.
7179
7180         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7181         default-enable-multibyte-characters.
7182
7183         * compface.el (uncompface): Doc fix.
7184
7185         * gnus-art.el (gnus-article-x-face-command): Use
7186         gnus-display-x-face-in-from.
7187
7188         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7189
7190         * gnus-ems.el (gnus-put-image): Return the image.
7191
7192         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7193         (gnus-x-face): Moved here.
7194
7195 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7196
7197         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7198         invisible if string is nil.
7199         (gnus-xmas-article-display-xface): Use it.
7200
7201         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7202         property when string is nil.
7203         (gnus-article-display-xface): Use it.
7204
7205 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * gnus-art.el (article-display-x-face): Check whether valid grey
7208         face was returned.
7209         (article-display-x-face): Place image in the right spot.
7210
7211         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7212         stderr.
7213         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7214
7215 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7218         parameters.
7219         (gnus-xmas-put-image): Allow non-strings to be passed.
7220
7221         * gnus-art.el (article-display-x-face): Use optional parameters.
7222
7223         * gnus-ems.el (gnus-create-image): Take optional parameters.
7224
7225         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7226
7227         * compface.el (compface-xbm-p): Removed.
7228
7229         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7230         (gnus-article-display-xface): Use compface.
7231
7232         * compface.el: New file.
7233
7234         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7235         (gnus-convert-image-to-x-face-command): Ditto.
7236         (gnus-random-x-face): Quote argument.
7237         (gnus-x-face-from-file): Ditto.
7238
7239 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7240
7241         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7242         the expire-group parameter once per article rather than once
7243         per group; bind `nnmaildir-article-file-name' and `article'
7244         for convenience.  Leave article alone when expire-group
7245         specifies the current group.
7246         (nnmaildir--update-nov): be more concurrency-friendly with
7247         temp file names.
7248
7249 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7250
7251         * gnus-start.el (gnus-read-init-file): Cleaned up.
7252
7253 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7254
7255         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7256         (gnus-read-init-file): Don't use it.
7257
7258 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7261
7262 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7263
7264         * gnus-start.el (gnus-read-init-file): Don't force coding system
7265         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7266
7267 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7268
7269         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7270         * nnspool.el (nnspool-request-post): Ditto.
7271
7272         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7273         (mm-find-mime-charset-region): Use it.
7274
7275 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7276
7277         * gnus.el (gnus-summary-line-format): Added :link.
7278         * gnus-topic.el (gnus-topic-line-format): Ditto.
7279         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7280         * gnus-srvr.el (gnus-server-line-format): Ditto.
7281         * gnus-group.el (gnus-group-line-format): Ditto.
7282
7283         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7284         :keys, it works on both Emacsen.
7285
7286 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7287
7288         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7289
7290 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7293
7294 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7295
7296         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7297         very wide reply.
7298
7299 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7302         (gnus-picon-cache): New variable.
7303         (gnus-picon-transform-newsgroups): Cache stuff.
7304
7305         * gnus-art.el (gnus-article-reply-with-original): New command.
7306         (gnus-article-followup-with-original): New command.
7307
7308         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7309         END parameters.
7310         (gnus-summary-followup): Take a list of list of articles.
7311         (gnus-inews-yank-articles): Allow lists of article/regions.
7312
7313         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7314         longer the usual commands.
7315
7316         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7317         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7318         shell-command-on-region.
7319
7320 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7321
7322         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7323           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7324
7325 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7326
7327         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7328         understand ':keys', wrap it in an featurep 'xemacs.
7329
7330 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7331
7332         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7333         order of headers (Actually, it is called in a reversed order). Add
7334         'gnus-image-text-deletable property.
7335         (gnus-remove-image): Remove text with such a property.
7336
7337         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7338         gnus-put-image.
7339
7340         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7341         with ", "
7342
7343 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7346
7347         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7348         (article-display-x-face): Display grey X-Faces.
7349
7350         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7351         (gnus-convert-gray-x-face-to-ppm): Ditto.
7352         (gnus-convert-image-to-gray-x-face): Ditto.
7353
7354         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7355         gnus-summary-show-raw-article.
7356
7357 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         Display picons in XEmacs without showing text.
7360
7361         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7362         mm-create-image-xemacs to create xbm glyph, because it deletes
7363         temporary files.
7364         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7365         (gnus-xmas-remove-image): Make text visible, remove glyph.
7366
7367         * gnus-picon.el (gnus-picon-transform-newsgroups)
7368         (gnus-picon-transform-address): Insert spec backward, due to the
7369         incompatibility of gnus-xmas-put-image.
7370
7371 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7372
7373         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7374
7375 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * gnus.el: Doc fix.
7378
7379         * gnus-art.el: Doc fix.
7380
7381         * gnus-agent.el: Doc fix.
7382
7383 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7384
7385         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7386
7387 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7388
7389         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7390         NOV data out of the message again if nnmail-extra-headers has
7391         changed.
7392
7393 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * gnus-fun.el: New file.
7396         (gnus-convert-image-to-x-face-command): New variable.
7397         (gnus-insert-x-face): New function.
7398         (gnus-random-x-face): Renamed.
7399         (gnus-x-face-from-file): Renamed.
7400
7401         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7402         "_".
7403         (gnus-body-boundary-delimiter): Typo fix.
7404
7405 2002-01-02  Simon Josefsson  <jas@extundo.com>
7406
7407         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7408         (gnus-body-boundary-delimiter): Fix type.
7409
7410 2002-01-01  Simon Josefsson  <jas@extundo.com>
7411
7412         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7413         (gnus-treat-emphasize, gnus-treat-strip-cr)
7414         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7415         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7416         (gnus-treat-fill-article, gnus-treat-hide-citation)
7417         (gnus-treat-hide-citation-maybe)
7418         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7419         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7420         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7421         (gnus-treat-date-ut, gnus-treat-date-local)
7422         (gnus-treat-date-english, gnus-treat-date-lapsed)
7423         (gnus-treat-date-original, gnus-treat-date-iso8601)
7424         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7425         (gnus-treat-strip-trailing-blank-lines)
7426         (gnus-treat-strip-leading-blank-lines)
7427         (gnus-treat-strip-multiple-blank-lines)
7428         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7429         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7430         (gnus-treat-display-xface, gnus-treat-display-smileys)
7431         (gnus-treat-from-picon, gnus-treat-mail-picon)
7432         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7433         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7434         (gnus-treat-play-sounds, gnus-treat-translate)
7435         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7436
7437         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7438         (gnus-article-treat-body-boundary): Use it.
7439
7440         * message.el (message-mode): Fix doc.
7441         (message-mode-menu): Fix names.
7442
7443 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444
7445         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7446         articles.
7447
7448         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7449         (gnus-picon-transform-address): Search for unknown faces as well.
7450         (gnus-picon-find-face): Don't search "news" for MISC.
7451         (gnus-picon-user-directories): Changed default back to exclude
7452         "unknown".
7453
7454         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7455
7456         * gnus-picon.el (gnus-picon-find-face): Search through all
7457         databases.
7458         (gnus-picon-find-face): New implementation.
7459
7460         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7461         keystroke.
7462         (gnus-topic-goto-next-topic): Ditto.
7463
7464         * gnus.el (gnus-summary-line-format): Changed default.
7465
7466         * nnmail.el (nnmail-extra-headers): Change default.
7467
7468         * gnus-sum.el (gnus-extra-headers): Change default.
7469
7470         * message.el (message-news-other-window): Changed "news" to
7471         "posting".
7472         (message-news-other-frame): Ditto.
7473         (message-do-send-housekeeping): Ditto.
7474
7475         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7476         function.
7477         (gnus-article-unread-p): New function.
7478         (gnus-article-unseen-p): New function.
7479         (gnus-dead-summary-mode-map): Typo.
7480
7481         * gnus-util.el (gnus-make-predicate): New function.
7482         (gnus-make-predicate-1): New function.
7483
7484         * gnus-sum.el: New function.
7485         (gnus-map-articles): New function.
7486
7487         * gnus-art.el (gnus-treat-fold-headers): New variable.
7488         (gnus-article-treat-fold-headers): New command and keystroke.
7489
7490         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7491         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7492
7493 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7494
7495         * message.el (message-fcc-externalize-attachments): New variable.
7496         (message-do-fcc): Use it.
7497
7498         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7499         (gnus-inews-do-gcc): Use it.
7500
7501         * mml.el (mml-tweak-sexp-alist): New variable.
7502         (mml-externalize-attachments): New variable.
7503         (mml-tweak-part): Use mml-tweak-sexp-alist.
7504         (mml-tweak-externalize-attachments): New function.
7505
7506 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7507
7508         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7509         'set-glyph-face' so x-face back/foreground can be set.
7510
7511 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7512
7513         * message.el (message-fix-before-sending): Fix a typo.
7514
7515 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * gnus-art.el (gnus-treat-smiley): Renamed command.
7518         (gnus-article-remove-images): New command and keystroke.
7519
7520         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7521
7522         * smiley-ems.el (gnus-smiley-display): Removed.
7523
7524         * gnus.el (gnus-version-number): Update version.
7525
7526         * message.el (message-text-with-property): Renamed and moved
7527         here.
7528         (message-fix-before-sending): Highlight invisible text and place
7529         point there.
7530
7531 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7532
7533         * gnus.el: Oort Gnus v0.04 is released.
7534
7535 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7538
7539         * gnus-art.el (gnus-ignored-headers): More headers,
7540
7541         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7542         of `scan-error', since XEmacs doesn't seem to support that.
7543
7544 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7547         arg.
7548         (gnus-summary-best-unread-subject): Ditto.
7549         (gnus-summary-best-unread-subject): No, don't.
7550         (gnus-summary-better-unread-subject): New command.
7551
7552         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7553
7554         * lpath.el ((featurep 'xemacs)): fbind url function.
7555
7556         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7557         buffer.
7558         (gnus-xmas-remove-image): Implementation that does something.
7559         (gnus-xmas-article-display-xface): Mark images properly.
7560
7561         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7562
7563 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7564
7565         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7566
7567 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7568
7569         * gnus-group.el (gnus-group-line-format): Added %O to the default
7570         value.
7571
7572         * gnus-util.el (gnus-text-with-property): The smallest point is
7573         point-min.
7574
7575         * smiley-ems.el (smiley-region): Return images.
7576         (gnus-smiley-display): Allow toggling.
7577         (smiley-region): Use text properties, not overlays.
7578
7579         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7580         implemented yet.
7581
7582         * smiley-ems.el (smiley-update-cache): Check for valid types.
7583
7584         * gnus-art.el (gnus-with-article-buffer): New macro.
7585
7586         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7587         strings as well as the glyphs.
7588         (gnus-picon-transform-address): Ditto.
7589         (gnus-picon-insert-glyph): Ditto.
7590         (gnus-picon-transform-newsgroups): Toggle.
7591         (gnus-picon-transform-address): Toggle.
7592
7593         * gnus-ems.el (gnus-remove-image): New function.
7594         (gnus-put-image): Take an optional string.
7595
7596         * gnus-util.el (gnus-text-with-property): New function.
7597
7598         * gnus-art.el (gnus-delete-images): New function.
7599
7600         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7601
7602         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7603         (gnus-article-wash-status): Use it.
7604         (gnus-signature-toggle): Clean up.
7605         (gnus-add-wash-status): New function.
7606         (gnus-delete-wash-status): New function.
7607         (gnus-article-hide-text-type): Use them throughout.
7608         (gnus-add-image): New function.
7609
7610         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7611
7612         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7613         interface.
7614
7615         * gnus-art.el (article-display-x-face): Cleaned up.
7616
7617         * rfc2047.el (rfc2047-field-value): New function.
7618
7619         * mail-parse.el (mail-header-field-value): New alias.
7620
7621         * gnus-art.el (gnus-mime-print-part): Fix typos.
7622
7623         * smiley-ems.el (gnus-smiley-file-types): New variable.
7624         (smiley-update-cache): Use it.
7625         (smiley-regexp-alist): Suffix-less smiley names.
7626         (smiley-regexp-alist): Added more smileys.
7627
7628         * gnus-sum.el (gnus-print-buffer): Made into own function.
7629         (gnus-summary-print-article): Use it.
7630
7631         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7632         looked for when REQUEST is a string.
7633
7634         * gnus-art.el (gnus-mime-button-commands): Add printing
7635         keystroke.
7636         (gnus-mime-copy-part): Doc fix.
7637         (gnus-mime-print-part): New command.
7638
7639 2001-12-31  Simon Josefsson  <jas@extundo.com>
7640
7641         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7642         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7643
7644 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7645
7646         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7647         (picon): Fix doc.
7648
7649         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7650         longer exists. Remove those codes.
7651         * gnus.el (gnus-use-picons): Ditto.
7652
7653 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654
7655         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7656         infloop.
7657
7658         * gnus-sum.el (t): New `W D' map.
7659
7660         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7661         (gnus-article-treat-body-boundary): Clean up.
7662         (gnus-body-boundary-face): Removed.
7663         (gnus-article-goto-header): Moved here.
7664         (gnus-article-goto-header): Allow better regexps.
7665         (gnus-article-treat-fold-newsgroups): New command.
7666
7667         * gnus-sum.el (gnus-summary-move-article): We have to select an
7668         article to give `gnus-read-move-group-name' an opportunity to
7669         suggest an appropriate default.
7670
7671         * rfc2047.el (rfc2047-fold-line): New function.
7672         (rfc2047-unfold-line): Ditto.
7673         (rfc2047-fold-region): Don't fold just after the header name.
7674
7675         * mail-parse.el (mail-header-fold-line): New alias.
7676         (mail-header-unfold-line): Ditto.
7677
7678         * gnus-art.el (gnus-body-boundary-face): Renamed.
7679         (gnus-article-treat-body-boundary): Use it.
7680         (gnus-article-treat-body-boundary): Use an invisible header and a
7681         line of underline characters.
7682
7683 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7686
7687         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7688         (gnus-picon-split-address): New function.
7689         (gnus-picon-find-face): Use it.
7690         (gnus-picon-transform-address): Use it. Set first to t for each
7691         address.
7692
7693         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7694         the macro then use it.
7695         (gnus-treatment-function-alist): Treat picons earlier.
7696
7697 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-art.el (gnus-body-separator-face): New variable.
7700         (gnus-article-treat-body-boundary): Use a blank, colored line.
7701
7702         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7703         well.
7704
7705         * gnus-art.el (gnus-treat-body-boundary): New variable.
7706         (gnus-article-treat-unfold-headers): Use helper macro.
7707         (gnus-article-treat-body-boundary): New command.
7708
7709         * gnus.el (gnus-logo-color-style): Change the default color.
7710         (gnus-splash-face): Gray, gray.
7711
7712         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7713         colors.
7714
7715         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7716         (gnus-logo-color-style): Ditto.
7717         (gnus-logo-colors): Ditto.
7718
7719         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7720
7721         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7722
7723         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7724         (gnus-picon-transform-newsgroups): New function.
7725
7726         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7727         string.
7728
7729         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7730
7731         * gnus-art.el (gnus-treat-cc-picon): New variable.
7732         (gnus-treat-mail-picon): Renamed.
7733
7734         * gnus-picon.el: New implementation.
7735         (gnus-picon-find-face): Renamed.
7736         (gnus-treat-from-picon): Use it.
7737         (gnus-picon-transform-address): Renamed.
7738         (gnus-treat-from-picon): Use it.
7739         (gnus-picon-create-glyph): Renamed.
7740         (gnus-picon-transform-address): Use it.
7741         (gnus-treat-cc-picon): New command.
7742
7743         * mm-decode.el (mm-create-image-xemacs): Separated out into
7744         function.
7745         (mm-get-image): Use it.
7746
7747         * gnus-art.el (gnus-treat-display-picons): Simplify.
7748         (gnus-treat-from-picon): Renamed.
7749
7750         * gnus-ems.el (gnus-create-image): New function.
7751         (gnus-put-image): New function.
7752
7753         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7754         (gnus-with-article-headers): New macro.
7755         (gnus-article-goto-header): New function.
7756
7757         * gnus-xmas.el (gnus-image-type-available-p): New function.
7758
7759         * gnus-ems.el (gnus-image-type-available-p): New function.
7760
7761 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7762
7763         * nnrss.el (nnrss-check-group): Find the correct tag, because
7764         xml.el is changed.
7765
7766 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7769         lines are shorter than the window width.
7770         (gnus-ignored-headers): More headers.
7771
7772 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7773
7774         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7775         (gnus-treat-unfold-headers): Renamed.
7776         (gnus-article-treat-unfold-headers): New command and keystroke.
7777
7778         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7779
7780         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7781
7782 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7783
7784         * sha1-el.el (sha1-use-external): New variable.
7785         (sha1-region): Use it.
7786         (sha1-string): Ditto.
7787
7788         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7789         * gnus-picon.el: Less warnings when compile.
7790
7791 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7794         alias.
7795         (gnus-picons-database): Default to list.
7796         (gnus-picons-lookup-internal): Use it.
7797
7798         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7799         to "bogus".
7800
7801         * gnus-win.el (gnus-configure-windows-hook): New hook.
7802
7803 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7804
7805         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7806
7807 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808
7809         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7810         lists.
7811         (gnus-select-newsgroup): Don't append; push.
7812         (gnus-adjust-marked-articles): Remove obsolete ranges from
7813         `seen'.
7814         (gnus-update-marks): Clean up.
7815         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7816
7817 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7818
7819         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7820
7821 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7822
7823         * gnus-sum.el (gnus-auto-select-subject): New variable.
7824         (gnus-summary-best-unread-subject): New function.
7825         (gnus-summary-best-unread-article): Use it.
7826         (gnus-summary-first-unseen-subject): New function and command.
7827
7828         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7829         other treatments.
7830
7831         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7832         function.
7833
7834         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7835         from the list of hidden types.
7836
7837         * mm-view.el (mm-inline-text): Ditto.
7838         (mm-inline-text): Ditto.
7839         (mm-w3-prepare-buffer): Ditto.
7840
7841         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7842
7843 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844
7845         * gnus-art.el (gnus-ignored-headers): Added more headers.
7846
7847 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7848
7849         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7850         once.
7851
7852 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7855
7856 2001-12-28  Simon Josefsson  <jas@extundo.com>
7857
7858         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7859         Jesper Harder <harder@ifa.au.dk>.
7860
7861 2001-12-27  Simon Josefsson  <jas@extundo.com>
7862
7863         * gnus-sum.el (gnus-select-newsgroup): Make
7864         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7865         contain all articles (instead of none) when no seen marks have
7866         been set for the group.
7867         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7868         instead, it seems to result in shorter ranges.
7869
7870 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7871
7872         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7873         insert-before-markers.
7874         From Jesper Harder <harder@ifa.au.dk>
7875
7876 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7877
7878         * nnmaildir.el (nnmaildir-save-mail): create the destination
7879         groups if they do not exist.
7880
7881 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7884
7885 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7886
7887         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7888         gnus-group-real-name.
7889
7890         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7891         (gnus-newsgroup-variables): Ditto.
7892
7893         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7894         return it.
7895
7896 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7897
7898         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7899         * nnmaildir.el (top-level): Add commentary.
7900         (nnmaildir-version): Indicate that nnmaildir is now a standard
7901         part of Gnus, not separately released.
7902
7903 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7904
7905         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7906         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7907         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7908         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7909
7910 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7911
7912         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7913
7914 2001-12-20  Simon Josefsson  <jas@extundo.com>
7915
7916         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7917         ZHU <zsh@cs.rochester.edu>.
7918         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7919         Brian P Templeton <bpt@tunes.org>.
7920
7921 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7922
7923         * nnmaildir.el: New file.
7924         From Paul Jarc <prj@po.cwru.edu>.
7925
7926 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * nndoc.el (nndoc-type-alist): Move forward to the end.
7929
7930 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7933         `dolist'.
7934
7935 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * gnus-win.el (gnus-frames-on-display-list): New function.
7938         (gnus-get-buffer-window): Use it.
7939
7940 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7941
7942         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7943
7944 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7945
7946         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7947
7948 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7949            From Harald Meland <Harald.Meland@usit.uio.no>
7950
7951         * gnus-win.el (gnus-get-buffer-window): New function.
7952         (gnus-all-windows-visible-p): Use it.
7953
7954         * gnus-util.el (gnus-horizontal-recenter)
7955         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7956         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7957
7958         * gnus-score.el (gnus-score-insert-help): Use it.
7959
7960         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7961         (gnus-generate-tree, gnus-highlight-selected-tree)
7962         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7963         it.
7964
7965         * gnus-art.el (gnus-article-set-window-start)
7966         (gnus-mm-display-part, gnus-request-article-this-buffer)
7967         (gnus-button-next-page, gnus-button-prev-page)
7968         (gnus-article-button-next-page, gnus-article-button-prev-page):
7969         Use it.
7970
7971 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7972
7973         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7974         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7975         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7976
7977 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7978
7979         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7980         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7981         * mml1991.el, nnultimate.el: Add `coding'.
7982
7983 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7984
7985         * ChangeLog: changed coding to buffer-file-coding-system
7986         * ChangeLog.1: same
7987         * nnwfm.el: same
7988         * gnus-smiley.el: same
7989         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7990         * gnus-delay.el: same
7991         * gnus-spec.el: same
7992         * message.el: same
7993         * mml1991.el: same
7994         * nnultimate.el: same
7995
7996 2001-12-16  Simon Josefsson  <jas@extundo.com>
7997         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7998
7999         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8000         (gnus-summary-save-map): Add muttprint.
8001         (gnus-summary-make-menu-bar): Ditto.
8002         (gnus-summary-muttprint): New function.
8003
8004         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8005
8006 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8007
8008         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8009         temporary list instead of buffer.
8010
8011         * mm-url.el (executable-find): autoload.
8012
8013 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8014
8015         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8016         to variable, follow doc-string conventions).
8017
8018 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8019
8020         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8021         subscribe-level
8022         * gnus-topic.el (gnus-subscribe-topics): use it.
8023
8024 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8025
8026         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8027         messages. (A small patch with indentation)
8028         From Sean Neakums <sneakums@zork.net>.
8029
8030         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8031         nil after shooting down the gnus-original-article-buffer.
8032
8033 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8034
8035         * uudecode.el (uudecode-use-external): New variable.
8036         (uudecode-decode-region): Automatically detect external program.
8037
8038         * binhex.el (binhex-use-external): New variable.
8039         (binhex-decode-region-internal): New function.
8040         (binhex-decode-region): Automatically detect external program.
8041
8042         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8043         Use them.
8044
8045 2001-12-12  Simon Josefsson  <jas@extundo.com>
8046
8047         * nnvirtual.el (nnvirtual-always-rescan)
8048         (nnvirtual-component-regexp): Fix doc.
8049
8050         * nnoo.el (defvoo): Add doc to defvoo variables.
8051
8052         * nnml.el (nnml-directory, nnml-active-file)
8053         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8054         (nnml-marks-is-evil, nnml-filenames-are-evil)
8055         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8056
8057         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8058         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8059         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8060         `error'.
8061
8062         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8063         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8064
8065         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8066         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8067         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8068         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8069
8070         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8071         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8072
8073         * imap.el, nnimap.el: Fix indentation.
8074
8075         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8076
8077 2001-12-12  Didier Verna  <didier@xemacs.org>
8078
8079         * gnus-msg.el (gnus-group-news): New function.
8080         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8081         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8082         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8083         for it.
8084         * gnus-msg.el (gnus-summary-news-other-window): New function.
8085         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8086         bind it to `i'.
8087         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8088         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8089         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8090         for it (called with a prefix).
8091         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8092         group-name argument.
8093         * gnus-msg.el (gnus-setup-message): use it.
8094
8095 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8098
8099 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8100
8101         * mml.el (mime-to-mml): Remove Content-Disposition too.
8102
8103 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8104
8105         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8106         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8107         strings only.
8108         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8109
8110 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8111
8112         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8113         (nnmail-fancy-expiry-target): Use it.
8114         Suggestions from Simon Josefsson <jas@extundo.com>.
8115
8116 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8119
8120 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8123
8124         * gnus-util.el (gnus-url-unhex-string): Move here.
8125
8126 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8127
8128         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8129         mm-url-decode-entities-nbsp.
8130
8131         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8132         * webmail.el, nnwfm.el: Use mm-url.
8133
8134         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8135         (mm-url-remove-markup): Move from nnweb.
8136         (mm-url-fetch-simple): Move from webmail.
8137
8138         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8139
8140 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8141
8142         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8143         (gnus-summary-print-article): Use it.
8144
8145         * gnus-util.el (gnus-replace-in-string): Typo.
8146
8147 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8148
8149         * nnweb.el (nnweb-replace-in-string): Removed.
8150
8151         * gnus-util.el (gnus-replace-in-string): New function.
8152         (gnus-mode-string-quote): Use it.
8153
8154         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8155         * nnwfm.el (nnwfm-create-mapping): Ditto.
8156
8157 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8158
8159         * dgnushack.el (dgnushack-compile): nnrss.el and
8160         nnslashdot.el don't depend on nnweb, url, w3.
8161
8162         * nnrss.el: Use mm-url.
8163
8164 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8165
8166         * mm-url.el (mm-url-insert-file-contents): Support file:.
8167
8168 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8169
8170         * mm-view.el: Lower case for the description line. Sync from the
8171         Emacs CVS.
8172
8173 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8174
8175         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8176         From:  Stefan Monnier  <monnier@cs.yale.edu>
8177
8178 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8181
8182 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * mm-url.el: Require executable.
8185         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8186
8187 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8188
8189         * pop3.el (pop3-munge-message-separator): Only use valid date.
8190         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8191
8192         * Makefile.in: gnus-load.elc may not be generated.
8193
8194 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * mm-url.el: New file.
8197         * nnslashdot.el: Use it.
8198         * mm-extern.el (mm-extern-url): Use it.
8199
8200 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8201
8202         * gnus-sum.el (gnus-summary-save-article): Nix
8203         gnus-display-mime-function and gnus-article-prepare-hook.
8204
8205         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8206         the beginning of lines.
8207         (gnus-complex-form-to-spec): Ditto.
8208
8209 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8210
8211         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8212         From Paul Jarc <prj@po.cwru.edu>.
8213
8214 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8215
8216         * message.el: New variable message-subscribed-address-file;
8217         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8218
8219 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8220
8221         * message.el (message-tab-body-function): Set to nil.
8222         (message-tab): Use text-mode-map or global-map.
8223         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8224
8225 2001-11-30  Simon Josefsson  <jas@extundo.com>
8226
8227         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8228         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8229         <christoph.conrad@gmx.de>.
8230         (gnus-agent-fetch-group-1): Add verbose message.
8231
8232 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8233
8234         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8235         of integers.
8236
8237 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8238
8239         * message.el (message-newgroups-header-regexp)
8240         (message-completion-alist, message-tab-body-function): Use
8241         defcustom rather than defvar.
8242         (message-tab): Mention `message-tab-body-function' in doc.
8243         Suggested by Karl Eichwalder.
8244
8245 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8248
8249 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8250
8251         * nnheader.el (nnheader-find-nov-line): Don't use macro
8252         gnus-delete-line.
8253
8254         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8255         (gnus-group-name-charset): Ditto.
8256
8257         * gnus-util.el (gnus-buffer-live-p): Ditto.
8258
8259 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8260
8261         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8262         open parenthesis in doc.
8263         (sieve-manage-authenticator-alist): Typo in doc.
8264         * imap.el (imap-authenticator-alist): Typo in doc.
8265         (imap-stream-alist): Backslash.
8266
8267         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8268           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8269
8270 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8273
8274         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8275
8276         * gnus-msg.el (gnus-configure-posting-styles): use
8277         make-local-hook. Add LOCAL for add-hook.
8278
8279 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8280
8281         * message.el (message-mode): Use `make-local-hook' unless
8282         obsolete.
8283         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8284
8285 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * canlock.el: Remove sha1.el and base64.el stuff.
8288
8289 2001-11-26  Didier Verna  <didier@xemacs.org>
8290
8291         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8292         if needed.
8293
8294 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * message.el (message-tamago-not-in-use-p): New function.
8297         (message-strip-forbidden-properties): Use it.
8298
8299 2001-11-26  Didier Verna  <didier@xemacs.org>
8300
8301         * gnus-start.el (gnus-check-first-time-used): only check for
8302         existence of .el[d] files.
8303
8304 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8305
8306         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8307
8308         * message.el (message-setup-1): Clean up mc-*.
8309
8310 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8311
8312         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8313         * gnus-score.el (gnus-score-find-bnews): Use it.
8314
8315         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8316         (gnus-summary-limit-to-author): Ditto.
8317         (gnus-summary-limit-to-extra): Ditto.
8318         (gnus-summary-find-matching): Support not-matching argument.
8319
8320 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8321
8322         * message.el (message-wash-subject): Use `insert' rather than
8323         `insert-string', which is deprecated.
8324
8325 2001-11-24  Simon Josefsson  <jas@extundo.com>
8326
8327         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8328         message. (Gnus does not "default" to using 8bit for the message,
8329         it default to use 8bit encoding and the user-supplied CTE
8330         value. Calling this behaviour "treating it as 8bit" is perhaps
8331         better.)
8332
8333         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8334         (compare mm-charset-to-coding-system).
8335
8336 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8339         buffer. Correctly decode hex.
8340
8341 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8342
8343         * gnus-agent.el (gnus-category-insert-line): Convert category
8344         names to strings.
8345
8346 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8347
8348         * message.el (sha1): eval-and-compile.
8349
8350 2001-11-20  Simon Josefsson  <jas@extundo.com>
8351
8352         * message.el (message-allow-no-recipients): New variable.
8353         (message-send): Use it, customize the prompting when posting to
8354         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8355
8356 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8357
8358         * mm-util.el (mm-coding-system-priorities): New variable.
8359         (mm-sort-coding-systems-predicate): New function.
8360         (mm-find-mime-charset-region): Resort coding systems if needed.
8361         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8362
8363 2001-11-20  Didier Verna  <didier@xemacs.org>
8364
8365         * gnus-group.el (gnus-group-make-help-group): new optional
8366         argument to control the error behavior.
8367         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8368         erroring.
8369
8370 2001-11-19  Simon Josefsson  <jas@extundo.com>
8371
8372         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8373         instead of C-c C-u.  Suggested by Per Abrahamsen
8374         <abraham@dina.kvl.dk>.
8375
8376 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8377
8378         * nnfolder.el (nnfolder-read-folder): Use group instead of
8379         nnfolder-current-group.
8380         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8381
8382 2001-11-17  Simon Josefsson  <jas@extundo.com>
8383
8384         * message.el (message-send): Ask user if Fcc/Gcc should be
8385         performed when no other sender was specified.
8386         Suggested by prj@po.cwru.edu (Paul Jarc).
8387
8388 2001-11-17  Simon Josefsson  <jas@extundo.com>
8389
8390         * message.el (message-mode, message-mode-map): Use C-c C-u for
8391         Importance: instead of C-c C-p (used by SC).
8392
8393 2001-11-16  Simon Josefsson  <jas@extundo.com>
8394
8395         * message.el (message-insert-importance-high)
8396         (message-insert-importance-low): Save point.
8397
8398         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8399         value.
8400
8401 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8402
8403         * message.el (message-strip-special-text-properties): New option.
8404         (message-strip-forbidden-properties): Obey it.
8405
8406 2001-11-14  Sam Steingold  <sds@gnu.org>
8407
8408         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8409
8410 2001-11-15  Simon Josefsson  <jas@extundo.com>
8411
8412         Support "Importance:" header in Message.
8413
8414         * message.el (message-mode-map): Bind C-c C-p to
8415         `message-insert-or-toggle-importance'
8416         (message-mode-menu): Add message-insert-importance-{high,low}.
8417         (message-insert-importance-high, message-insert-importance-low)
8418         (message-insert-or-toggle-importance): New functions.
8419         (message-tool-bar-map): Add {un,}important.
8420         (message-mode): Doc fix.
8421
8422 2001-11-15  Simon Josefsson  <jas@extundo.com>
8423
8424         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8425
8426         * mml.el (mml-menu): Fix toolbar tooltip.
8427
8428 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8431         * nnml.el (nnml-save-marks): Ditto.
8432
8433         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8434
8435 2001-11-15  Simon Josefsson  <jas@extundo.com>
8436
8437         * nnml.el (nnml-save-marks):
8438         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8439         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8440
8441 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8442
8443         * gnus-art.el (gnus-article-wash-status-strings): Use
8444         `copy-sequence', not `copy-seq'.
8445
8446 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8447
8448         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8449         (gnus-gnus-article-wash-status-entry): New function.
8450         (gnus-article-wash-status): Use it.
8451
8452 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * mml1991.el: Add coding header.
8455
8456 2001-11-12  Simon Josefsson  <jas@extundo.com>
8457
8458         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8459         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8460         `mml1991-sign' and `mml1991-encrypt'.
8461         (mml1991-encrypt, mml1991-sign): New glue functions.
8462         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8463
8464         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8465         (mml-menu): Add PGP to menu.
8466
8467         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8468         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8469         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8470         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8471
8472         * mml2015.el: Mention RFC 3156.
8473
8474         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8475
8476 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8477
8478         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8479
8480         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8481           From <Michael.Cook@cisco.com>
8482
8483 2001-11-11  Simon Josefsson  <jas@extundo.com>
8484
8485         * message.el (top-level): Autoload sha1.
8486         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8487         canlock, no need to require two different hash algs).  Suggested
8488         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8489
8490 2001-11-09  Simon Josefsson  <jas@extundo.com>
8491
8492         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8493         <Pavel@Janik.cz>.
8494
8495 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8496
8497         * message.el (message-point-in-header-p): New function.
8498         (message-do-auto-fill): Use it.
8499         (message-beginning-of-line): New function.  Goes to beginning of
8500         header value (i.e., end of header name), or to beginning of line
8501         if already at beginning of value.  Behaves like
8502         `beginning-of-line' when in message body.
8503         (message-mode-map): Bind it.
8504
8505 2001-11-08  Simon Josefsson  <jas@extundo.com>
8506
8507         * gnus-msg.el (gnus-posting-styles): Add doc.
8508
8509 2001-11-07  Simon Josefsson  <jas@extundo.com>
8510
8511         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8512
8513         * sieve-mode.el (sieve-control-commands-face)
8514         (sieve-control-commands-face, sieve-action-commands-face)
8515         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8516         faces.
8517         (sieve-font-lock-keywords): Use them.
8518         (sieve-mode): Only set font-lock-defaults in emacs.
8519
8520         * gnus-art.el (gnus-default-article-saver): Add
8521         gnus-summary-save-body-in-file.
8522         (gnus-summary-write-to-file): Fix doc.
8523
8524 2001-11-07  Simon Josefsson  <jas@extundo.com>
8525
8526         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8527         reference to the correct chapter in the manual.
8528
8529         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8530         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8531
8532 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * mml.el (mml-preview): Bind mail-header-separator.
8535
8536 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * message.el: Always require canlock.
8539         (message-ignored-supersedes-headers): Include Cancel-Lock and
8540         Cancel-Key.
8541         (message-insert-canlock): Don't require canlock.
8542         (message-cancel-news): Don't check whether canlock is available.
8543         (message-supersede): Support cancel-locks.
8544
8545         * gnus-art.el: Don't autoload canlock.
8546
8547 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8548
8549         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8550         From: <andre@slamdunknetworks.com>
8551
8552 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8553
8554         * many files: Fix copyright lines.
8555
8556 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8557
8558         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8559         Suggested by Dave Love  <fx@gnu.org>.
8560
8561 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8562
8563         * message.el (message-kill-buffer): Remove auto-save file after
8564         confirm.
8565
8566         * message.el (message-send-mail): Call message-generate-headers
8567         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8568
8569         * gnus-topic.el (gnus-topic-rename): Initial-input.
8570         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8571
8572 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8573
8574         * message.el (message-forbidden-properties): New constant.
8575         (message-strip-forbidden-properties): New function.
8576         (message-mode): Activate it.
8577
8578 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8579
8580         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8581         (mm-hack-charsets): Fix doc.
8582
8583 2001-11-02  Simon Josefsson  <jas@extundo.com>
8584
8585         * gnus-int.el (gnus-check-server): Message "...done" when done.
8586
8587         * imap.el (imap-close): Don't message (imap-send-command-wait
8588         returns if the connection is dropped).
8589         (imap-wait-for-tag): Nix out message only when necessary.
8590
8591         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8592         for non-crossposting.
8593         (gnus-sieve-crosspost): Default to t to be consistent with other
8594         parts of Gnus.
8595
8596 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8597
8598         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8599         (mm-iso-8859-x-to-15-table): Ditto.
8600         (mm-iso-8859-x-to-15-region): Ditto.
8601         (mm-find-mime-charset-region): Ditto.
8602
8603 2001-11-01  Simon Josefsson  <jas@extundo.com>
8604
8605         * nnimap.el (nnimap-close-asynchronous): New variable.
8606         (nnimap-close-group): Use it.
8607         (nnimap-expunge): Don't use it.
8608
8609         * imap.el (imap-callbacks): New variable.
8610         (imap-remassoc): Copied from `gnus-remassoc'.
8611         (imap-add-callback): New function.
8612         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8613         behaviour.
8614         (imap-parse-response): Call the callback.
8615
8616         * message.el (message-insert-canlock): New variable.
8617         (message-canlock-generate, message-canlock-password)
8618         (message-insert-canlock): New functions.
8619         (message-send-news): Call `message-insert-canlock'.
8620         (top-level): Require canlock when compiling.
8621         (message-insert-canlock): Require canlock before we need it.
8622
8623 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8624
8625         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8626
8627 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8628
8629         * dgnushack.el (dgnushack-make-load): A workaround for
8630         custom-add-loads bug in some versions of XEmacs.
8631
8632 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8635
8636 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8639         (mm-hack-charsets): New variable.
8640         (mm-iso-8859-15-compatible): New variable.
8641         (mm-iso-8859-x-to-15-table): New variable.
8642         (mm-find-mime-charset-region): Add parameter hack-charsets.
8643
8644         * mm-bodies.el (mm-encode-body): Use it.
8645         * mml.el (mml-parse-1): Ditto.
8646
8647 2001-11-01  Simon Josefsson  <jas@extundo.com>
8648
8649         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8650
8651 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8652
8653         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8654         is nil.
8655
8656 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8659
8660         * message.el (message-forward-rmail-make-body): Use
8661         save-window-excursion.
8662         (message-encode-message-body): Search with noerror.
8663         (message-setup-1): Convert compose-mail send-actions to
8664         message-send-actions.
8665
8666 2001-11-01  Simon Josefsson  <jas@extundo.com>
8667
8668         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8669         <yamaoka@jpl.org>.
8670
8671 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8672
8673         * sieve-manage.el (sieve-string-bytes): No complain.
8674
8675 2001-11-01  Simon Josefsson  <jas@extundo.com>
8676
8677         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8678         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8679         has autoload cookies, so no `require' should be necessary.)
8680
8681         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8682         files.
8683
8684 2001-10-31  Simon Josefsson  <jas@extundo.com>
8685
8686         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8687         parameter.
8688
8689         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8690         `display' is a number (and C-u wasn't used to enter group), only
8691         fetch that number of articles.
8692
8693 2001-10-31  Matt Armstrong  <matt@lickey.com>
8694
8695         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8696         not-subscribed -> subscribed.
8697
8698 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8699         From: Josh Huber <huber@alum.wpi.edu>
8700
8701         * message.el (message-subscribed-address-functions): New variable.
8702         (message-subscribed-addresses): New variable.
8703         (message-subscribed-regexps): New variable.
8704         (message-goto-mail-followup-to): New function.
8705         (message-send-mail): Add Mail-Followup-To.
8706         (message-make-mft): New function.
8707
8708         * gnus.el (gnus-find-subscribed-addresses): New function.
8709
8710 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711
8712         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8713         (mail-source-fetch-pop): Ditto.
8714         (mail-source-check-pop): Ditto.
8715
8716         * gnus-start.el (gnus-read-init-file): Ditto.
8717         (gnus-activate-group): Ditto.
8718         (gnus-read-newsrc-el-file): Ditto.
8719
8720 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8721
8722         * message.el (message-get-reply-headers): Make sure there is ", ".
8723
8724         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8725         mm-coding-system-p. Don't correct it only in XEmacs.
8726         (mm-charset-to-coding-system): Use mm-coding-system-p and
8727         mm-get-coding-system-list.
8728         (mm-emacs-mule, mm-mule4-p): New variables.
8729         (mm-enable-multibyte, mm-disable-multibyte,
8730         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8731         mm-with-unibyte-current-buffer,
8732         mm-with-unibyte-current-buffer-mule4): Use them.
8733         (mm-find-mime-charset-region): Treat iso-2022-jp.
8734
8735         From  Dave Love  <fx@gnu.org>:
8736
8737         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8738         construction.
8739         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8740         entries conditional on not having a coding system defined for
8741         them.
8742         (mm-mule-charset-to-mime-charset): Use
8743         find-coding-systems-for-charsets if defined.
8744         (mm-charset-to-coding-system): Don't use
8745         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8746         later.  Add last resort search of coding systems.
8747         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8748         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8749         Mule 4.
8750         (mm-find-mime-charset-region): Re-write.
8751         (mm-with-unibyte-current-buffer): Restore buffer as well as
8752         multibyteness.
8753
8754 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8755
8756         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8757         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8758         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8759
8760 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8763         again.
8764
8765         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8766
8767 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8768
8769         * gnus-spec.el (gnus-parse-simple-format): Use
8770           buffer-substring-no-properties.
8771
8772 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-art.el (article-verify-cancel-lock): New function.
8775
8776         * nnheader.el (nntp-process-response): New variable.
8777         (nnheader-init-server-buffer): Make `nntp-process-response'
8778         buffer-local in `nntp-server-buffer'.
8779
8780         * nntp.el (nntp-prepare-post-hook): New hook.
8781         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8782         (nntp-async-trigger): Ditto.
8783         (nntp-request-post): Insert a server's ID if there's no Message-ID
8784         header; run `nntp-prepare-post-hook'.
8785
8786 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8787
8788         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8789         instead.
8790
8791         * message.el (message-forward-subject-author-subject): Don't use
8792         message-news-p, which widens the buffer.
8793         (message-forward-make-body): New function.
8794         (message-forward): Use it.
8795         (message-insinuate-rmail): New function.
8796         (message-forward-rmail-make-body): New function.
8797
8798 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * mm-extern.el (mm-extern): Provide it.
8801
8802         * mm-partial.el (mm-partial): Provide it.
8803
8804 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8805
8806         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8807
8808 2001-10-29  Simon Josefsson  <jas@extundo.com>
8809
8810         * mml.el (mml-preview): Bind message-this-is-news if it is
8811         news. From Jesper Harder <harder@myrealbox.com>.
8812
8813 2001-10-28  Simon Josefsson  <jas@extundo.com>
8814
8815         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8816
8817 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8818
8819         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8820         ironic smilies.
8821
8822 2001-10-27  Simon Josefsson  <jas@extundo.com>
8823
8824         * message.el (message-indent-citation): Don't add trailing
8825         whitespace when citing text.
8826
8827         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8828         <harder@ifa.au.dk>.
8829
8830 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8831
8832         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8833         not available.
8834         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8835         (nnweb-type-definition): Add google as alias of dejanews.
8836         (nnweb-google-parse-1): Forward 1 line.
8837
8838 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8839
8840         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8841         variable `message-forward-ignored-headers'.
8842
8843 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8844
8845         * gnus.el (gnus-expand-group-parameter): New function.
8846         (gnus-expand-group-parameters): Call it.
8847         (gnus-group-fast-parameter): New function.
8848         (gnus-group-find-parameter): Call it.
8849
8850 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8851
8852         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8853         vector (it didn't before because of a bug).
8854         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8855         available.  Before it converted it to an article number.
8856
8857         This makes followup to news articles with negative numbers in
8858         nnvirtual groups use news instead of mail.
8859
8860 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8861
8862         * gnus.el (post-method): Use `native' instead of `nil'.
8863
8864         * gnus-msg.el (gnus-post-method): Ditto.
8865
8866 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8867
8868         * gnus.el (gnus-define-group-parameter): Grammar fix.
8869
8870 2001-10-22  Simon Josefsson  <jas@extundo.com>
8871
8872         * gnus-msg.el (gnus-extended-version): Include
8873         system-configuration.
8874         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8875
8876 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8877
8878         * gnus.el (post-method): Customization fix: `native' is not a
8879         valid value.
8880         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8881         `native' is not a valid value.
8882
8883 2001-10-21  Simon Josefsson  <jas@extundo.com>
8884
8885         * nnimap.el (nnimap): Defgroup
8886         (nnimap-strict-function, nnimap-strict-function-match): New
8887         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8888         (nnimap-split-crosspost, nnimap-split-inbox)
8889         (nnimap-split-rule, nnimap-split-predicate)
8890         (nnimap-split-predicate): Defcustom.
8891         (nnimap-split-inbox, nnimap-expunge-search-string)
8892         (nnimap-importantize-dormant): Remove "*" from doc.
8893
8894 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8895
8896         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8897         not supplied via prefix arg.  From Lisp, make arg mandatory.
8898         Suggested by Frank Schmitt.
8899
8900 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8901
8902         * message.el (message-do-auto-fill): Avoid calling
8903         'rfc822-goto-eoh'.
8904
8905 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8906         From Paul Jarc <prj@po.cwru.edu>.
8907
8908         * message.el (message-get-reply-headers): Restructure the logic
8909         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8910
8911 2001-10-20  Simon Josefsson  <jas@extundo.com>
8912
8913         * message.el (message-cancel-news): Support cancel-locks.
8914         Suggested by Per Abrahamsson.
8915
8916         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8917         conses.  From David Z Maze <dmaze@MIT.EDU>.
8918
8919         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8920
8921 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8922
8923         * mm-decode.el (mm-default-directory): Fix customize type.
8924
8925         * message.el (message-setup-fill-variables): Kludge to use
8926         normal-auto-fill-function even if auto fill is already activated.
8927
8928 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8929
8930         * message.el (message-do-auto-fill): New version that does not
8931         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8932         (message-setup-1): Removed the `message-field' property.
8933
8934         * gnus-draft.el (gnus-draft-edit-message): Removed the
8935         `message-field' property.
8936
8937 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8938
8939         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8940         `message-field'.  The `field' property has a special significance in
8941         Emacs 21.
8942
8943         * message.el (message-send, message-setup-1): Ditto.
8944
8945 2001-10-18  Simon Josefsson  <jas@extundo.com>
8946
8947         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8948         when undoing.
8949
8950 2001-10-18  Simon Josefsson  <jas@extundo.com>
8951         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8952
8953         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8954         (gnus-summary-make-menu-bar): Ditto.
8955
8956 2001-10-17  Simon Josefsson  <jas@extundo.com>
8957
8958         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8959         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8960
8961 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8964         * gnus-util.el (gnus-user-date): New function.
8965         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8966
8967 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8968
8969         * message.el (message-check-news-header-syntax): Special case
8970         nnvirtual groups.
8971
8972         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8973         customize type to `symbol'.
8974
8975 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8976
8977         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8978         %&foo;.
8979         (gnus-parse-simple-format): Support user extended spec too.
8980         %u&foo; invokes gnus-user-format-function-foo.
8981
8982 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8983
8984         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8985         the server.
8986         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8987         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8988         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8989         * nndiary.el (nndiary-request-expire-articles): Ditto.
8990         (nndiary-schedule): Defsubst it before use it.
8991         (nndiary-error): eval-and-compile.
8992
8993 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8994
8995         * gnus-msg.el (gnus-post-method): Changed two instances of
8996         `active' to `current' and one `null' to `not'.
8997
8998 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8999         From Katsumi Yamaoka <yamaoka@jpl.org>.
9000
9001         * message.el (message-setup-fill-variables): Use
9002         `normal-auto-fill-function' instead of `auto-fill-function'.
9003
9004 2001-10-16  Simon Josefsson  <jas@extundo.com>
9005
9006         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9007         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9008         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9009
9010 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9011         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9012
9013         * gnus-draft.el (gnus-draft-edit-message): Add text property
9014         `field' with value `header' to message headers.
9015         * message.el (message-setup-1): Really add text property to all of
9016         the header, not just part of it.
9017
9018 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019
9020         * gnus-group.el (gnus-group-sort-by-server): Use it.
9021
9022         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9023
9024         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9025         and keystroke.
9026
9027 2001-10-14  Simon Josefsson  <jas@extundo.com>
9028
9029         * dig.el: Doc fix.
9030
9031         * smime.el: Doc fix.
9032
9033         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9034         charset magic from message.el.
9035
9036 2001-10-12  Simon Josefsson  <jas@extundo.com>
9037         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9038
9039         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9040         'cite from g-a-wash-types.
9041         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9042         (gnus-article-hide-citation): Fix.
9043
9044         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9045         character.
9046         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9047
9048         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9049         definition.
9050         (gnus-signature-toggle): Toggle `s' mode line character.
9051
9052         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9053         doing stuff that clears it.
9054
9055 2001-10-12  Simon Josefsson  <jas@extundo.com>
9056
9057         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9058         From Eric Marsden <emarsden@laas.fr>.
9059
9060 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9063         (autoload): Add some autoloads.
9064
9065 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9066         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9067
9068         * message.el (message-do-auto-fill): New function.  Like
9069         `do-auto-fill' but don't fill when in the message header.
9070         (message-setup-1): Put a text property on the message header.
9071         (message-setup-fill-variables): Use `message-do-auto-fill'.
9072
9073 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9074
9075         * message.el (message-send-mail-partially): Insert an empty line
9076         first, because of the change of message-make-lines.
9077
9078 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9079
9080         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9081         iso-8859-15, make it an alias for iso-8859-1.
9082
9083 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * message.el (message-send-news): Don't modify the value of
9086         `message-syntax-checks' if it is not a list (possibly it is
9087         `dont-check-for-anything-just-trust-me').
9088
9089 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9092         `find-coding-system' for XEmacs to check whether the coding-system
9093         `utf-8' is available.
9094
9095 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9096
9097         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9098
9099 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9100
9101         * message.el (message-send-news): Oops, missed case with no
9102         "Followup-To" header...
9103
9104 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9105
9106         * message.el (message-send-news): Allow
9107         `gnus-group-name-charset-group-alist' to affect encoding of the
9108         "Newsgroups" and "Followup-To" headers.
9109
9110 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9111
9112         * Makefile.in (install-el): Depend on gnus-load.el.
9113
9114 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * Makefile.in (install-el): Use -f.
9117         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9118
9119 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9120
9121         * message.el (message-send-news): Don't encode Followups-To when
9122         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9123
9124         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9125         header.
9126
9127         * gnus-art.el (article-decode-group-name): Also decode
9128         "Followup-To".
9129
9130         * rfc2047.el (rfc2047-encode-message-header): Encode without
9131         asking for null methods.
9132
9133         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9134         default charset for newsgroup names in accordance with USEFOR.
9135
9136         * gnus-group.el (gnus-group-name-charset-method-alist,
9137         gnus-group-name-charset-group-alist): Removed "*" from doc
9138         strings, "*" should not be used for complex variables.
9139
9140 2001-10-06  Simon Josefsson  <jas@extundo.com>
9141
9142         Support UTF-8 group names better.
9143
9144         * message.el (message-check-news-header-syntax): Encode group
9145         names before comparison.
9146
9147         * gnus-msg.el (gnus-copy-article-buffer): Run all
9148         `gnus-article-decode-hook's except `article-decode-charset'
9149         instead of hardcoding call to one of them.
9150
9151         * gnus-art.el (gnus-article-decode-hook): Add
9152         `article-decode-group-name'.
9153         (article-decode-group-name): New function, use `g-d-n'.
9154
9155         * gnus-group.el (gnus-group-insert-group-line): Decode
9156         gnus-tmp-group using `g-d-n'.
9157
9158         * gnus-util.el (gnus-decode-newsgroups): New function.
9159
9160 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9161
9162         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9163         `gnus-group-name-charset-group-alist'.
9164
9165 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166
9167         * Makefile.in: Install el in install. Add uninstall.
9168
9169 2001-10-05  Simon Josefsson  <jas@extundo.com>
9170
9171         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9172
9173         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9174
9175         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9176         empty folders.
9177
9178         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9179         limiting if read-all (C-u RET) was used.
9180
9181 2001-10-04  Simon Josefsson  <jas@extundo.com>
9182
9183         * mail-source.el (mail-source-movemail-program): New variable.
9184         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9185         <thutt@thutt.vmware.com>.
9186
9187 2001-10-03  Simon Josefsson  <jas@extundo.com>
9188
9189         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9190         (gnus-summary-line-format-alist): Fix param.
9191
9192 2001-10-02  Simon Josefsson  <jas@extundo.com>
9193
9194         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9195         don't go through `nnimap-request-expire-articles' to delete the
9196         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9197
9198 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * gnus-agent.el (gnus-agent-write-active): The min in the
9201         agent/active may be larger than that in the server/active.
9202
9203 2001-10-01  Simon Josefsson  <jas@extundo.com>
9204
9205         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9206         is IMAP4rev1.
9207
9208         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9209
9210         * nnfolder.el: Ditto.
9211
9212 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9213
9214         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9215         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9216
9217 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9218
9219         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9220         (message-mode-menu): Menu item for same.
9221
9222         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9223         delayed articles.
9224
9225         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9226         nndraft:delayed does not exist.
9227         (gnus-delay-initialize): Don't set up keymap, that's done from
9228         message.el now.
9229         (gnus-delay, gnus-delay-group, gnus-delay-header)
9230         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9231
9232 2001-09-29  Simon Josefsson  <jas@extundo.com>
9233
9234         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9235         utf-8, not eight-bit-control.
9236
9237         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9238         (imap-log, imap-debug): Custom.
9239         (imap-log-buffer, imap-debug-buffer): New constants.
9240         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9241         (imap-network-open, imap-shell-open, imap-starttls-open)
9242         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9243         (imap-debug): Use imap-*-buffer.
9244
9245         * nndoc.el (nndoc-article-type): Add mailman.
9246         (nndoc-type-alist): Ditto.
9247         (nndoc-mailman-type-p): New function.
9248
9249 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9250
9251         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9252         gnus-art.el.
9253
9254 2001-09-27  Simon Josefsson  <jas@extundo.com>
9255
9256         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9257         (gnus-topic-catchup-articles): New function. Suggested by Robin
9258         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9259
9260 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9261         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9262
9263         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9264         previous ones.
9265
9266 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267         From Daiki Ueno  <ueno@unixuser.org>
9268
9269         * gnus-sum.el (gnus-summary-show-article): The arglist of
9270         detect-coding-region is incompatible.
9271
9272 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9274
9275         * gnus-group.el (gnus-group-delete-group): Typo.
9276
9277 2001-09-26  Simon Josefsson  <jas@extundo.com>
9278
9279         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9280
9281         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9282
9283 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9284
9285         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9286
9287 2001-09-22  Simon Josefsson  <jas@extundo.com>
9288
9289         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9290
9291         * nnfolder.el (nnfolder-open-marks): Ditto.
9292
9293         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9294         (gnus-update-marks): Use it.
9295         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9296         hardcoded list.
9297
9298         * gnus.el (gnus-article-special-mark-lists): Add killed.
9299         (gnus-article-unpropagated-mark-lists): New constant.
9300
9301 2001-09-22  Simon Josefsson  <jas@extundo.com>
9302
9303         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9304         custom option.
9305
9306 2001-09-23  Simon Josefsson  <jas@extundo.com>
9307
9308         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9309
9310 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9311
9312         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9313
9314 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9315
9316         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9317         accept lists of functions.
9318
9319 2001-09-20  Simon Josefsson  <jas@extundo.com>
9320
9321         * gnus-group.el (gnus-group-catchup): Update expire marks in
9322         backend.  Also, if ALL also set expire marks on tick/dormant.
9323
9324 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9325
9326         * message.el (message-tab-body-function): New variable.
9327         * message.el (message-tab): Use it.
9328
9329 2001-09-19  Sam Steingold  <sds@gnu.org>
9330
9331         * gnus-win.el (gnus-buffer-configuration): Respect
9332         `gnus-bug-create-help-buffer'.
9333
9334 2001-09-18  Simon Josefsson  <jas@extundo.com>
9335
9336         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9337         (gnus-parse-simple-format): Re-revert.
9338
9339 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9340         Trivial patch.
9341
9342         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9343         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9344
9345 2001-09-18  Simon Josefsson  <jas@extundo.com>
9346
9347         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9348         signed.
9349         (gnus-parse-simple-format): Don't use it.
9350
9351 2001-09-17  Miles Bader  <miles@gnu.org>
9352
9353         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9354         error querying a backend abort the whole process.
9355
9356 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357
9358         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9359         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9360
9361 2001-09-17  Didier Verna  <didier@xemacs.org>
9362
9363         * nndiary.el: version 0.2-b14.
9364         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9365         compatibility problem with XEmacs 21.1.
9366
9367 2001-09-15  Simon Josefsson  <jas@extundo.com>
9368
9369         * gnus-group.el (gnus-group-line-format): Document %c.
9370
9371         * nnml.el (nnml-parse-head): Handle CRLF files.
9372         (nnml-generate-nov-file): Ditto.
9373         (nnml-retrieve-headers): Ditto.
9374
9375 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9376
9377         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9378
9379 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9380
9381         * gnus-spec.el (gnus-correct-substring): Still stopped one
9382         character before we wanted (never included last character).
9383         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9384         add missing "," (once per function)
9385
9386 2001-09-14  Simon Josefsson  <jas@extundo.com>
9387
9388         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9389         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9390         default before gnus-group is loaded and the variable set.)
9391
9392         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9393         killed or unsent marks.
9394
9395         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9396         isn't an article to set it on (e.g. when you `a' in a group).
9397
9398 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9399
9400         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9401         can read e-mails from Microsoft Outlook users not using ISO
9402         8859-2 character set.
9403
9404 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9405
9406         * gnus-diary.el: Minor modifications to avoid warnings.
9407         (gnus-summary-misc-menu): defvar.
9408         (gnus-diary-check-message): Use gnus-point-at-eol.
9409         (gnus-diary-kill-entire-line): eval-and-compile.
9410
9411 2001-09-12  Didier Verna  <didier@xemacs.org>
9412
9413         * nndiary.el: new version (0.2-b13).
9414         * nndiary.el (nndiary-mail-sources): doc update.
9415         * nndiary.el (nndiary-split-methods): ditto.
9416         * nndiary.el (nndiary-request-accept-article-hooks): New.
9417         * nndiary.el (nndiary-request-accept-article): use it, check
9418         message validity.
9419         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9420         * nndiary.el (nndiary-schedule): fix bug (misplaced
9421         condition-case): it didn't return nil on error.
9422         * gnus-diary.el: new version.
9423         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9424         * gnus-diary.el (gnus-diary-header-value-history): New.
9425         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9426         * gnus-diary.el (gnus-diary-add-header): New.
9427         * gnus-diary.el (gnus-diary-check-message): New.
9428         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9429         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9430
9431 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9432
9433         * gnus-sum.el (gnus-select-newsgroup): Make
9434         `gnus-current-select-method' buffer-local.
9435
9436         * gnus-art.el (gnus-request-article-this-buffer): Refer
9437         `gnus-current-select-method' in the current summary buffer.
9438
9439 2001-09-10  Simon Josefsson  <jas@extundo.com>
9440         From Daniel Pittman <daniel@rimspace.net>
9441
9442         * gnus-spec.el (gnus-correct-pad-form): Fix.
9443
9444 2001-09-09  Simon Josefsson  <jas@extundo.com>
9445
9446         * mm-decode.el (mm-inline-media-tests): Add
9447         application/x-emacs-lisp.
9448         (mm-attachment-override-types): Add
9449         application/{x-,}pkcs7-signature.
9450
9451         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9452         (gnus-server-line-format, gnus-server-mode-line-format)
9453         (gnus-server-browse-in-group-buffer): Customize.
9454
9455 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9456
9457         * nnml.el (nnml-marks-changed-p): Typo.
9458         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9459         (nnml-marks-changed-p): Use gnus-gethash.
9460         (nnml-marks-modtime): Use gnus-make-hashtable.
9461
9462         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9463         (nnfolder-request-expire-articles, nnfolder-save-marks)
9464         (nnfolder-open-marks): Typo.
9465         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9466         (nnfolder-marks-changed-p): Use gnus-gethash.
9467         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9468
9469 2001-09-08  Simon Josefsson  <jas@extundo.com>
9470
9471         * nnfolder.el (nnfolder-marks-modtime): New variable.
9472         (nnfolder-marks-changed-p): New function.
9473         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9474         (nnfolder-request-update-info): Don't update if marks didn't change.
9475
9476         * nnml.el (nnml-marks-modtime): New variable.
9477         (nnml-marks-changed-p): New function.
9478         (nnml-save-marks, nnml-open-marks): Save modtime.
9479         (nnml-request-update-info): Don't update if marks didn't change.
9480
9481         * gnus-agent.el (gnus-agent-any-covered-gcc)
9482         (gnus-agent-add-server, gnus-agent-remove-server): Use
9483         gnus-agent-method-p.
9484
9485         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9486         (gnus-unbuttonized-mime-type-p): Use it.
9487
9488         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9489         fetch group.
9490
9491 2001-09-08  Simon Josefsson  <jas@extundo.com>
9492         From Daniel Pittman <daniel@rimspace.net>
9493
9494         * gnus-spec.el (gnus-correct-pad-form): New function.
9495         (gnus-parse-simple-format): Use it.
9496
9497 2001-09-07  Simon Josefsson  <jas@extundo.com>
9498
9499         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9500         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9501         Putnam <reader@newsguy.com>.
9502         (gnus-group-sort-selected-groups): Touch dribble file.
9503
9504 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9505
9506         * nnml.el (nnml-filenames-are-evil): New variable.
9507         (nnml-article-to-file-alist): Rename to ...
9508         (nnml-current-group-article-to-file-alist): ... this.
9509         Respect `nnml-filenames-are-evil'.
9510         (nnml-active-number): Update.
9511         (nnml-update-file-alist): Update.
9512         (nnml-request-article): Use nnheader-article-to-file-alist.
9513         (nnml-request-rename-group): Likewise.
9514
9515 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-sum.el (gnus-summary-insert-line): Fix.
9518
9519 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9520
9521         * gnus-sum.el: Bind g-s-t-s to "W g".
9522         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9523         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9524         display of graphical smilies.
9525
9526 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9527
9528         * gnus-start.el (gnus-setup-news): A typo.
9529         From Bill White <billw@wolfram.com>.
9530
9531 2001-09-06  Simon Josefsson  <jas@extundo.com>
9532
9533         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9534         and unseen marks.
9535
9536 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9537
9538         * nnmail.el (nnmail-split-fancy): Document `junk'.
9539
9540 2001-09-04  Simon Josefsson  <jas@extundo.com>
9541
9542         * imap.el (imap-search): Don't error if server is broken.
9543
9544 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9545
9546         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9547         searching for an article that isn't in the mbox.
9548
9549 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9552         right, and get all the comments.
9553
9554 2001-09-02  Simon Josefsson  <jas@extundo.com>
9555         Suggested by Dan Christensen <jdc+news@uwo.ca>
9556
9557         * nnfolder.el (nnfolder-request-update-info): Fix message.
9558
9559         * nnml.el (nnml-request-update-info): Ditto.
9560
9561 2001-09-01  Simon Josefsson  <jas@extundo.com>
9562
9563         * nnml.el (nnml-request-expire-articles): Also bind
9564         `nnml-current-group' and `nnml-article-file-alist' when using
9565         expiry-target. (Otherwise nnml will be in a inconsistent internal
9566         state causing all kind of problems.)
9567         (nnml-request-expire-articles): If `nnml-article-to-file' or
9568         `file-attributes' failes, return article as un-expirable instead
9569         of treating it as expired.
9570
9571 2001-08-31  Sam Steingold  <sds@gnu.org>
9572
9573         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9574         typo: `exmine' --> `examine'.
9575
9576 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9577
9578         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9579
9580 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9581
9582         * nnml.el (nnml-check-directory-twice): Remove.
9583         (nnml-retrieve-headers): Ditto.
9584         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9585
9586 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9587
9588         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9589         directory twice on Windows, or on GNU Emacs-21.
9590
9591 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9592
9593         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9594         (nnml-request-rename-group): Ditto.
9595         (nnml-active-number): Ditto.
9596         (nnml-request-create-group): Use nnml-directory-articles.
9597         (nnml-request-expire-articles): Use nnml-directory-articles, which
9598         gets list from nov database if available.
9599         (nnml-get-nov-buffer): New function.
9600         (nnml-open-nov): Use it.
9601         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9602         gets alist from nov database if available.
9603         (nnml-directory-articles): New function.
9604         (nnml-article-to-file-alist): New function.
9605
9606 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9607
9608         * mm-decode.el (mm-display-external): Use `name' as filename, if
9609         `filename' attribute is not present.
9610
9611 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9612
9613         * mail-source.el (mail-source-flash): New defcustom.
9614         (mail-source-new-mail-p): Ring visible bell if appropriate.
9615         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9616         timer is cleared even if mail check signals an error.
9617
9618 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9619
9620         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9621         type 'list.
9622
9623 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9624
9625         * flow-fill.el (fill-flowed): eol might be point-max.
9626
9627 2001-08-27  Simon Josefsson  <jas@extundo.com>
9628
9629         * nnml.el (nnml-request-update-info): Fix message.
9630         (nnml-open-marks): Ditto.
9631
9632         * nnfolder.el (nnfolder-request-update-info):
9633         (nnfolder-open-marks): Fix message.
9634
9635 2001-08-25  Simon Josefsson  <jas@extundo.com>
9636
9637         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9638         after group in ~/.
9639
9640 2001-08-25  Simon Josefsson  <jas@extundo.com>
9641         From Andreas Jaeger  <aj@suse.de>
9642
9643         * nnfolder.el (nnfolder-open-marks): Fix typo.
9644         * nnml.el (nnml-open-marks): Likewise.
9645
9646 2001-08-25  Simon Josefsson  <jas@extundo.com>
9647
9648         Make nnfolder groups self-contained as far as marks are concerned.
9649
9650         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9651         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9652         (nnfolder-open-server): Make marks directory.
9653         (nnfolder-request-delete-group): Delete marks file.
9654         (nnfolder-request-delete-group): Check of nov/marks file exist
9655         before deleting.
9656         (nnfolder-request-rename-group): Rename marks file.
9657         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9658         (nnfolder-request-set-mark, nnfolder-request-update-info)
9659         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9660         (nnfolder-open-marks): New functions.
9661         (top-level): Require gnus.
9662
9663 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9664
9665         * nnweb.el (nnweb-type-definition): Use google raw file.
9666         (nnweb-google-parse-1): Ditto.
9667         (nnweb-google-identity): Ditto.
9668         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9669         (nnweb-altavista-wash-article): Ditto.
9670         (nnweb-request-article): Remove nnweb-decode-entities.
9671
9672         * nnml.el: Require 'gnus.
9673
9674 2001-08-25  Simon Josefsson  <jas@extundo.com>
9675
9676         * nnml.el (nnml-marks-is-evil): Add doc.
9677
9678 2001-08-25  Simon Josefsson  <jas@extundo.com>
9679
9680         * nnml.el (nnml-save-marks): Wrap saving marks in a
9681         condition-case, to allow user to start Gnus if saving marks failed
9682         for some reason.
9683
9684 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9687
9688         * gnus-group.el (gnus-update-group-mark-positions): Bind
9689         gnus-group-update-hook to nil.
9690
9691 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692
9693         * mml.el (mml-generate-mime-1): Force as multibyte string.
9694
9695 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9696
9697         * gnus-sum.el (gnus-summary-insert-line)
9698         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9699         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9700
9701         * gnus-spec.el (gnus-correct-substring): Take optional END.
9702
9703         * nnrss.el (nnrss-request-article): Remove \n.
9704         (nnrss-retrieve-headers): Lines number is -1.
9705
9706 2001-08-24  Simon Josefsson  <jas@extundo.com>
9707
9708         * gnus-group.el (gnus-info-clear-data): Call
9709         nnfoo-request-set-mark to propagate marks.  Fix bug:
9710         `gnus-group-update-line' doesn't update read range unless we call
9711         `gnus-get-unread-articles-in-group' first.
9712
9713         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9714         to server.
9715
9716 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9717
9718         * gnus-util.el (gnus-create-info-command): Return an interactive
9719         function.
9720
9721 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9722         From Katsumi Yamaoka <yamaoka@jpl.org>
9723
9724         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9725
9726 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * gnus-sum.el (gnus-select-newsgroup): Use it.
9729
9730         * gnus-util.el (gnus-not-ignore): New function.
9731
9732         * lpath.el (featurep): Don't fbind char-int.
9733
9734         * gnus-util.el (gnus-create-info-command): New function.
9735
9736         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9737         right node.
9738
9739         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9740         (gnus-summary-limit-children): Use 'identity instead of `all'.
9741         (gnus-summary-limit-to-display-predicate): New command and
9742         keystroke.
9743
9744 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9745
9746         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9747
9748         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9749
9750 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * gnus-spec.el: Add the Gnus version.
9753         (gnus-update-format-specifications): If the Gnus version changes,
9754         nix out the format spec cache.
9755
9756         * gnus.el (gnus-continuum-version): Made into a command and
9757         optionalize the VERSION.
9758
9759         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9760         the start of the lines.
9761
9762 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * gnus.el (gnus-visual-p): Define function before use of
9765         function.
9766
9767 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9770         (gnus-article-mark-to-type): New function.
9771         (gnus-update-missing-marks): Only update marks of type 'list.
9772
9773         * gnus.el (gnus-article-special-mark-lists): New variable.
9774
9775 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9778         (gnus-select-newsgroup): Still use 'all.
9779         (gnus-summary-initial-limit): Comparing with 'all.
9780
9781 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9784         active.
9785
9786 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9787
9788         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9789         nnslashdot-*-retrieve-headers.
9790         (nnslashdot-request-article): Fix for slashcode 2.2.
9791         (nnslashdot-make-tuple): New function.
9792         (nnslashdot-read-groups): Use it.
9793
9794 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9797         list.
9798
9799         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9800
9801 2001-08-20  Simon Josefsson  <jas@extundo.com>
9802
9803         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9804         opened, error instead of continuing (and exploding later).
9805
9806 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * gnus.el (gnus-expand-group-parameters): Return the parameter
9809         list.
9810
9811         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9812         (gnus-summary-show-article): Guess at charset if required.
9813
9814         * gnus-spec.el (gnus-correct-substring): Stopped one character
9815         before we wanted.
9816
9817 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9818
9819         * earcon.el (earcon-auto-play): Remove unused option.
9820
9821 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9824         message down in levels, since it happens very fast.
9825
9826         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9827         of smiley-regexp-alist.
9828
9829         * mm-view.el (mm-inline-text): Ignore vcard errors.
9830
9831         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9832
9833         * gnus-score.el (gnus-all-score-files): Use append instead of
9834         nconc.
9835
9836         * gnus.el (gnus-splash-face): Doc fix.
9837
9838         * mm-decode.el (mm-mailcap-command): Use
9839         mm-path-name-rewrite-functions.
9840         (mm-path-name-rewrite-functions): New variable.
9841
9842         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9843         (gnus-complex-form-to-spec): Insert tab.
9844         (gnus-spec-tab): New function.
9845
9846         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9847         entering the group.
9848
9849         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9850         the positional spec.
9851         (gnus-parse-complex-format): React to %C.
9852
9853         * gnus-ems.el (gnus-char-width): Moved here.
9854
9855         * gnus-sum.el (gnus-select-newsgroup): Set
9856         gnus-newsgroup-articles.
9857         (gnus-unseen-mark): New variable.
9858         (gnus-newsgroup-unseen): Ditto.
9859         (gnus-newsgroup-seen): Ditto.
9860         (gnus-adjust-marked-articles): Use them.
9861         (gnus-update-marks): Use them.
9862         (gnus-summary-update-secondary-mark): Display.
9863         (gnus-summary-prepare-threads): Display.
9864
9865         * gnus-msg.el (gnus-inews-group-method): Use and return the
9866         method, not the server.
9867
9868 2001-08-19  Simon Josefsson  <jas@extundo.com>
9869
9870         * gnus-srvr.el (gnus-server-agent-face): New.
9871         (gnus-server-agent-face): New.
9872         (gnus-server-mode): Turn on font-lock-mode.
9873
9874         * gnus.el (gnus-server-visual): Add defgroup.
9875
9876 2001-08-19  Simon Josefsson  <jas@extundo.com>
9877         From Joe Casadonte <jcasadonte@northbound-train.com>
9878
9879         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9880         gnus-server-denied-face): New.
9881         (gnus-server-opened-face, gnus-server-closed-face,
9882         gnus-server-denied-face): New.
9883         (gnus-server-font-lock-keywords): Add.
9884
9885 2001-08-19  Simon Josefsson  <jas@extundo.com>
9886
9887         * nnml.el (nnml-request-set-mark): Return nil.
9888         (nnml-save-marks): Use nnml-possibly-create-directory.
9889         (nnml-open-marks): Only work in temp buffer when inserting/reading
9890         .marks file.
9891
9892 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * gnus.el (gnus-expand-group-parameters): Fix.
9895
9896         * gnus-spec.el (gnus-char-width): New function.
9897         (gnus-correct-substring, gnus-correct-length): Use it.
9898
9899         * message.el (message-required-mail-headers): Fix doc.
9900
9901 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9902
9903         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9904
9905         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9906
9907 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9908
9909         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9910         slashdot 2.2 (not fully fixed yet).
9911         (nnslashdot-request-article): Ditto.
9912
9913 2001-08-18  Simon Josefsson  <jas@extundo.com>
9914
9915         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9916         nnimap.
9917
9918         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9919         gnus-util.
9920         (nnimap-request-update-info-internal): Use new functions.
9921
9922         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9923         new functions.
9924
9925 2001-08-18  Simon Josefsson  <jas@extundo.com>
9926
9927         Make nnml groups self-contained as far as marks are concerned.
9928
9929         * nnml.el (nnml-request-delete-group): Delete marks file.
9930         (nnml-request-rename-group): Move marks file.
9931         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9932         variables.
9933         (nnml-request-set-mark, nnml-request-update-info): New server
9934         functions.
9935         (nnml-save-marks, nnml-open-marks): New functions.
9936
9937 2001-08-18  Simon Josefsson  <jas@extundo.com>
9938
9939         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9940         `set' when setting marks.
9941
9942 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * gnus.el (gnus-info-find-node): Take an argument.
9945
9946         * gnus-art.el (gnus-button-handle-info): New function.
9947         (gnus-url-unhex-string): Replace "+" with " ".
9948
9949 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9950
9951         * message.el (message-check-news-header-syntax): Check bad From.
9952
9953 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * gnus-spec.el (gnus-correct-length): New function.
9956         (gnus-correct-substring): New function.
9957         (gnus-tilde-max-form): Use it.
9958
9959 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9960
9961         * nnmh.el: Docstring changes as below.
9962
9963         * nnml.el: Docstring changes as below.
9964
9965         * nnbabyl.el: Docstring changes as below.
9966
9967         * nnmbox.el: Docstring changes as below.
9968
9969         * nnfolder.el: Added docstrings identifying each virtual server
9970         parameter.
9971
9972 2001-08-18  Simon Josefsson  <jas@extundo.com>
9973
9974         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9975
9976 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9977
9978         * message.el: rename "Abort Message" to "Postpone Message".
9979         Remove "Attach file as MIME" from Message menu, it's already in
9980         the MIME menu.
9981
9982 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9983
9984         * smime.el (smime-point-at-eol): eval-and-compile.
9985         (smime-make-temp-file): New function.
9986         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9987         Use it.
9988
9989 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990
9991         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9992         (gnus-agent-summary-fetch-group): New command and keystroke.
9993
9994         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9995         (gnus-mime-display-security): Make it respect
9996         gnus-unbuttonized-mime-type-p.
9997
9998         * gnus-sum.el (gnus-articles-to-read): Comments.
9999         (gnus-article-marked-p): New function.
10000         (gnus-summary-display-make-predicate): New function.
10001         (gnus-select-newsgroup): Use them.
10002
10003         * mm-decode.el (mm-save-part-to-file): Made it not error.
10004
10005 2001-08-17  Simon Josefsson  <jas@extundo.com>
10006
10007         * imap.el (imap-wait-for-tag): If process-status isn't open or
10008         run, return nil instead of sit-for looping.
10009
10010 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * lpath.el (featurep): fbind xml-parse-region.
10013
10014         * gnus.el (gnus-message-archive-method): Default to "archive".
10015         (gnus-message-archive-method): Doc fix.
10016         (gnus-parameters-get-parameter): Cleaned up.
10017         (gnus-expand-group-parameter): New function.
10018
10019         * gnus-start.el (gnus-setup-news): Push the archive server only
10020         the server list.
10021
10022         * mml.el (mml-menu): Changed name to "Attachments".
10023
10024         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10025         when there is something to detroy.
10026
10027 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10028
10029         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10030         nil.
10031
10032 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10033
10034         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10035         which specifies a time today or tomorrow.
10036
10037 2001-08-15  Simon Josefsson  <jas@extundo.com>
10038         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10039
10040         * gnus-agent.el (gnus-agent-make-mode-line-string)
10041         (gnus-agent-toggle-plugged): Use new API.
10042
10043 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10044
10045         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10046         deadline has expired.
10047
10048 2001-08-12  Simon Josefsson  <jas@extundo.com>
10049         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10050
10051         Support `recent' mark indicating newly arrived messages (to
10052         separate from old but unread messages).
10053
10054         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10055         `nnmail-split-history' if recent is > 0.
10056         (nnimap-request-update-info-internal): Update `recent' marks.
10057         (nnimap-request-set-mark): Never set `recent' marks.
10058         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10059         recent.
10060
10061         * gnus-sum.el (gnus-recent-mark): New mark.
10062         (gnus-newsgroup-recent): New variable.
10063         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10064         (gnus-summary-prepare-threads): Mark recent articles.
10065         (gnus-summary-add-mark): Support recent.
10066         (gnus-summary-update-secondary-mark): Support recent.
10067
10068         * gnus.el (gnus-article-mark-lists): Add recent.
10069
10070 2001-08-12  Simon Josefsson  <jas@extundo.com>
10071
10072         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10073         whether successful decoding took place.  Add doc.
10074
10075 2001-08-12  Simon Josefsson  <jas@extundo.com>
10076         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10077
10078         * gnus.el (gnus-summary-line-format, gnus-parameters):
10079         * gnus-gl.el (gnus-summary-grouplens-line-format):
10080         * gnus-salt.el (gnus-summary-pick-line-format):
10081         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10082
10083 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10084         Committed by Kai Gro\e,b_\e(Bjohann.
10085
10086         * gnus-score.el (gnus-score-string): Fix `match' regexp
10087         for `extra' header case.
10088
10089 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10090
10091         * nnmbox.el (nnmbox-read-mbox): No warning.
10092
10093 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10094
10095         * nndoc.el (nndoc-article-type): Fix doc.
10096         (nndoc-generate-article-function): New variable.
10097         (nndoc-dissection-function): New variable.
10098         (nndoc-type-alist): Add oe-dbx.
10099         (nndoc-oe-dbx-type-p): New function.
10100         (nndoc-oe-dbx-dissection): New function.
10101         (nndoc-oe-dbx-generate-article): New function.
10102
10103 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10104
10105         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10106         whether deadline has been reached.  Patch from Dan Nicolaescu
10107         <dann@godzilla.ics.uci.edu>.
10108
10109 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10110
10111         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10112         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10113         <rintaman@cs.Helsinki.FI>.
10114
10115         * mail-source.el (mail-source-movemail): The error buffer is
10116         modified, but nothing in it.
10117
10118 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * message.el (message-bogus-system-names): New variable.
10121         (message-make-fqdn): Use it.
10122
10123 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10124
10125         * nndraft.el (nndraft-request-group): Use
10126         nndraft-auto-save-file-name.
10127
10128 2001-08-09  Simon Josefsson  <jas@extundo.com>
10129
10130         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10131         Don't ask whether to decrypt.  Just leave result in buffer (don't
10132         call mm).
10133
10134         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10135         parts as well.
10136         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10137         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10138
10139 2001-08-09  Simon Josefsson  <jas@extundo.com>
10140
10141         * mm-decode.el (mm-insert-part): Return decoding success status.
10142         (mm-save-part-to-file): Error if decoding failed.
10143
10144 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10145
10146         * message.el (message-tab): Use indent-relative.
10147         (message-mode): Don't bind indent-line-function to indent-relative.
10148
10149 2001-08-09  Simon Josefsson  <jas@extundo.com>
10150
10151         * message.el (message-get-reply-headers): Fix string. Suggested by
10152         Christoph Conrad <cc@cli.de>.
10153
10154 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10155
10156         * message.el (message-tab): Use the current value of
10157         indent-line-function.
10158         (message-mode): Bind indent-line-function to indent-relative.
10159
10160 2001-08-08  Simon Josefsson  <jas@extundo.com>
10161
10162         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10163         whether `imtest' is installed.
10164
10165 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10166         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10167
10168         * gnus-sum.el (gnus-summary-show-article): Call
10169         gnus-summary-update-secondary-secondary-mark.
10170         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10171         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10172
10173 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10174
10175         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10176
10177         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10178
10179         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10180         <gerd@gnu.org>.
10181
10182         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10183
10184         * gnus-util.el (gnus-output-to-rmail): Ditto.
10185         (gnus-output-to-mail): Ditto.
10186
10187         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10188
10189 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10190
10191         * message.el (message-indent-citation): Use
10192         `message-yank-cited-prefix' for empty lines.
10193
10194 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10195
10196         * message.el (message-indent-citation): Quote only lines starting
10197         with ">" using `message-yank-cited-prefix'.
10198
10199 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10200         Trivial patch.
10201
10202         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10203         gnus-cache-fully-p.
10204
10205 2001-08-04  Simon Josefsson  <jas@extundo.com>
10206
10207         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10208         file if it doesn't exist (by calling gnus-cache-read-active).
10209
10210 2001-08-04  Simon Josefsson  <jas@extundo.com>
10211
10212         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10213         (gnus-cache-passively-or-fully-p): Removed.
10214         (gnus-cache-fully-p): Fix it.
10215
10216         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10217
10218 2001-08-04  Simon Josefsson  <jas@extundo.com>
10219
10220         * gnus-cache.el (gnus-cache-fully-p)
10221         (gnus-cache-passively-or-fully-p): New functions.
10222         (gnus-cache-possibly-enter-article): Cosmetic change, use
10223         `g-c-p-o-f-p'.
10224         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10225         was bogus (`g-c-p-a-a' does not change active info, just change
10226         the functions parameters).
10227         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10228         not removed in groups that match `gnus-uncacheable-groups'.
10229
10230         Reported and modifications based on discussions with Nuutti
10231         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10232
10233 2001-08-04  Simon Josefsson  <jas@extundo.com>
10234         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10235
10236         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10237         calls `gnus-cache-update-active' if bounds has been extended.
10238
10239 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10240
10241         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10242         before remove.
10243         (gnus-mime-security-show-details): Ditto.
10244
10245 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10246
10247         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10248         syntax.  Protect string-match against nil string and regexp.
10249
10250 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10251
10252         * mm-util.el (mm-find-charset-region): Remove control-1.
10253
10254 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10255
10256         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10257
10258 2001-08-04  Simon Josefsson  <jas@extundo.com>
10259
10260         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10261         buffer.  Delete MIME-Version header.
10262
10263 2001-08-03  Simon Josefsson  <jas@extundo.com>
10264
10265         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10266         that is entered does not necessarily have the highest article
10267         number in the group, so use `gnus-cache-possibly-alter-active'
10268         instead of `gnus-cache-update-active'.
10269
10270 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10273
10274 2001-08-03  Simon Josefsson  <jas@extundo.com>
10275
10276         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10277         menu.
10278
10279 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus.el (post-method): New group parameter.  It also provides
10282         the user option `gnus-post-method-alist' and the internal function
10283         `gnus-parameter-post-method'.
10284
10285         * gnus-msg.el (gnus-post-method): Bind the value of
10286         `gnus-post-method' to the group parameter if it is defined.
10287
10288 2001-08-02  Simon Josefsson  <jas@extundo.com>
10289
10290         * smime.el (smime-extra-arguments): Removed.
10291         (smime-call-openssl-region): Don't use it.
10292
10293 2001-08-02  Simon Josefsson  <jas@extundo.com>
10294
10295         * smime.el (smime-sign-region): Handle stderr.
10296         (smime-encrypt-region): Ditto.
10297
10298         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10299         match the ASN.1 length bytes.
10300         (mm-pkcs7-enveloped-magic): Ditto.
10301         (mm-view-pkcs7-get-type): Don't regexp quote.
10302
10303 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10304         From Andreas Fuchs <asf@void.at>
10305
10306         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10307
10308 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10309
10310         * gnus-art.el (gnus-header-button-alist): References regexp.
10311
10312 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10313
10314         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10315         already fboundp.  Add INTERACTIVE arg to autoload form.
10316
10317 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10320
10321         * nnmail.el (nnmail-cache-open): Ditto.
10322
10323 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10324
10325         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10326
10327 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10330
10331 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10332         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10333
10334         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10335         (gnus-agent-toggle-plugged): Use it.
10336
10337 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10338
10339         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10340         (gnus-ding-file-coding-system): New variable.
10341         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10342         (gnus-slave-save-newsrc): Use it.
10343
10344 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10345
10346         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10347         syntax.
10348
10349 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10350         Originally from Andreas Fuchs <asf@void.at>
10351
10352         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10353         (mml2015-gpg-pretty-print-fpr): New function.
10354         (mml2015-gpg-extract-signature-details): More details, rename from
10355         `m-g-e-from'.
10356         (mml2015-gpg-verify): Use them.
10357         (mml2015-gpg-clear-verify): Use them.
10358
10359 2001-07-31  Simon Josefsson  <jas@extundo.com>
10360
10361         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10362         buffer when done.
10363
10364 2001-07-30  Simon Josefsson  <jas@extundo.com>
10365
10366         * smime.el (smime-call-openssl-region): Revert previous change,
10367         just pass on buf to `call-process-region'.
10368         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10369         `smime-new-details-buffer'.  Inserts error messages into buffer.
10370         (smime-noverify-region): Ditto.
10371         (smime-decrypt-region): Ditto.  Handles stderr separately.
10372         (smime-verify-buffer, smime-noverify-buffer)
10373         (smime-decrypt-buffer): Doc fix.
10374         (smime-new-details-buffer): New function.
10375         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10376         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10377         (smime-sign-region, smime-encrypt-region): Don't use
10378         `insert-buffer'.
10379
10380         * mml-smime.el (mml-smime-verify): Fix security button strings.
10381
10382 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10383
10384         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10385         gnus-article-mime-handles.
10386
10387 2001-07-29  Simon Josefsson  <jas@extundo.com>
10388
10389         * mail-source.el (top-level): Require message for message-directory.
10390         (mail-source-directory): Change default to message-directory.
10391
10392         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10393         (smime-certificate-directory, smime-openssl-program)
10394         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10395         (smime-extra-arguments): New variable.
10396         (smime-dns-server): Fix customize group.
10397         (smime-call-openssl-region): Use `smime-extra-arguments'.
10398
10399 2001-07-29  Simon Josefsson  <jas@extundo.com>
10400         From Vladimir Volovich <vvv@vsu.ru>
10401
10402         * smime.el (smime-call-openssl-region): Ignore stderr.
10403
10404 2001-07-29  Simon Josefsson  <jas@extundo.com>
10405         From Christoph Conrad <christoph.conrad@gmx.de>
10406
10407         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10408         file.
10409
10410 2001-07-29  Simon Josefsson  <jas@extundo.com>
10411
10412         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10413
10414         Support S/MIME decryption.
10415
10416         * mm-decode.el (mm-inline-media-tests):
10417         (mm-inlined-types):
10418         (mm-automatic-display):
10419         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10420
10421         * mm-view.el (mm-pkcs7-signed-magic):
10422         (mm-pkcs7-enveloped-magic): New variables.
10423         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10424         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10425         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10426         PKCS#7 blobs.
10427
10428         * smime.el (smime-decrypt-region): Expand keyfile.
10429
10430 2001-07-29  Simon Josefsson  <jas@extundo.com>
10431
10432         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10433         `ssl.el' variables.
10434
10435         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10436         but line instead of narrowing to it, because `nnmail-parse-active'
10437         calls widen.  Thanks to Christoph Conrad
10438         <christoph.conrad@gmx.de>.
10439
10440 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10441
10442         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10443         for %B spec.
10444
10445         * gnus-sum.el (gnus-summary-prepare-threads): If
10446         gnus-sum-thread-tree-root is nil, use subject instead.
10447         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10448         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10449         (gnus-sum-thread-tree-leaf-with-other)
10450         (gnus-sum-thread-tree-single-leaf): Documentation.
10451         (gnus-sum-thread-tree-single-indent): Allow nil.
10452
10453 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10454
10455         * message.el (message-fill-paragraph): Do nothing if the user
10456         wants filladapt-mode.
10457
10458 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * mm-decode.el (mm-image-type-from-buffer): New function.
10461         (mm-get-image): Use it.
10462
10463 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10466
10467         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10468         mm-display-parts too.
10469
10470 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10471
10472         * nnfolder.el (nnfolder-request-accept-article): Bind
10473         nntp-server-buffer.
10474
10475         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10476         nntp-server-buffer.
10477
10478 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10479
10480         * message.el (message-check-news-header-syntax): Use
10481         message-post-method.
10482         (message-send-news): Bind message-post-method.
10483
10484 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10485
10486         * mml.el (mml-tweak-type-alist): New variable.
10487         (mml-tweak-function-alist): New variable.
10488         (mml-tweak-part): New function.
10489         (mml-generate-mime-1): Use it.
10490
10491 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * nnfolder.el (nnfolder-request-accept-article): Replace
10494         nnfolder-request-list.
10495
10496 2001-07-27  Simon Josefsson  <jas@extundo.com>
10497
10498         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10499         nnoo-change-server failed to do it.
10500
10501 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10502
10503         * gnus.el (gnus-parameters): Make it customizable.
10504
10505 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10506
10507         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10508
10509         * message.el (message-set-auto-save-file-name): More
10510         poor-system-types.
10511
10512         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10513
10514         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10515         supports +.
10516
10517 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * mm-decode.el (mm-readable-p): New function.
10520         (mm-inline-media-tests): Fix the default testers.
10521
10522 2001-07-26  Simon Josefsson  <jas@extundo.com>
10523
10524         * nnimap.el (nnimap-version): Bump version number.
10525
10526 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10527         From Steven E. Harris <seh@speakeasy.org>
10528
10529         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10530         in M$Windows too.
10531
10532 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10533
10534         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10535
10536 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10537
10538         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10539
10540         * mm-decode.el (mm-get-image): Guess then use the type.
10541
10542         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10543
10544 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10545
10546         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10547         display (%B) for threads if threading is off.
10548
10549 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10550         From Henrik Enberg <henrik@enberg.org>
10551
10552         * gnus-msg.el: Customization patch.
10553
10554 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10555
10556         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10557         variable.
10558         (nnmail-split-fancy-with-parent): Ignore certain groups.
10559
10560 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10561
10562         * gnus-util.el (gnus-byte-compile): New function.
10563         (gnus-use-byte-compile): New variable.
10564         (gnus-make-sort-function): Use it.
10565
10566         * nnmail.el (nnmail-get-new-mail): Use it.
10567
10568         * gnus-agent.el (gnus-category-make-function): Simple function or
10569         compiled function.
10570         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10571
10572         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10573         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10574         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10575
10576         * message.el (message-check-news-header-syntax): Remove quote.
10577
10578 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10579
10580         * message.el (message-use-mail-followup-to): `t' is not a
10581         documented value.
10582
10583 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10584
10585         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10586
10587 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10588
10589         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10590         there are long lines.
10591
10592 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * dgnushack.el (copy-list): New compiler macro.
10595
10596 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10597
10598         * message.el (message-bounce): If no Return-Path, the whole
10599         content is considered as the original message.
10600
10601         * nnml.el (nnml-check-directory-twice): New variable.
10602         (nnml-article-to-file): Use it.
10603         (nnml-retrieve-headers): Hack it.
10604
10605 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * gnus-win.el (gnus-buffer-configuration): New configure.
10608
10609         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10610         not alive.
10611
10612         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10613         (mm-display-external): Use display-term configure.
10614
10615 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10616
10617         * gnus-delay.el (gnus-delay-default-hour): New variable.
10618         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10619
10620 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10621         From Karl Kleinpaste <karl@charcoal.com>
10622
10623         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10624         (gnus-summary-prepare-threads): Ditto.
10625
10626         * gnus.el (gnus-summary-line-format): Add %B.
10627
10628 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10629
10630         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10631
10632         * mm-util.el (mm-string-as-multibyte): New function.
10633
10634         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10635
10636 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10637
10638         * mm-util.el (mm-universal-coding-system): New variable.
10639
10640         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10641
10642         * score-mode.el (score-mode-coding-system): Use it.
10643
10644 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-start.el (gnus-setup-news): Call
10647         `gnus-check-bogus-newsgroups' just after the native server is
10648         opened.
10649
10650 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10651
10652         * nnmail.el (nnmail-do-request-post): Util function to be used by
10653         `nnchoke-request-post' for all nnmail-derived backends.
10654
10655         * nnml.el (nnml-request-post): Use it.
10656
10657         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10658         backend, for it groks nnml-request-post.
10659
10660         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10661         Treat `mail-post' backends like `mail' backends, not like `news'
10662         backends.
10663
10664 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10665
10666         * gnus-msg.el (gnus-setup-message): make-local-hook.
10667
10668 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10669
10670         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10671         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10672         <karl@charcoal.com>, slightly changed by Kai.
10673
10674         * message.el (message-check-news-header-syntax): When checking
10675         whether the groups exist, check the right server based on
10676         `gnus-post-method'.
10677
10678 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10679
10680         * gnus-delay.el: New file.
10681
10682 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10683
10684         * mm-util.el (mm-read-coding-system): Take two arguments.
10685
10686         * gnus-sum.el (gnus-summary-show-article): Use
10687         mm-read-coding-system.
10688
10689         * gnus-art.el (article-de-quoted-unreadable):
10690         (article-de-base64-unreadable, article-wash-html):
10691         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10692
10693 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10694
10695         * nnml.el (nnml-request-post): New function.  Can be used for
10696         annotations in nnml groups.
10697
10698 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10701         command.
10702
10703         * gnus-start.el (gnus-find-new-newsgroups): Use
10704         `message-make-date' instead of `current-time-string'.
10705         (gnus-ask-server-for-new-groups): Ditto.
10706         (gnus-check-first-time-used): Ditto.
10707
10708 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10711
10712 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10713
10714         * message.el (message-shorten-references): Change `maxcount' and
10715         `cut' to obey USEFOR draft 5.
10716
10717 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10718
10719         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10720         (gnus-summary-set-article-display-arrow): New function.
10721         (gnus-summary-goto-subject): Use it.
10722
10723 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10724
10725         * gnus-sum.el (gnus-summary-import-article): Insert date if
10726         doesn't exist.
10727
10728 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * mml.el (mml-content-type-parameters): New variable.
10731         (mml-content-disposition-parameters): New variable.
10732         (mml-insert-mime-headers): Use them.
10733         (mml-parse-1): Accept charset.
10734
10735 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * gnus-group.el (gnus-group-select-group): Doc fix.
10738
10739         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10740
10741 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10744         to handle `define-derived-mode'.
10745
10746 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10747         From:  Stefan Monnier  <monnier@cs.yale.edu>
10748
10749         * message.el (message-mode): Use define-derived-mode.
10750         (message-tab): message-completion-alist.
10751
10752         * imap.el (imap-interactive-login): Use make-local-variable.
10753         (imap-open): Ditto.
10754         (imap-authenticate): Ditto.
10755
10756         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10757
10758         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10759
10760 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10761
10762         * message.el (message-citation-line-function): Refer to
10763         gnus-cite-attribution-suffix.
10764
10765 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10766
10767         * gnus-art.el,...: Error convention changes.
10768
10769 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10772
10773 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774
10775         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10776         (nnrss-read-server-data): Ditto.
10777
10778 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10781         * Cleanup files.
10782         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10783
10784 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10785
10786         * gnus.el (gnus-summary-line-format): Add %o.
10787
10788         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10789         unless shell outputs something.
10790
10791 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10792
10793         * gnus-art.el (gnus-boring-article-headers): Better doc.
10794         (article-hide-headers): Better regexp.
10795         Suggested by Matt Swift <swift@alum.mit.edu>.
10796
10797         * nnheader.el (nnheader-max-head-length): Better doc.
10798         (nnheader-header-value): Skip spaces.
10799         (nnheader-parse-head): Remove space.
10800         Suggested by Matt Swift <swift@alum.mit.edu>.
10801
10802         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10803         (gnus-get-newsgroup-headers): Remove space.
10804
10805 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10806
10807         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10808         (gnus-summary-reply): Use it.
10809         (gnus-summary-reply-broken-reply-to): New function.
10810         (gnus-msg-force-broken-reply-to): New function.
10811
10812         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10813
10814 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10815
10816         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10817
10818 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * mm-decode.el (mm-external-terminal-program): New variable.
10821         (mm-display-external): Use it. Use term to display when no
10822         window-system.
10823
10824 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10825
10826         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10827         Browse->Next entries to Browse->Prev
10828
10829 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10832
10833 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10836         for the default encoding.
10837
10838         * nnrss.el (nnrss-url-field): New field.
10839         (nnrss-request-article): Add newsgroups.
10840
10841         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10842
10843 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10844
10845         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10846
10847         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10848         (gnus-draft-setup): Remove backlog.
10849
10850 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10851
10852         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10853         Cleanup.
10854
10855 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10856
10857         * gnus-msg.el (gnus-bug): Erase buffer.
10858
10859         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10860
10861 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10862
10863         * mm-decode.el (mm-attachment-override-p): Fix typo.
10864
10865 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-kill.el (gnus-execute): Work with the extra headers.
10868         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10869
10870 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10873         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10874
10875         * message.el (message-send-mail-real-function): New variable.
10876         (message-send-mail-partially, message-send-mail):
10877
10878         * nngateway.el (nngateway-request-post): Use it.
10879
10880         * gnus-agent.el (gnus-agentize): Use it.
10881
10882         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10883         (nnsoup-revert-variables): Use it.
10884
10885 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10886
10887         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10888         text/plain if the type doesn't match any other media types.
10889         (mm-inlined-types): Doc fix.
10890         (mm-display-inline): Revert previous change (now handled by a
10891         default type in `mm-inline-media-tests'.
10892         (mm-inlinable-p): Revive.
10893         (mm-display-part): Call `mm-inlinable-p'.
10894         (mm-attachment-override-p): Ditto.
10895         (mm-inlined-p): Doc fix.
10896
10897         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10898         well as `mm-inlined-p'.
10899
10900 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10901
10902         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10903         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10904
10905 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10906         From  Paul Jarc <prj@po.cwru.edu>
10907
10908         * message.el (message-use-mail-followup-to): New variable.
10909         (message-get-reply-headers): Use it.
10910
10911 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10912
10913         * nnheader.el (nnheader-init-server-buffer): Make sure the
10914         *nntpd* buffer is made multibyte instead of a random buffer.
10915
10916 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10917
10918         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10919         when it returns headers.
10920
10921 2001-07-07  Simon Josefsson  <jas@extundo.com>
10922
10923         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10924         trying to fold. Thanks to Colin Walters
10925         <walters@cis.ohio-state.edu>
10926
10927 2001-07-06  Simon Josefsson  <jas@extundo.com>
10928
10929         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10930         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10931         Add information in `assert's.
10932
10933         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10934         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10935         and `nnimap-group-overview-filename', should handle all
10936         change-of-uidvalidity related issues.  But there may be other
10937         problems.)
10938
10939 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10940
10941         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10942         header name when folding.
10943
10944 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10945
10946         * mm-decode.el (mm-inlined-types): Document relationship with
10947         `mm-inline-media-tests'.
10948         (mm-display-inline): Default to displaying as plain text if no
10949         inlining handler is available.
10950         (mm-inlinable-p): Remove.
10951         (mm-inlined-p): Don't call `mm-inlinable-p'.
10952         (mm-automatic-display-p): Ditto.
10953         (mm-attachment-override-p): Ditto.
10954
10955 2001-07-04  Simon Josefsson  <jas@extundo.com>
10956
10957         * nnimap.el (nnimap-importantize-dormant): New variable.
10958         (nnimap-request-update-info-internal): Use it.
10959         (nnimap-request-set-mark): Ditto.
10960
10961 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10962
10963         * nntp.el (nntp-send-command): don't pass a buffer argument to
10964         `point'. Only XEmacs accepts this.
10965         * nntp.el (nntp-send-command-nodelete): ditto.
10966         * nntp.el (nntp-send-command-and-decode): ditto.
10967
10968 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10969
10970         * nntp.el (nntp-open-connection-function): doc update.
10971         * nntp.el (nntp-pre-command): New.
10972         * nntp.el (nntp-via-rlogin-command): New.
10973         * nntp.el (nntp-via-telnet-command): New.
10974         * nntp.el (nntp-via-telnet-switches): New.
10975         * nntp.el (nntp-via-user-name): New.
10976         * nntp.el (nntp-via-user-password): New.
10977         * nntp.el (nntp-via-address): New.
10978         * nntp.el (nntp-via-envuser): New.
10979         * nntp.el (nntp-via-shell-prompt): New.
10980         * nntp.el (nntp-open-telnet-stream): New.
10981         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10982         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10983         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10984         * nntp.el (nntp-send-command): ditto.
10985         * nntp.el (nntp-send-command-nodelete): ditto.
10986         * nntp.el (nntp-send-command-and-decode): ditto.
10987
10988 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10989         Trivial patch.
10990
10991         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10992         `when'.
10993
10994 2001-07-03  Simon Josefsson  <jas@extundo.com>
10995         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10996
10997         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10998
10999 2001-07-03  Simon Josefsson  <jas@extundo.com>
11000
11001         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11002         remove it (workaround XEmacs `fill-region' bug).
11003
11004 2001-07-01  Simon Josefsson  <jas@extundo.com>
11005
11006         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11007
11008 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * mml2015.el (mml2015-format-error): New function.
11011         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11012         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11013         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11014
11015 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11018         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11019
11020         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11021         group variables.
11022
11023 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11024
11025         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11026
11027         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11028         (nnrss-save-group-data): Ditto.
11029
11030         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11031
11032 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * message.el (message-do-send-housekeeping): Narrow to headers.
11035
11036 2001-06-24  Simon Josefsson  <jas@extundo.com>
11037
11038         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11039         insertion when breaking lines looked for " \t" instead of "[ \t]".
11040         (rfc2047-encode-message-header): Fold lines even if
11041         no QP encoding is done.
11042
11043 2001-06-23  Simon Josefsson  <jas@extundo.com>
11044         From Samuel Tardieu <sam@inf.enst.fr>
11045
11046         * smime.el (smime-keys): Support additional certificates.
11047         (smime-make-certfiles): New function.
11048         (smime-sign-region): Use previous variables.
11049         (smime-get-certfiles): New function.
11050         (smime-sign-buffer): Use it.
11051         (smime-verify-region): Support both CAfile and CApath.
11052
11053 2001-06-23  Simon Josefsson  <jas@extundo.com>
11054
11055         * smime.el (smime-decrypt-region): Perhaps work.
11056
11057 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11058
11059         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11060
11061 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11062
11063         * mm-decode.el (mm-save-part): Rewrite file name.
11064         (mm-file-name-rewrite-functions): New variable.
11065         (mm-file-name-delete-whitespace): New function.
11066         (mm-file-name-trim-whitespace): New function.
11067         (mm-file-name-collapse-whitespace): New function.
11068         (mm-file-name-replace-whitespace): New variable and function.
11069
11070 2001-06-22  Simon Josefsson  <jas@extundo.com>
11071
11072         * message.el (message-make-date): Workaround locale for weekdays.
11073
11074 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * message.el (message-goto-body): Return nil if not found. (revert!)
11077
11078 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11079         From Fremlin <chief@bandits.org>
11080
11081         * message.el (message-goto-body): Some messages have no header.
11082
11083         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11084
11085 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11086
11087         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11088
11089 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * message.el (message-make-date): Add week day.
11092         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11093
11094 2001-06-19  Simon Josefsson  <jas@extundo.com>
11095
11096         * message.el (message-yank-prefix): Doc fix.
11097         (message-yank-cited-prefix): Ditto.
11098         (message-delete-not-region): Keep citation prefix on first line,
11099         if possible and appropriate.
11100
11101 2001-06-19  Simon Josefsson  <jas@extundo.com>
11102
11103         * imap.el (imap-process-connection-type): New variable.
11104         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11105         recent `imtest's work completely (no line length issues), while
11106         making making old `imtest's unusable.  Thanks to NAGY Andras
11107         <nagya@inf.elte.hu> for his work.
11108
11109 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11110
11111         * imap.el (imap-ssl-program): Add -quiet to shut up
11112         OpenSSL/SSLeay's internal debug talk.
11113
11114 2001-06-19  Matt Armstrong  <matt@lickey.com>
11115
11116         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11117         server.
11118
11119 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * nnmail.el (nnmail-article-buffer): New variable.
11122         (nnmail-split-incoming): Use it.
11123
11124 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11125
11126         * qp.el (quoted-printable-decode-region): If called interactively,
11127         use coding-system-for-read.
11128
11129 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11130
11131         * message.el (message-check-news-header-syntax): Check Reply-To.
11132
11133 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * mml.el (mml-parse-1): Use message options.
11136
11137         * message.el (message-do-fcc): Don't do anything if there is no
11138         FCC.
11139
11140 2001-06-16  Simon Josefsson  <jas@extundo.com>
11141
11142         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11143         (nnimap-expunge-search-string): New variable.
11144         (nnimap-request-expire-articles): Use it.
11145
11146 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11147
11148         * message.el (message-send-mail-with-qmail): wrong exit status is
11149         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11150
11151 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152
11153         * gnus-art.el (article-strip-multiple-blank-lines): Use
11154         delete-region instead of replace-match.
11155
11156 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11159         (nnweb-google-wash-article): Ditto.
11160
11161 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11162
11163         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11164
11165 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11168         specs.
11169
11170 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11171
11172         * gnus.el (gnus-email-address): Move it here.
11173
11174         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11175         requested.
11176         (article-de-base64-unreadable): Ditto.
11177         (article-wash-html): Ditto.
11178
11179 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11180
11181         * message.el (message-options-set-recipient): Don't add ", "
11182         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11183
11184 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11185
11186         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11187
11188 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11189
11190         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11191         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11192
11193         * nnrss.el (nnrss-node-text): Node might be nil.
11194
11195 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11198         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11199
11200         * nnrss.el (nnrss-group-alist): More items.
11201
11202 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11205
11206 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11207         Trivial patch from Dale Hagglund  <rdh@best.com>
11208
11209         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11210         restrict clauses.
11211
11212 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11213
11214         From Benjamin Rutt <brutt+news@bloomington.in.us>
11215
11216         * message.el (message-wide-reply-confirm-recipients): New variable.
11217
11218 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11219         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11220
11221         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11222         fix so it works with XEmacs.
11223
11224 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11225
11226         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11227         headers.
11228
11229 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11230
11231         * nnrss.el: Fix a few bugs.
11232
11233 2001-06-05  Simon Josefsson  <jas@extundo.com>
11234
11235         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11236         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11237
11238 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11239
11240         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11241         binary so that we don't transmit ISO 2022 garbage to the process.
11242         This is needed under XEmacs.
11243
11244 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11245
11246         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11247         autoloaded incorrectly below because ssl-program-* is bound.)
11248         Thanks to Amos Gouaux for report.
11249
11250 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11251
11252         * imap.el (imap-kerberos4-open):
11253         (imap-gssapi-open):
11254         (imap-ssl-open):
11255         (imap-network-open):
11256         (imap-shell-open):
11257         (imap-starttls-open): Set buffer to workaround spurious
11258         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11259         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11260         Colman <colman@ppllc.com> for report.
11261
11262 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11263
11264         * gnus-sum.el (gnus-summary-catchup): New argument.
11265         (gnus-summary-catchup-from-here): New function.
11266
11267 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11268
11269         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11270         back, then insert glyph.  (Before, the glyph was inserted first,
11271         then the newline.)  This works around a behavior in XEmacs where
11272         it is not possible to insert a character after a glyph which is at
11273         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11274
11275 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11276
11277         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11278
11279         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11280         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11281         mm-destroy-postponed-undisplay-list): New functions.
11282         (mm-display-external): Use them.
11283
11284 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11285
11286         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11287         `default-low' when evaluating `gnus-summary-highlight'.
11288         From Raja R Harinath <harinath@cs.umn.edu>.
11289
11290 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11291
11292         * message.el (message-yank-cited-prefix): New variable.
11293         (message-indent-citation): Use it.
11294
11295         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11296         as details.
11297         (mml2015-mailcrypt-clear-verify): Ditto.
11298
11299 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11300         From Nevin Kapur <nevin@jhu.edu>.
11301
11302         * gnus-sum.el (gnus-summary-default-high-score,
11303         gnus-summary-default-low-score): New variables.
11304         (gnus-summary-highlight): Use them.
11305
11306 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11307
11308         * message.el (message-mail): pass the 'send-actions argument to
11309         `message-setup'.
11310
11311 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11312         From Raymond Scholz <ray-2001@zonix.de>
11313
11314         * gnus-art.el (gnus-mime-view-part-as-charset):
11315         (gnus-mime-internalize-part): Doc fixes.
11316
11317 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11318
11319         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11320         status lines without any text ("^215$").
11321
11322 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11323
11324         * nnrss.el (nnrss-check-group): Reverse.
11325
11326 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11327
11328         * message.el (message-get-reply-headers):
11329         (message-followup): Fix typo, suggested by David Green
11330         <dgreen@uab.edu>
11331
11332 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11333
11334         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11335
11336         * nnrss.el (nnrss-open-server): Read server data when it is called.
11337         (nnrss-request-expire-articles): Fix.
11338
11339 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * message.el (message-do-send-housekeeping): mail-abbrevs may
11342         rename buffer behind Gnus.
11343
11344 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11347         (nnrss-group-alist): Add more resources.
11348         (nnrss-check-group): Ignore errors.
11349
11350 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11353
11354         * nnslashdot.el (nnslashdot-request-list): Add time.
11355         (nnslashdot-request-expire-articles): New function.
11356
11357         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11358         secondary methods too.
11359
11360 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11361
11362         * message.el (message-use-followup-to): Set default value to t.
11363
11364 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11365
11366         * message.el (message-dont-reply-to-names): Fix documentation.
11367         (message-get-reply-headers): Use Mail-Followup-To only for wide
11368         replies.
11369
11370 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11373         correctly.
11374         (nnrss-check-group): Use time.
11375
11376 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11377
11378         * gnus.el: Oort Gnus v0.03 is released.
11379
11380 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11381
11382         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11383         group.
11384
11385 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11388
11389 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11390
11391         * nnultimate.el (nnultimate-retrieve-headers): Return all
11392         available headers.
11393
11394         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11395         (gnus-get-newsgroup-headers-xover): Use it.
11396
11397 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11398
11399         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11400
11401 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11402
11403         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11404
11405 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11406
11407         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11408         disable it.
11409
11410         * gnus.el (gnus-info-nodes): Remove a few The's.
11411
11412 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * mail-source.el (mail-source-movemail): Call-process may return a
11415         signal description string.
11416
11417         * gnus-start.el (gnus-read-newsrc-el-file):
11418         gnus-newsrc-file-version may be nil.
11419
11420         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11421         Suggested by Michael Sperber [Mr. Preprocessor]
11422         <sperber@informatik.uni-tuebingen.de>.
11423
11424 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11425
11426         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11427
11428 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11429
11430         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11431         fontify HANDLE.
11432
11433 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11434
11435         * smime.el (smime-ask-passphrase): Rework to return value.
11436         (smime-sign-region): Rework to bind value and use it.
11437         (smime-decrypt-region): Ditto.
11438
11439 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11440         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11441
11442         * smime.el (smime-ask-passphrase): New function.
11443         (smime-sign-region): Use it.
11444         (smime-encrypt-cipher): New variable.
11445         (smime-decrypt-region): Ditto.
11446
11447 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11448         Committed by Simon Josefsson  <simon@josefsson.org>
11449
11450         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11451         the log.
11452
11453 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11454
11455         * gnus.el: Oort Gnus v0.02 is released.
11456
11457 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11458
11459         * gnus.el: Oort Gnus v0.01 is released.
11460
11461 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * gnus-sum.el (gnus-summary-highlight): Highlight read
11464         undownloaded articles as read articles.
11465
11466         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11467         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11468         articles, even read ones, as such.
11469
11470         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11471         (gnus-find-matching-articles): New function.
11472         (gnus-summary-limit-include-matching-articles): New command.
11473         (gnus-summary-limit-include-thread): Include articles that have
11474         matching subjects.
11475         (gnus-offer-save-summaries): Clean up.
11476
11477 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11478
11479         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11480
11481 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11482         From Jason Merrill <jason_merrill@redhat.com>
11483
11484         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11485
11486 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11487         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11490         newsgroup names when the original article is a news message.
11491
11492 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11493
11494         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11495         supported. Suggest by Jim Meyering <jim@meyering.net>.
11496
11497 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11498         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11499
11500         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11501         regexp in nnmail-split-fancy.
11502
11503 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11504
11505         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11506
11507 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11508
11509         * message.el (message-send-mail): Improve the interaction with the
11510         user.
11511
11512 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11513
11514         * imap.el (imap-message-copy): Work around buggy servers that
11515         doesn't send TRYCREATE tags.
11516
11517 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11520
11521 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11524         date.
11525
11526 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11527
11528         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11529         lives.
11530
11531 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * gnus-art.el (gnus-parse-news-url): New function.
11534         (gnus-button-handle-news): New function.
11535         (gnus-button-alist): Point to new functions.
11536
11537         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11538
11539         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11540         gnus-format-specs.
11541
11542         * message.el (message-check-news-header-syntax): Question even
11543         when Gnus doesn't know the group names.
11544         (message-send-news): Clean up.
11545
11546         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11547         exited on purpose without saving.
11548
11549         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11550
11551 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * gnus-score.el (gnus-score-orphans): Clean up.
11554
11555         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11556
11557         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11558         later.
11559
11560         * gnus-start.el (gnus-close-all-servers): Find the right items to
11561         close.
11562
11563         * qp.el (quoted-printable-decode-region): Just message
11564         malformation; don't quit.
11565
11566 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11567         From Gerd Moellmann <gerd@gnu.org>.
11568
11569         * gnus.el (gnus-interactive): A typo.
11570
11571 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11572         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11575         `assq-delete-all', if that function exists; otherwise use the old
11576         definition. Documentation changed to match the one in
11577         `assq-delete-all'.
11578
11579 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11580
11581         * gnus-start.el (gnus-close-all-servers): New function.
11582
11583         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11584         (gnus-server-remove-denials): Clean up.
11585
11586         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11587         keystroke.
11588
11589 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590
11591         * message.el (message-send-news): Message where we are sending.
11592         (message-send-mail): Ditto.
11593
11594         * gnus.el (gnus-server-string): New function.
11595
11596         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11597
11598         * mm-decode.el (mm-default-directory): Customized.
11599         (mm-tmp-directory): Ditto.
11600
11601         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11602         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11603         or Chars.
11604         (gnus-summary-line-format-alist): ?l is now a string.
11605         (gnus-summary-prepare-threads): Output ? for unknown lines.
11606         (gnus-summary-insert-line): Ditto.
11607         (gnus-summary-print-article): Unbalanced parentheses.
11608
11609         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11610         out whether new stuff has arrived.
11611
11612 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11613
11614         * gnus-sum.el: Let printing work on ttys on Emacs.
11615
11616 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11617
11618         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11619         when forcing news.
11620
11621         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11622         command.
11623
11624 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11625
11626         * message.el (message-set-auto-save-file-name): Don't use
11627         asterisks under nt.
11628
11629 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11632         lists of articles.
11633
11634         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11635
11636         * gnus-msg.el (gnus-put-message): Clean up.
11637         (gnus-summary-reply): Mark all replied-to articles as replied to.
11638         (gnus-inews-add-send-actions): Also mark as forwarded.
11639         (gnus-summary-mail-forward): Mark as forwarded.
11640
11641         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11642         of articles.
11643         (gnus-summary-mark-article-as-forwarded): Ditto.
11644
11645         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11646         forwarded.
11647         (gnus-summary-mail-forward): Clean up.
11648
11649         * gnus.el (gnus-article-mark-lists): Added forward.
11650
11651         * gnus-sum.el (gnus-forwarded-mark): New variable.
11652         (gnus-summary-prepare-threads): Use it.
11653         (gnus-summary-update-secondary-mark): Ditto.
11654         (gnus-newsgroup-forwarded): New variable.
11655
11656 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657
11658         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11659         (gnus-summary-very-wide-reply): New command and keystroke.
11660         (gnus-summary-very-wide-reply-with-original): Ditto.
11661
11662         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11663         (gnus-score-adaptive): Use it.
11664
11665         * gnus-start.el (gnus-get-unread-articles): Clean up.
11666
11667 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11670         boards.
11671
11672 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11673
11674         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11675         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11676
11677 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11678
11679         * nnultimate.el (nnultimate-retrieve-headers): Understand
11680         long-form month names.
11681
11682 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11683
11684         * gnus-sum.el (gnus-summary-show-all-headers):
11685         gnus-article-show-all-headers is broken. Use
11686         gnus-summary-toggle-header instead.
11687
11688         * mml2015.el (mml2015-gpg-extract-from): No error.
11689
11690 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11691         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11692
11693         * mml2015.el (mml2015-gpg-extract-from): New function.
11694         (mml2015-gpg-verify): Use it.
11695         (mml2015-gpg-clear-verify): Use it.
11696
11697 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11698
11699         * message.el (message-setup-fill-variables): Use
11700         fill-paragraph-function.
11701         (message-fill-paragraph): Take an argument.
11702         (message-newline-and-reformat): Take another argument.
11703
11704 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11705
11706         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11707
11708 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11709
11710         * message.el (message-forward): local-variable-p takes an extra
11711         argument in XEmacs.
11712
11713 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11714
11715         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11716         `nnimap-use-nov-p' (it really tested the negative).
11717         (nnimap-retrieve-headers): Use it.
11718
11719 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11720
11721         * message.el (message-generate-headers-first): Update doc.
11722
11723 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11724         Trivial patch.
11725
11726         * gnus.el (gnus-summary-line-format): Typo.
11727
11728 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11729
11730         * mailcap.el (mailcap-mime-data): Add application/sieve.
11731         (mailcap-mime-extensions): Add .siv, .xls.
11732
11733 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11734         From Christoph Conrad <christoph.conrad@gmx.de>
11735
11736         * gnus-score.el (gnus-summary-lower-thread): Typo.
11737
11738 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * message.el (message-forward-decoded-p): New variable.
11741         (message-forward-subject-author-subject): Use it.
11742         (message-make-forward-subject): Use it.
11743         (message-forward): Use it.
11744
11745         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11746
11747         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11748         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11749
11750 ;;Has been fixed -- zsh.
11751 ;;2001-03-05  Dave Love  <fx@gnu.org>
11752 ;;
11753 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11754 ;;      Move it after definition of mm-coding-system-p.
11755 ;;
11756 2001-03-01  Dave Love  <fx@gnu.org>
11757
11758         * mm-util.el (mm-inhibit-file-name-handlers): Add
11759         image-file-handler.
11760
11761 2001-02-11  Dave Love  <fx@gnu.org>
11762
11763         * message.el (message-signature-file): Fix doc, :type.
11764
11765 2001-02-08  Dave Love  <fx@gnu.org>
11766
11767         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11768         (message-posting-charset): Defvar when compiling again.
11769         (rfc2047-encodable-p): Require message.
11770
11771         * gnus-sum.el (gnus-alter-articles-to-read-function):
11772         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11773
11774 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11775
11776         * nnrss.el: New file.
11777
11778 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11779         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11780
11781         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11782         `skip-chars-forward'.
11783
11784 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * nndraft.el (nndraft-request-group): Restore auto save files if
11787         the original files do not exist.
11788
11789 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11790
11791         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11792         SCORE paths.
11793
11794         * mm-decode.el (mm-dissect-buffer): Call
11795         mail-extract-address-components only if necessary.
11796
11797 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11798
11799         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11800         directory part.
11801         (gnus-score-search-global-directories): Use file-directory-p.
11802
11803         * gnus-score.el (gnus-score-score-files-1): Use
11804         gnus-kill-files-directory.
11805         From Adrian Aichner <adrian@xemacs.org>.
11806
11807 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11808
11809         * gnus.el (charset): Move here from gnus-sum.el.
11810
11811 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11812
11813         * mml.el (mml-preview): Disable local map.
11814
11815         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11816         gnus-article-post-menu here.
11817
11818         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11819         if it has not been made.
11820
11821 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11822
11823         * gnus-art.el (gnus-article-describe-key): Map key to event.
11824         (gnus-article-describe-key-briefly): Ditto
11825
11826 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11829
11830 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831         From Katsumi Yamaoka <yamaoka@jpl.org>.
11832
11833         * dgnushack.el (coerce, merge, subseq): defmacro.
11834
11835 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836
11837         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11838         A fake defalias in nndraft.el results a not-activated bug in
11839         uncompiled versions.
11840
11841 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11842         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11843
11844         * gnus-util.el (gnus-split-references): Handle malformed References:.
11845
11846 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847
11848         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11849
11850 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11851         From NAGY Andras <nagya@inf.elte.hu>.
11852
11853         * gnus.el (gnus-parameters): Typo.
11854
11855 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * gnus.el (gnus-read-method): Remove redundancy.
11858
11859 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11860
11861         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11862         (nnslashdot-request-list): Use it.
11863
11864 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11865
11866         * nnml.el (nnml-generate-active-info): Fix the case when there is
11867         no file.
11868
11869         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11870         (gnus-summary-create-article): New function.
11871
11872         * gnus-group.el (gnus-group-mark-article-read): New function.
11873
11874         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11875
11876         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11877
11878 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11879
11880         * gnus-art.el (gnus-article-edit-done): Don't use
11881         gnus-article-edit-exit.
11882         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11883
11884         * gnus.el (gnus-parameters): New variable.
11885         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11886         (gnus-parameters-get-parameter): New function.
11887         (gnus-group-find-parameter): Use it.
11888
11889 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11890
11891         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11892         change of default value to `current'.
11893
11894 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11895
11896         * nneething.el (nneething-get-head): Insert unreadable file too.
11897
11898 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11901
11902         * webmail.el (webmail-type-definition): Deja is bought by google.
11903
11904 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * gnus-sum.el (gnus-fetch-headers): New function.
11907         (gnus-select-newsgroup): Use it.
11908         (gnus-summary-insert-articles): New function.
11909         (gnus-summary-insert-old-articles): New function.
11910         (gnus-summary-insert-new-articles): New function.
11911
11912         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11913         (gnus-group-list-active): Ditto.
11914         * gnus-sum.el (gnus-set-mode-line): Ditto.
11915         (gnus-summary-read-group-1): Ditto.
11916
11917 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11918
11919         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11920         current topic.
11921
11922 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * smiley.el (gnus-smiley-display): Don't do widening.
11925
11926         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11927         within body.
11928
11929         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11930
11931         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11932         New variable.
11933         (gnus-mime-display-multipart-related-as-mixed): New variable.
11934         (gnus-mime-display-part): Use them.
11935
11936 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11937
11938         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11939         something special.
11940
11941 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11944         (nnweb-request-article): Call reference if exists.
11945         (nnweb-type-definition): Dejanews is bought by google.com.
11946         Beta!
11947
11948 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949
11950         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11951
11952 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11953
11954         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11955         gnus-article-sort-functions.
11956         (gnus-article-sort-functions): Doc fix.  Refer to
11957         gnus-thread-sort-functions.
11958
11959 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11960         From Paul Jarc <prj@po.cwru.edu>.
11961
11962         * message.el (message-get-reply-headers): More fixes.
11963
11964 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11965         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * message.el (message-get-reply-headers): Fix bug with
11968         Mail-Followup-To/to-address interaction.
11969
11970 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11973         gnus-article-copy.
11974
11975 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11976
11977         * message.el (message-do-send-housekeeping): Rename to a better
11978         name.
11979
11980 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11981
11982         * message.el (message-cancel-news): Check article first, then ask
11983         yes or no.
11984
11985 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11986
11987         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11988
11989 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11990
11991         * gnus-range.el (gnus-range-normalize): New function.
11992
11993 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11994
11995         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11996
11997 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11998
11999         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12000
12001         * nnagent.el (nnagent-request-regenerate): New function.
12002
12003         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12004
12005         * nnml.el (nnml-generate-nov-databases): Accept argument
12006         server. Don't open server if it is opened.
12007         (nnml-request-regenerate): Use it. Change to deffoo.
12008
12009 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12010         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12011
12012         * gnus.el (gnus-define-group-parameter): Fix.
12013
12014 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12015
12016         * gnus.el (gnus-define-group-parameter): Improved.
12017
12018         * gnus-sum.el (charset): Define parameter.
12019         (ignored-charsets): Ditto.
12020         (gnus-summary-setup-default-charset): Use them.
12021
12022         * gnus-start.el (gnus-read-descriptions-file): Use them.
12023
12024         * gnus-cus.el (gnus-group-parameters): Remove them.
12025
12026 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027
12028         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12029
12030 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12031
12032         * gnus-sum.el (gnus-summary-read-group-1): Remove
12033         gnus-summary-set-local-parameters.
12034         (gnus-summary-setup-buffer): Put it here.
12035
12036 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * gnus.el (to-address): Define parameter.
12039         (to-list): Ditto.
12040         * gnus-art.el (article-hide-boring-headers): Use them.
12041         * gnus-msg.el (gnus-post-news): Ditto.
12042         * gnus-cus.el (gnus-group-parameters): Remove them.
12043
12044 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12045
12046         * gnus-draft.el (gnus-draft-reminder): New function.
12047
12048         * gnus-art.el (gnus-sender-save-name): New function.
12049
12050 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12051
12052         * mm-util.el (mm-mime-charset): Error message.
12053
12054 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12055
12056         * message.el (message-check-news-body-syntax): Don't check mml lines.
12057
12058 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12061         subscribe.
12062
12063         * gnus-start.el (gnus-call-subscribe-functions): New function.
12064         (gnus-find-new-newsgroups): Use it.
12065         (gnus-ask-server-for-new-groups): Use it.
12066         (gnus-check-first-time-used): Use it.
12067         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12068         (gnus-subscribe-options-newsgroup-method): Ditto.
12069         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12070         return .
12071
12072 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12073
12074         * gnus-cus.el (gnus-score-customize): Doc fix.
12075
12076 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12077
12078         * dgnushack.el (my-getenv): Typo.
12079
12080 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12083
12084 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12085
12086         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12087
12088         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12089         (gnus-treatment-function-alist): Use it.
12090         (article-remove-leading-whitespace): New function.
12091         (gnus-article-make-menu-bar): Use it.
12092
12093         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12094         remove-leading-whitespace.
12095         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12096         because of conflict.
12097
12098 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12099
12100         * Makefile.in: Hack generating gnus-load.el.
12101         * dgnushack.el: Ditto.
12102         * gnus-load.el: Remove it.
12103
12104 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12105
12106         * dgnushack.el : Add URLDIR.
12107
12108         * Makefile.in (EMACS_COMP): Ditto.
12109
12110 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * gnus-cus.el (gnus-score-customize): Error on no score file.
12113
12114 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12115
12116         * mm-decode.el (mm-merge-handles): New function.
12117
12118         * mm-view.el (mm-inline-message): Use it.
12119         (mm-view-message): Ditto.
12120
12121         * mm-partial.el (mm-inline-partial): Ditto.
12122
12123         * mm-extern.el (mm-inline-external-body): Ditto.
12124
12125         * gnus-art.el (gnus-mime-view-part): Ditto.
12126         (gnus-mime-view-part-as-type): Ditto.
12127         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12128         cases.
12129
12130 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12131
12132         * message.el (message-cancel-news): Allow to shoot foot.
12133         (message-supersede): Ditto.
12134
12135 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12136         Trivial patch.
12137
12138         * gnus-sum.el (gnus-simplify-subject-re): Use
12139         message-subject-re-regexp.
12140
12141 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12142
12143         * nnmail.el (nnmail-expiry-target-group): Bind
12144         nnmail-cache-accepted-message-ids to nil.
12145
12146         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12147         coding system.
12148
12149 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12150
12151         * qp.el (quoted-printable-encode-region): Make sure characters are
12152         between 00 and FF.  Don't check charset.
12153
12154         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12155         in Emacs 20.
12156         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12157
12158 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12159
12160         * message.el (message-make-forward-subject): Argument decoded.
12161         (message-forward): Use it when digest.
12162
12163         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12164         buffer.
12165
12166 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12167
12168         * message.el (message-generate-headers-first): Doc fix.
12169
12170 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12171
12172         * gnus-art.el (article-make-date-line): Error proof.
12173
12174 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12175
12176         * gnus-group.el (gnus-group-listing-limit): New variable.
12177         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12178
12179         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12180
12181 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * message.el (message-newline-and-reformat): Special case for
12184         breaking at BOL.
12185
12186 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12187
12188         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12189         message/rfc822.
12190
12191 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12192
12193         * message.el (message-encode-message-body): Don't insert
12194         Content-Type if it is inside a mail.
12195
12196 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12197
12198         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12199         gnus-article-commands-menu.
12200
12201         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12202         in Emacs.
12203
12204         * gnus-start.el (gnus-read-descriptions-file): Use
12205         gnus-group-name-charset and gnus-group-charset-alist.
12206
12207 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12210         active region.
12211
12212         * gnus-start.el (gnus-group-change-level): Remove from both
12213         gnus-zombie-list and gnus-killed-list.
12214
12215 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12216
12217         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12218         gnus-subscribe-topics.
12219
12220         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12221
12222 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12223
12224         * gnus-art.el (gnus-article-make-menu-bar): Make
12225         gnus-article-post-menu.
12226
12227         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12228
12229         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12230
12231         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12232
12233         * message.el (message-mode-menu): Ditto.
12234
12235         * gnus-art.el (defvar): eval-when-compile.
12236
12237 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12238
12239         * gnus-agent.el (gnus-agentize): Fix doc.
12240
12241 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12242
12243         * mml.el (mml-preview): Bind `q'.
12244
12245 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12246
12247         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12248
12249 2001-01-31  Dave Love  <fx@gnu.org>
12250
12251         * mm-util.el (mm-mime-mule-charset-alist)
12252         (mm-find-mime-charset-region): Consider mule-utf-8.
12253
12254 2001-01-31  Dave Love  <fx@gnu.org>
12255
12256         * gnus-art.el (gnus-article-x-face-command)
12257         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12258         :version.
12259
12260 2001-01-26  Dave Love  <fx@gnu.org>
12261
12262         * mm-util.el (mm-multibyte-string-p): New.
12263
12264 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12265 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12266 ;;      string-as-multibyte on class.  Clarify line-folding.
12267         (quoted-printable-encode-string): Make temp buffer inherit
12268         string's multibyteness.
12269
12270 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12271
12272         * nnheader.el (toplevel): Don't require `gnus-util' at
12273         compile-time; this creates a circular dependency, and prevents
12274         a bootstrap.
12275
12276 2001-01-22  Andreas Schwab  <schwab@suse.de>
12277
12278         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12279
12280 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12281
12282         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12283
12284         * gnus-art.el (article-hide-list-identifiers): Ditto.
12285
12286         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12287
12288 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12289
12290         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12291
12292         * gnus-art.el (article-hide-list-identifiers): Similar.
12293
12294 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12295
12296         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12297
12298 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12299
12300         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12301
12302 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303
12304         * gnus-util.el (gnus-string-equal): New function.
12305
12306         * gnus-art.el (article-hide-boring-headers): Use it.
12307
12308 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12309
12310         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12311
12312 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12313
12314         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12315
12316 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12317
12318         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12319         command if there is not last-saver.
12320
12321 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * nntp.el (nntp-open-connection): 201 is possible.
12324
12325 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12326
12327         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12328         (rfc2047-charset-encoding-alist): Add big5.
12329
12330 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12331
12332         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12333         (gnus-agent-remove-server): Ditto.
12334         (autoload): gnus-server-update-server.
12335
12336         * gnus-srvr.el (gnus-server-line-format): Add %a.
12337         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12338         (gnus-server-insert-server-line): Use it.
12339
12340 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12341
12342         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12343         GB2312 and Big5.
12344
12345 2001-01-24  Simon Josefsson  <sj@extundo.com>
12346
12347         * mail-source.el (mail-sources): Add :program specifier to IMAP
12348         mail source.
12349         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12350
12351 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12352
12353         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12354
12355 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12356
12357         * nntp.el (nntp-wait-for): Return the success code.
12358         (nntp-open-connection): Use it.
12359
12360 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361
12362         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12363
12364 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12367
12368 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12369
12370         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12371         argument. Allow to print several articles in one file.
12372
12373 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12374
12375         * webmail.el (webmail-type-definition): netaddress changes.
12376
12377 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12378
12379         * gnus.el: Fix copyright. Remove trailing spaces.
12380
12381         * message.el (message-forward): Use mule4.
12382
12383 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12384
12385         * mm-util.el (mm-string-as-unibyte): New function.
12386
12387         * message.el (message-forward): Use it.
12388
12389 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12390
12391         * message.el (message-cite-original-without-signature): Don't peel
12392         off the blank line.
12393         (message-get-reply-headers): Add Cc if it is not in follow-to.
12394
12395 2001-01-20  Simon Josefsson  <sj@extundo.com>
12396
12397         * mm-decode.el (mm-handle-multipart-from): Add.
12398         (mm-dissect-buffer): Save From: header value.
12399         (mm-security-from): Remove.
12400         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12401
12402         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12403         instead of `mml-security-from'.  Protect null from value.
12404
12405 2001-01-20  Simon Josefsson  <sj@extundo.com>
12406
12407         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12408         application/vnd.ms-excel attachments.
12409
12410 2001-01-19  Simon Josefsson  <sj@extundo.com>
12411
12412         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12413
12414 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12415
12416         * message.el (message-ignored-mail-headers): Ditto.
12417
12418 2001-01-19  Simon Josefsson  <sj@extundo.com>
12419
12420         * message.el (message-ignored-news-headers): Only search beginning
12421         of line.
12422
12423 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12424         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12425
12426         * message.el (message-send-mail): Content-Type may not be there.
12427
12428 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12429
12430         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12431         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12432
12433         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12434         not.
12435
12436 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12439         non-native groups.
12440
12441 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12442
12443         * message.el (message-yank-original): Understand
12444         universal-argument.
12445
12446 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12449         (article-hide-boring-headers): Ditto.
12450
12451         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12452
12453 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12454
12455         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12456         one.
12457
12458 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12459
12460         * message.el (message-make-in-reply-to): Add comment to message-id
12461         (old syntax, see 2000-08-02 change).
12462
12463 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12464
12465         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12466         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12467         (gnus-button-reply): Ditto.
12468
12469 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-art.el (article-display-x-face): Fix.
12472
12473 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * gnus-art.el (article-display-x-face): Use
12476         gnus-original-article-buffer.
12477
12478 2001-01-15  Jack Twilley  <jmt@tbe.net>
12479
12480         * message.el (message-add-header): Move to point-max.
12481
12482 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12483
12484         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12485         nil, improve documentation.
12486         (smime-certificate-directory): Comment out false hints (until it
12487         is implemented).
12488
12489         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12490         there aren't any keys.
12491         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12492         verify certificate.  Default is changed to only check integrity.
12493         Improved security status texts.  If a certificate doesn't contain
12494         a email address, don't fail.
12495
12496         * smime.el (smime-noverify-region):
12497         (smime-noverify-buffer): New functions.  Verifies integrity only.
12498
12499 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12500
12501         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12502
12503 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12506         (gnus-remove-some-windows): Ditto.
12507
12508 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12509
12510         * gnus-art.el (article-make-date-line): 11th.
12511
12512 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12513
12514         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12515         (mml2015-gpg-sign): Ditto.
12516
12517 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12518
12519         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12520         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12521
12522 2001-01-08  Dave Love  <fx@gnu.org>
12523
12524         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12525         single character.
12526
12527         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12528
12529         * message.el: Doc and message fixes.
12530         (message-send-rename-function)
12531         (message-make-forward-subject-function)
12532         (message-send-mail-function, message-reply-to-function)
12533         (message-wide-reply-to-function, message-followup-to-function)
12534         (message-distribution-function, message-auto-save-directory): Fix
12535         :type.
12536
12537         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12538         proceeding after warnings.  Amend multipart warning message.
12539
12540 2001-01-04  Dave Love  <fx@gnu.org>
12541
12542         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12543         compiling.
12544         (gnus-make-directory): Require nnmail.
12545
12546         * mm-decode.el (mm-inline-media-tests): Add
12547         image/x-portable-bitmap.
12548         (mm-get-image): Grok pbm.
12549
12550 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12551
12552         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12553
12554 2001-01-09  Didier Verna  <didier@xemacs.org>
12555
12556         * dgnushack.el (dgnushack-compile): give a dummy value to
12557         `gnus-xmas-glyph-directory' for the time of compilation.
12558         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12559         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12560         * gnus-art.el: ditto.
12561         * gnus-group.el: ditto.
12562         * gnus-salt.el: ditto.
12563         * gnus-sum.el: ditto.
12564         * gnus-topic.el: ditto.
12565         * gnus-xmas.el (gnus-xmas-define): see above.
12566         * gnus-xmas.el (gnus-xmas-redefine): see above.
12567         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12568         non-continuable error when the directory can't be found.
12569
12570 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12571
12572         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12573         handle.
12574         * gnus-art.el (gnus-mime-view-part): Copy it.
12575         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12576
12577 2001-01-09  Michael Downes  <mjd@ams.org>
12578
12579         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12580
12581 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12582
12583         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12584         orig-file. Use ',source.
12585
12586 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12587
12588         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12589         (gnus-xmas-group-startup-message):
12590         Detect gnus-xmas-glyph-directory when it is nil.
12591
12592 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12593
12594         * pop3.el (pop3-get-message-count): Andrew Innes
12595         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12596
12597 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12600
12601         * time-date.el (time-to-number-of-days): New function.
12602
12603 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12604         Trivial patch.
12605
12606         * nnslashdot.el (nnslashdot-request-list): Always get the right
12607         sid.
12608
12609 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610
12611         * message.el (message-minibuffer-local-map): New keymap.
12612         (message-read-from-minibuffer): Use it.
12613         * gnus-msg.el (gnus-summary-resend-message): Use it
12614
12615 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12616
12617         * gnus-start.el (gnus-display-time-event-handler): New function.
12618         (gnus-after-getting-new-news-hook): Use it.
12619
12620 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * message.el (message-ignored-mail-headers): Add draft header.
12623
12624 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625
12626         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12627         excursion.
12628
12629         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12630
12631 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12632         A revoked patch.
12633
12634         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12635
12636 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12637
12638         * qp.el (quoted-printable-decode-region): Don't backward-char.
12639
12640 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12641
12642         * gnus-draft.el: Mark articles as replied.
12643
12644         * gnus-sum.el (gnus-summary-add-mark): New function.
12645
12646         * gnus-group.el (gnus-add-mark): New function.
12647
12648         * gnus-sum.el (gnus-summary-buffer-name): New function.
12649         (gnus-summary-setup-buffer): Use it.
12650
12651         * gnus-draft.el: Set things up with the right post method and
12652         stuff.
12653
12654         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12655
12656         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12657
12658         * gnus.el (gnus-draft-meta-information-header): New variable.
12659
12660 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661
12662         * gnus-art.el (gnus-treatment-function-alist): Move the date
12663         functions before the header sorting functions.
12664
12665         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12666
12667         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12668         Don't (push "/usr/share/emacs/site-lisp" load-path).
12669
12670         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12671         to empty fill prefixes.
12672
12673 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12674
12675         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12676         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12677
12678 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12679
12680         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12681
12682         * nnml.el (autoload): Move to nnheader.el.
12683
12684         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12685         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12686         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12687         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12688
12689 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * gnus-art.el (article-make-date-line): Get the hours right.
12692         (gnus-ignored-headers): More hiding.
12693
12694         * nnmail.el (nnmail-expiry-wait): Not an integer.
12695
12696         * message.el (message-goto-body): Only expand abbrev when called
12697         interactively.
12698         (message-make-lines): Use it.
12699
12700 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12701
12702         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12703
12704 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12705
12706         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12707         include the expunged articles.
12708
12709         * gnus-group.el (gnus-group-sort-by-server): New function.
12710
12711         * gnus.el (gnus-method-to-server-name): New function.
12712         (gnus-group-prefixed-name): Use it.
12713
12714         * gnus-group.el (gnus-group-sort-function): Doc fix.
12715         (gnus-group-sort-groups-by-server): New command.
12716
12717 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * gnus-art.el (gnus-treat-date-english): New variable.
12720         (article-date-english): New command.
12721         (gnus-english-month-names): New variable.
12722         (article-make-date-line): Do 'english.
12723
12724         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12725         after the fill prefix.
12726
12727         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12728         score...".
12729
12730         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12731
12732         * message.el (message-mode-map): Bind comment-region.
12733
12734         * gnus-art.el (gnus-mime-display-part): Let w3 display
12735         multipart/related.
12736
12737         * mm-bodies.el (mm-long-lines-p): New function.
12738         (mm-body-encoding): Use it.
12739         (mm-body-encoding): Encode articles with lines longer than 1000
12740         characters.
12741
12742 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12743
12744         * mm-util.el (mm-enable-multibyte): Use
12745         default-enable-multibyte-characters.
12746         (mm-enable-multibyte-mule4): Ditto.
12747         (mm-disable-multibyte): Test XEmacs.
12748         (mm-disable-multibyte-mule4): Ditto.
12749         (mm-with-unibyte-current-buffer): Simplified.
12750         (mm-with-unibyte-current-buffer-mule4): Ditto.
12751
12752 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12753
12754         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12755
12756         * nnheader.el (nnheader-string-as-multibyte): New alias.
12757
12758         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12759
12760         * gnus-uu.el (gnus-message-process-mark): New function.
12761         (gnus-uu-mark-by-regexp): Use it.
12762         (gnus-new-processable): New function.
12763
12764 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12765          Trivial patch.
12766
12767         * gnus-sum.el (gnus-no-mark): New variable.
12768
12769 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12772         backslashes.
12773
12774 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12777         definition.
12778
12779 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12780
12781         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12782
12783         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12784         XEmacs.
12785
12786 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12787         Trivial patch.
12788
12789         * mml.el (mml-read-tag): Save tag location.
12790
12791 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12792
12793         * starttls.el: Sync with Emacs 21.
12794
12795 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12796
12797         * message.el (message-mail): Support yank-action.
12798
12799         * message.el (message-setup): Revoke the last change.
12800
12801 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12802
12803         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12804         <jvromans@squirrel.nl>.
12805
12806 2000-12-24  Simon Josefsson  <sj@extundo.com>
12807
12808         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12809         mailing list junk at end of part.
12810
12811 2000-12-23  Simon Josefsson  <sj@extundo.com>
12812
12813         * nnimap.el (nnimap-expiry-target): New function.
12814         (nnimap-request-expire-articles): Use it.
12815
12816 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12817
12818         * gnus.el (gnus-group-parameters-more): New variable.
12819         * gnus-cus.el (gnus-group-customize): Use it.
12820
12821         * gnus.el (gnus-define-group-parameter): New macro.
12822         (auto-expire): Use it
12823         (total-expire): Use it.
12824         * gnus-art.el (banner): Use it.
12825
12826         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12827         <ljz@asfast.com>.
12828
12829 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12830
12831         * gnus-topic.el (gnus-topic-create-topic): Use list.
12832
12833         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12834         before binding gnus-default-article-saver.
12835
12836         * gnus-sum.el (gnus-summary-save-article):
12837         (gnus-summary-pipe-output):
12838         (gnus-summary-save-article-mail):
12839         (gnus-summary-save-article-rmail):
12840         (gnus-summary-save-article-file):
12841         (gnus-summary-write-article-file):
12842         (gnus-summary-save-article-body-file): Ditto.
12843
12844         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12845
12846 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12847
12848         * gnus-art.el (gnus-mime-security-button-map):
12849         (gnus-mime-button-map): Add parent.
12850
12851 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12852
12853         * messagexmas.el (message-xmas-redefine): New function.
12854
12855         * message.el: Use it.
12856
12857         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12858
12859         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12860
12861 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12862
12863         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12864         malformatted messages.
12865
12866 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * mm-util.el (mm-image-load-path): New function.
12869
12870         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12871
12872         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12873
12874         * message.el (message-tool-bar-map): Use it.
12875
12876         * Makefile.in (install-el): New rule.
12877
12878 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-art.el (article-treat-dumbquotes): Quote \.
12881
12882 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12883
12884         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12885         Emacs 20 runs on a terminal.
12886
12887 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12888
12889         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12890
12891         * mml.el (gnus-add-minor-mode): Autoload.
12892
12893         * message.el (message-forward): Save-restriction.
12894
12895 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12896
12897         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12898         Paul Stevenson <p.stevenson@surrey.ac.uk>
12899
12900 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12901
12902         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12903
12904         * mml.el (gnus-ems): Don't require.
12905
12906         * gnus.el (gnus-decode-rfc1522): Removed.
12907         (gnus-set-text-properties): Define.
12908
12909 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * gnus-art.el (gnus-mime-*): handle may be nil.
12912
12913         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12914
12915         * gnus.el (gnus-group-remove-excess-properties): Not defined
12916         in gnus-xmas.
12917
12918 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * message.el (message-mail-user-agent): Add :version.
12921
12922 2000-12-21  Miles Bader  <miles@gnu.org>
12923
12924         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12925
12926 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12927
12928         * message.el (message-mail-user-agent): New variable.
12929         (message-setup): Renamed to message-setup-1. Support
12930         mail-user-agent.
12931         (message-mail-user-agent): New function.
12932         (message-mail): Use it.
12933         (message-reply): Use it.
12934         (message-resend): Use it.
12935         (message-mail-other-window): Use it.
12936         (message-mail-other-frame): Use it.
12937
12938         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12939
12940 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12941
12942         * message.el (message-tool-bar-map): Simplify.
12943         (message-narrow-to-head-1): New function.
12944         (message-narrow-to-head): Use it.
12945         (message-reply): Ditto.
12946         (message-cancel-news): Ditto.
12947         (message-supersede): Ditto.
12948         (message-make-forward-subject): Ditto.
12949         (message-bounce): Ditto.
12950
12951 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12952
12953         * uudecode.el (uudecode-decode-region-external): make-temp-file
12954         may not be defined.
12955
12956         * binhex.el (defalias): eval-and-compile.
12957
12958         * message.el (message-tool-bar-map): New function.
12959         (message-mode): Use it.
12960
12961 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12962
12963         * nntp.el (nntp-find-connection): Remove the entry.
12964         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12965
12966 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12969
12970         * message.el (message-forward): Copy buffer in unibyte mode.
12971
12972 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12973
12974         * message.el (message-make-forward-subject): Don't widen. Decode.
12975         (message-forward): Don't decode subject.
12976
12977 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12978
12979         * qp.el (quoted-printable-encode-region): Upcase QP.
12980
12981 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12982
12983         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12984         mail-extract-a-c instead. Don't depend on Gnus.
12985
12986         * mml.el (gnus-ems): Require it.
12987
12988         * gnus-msg.el (gnus-summary-mail-forward):
12989
12990         * message.el (message-forward):  Move mime-to-mml here.
12991
12992 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12993
12994         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12995         * gnus-art.el (gnus-insert-mime-button): Simplify.
12996         (gnus-mime-display-alternative): Ditto.
12997         (gnus-insert-mime-security-button): Ditto.
12998
12999 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13000
13001         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13002         text-property-not-all doesn't return nil when start=mark(end).
13003         (gnus-remove-text-properties-when): Ditto.
13004
13005 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13006
13007         * gnus-start.el (gnus-group-change-level): Remove group from
13008         gnus-active-hashtb if real killed.
13009
13010 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13013         (gnus-mime-display-alternative): Ditto.
13014         (gnus-insert-mime-security-button): Ditto.
13015
13016 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13017
13018         * gnus-start.el (gnus-group-change-level): Don't add it into
13019         killed-list if it was killed.
13020
13021 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13022
13023         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13024         (nnmbox-active-file-coding-system): Ditto.
13025
13026         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13027
13028 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13029
13030         * gnus.el (gnus-version):
13031         (gnus-version-number): Set to Oort Gnus 0.01.
13032
13033         * gnus-art.el (gnus-mime-security-button-map):
13034         (gnus-insert-mime-security-button): Fix for Emacs21.
13035
13036 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13037
13038         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13039         easymenu, because XEmacs doesn't understand :help.
13040
13041         * mm-uu.el: Require binhex.
13042
13043 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13044
13045         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13046
13047 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13048
13049         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13050
13051 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13052
13053         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13054
13055 2000-12-18  Dave Love  <fx@gnu.org>
13056
13057         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13058         (unused).
13059
13060 2000-12-13  Miles Bader  <miles@gnu.org>
13061
13062         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13063         to t, so that we don't get stuck while trying to smilefy
13064         intangible text.
13065
13066 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13067
13068         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13069         at the end of the buffer.
13070         (smiley-region): In the loop, move to the end of the submatch
13071         matching the smiley instead of using the end of the match
13072         of the whole regexp.
13073
13074 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13075
13076         * message.el (message-mode): Doc fix.
13077
13078 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13079
13080         * smiley-ems.el (smiley-region): Doc fix.
13081
13082 2000-12-11  Miles Bader  <miles@gnu.org>
13083
13084         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13085         bottom line visible, check to see if it's partially obscured, and
13086         if so, either scroll one more line to make it fully visible, or
13087         revert to showing the second line from the top.
13088
13089 2000-12-07  Dave Love  <fx@gnu.org>
13090
13091         * mailcap.el (mailcap-download-directory)
13092         * gnus-audio.el (gnus-audio-directory)
13093         * smiley-ems.el (smiley-data-directory): Fix :type.
13094
13095 2000-11-30  Dave Love  <fx@gnu.org>
13096
13097         * message.el (message-auto-save-directory): Use
13098         file-name-as-directory.
13099         (message-set-auto-save-file-name): Create
13100         message-auto-save-directory if necessary.
13101         (message-replace-chars-in-string): Removed -- unused.
13102         (message-mail-alias-type): Customize.
13103         (message-headers): Remove duplicate defgroup.
13104
13105 2000-11-29  Dave Love  <fx@gnu.org>
13106
13107         * qp.el (quoted-printable-decode-region): Use error, not message
13108         to report malformed text (like base64).  Amend message.
13109
13110 2000-11-29  Miles Bader  <miles@gnu.org>
13111
13112         * message.el (message-header-lines): Fontify tag.
13113
13114 2000-11-27  Dave Love  <fx@gnu.org>
13115
13116         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13117         compiler warning.
13118
13119 ;2000-11-26  Dave Love  <fx@gnu.org>
13120 ;
13121 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13122 ;
13123 2000-11-23  Dave Love  <fx@gnu.org>
13124
13125         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13126
13127         * mm-uu.el (uudecode): Require.
13128         (uudecode-decode-region, uudecode-decode-region-external): Don't
13129         autoload.
13130         (mm-uu-copy-to-buffer): Doc fix.
13131         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13132         type fix.
13133
13134         * mailcap.el: Doc fixes.
13135         (mailcap-mime-data): Various adjustments.
13136         (mailcap): New group.
13137         (mailcap-download-directory): Customize.
13138         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13139         (mailcap-temporary-directory): Deleted (unused).
13140         (mailcap-unescape-mime-test): Simplify slightly.
13141         (mailcap-viewer-passes-test): Use functionp.
13142         (mailcap-command-p): Aliased to executable-find.
13143
13144         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13145         default-enable-multibyte-characters is nil.
13146
13147 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13148
13149         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13150
13151 2000-11-21  Dave Love  <fx@gnu.org>
13152
13153         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13154         gnus-article-mode-map.
13155 ;       (gnus-mime-button-menu): Use mouse-set-point.
13156         (gnus-insert-mime-button, gnus-mime-display-alternative)
13157         (gnus-mime-display-alternative): Don't use local-map property.
13158
13159 2000-11-17  Dave Love  <fx@gnu.org>
13160
13161         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13162         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13163         and make-temp-file.
13164         (uudecode-decode-region): Doc fix.
13165
13166 2000-11-14  Dave Love  <fx@gnu.org>
13167
13168         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13169         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13170         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13171         New files, derived from the XPMs.
13172
13173 2000-11-10  Dave Love  <fx@gnu.org>
13174
13175         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13176         (gnus-agent-lib-file, gnus-agent-load-alist)
13177         (gnus-agent-save-alist, gnus-agent-article-name): Use
13178         expand-file-name.
13179
13180         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13181         :version.
13182         (nnkiboze-score-file): Defvar when compiling.
13183
13184         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13185
13186         * gnus-art.el (gnus-article-banner-alist)
13187         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13188         (gnus-article-date-lapsed-new-header)
13189         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13190         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13191         (gnus-treat-strip-headers-in-body)
13192         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13193         (gnus-treat-translate): Add :version.
13194         (gnus-article-mime-part-function): Fix defcustom.
13195
13196         * nnmail.el (nnmail-expiry-target)
13197         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13198         (nnmail-split-header-length-limit): Add :version.
13199
13200         * gnus-sum.el (gnus-auto-expirable-marks)
13201         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13202         (gnus-extra-headers, gnus-ignored-from-addresses)
13203         (gnus-newsgroup-ignored-charsets)
13204         (gnus-group-highlight-words-alist)
13205         (gnus-summary-show-article-charset-alist): Add :version.
13206
13207         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13208         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13209         files, converted from the XPMs.
13210
13211         * gnus-cache.el (gnus-cache-active-file): Don't use
13212         file-name-as-directory on directory.
13213         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13214         use file-name-as-directory on directory.
13215
13216         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13217         (date-to-time): Use it.
13218
13219 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13220 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13221 ;       (message-newline-and-reformat): Likewise.
13222         (message-forward-as-mime, message-forward-ignored-headers)
13223         (message-buffer-naming-style, message-default-charset)
13224         (message-dont-reply-to-names, message-send-mail-partially-limit):
13225         Add :version.
13226
13227         * mm-util.el: Doc fixes.
13228         (mm-mime-charset): Don't use the raw result of
13229         mm-preferred-coding-system.
13230         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13231         (mm-with-unibyte): Simplify.
13232
13233         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13234         concat.
13235
13236         * pop3.el (pop3-version): Deleted.
13237         (pop3-make-date): New function, avoiding message-make-date.
13238         (pop3-munge-message-separator): Use it.
13239
13240 2000-11-09  Dave Love  <fx@gnu.org>
13241
13242         * gnus-group.el (gnus-group-make-directory-group)
13243         (gnus-group-fetch-faq): Use expand-file-name.
13244         (gnus-group-fetch-faq): Simplify completing-read form.
13245
13246         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13247         test for Mule.
13248
13249         * message.el (tool-bar-map): Defvar when compiling.
13250
13251         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13252         (gnus-tm-lisp-directory): Deleted.
13253         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13254         (featurep 'xemacs).
13255         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13256         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13257         version numbers from file names.
13258
13259 2000-11-08  Dave Love  <fx@gnu.org>
13260
13261         * mm-view.el: Use featurep for XEmacs test.
13262         (mm-inline-message): Test for `remove-specifier'; don't use
13263         condition-case.
13264
13265         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13266
13267         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13268         (gnus-score-find-bnews): Don't concat "".
13269
13270         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13271         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13272         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13273         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13274
13275         * gnus-sum.el: Put some defvars in eval-when-compile.
13276         (gnus-summary-mode-hook): Add :options.
13277         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13278         (gnus-summary-tool-bar-map): New variable.
13279         (gnus-summary-make-tool-bar): New function.
13280         (gnus-summary-mode): Put kill-all-local-variables first.
13281
13282         * gnus-group.el (gnus-group-toolbar-map): New variable.
13283         (gnus-group-make-tool-bar): Rewritten.
13284         (gnus-group-mode): Put kill-all-local-variables first.
13285
13286         * rfc2047.el: Require gnus-util.
13287
13288         * nnml.el (gnus-sorted-intersection): Autoload.
13289
13290         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13291         Put some defvars in eval-when-compile.
13292         (gnus-intersection, gnus-sorted-complement):  Autoload.
13293
13294         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13295
13296         * mm-encode.el (mm-body-7-or-8): Autoload.
13297
13298         * mm-decode.el (mm-insert-inline): Autoload.
13299
13300         * mml.el:
13301         * message.el: Put some defvars in eval-when-compile.
13302
13303         * gnus-msg.el: Put some defvars in eval-when-compile.
13304         (gnus-msg-mail): Move after gnus-setup-message.
13305
13306         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13307
13308 2000-11-07  Dave Love  <fx@gnu.org>
13309
13310         * gnus-util.el (nnheader): Don't require message (recursive
13311         autoload).
13312
13313         * uudecode.el: Avoid compiler warnings.
13314
13315         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13316         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13317
13318 2000-11-06  Dave Love  <fx@gnu.org>
13319
13320         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13321
13322         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13323         (uudecode-char-int): New alias, replacing char-int.
13324         (uudecode-decode-region): Don't call buffer-disable-undo.
13325
13326 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13327 ;       (mm-uu-configure-list): Doc fix.
13328 ;
13329 ;       * earcon.el (running-xemacs): Don't define.
13330 ;
13331 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13332 ;
13333 ;       * message.el (message-font-lock-keywords): Match a final newline
13334 ;       to help font-lock's multiline support.
13335 ;
13336 2000-11-03  Dave Love  <fx@gnu.org>
13337
13338         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13339
13340         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13341         name.
13342
13343         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13344         <banner>: Fix custom type, doc.
13345
13346         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13347         name.  Don't disable undo explicitly.
13348
13349 ;2000-11-02  Dave Love  <fx@gnu.org>
13350 ;
13351 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13352 ;       cite-prefix.
13353
13354 2000-11-01  Dave Love  <fx@gnu.org>
13355
13356         * rfc2047.el (base64): Require unconditionally.
13357         (message-posting-charset): Defvar when compiling.
13358         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13359         message.
13360
13361         * gnus-sum.el (nnoo): Require.
13362         (mm-uu-dissect): Autoload.
13363
13364         * mml.el (mml-parse-1): Clarify message.
13365         (mml-minibuffer-read-type): Use mailcap-mime-types.
13366
13367 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13368
13369         * mml.el: Fix a typo in the requiring of CL.
13370
13371 2000-11-01  Dave Love  <fx@gnu.org>
13372
13373         * utf7.el: Require cl when compiling.
13374
13375         * binhex.el: Use (featurep 'xemacs).
13376         (binhex-char-int): New alias, replacing char-int.  Change callers.
13377         (binhex-decode-region): Simplify work buffer code.
13378         (binhex-decode-region-external): Use expand-file-name, not concat.
13379
13380 2000-10-30  Dave Love  <fx@gnu.org>
13381
13382         * gnus-art.el: Fix 2000-10-27 change properly.
13383
13384 2000-10-28  Miles Bader  <miles@gnu.org>
13385
13386         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13387
13388 2000-10-27  Dave Love  <fx@gnu.org>
13389
13390         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13391         strings.
13392         (gnus-group-make-tool-bar): New function.
13393         (gnus-group-mode): Use it.
13394
13395         * message.el (message-mode-menu): Add some :help strings.
13396         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13397         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13398
13399         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13400         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13401         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13402
13403         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13404         display-graphic-p here.
13405
13406 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13407
13408         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13409         of the `gnus-xemacs' variable, as the latter has been removed.
13410         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13411         * gnus-art.el (gnus-treat-display-xface)
13412         (gnus-treat-display-smileys, gnus-treat-display-picons)
13413         (gnus-article-read-summary-keys): Likewise.
13414
13415 2000-10-26  Dave Love  <fx@gnu.org>
13416
13417         (defvar): Use rmail-spool-directory unconditionally.
13418
13419 2000-10-18  Dave Love  <fx@gnu.org>
13420
13421         * mm-bodies.el (mm-uu-decode-function)
13422         (mm-uu-binhex-decode-function): Defvar when compiling.
13423
13424         * gnus-nocem.el (gnus-nocem-issuers): Update.
13425         (gnus-nocem-check-from): New option.
13426         (gnus-nocem-scan-groups): Use it.
13427         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13428         (gnus-nocem-check-article-limit): Add :version.
13429
13430 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13431
13432         * ietf-drums.el (mm-util): Require CL when compiling.
13433
13434 2000-10-15  Dave Love  <fx@gnu.org>
13435
13436         * qp.el: Require mm-util.
13437
13438 2000-10-13  Dave Love  <fx@gnu.org>
13439
13440         * qp.el (quoted-printable-decode-region): Avoid invalid
13441         coding-systems.
13442
13443 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13444
13445         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13446         to a recursive load.
13447
13448 2000-10-12  Dave Love  <fx@gnu.org>
13449
13450         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13451
13452         * gnus.el (gnus-group-startup-message): Check for PBM image.
13453
13454 2000-10-09  Dave Love  <fx@gnu.org>
13455
13456         * mail-source.el (mail-source-fetch-imap): Bind
13457         default-enable-multibyte-characters rather than using
13458         mm-disable-multibyte.
13459
13460 2000-10-05  Dave Love  <fx@gnu.org>
13461
13462         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13463         Autoload.
13464         (quoted-printable-decode-region):  Rename arg which confused
13465         charset with coding-system.  Don't use nonascii-insert-offset.
13466         Coding-system encode the region initially.  Don't recognize `=='
13467         as valid QP.  Coding-system decode the region finally.
13468         (quoted-printable-decode-string): Rename arg which confused
13469         charset with coding-system.
13470
13471         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13472         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13473         mm-encode-coding-region.
13474         (mm-decode-body, mm-decode-string): Rename variables which
13475         confused charset with coding-system.
13476         (binhex-decode-region): Don't autoload.
13477         (mm-body-encoding): Require message.
13478         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13479         cond branches.
13480
13481         * gnus-art.el (article-de-quoted-unreadable)
13482         (article-de-base64-unreadable): Fold search case
13483         rather than downcasing string.  Apply mm-charset-to-coding-system
13484         to arg of quoted-printable-decode-region.
13485
13486 2000-10-04  Dave Love  <fx@gnu.org>
13487
13488         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13489         Require ring when compiling.
13490         (gnus-article-compface-xbm): New variable.
13491
13492 2000-10-04  Dave Love  <fx@gnu.org>
13493
13494         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13495         pbm images.
13496
13497         * frown.pbm, smile.pbm, wry.pbm: New files.
13498
13499         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13500
13501 2000-10-03  Dave Love  <fx@gnu.org>
13502
13503         * mail-source.el (mail-sources): Revert to nil.
13504
13505         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13506
13507         * qp.el: Don't require mm-util.
13508         (quoted-printable-decode-region): Rewritten.
13509         (quoted-printable-decode-string, quoted-printable-encode-region):
13510         Doc fix.
13511         (quoted-printable-encode-region): Barf on multibyte characters.
13512         Maybe make the class multibyte.  Upcase chars, not formatted
13513         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13514         (quoted-printable-encode-string): Don't use
13515         mm-with-unibyte-buffer.
13516
13517 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13518
13519         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13520
13521 2000-09-21  Dave Love  <fx@gnu.org>
13522
13523         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13524         (for Emacs 20).  Tidy somewhat.
13525
13526 2000-09-21  Dave Love  <fx@gnu.org>
13527
13528         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13529         image processing.  Rationalize logic somewhat.
13530
13531 2000-09-20  Dave Love  <fx@gnu.org>
13532
13533         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13534         specifically.
13535
13536         * gnus.el (gnus-version-number): Avoid some redundant
13537         autoloads.
13538
13539 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13540
13541         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13542         to XBM; we always have PBM support.
13543
13544 2000-09-14  Dave Love  <fx@gnu.org>
13545
13546         * gnus.el (gnus-charset):
13547         * mm-decode.el (mime-display):
13548         * imap.el (imap) <defgroup>: Add :version.
13549
13550 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13551
13552         * parse-time.el: Fix author's mail address.
13553
13554         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13555         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13556         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13557         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13558         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13559         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13560         * rfc2231.el, uudecode.el: Fix copyright notice.
13561
13562         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13563         require `w3' at load-time only if not running in batch mode.
13564
13565 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13566
13567         * gnus.el: Before merge with Emacs21.
13568
13569 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13570
13571         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13572
13573 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13574
13575         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13576         to avoid conflict with the standard `back-to-indentation'
13577         binding.
13578
13579 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13580
13581         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13582
13583         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13584         (mm-disable-multibyte-mule4): Ditto.
13585         (mm-with-unibyte-current-buffer-mule4): Ditto.
13586
13587 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * pop3.el (pop3-movemail): Use binary.
13590         (pop3-movemail-file-coding-system): Removed.
13591
13592 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13593
13594         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13595
13596 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13597
13598         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13599         exists.
13600
13601 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * gnus-msg.el (gnus-post-method): Use backend name when the
13604         address is "".
13605
13606 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13607
13608         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13609         mm-verify-option.
13610         (gnus-treat-x-pgp-sig): Default value.
13611         (gnus-ignored-headers): Redundant.
13612
13613 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13614
13615         * gnus-win.el (gnus-configure-frame): Save selected window.
13616
13617 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13618
13619         * nnmbox.el: Require gnus-range.
13620         (nnmbox-group-building-active-articles): New variable.
13621         (nnmbox-group-active-articles): New variable; this is a cache of
13622         all active articles by group and number.
13623         (nnmbox-in-header-p): New function.
13624         (nnmbox-find-article): New function.
13625         (nnmbox-record-active-article): New function.
13626         (nnmbox-record-deleted-article): New function.
13627         (nnmbox-is-article-active-p): New function.
13628         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13629         (nnmbox-request-article): Ditto.  Also supply extra arg to
13630         nnmbox-article-group-number.
13631         (nnmbox-request-expire-articles): Ditto.
13632         (nnmbox-request-move-article): Ditto.
13633         (nnmbox-request-replace-article): Ditto.
13634         (nnmbox-request-rename-group): Rename group entry in active
13635         article cache.
13636         (nnmbox-delete-mail): Update active article cache, unless article
13637         is being replaced.
13638         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13639         than partially duplicating it.
13640         (nnmbox-article-group-number): Add extra `this-line' arg, to
13641         handle articles belonging to multiple groups.
13642         (nnmbox-save-mail): Update active article cache.
13643         (nnmbox-read-mbox): Build active article cache when loading mbox.
13644         Also do some repair work, if we find articles that are missing the
13645         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13646         reconstruct these from Xref info.
13647
13648 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13649
13650         * mail-source.el (mail-source-report-new-mail): Use
13651         nnheader-run-at-time.
13652
13653 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13654
13655         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13656         an error is thrown, and then rethrow the error.
13657         (mail-source-check-pop): Ditto.
13658         (mail-source-start-idle-timer): Prevent multiple pop checks
13659         running if the check takes a long time.
13660
13661 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13662
13663         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13664         succeed.
13665
13666 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13667
13668         * gnus-win.el (gnus-configure-windows): Make sure
13669         nntp-server-buffer is live.
13670         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13671
13672 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13673
13674         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13675
13676 2000-12-04  Andreas Jaeger  <aj@suse.de>
13677
13678         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13679
13680 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13681
13682         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13683
13684 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13685         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13686
13687         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13688
13689 2000-12-01  Simon Josefsson  <sj@extundo.com>
13690
13691         * mml-smime.el (mml-smime-verify): Fix address parsing.
13692
13693 2000-12-01  Simon Josefsson  <sj@extundo.com>
13694
13695         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13696         more than one certificate inside PKCS#7 blob.  Better security
13697         information (clamed / actual sender, openssl output, certificates
13698         inside message).
13699
13700         * smime.el (smime-verify-region): Output to /dev/null.
13701         (smime-buffer-as-string-region): Don't parse empty lines.
13702
13703 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13704
13705         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13706         ?d and ?D.
13707         (gnus-mime-security-show-details-inline): New variable.
13708         (gnus-mime-security-show-details): Use them.
13709         (gnus-insert-mime-security-button): Ditto.
13710
13711         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13712         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13713         (mml2015-gpg-clear-verify): Ditto.
13714         (mml2015-gpg-decrypt-1): Ditto.
13715         (mml2015-use): Prefer 'gpg.
13716
13717 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13718
13719         * gnus-util.el (gnus-add-text-properties-when): New function.
13720         (gnus-remove-text-properties-when): Ditto.
13721
13722         * gnus-cite.el (gnus-article-hide-citation): Use them.
13723         (gnus-article-toggle-cited-text): Use them.
13724
13725         * gnus-art.el (gnus-signature-toggle): Use them.
13726         (gnus-article-show-hidden-text): Ditto.
13727         (gnus-article-hide-text): Ditto.
13728
13729 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13730
13731         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13732
13733 2000-11-30  Simon Josefsson  <sj@extundo.com>
13734
13735         * smime.el (smime-point-at-eol): New alias.
13736         (smime-buffer-as-string-region): Use it.
13737
13738 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13741
13742 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13743
13744         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13745
13746         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13747
13748         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13749
13750 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13751
13752         * nnmh.el (nnmh-request-expire-articles): Implemented
13753         expiry-target for nnmh backend.
13754
13755 2000-11-30  Simon Josefsson  <sj@extundo.com>
13756
13757         * mm-decode.el (mm-security-from): New variable.
13758         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13759
13760         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13761         than `from'.
13762
13763 2000-11-30  Simon Josefsson  <sj@extundo.com>
13764
13765         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13766         address match sender address.
13767
13768         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13769
13770         * smime.el (smime-verify-region): Don't copy buffer.
13771         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13772         (smime-pkcs7-region): New function.
13773         (smime-pkcs7-certificates-region): Ditto.
13774         (smime-pkcs7-email-region): Ditto.
13775         (smime-buffer-as-string-region): Ditto.
13776
13777         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13778         buffer.
13779
13780 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13781
13782         * smime.el (smime-decrypt-region): Fix keyfile argument.
13783
13784 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13785
13786         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13787
13788 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13789
13790         * message.el (message-shoot-gnksa-feet): New variable.
13791         (message-gnksa-enable-p): New function.
13792         (message-send): Use it.
13793         (message-check-news-body-syntax): Ditto.
13794
13795 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * message.el (message-make-message-id): Remove the redundancy.
13798
13799 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13800
13801         * message.el (message-setup): Discourage using mc-install-*-mode.
13802
13803         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13804
13805 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13806
13807         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13808
13809 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13810
13811         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13812
13813 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13814
13815         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13816
13817 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13818
13819         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13820         insert-buffer-substring.
13821
13822         * message.el (message-send-mail): Use buffer-substring-no-properties.
13823         (message-send-news): Ditto.
13824
13825 2000-11-22  David Edmondson  <dme@dme.org>
13826
13827         * imap.el (imap-wait-for-tag): Message read info.
13828
13829 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13830
13831         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13832         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13833         (mml2015-gpg-encrypt): Ditto.
13834
13835 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13836
13837         * mm-decode.el (mm-verify-option): Default value.
13838
13839         * mml-sec.el (mml-secure-part): Error message.
13840
13841 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13842
13843         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13844
13845 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13846
13847         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13848
13849 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13850
13851         * gnus-art.el (gnus-article-describe-key): Use prompt.
13852         (gnus-article-describe-key-briefly): Ditto.
13853
13854 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13855
13856         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13857
13858 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13859
13860         * gnus-art.el (gnus-article-describe-key): New function.
13861         (gnus-article-describe-key-briefly): New function.
13862
13863 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13864
13865         * mm-decode.el (mm-decrypt-option): Doc typo.
13866
13867         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13868         return a number.
13869
13870 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13871
13872         * message.el (message-newline-and-reformat): Typo.
13873
13874 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13875
13876         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13877         original-article-buffer exists.
13878
13879         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13880         (rfc2047-header-encoding-alist): Addresses are different from text.
13881         (rfc2047-encode-message-header): Ditto.
13882         (rfc2047-dissect-region): Extra parameter.
13883         (rfc2047-encode-region): Ditto.
13884         (rfc2047-encode-string): Ditto.
13885
13886 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13889         (mm-uu-pgp-encrypted-extract): Use it.
13890         (mm-uu-pgp-signed-extract-1): New function.
13891         (mm-uu-pgp-signed-extract): Use it.
13892
13893         * gnus-art.el (gnus-mime-display-security): New function.
13894         (gnus-mime-display-part): Use it.
13895         (gnus-mime-security-verify-or-decrypt): New function.
13896         (gnus-mime-security-press-button): New function.
13897         (gnus-insert-mime-security-button): Use it.
13898
13899         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13900         (mm-find-raw-part-by-type): Ditto.
13901         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13902         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13903         (mm-destroy-parts): Kill nested multibyte buffer.
13904
13905         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13906         (mml2015-gpg-verify): Ditto.
13907
13908 2000-11-18  Simon Josefsson  <sj@extundo.com>
13909
13910         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13911         (mml2015-function-alist): Use it.
13912
13913         * mml-sec.el (mml-sign-alist): Update names.
13914         (mml-encrypt-alist): Ditto.
13915         (mml-secure-part-smime-sign): Moved to mml-smime.el
13916         as `mml-smime-sign-query'.
13917         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13918         `mml-smime-get-file-cert'.
13919         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13920         `mml-smime-get-dns-cert'.
13921         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13922         `mml-smime-encrypt-query'.
13923         (mml-smime-sign-buffer): Use mml-smime-sign.
13924         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13925
13926         * mml-smime.el (mml-smime-sign): New function.
13927         (mml-smime-encrypt):
13928         (mml-smime-sign-query):
13929         (mml-smime-get-file-cert):
13930         (mml-smime-get-dns-cert):
13931         (mml-smime-encrypt-query): Moved from mml-sec.el.
13932
13933 2000-11-16  Simon Josefsson  <sj@extundo.com>
13934
13935         * mml2015.el (mml2015-gpg-clear-verify): New function.
13936         (mml2015-function-alist): Add it.
13937
13938 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * message.el (message-setup-fill-variables): Use
13941         message-cite-prefix-regexp.
13942         (message-newline-and-reformat): Check the end of citation, leading
13943         WSP, break in the cite prefix.
13944         (message-fill-paragraph): New function.
13945
13946 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * lpath.el: Shut up.
13949
13950 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13951
13952         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13953         raw 8-bit in headers in dk.* newsgroups.
13954
13955 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13956
13957         * message.el (message-newline-and-reformat): Match extra WSPs.
13958
13959 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13960
13961         * mml.el (mml-generate-mime-1): Ignore ascii.
13962
13963 2000-11-16 Justin Sheehy  <justin@iago.org>
13964
13965         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13966
13967 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13968
13969         * message.el (message-cite-prefix-regexp): Prefix should not end
13970         at space.
13971
13972 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13973
13974         * message.el (message-mode-syntax-table): Add - as a word
13975         constituent as in articles.
13976         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13977         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13978         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13979
13980 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13981
13982         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13983
13984 2000-11-12  David Edmondson  <dme@dme.org>
13985
13986         * message.el (message-font-lock-keywords): use
13987         message-cite-prefix-regexp.
13988
13989 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13990
13991         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13992         Stein Arild Str\e,Ax\e(Bmme.
13993         (gnus-group-jump-to-group): Use it.
13994         (gnus-group-jump-to-group-prompt): Customize.
13995
13996 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13997
13998         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13999
14000 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14001
14002         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14003         incompatible.
14004         (mml2015-mailcrypt-sign): Ditto.
14005
14006 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14007
14008         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14009         group is open.
14010
14011 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14012
14013         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14014         nnvirtual articles.
14015         (gnus-backlog-request-article): Don't request nnvirtual articles.
14016
14017 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14018
14019         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14020         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14021
14022 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14023
14024         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14025         * mml.el (mml-generate-mime-1): Use charset attribute.
14026         * mm-bodies.el (mm-encode-body): Add parameter charset.
14027         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14028
14029 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14030
14031         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14032         (mml2015-mailcrypt-clear-decrypt): Ditto.
14033         (mml2015-mailcrypt-verify): Ditto.
14034         (mml2015-mailcrypt-clear-verify): Ditto.
14035         (mml2015-gpg-verify): Ditto.
14036
14037 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14038
14039         * smime.el (smime-openssl-program): Test the existence of openssl.
14040         * mml-smime.el: Require mm-decode.
14041         (mml-smime-verify-test): New function.
14042         * mm-decode.el (mm-verify-function-alist): Use it.
14043
14044 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14045
14046         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14047         anyway.
14048
14049 2000-11-13  Simon Josefsson  <sj@extundo.com>
14050
14051         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14052         verification doesn't work.
14053
14054 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14055
14056         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14057         (gnus-inews-do-gcc): Use it.
14058
14059 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14060
14061         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14062         leading space.
14063         * mm-extern.el (mm-inline-external-body): Report error when no
14064         access-type.
14065
14066 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14067
14068         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14069
14070 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14071
14072         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14073
14074 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14075
14076         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14077         as multipart/mixed.
14078
14079 2000-11-12  David Edmondson  <dme@dme.org>
14080
14081         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14082         and replace `.' with `\w' to allow for different syntax tables
14083         (from Vladimir Volovich).
14084         * message.el (message-newline-and-reformat): use
14085         `message-cite-prefix-regexp'.
14086         * gnus-cite.el (gnus-supercite-regexp): use
14087         `message-cite-prefix-regexp'.
14088         * gnus-cite.el (gnus-cite-parse): use
14089         `message-cite-prefix-regexp'.
14090
14091 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14092
14093         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14094         PGP SIGNATURE.  Escape leading "-"'s.
14095         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14096
14097 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14098
14099         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14100
14101 2000-11-11  Simon Josefsson  <sj@extundo.com>
14102
14103         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14104
14105         * smime.el (smime-details-buffer): New variable.
14106         (smime-sign-region):
14107         (smime-encrypt-region):
14108         (smime-verify-region):
14109         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14110
14111         * mml-smime.el (mml-smime-verify): Support security info.
14112
14113 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14114
14115         * mm-decode.el (mm-verify-option): Set default to nil.
14116         (mm-decrypt-option): Ditto.
14117         * gnus-art.el (article-verify-x-pgp-sig): New function.
14118
14119 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14122         preferred part.
14123
14124 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14125
14126         * gnus-sum.el (gnus-move-split-methods): Say that
14127         `gnus-split-methods' uses file names, whereas this uses group
14128         names.  (Report from Nevin Kapur)
14129
14130 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14131
14132         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14133
14134 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14135
14136         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14137         (nnheader-directory-articles): Use it.
14138         (nnheader-article-to-file-alist): Ditto.
14139
14140 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14141
14142         * rfc2047.el (rfc2047-pad-base64): New function.
14143         (rfc2047-decode): Use it.
14144
14145 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14146
14147         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14148         select method.
14149
14150 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14151
14152         * mml2015.el (mml2015-gpg-decrypt-1):
14153         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14154
14155 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156
14157         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14158
14159 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14160
14161         * pop3.el (pop3-munge-message-separator): A message may have an
14162         empty body.
14163
14164 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14165
14166         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14167         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14168         (mm-uu-pgp-signed-extract): Use coding-system.
14169
14170 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14171
14172         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14173         (gnus-insert-mime-security-button): New function.
14174         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14175         * mml2015.el:  Add security info when verify or decrypt.
14176         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14177         (mm-uu-pgp-encrypted-extract): Ditto.
14178
14179 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * mm-decode.el (mm-display-parts): New function.
14182         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14183
14184 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14185
14186         * gnus-mlspl.el: Documentation tweaks.
14187
14188 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14189
14190         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14191         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14192         argument.
14193
14194 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14195
14196         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14197
14198 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14199
14200         * gnus-art.el (gnus-article-encrypt): New function.
14201         (gnus-article-encrypt-protocol-alist): New variable.
14202         (gnus-article-encrypt-protocol): New variable.
14203         * mml2015.el (mml2015-self-encrypt): New function.
14204         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14205
14206 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14207
14208         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14209         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14210         let mailcap do it.
14211         * mml2015.el: Remove snarf code.
14212         * mm-decode.el: Remove snarf code.
14213
14214 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14215
14216         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14217         (mml-insert-mime): Understand gnus-decoded.
14218         (mime-to-mml): New parameter handles.
14219         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14220         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14221
14222 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14223
14224         * mm-decode.el (mime-security): New group.
14225         (mm-verify-function-alist): Add test function.
14226         (mm-decrypt-function-alist): Ditto.
14227         (mm-snarf-option): Set default value as nil.
14228         (mm-find-part-by-type): Recursive parameter.
14229         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14230         * mml2015.el: Support draft-ietf-openpgp-multsig.
14231
14232 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14233
14234         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14235         (gnus-article-view-part-as-charset): New function.
14236
14237 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14238
14239         * mm-decode.el (mm-verify-option): Default value.
14240         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14241
14242 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14243
14244         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14245
14246 2000-11-05  Simon Josefsson  <sj@extundo.com>
14247
14248         * mml-smime.el (mml-smime-verify): Work in original multipart
14249         buffert.
14250
14251         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14252         (mm-handle-multipart-ctl-parameter): Ditto.
14253         (mm-alist-to-plist): New function.
14254         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14255         for multiparts.
14256         (mm-destroy-parts): Destroy multipart buffert.
14257         (mm-remove-part): Ditto.
14258
14259         * mml-smime.el (mml-smime-sign): Not used.
14260         (mml-smime-encrypt): Ditto.
14261
14262         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14263
14264         Verify S/MIME signature support.
14265
14266         * mm-decode.el (mm-inline-media-tests): Add
14267         application/{x-,}pkcs7-signature.
14268         (mm-inlined-types): Ditto.
14269         (mm-automatic-display): Ditto.
14270         (mm-verify-function-alist): Ditto.  Add name of method.
14271         (mm-decrypt-function-alist): Add name of method.
14272         (mm-find-part-by-type): Add documentation.
14273         (mm-possibly-verify-or-decrypt): Use new format of
14274         mm-{verify,decrypt}-function-alist.  Use method names.
14275
14276         * mml-smime.el (mml-smime-verify): New function.
14277
14278 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14279
14280         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14281
14282 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14283
14284         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14285         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14286         * mm-decode.el (mm-snarf-option): New variable.
14287
14288 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14289
14290         * mm-util.el (mm-subst-char-in-string): New function.
14291         (mm-replace-chars-in-string): Use it.
14292         * message.el (message-replace-chars-in-string): Use it.
14293         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14294         * gnus-mh.el (mh-lib-progs): Shut up.
14295
14296 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14297
14298         * base64.el, md5.el: Moved to contrib directory.
14299
14300 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14301
14302         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14303         the last article when search.
14304
14305 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14306
14307         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14308         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14309
14310 2000-09-29  David Edmondson  <dme@thus.net>
14311
14312         * message.el (message-newline-and-reformat): Typo.
14313
14314 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14315
14316         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14317
14318 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14319
14320         * nntp.el (nntp-decode-text): Delete bogus status lines.
14321
14322 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14323
14324         * message.el (message-font-lock-keywords): Match a final newline
14325         to help font-lock's multiline support.
14326
14327 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14328
14329         * nnoo.el (nnoo-set): New function.
14330
14331 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14332
14333         * gpg.el, gpg-ring.el: Moved to contrib directory.
14334
14335 2000-11-04  Simon Josefsson  <sj@extundo.com>
14336
14337         * nnimap.el (nnimap-split-inbox): Typo.
14338
14339 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14342
14343 2000-11-03  Simon Josefsson  <sj@extundo.com>
14344
14345         * rfc2231.el (rfc2231-parse-qp-string): New function.
14346         (require): rfc2047.
14347
14348         * mail-parse.el (mail-header-parse-content-type):
14349         (mail-header-parse-content-disposition): Support invalid QP
14350         encoded strings, by using `rfc2231-parse-qp-string'.
14351
14352 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14353
14354         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14355         (rfc2231-decode-encoded-string): Typo "> X 1".
14356         (rfc2231-encode-string): Insert the name of charset.
14357         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14358
14359 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14360
14361         * mm-decode.el (mm-save-part): Return the filename.
14362         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14363         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14364         (gnus-mime-action-alist): Use it.
14365         (gnus-mime-button-commands): Use it.
14366         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14367         (mm-inline-external-body): unwind-protect.
14368
14369 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14370
14371         * gnus-art.el (gnus-insert-mime-button): Show url.
14372
14373 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14374
14375         * mml.el (mml-generate-mime-1): Support external url.
14376         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14377
14378 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14379
14380         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14381         * mm-decode.el (mm-display-external): Ditto.
14382         * mm-extern.el: New file.
14383         * mm-decode.el (mm-inline-media-tests): Hook it up.
14384         (mm-inlined-types): Inline message/external-body.
14385
14386 2000-11-02  Simon Josefsson  <sj@extundo.com>
14387
14388         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14389
14390         * message.el (message-get-reply-headers): Better handling when
14391         Mail-Followup-To is very large.
14392
14393 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14394
14395         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14396         * gnus-art.el (gnus-article-edit-done):
14397         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14398         counting code here.
14399         * gnus-msg.el (gnus-setup-message): Remove a hack.
14400
14401 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14402
14403         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14404         (gnus-summary-mode): Make them local variables.
14405         (gnus-set-global-variables): Globalize them.
14406         (gnus-summary-exit): Kill them.
14407
14408 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14409
14410         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14411         word.
14412
14413 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14414
14415         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14416         gnus-article-wash-types.
14417         * gnus-art.el (gnus-article-wash-status): Use them.
14418
14419 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * mml.el (mml-read-tag): Remove spaces and LF.
14422
14423 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14424
14425         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14426         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14427
14428 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14429
14430         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14431
14432 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14433
14434         * gnus-sum.el (gnus-article-charset): New variable.
14435         (gnus-summary-display-article): Set it.
14436         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14437         * gnus-art.el (gnus-article-mode): Make it local variable.
14438
14439 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14440
14441         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14442
14443 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14444
14445         * nnwfm.el: New file.
14446
14447         * nnweb.el (nnweb-replace-in-string): New function.
14448
14449 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14450
14451         * mml2015.el: Wrap gpg.el.
14452         * gpg.el (gpg-verify): The last argument of apply is a list.
14453         (gpg-encrypt): Add passphrase as a parameter.
14454
14455 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14456
14457         * gpg.el: New file.
14458         * gpg-ring.el: New file.
14459
14460 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14461
14462         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14463
14464 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14467         double-quote characters.
14468         (gnus-summary-prepare-threads): Ditto.
14469
14470 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14471
14472         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14473         * mml.el (mml-read-tag): Don't skip the leading space.
14474         * lpath.el (font-lock-set-defaults): Shut up.
14475
14476 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14477
14478         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14479
14480 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14481
14482         * qp.el (quoted-printable-encode-region): Replace leading - when
14483         ultra safe.
14484         * mml.el (mml-generate-mime-postprocess-function): Removed.
14485         (mml-postprocess-alist): Removed.
14486         (mml-generate-mime-1): Use ultra-safe when sign.
14487         * mml2015.el (mml2015-fix-micalg): Uppercase.
14488         (mml2015-verify): Insert LF.
14489         (mml2015-mailcrypt-sign): Downcase; search backward.
14490
14491 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14492
14493         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14494         restrictive.
14495         (nnultimate-table-regexp): New variable.
14496         (nnultimate-forum-table-p): Use it.
14497
14498 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14499         Trivial patch.
14500
14501         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14502
14503 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14504
14505         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14506         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14507
14508 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14509
14510         * mml2015.el: Shut up.
14511
14512 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14513
14514         * gnus.el (gnus-server-browse-hashtb): Removed.
14515         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14516         (gnus-group-insert-group-line-info): Use simplified method.
14517         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14518
14519 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14520
14521         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14522         moved here.
14523         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14524         * gnus-group.el (gnus-group-prepare-flat): Use it.
14525         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14526
14527 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14528
14529         * mml.el (mml-mode): Show menu in XEmacs.
14530
14531 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14532
14533         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14534         (gnus-server-read-server-in-server-buffer): New function.
14535         (gnus-browse-foreign-server): Browse in group buffer.
14536         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14537         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14538         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14539         * gnus.el (gnus-server-browse-hashtb): New variable.
14540
14541 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14542
14543         * nnfolder.el (nnfolder-open-nov): Use group.
14544
14545 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14546
14547         * nnfolder.el: Add NOV. Set version to 2.0.
14548         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14549
14550 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14551
14552         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14553
14554 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14555
14556         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14557         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14558
14559 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14560
14561         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14562
14563 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14564
14565         * mm-decode.el (mm-verify-function-alist): New variable.
14566         (mm-verify-option): New variable.
14567         (mm-decrypt-function-alist): Ditto.
14568         (mm-decrypt-option): Ditto.
14569         (mm-find-raw-part-by-type): New function.
14570         (mm-possibly-verify-or-decrypt): New function.
14571         (mm-dissect-multipart): Use it.
14572         * mml2015.el (mml2015-fix-micalg): New function.
14573         (mml2015-decrypt): Use new interface.
14574         (mml2015-verify):  Use new interface.
14575         (mml2015-setup): Make it bogus.
14576
14577 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14578
14579         * mml.el (mml-generate-mime-postprocess-function): Set to
14580         mml-postprocess.
14581         (autoload): Autoload mml2015 and mml-smime.
14582         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14583         * mml2015.el (mml2015-encrypt): New function.
14584         (mml2015-sign): New function.
14585         (mml2015-encrypt-function): New variable.
14586         (mml2015-sign-function): New variable.
14587         (mml2015-mailcrypt-encrypt): Use message-recipients.
14588         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14589         * mml-smime.el (mml-smime-setup): Ditto.
14590
14591 2000-10-28  Simon Josefsson  <sj@extundo.com>
14592
14593         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14594         Communigate Pro 3.3.1 server.
14595
14596         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14597         in buffers.
14598         (mml-secure-dns-server): Removed.
14599         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14600         write certificates to files.
14601
14602         * smime.el (smime-dns-server): New variable.
14603         (smime-mail-to-domain):
14604         (smime-cert-by-dns): New functions.
14605
14606         * dig.el: New file.
14607
14608 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14609
14610         * message.el (message-options): New variable.
14611         (message-options-set-recipient): New function.
14612         (message-send): Use them.
14613         * gnus-int.el (gnus-request-replace-article): Use them.
14614         (gnus-request-accept-article): Ditto.
14615         * mml.el (mml-preview): Use them.
14616         * gnus-sum.el (gnus-summary-edit-article): Use them.
14617
14618         * message.el (message-options-get): New function.
14619         (message-options-get): New function.
14620         * rfc2047.el (rfc2047-encode-message-header): Use them.
14621         * mm-bodies.el (mm-encode-body): Use them.
14622
14623 2000-10-28  Simon Josefsson  <sj@extundo.com>
14624
14625         * nnimap.el (nnimap-retrieve-which-headers):
14626         (nnimap-request-article-part): Quote message-id.
14627
14628         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14629         (smime-CA-file): New variable.
14630         (smime-call-openssl-region): Don't error.
14631         (smime-sign-region): Return result value.
14632         (smime-encrypt-region): Ditto.
14633         (smime-verify-region): New function.
14634         (smime-decrypt-region): Ditto.
14635         (smime-verify-buffer): Ditto.
14636         (smime-decrypt-buffer): Ditto.
14637
14638         * mml.el: Require mml-sec.
14639         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14640         (mml-mode-map): Add "sign" and "encrypt" maps.
14641         (mml-menu): Add security menu.
14642         (mml-preview): Use generate-new-buffer.
14643
14644         * mml-sec.el: New file.
14645
14646 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14647
14648         * mm-decode.el (mm-find-part-by-type): Move it here.
14649         * mml.el (mml-postprocess): Move it here.
14650         (mml-postprocess-alist): Move it here. Merge them.
14651
14652 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14653
14654         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14655         unencoded stuff in the header.
14656
14657 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14658
14659         * gnus-group.el (gnus-group-listed-groups): New variable.
14660         (gnus-group-list-option): New variable.
14661         (gnus-group-list-limit-map): New keymap.
14662         (gnus-group-list-flush-map): New keymap.
14663         (gnus-group-list-plus-map): New keymap.
14664         (gnus-group-prepare-logic): New function.
14665         (gnus-group-prepare-flat): Merge with
14666         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14667         (gnus-group-prepare-flat-list-dead): Ditto.
14668         (gnus-group-list-matching): Use gnus-group-prepare-function.
14669         (gnus-group-list-dormant): Ditto.
14670         (gnus-group-list-cached): Ditto.
14671         (gnus-group-listed-groups): New function.
14672         (gnus-group-list-limit): New function.
14673         (gnus-group-list-flush): New function.
14674         (gnus-group-list-plus): New function.
14675         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14676         (gnus-topic-prepare-topic): Ditto.
14677
14678 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14679
14680         * message.el (message-insert-to, message-get-reply-headers):
14681         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14682
14683 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14684
14685         * mml2015.el: New file.
14686         * smime.el: New file.
14687         * mml-smime.el: New file.
14688
14689 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14690
14691         * ChangeLog: Moved to ChangeLog.1.
14692
14693     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14694   Copying and distribution of this file, with or without modification,
14695   are permitted provided the copyright notice and this notice are preserved.
14696
14697 ;; Local Variables:
14698 ;; coding: iso-2022-7bit
14699 ;; End: