(spam-bogofilter-register-with-bogofilter): use
[gnus] / lisp / ChangeLog
1 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2
3         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
4         predicate of `false' to avoid an error when a group defines no
5         predicate. Fixed typo that disabled agent scoring (i.e. the
6         low/high predicates should now work).
7
8 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9
10         * spam.el: add spam-maybe-spam-stat-load to
11         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
12         (spam-bogofilter-register-with-bogofilter): use
13         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
14         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
15         custom variables to replace "-s" and "-n"
16
17         * gnus-group.el (gnus-group-get-new-news): call the new
18         gnus-get-top-new-news-hook hook
19
20         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
21         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
22
23 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
26
27 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
30         a cl run-time function.
31
32 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
33
34         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
35         on gnus-agent-short-article.
36         (gnus-category-read): Replaced CL function mapcar* with new macro:
37         gnus-mapcar.
38         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
39         support functions that accept multiple parameters.  A separate
40         sequence must be provided for each parameter in the function.
41         Iteration stops when the end of the shortest list is reached.
42
43 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
44
45         * nnimap.el (nnimap-request-accept-article): Use delete-region.
46
47         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
48         (html2text-delete-single-tag, html2text-clean-anchor)
49         (html2text-remove-tags): Use delete-region.
50         (html2text-fix-paragraphs): Simplify.
51
52         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
53         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
54         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
55         kill-region.
56
57 2003-03-04  John Paul Wallington  <jpw@gnu.org>
58
59         * gnus-agent.el (gnus-agent-enable-expiration)
60         (gnus-agent-article-alist, gnus-agent-article-alist)
61         (gnus-agent-cat-defaccessor): Doc fixes.
62
63 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
64
65         * gnus-agent.el (gnus-function-implies-unread-1): Grok
66         byte-compiled functions.
67
68 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
69
70         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
71         customization between new maneuvering (which permits selecting
72         undownloaded articles) and old maneuvering (which skipped over
73         undownloaded articles) behaviors.
74         (gnus-summary-find-next): Pass through the unread and subject
75         parameters when calling gnus-summary-find-prev.
76         (gnus-summary-find-next,gnus-summary-find-prev): Apply
77         gnus-auto-goto-ignores to filter out unacceptable articles.
78         
79 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
80
81         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
82         exists in all supported Emacs versions, so we don't need this
83         compatibility function.
84         (mail-source-fetch-pop, mail-source-check-pop)
85         (mail-source-fetch-webmail): Use read-passwd.
86
87         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
88         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
89         read-passwd.
90
91         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
92
93         * imap.el (imap-read-passwd): Remove.
94         (imap-interactive-login): Use read-passwd.
95
96         * canlock.el (canlock-read-passwd): Remove.
97         (canlock-insert-header, canlock-verify): Use read-passwd.
98
99         * sieve-manage.el (sieve-manage-read-passwd): Remove.
100         (sieve-manage-interactive-login): Use read-passwd.
101
102         * pop3.el (pop3-read-passwd): Remove.
103         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
104         read-passwd.
105
106         * pgg.el (pgg-read-passphrase): Simplify.
107         
108 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
109
110         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
111         'plugged' when actually 'unplugged' bug.
112         (gnus-category-read): Ignore nil values when converting an
113         old-format category so that the new-format category will default
114         those attributes to the global variables.
115         
116 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
117
118         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
119         doc-string.
120
121 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
122
123         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
124         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
125         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
126         * mm-url.el (mm-url-decode-entities-string): do.
127         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
128         * mm-decode.el (mm-find-raw-part-by-type): do.
129         * message.el (message-send-mail-partially)
130         (message-send-mail-with-sendmail): do.
131         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
132         * gnus-kill.el (gnus-pp-gnus-kill): do.
133         * gnus-art.el (gnus-article-treat-unfold-headers)
134         (gnus-article-encrypt-body): do.
135
136 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
137
138         * mail-source.el (mail-source-delete-incoming): Allow integer value.
139         (mail-source-delete-old-incoming-confirm): New variable.
140         (mail-source-delete-old-incoming): Use it.  New function.
141         (mail-source-callback): Call `mail-source-delete-old-incoming' if
142         `mail-source-delete-incoming' is a nonnegative integer.
143
144 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
145
146         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
147         (gnus-user-agent): Fixed typo.
148
149 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
150
151         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
152         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
153
154 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
157         (gnus-agent-fetch-session): Allow debugging to take place.
158
159 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
160
161         * gnus-sum.el (gnus-highlight-selected-summary)
162         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
163         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
164         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
165         and makes it clear that we don't need the side effect.
166         * gnus-util.el (gnus-delete-line): do.  
167         * gnus-xmas.el (gnus-group-add-icon): do.
168         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
169         * nntp.el (nntp-send-authinfo-from-file): do.
170         * nnml.el (nnml-header-value): do.
171         * nnheader.el (nnheader-insert-references): do.
172         * gnus-cite.el (gnus-article-highlight-citation) 
173         (gnus-cite-parse): do.
174         * gnus-score.el (gnus-score-followup): do.
175         * gnus-draft.el (gnus-draft-send): do.
176         * gnus-group.el (gnus-group-highlight-line): do.
177         * gnus-cache.el (gnus-cache-braid-nov): do.
178         * nnfolder.el (nnfolder-retrieve-headers)
179         (nnfolder-request-article): do.
180         * gnus-art.el (article-hide-boring-headers)
181         (gnus-article-hide-header): do.
182         
183         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
184         * nnml.el (nnml-request-replace-article): do.
185         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
186         * nnfolder.el (nnfolder-request-move-article): do.
187         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
188         * gnus-art.el (gnus-mm-display-part): do.
189
190         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
191         
192 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
193
194         * nntp.el (nntp-possibly-change-group): Avoid calling
195         process-buffer on nil (Which happened when you lost your
196         connection while fetching); instead signal a "Server Closed
197         Connection" error.
198
199 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
200
201         * gnus-agent.el (gnus-agent-enable-expiration): New
202         variable. Either ENABLE or DISABLE.  Sets default behavior for
203         selecting which groups are expired.
204         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
205         gnus-agent-set-cat-groups): Provides abstract interface for
206         accessing agent category.  Category now implemented by an alist.
207         (gnus-agent-add-group, gnus-agent-remove-group,
208         gnus-category-insert-line, gnus-category-edit-predicate,
209         gnus-category-edit-score, gnus-category-edit-groups,
210         gnus-category-copy, gnus-category-add, gnus-group-category): Use
211         new agent category abstraction.
212         (gnus-agent-find-parameter): New function. Search for agent
213         configuration parameter first in the group's parameters, then its
214         topics (if any), and then the group's category.  If not found
215         anywhere, use the original defined constants.
216         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
217         gnus-agent-find-parameter.
218         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
219         gnus-agent-cache now blocks retrieving headers and articles from
220         the local cache.  Fetched content is still added to the cache
221         before being returned.
222         (gnus-agent-fetch-session): Use error-message-string to generate
223         displayed error message.
224         (gnus-agent-customize-category): New Command. 'e' in category
225         buffer opens category customization buffer.
226         (gnus-category-read): Reads either positional or alist format;
227         returns alist format.
228         (gnus-category-write): Writes category file compatible with
229         current, and previous, versions of gnus-agent.
230         (gnus-category-make-function, gnus-category-make-function-1):
231         Corrected documentation; parameter is predicate NOT category.
232         (gnus-predicate-implies-unread): Now works in more cases per the
233         todo comment.
234         (gnus-function-implies-unread-1): New function. Supports
235         gnus-predicate-implies-unread.
236         (gnus-agent-expire-group): Command now provides default of group
237         under point.
238         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
239         agent-days-until-old parameters. No longer supports
240         gnus-agent-expire-days being set to an alist.
241         (gnus-agent-request-article): Now performs its own checks of
242         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
243         assuming that the caller will do them correctly.
244         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
245         gnus-agent-expire-days is set to an alist.  Converts said alist
246         into group parameter so that gnus-agent-expire-days will not be
247         needed.
248         * gnus-art.el (gnus-request-article-this-buffer): Conditional
249         checks surrounding gnus-agent-request-article removed; now
250         performed by gnus-agent-request-article.
251         * gnus-cus.el (gnus-agent-parameters): New variable. List of
252         customizable group/topic parameters that regulate the agent.
253         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
254         kill-buffer with gnus-kill-buffer to remove the killed buffer from
255         the list of gnus buffers.
256         (gnus-trim-whitespace): Removes leading and trailing whitespace
257         from multiline strings.
258         (gnus-agent-cat-prepare-category-field,
259         gnus-agent-customize-category): Constructs a category
260         customization buffer.
261         * gnus-int.el (gnus-retrieve-headers,
262         gnus-request-expire-articles): No longer checks gnus-agent-cache
263         as it is handled internally by the agent.
264         (gnus-request-head, gnus-request-body): Conditional checks
265         surrounding gnus-agent-request-article removed; now performed by
266         gnus-agent-request-article.
267         
268         * gnus-start.el (): Added defvar statements to resolve compilation
269         warnings.
270         (gnus-long-file-names): New function. Isolates platform dependent
271         msdos-long-file-names.
272         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
273         option of writing directly to file.  Avoids memory exhausted
274         errors when .newsrc.eld is huge.
275         (gnus-save-newsrc-file): Uses new
276         gnus-save-startup-file-via-temp-buffer.
277         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
278         standard-output.
279         (gnus-display-time-event-handler): Changed to alias from a defun
280         to avoid a compile-time warning when display-time-event-handler is
281         not defined.
282         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
283         standard-output such that prin1 and princ will write directly to a
284         file.
285
286         * gnus.el (gnus-agent-cache): Expanded documentation.
287         (gnus-summary-high-undownloaded-face): Removed second bold keyword
288         so that this face is actually bold.
289
290         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
291         gnus-use-cache has been set.
292
293 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
294
295         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
296
297 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
298
299         * gnus-art.el (gnus-article-refer-article): Be more permissive.
300
301 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
302
303         * spam.el: Fix typo.
304
305 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
306         (Trivial patch.)
307
308         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
309         errors-buffer. This produces a nicer error message in case of
310         problems.
311         
312 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
315         load stats iff spam-use-stat is on
316
317         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
318         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
319         instead of spam-stat-load and spam-stat-save in the
320         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
321
322 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
323
324         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
325
326 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * message.el (message-make-fqdn): Protect against nil user-mail. 
329
330 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
331
332         * gnus-art.el (gnus-boring-article-headers): New values:
333         'to-list and 'cc-list.
334         
335 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
336
337         * spam.el (spam-setup-widening): new function to set
338         nnimap-split-download-body, we add it to gnus-get-new-news-hook
339         (spam-list-of-statistical-checks): list of statistical splitter
340         checks
341         (spam-split): added a widen call when a statistical check is
342         enabled
343
344 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
345
346         * gnus-msg.el (gnus-user-agent): Changed default to
347         'emacs-gnus-type, renamed 'full.
348
349 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
350
351         * nnfolder.el (nnfolder-request-accept-article): Don't use
352         mail-header-unfold-field.
353
354 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
355
356         * imap.el (imap-ssl-open): Don't depend on ssl.el.
357         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
358
359 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
360
361         * spam.el: add spam-stat-load to gnus-get-new-news-hook
362         (spam-split): remove spam-stat-load call
363
364 2003-02-26  Simon Josefsson  <jas@extundo.com>
365
366         * gnus-sum.el (gnus-summary-toggle-header): Run
367         gnus-article-decode-hook instead of calling a-decode-encoded-words
368         directly (the latter is run as part of the former).
369
370 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
371
372         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
373
374 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
375
376         * message.el (message-sendmail-envelope-from): New option.
377         (message-sendmail-envelope-from): New function.
378         (message-send-mail-with-sendmail): Use it.
379
380 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
381
382         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
383         compensation for TDMA addresses.
384
385 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
386
387         * gnus-msg.el (gnus-user-agent): New variable.
388         (gnus-version-expose-system): Removed.  Obsoleted by
389         `gnus-user-agent'.
390         (gnus-extended-version): Use `gnus-user-agent'.
391
392 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * spam.el (spam-stat-register-spam-routine,
395         spam-stat-register-ham-routine): remove spam-stat-save
396         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
397
398 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
399
400         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
401         reference.
402
403 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
404
405         * nnheader.el (nnheader-find-nov-line): Changed midpoint
406         calculation to avoid integer overflow.
407
408 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
409
410         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
411
412 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
413         * spam.el: disabled spam-get-article-as-filename
414
415         From Michael Shields  <shields@msrl.com>
416
417         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
418         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
419         * gnus-sum.el (gnus-summary-expire-articles): Use it.
420         * spam.el (spam-summary-prepare-exit): Use it.
421         * gnus.el (gnus-install-group-spam-parameters): New.
422         * spam.el (spam-group-ham-processor-copy-p): New.
423         * spam.el (spam-summary-prepare-exit): Support for ham copying.
424         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
425         that would cause the current message to be moved if the group had
426         no spam.
427         * spam.el (spam-ham-move-routine): New `copy' argument.
428
429 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
430         From Martin Thornquist <martint@ifi.uio.no>
431
432         * gnus-topic.el (gnus-topic-select-group): Select last group if
433         after last group.
434         * gnus-group.el (gnus-group-select-group): Ditto.
435
436 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
439         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
440         point-at-(b|e)ol which aren't available in Emacs 20.
441
442         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
443
444 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
445
446         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
447         clause of the condition-case statement.  Errors connecting to a
448         server no longer terminate gnus.
449
450         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
451         make its use obvious.  Added no-nothing case to avoid
452         opening(closing) servers when already open(closed).
453         (gnus-agent-while-plugged): Added macro to facilitate internal use
454         of gnus-agent-toggle-plugged.
455         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
456         temporarily open servers.
457         (gnus-agent-get-undownloaded-list): Sort list of article numbers
458         as sorting gnus-newsgroup-headers is wrong.
459         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
460         to temporarily open servers. Corrected logic to handle setting
461         gnus-agent-mark-unread-after-downloaded.
462         (gnus-agent-fetch-articles): Now handles headers with missing
463         article sizes and/or missing article lengths.  Now clears the
464         message buffer when finished.
465         (gnus-agent-fetch-group-1): Position point before calling
466         gnus-summary-set-agent-mark.
467         (gnus-get-predicate): Corrected description, parameter is
468         predicate not category.
469         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
470         provide a separate single group expiration function.
471         (gnus-agent-regenerate-group): Now clears the message buffer when
472         finished.
473         
474 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
475
476         * gnus.el (gnus-agent-target-move-group-header): New variable.
477         * gnus-draft.el (gnus-draft-send): If special header
478         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
479         that group, instead of performing the regular sending functions.
480
481 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
484
485 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
486
487         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
488         variables.
489         (message-make-fqdn): Use it.  Improved validity check.
490
491 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * message.el (message-user-mail-address): Check whether
494         user-mail-address looks valid.
495
496         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
497
498         * gnus-util.el (gnus-fetch-original-field): New function.
499
500 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
501
502         * message.el (message-mode): \\(...\\) around additional
503         paragraph-separate alternative.
504
505 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
506
507         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
508         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
509         display key bindings.
510         (gnus-mime-button-menu): Rewrite.
511
512 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-art.el (gnus-button-url-regexp): Removed `.
515
516 2003-02-23  Max Froumentin  <mf@w3.org>
517
518         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
519
520 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-art.el (gnus-mime-action-on-part): Require a match
523         interactively. 
524
525         * gnus-start.el (gnus-save-newsrc-file): Use
526         gnus-backup-startup-file. 
527         (gnus-backup-startup-file): New variable.
528
529 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus.el (gnus-summary-buffer-name): Moved function here. 
532
533         * gnus-draft.el (defun): Remove debug.
534
535 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
536
537         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
538         can't open server.
539
540 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-draft.el (defun): Configure posting styles.
543
544         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
545         the entry for the group exists before we alter it.
546
547 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
548
549         * message.el (message-mode): MML tags separate paragraphs.  Small
550         change from David S Goldberg <david.goldberg6@verizon.net>.
551
552         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
553         `gnus-newsgroup-headers'.
554
555         * gnus-art.el (gnus-article-refer-article): Grok more message id
556         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
557
558 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
559
560         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
561         use "path name".
562
563 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
564
565         * gnus-sum.el (gnus-summary-move-article)
566         (gnus-summary-expire-articles): send data header for article, not
567         just article ID
568
569         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
570         (gnus-register-spool-action): added hashtable of message ID keys
571         with message motion data
572
573 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
574         From Reiner Steib  <Reiner.Steib@gmx.de>.
575
576         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
577         variable, used in `gnus-button-mid-or-mail-heuristic'.
578         (gnus-button-mid-or-mail-heuristic): New function derived from
579         Florian Weimer's Perl script.
580         (gnus-button-handle-mid-or-mail): Allow a function instead of
581         'guess.
582         (gnus-button-guessed-mid-regexp): Removed.
583
584 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * message.el (message-resend): Bind message-setup-hook to nil;
587         remove X-Draft-From header.
588
589 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
590
591         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
592         (gnus-newsgroup-undownloaded)
593         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
594         Doc fixes.
595
596 2003-02-17  John Paul Wallington  <jpw@gnu.org>
597
598         * gnus.el (gnus-shell-command-separator, gnus-email-address)
599         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
600
601 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
602
603         * gnus-spec.el (gnus-xmas-format): Use insert instead of
604         insert-string which is obsolete in Emacs 21.4.
605
606         * message.el (message-cross-post-followup-to-header): do.
607         
608         * spam.el (spam-ifile-register-with-ifile)
609         (spam-stat-register-spam-routine)
610         (spam-stat-register-ham-routine)
611         (spam-bogofilter-register-with-bogofilter): do.
612
613         * mailcap.el (mailcap-mime-data): Fix typo.
614
615         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
616
617 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
618
619         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
620         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
621         `gnus-cite-unsightly-citation-regexp'.
622
623 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
626         even if there's just a header.
627
628 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
629
630         * message.el (message-fix-before-sending): Fix highlighting of
631         illegible and invisible text.
632
633         * gnus-util.el (gnus-multiple-choice): Separate choices with
634         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
635
636 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
637
638         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
639
640 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
641
642         * spam.el (spam-ham-move-routine) 
643         (spam-mark-spam-as-expired-and-move-routine): use
644         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
645         around process-mark manipulation on the group
646
647 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
648
649         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
650         submenu.
651
652 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * mail-source.el (mail-source-fetch): Reverse the return value of
655         the continuation question.
656
657 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * nndraft.el (nndraft-request-move-article): Bind
660         nnmh-allow-delete-final to t.
661
662 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
663
664         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
665        
666 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
667       
668         * nntp.el (nntp-accept-process-output): Don't use point-max to get
669         the buffer's size.
670
671 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
672
673         * nnheader.el: Added cygwin to system-type comparisons.
674        
675 2003-01-27  Juanma Barranquero  <lektu@terra.es>
676
677         * imap.el (imap-mailbox-status): Fix typo.
678
679 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
680
681         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
682         online.
683
684 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
685
686         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
687         commands.
688         * gnus-sum.el: Small change from Frank Weinberg
689         <frank@usenet-rundfahrt.de>:
690         (gnus-auto-center-group): New variable.
691         (gnus-summary-read-group-1): Use it.
692         (gnus-summary-next-group): Fix docstring.
693
694 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-util.el (gnus-faces-at): Simplify.
697
698 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
699
700         * spam.el (spam-ham-move-routine) 
701         (spam-mark-spam-as-expired-and-move-routine): made the article
702         move conditional, so it's not called even if there's nothing to move
703
704 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
705
706         * message.el (message-unix-mail-delimiter): Accept any whitespace
707         after the email address and before the date; do not require the
708         space character.  From Kurt B. Kaiser <kbk@shore.net>.
709
710 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
713         gnus-article-boring-faces variable is bound; use gnus-faces-at.
714
715         * gnus-util.el (gnus-faces-at): New macro.
716
717 2003-02-13  Michael Shields  <shields@msrl.com>
718
719         * gnus-cite.el
720         (gnus-cite-attribution-suffix, gnus-cite-parse):
721         Better handling for Microsoft citation styles.
722         (gnus-unsightly-citation-regexp): New.
723
724 2003-02-12  Michael Shields  <shields@msrl.com>
725
726         * gnus-art.el (article-strip-banner): Strip both per-group and
727         per-user-address banners.
728         (article-really-strip-banner): New.
729
730 2003-02-12  Michael Shields  <shields@msrl.com>
731
732         * gnus-sum.el (gnus-article-goto-next-page,
733         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
734         relying on the summary bindings of `n' and `p'.
735
736 2003-02-12  Michael Shields  <shields@msrl.com>
737
738         * gnus-art.el (gnus-article-only-boring-p): New.
739         (gnus-article-skip-boring): New.
740         * gnus-cite.el (gnus-article-boring-faces): New.
741         * gnus-sum.el (gnus-summary-next-page): Use
742         gnus-article-only-boring-p.
743
744 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
745
746         * spam.el (spam-mark-spam-as-expired-and-move-routine)
747         (spam-ham-move-routine): unmark all articles before marking those
748         of interest and calling gnus-summary-move-article
749
750 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
751
752         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
753         logically the complement of gnus-get-buffer-create and
754         gnus-add-buffer.
755
756         * gnus-util.el (gnus-kill-buffer): do.
757
758         * nnmail.el: Autoload gnus-kill-buffer.
759
760 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
761
762         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
763         gnus-summary-goto-subject as gnus-summary-update-mark operates on
764         the current LINE.
765         (gnus-agent-summary-fetch-group): Minimized the number of times
766         that the article is updated in the buffer.
767         
768 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
769
770         * spam.el (spam-ham-move-routine): use the process-mark instead of
771         gnus-current-article when moving articles
772         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
773
774 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
777         (gnus-topic-catchup-articles): Ditto.
778         (gnus-topic-mark-topic): Reverse recursive logic.
779
780 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
781
782         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
783         gnus-refer-thread-limit is t.
784
785 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
786
787         * mm-util.el (mm-mule-charset-to-mime-charset): Use
788         sort-coding-systems to prefer utf-8 over utf-16.
789
790 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
791
792         * gnus-agent.el (gnus-agent-expire-days):
793         gnus-request-move-article depends on gnus-agent-expire to clean up
794         the cache after moving the article.  Therefore, g-a-e-d can NOT
795         default to nil or can gnus-agent-expire be disabled by doing so.
796         If you don't want to run gnus-agent-expire, don't call it.
797         (gnus-agent-expire): The broken test to disable gnus-agent-expire
798         when g-a-e-d was NOT nil was removed.
799         (gnus-agent-article-name): Removed unnecessary input test as
800         article IDs are always strings.
801         (gnus-agent-regenerate-group): Added check to protect against
802         servers that generate absurdly long article IDs.  Valid IDs are
803         less than 10 digits to avoid overflow errors.  Fixed logic error
804         when ensuring that the final article ID is present in the new
805         alist.
806         
807 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
810         next line after finding the parent.
811
812 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * gnus.el (gnus-version-number): Bumped.
815
816 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
817
818         * gnus.el: Oort Gnus v0.15 is released.
819
820 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
821
822         * nnmail.el (nnmail-split-it): If a message ends up matching the
823           same mailbox more than once, it will cause duplicates to appear
824           in the mailbox.
825
826 2003-02-08  Simon Josefsson  <jas@extundo.com>
827
828         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
829         code that only worked under Emacs.
830
831         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
832         Das <satyaki@chicory.stanford.edu>.
833
834 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
835
836         * gnus-art.el (gnus-article-refer-article): Use
837         gnus-replace-in-string.
838
839         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
840         (gnus-remove-duplicates): do.
841
842 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
845         (gnus-request-scan): set
846         gnus-internal-registry-spool-current-method to gnus-command-method
847         before a request-scan operation
848
849         * gnus-registry.el (regtest-nnmail): use
850         gnus-internal-registry-spool-current-method
851
852         
853
854 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * mail-source.el (mail-source-fetch): Typo fix.
857
858 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
859
860         * nnmail.el (nnmail-spool-hook): new hook
861         (nnmail-cache-insert): call nnmail-spool-hook
862
863         * gnus-registry.el: new file with examples of using the hooks
864
865         * gnus.el (gnus-registry): added registry customization group
866         (gnus-group-prefixed-name): improve function to return full group
867         name optionally
868         (gnus-group-guess-prefixed-name): shortcut to
869         gnus-group-prefixed-name, using just the group name
870         (gnus-group-full-name): always get a group's full name
871         (gnus-group-guess-full-name): shortcut, using just the group name
872
873         * gnus-sum.el (gnus-summary-article-move-hook) 
874         (gnus-summary-article-delete-hook) 
875         (gnus-summary-article-expire-hook): new hooks
876         (gnus-summary-move-article, gnus-summary-expire-articles) 
877         (gnus-summary-delete-article): invoke the new hooks
878
879 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
880
881         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
882           from message-ID
883
884 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
885
886         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
887
888 2003-02-07  John Paul Wallington  <jpw@gnu.org>
889
890         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
891         (mm-write-region, mm-detect-coding-region): Doc fixes.
892
893 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * mail-source.el (mail-source-fetch): Ignore errors.
896         (mail-source-ignore-errors): New variable.
897
898         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
899         articles. 
900
901         * gnus-msg.el (gnus-version-expose-system): Change default.
902
903 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
904
905         * gnus-msg.el (gnus-version-expose-system): New variable.
906
907 2003-02-07  Simon Josefsson  <jas@extundo.com>
908
909         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
910         patch from deskpot@myrealbox.com (Vasily Korytov).
911
912 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-art.el (article-display-face): Get the Face header from
915         the current buffer.
916
917 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * gnus-art.el (gnus-mime-view-part-internally): Bind
920         buffer-read-only to nil.
921
922 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
925         from g-a-e-1 to g-a-e-2.
926
927 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
930         of bbdb-search-simple, use spam-use-BBDB-exclusive
931         (spam-check-whitelist): use spam-use-whitelist-exclusive
932         (spam-use-whitelist-exclusive): new variable affecting
933         spam-use-whitelist
934         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
935
936 2003-02-05  Simon Josefsson  <jas@extundo.com>
937
938         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
939         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
940         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
941         (gnus-agent-expire-1): New.
942         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
943         (gnus-agent-expire-2): New.
944
945 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
946
947         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
948         "delete-if" is misleading because it isn't actually destructive.
949
950         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
951         
952         * nnmail.el (nnmail-purge-split-history): do.
953
954         * gnus-win.el (gnus-get-buffer-window): do.
955         
956         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
957         let-binding.
958         (gnus-simplify-all-whitespace): do.
959
960 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-delay.el (gnus-delay-article): Fix binding of the
963         nndraft:delayed group.
964
965 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
966
967         * gnus.el (spam group parameters): change 'other to 'const in
968         the group parameter definitions to soothe XEmacs
969
970 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
971
972         * gnus-delay.el (gnus-delay-article): Really create
973         nndraft:delayed group if it doesn't exist.
974
975 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
976
977         * gnus-sum.el (gnus-summary-search-article): Speed up by
978         disabling various visual features while searching.
979         (gnus-summary-recenter): Test gnus-auto-center-summary first.
980
981 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
982
983         * spam.el (spam-list-of-checks): Don't quote nil and t in
984         docstrings.  From the elisp manual:
985
986            When a documentation string refers to a Lisp symbol, write
987            it [..] with single-quotes around it.  [..] There are two
988            exceptions: write t and nil without single-quotes.
989
990         * messcompat.el (message-from-style): do.
991
992         * message.el (message-send-mail): do.
993
994         * gnus-util.el (gnus-use-byte-compile): do.
995
996         * gnus-score.el (gnus-score-lower-thread): do.
997
998         * gnus-int.el (gnus-server-unopen-status): do.
999
1000         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1001         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1002
1003         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1004         (gnus-group-parameters): do.
1005
1006         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1007
1008         * mm-decode.el (mm-text-html-renderer): do.
1009
1010 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * nnheader.el (nnheader-directory-separator-character): Change the
1013         way to compute the dafault value.
1014
1015 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1016
1017         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1018         (gnus-button-alist): Fix regexp for describe-key.
1019         (gnus-button-handle-describe-function)
1020         (gnus-button-handle-describe-variable)
1021         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1022         (gnus-button-handle-apropos-variable)
1023         (gnus-button-handle-apropos-documentation): Docstring fix.
1024
1025         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1026
1027 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1030         to nil.
1031
1032         * nnmail.el: Removed gnus-util autoload.
1033
1034         * gnus.el: Use gnus-prin1-to-string throughout.
1035
1036         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1037         print-level. 
1038
1039         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1040         (gnus-treat-display-grey-xface): Removed.
1041
1042         * gnus-fun.el (gnus-grab-cam-face): New.
1043         (gnus-convert-image-to-gray-x-face): Removed.
1044         (gnus-convert-gray-x-face-to-xpm): removed.
1045         (gnus-convert-gray-x-face-region): Removed.
1046         (gnus-grab-gray-x-face): Removed.
1047
1048         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1049
1050 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1051
1052         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1053         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1054         bound.
1055
1056         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1057
1058 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1059
1060         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1061         Remove -- these are bogus options which are never used.
1062
1063 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1064
1065         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1066
1067 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1068
1069         * spam.el (spam-check-blackholes) 
1070         (spam-blackhole-good-server-regex): new variable to skip some IPs
1071         when checking blackholes; use it
1072         (spam-check-bogofilter-headers) 
1073         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1074         case more X-Bogosity is used than just "Yes/No"
1075         (spam-ham-move-routine): semi-fixed, only first article is
1076         properly moved now
1077
1078 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1079
1080         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1081         as well.
1082         
1083         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1084         
1085         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1086         
1087         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1088         
1089         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1090         
1091         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1092
1093 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-fun.el (gnus-face-encode): New function.
1096         (gnus-convert-png-to-face): Use it.
1097
1098         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
1099
1100 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1101
1102         * mm-decode.el (mm-dissection-list): Remove.
1103         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1104         only used in mm-remove-all-parts.
1105         (mm-remove-all-parts): Remove it, it's never called.
1106
1107 2003-01-25  Simon Josefsson  <jas@extundo.com>
1108
1109         * gnus-group.el (gnus-group-make-group): Report errors.
1110
1111         * nnimap.el (nnimap-request-create-group): Ditto.
1112
1113         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1114
1115         * sieve.el (sieve-upload): Fix error printing.
1116
1117         * mm-encode.el (mm-qp-or-base64): Always QP iff
1118         mm-use-ultra-safe-encoding and cleartext PGP.
1119
1120         * gnus-sum.el (gnus-summary-select-article): Inhibit
1121         redisplay (mainly for secured messages).
1122
1123         * nnmail.el (nnmail-article-group): Copy body too (but don't
1124         process it).
1125
1126 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1127
1128         * gnus-art.el (gnus-article-setup-buffer): Reset
1129         gnus-button-marker-list.
1130
1131 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * nntp.el (nntp-read-timeout): Default to using a second delay
1134         under Microsoft Windows.
1135
1136 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * nnheader.el (nnheader-directory-separator-character): New
1139         variable. 
1140
1141 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1142
1143         * gnus-agent.el (gnus-agent-max-fetch-size)
1144         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1145         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1146         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1147         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1148         (gnus-agent-braid-nov, gnus-agent-load-alist)
1149         (gnus-agent-article-alist-save-format)
1150         (gnus-agent-read-agentview, gnus-agent-save-alist)
1151         (gnus-agent-fetch-group-1, gnus-agent-expire)
1152         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1153         (gnus-agent-regenerate-group): Reformat to keep under eighty
1154         columns.  Reword docstrings so that first line is under eighty
1155         chars and a complete sentence.  Still need to work on the rear
1156         end of the file, in particular gnus-agent-expire.       
1157
1158 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-agent.el (gnus-agentize): Indent.
1161
1162         * gnus.el (gnus-version-number): Bumped.
1163
1164 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1165
1166         * gnus.el: Oort Gnus v0.14 is released.
1167
1168 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1169
1170         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1171         before beginning.  Tiny patch from Mark Thomas
1172         <swoon@bellatlantic.net>.
1173
1174 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1175
1176         * spam.el (spam-check-blackholes, spam-split) 
1177         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1178         gnus-message calls to show to users what spam.el is doing
1179
1180 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1181
1182         * gnus-msg.el (gnus-message-replysign)
1183         (gnus-message-replyencrypt): Fix typo.
1184
1185 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1188         details. 
1189
1190 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-art.el (gnus-article-press-button): let* -> let.
1193         (gnus-mime-security-show-details): Cleaned up.
1194         (gnus-mime-security-press-button): Save excursion.
1195         (gnus-insert-mime-security-button): Clean up.
1196
1197         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1198
1199         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1200         timeout. 
1201
1202         * nntp.el (nntp-accept-process-output): Removed timeout. 
1203         (nntp-read-timeout): New variable.
1204         (nntp-accept-process-output): Use it.
1205
1206         * gnus-sum.el (gnus-data-find-list): Remove *.
1207
1208 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1209
1210         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1211         introduced on 2002-01-22.
1212         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1213
1214 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1215
1216         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
1217         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1218         checks of incoming mail based on simple header regexp matching
1219
1220 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1221
1222         * gnus-sum.el (gnus-spam-mark): set to `$'
1223
1224 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1225
1226         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1227         gnus-newsgroup-unfetched, the list of articles whose headers have
1228         not been fetched from the server.
1229
1230         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1231         parameter as it never worked due to a bug.  Added check to prevent
1232         selection of any article in the gnus-newsgroup-unfetched list.
1233         (gnus-summary-find-prev): Added check to prevent selection of any
1234         article in the gnus-newsgroup-unfetched list.
1235         (gnus-summary-first-subject): Documented API. Modified
1236         implementation so that constraints are handled independently.
1237         Added check to prevent selection of any article in the
1238         gnus-newsgroup-unfetched list.
1239         (gnus-summary-first-unseen-subject): Updated parameters in
1240         gnus-summary-first-subject call to match new API.
1241         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1242         (gnus-summary-catchup): Do not mark unfetched articles as read.
1243         
1244 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1245
1246         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1247         make-obsolete-variable allows only two arguments in XEmacs and
1248         Emacs 20.
1249
1250         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1251         gnus-article-hide-pgp.
1252         (gnus-summary-make-menu-bar): do.
1253
1254         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1255         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1256         gnus-article-hide-pgp.
1257         (article-hide-pgp): Remove.
1258         (gnus-article-hide): Remove gnus-article-hide-pgp.
1259
1260         * gnus.el: Remove gnus-article-hide-pgp
1261
1262 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * message.el (message-required-headers): Doc fix.
1265
1266 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1269         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1270         option to make ifile a purely binary classifier
1271
1272 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1275         (mml-secure-encrypt-pgpmime): Removed double.
1276
1277         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1278         debugging statements.
1279
1280 2003-01-21  Andreas Fuchs  <asf@void.at>
1281
1282         * mml-sec.el (mml-sign-alist): Added pgpauto.
1283
1284 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * gnus.el (gnus-version-number): Bumped version number.
1287
1288 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1289
1290         * gnus.el: Oort Gnus v0.13 is released.
1291
1292 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-art.el (gnus-button-url-regexp): Removed |.
1295
1296         * message.el (message-send-hook): Doc fix.
1297
1298         * gnus-win.el (gnus-buffer-configuration): Display article
1299         instead of article-copy when `reply'.
1300
1301 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1302
1303         * gnus.el (gnus-format): Change customize group to gnus.
1304         (gnus-cache): Add link.
1305         (gnus-group-charter-alist): Fix docstring.
1306
1307 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1308
1309         * mailcap.el (mailcap-print-command): lpr-command might be
1310         unbound in XEmacs.
1311
1312 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1313
1314         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1315
1316         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1317         calculation of net characters added for use in the gnus-data
1318         structure.
1319         
1320 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1321
1322         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1323         message.  Suggested by Jari Aalto.
1324
1325 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
1328         (gnus-article-reply-with-original): Ditto.
1329
1330         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1331         read articles don't become unread.
1332
1333 2003-01-17  Simon Josefsson  <jas@extundo.com>
1334
1335         * gnus-fun.el (gnus-x-face-from-file): 
1336         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1337
1338         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1339         (gnus-convert-image-to-face-command): Doc fix.
1340
1341 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1344
1345 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1346
1347         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1348         avoid encoding problems.
1349
1350         * mailcap.el (mailcap-ps-command): New variable.
1351         (mailcap-mime-data): Add print entry where applicable.  Use
1352         pdftotext on a tty.
1353
1354 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1355
1356         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1357
1358 2003-01-16  Simon Josefsson  <jas@extundo.com>
1359
1360         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
1361         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
1362         (gnus-face-from-file): Doc fix; don't mention image format.
1363
1364 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * spam.el (spam-get-article-as-filename): new function (unused for now)
1367         (spam-get-article-as-buffer): new function
1368         (spam-get-article-as-string): use spam-get-article-as-buffer
1369         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1370
1371 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1372  
1373         * gnus-agent.el: Don't use `path'.
1374         From the GNU coding standards:
1375         
1376             Please do not use the term ``pathname'' that is used in Unix
1377             documentation; use ``file name'' (two words) instead.  We use
1378             the term ``path'' only for search paths, which are lists of
1379             directory names.
1380
1381         * nnsoup.el (nnsoup-file-name): Ditto.
1382  
1383         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1384         (nnmail-group-pathname): Ditto.
1385  
1386         * nnimap.el (nnimap-group-overview-filename): Ditto.
1387  
1388         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1389         (nnheader-group-pathname): Ditto.
1390  
1391         * nnfolder.el (nnfolder-group-pathname): Ditto.
1392  
1393         * gnus.el (gnus-home-directory): Ditto.
1394  
1395         * gnus-group.el (gnus-group-icon-list): Ditto.
1396  
1397 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1398
1399         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1400
1401         * message.el (message-mode-menu): Use it.
1402         (message-mode-menu): Deactivate "Yank Original" if there's no
1403         reply buffer.
1404
1405         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1406
1407         * message.el (message-mark-active-p): New function.
1408
1409 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1410
1411         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1412         (spam-bogofilter-database-directory): new variables
1413         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1414         (spam-bogofilter-register-with-bogofilter) 
1415         (spam-bogofilter-register-spam-routine) 
1416         (spam-bogofilter-register-ham-routine) 
1417         (spam-group-ham-processor-bogofilter-p): new functions for the new
1418         Bogofilter interface
1419         (spam-summary-prepare-exit): use the new Bogofilter functions
1420         (spam-list-of-checks): added spam-use-bogofilter-headers
1421         (spam-bogofilter-score): rewrote function
1422         (spam-check-bogofilter): optional score parameter, uses
1423         spam-check-bogofilter-headers better
1424         (spam-check-bogofilter-headers): optional score parameter
1425
1426         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1427         default, in the gnus-start customization group.  Used to disable
1428         the spam-*/ham-* parameters.
1429         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1430
1431 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1432
1433         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1434         XEmacs.
1435
1436         * gnus-ems.el (gnus-mark-active-p): do.
1437
1438 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1439
1440         * gnus.texi (Using MIME): Mention auto-compression-mode with
1441         gnus-mime-copy-part.
1442
1443 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * message.el (message-send): Don't warn about duplicates when
1446         superseding. 
1447
1448 2003-01-15  Simon Josefsson  <jas@extundo.com>
1449
1450         * nnimap.el (nnimap-split-download-body): New variable.
1451         (nnimap-split-articles): Use it.
1452
1453 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1454
1455         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1456         integrity checker was incorrectly flagging, and removing, articles
1457         whose article number was negative.
1458         (gnus-agent-fetch-group-1): When executed in the group's summary
1459         buffer, refresh each downloaded line to update the status flag and
1460         font.  Preserve the value of gnus-newsgroup-headers so that
1461         gnus-agent-fetch-articles can split the requests by size.
1462         (gnus-agent-expire): Corrected day calculation for when
1463         gnus-agent-expire-days contains a list.
1464
1465 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1468
1469 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1470
1471         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1472           /usr/bin/play as default player. 
1473           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1474
1475 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1478         articles to be marked as well.
1479
1480 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1481         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1482         fictious headers generated by nnagent (ie. Undownloaded Article
1483         ####) in the list of articles that have not been downloaded.
1484         
1485         * gnus-int.el (): Added require declarations to resolve
1486         compile-time warnings.
1487         (gnus-open-server): If the server status is set to offline,
1488         recursively execute gnus-open-server to open the offline backend
1489         (e.g. nnagent).
1490
1491 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1492
1493         * gnus-art.el (gnus-article-reply-with-original): Use
1494         gnus-mark-active-p.
1495         (gnus-article-followup-with-original): do.
1496
1497 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1498
1499         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1500
1501 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1502
1503         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1504         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1505
1506 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1507
1508         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1509         (gnus-face-from-file): Ditto.
1510
1511 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1514         gnus-alter-articles-to-read-function to the unread articles. 
1515
1516 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1517
1518         * deuglify.el (gnus-article-outlook-unwrap-lines)
1519         (gnus-article-outlook-repair-attribution)
1520         (gnus-article-outlook-rearrange-citation): New function names,
1521         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1522         doc-string.
1523
1524         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1525         removed `W k' key binding (use `W Y f' instead).
1526         (gnus-summary-make-menu-bar): Use new function names.
1527
1528 2003-01-13  Simon Josefsson  <jas@extundo.com>
1529
1530         * gnus-fun.el (gnus-random-x-face): Doc fix.
1531         (gnus-insert-random-x-face-header): New function.
1532
1533 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1534
1535         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1536         mark is not active.
1537
1538         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1539
1540         * gnus-ems.el (gnus-mark-active-p): New function.
1541
1542         * gnus-group.el (gnus-topic-mode-p): New function.
1543         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1544         Deactivate items if mark is not active.
1545
1546 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * gnus.el (gnus-version-number): Bumped version.
1549         (gnus-summary-line-format): Doc fix.
1550
1551 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1552
1553         * gnus.el: Oort Gnus v0.12 is released.
1554
1555 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * mail-source.el (mail-sources): Removed autoload to make it
1558         compile under XEmacs.
1559
1560 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1561
1562         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1563         regexp or a function too.
1564         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1565         confirmation even if the original article is mail.
1566
1567 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1570         articles to be marked when not yanking.
1571
1572 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1573
1574         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1575         
1576 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * gnus-fun.el (gnus-face-from-file): Autoload.
1579
1580         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1581         errors.
1582
1583 2003-01-12  Simon Josefsson  <jas@extundo.com>
1584
1585         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1586         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1587
1588         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1589         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1590
1591 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1594         in every string.
1595
1596         * gnus.el (gnus-version-number): Bumped version number.
1597
1598 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1599
1600         * gnus.el: Oort Gnus v0.11 is released.
1601
1602 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1603
1604         * message.el (message-fetch-reply-field): Narrow to headers.
1605
1606         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1607         if Gnus isn't alive.
1608
1609 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1610
1611         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1612         marks from articles that are already stored in the agent.
1613         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1614         backup copy of an invalid .overview file for later analysis.
1615         
1616 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1617
1618         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1619         exit work with two frames.
1620
1621 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1622
1623         * message.el (message-forward-make-body): Use mule4.
1624
1625 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * message.el (message-mode-map): Move wide-reply command.
1628
1629 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1630
1631         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1632         castellano.
1633         (gnus-outlook-display-hook): New variable.
1634         (gnus-outlook-display-article-buffer): New function.
1635         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1636         (gnus-outlook-deuglify-article): Made them interactive and added
1637         optional arg.  Use `g-o-d-a-b'.
1638         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1639
1640         * gnus-sum.el: Added autoloads.
1641         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1642         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1643
1644 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-art.el (gnus-display-mime): Use the mime emulation
1647         variable. 
1648
1649         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1650
1651         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1652         newsrc-alist is initialized properly.
1653
1654         * mail-source.el (mail-sources): Autoload.
1655
1656         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1657         nil.
1658
1659         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1660         insert two newlines.
1661
1662         * message.el (message-check-news-header-syntax): Compute the
1663         header length correctly.
1664
1665 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1666
1667         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1668         alist when keeping fetched article file.
1669         (gnus-agent-retrieve-headers): When parsing response for article
1670         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1671         against garbage in the server's response.
1672
1673         * gnus-int.el (gnus-request-expire-articles,
1674         gnus-request-move-article): Only expire when the group's server
1675         has been agentized.
1676
1677 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1680         errors when deleting overlays.
1681
1682         * gnus-score.el (gnus-score-followup): Allow tracing.
1683
1684         * gnus-art.el (gnus-treat-display-face): New variable.
1685         (article-display-face): New command.
1686
1687         * gnus-fun.el (gnus-face-from-file): New function.
1688         (gnus-convert-face-to-png): Ditto.
1689
1690         * gnus-art.el (gnus-ignored-headers): Added Face.
1691
1692 2003-01-10  Simon Josefsson  <jas@extundo.com>
1693
1694         * nndraft.el (nndraft-request-group): Avoid crash in
1695         directory-files when draft directory doesn't exists.
1696
1697         * gnus-sum.el (gnus-select-article-hook): Add :option.
1698
1699 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1700
1701         * spam.el (spam-use-stat): new variable
1702         (spam-group-spam-processor-stat-p) 
1703         (spam-group-ham-processor-stat-p): new convenience functions
1704         (spam-summary-prepare-exit): add spam/ham processors to sequence
1705         (spam-list-of-checks): add spam-use-stat to list of checks
1706         (spam-split): conditionally load the spam-stat tables
1707         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1708         spam-check-ifile): new functions
1709
1710         * spam-stat.el (spam-stat): typo fix
1711         (spam-stat-install-hooks): new variable
1712         (spam-stat-split-fancy-spam-group): added documentation clarification
1713         (spam-stat-split-fancy-spam-threshhold): new variable
1714         (spam-stat-install-hooks): make hooks conditional
1715         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1716
1717         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1718         spam-stat ham/spam processor symbols
1719
1720 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1723         file exists.
1724
1725 2003-01-10  Simon Josefsson  <jas@extundo.com>
1726
1727         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1728         undownloaded/downloadable only when unplugged.
1729
1730 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1731
1732         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1733
1734 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1735
1736         * spam.el (spam-check-ifile): fixed call-process-region to use the
1737         db parameter only if it's set
1738         (spam-ifile-register-with-ifile): ditto
1739
1740 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1741
1742         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1743         spam-stat-nbad before creating the hash table.
1744         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1745         Changed copyright statement to FSF.
1746
1747 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1748
1749         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1750         processable articles as read.
1751         (gnus-agent-summary-fetch-series): Remove processable and
1752         downloadable marks on all downloaded articles in the series.
1753
1754         * nntp.el (nntp-report): Throw error after reporting the problem.
1755         (nntp-accept-process-output): Corrected error check to report an
1756         error when the process is nil.
1757
1758 2003-01-09  Simon Josefsson  <jas@extundo.com>
1759
1760         * message.el (message-tool-bar-map): Add preview.
1761
1762 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1763
1764         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1765         previewing.
1766
1767 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1768
1769         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1770         bug when the (n+1)th article to be added to a group has a smaller
1771         number than the n articles already added.
1772
1773 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1774
1775         * message.el (message-mode-field-menu): Use backquote.
1776
1777 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1778
1779         * spam.el: fixed the BBDB autoloads again, using
1780         bbdb-search-simple now (which is not a macro, thank god)
1781
1782         * lpath.el (bbdb-search): removed function from maybe-fbind list
1783
1784         * gnus.el (ham-process-destination): added new parameter for
1785         destination of ham articles found in spam groups at summary exit
1786
1787         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1788         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1789         (spam-ifile-database-path): added new parameter for ifile's database
1790         (spam-move-spam-nonspam-groups-only): new parameter to determine
1791         if spam should be moved from all groups or only some
1792         (spam-summary-prepare-exit): fixed logic to use
1793         spam-move-spam-nonspam-groups-only when deciding to invoke
1794         spam-mark-spam-as-expired-and-move-routine; always invoke that
1795         routine after the spam has been expired-or-moved in case there's
1796         some spam left over; use spam-ham-move-routine in spam groups
1797         (spam-ham-move-routine): new function to move ham articles to the
1798         ham-process-destinations group parameter
1799
1800 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1803
1804         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1805         gnus-summary-update-article-line.
1806
1807 2003-01-08  Simon Josefsson  <jas@extundo.com>
1808
1809         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1810         not successful.
1811
1812 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1815
1816 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1817
1818         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1819         logic, finally
1820
1821 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1824         (gnus-parse-format): Change to %~.
1825
1826         * message.el (message-generate-headers): Don't generate optional
1827         empty headers.
1828
1829 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * message.el (message-cross-post-default)
1832         (message-cross-post-note-function, message-shoot-gnksa-feet)
1833         (message-strip-subject-trailing-was, message-change-subject)
1834         (message-mark-insert-file, message-cross-post-followup-to)
1835         (message-cross-post-followup-to, message-mode-map)
1836         (message-generate-unsubscribed-mail-followup-to)
1837         (message-make-mail-followup-to): Minor changes to doc-strings and
1838         error messages.  Updated copyright line.
1839
1840         * message.el (message-make-mail-followup-to,
1841         message-generate-unsubscribed-mail-followup-to): New function
1842         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1843         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1844         names.
1845
1846         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1847         (mml-preview-insert-mft): Removed function name.
1848         (mml-preview): Use new function names.
1849
1850         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1851
1852         * message.el (message-mode-field-menu): Moved header related
1853         commands from "Message" to "Field" menu.
1854
1855 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1856
1857         * message.el (message-generate-headers-first): Added customization
1858         if variable is a list.
1859
1860 2003-01-07  Michael Shields  <shields@msrl.com>
1861
1862         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1863         where the last line of the article is the last line of the window.
1864
1865 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * gnus-msg.el (gnus-debug): Use ignore-errors.
1868
1869         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1870         `gnus-summary-update-line'.
1871
1872 2003-01-08  Simon Josefsson  <jas@extundo.com>
1873
1874         * gnus-art.el (gnus-unbuttonized-mime-types)
1875         (gnus-buttonized-mime-types): Doc fix.
1876
1877 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1878
1879         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1880
1881 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1882
1883         * nnrss.el (nnrss-group-alist): Add and clear up.
1884
1885 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1886
1887         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1888
1889         * lpath.el (bbdb-search): added BBDB functions for a better way to
1890         fix missing functions
1891
1892         * spam.el (spam-check-ifile): if should be an unless
1893
1894         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1895         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1896         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1897
1898 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1901         gnus-summary-refer-thread to thread menu.
1902
1903 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1904
1905         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1906         summary buffer, articles that cannot be fetched are marked as
1907         canceled.
1908
1909         * nntp.el (nntp-with-open-group): The quit signal handler must
1910         propagate the quit signal to the next outer handler so that the
1911         caller knows that the request aborted abnormally.
1912
1913 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1916         (spam-ifile-register-spam-routine)
1917         (spam-ifile-register-ham-routine): added ifile functionality that
1918         does not use ifile-gnus.el to classify and register articles
1919         (spam-get-article-as-string): convenience function
1920         (spam-summary-prepare-exit): added ifile spam and ham registration
1921         (spam-ifile-all-categories, spam-ifile-spam-category)
1922         (spam-ifile-path, spam-ifile): added customization options
1923
1924         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1925         exit processor
1926         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1927         list of choices
1928
1929 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-score.el (gnus-score-followup): Also score immediate
1932         followups.
1933
1934 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1937
1938 2003-01-07  Simon Josefsson  <jas@extundo.com>
1939
1940         * message.el (message-mode-menu): Fix receipt balloon help.
1941
1942 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1943
1944         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1945         always be interpreted as news.
1946
1947 2003-01-07  Simon Josefsson  <jas@extundo.com>
1948
1949         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1950         gnus-sieve-script, instead of the global variable
1951         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1952         <sb@dod.no>.
1953
1954 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1955
1956         * gnus.el: Renamed gnus-summary-*-uncached-face as
1957         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1958         the cache.
1959
1960         * gnus-sum.el: Ditto.
1961
1962 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1963
1964         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1965         in either the group or summary buffer.
1966         New command "JS", in summary buffer, will fetch articles per the
1967         group's category, predicate, and processable flags.
1968         (gnus-agent-summary-fetch-series): Rewritten to call
1969         gnus-agent-session-fetch-group once with all articles in the
1970         series.
1971         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1972         return list of fetched articles.
1973         (gnus-agent-fetch-articles): Split fetch list into sublists such
1974         that the article buffer is only slightly larger than
1975         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1976         the group's article alist is saved.
1977         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1978         longer result in the agent trying to fetch an article.
1979         (gnus-agent-fetch-group-1): Can now be called in either the group
1980         or summary buffer.  Removed the max-fetch-size code that I added
1981         on 2002-12-13 as that capability is now part of
1982         gnus-agent-fetch-articles.  Added code to update summary buffer.
1983         When called in the group buffer, articles that can not be fetched
1984         are AUTOMATICALLY MARKED AS READ.
1985
1986         * gnus-sum.el (): Modified eval-when-compile to minimize
1987         misleading compilation warnings.
1988         (gnus-update-summary-mark-positions): Changed code to use
1989         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1990
1991         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1992         empty file as the parser assumes that the file isn't empty.
1993
1994         * nntp.el (nntp-send-string): The process-send-string call can,
1995         because it performs I/O on the process, change the process' state
1996         from open to closed.  If this happens, call nntp-report
1997         immediately to report the broken connection.
1998         (nntp-report): Rewritten to avoid needing a global variable to
1999         determine the appropriate course of action.  Instead, two function
2000         implementations are provided and the nntp-report function value is
2001         bound to the appropriate implementation.
2002         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2003         (nntp-with-open-group): Now binds nntp-report's function cell
2004         rather than binding gnus-with-open-group-first-pass.  Added a
2005         condition-case to detect a quit during a nntp command.  When the
2006         quit occurs, the current connection is closed as a fetch articles
2007         request could have several megabytes queued up for reading.
2008         (nntp-retrieve-headers): Bind articles to itself.  If
2009         nntp-with-open-group repeats this command, I must have access to
2010         the original list of articles.
2011         (nntp-retrieve-groups): Ditto for groups.
2012         (nntp-retrieve-articles): Ditto for articles.
2013         (*): Replaced nntp-possibly-change-group calls to
2014         nntp-with-open-group forms in all, but one, occurrance.
2015         (nntp-accept-process-output): Bug fix. Detect when called with
2016         null process.
2017
2018 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2019
2020         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2021         if we don't need to.
2022         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2023
2024 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * gnus-group.el (gnus-group-make-web-group): Pass the select
2027         method on to group-create.
2028         (gnus-group-line-format-alist): %U is an integer.
2029
2030         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2031         ephemeral groups.
2032         (gnus-summary-read-group-1): Ditto.
2033         (gnus-group-make-articles-read): Ditto.
2034
2035         * mm-url.el (mm-url-program): Doc fix.
2036
2037         * message.el (message-mode-map): Rebound
2038         message-insert-wide-reply.
2039
2040 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2043         color as `gnus-group-startup-message' does.
2044
2045 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * spam.el: fixed line lengths to 80 chars or less
2048
2049         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2050         "not-read" mark
2051         (gnus-summary-mark-forward): added the spam-mark to the list of
2052         marks not to be marked as "read" when viewed
2053
2054 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2057
2058         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2059         Protect against unactive groups.
2060
2061         * message.el (message-check-news-header-syntax): Check long
2062         header lines.
2063         (message-check-news-header-syntax): Update `start'.
2064
2065         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2066         (gnus-group-line-format): %U.
2067         (gnus-group-line-format-alist): ?U.
2068         (gnus-number-of-unseen-articles-in-group): New function.
2069
2070         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2071
2072         * gnus.el (gnus-version-number): Bump version number.
2073
2074 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2075
2076         * gnus.el: Oort Gnus v0.10 is released.
2077
2078 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus.el (gnus-version-number): Fix version number.
2081
2082 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2083
2084         * gnus.el: Oort Gnus v0.08 is released.
2085
2086 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2087
2088         * mm-util.el: Add mm-string-make-unibyte.
2089
2090         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2091         UTF-8 groups.
2092
2093 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2096
2097         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2098
2099 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2100
2101         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2102         function.
2103
2104 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2107         (gnus-summary-read-group-1): Update group line.
2108         (gnus-summary-exit-no-update): Update group on exit.
2109
2110         * gnus-group.el (gnus-group-line-format): Add %*.
2111         (gnus-group-line-format-alist): Ditto.
2112         (gnus-group-insert-group-line): Set it.
2113         (gnus-group-is-exiting-p): New variable.
2114         (gnus-group-insert-group-line): Use it.
2115
2116 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2117
2118         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2119         enable BBDB ham processing
2120         (spam-blacklist-register-routine): enable blacklist spam processing
2121         (spam-whitelist-register-routine): enable whitelist ham processing
2122         (spam-fetch-field-from-fast): fast fetching of the "from" field
2123         from (gnus-data-list)
2124         (spam-summary-prepare-exit): works completely now
2125         (spam-use-blacklist): oops, should be nil by default
2126         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2127         split processing now; before it was for summary exit as
2128         well but that's done with the spam-contents and spam-process
2129         parameters now
2130
2131 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2132
2133         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2134         characters.
2135
2136 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2137
2138         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2139         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2140         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2141         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2142         (spam-mark-spam-as-expired-and-move-routine)
2143         (spam-generic-register-routine, spam-BBDB-register-routine)
2144         (spam-ifile-register-routine, spam-blacklist-register-routine)
2145         (spam-whitelist-register-routine): new functions
2146         (spam-summary-prepare-exit): added summary exit processing (expire
2147         or move) of spam-marked articles for spam groups; added slots for
2148         all the spam-*-register-routine functions
2149
2150 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * pop3.el (pop3-retr): Wait 500 msecs.
2153         (pop3-read-response): Ditto.
2154
2155         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2156         right.
2157         (gnus-inews-make-draft): New function.
2158         (gnus-setup-message): Use it.
2159
2160         * message.el (message-required-headers): Add From.
2161
2162 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2163         Trivial patch from Norbert Koch <nk@viteno.net>.
2164
2165         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2166
2167 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * message.el (message-generate-headers): Let header formatters do
2170         their work.
2171
2172 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2173
2174         * deuglify.el (gnus-article-outlook-deuglify-article):
2175         Rehighlight, reapply treatments and call
2176         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2177         (gnus-outlook-repair-attribution-block): Recognize cited
2178         attributions.  Suggested by Niklas Morberg.
2179
2180 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2181
2182         * gnus-art.el (gnus-treat-predicate): Check condition first.
2183
2184 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2185
2186         * lpath.el: Add url-http-file-exists-p.
2187
2188         * gnus-group.el (gnus-group-fetch-charter): Use
2189         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2190
2191 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * message.el (message-draft-headers): Also generate From to get a
2194         nicer draft buffer summary.
2195
2196         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2197         parameter.
2198
2199         * gnus-art.el (article-wash-html): Clean up.
2200         (article-wash-html): Typo fix.
2201
2202         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2203         (gnus-summary-mail-forward): To many lists of lists.
2204
2205         * gnus-art.el (article-wash-html): Clean up.
2206
2207 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2208
2209         * gnus-art.el (gnus-treat-wash-html): New variable.
2210
2211 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * message.el (message-check-news-header-syntax): Allow posting.
2214         (message-check-news-header-syntax): Fix logic for sure, this
2215         time.
2216
2217 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2218
2219         * message.el (message-check-news-header-syntax): Check syntax of
2220         continuation headers.
2221
2222 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2223
2224         * gnus-art.el (gnus-button-url-regexp,
2225         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2226         (gnus-header-button-alist): Regexps are case insensitive here.
2227
2228 2003-01-02  Simon Josefsson  <jas@extundo.com>
2229
2230         * dig.el (query-dig): Doc fix.
2231
2232 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2233
2234         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2235         summary buffer line, not just the download mark.
2236
2237 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2240         (gnus-summary-insert-dormant-articles): New command and
2241         keystroke.
2242
2243         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2244         function for mass insertion of subjects.
2245
2246         * nndraft.el (nndraft-generate-headers): Don't move point.
2247
2248         * gnus.el (nnheader): Require nnheader.
2249
2250         * nndraft.el (nndraft-request-associate-buffer): Use
2251         make-local-variable.
2252
2253 2003-01-02  Michael Shields  <shields@msrl.com>
2254
2255         * nndraft.el (nndraft-request-associate-buffer): Make
2256         write-contents-hooks buffer-local before setting it.
2257
2258 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus.el (gnus-group-parameter-value): Take an extra param.
2261         (gnus-group-fast-parameter): Let group param results be nil.
2262
2263         * gnus-art.el (gnus-article-forward-header): New function.
2264         (article-date-ut): Use it to remove continuation date headers.
2265
2266         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2267         read-event.
2268         (gnus-summary-remove-bookmark): Clean up.
2269         (gnus-summary-set-bookmark): Clean up.
2270
2271         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2272
2273         * gnus.el (gnus-group-startup-message): Bind data-directory to
2274         the Gnus etc directory.
2275
2276 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2279         ham-processing of articles; use the new
2280         spam-group-(spam|ham)-contents-p functions
2281         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2282         convenience functions
2283         (spam-mark-junk-as-spam-routine): use the new
2284         spam-group-spam-contents-p function
2285
2286         * gnus.el (spam-process, spam-contents, spam-process-destination):
2287         added new parameters with corresponding global variables
2288         (gnus-group-spam-exit-processor-ifile,
2289         gnus-group-spam-exit-processor-bogofilter,
2290         gnus-group-spam-exit-processor-blacklist,
2291         gnus-group-spam-exit-processor-whitelist,
2292         gnus-group-spam-exit-processor-BBDB,
2293         gnus-group-spam-classification-spam,
2294         gnus-group-spam-classification-ham): added new symbols for the
2295         spam-process and spam-contents parameters
2296
2297         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2298         customization and list itself to store mark symbol rather than
2299         mark character.
2300         (spam-bogofilter-register-routine): added logic to generate mark
2301         values list from spam-ham-marks and spam-spam-marks, so (member)
2302         would work.
2303
2304 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * message.el (message-cross-post-followup-to): Fix comment.
2307
2308 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2309
2310         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2311         customization and list itself to store mark symbol rather than
2312         mark character.
2313         (spam-bogofilter-register-routine): added logic to generate mark
2314         values list from spam-ham-marks and spam-spam-marks, so (member)
2315         would work.
2316
2317 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2318
2319         * message.el (message-signature-insert-empty-line): New variable.
2320
2321 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2322
2323         * message.el: Renamed functions and variables: "xpost" ->
2324         "cross-post", "-fup2" -> "-followup-to".
2325         (message-cross-post-old-target, message-cross-post-default,
2326         message-cross-post-note, message-followup-to-note,
2327         message-cross-post-note-function): New variables names.
2328         (message-xpost-old-target, message-xpost-default,
2329         message-xpost-note, message-fup2-note,
2330         message-xpost-note-function): Removed variable names.
2331         (message-cross-post-followup-to-header,
2332         message-cross-post-insert-note, message-cross-post-followup-to):
2333         New function names.
2334         (message-xpost-fup2-header, message-xpost-insert-note,
2335         message-xpost-fup2): Removed function names.
2336
2337 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2338
2339         * message.el (message-send-mail): Added message-cleanup-headers to
2340         prevent newlines in headers.
2341
2342 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * dns.el (dns-make-network-process): Comment.
2345
2346         * gnus-sum.el (gnus-summary-display-while-building): Default to
2347         nil.
2348
2349 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2350
2351         * gnus-sum.el (gnus-summary-display-while-building): New
2352         variable.
2353
2354 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2355
2356         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2357         before rearranging the article.
2358
2359 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * nndraft.el (nndraft-generate-headers): New function.
2362         (nndraft-request-associate-buffer): Use it to write headers on
2363         buffer save.
2364
2365         * message.el (message-generate-headers): Let the function be a
2366         lambda form.
2367         (message-draft-headers): New variable.
2368
2369         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2370         function.
2371         (gnus-setup-message): Use it.
2372
2373         * message.el (message-generate-headers-first): Doc fix.
2374         (message-setup-1): Use new function for getting which headers to
2375         generate.
2376         (message-headers-to-generate): New function.
2377
2378 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2379
2380         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2381
2382 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2383
2384         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2385         mention negatives.
2386
2387 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2388
2389         * deuglify.el (gnus-outlook-rearrange-article): Use
2390         `transpose-regions' instead of tempering the kill-ring.
2391         (gnus-article-outlook-deuglify-article): Rehighlight article
2392         instead of a complete redisplay.
2393
2394 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * spam.el: most defvars are defcustoms now
2397
2398         patches from Michael Shields  <shields@msrl.com>
2399
2400         * spam.el (spam-bogofilter-articles): Select the article
2401         body using gnus-summary-show-article t instead of
2402         gnus-summary-select-article; this presents the raw text
2403         without running any hooks.
2404
2405         * spam.el (spam-bogofilter-articles): Use message-remove-header
2406         to remove headers; the old way incorrectly removed just the first
2407         line of folded headers.
2408
2409 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2412
2413 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-start.el (gnus-load): New function.
2416         (gnus-read-newsrc-el-file): Use it.
2417
2418 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2419
2420         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2421         (gnus-button-handle-apropos-documentation): New function.
2422         (gnus-button-handle-ctan): New function.
2423         (gnus-button-alist): Use them.  Improve some regexps.
2424         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2425
2426 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2427
2428         * message.el (message-subscribed-p): New function.
2429         (message-send-mail): Use it.
2430         * mml.el (mml-preview-insert-mft): New function.
2431         (mml-preview): Use it.
2432
2433 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2436         when sorting by date.
2437
2438         * gnus-art.el (gnus-article-edit-mode): New variable.
2439         (gnus-article-setup-buffer): Warn user about discarding edits.
2440
2441         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2442         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2443         headers.
2444
2445         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2446
2447 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2448
2449         * message.el (message-completion-alist): Added "Mail-Followup-To"
2450         and "Mail-Copies-To".
2451
2452 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2453
2454         * gnus-group.el: Add key bindings for
2455         gnus-group-sort-groups-by-real-name and
2456         gnus-group-sort-selected-groups-by-real-name.
2457
2458 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2459
2460         * gnus.texi (Sorting Groups): Add key bindings for
2461         gnus-group-sort-groups-by-real-name and
2462         gnus-group-sort-selected-groups-by-real-name.
2463
2464 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2465
2466         * spam.el (spam-use-dig): new variable for blackhole checking
2467         through dig.el
2468         (spam-check-blackholes): added dig.el checking functionality and
2469         more verbose reporting; query-dig is autoloaded from dig.el
2470         (spam-use-blackholes): disabled by default
2471         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2472         blackhole servers list
2473
2474 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * message.el (message-required-headers): New variable.
2477
2478 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2479
2480         * dig.el (query-dig): new function
2481
2482 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2485         prefixes.
2486
2487         * dns.el (query-dns): Protect against errors.
2488
2489         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2490         (gnus-inews-add-send-actions): Mark all answered messages as
2491         answered.
2492
2493 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2494
2495         * nnmail.el (nnmail-split-it): Added tracing to
2496         `:' split rule
2497
2498 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2499
2500         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2501         and "%s" so we don't overquote them.
2502
2503 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2504
2505         * (mm-display-external): Display the actual command that has been
2506         executed in the echo area.
2507
2508 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2511
2512         * message.el (message-with-reply-buffer): New macro.
2513         (message-fetch-reply-field): Use it.
2514         (message-insert-wide-reply): New command and keystroke.
2515         (message-carefully-insert-headers): New function.
2516         (message-insert-to): Use new function.
2517
2518         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2519         (gnus-topic-goto-missing-group): Use it.
2520
2521         * message.el (message-required-news-headers): Removed Lines.
2522         (message-reply): Don't insert References first.
2523         (message-followup): Ditto.
2524         (message-make-references): New function.
2525         (message-followup): Set message-reply-headers before generating
2526         the buffer stuff.
2527
2528 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2529
2530         * mml.el (mml-generate-mime-1): Reverse the order of
2531         encoding/flowing.
2532
2533 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2536         after moving them.
2537
2538         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2539         fit with newer standard format.
2540         (gnus-summary-make-false-root-always): New variable.
2541         (gnus-gather-threads-by-subject): Use it.
2542
2543         * message.el (message-get-reply-headers): Take an address list
2544         optional argument.
2545
2546 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus.el (gnus-keep-backlog): Change default to 20.
2549
2550         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2551         start.
2552         (gnus-agent-check-overview-buffer): Remove negative article
2553         numbers.
2554
2555         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2556         (nnmail-cache-ignore-groups): Doc fix.
2557
2558         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2559         (nnimap-debug-buffer): New variable.
2560         (nnimap-debug): Use it.
2561
2562 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2563
2564         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2565
2566 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2569         they aren't already sorted.
2570
2571 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2572
2573         * message.el (message-mode-menu): Add ellipses to menu items
2574         expecting user interaction.
2575         (message-mode-field-menu): do.
2576
2577 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2578
2579         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2580         it isn't used any more.
2581
2582 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2583
2584         * binhex.el (binhex-decoder-program): Fix docstring.
2585
2586 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2587
2588         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2589         special chars if the mailcap file uses single quotes around %s.
2590         From Laurent Martelli <laurent@bearteam.org>.
2591
2592 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2593
2594         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2595         return the info object.
2596
2597 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2598
2599         * gnus-int.el (gnus-request-update-info): Artificially add
2600         (1 . (1- min)) to the read range, in case the backend doesn't
2601         store marks for nonexistent articles.
2602
2603 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * binhex.el (binhex-insert-char): Eval-and-compile.
2606
2607 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2608
2609         * lpath.el: Add tool-bar-local-item-from-menu.
2610
2611         * message.el (message-tool-bar-local-item-from-menu): New function.
2612         (message-tool-bar-map): Use it.
2613
2614 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2615
2616         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2617
2618         * gnus-art.el (gnus-article-header-rank): Last header in
2619         gnus-sorted-header-list should have higher rank than non-members.
2620
2621 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2624         covered methods.
2625
2626 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2627
2628         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2629         eval-when-compile.  Suggested by Kevin Greiner.
2630
2631 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2632
2633         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2634         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2635         even though no headers may have been fetched
2636         (gnus-agent-fetch-group-1, and perhaps others, require this
2637         behavior).
2638         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2639         server buffer is constrained by gnus-agent-max-fetch-size.
2640         Multiple chunks in the same group may perform arbitrarily large
2641         updates.
2642
2643 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2644
2645         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2646         gnus-summary-update-download-mark to update the article in the
2647         summary.
2648
2649 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2650
2651         * gnus.el (gnus-summary-high-uncached-face,
2652         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2653         New faces.
2654
2655         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2656         added this on 2002-11-23 but it just wasn't working out as
2657         intended.  The idea isn't entirely dead, three new faces
2658         gnus-summary-*-uncached-face are being added to gnus.el to provide
2659         the basis for an improved implementation.
2660         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2661         proper file to open is lib/servers.
2662         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2663         (i.e. removing the article from gnus-newsgroup-downloadable) will
2664         now restore the article's default mark rather than simply setting
2665         no mark.
2666         (gnus-agent-get-undownloaded-list): Corrected documentation.
2667         Added code to set new summary local variable,
2668         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2669         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2670         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2671         up to date.  Call new gnus-summary-update-download-mark to keep
2672         summary buffer up-to-date.
2673         (gnus-agent-fetch-selected-article): Keep
2674         gnus-newsgroup-undownloaded up to date.
2675         (gnus-agent-fetch-articles): Return list of articles that were
2676         successfully fetched.
2677         (gnus-agent-check-overview-buffer): No more thingatpt.
2678         (gnus-agent-expire): No longer deletes NOV entries of unread
2679         articles.
2680         (gnus-agent-unread-articles): New function.
2681         (gnus-agent-regenerate-group): The article number must be
2682         terminated by a tab character.  Added more messages to report
2683         repairs.  Inhibit quits while writing changes so it is now safe
2684         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2685         downloaded to 1) resolve the unbound references and 2) avoid
2686         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2687
2688         * gnus-art.el (gnus-article-prepare): The agent
2689         downloaded/undownloaded mark is no longer stored as the article's
2690         mark.
2691
2692         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2693         gnus-summary-highlight may use it.  Added downloaded as
2694         gnus-summary-highlight was using it.
2695
2696         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2697         the download mark now follows Kai's +/- convention.
2698         (gnus-downloaded-mark): Added ?+ mark.
2699         (gnus-summary-highlight): Added rules to select
2700         gnus-summary-high-uncached-face,
2701         gnus-summary-normal-uncached-face, and
2702         gnus-summary-low-uncached-face.  Removed the
2703         gnus-agent-downloaded-article-face.
2704         (gnus-summary-line-format-alist): Implemented the download flag
2705         format (?O) as named in the manual.  This implementation displays
2706         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2707         gnus-no-mark.
2708         (gnus-newsgroup-agentized): New local variable that identifies
2709         which groups are agentized.  While the agent is now on by default,
2710         you don't have to agentize every server that you use.
2711         (gnus-update-summary-mark-positions): Completed support for the
2712         download type of mark.
2713         (gnus-summary-insert-line): Added undownloaded to the parameters.
2714         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2715         reference by the gnus-summary-line-format-spec.
2716
2717         * nntp.el (nntp-with-open-group): This macro handles dropped or
2718         broken connections by opening a new connection and repeating the
2719         failed command.
2720         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2721         XOVER commands preceeding the active articles with the nov entry
2722         of the first available article.  When gnus connected to such a
2723         server, the unexpected nov entry would result in duplicate lines
2724         in the agent's overview file.  This patch fixes the duplicate
2725         lines problem and improves performance by skipping over all
2726         articles IDs that preceed the first nov entry in the server's
2727         reply.
2728
2729 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2732         (gnus-summary-highlight): Use it instead of `downloaded'.
2733         (gnus-summary-highlight-line): Ditto.
2734
2735         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2736
2737 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2740
2741         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2742         calls.
2743
2744         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2745         downloaded variable if we're in an uncovered group.
2746
2747         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2748         font to soemthing less noticeable.
2749         (gnus-agent-group-covered-p): New function.
2750
2751 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2752
2753         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2754         Because of an unknown bug, the group buffer is saved in .overview
2755         file.
2756
2757 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2758
2759         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2760         `and' with `or'.
2761
2762 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2763
2764         * nntp.el (nntp-send-command): Assume that echo does not happen
2765         when nntp-open-connection-function is nntp-open-network-stream.
2766         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2767
2768 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2769
2770         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2771
2772 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2773
2774         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2775         nntp-server-buffer if we aren't going to write to it.
2776
2777 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2778         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2779
2780         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2781
2782 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2785         decoded words.
2786
2787 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2788
2789         * gnus.el (fboundp): After loading mm-util, make sure it was the
2790         right one.
2791
2792 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2793
2794         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2795         gnus-sum.  Made into a user option.
2796
2797         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2798         (gnus-summary-mark-article-as-unread)
2799
2800 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2801
2802         * time-date.el (date-to-time): Typo.
2803
2804         * parse-time.el: Typo.
2805
2806         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2807
2808         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2809
2810         * nnimap.el:
2811         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2812
2813         * mm-encode.el (mm-safer-encoding): Typo.
2814
2815         * messcompat.el: Typo.
2816
2817         * message.el (message-face-alist): Typo.
2818
2819         * imap.el (imap-interactive-login, imap-open): Typos.
2820
2821         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2822
2823         * gnus.el: Typo.
2824
2825         * gnus-win.el (gnus-configure-frame): Typo.
2826
2827         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2828
2829         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2830
2831         * gnus-sum.el (gnus-summary-article-number)
2832         (gnus-summary-read-group-1, gnus-summary-mark-article)
2833         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2834
2835         * gnus-mule.el (gnus-mule-add-group): Typo.
2836
2837         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2838
2839         * gnus-group.el (gnus-group-fetch-faq): Typo.
2840
2841         * gnus-art.el (gnus-decode-header-methods): Typo.
2842
2843         * flow-fill.el: Typo.
2844
2845 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2846
2847         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2848
2849 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2850
2851         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2852         (gnus-summary-mark-article-as-unread)
2853         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2854         Reformatting to avoid long lines.
2855         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2856
2857 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2858
2859         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2860         be accessed through `mail-header-number'.
2861
2862 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2863
2864         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2865         compressed range to gnus-summary-insert-articles.
2866
2867 2002-11-26  Kevin Ryde <user42@zip.com.au>
2868
2869         * gnus-art.el (gnus-mime-copy-part): Look for filename
2870         parameter under content-disposition, not content-type.
2871
2872         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2873         (gnus-summary-reselect-current-group): Use it.
2874
2875 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2876
2877         * gnus-agent.el (gnus-agent-uncached-articles): if
2878         gnus-agent-load-alist fails, return ARTICLES.
2879
2880         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2881
2882 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2883
2884         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2885         superfluous function call.
2886         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2887         Add warning to docstring.
2888
2889 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-agent.el: Autoload number-at-point instead.
2892         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2893
2894 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2895
2896         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2897         require thingatpt (for number-at-point) and protect against
2898         deactivate-mark being unbound (on XEmacs).
2899
2900 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2901
2902         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2903         print message on entry.
2904
2905         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2906
2907         * gnus-range.el (gnus-range-difference): New function.
2908         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2909
2910 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2911
2912         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2913         gnus-remove-from-range instead of gnus-range-difference which
2914         doesn't exist.
2915
2916 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2917         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2918
2919         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2920         used for showing which articles have been downloaded.
2921         (gnus-agent-article-alist): Format change.  Add documentation.
2922         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2923         process-marked articles.
2924         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2925         in the series are individually fetched to minimize lose of
2926         content due to an error/quit.
2927         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2928         gnus-message instead of message.
2929         (gnus-agent-read-servers): Use file lib/methods instead of
2930         lib/servers.  TODO: Why?
2931         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2932         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2933         come from the agent.  This means that they are not downloaded.
2934         (gnus-agent-fetch-selected-article): Don't use history.
2935         (gnus-agent-save-history, gnus-agent-enter-history)
2936         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2937         Removed function; history is not used anymore.
2938         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2939         (gnus-agent-crosspost): Started rewrite then realized that a typo
2940         in gnus-agent-fetch-articles ensures that this function is never
2941         called.  This will need to be fixed later.
2942         (gnus-agent-check-overview-buffer): Some sanity checks on the
2943         agent overview buffer.  This is a safety net used during
2944         development.
2945         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2946         changed, write a number to the file indicating this.
2947         (gnus-agent-fetch-headers): Rewrite to respect
2948         gnus-agent-consider-all-articles without relying on the
2949         `.fetched' files.  Make it fast.
2950         (gnus-agent-braid-nov): Change resulting from
2951         gnus-agent-fetch-headers change.
2952         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2953         `.fetched' files.
2954         (gnus-agent-read-agentview): New function, used by
2955         gnus-agent-load-alist.
2956         (gnus-agent-load-fetched-headers): Remove.
2957         (gnus-agent-save-alist): Rewrite to accomodate new format.
2958         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2959         same order as in gnus-newsgroup-headers.
2960         (gnus-agent-expire): Document and implement extra args ARTICLES,
2961         GROUP, FORCE.  Do not restrict usage.
2962         (gnus-agent-uncached-articles): New function.
2963         (gnus-agent-retrieve-headers): Use it.
2964         (gnus-agent-regenerate-group): No longer needs to be called from
2965         gnus-agent-regenerate.  Individual groups may be regenerated. The
2966         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2967         The article fetch dates are validated in the article alist.  The
2968         article alist is pruned of entries that do not reference existing
2969         NOV entries.  All changes are computed then applied with
2970         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2971         regeneration.  The optional clean parameter has been replaced with
2972         an optional reread parameter.  Clean is no longer necessary as
2973         regeneration gets the appropriate setting from
2974         gnus-agent-consider-all-articles.  The new reread parameter will
2975         result in fetched, or all, articles being marked as unread.
2976         (gnus-agent-regenerate): Removed code to regenerate the history
2977         file as it is no longer used.
2978
2979         * gnus-start.el (gnus-make-ascending-articles-unread): New
2980         function, for efficient mass-marking.
2981
2982         * gnus-sum.el (gnus-summary-highlight): Use new face for
2983         downloaded articles.
2984         (gnus-article-mark): Prefer to indicate read/unread status over
2985         downloaded status.
2986         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2987         line.
2988         (gnus-summary-highlight-line): Use new face for downloaded
2989         articles.
2990         (gnus-summary-insert-old-articles): Improved performance by
2991         replacing the initial LIST of older articles with a compressed
2992         RANGE of older articles.  Some servers appear to lie about
2993         their active range so the original list could contain millions
2994         of article numbers.  The range is not expanded into a list
2995         until the optional ALL parameter has been applied.
2996
2997 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2998
2999         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3000
3001 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * spam.el:
3004         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3005
3006         * spam.el: added `M s t' and `M s x' key mappings
3007
3008 2002-11-20  Simon Josefsson  <jas@extundo.com>
3009
3010         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3011
3012 2002-11-19  Simon Josefsson  <jas@extundo.com>
3013
3014         * gnus-sum.el (gnus-summary-morse-message): Load
3015         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3016         (unmorse-region): Autoload it instead.
3017
3018 2002-11-18  Simon Josefsson  <jas@extundo.com>
3019
3020         * gnus-sum.el (gnus-summary-morse-message): New function.
3021         (gnus-summary-wash-map): Bind to `W m'.
3022         (gnus-summary-make-menu-bar): Add.
3023
3024         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3025         before storing \Deleted mark on expired articles.
3026
3027 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3028         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3029
3030         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3031         parens in column 0.
3032
3033 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3034
3035         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3036
3037         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3038
3039         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3040
3041 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3042
3043         * message.el (message-set-auto-save-file-name): Use
3044         make-directory, to avoid the dependence on gnus-util.
3045
3046 2002-11-16  Simon Josefsson  <jas@extundo.com>
3047
3048         * nnimap.el (nnimap-callback-callback-function):
3049         (nnimap-callback-buffer): Removed, these cannot be global but must
3050         be embedded into the callback.
3051         (nnimap-make-callback): New.  Embedd article number, callback and
3052         buffer in function.
3053         (nnimap-callback, nnimap-request-article-part): Update.
3054
3055 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3058
3059 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3060
3061         * gnus.el (gnus-summary-line-format): Document %C.
3062
3063 2002-11-11  Simon Josefsson  <jas@extundo.com>
3064
3065         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3066         output when called interactively.
3067
3068 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3071
3072         * message.el (message-draft-coding-system): Improve comment; use
3073         mm-auto-save-coding-system for the default value.
3074
3075         * nndraft.el (nndraft-request-article): Revert to the state before
3076         2002-10-29; regexp-quote mail-header-separator.
3077
3078 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3079
3080         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3081         allow editing of drafts from an nnvirtual group.
3082
3083 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3086         mm-auto-save-coding-system.
3087
3088         * message.el (message-draft-coding-system): Default to
3089         iso-2022-7bit.
3090
3091         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3092         restore the default value to emacs-mule or escape-quoted.
3093
3094 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3097         a delayed or a queued article as well as a draft.
3098
3099         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3100         delayed or a queued article in the raw format; treat a delayed
3101         article as a raw article as well as a draft.
3102         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3103         for the delayed group.
3104
3105         * nndraft.el (nndraft-request-article): Ignore auto save files for
3106         a delayed or a queued article; don't bother to decode a queued
3107         article; don't bind nnmail-file-coding-system for a queued article.
3108
3109         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3110         and the queue group.
3111
3112 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3113
3114         * gnus-group.el (gnus-group-delete-group):
3115         gnus-cache-active-hashtb might be void.
3116
3117 2002-11-02  Simon Josefsson  <jas@extundo.com>
3118
3119         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3120         setting of the default user ID.  From Raymond Scholz
3121         <ray-2002@zonix.de>.
3122
3123 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3124
3125         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3126         charset.
3127
3128 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3129         From Alex Schroeder <alex@emacswiki.org>
3130         * spam-stat.el (spam-stat-process-directory): add dir to message
3131         (spam-stat-reduce-size): No longer remove words
3132         with values close to 0.5, because the default value is 0.2.
3133
3134 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3135
3136         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3137         documentation.
3138
3139 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3140
3141         * gnus-agent.el (gnus-agent-fetched-headers)
3142         (gnus-agent-load-fetched-headers)
3143         (gnus-agent-save-fetched-headers): Remove variable and two
3144         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3145         works better.
3146         (gnus-agent-fetch-headers): New implementation from Kevin
3147         Greiner.  Uses gnus-agent-article-alist to store information
3148         about fetched messages which aren't on the server anymore.  The
3149         trick is to return a list of considered messages to the caller,
3150         but to only fetch those which haven't been fetched yet.
3151
3152 2002-10-30  Simon Josefsson  <jas@extundo.com>
3153
3154         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3155
3156         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3157
3158 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3159
3160         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3161         versions of emacs-w3m than 1.3.3.
3162
3163         * lpath.el: Bind w3m-minor-mode-map.
3164
3165         * mm-view.el (mm-w3m-mode-command-alist)
3166         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3167         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3168         (mm-setup-w3m): Simplified.
3169         (mm-w3m-local-map-property): New function.
3170         (mm-inline-text-html-render-with-w3m): Use it.
3171
3172         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3173         mm-w3m-local-map-property.
3174
3175 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * mm-util.el (mm-auto-save-coding-system): Default to
3178         iso-2022-7bit.
3179
3180         * nndraft.el (nndraft-request-article): Decode an article using
3181         the coding-system emacs-mule if it seems to have been saved using
3182         emacs-mule.
3183         (nndraft-request-replace-article): Use message-draft-coding-system
3184         instead of mm-auto-save-coding-system for the draft or delayed
3185         group.
3186
3187 2002-10-28  Josh  <huber@alum.wpi.edu>
3188
3189         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3190         functions.
3191
3192 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3193         From mah@everybody.org (Mark A. Hershberger).
3194
3195         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3196         type values ("url" size) regardless of the values of
3197         mm-url-use-external.
3198
3199 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3200
3201         * nnimap.el (nnimap-request-article-part): Try harder to show
3202         group name in debugging message.
3203
3204 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3205
3206         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3207         directory if it doesn't exist.
3208         (gnus-agent-fetch-headers): Remove old cruft that tried to
3209         abstain from downloading articles more than once if
3210         gnus-agent-consider-all-articles was true.  This is now done
3211         properly via the .fetched files.
3212
3213 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * nndraft.el (nndraft-request-article): Treat delayed articles
3216         like drafts.
3217
3218 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3221
3222 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3223
3224         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3225         Remove unused optional arg DIR and corresponding code.
3226
3227         * nnimap.el (nnimap-request-article-part): Include group name in
3228         debugging output.
3229
3230 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3231
3232         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3233
3234 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3235
3236         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3237         contains range of headers that have been fetched by the agent
3238         already.  Compare gnus-agent-article-alist.
3239         (gnus-agent-file-header-cache): Like
3240         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3241         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3242         seen/recent logic.
3243         Remember which headers have been fetched before and don't fetch
3244         them again the next time round.
3245         (gnus-agent-load-fetched-headers)
3246         (gnus-agent-save-fetched-headers): New functions, for remembering
3247         which headers have been fetched before.
3248
3249 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * lpath.el: Remove useless bindings.
3252
3253 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3254
3255         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3256         features while searching.
3257
3258 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3259
3260         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3261
3262 2002-10-22  Simon Josefsson  <jas@extundo.com>
3263
3264         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3265         (pgg-snarf-keys): Add.
3266
3267 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * lpath.el: Fbind bbdb-records.
3270
3271         * spam.el: Don't autoload bbdb-records.
3272
3273 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3276         prevent inf-loop.
3277
3278 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * nnslashdot.el: Removed some test lines.
3281         More test.
3282
3283 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3284
3285         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3286         are known to be downloaded already.
3287
3288 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3291         (mm-text-html-washer-alist): Ditto.
3292
3293 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3294
3295         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3296         boundary between headers and body.
3297         * nnml.el (nnml-parse-head): Ditto.
3298
3299 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3302         entries.
3303
3304         * gnus-group.el (gnus-fetch-group): Allow an optional
3305         specification of the articles to select.
3306
3307         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3308
3309 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3310
3311         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3312         headers from the group, update variable `articles' to contain
3313         only those numbers where headers exist.  (When fetching all
3314         articles in a group, Gnus creates lots of numbers where there is
3315         no articles.)
3316
3317 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3318
3319         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3320         doesn't have the 'alist custom type, use cons cells instead.
3321         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3322         (pgg-parse-hash-algorithm-alist): Ditto.
3323         (pgg-parse-compression-algorithm-alist): Ditto.
3324         (pgg-parse-signature-type-alist): Ditto.
3325
3326         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3327
3328         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3329
3330         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3331
3332 2002-10-19  Simon Josefsson  <jas@extundo.com>
3333
3334         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3335         buffer.
3336
3337 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3338
3339         * gnus-spec.el (gnus-make-format-preserve-properties)
3340         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3341         properties also on XEmacs.  `gnus-xmas-format' is like format but
3342         preserves text properties on XEmacs (though it only understands
3343         simple format specs).  The variable
3344         `gnus-make-format-preserve-properties' controls whether the
3345         function is used, and is checked in `gnus-parse-simple-format'.
3346         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3347
3348         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3349         output.
3350         (gnus-agent-consider-all-articles): New variable.
3351         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3352         (gnus-agent-fetch-headers): Depending on
3353         gnus-agent-consider-all-articles, maybe get all articles.
3354         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3355         `read'.
3356         (gnus-predicate-imples-unread): New function.
3357         (gnus-agent-fetch-headers): Optimize to call
3358         gnus-list-of-unread-articles if that is sufficient.
3359         Check unseen and recent instead of seen and recent.
3360         (gnus-agent-fetch-headers): Abstain from calling
3361         gnus-list-range-intersection if range (a . b) would have (> a b).
3362
3363 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * message.el (message-send-mail): Make it possible to perform
3366         edebug-defun.
3367
3368 2002-10-18  Simon Josefsson  <jas@extundo.com>
3369
3370         * gnus-art.el (gnus-button-man-handler): Change default to
3371         `manual-entry' (defined in both emacsen).
3372         (gnus-button-man-handler): Remove emacsen difference and use
3373         `manual-entry'.
3374
3375 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * spam.el: Wrap autoload settings for bbdb-records,
3378         executable-find and ifile-spam-filter with eval-and-compile.
3379         (spam-display-buffer-contents): Remove.
3380         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3381
3382 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3383
3384         * spam.el (spam-display-buffer-contents): New function.
3385         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3386         from Katsumi Yamaoka <yamaoka@jpl.org>.
3387
3388 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3389
3390         * nnheader.el (nnheader-parse-naked-head): New function.
3391         (nnheader-parse-head): Use the above function, in order to handle
3392         continuation lines properly.
3393         (nnheader-remove-body): New function.
3394         (nnheader-remove-cr-followed-by-lf): New function.
3395         (nnheader-ms-strip-cr): Use the above function.
3396
3397         * gnus-agent.el (gnus-agent-regenerate-group): Call
3398         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3399         `nnheader-parse-head'.
3400         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3401
3402         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3403         continuation lines by itself; call `nnheader-parse-naked-head'
3404         instead of `nnheader-parse-head'.
3405         * nndiary.el (nndiary-parse-head): Ditto.
3406         * nnfolder.el (nnfolder-parse-head): Ditto.
3407         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3408         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3409         * nnml.el (nnml-parse-head): Ditto.
3410
3411 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3412
3413         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3414         XEmacs, default to it if featurep 'xemacs.
3415
3416 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * spam-stat.el: Check for the existence of hash functions instead
3419         of the Emacs version to decide whether to load cl.  Suggested by
3420         Kai Gro\e,A_\e(Bjohann.
3421
3422 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3423
3424         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3425         if it isn't open yet.
3426
3427 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-group.el: Require mm-url only when compiling.
3430         (gnus-group-fetch-charter): Require mm-url.
3431
3432         * spam-stat.el: Require cl for the functions gethash,
3433         hash-table-count, make-hash-table and mapc for Emacs 20.
3434         (puthash): Alias to cl-puthash for Emacs 20.
3435         (with-syntax-table): New macro for Emacs 20.
3436
3437 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3438
3439         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3440
3441 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3442
3443         * spam.el (spam-check-ifile): added ifile as a spam checking
3444         backend, and spam-use-ifle as the variable to toggle that check.
3445
3446 2002-10-12  Simon Josefsson  <jas@extundo.com>
3447
3448         * message.el (message-beginning-of-line): New variable.
3449         (message-beginning-of-line): Use it.
3450
3451 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3452
3453         * spam.el: more compilation fixes for BBDB
3454
3455         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3456         (spam-stat-reduce-size): Interactive.
3457         (spam-stat-reset): New function.
3458         (spam-stat-save): Interactive.
3459
3460 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus.el: Autoload gnus-delay-initialize.
3463
3464         * message.el: Autoload gnus-delay-article.
3465
3466 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3467
3468         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3469         text property in Emacs.
3470
3471 2002-10-11  Simon Josefsson  <jas@extundo.com>
3472
3473         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3474         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3475
3476         * mml1991.el (mml1991-pgg-sign): Remove CR.
3477
3478 2002-10-10  Simon Josefsson  <jas@extundo.com>
3479
3480         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3481         decrypt failed.
3482         (mml2015-trust-boundaries-alist): Removed.
3483         (mml2015-gpg-extract-signature-details): Don't use it.
3484         (mml2015-unabbrev-trust-alist): New.
3485         (mml2015-gpg-extract-signature-details): Use it.
3486
3487 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3488
3489         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3490         BBDB installed
3491
3492         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3493         statistical analysis of spam in Lisp only
3494
3495 2002-10-10  Simon Josefsson  <jas@extundo.com>
3496
3497         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3498         auth, selected or examine state.
3499
3500         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3501         buffer and error buffer depending on type of information.
3502
3503         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3504         --status-fd stuff even if gpg.el is not used (revert earlier
3505         change).
3506         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3507         gnus details.
3508         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3509         buffer.
3510
3511         * pgg.el (pgg-verify-region): Use it.
3512
3513         * pgg-def.el (pgg-query-keyserver): New variable.
3514
3515         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3516         key-identifier in packet.  Is this a good idea?
3517
3518         * mml.el (mml-mode-map): Add security commands that operates on
3519         MIME parts.
3520         (mml-menu): And menu items for them.
3521
3522         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3523
3524         * mml.el (mml-parse-1): Support sender in #secure tags.
3525
3526         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3527         defined.
3528
3529         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3530         (mml-pgp-encrypt-buffer): Support combined signing.
3531
3532         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3533         (mml1991-gpg-encrypt): Ditto.
3534         (mml1991-pgg-encrypt): Ditto.
3535         (mml1991-encrypt): Pass sign parameter.
3536
3537         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3538         (mml-signencrypt-style): Mention the variable.
3539
3540 2002-10-09  Simon Josefsson  <jas@extundo.com>
3541
3542         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3543         pgg-gpg-user-id.
3544
3545         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3546         (pgg-fetch-key-function): Nil if w3 is not installed.
3547
3548 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3549
3550         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3551         gnus-agent-current-history.
3552
3553 2002-10-06  Simon Josefsson  <jas@extundo.com>
3554
3555         * imap.el (imap-parse-status): Don't use read to read token.
3556
3557 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3558
3559         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3560         for methods not covered by the agent, and when unplugged.
3561
3562 2002-10-05  Simon Josefsson  <jas@extundo.com>
3563
3564         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3565         signing.
3566
3567         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3568         a named server fails, ignore the server.
3569
3570         * mml1991.el (mml1991-pgg-sign): Do QP.
3571
3572         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3573         work.
3574
3575 2002-10-04  Simon Josefsson  <jas@extundo.com>
3576
3577         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3578
3579         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3580         binary-write-decoded-region from MEL.
3581
3582         * pgg.el (pgg-encrypt-region): Support sign.
3583
3584         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3585
3586         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3587
3588         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3589         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3590         branch where PGG was taken from in the ChangeLog entries below.
3591
3592 2002-10-01  Simon Josefsson  <jas@extundo.com>
3593
3594         * pgg-pgp.el: Don't require mel.  Don't use luna.
3595         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3596         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3597         (pgg-pgp-process-region): Don't use binary-funcall.
3598
3599         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3600
3601         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3602         instead of concat.
3603
3604         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3605
3606 2002-09-29  Simon Josefsson  <jas@extundo.com>
3607
3608         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3609         compile warnings.
3610
3611         * pgg.el (pgg-decrypt-region): Don't parse packet.
3612
3613         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3614
3615 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3616
3617         * pgg.el: Remove dependency on calist.el.
3618
3619 2002-09-28  Simon Josefsson  <jas@extundo.com>
3620
3621         * pgg.el (pgg-temporary-file-directory): New variable.
3622         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3623
3624         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3625         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3626
3627         * pgg-parse.el (pgg-char-int): Defalias.
3628         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3629         (pgg-read-bytes, pgg-read-body): Use it.
3630         (pgg-decode-packets): Don't use MEL, use base64-*.
3631         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3632         (pgg-string-as-unibyte): Defalias.
3633         (pgg-parse-armor-region): Use it.
3634
3635         * pgg-gpg.el (pgg-gpg-process-region): Use
3636         pgg-temporary-file-directory.
3637
3638         * luna.el: Don't def-edebug.
3639
3640         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3641         binary-write-decoded-region from MEL.
3642
3643         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3644
3645         * alist.el, calist.el: Don't require product/APEL.
3646
3647         * pgg-parse.el (top-level): Remove dependency on static.el,
3648         pccl.el, mel.el.
3649         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3650         `define-ccl-program' is boundp, instead of using broken.
3651
3652 2002-10-01  Simon Josefsson  <jas@extundo.com>
3653
3654         * message.el (message-required-mail-headers): Remove Lines:.
3655
3656 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3657         From Jesper Harder.
3658
3659         * gnus-group.el (gnus-group-fetch-charter,
3660         gnus-group-fetch-control): Prompt for group if given a prefix
3661         argument.
3662         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3663         gnus-group-fetch-control to summary key map and menu.
3664
3665
3666 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3667
3668         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3669         number when there are no articles.
3670
3671 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3672
3673         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3674         arg ALL means to fetch all articles, not only downloadable ones.
3675         (gnus-agent-fetch-selected-article): New function for
3676         gnus-select-article-hook or gnus-mark-article-hook.
3677
3678 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3679         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3680
3681         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3682         raw-text.
3683
3684 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3685
3686         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3687         Pinard).
3688         Major revamp of the code, documentation is in comments in the file
3689         for now.
3690
3691 2002-09-30  Simon Josefsson  <jas@extundo.com>
3692
3693         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3694         buffer seem to be needed?
3695
3696 2002-09-29  Simon Josefsson  <jas@extundo.com>
3697
3698         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3699         compile warnings.
3700
3701         * mml1991.el (mml1991-function-alist): Add pgg.
3702         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3703         (mml1991-pgg-encrypt): Fix recipients querying.
3704
3705 2002-09-28  Simon Josefsson  <jas@extundo.com>
3706
3707         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3708         from dme@dme.org.
3709         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3710         handle is returned.
3711
3712 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3715         Protect against non-existent of `nnimap-mailbox-info'.
3716
3717 2002-09-27  Simon Josefsson  <jas@extundo.com>
3718
3719         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3720         (gnus-setup-news-hook): Use it.
3721         (gnus-after-getting-new-news-hook): Ditto.
3722
3723         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3724
3725 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3726         From Mats Lidell <matsl@contactor.se>.
3727
3728         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3729
3730 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3731
3732         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3733         the part to decode encoded words, use raw words instead of decoded
3734         words.
3735
3736 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3737
3738         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3739
3740         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3741         (mm-setup-w3m): Use it.
3742
3743 2002-09-27  Simon Josefsson  <jas@extundo.com>
3744
3745         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3746         article buffers.
3747
3748         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3749         it just in case.
3750         (nnimap-update-unseen): New function; update unseen count in
3751         `n-m-info'.
3752         (nnimap-close-group): Call it.
3753
3754         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3755         (gnus-after-getting-new-news-hook): Ditto.
3756
3757         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3758         message into verboselevel 9.  Change slow mail check message.
3759         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3760         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3761         used as a hook after getting new mail.
3762
3763 2002-09-26  Simon Josefsson  <jas@extundo.com>
3764
3765         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3766         SELECT/EXAMINE is first unseen article, not number of unseen
3767         articles.  Make them distinct by renaming the former to
3768         `first-unseen' instead of `unseen'.
3769
3770         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3771         too.
3772         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3773         changed.
3774         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3775
3776         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3777
3778         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3779         better.
3780
3781         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3782         if dissecting resulting buffer actually had any information.
3783
3784 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3787         because the function `string<' allows symbols.
3788
3789         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3790
3791 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3792
3793         * message.el (message-forward-make-body): Revert an early change
3794         because 8-bit utf-8 emails.
3795
3796 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3797
3798         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3799         links to Info)
3800         * gnus-art.el (gnus-treat-highlight-signature):
3801         * gnus-art.el (gnus-treat-buttonize):
3802         * gnus-art.el (gnus-treat-buttonize-head):
3803         * gnus-art.el (gnus-treat-emphasize):
3804         * gnus-art.el (gnus-treat-strip-cr):
3805         * gnus-art.el (gnus-treat-unsplit-urls):
3806         * gnus-art.el (gnus-treat-leading-whitespace):
3807         * gnus-art.el (gnus-treat-hide-headers):
3808         * gnus-art.el (gnus-treat-hide-boring-headers):
3809         * gnus-art.el (gnus-treat-hide-signature):
3810         * gnus-art.el (gnus-treat-fill-article):
3811         * gnus-art.el (gnus-treat-hide-citation):
3812         * gnus-art.el (gnus-treat-hide-citation-maybe):
3813         * gnus-art.el (gnus-treat-strip-list-identifiers):
3814         * gnus-art.el (gnus-treat-strip-pgp):
3815         * gnus-art.el (gnus-treat-strip-pem):
3816         * gnus-art.el (gnus-treat-strip-banner):
3817         * gnus-art.el (gnus-treat-highlight-headers):
3818         * gnus-art.el (gnus-treat-highlight-citation):
3819         * gnus-art.el (gnus-treat-date-ut):
3820         * gnus-art.el (gnus-treat-date-local):
3821         * gnus-art.el (gnus-treat-date-english):
3822         * gnus-art.el (gnus-treat-date-lapsed):
3823         * gnus-art.el (gnus-treat-date-original):
3824         * gnus-art.el (gnus-treat-date-iso8601):
3825         * gnus-art.el (gnus-treat-date-user-defined):
3826         * gnus-art.el (gnus-treat-strip-headers-in-body):
3827         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3828         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3829         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3830         * gnus-art.el (gnus-treat-unfold-headers):
3831         * gnus-art.el (gnus-treat-fold-headers):
3832         * gnus-art.el (gnus-treat-fold-newsgroups):
3833         * gnus-art.el (gnus-treat-overstrike):
3834         * gnus-art.el (gnus-treat-display-xface):
3835         * gnus-art.el (gnus-treat-display-smileys):
3836         * gnus-art.el (gnus-treat-from-picon):
3837         * gnus-art.el (gnus-treat-mail-picon):
3838         * gnus-art.el (gnus-treat-newsgroups-picon):
3839         * gnus-art.el (gnus-treat-body-boundary):
3840         * gnus-art.el (gnus-treat-capitalize-sentences):
3841         * gnus-art.el (gnus-treat-fill-long-lines):
3842         * gnus-art.el (gnus-treat-play-sounds):
3843         * gnus-art.el (gnus-treat-translate):
3844         * gnus-art.el (gnus-treat-x-pgp-sig):
3845         * gnus-art.el (gnus-mime-button-line-format):
3846         * gnus-art.el (gnus-button-man-level):
3847         * gnus-art.el (gnus-button-emacs-level):
3848         * gnus-cus.el (gnus-group-parameters):
3849         * gnus-gl.el (bbb-build-mid-scores-alist):
3850         * gnus-group.el (gnus-group-line-format):
3851         * gnus-mlspl.el (gnus-group-split-setup):
3852         * gnus-mlspl.el (gnus-group-split):
3853         * gnus-msg.el (gnus-mailing-list-groups):
3854         * gnus-msg.el (gnus-posting-styles):
3855         * gnus-nocem.el (gnus-nocem-issuers):
3856         * gnus-score.el (gnus-score-regexp-bad-p):
3857         * gnus-srvr.el (gnus-server-line-format):
3858         * gnus-topic.el (gnus-topic-line-format):
3859         * gnus.el (gnus-summary-line-format):
3860         * mail-source.el (mail-sources):
3861         * message.el (message-subscribed-address-file):
3862         * nnmail.el (nnmail-split-fancy):
3863
3864 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3865
3866         * mail-source.el(mail-source-run-script): use `functionp' to test
3867         whether the argument `script' is in fact a function.
3868         (mail-sources): adjust the defcustom to allow users to specify a
3869         function or a string as the value of the `:prescript' and
3870         `:postscript' arguments of the `file' and `pop3' mail sources.
3871
3872 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3873
3874         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3875         number when article 1 does not exist.
3876
3877 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3878
3879         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3880         apropos if apropos-variable does not exist.
3881         (gnus-button-guessed-mid-regexp)
3882         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3883         regexes.  From Reiner Steib.
3884         (gnus-button-handle-describe-function)
3885         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3886         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3887         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3888
3889 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3890         Trivial patch.
3891
3892         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3893         the file.
3894
3895 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3896
3897         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3898
3899 2002-09-24  Simon Josefsson  <jas@extundo.com>
3900
3901         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3902         (mml2015-use): Prefer PGG if installed.
3903         (mml2015-function-alist): Add PGG wrappers.
3904         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3905         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3906         prefix, make regexp optionally skip it.
3907         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3908         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3909         (mml2015-pgg-encrypt): New functions.
3910         (defvar, autoload): Prevent byte-compile warnings.
3911
3912 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3913         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3914
3915         * gnus-art.el (article-strip-banner): Check for the existence of
3916         from header.
3917
3918 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3919
3920         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3921         (gnus-button-alist): Improved regexp for
3922         gnus-button-handle-mid-or-mail (false positives), fixed
3923         gnus-button-handle-man entries.
3924         From Reiner Steib.
3925
3926 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3927         From Josh Huber.
3928
3929         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3930         nnmail-extra-headers is non-nil.
3931
3932 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3933
3934         * nnmaildir.el: Store article numbers persistently.  General
3935         revision.
3936         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3937         for nnmail-expiry-wait; delete instead of moving if 'force is
3938         given.
3939
3940 2002-09-23  Simon Josefsson  <jas@extundo.com>
3941         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3942
3943         * smime.el (smime-sign-buffer): Get key and extra certs.
3944         (smime-get-key-with-certs-by-email): Utility function.
3945
3946 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3947         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3948
3949         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3950         article exists.
3951
3952 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3953
3954         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3955
3956 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3957         From Reiner Steib.
3958
3959         * gnus-art.el (gnus-button-handle-custom,
3960         gnus-button-handle-mid-or-mail,
3961         gnus-button-handle-describe-{function,variable,key},
3962         gnus-button-handle-apropos{,command,variable}): New functions.
3963         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3964         gnus-button-{man,emacs,mail}-level): New variables.
3965         (gnus-button-alist): Use the above to buttonize emacs and mail
3966         related links.
3967
3968 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3969
3970         * gnus-int.el (gnus-status-message): Fix spacing.
3971
3972         * imap.el (imap-continuation): Fix typos.
3973
3974 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3975
3976         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3977
3978         * gnus-art.el (gnus-article-reply-with-original): Correct
3979         with-current-buffer scope.
3980
3981         * message.el (message-completion-alist): Add Reply-To, From, etc.
3982
3983 2002-09-18  Simon Josefsson  <jas@extundo.com>
3984
3985         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3986         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3987
3988 2002-09-17  Simon Josefsson  <jas@extundo.com>
3989
3990         * nnimap.el (nnimap-expiry-target): Don't search for which
3991         articles exists here.
3992         (nnimap-request-expire-articles): Do it here instead.  Only expire
3993         when articles are found.  Suggested by Nevin Kapur
3994         <nevin@jhu.edu>.
3995
3996 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3997         From Reiner Steib <reiner.steib@gmx.de>.
3998
3999         * message.el (message-strip-subject-trailing-was)
4000         (message-change-subject, message-add-archive-header)
4001         (message-xpost-fup2-header, message-xpost-insert-note)
4002         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4003         adopted from message-utils.el.  Add functions to the keymap, mode
4004         describtion and menu.
4005         (message-change-subject,message-xpost-fup2): Signal error if
4006         current header is empty.
4007         (message-xpost-insert-note): Changed insert position.
4008         (message-archive-note): Ensure to insert note in message body (not
4009         in head).
4010         (message-archive-header, message-archive-note)
4011         (message-xpost-default, message-xpost-note, message-fup2-note)
4012         (message-xpost-note-function): New variables adopted from
4013         message-utils.el.  Changed some doc-strings.
4014         (message-mark-insert-{begin,end}): Rename from
4015         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4016         values.
4017         (message-subject-trailing-was-query)
4018         (message-subject-trailing-was-ask-regexp)
4019         (message-subject-trailing-was-regexp): New variables.
4020         (message-to-list-only): Added doc-string and menu entry.
4021
4022         * message-utils.el: Removed.  Functions are now in message.el.
4023
4024 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4025
4026         * gnus-art.el (gnus-article-reply-with-original,
4027         gnus-article-followup-with-original): Switch to
4028         gnus-summary-buffer before reply/followup.
4029
4030 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4031
4032         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4033         not exist. Toggle it anyway.
4034
4035 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4036
4037         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4038
4039         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4040         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4041
4042         * rfc2047.el (message-posting-charset): Defvar it.
4043         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4044         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4045
4046         * mail-source.el (mail-source-fetch): Hide password.
4047
4048         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4049
4050 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4051         From John Paul Wallington <jpw@shootybangbang.com>.
4052
4053         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4054
4055 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4058
4059 2002-09-11  Simon Josefsson  <jas@extundo.com>
4060
4061         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4062         (nnimap-split-rule): Doc fix.
4063         (nnimap-request-expire-articles): Cleanup code.
4064
4065 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4066         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4067
4068         * gnus-art.el (gnus-article-address-banner-alist): New option.
4069         (article-strip-banner): Refer the above option to split banners of
4070         free mail servers, when no group parameter is specified.
4071
4072 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * nntp.el (nntp-wait-for-string): Check for a process in the
4075         current buffer instead of `nntp-server-buffer'.
4076
4077 2002-09-09  Simon Josefsson  <jas@extundo.com>
4078
4079         * gnus-art.el (gnus-button-man-handler): New variable.
4080         (gnus-button-alist): Use g-b-handle-man.
4081         (gnus-button-handle-man): New, call g-b-man-handler.
4082
4083 2002-09-08  Simon Josefsson  <jas@extundo.com>
4084
4085         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4086
4087 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4090
4091 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4094
4095         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4096         keystroke.
4097
4098         * gnus-srvr.el (gnus-browse-describe-group): New command and
4099         keystroke.
4100
4101 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4104         value for gnus-decoration property.
4105
4106 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4107
4108         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4109         string) as group name in case we have a CRLF in the file.
4110
4111 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4112
4113         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4114         group.
4115         (rfc1843-decode-hzp): do.
4116         (rfc1843-newsgroups-regexp): do.
4117
4118 2002-09-04  Simon Josefsson  <jas@extundo.com>
4119
4120         * message.el (message-canlock-generate): Make sure sha1 doesn't
4121         call external programs.
4122
4123 2002-09-03  Simon Josefsson  <jas@extundo.com>
4124
4125         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4126
4127         * gnus-agent.el (gnus-agent-batch): Add doc.
4128
4129 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4130
4131         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4132         check for signed and encrypted parts.
4133         * mml.el (mml-parse-1): Correct small typo which preventing
4134         setting recipients in a secure tag.
4135
4136 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * mm-util.el (mm-coding-system-priorities): Default to a list of
4139         iso-2022-jp and others for the Japanese environment.
4140
4141 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4144         invalid display names.
4145
4146 2002-08-30  Simon Josefsson  <jas@extundo.com>
4147
4148         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4149         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4150
4151 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4152
4153         * gnus.el (gnus-group-charter-alist): New option.
4154         (gnus-group-fetch-control-use-browse-url): New option.
4155
4156         * gnus-group.el (gnus-group-fetch-charter): New function.
4157         (gnus-group-fetch-control): New function.
4158         Add them to the keymap and menu. Require mm-url.
4159
4160 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4163         From Alex Schroeder <alex@emacswiki.org>.
4164
4165 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4166
4167         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4168         items expecting user interaction.
4169
4170         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4171
4172         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4173
4174         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4175
4176         * mml.el (mml-menu): do.
4177
4178 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * mail-source.el (mail-source-touch-pop): New function.
4181
4182         * message.el (message-smtpmail-send-it): New function.
4183         (message-send-mail-function): Add it for a candidate.
4184
4185 2002-08-27  Simon Josefsson  <jas@extundo.com>
4186
4187         * gnus-msg.el (posting-charset-alist): Use
4188         gnus-define-group-parameter instead of defcustom.
4189         (gnus-put-message): Handle SPC in GCC.
4190         (gnus-inews-insert-gcc): Ditto.
4191         (gnus-inews-insert-archive-gcc): Ditto.
4192
4193 2002-08-26  Simon Josefsson  <jas@extundo.com>
4194
4195         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4196         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4197         (gnus-agent-possibly-save-gcc): Autoload.
4198         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4199
4200 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus.el (gnus-other-frame-function): New user option.
4203         (gnus-other-frame): Use it; add a doc-string; make it work with
4204         the gnuclient program.
4205
4206         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4207
4208         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4209         `device-connection' and `dfw-device'.
4210
4211 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4212
4213         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4214         positives, make it stricter.  From Jochen Hein (trivial change).
4215
4216 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus.el (gnus-other-frame): Trivial fix.
4219
4220 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus.el (gnus-other-frame-parameters): New user option.
4223         (gnus-other-frame-object): New variable.
4224         (gnus-other-frame): Make it search for existing Gnus frame; don't
4225         read new news; delete frame on exit.
4226
4227         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4228
4229         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4230
4231 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4232         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4233
4234         * message.el (message-set-auto-save-file-name): Add support for
4235         the Cygwin Emacs; the system-type is `cygwin'.
4236         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4237
4238 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4239
4240         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4241
4242         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4243         avoid arithmetic errors.
4244
4245 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4248
4249 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4252         (message-ignored-resent-headers): Add envelope From.
4253
4254 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4255
4256         * gnus.el (gnus-summary-line-format): Document %k specifier.
4257
4258 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4259
4260         * gnus-sum.el (gnus-summary-line-message-size): New function.
4261         (gnus-summary-line-format-alist): Use it.
4262
4263 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-art.el (article-make-date-line): Refer to the value for
4266         `gnus-article-time-format' in the summary buffer.
4267
4268         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4269
4270 2002-08-14  Simon Josefsson  <jas@extundo.com>
4271
4272         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4273         quoting.
4274         (gnus-button-alist): Fix doc.
4275         (gnus-header-button-alist): Use ' not ` for default value quoting.
4276         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4277         rationale similar to 2002-05-01 change.
4278         (gnus-article-add-buttons-to-head): Evaluate expression.
4279
4280         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4281
4282 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * message.el (message-font-lock-keywords): Refer to the value for
4285         `message-cite-prefix-regexp' dynamically.
4286
4287 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4290
4291 2002-08-12  Simon Josefsson  <jas@extundo.com>
4292
4293         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4294         (imap-shell-open): Skip initial junk before IMAP greeting.
4295
4296 2002-08-11  Simon Josefsson  <jas@extundo.com>
4297
4298         * message-utils.el (message-xpost-default,
4299         message-xpost-fup2-header, message-xpost-fup2): Fixed
4300         Typos.  Trivial changes from Reiner Steib
4301         <4uce.02.r.steib@gmx.net>.
4302
4303 2002-08-09  Simon Josefsson  <jas@extundo.com>
4304
4305         * message.el (message-canlock-password): Set
4306         canlock-password-for-verify to newly generated canlock-password.
4307         When Emacs is restarted, Custom makes sure this is set, but during
4308         the same session we must set it manually.
4309
4310 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4311
4312         * yenc.el: New file.
4313
4314         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4315         (mm-uu-type-alist): Add yenc.
4316         (mm-uu-yenc-filename): New function.
4317         (mm-uu-yenc-extract): New function.
4318
4319         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4320
4321 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4322
4323         * dgnushack.el (merge): Don't use coerce.
4324
4325 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4326
4327         * mailcap.el (mailcap-mime-data): Test window-system rather than
4328         mm-device-type.
4329         (mailcap-mime-data): Call xdvi and gv with "-safer".
4330
4331         * mm-util.el: Don't define mm-device-type.
4332
4333 2002-08-05  Simon Josefsson  <jas@extundo.com>
4334
4335         * mm-util.el (mm-coding-system-priorities): coding-system type not
4336         supported everywhere.
4337
4338 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus.el (gnus-version-number): Bumped version number.
4341
4342 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4343
4344         * gnus.el: Oort Gnus v0.07 is released.
4345
4346 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4349         (gnus-article-sort-functions): Doc fix.
4350         (t): New keystroke.
4351         (gnus-article-sort-by-random): New function.
4352         (gnus-thread-sort-by-random): New function.
4353
4354 2002-08-02  Simon Josefsson  <jas@extundo.com>
4355
4356         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4357         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4358
4359 2002-07-31  Danny Siu  <dsiu@adobe.com>
4360
4361         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4362         when splitting malformed messages without message-id
4363
4364 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4365         From Niklas Morberg <niklas.morberg@axis.com>.
4366
4367         * nnweb.el (nnweb-type, nnweb-type-definition)
4368         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4369         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4370         functionality.
4371         * nnweb.el: Removed old non-functioning search engines.
4372
4373 2002-07-27  Simon Josefsson  <jas@extundo.com>
4374
4375         * message.el (message-forward-make-body): Don't use
4376         `message-forward-ignored-headers' when doing a "raw" followup (it
4377         is important to preserve e.g. CTE).
4378
4379         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4380
4381         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4382         regexp-quote, Cyrus Sieve is fixed.
4383
4384         * sieve-manage.el (sieve-manage-deletescript): New function.
4385
4386         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4387         (sieve-manage-mode): Fix menubar.
4388         (sieve-activate): Change some messages.
4389         (sieve-deactivate-all): New function.
4390         (sieve-deactivate): New alias.
4391         (sieve-remove): New function.
4392         (sieve-help): Fix help.
4393         All suggested by Ned Ludd.
4394
4395 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4398         (mm-w3m-safe-url-regexp): New user option.
4399
4400         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4401         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4402
4403 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4404
4405         * gnus-sum.el (gnus-summary-delete-article): Force
4406         nnmail-expiry-target to 'delete, so that absolute deletion
4407         happens when absolute deletion is requested.
4408
4409 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4410         From Nevin Kapur <nevin@jhu.edu>.
4411
4412         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4413         headers as empty headers.
4414
4415 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4416         From Jochen Hein <jochen@jochen.org>.
4417
4418         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4419         correct typo.
4420         (gnus-emphasis-strikethru): New face.
4421
4422 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4423         From Jason Merrill <jason@redhat.com>.
4424
4425         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4426         entire file for each of a sequence of missing articles.
4427
4428         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4429         value for gnus-view-pseudos.
4430
4431         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4432         avoid nreverse.
4433
4434 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4435         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4436
4437         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4438         (gnus-summary-mode-line-format-alist): Add %h for number of
4439         spams.
4440         (gnus-newsgroup-spam-marked): New variable.
4441         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4442         (gnus-article-read-p, gnus-article-mark)
4443         (gnus-set-global-variables, gnus-set-global-variables)
4444         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4445         (gnus-summary-mark-article-as-unread)
4446         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4447         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4448         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4449
4450 2002-07-10  Simon Josefsson  <jas@extundo.com>
4451
4452         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4453         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4454
4455 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4456
4457         * gnus-sum.el (gnus-summary-delete-article): Respect group
4458         parameters while expiring.
4459
4460 2002-07-08  Simon Josefsson  <jas@extundo.com>
4461
4462         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4463         Enberg.
4464
4465 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4466
4467         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4468         function is called interactively.  From Niklas Morberg.
4469
4470 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4471
4472         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4473         cdaar to cdar and car.
4474
4475         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4476         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4477
4478 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4481         don't break a narrowed article.
4482
4483         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4484         (nntp-open-via-rlogin-and-telnet): Ditto.
4485
4486 2002-07-02  Didier Verna  <didier@xemacs.org>
4487
4488         * nnmail.el (nnmail-split-methods): fix custom type.
4489
4490 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4491
4492         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4493         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4494
4495 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4496
4497         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4498         (gnus-summary-resend-message): Use it.
4499
4500 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4503         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4504
4505 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4506
4507         * message.el (message-font-lock-keywords): Don't fontify
4508         headers in the message body, only in the header.
4509         (message-font-lock-make-header-matcher): New function, used by
4510         message-font-lock-keywords.
4511         From Katsumi Yamaoka <yamaoka@jpl.org>.
4512
4513 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4516
4517 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4520
4521 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4522
4523         * message.el (message-font-lock-keywords): Revert 2002-06-22
4524         change.
4525
4526 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4527
4528         * message.el (message-font-lock-keywords): Put colon in header
4529         name match.
4530
4531 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4532
4533         * message.el (message-font-lock-keywords): Don't use header faces
4534         in the body.  Thanks to Stefan Monnier for the hint on the
4535         implementation.
4536
4537 2002-05-09  Miles Bader  <miles@gnu.org>
4538
4539         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4540         (gnus-article-hide-citation): Respect it.
4541
4542 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4543
4544         * pop3.el (pop3-open-server): Fix typo.
4545
4546 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4547
4548         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4549         instead of push to ignore duplicate to-(list|address) values.
4550         * nnmail.el (nnmail-cache-ignore-groups): New.
4551         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4552
4553 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4554
4555         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4556         before sending.  Suggested by Jan Rychter.
4557
4558 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * dgnushack.el (remove): New compiler macro.
4561         (last, coerce, subseq): Remove compiler macros for those built-in
4562         or unused functions.
4563
4564 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4565
4566         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4567         sure to write byte-compiled versions of gnus-*-format-alist to
4568         .newsrc.eld.  From Simon Josefsson.
4569
4570 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4571
4572         * gnus-agent.el (gnus-agent-read-servers)
4573         (gnus-agent-write-servers): Put server name (string like
4574         "nnchoke:frumple") in the file instead of a server specification
4575         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4576         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4577
4578 2002-06-16  Simon Josefsson  <jas@extundo.com>
4579
4580         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4581         Reiner Steib <4uce.02.r.steib@gmx.net>.
4582
4583 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4584
4585         * nnheader.el (nnheader-file-name-translation-alist): Set the
4586         default value for MS Windows systems.
4587
4588         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4589
4590 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * message.el (message-beginning-of-line): Keep the region active
4593         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4594
4595 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4596
4597         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4598         * gnus-msg.el (gnus-summary-reply): Ditto.
4599         * gnus-msg.el (gnus-summary-handle-replysign): New.
4600
4601 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4604         if sending failed.
4605
4606 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4607
4608         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4609         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4610         to sign while encrypting.
4611
4612 2002-06-11  Simon Josefsson  <jas@extundo.com>
4613
4614         * gnus-int.el (gnus-request-move-article): Agent expire article if
4615         successfuly moved.
4616
4617         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4618         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4619
4620 2002-06-10  Simon Josefsson  <jas@extundo.com>
4621
4622         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4623
4624 2002-06-09  Simon Josefsson  <jas@extundo.com>
4625
4626         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4627
4628         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4629
4630 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4631
4632         * flow-fill.el (fill-flowed): Ignore errors.
4633
4634 2002-06-06  Simon Josefsson  <jas@extundo.com>
4635
4636         * message.el (message-send-mail-with-sendmail): Improve error message.
4637
4638 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4639
4640         * message.el (message-interactive): Change default from nil to t.
4641         Better to be safe than to be fast.
4642
4643 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4644
4645         * message.el (message-send-mail-with-sendmail): Check return value
4646         from call-process-region.
4647
4648 2002-06-04  Simon Josefsson  <jas@extundo.com>
4649
4650         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4651         (gnus-group-post-news, gnus-summary-mail-other-window)
4652         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4653         gnus-article-copy to nil, thereby inhibiting the `header' posting
4654         style match to use data from last viewed article.
4655         Suggested by Hrvoje Niksic.
4656
4657 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * spam.el (spam-point-at-eol): New alias.
4660         (spam-parse-whitelist): Use it.
4661
4662 2002-06-03  Simon Josefsson  <jas@extundo.com>
4663
4664         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4665         (nnmail-article-group): Use it.
4666
4667 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4668
4669         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4670         so that code reading them won't be surprised.  From Jesper Harder
4671         <harder@ifa.au.dk>.
4672
4673 2002-05-29  Simon Josefsson  <jas@extundo.com>
4674
4675         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4676         articles.
4677
4678         * gnus.el (gnus-agent-cache): Doc fix.
4679         (gnus-agent): Change default to t.
4680
4681         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4682         ARTICLES, GROUP and FORCE parameters.
4683
4684 2002-05-28  Simon Josefsson  <jas@extundo.com>
4685
4686         * gnus-group.el (gnus-group-line-format): Doc fix.
4687
4688 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4689
4690         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4691         original article before yanking.  From Jesper Harder
4692         <harder@ifa.au.dk>.
4693
4694 2002-05-26  Simon Josefsson  <jas@extundo.com>
4695
4696         * gnus-sum.el (gnus-summary-menu-split): New function.
4697         (gnus-summary-make-menu-bar): Split charset submenu.
4698         (gnus-summary-menu-maxlen): New variable.
4699         (gnus-summary-menu-split): Use it.
4700
4701 2002-05-25  Simon Josefsson  <jas@extundo.com>
4702
4703         * mml.el (mml-preview): Generate some headers.
4704
4705         * gnus.el (gnus-large-newsgroup): Fix :type.
4706
4707         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4708         Agent cache NOV's by default now).
4709         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4710
4711 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4712
4713         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4714         call to gnus-parent-id when we check for References loops.
4715         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4716         twice by saving the simplified subject string in simp-subject.
4717
4718 2002-05-23  Simon Josefsson  <jas@extundo.com>
4719
4720         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4721         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4722
4723         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4724         Niklas Morberg <niklas.morberg@axis.com>.
4725
4726 2002-05-22  Simon Josefsson  <jas@extundo.com>
4727
4728         * sieve.el (sieve-change-region): Define it before it is used.
4729
4730         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4731         (gnus-summary-reply): Ask for confirmation when replying to news.
4732         Defaults to not ask.  From Benjamin Rutt
4733         <rutt+news@cis.ohio-state.edu>.
4734
4735         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4736
4737 2002-05-21  Simon Josefsson  <jas@extundo.com>
4738
4739         * sieve-mode.el (sieve-manage): Fix autoloads.
4740
4741         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4742         name (makes it work with recent Cyrus timsieved).
4743
4744 2002-05-20  Jason  <jbaker@cs.utah.edu>
4745         Trivial patch.
4746
4747         * gnus-art.el (gnus-request-article-this-buffer): Try
4748         reconnecting if you don't get the message.
4749
4750 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4753         Reply-To headers from the headers.
4754
4755 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * mm-url.el (mm-url-insert): Remove junk message.
4758
4759 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4762         (nnslashdot-use-front-page): New variable.
4763         (nnslashdot-request-list): Use it.
4764
4765         * mm-url.el (mm-url-timeout): New variable.
4766         (mm-url-retries): Ditto.
4767         (mm-url-insert): Use it.
4768
4769 2002-05-16  Simon Josefsson  <jas@extundo.com>
4770
4771         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4772         (gnus-simplify-subject-functions): Mention g-s-a-w.
4773
4774 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4775
4776         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4777         nnmail-cache-insert.
4778         * nndiary.el (nndiary-request-accept-article): Ditto.
4779         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4780         * nnimap.el (nnimap-request-accept-article): Ditto.
4781         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4782         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4783         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4784         * nnmh.el (nnmh-request-accept-article): Ditto.
4785         * nnmail.el (nnmail-cache-insert): Change group to required,
4786         removed code which tried to figure out the group.
4787
4788 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4789
4790         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4791         messages. From Hans de Graaff <hans@degraaff.org>.
4792         * nnml.el (nnml-request-accept-article): Pass in the group name to
4793         nnmail-cache-insert, since it's available.
4794
4795 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4796
4797         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4798
4799 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4800         From Florian Weimer <fw@deneb.enyo.de>.
4801
4802         * gnus.el (subscribed): New group parameter.
4803         (gnus-find-subscribed-addresses): Use it.
4804
4805 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4806
4807         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4808         the default for pgpmime to support pgp v2.
4809         * mml-sec.el (mml-signencrypt-style): New accessor function to
4810         allow users to get/set the signencrypt style more easily without
4811         frobbing the alist directly.
4812         * mml.el (mml-generate-mime-1): Use accessor function.
4813
4814 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4815
4816         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4817         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4818         <schwab@suse.de>.
4819
4820 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4821
4822         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4823         when intuiting the group the message is written to.  From Josh
4824         Huber <huber@alum.wpi.edu>.
4825
4826 2002-05-06  Simon Josefsson  <jas@extundo.com>
4827
4828         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4829         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4830
4831 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4832
4833         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4834         argument, and fixed compiler warning. (added autoload for
4835         gpg-encrypt).
4836
4837 2002-05-04  Simon Josefsson  <jas@extundo.com>
4838
4839         * mml1991.el (mml1991-function-alist): Doc fix.
4840
4841         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4842         doesn't exist (for previewing messages without having Gnus
4843         started).
4844
4845         * mm-util.el (mm-coding-system-priorities): Defcustom.
4846
4847         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4848
4849 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4850
4851         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4852         default.
4853         * mml-sec.el:
4854         * mml-sec.el (mml-signencrypt-style): New.
4855         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4856         argument `sign'.
4857         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4858         signencrypt.
4859         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4860         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4861         both signed & encryped is processed in one operation. (rather than
4862         two separate ops: sign, then encrypt)
4863         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4864         indication if a message is signed by an expired key.
4865         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4866         enables combined sign & encrypt operation. (this was always on
4867         before).
4868         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4869
4870 2002-05-01  Simon Josefsson  <jas@extundo.com>
4871
4872         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4873         server.
4874         (nnimap-mailbox-info): defvar instead of defvoo.
4875
4876 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4877
4878         * gnus.el: Oort Gnus v0.06 is released.
4879
4880 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * lpath.el: Bind url-package-version.
4883
4884 2002-05-01  Simon Josefsson  <jas@extundo.com>
4885
4886         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4887         filename before deleting the group itself, because the presence of
4888         a group filename decides if long filenames are used or not.
4889
4890         * gnus-art.el (gnus-button-alist): Don't inline
4891         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4892         without also modifying g-button-alist.
4893         (gnus-button-alist): Fix type to allow variable as well as regexp.
4894         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4895         themselves, variables to its contents.
4896         (gnus-button-entry): Ditto.
4897
4898 2002-05-01  Simon Josefsson  <jas@extundo.com>
4899
4900         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4901         UIDNEXT as a string.
4902
4903         * nnimap.el (nnimap-string-lessp-numerical): New function.
4904         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4905         integers.
4906
4907 2002-04-29  Simon Josefsson  <jas@extundo.com>
4908
4909         * nnmail.el (nnmail-cache-insert): Accept optional group
4910         parameter.
4911
4912         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4913         n-r-g-a is disabled.
4914
4915 2002-04-29  Simon Josefsson  <jas@extundo.com>
4916
4917         * nnimap.el (nnimap-split-fancy): Fix doc.
4918         (nnimap-split-fancy): Fix doc.
4919
4920         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4921         (nnimap-mailbox-info): New internal variable.
4922         (nnimap-retrieve-groups): Implement faster new mail check.
4923
4924         * nnimap.el (nnimap-split-articles): Support
4925         nnmail-cache-accepted-message-ids.
4926         (nnimap-request-accept-article): Ditto.
4927
4928         * imap.el (imap-mailbox-status-asynch): New command.
4929
4930 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4931
4932         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4933         are no subscribed mail groups.
4934         - Strip quoted names when comparing addresses
4935
4936 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4937
4938         * mm-decode.el (mm-text-html-renderer): Change customize type to
4939         const.
4940
4941         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4942         (gnus-debug-exclude-variables): do.
4943
4944 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4945
4946         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4947         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4948
4949 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * dns.el (dns-make-network-process): New macro.
4952         (query-dns): Use it.
4953
4954 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4955
4956         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4957         article-buffer.
4958
4959         * mm-url.el (mm-url-package-name): New variable.
4960         (mm-url-package-version): New variable.
4961         (mm-url-insert-file-contents): Bind url-package-name and
4962         url-package-version here.
4963         * nnrss.el (nnrss-insert-w3): Move the bindings.
4964
4965         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4966         url-package-version. Trivial change from Andrew J Cosgriff
4967         <ajc@polydistortion.net>
4968
4969         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4970         attachments. Trivial change from Peter 'Luna' Runestig
4971         <peter@runestig.com>.
4972
4973 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4974
4975         * nnkiboze.el (nnkiboze-request-scan): Call
4976         nnkiboze-possibly-change-group.
4977         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4978         problems.
4979         (nnkiboze-generate-group): Set newsrc to the *highest* article
4980         number kibozed, not the lowest.
4981
4982 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4983
4984         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4985
4986 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4987         From Dan Christensen <jdc+news@uwo.ca>.
4988
4989         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4990         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4991         Recognize math postings.  Extract Date (now ignores "(15kb)").
4992         Extract email address using gnus-extract-address-components
4993         instead of just taking the first word.  Create Date and From
4994         headers for message which are missing these headers.  Get rid
4995         of spurious \\ lines (purely cosmetic).  Extend body-end and
4996         file-end regexps, to exclude more garbage from the message.
4997         Make URL rephrasing regexp more flexible, to match current
4998         format.
4999
5000 2002-04-23  Simon Josefsson  <jas@extundo.com>
5001
5002         * netrc.el: New file, functions copied from gnus-util.el by Ted
5003         Zlatanov <tzz@lifelogs.com>.
5004
5005         * gnus-util.el: Require netrc.
5006         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5007         new code in netrc.el.
5008
5009 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5010
5011         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5012         message-ignored-resent-headers, too.  From Matthieu Moy
5013         <Matthieu.Moy@imag.fr>.
5014
5015 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5016
5017         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5018         boolean not a string
5019         * gnus-group.el (gnus-group-line-format): add description of %C
5020         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5021           as %C
5022         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5023
5024 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5025
5026         * nnmaildir.el (nnmaildir-request-scan): typo: set
5027         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5028         nnmail-get-new-mail for 'find-new-groups.
5029
5030 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5031
5032         * nnmaildir.el (nnmaildir-request-update-info,
5033         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5034         unnecessary calls to nnmaildir-request-scan.
5035
5036 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5037
5038         * gnus-msg.el:
5039         * gnus-msg.el (gnus-message-replysign): New.
5040         * gnus-msg.el (gnus-message-replyencrypt): New.
5041         * gnus-msg.el (gnus-message-replysignencrypted): New.
5042         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5043         (above) to automatically encrypt/sign to encrypted/signed
5044         messages.
5045         * message.el:
5046         * message.el (message-mode-map): Add keybinding for
5047         `message-to-list-only'
5048         * message.el (message-mode): Add description for
5049         `message-to-list-only'
5050         * message.el (message-to-list-only): New.
5051         * message.el (message-make-mft): Changed to use the cl loop macro,
5052         and added optional flag to return only the matched list. (for use
5053         in new message-to-list-only function)
5054
5055 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5056
5057         * gnus-msg.el:
5058         * gnus-msg.el (gnus-message-replysign):
5059         * gnus-msg.el (gnus-replysign): New.
5060         * gnus-msg.el (gnus-replyencrypt): New.
5061         * gnus-msg.el (gnus-replysignencrypted): New.
5062         * gnus-msg.el (gnus-summary-reply):
5063         * message.el:
5064         * message.el (message-mode-map):
5065         * message.el (message-mode):
5066         * message.el (message-to-list-only): New.
5067         * message.el (message-make-mft):
5068
5069 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5070
5071         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5072
5073 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5074
5075         * message.el (message-gen-unsubscribed-mft): accept a prefix
5076         argument so CC can be included with C-u C-c C-f C-a
5077
5078 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5079         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5080
5081         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5082         Improve docstring.
5083         (spam-enter-blacklist): New command.
5084
5085         * gnus-sum.el (gnus-spam-mark): New mark.
5086         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5087         (gnus-summary-make-tool-bar): Correct conditional.
5088         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5089         (gnus-summary-mark-as-spam): New command.
5090
5091 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5092
5093         * mml-sec.el (mml-secure-message): changed to support arbritrary
5094         modes.
5095         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5096         changed to support "signencrypt" mode.
5097         * mml.el (mml-parse-1): changed to support different secure modes
5098         more easily. (for signencrypt)
5099
5100 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5101
5102         * gnus-sum.el (gnus-update-summary-mark-positions)
5103         (gnus-summary-toggle-header):
5104         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5105         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5106         (gnus-uu-post-encoded):
5107         * nnfolder.el (nnfolder-possibly-change-group):
5108         * nnimap.el (nnimap-retrieve-headers):
5109         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5110
5111 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5112
5113         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5114         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5115
5116 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-srvr.el (gnus-server-set-info): Clear
5119         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5120         From Daiki Ueno <ueno@unixuser.org>.
5121
5122 2002-04-11  Simon Josefsson  <jas@extundo.com>
5123
5124         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5125         viewing of security buttons.  Thanks to Nicolas Kowalski
5126         <Nicolas.Kowalski@imag.fr>.
5127
5128         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5129         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5130         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5131         <Nicolas.Kowalski@imag.fr>.
5132         (smime-decrypt-buffer): Ditto.
5133
5134 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5137         header line.
5138
5139 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5140
5141         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5142
5143 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5144
5145         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5146
5147 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5148
5149         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5150         errors when debug.
5151
5152 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5153
5154         * message.el (message-make-mft): Changed MFT code from using
5155         message-recipients (which included Bcc) to use only the To and CC
5156         headers.
5157
5158 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5159
5160         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5161         add link.
5162         (gnus-treat-mail-picon): Ditto.
5163         (gnus-treat-newsgroups-picon): Ditto.
5164         (gnus-picon-databases): Fix custom type.
5165         (gnus-picon-databases): Add link.
5166         (gnus-article-x-face-command): Add to gnus-picon group.
5167
5168 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5169
5170         * message.el (message-buffer-naming-style): Remove.
5171
5172 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5173
5174         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5175
5176         * message.el (message-tool-bar-map): Ditto.
5177
5178         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5179
5180 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5181
5182         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5183
5184 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5185
5186         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5187
5188 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5189         Trivial patch.
5190
5191         * dns.el: open-network-stream under XEmacs does udp.
5192
5193 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5194
5195         * spam.el (spam-enter-whitelist): New function.
5196         (spam-parse-whitelist): Ditto.
5197         (spam-refresh-list-cache): Ditto.
5198         (spam-address-whitelisted-p): New function.
5199
5200         * dns.el (query-dns): Use TCP when make-network-process isn't
5201         available.
5202         (dns-servers): New variable.
5203         (dns-parse-resolv-conf): New function.
5204         (query-dns): Use it.
5205
5206         * spam.el: New file.
5207
5208         * dns.el (query-dns): Test.
5209
5210 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * lpath.el (featurep): Bind make-network-process.
5213
5214 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5215
5216         * nnmaildir.el: Use defstruct.  Use a single copy of
5217         nnmail-extra-headers to save memory.  Store server's group name
5218         prefix instead of each group's prefixed name.
5219         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5220         nntp-server-buffer.
5221
5222 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * dns.el: New file.
5225
5226 2002-03-28  Simon Josefsson  <jas@extundo.com>
5227
5228         * gnus-sum.el (gnus-summary-dummy-line-format):
5229         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5230         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5231
5232 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5233
5234         * gnus-sum.el (gnus-summary-move-article)
5235         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5236         the doc string.
5237
5238 2002-03-28  Simon Josefsson  <jas@extundo.com>
5239
5240         * mml-sec.el (mml-secure-message): Search after
5241         mail-header-separator from top of message.
5242
5243 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5244
5245         * nnmaildir.el: Cosmetic changes.
5246         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5247         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5248         nnmaildir--group-ls): New macros/functions.  Use them.
5249         (nnmaildir--unlink): Evalutate argument only once.
5250
5251 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5252
5253         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5254         symbols.
5255         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5256         `gnus-point-at-eol'.
5257
5258 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5259
5260         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5261         nnmaildir--marks-dir): New macros.  Use them.
5262         Use inhibit-quit for atomicity instead of in-memory journaling.
5263         (nnmaildir--edit-prep): New function.
5264         (Local Variables): Use it.
5265
5266 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5267
5268         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5269
5270 2002-03-25  Simon Josefsson  <jas@extundo.com>
5271
5272         * message.el (message-mode): Fix doc.
5273
5274 2002-03-25  Simon Josefsson  <jas@extundo.com>
5275
5276         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5277         Matthieu Moy <Matthieu.Moy@imag.fr>.
5278
5279 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5280
5281         * mml-sec.el (mml-unsecure-message): Add docstring.
5282
5283 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5284
5285         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5286         value.
5287         Trivial change from andre@slamdunknetworks.com
5288
5289 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5290
5291         * mml.el (mml-mode-map): Added a keybinding for
5292         `mml-unsecure-message'.  Also, added a menu entry for said
5293         function in the Attachments menu.
5294
5295 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * canlock.el (canlock-version): Remove.
5298         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5299         here; simplify \x insertions.
5300         (canlock-sha1): New function, always return a unibyte string.
5301         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5302         of a password.
5303         (canlock-insert-header): Use `canlock-sha1'.
5304         (canlock-verify): Ditto.
5305
5306 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5307
5308         * message.el (message-fix-before-sending): Add an option that
5309         ignores illegible text.
5310         Trivial change from Mark Milhollan <mlm@attglobal.net>
5311
5312         * message.el (message-font-lock-keywords): Support multi-line MML
5313         tags.
5314
5315         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5316         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5317
5318 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5321         symbols for "View as different encoding" submenu.
5322
5323 2002-03-19  Simon Josefsson  <jas@extundo.com>
5324
5325         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5326         encoding" submenu.
5327
5328 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5329
5330         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5331
5332 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5333
5334         * gnus-sum.el (gnus-sum-thread-tree-root)
5335         (gnus-sum-thread-tree-single-indent)
5336         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5337         (gnus-sum-thread-tree-leaf-with-other)
5338         (gnus-sum-thread-tree-single-leaf): Make customizable.
5339
5340 2002-03-16  Simon Josefsson  <jas@extundo.com>
5341
5342         * gnus-util.el (gnus-extract-address-components): Don't break on
5343         names such as James "Kibo" Parry.  From Francis Litterio
5344         <franl@world.std.com>.
5345
5346 2002-03-13  Simon Josefsson  <jas@extundo.com>
5347
5348         * pop3.el (pop3-open-server): Revert multibyte change.  From
5349         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5350
5351         * message.el (message-send-mail-with-qmail): Make it work.  From
5352         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5353
5354 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5355
5356         * message.el (message-make-mft): Set case-fold-search while
5357         generating the MFT.  Also, a little cleanup in the MFT code.
5358
5359 2002-03-12  Simon Josefsson  <jas@extundo.com>
5360
5361         * message.el (message-qmail-inject-args): May be function.
5362         (message-send-mail-with-qmail): Call function if m-q-i-a is
5363         function.  From fn@hungry.org (Faried Nawaz).
5364
5365 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5366
5367         * message.el (message-abbrevs-loaded): Remove.
5368         (mailabbrev): Require it.
5369
5370         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5371
5372 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * pop3.el (pop3-open-server): Set process buffer unibyte.
5375
5376 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5379
5380 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5381
5382         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5383         too.
5384
5385 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5386
5387         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5388         duplication.
5389         (gnus-summary-save-parts-type-history): Ditto.
5390         (gnus-summary-save-parts-last-directory): Ditto.
5391         Trivial change from andre@slamdunknetworks.com
5392
5393 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5394
5395         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5396
5397 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5398
5399         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5400         -->" as the end of the first article.
5401
5402         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5403         From Matthieu Moy <Matthieu.Moy@imag.fr>
5404
5405         * message.el (message-add-action): Use add-to-list.
5406         (message-delete-action): New function.
5407
5408         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5409         pieces.
5410
5411 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5412
5413         * nnnil.el: New file.
5414         * gnus.el (gnus-valid-select-methods): Include nnnil.
5415
5416 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5417
5418         * message.el (message-syntax-checks): Because canlock is
5419         supported, we disable sender syntax check.
5420         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5421
5422         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5423         value of message-syntax-checks.
5424
5425         * qp.el (quoted-printable-decode-region): Doc addition.
5426         From: Eli Zaretskii <eliz@is.elta.co.il>
5427
5428         * mail-source.el (make-source-make-complex-temp-name): Use
5429         make-temp-file.
5430
5431         * mm-util.el (mm-make-temp-file): New function.
5432         * nneething.el (nneething-file-name): Use it.
5433         * mml-smime.el (mml-smime-encrypt): Ditto.
5434         * mm-view.el (mm-inline-wash-with-file): Ditto.
5435         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5436         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5437         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5438         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5439         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5440         * gnus-art.el (gnus-mime-print-part): Ditto.
5441
5442 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5443
5444         * message.el (nnmaildir-article-number-to-base-name): New
5445         function.
5446         (nnmaildir-base-name-to-article-number): New function.
5447
5448 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * smime.el (smime-make-temp-file): Don't quote
5451         `temporary-file-directory'.
5452
5453 2002-03-04  Simon Josefsson  <jas@extundo.com>
5454
5455         * smime.el (smime-sign-region): Rename argument keyfiles to
5456         keyfile. You only sign something with one key.
5457         (smime-sign-buffer): Better completing-read prompt.
5458         (smime-decrypt-buffer): Ditto.
5459
5460         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5461
5462         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5463         completing-read.
5464         (mm-view-pkcs7-decrypt): CRLF->LF.
5465
5466 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5467
5468         * message.el (message-hierarchical-addresses): New variable.
5469         (message-get-reply-headers): Use it.
5470         From Ted Zlatanov <teodor.zlatanov@divine.com>
5471
5472 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * message.el (message-mode): If buffer-file-name, don't set auto
5475         save file name.
5476         Trivial change from Geoff Greene <ggreene@wpi.edu>
5477
5478 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5479
5480         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5481         takes one argument in read-char.
5482
5483         * message.el (message-fix-before-sending): Forward a char.
5484         Check mmu-multibyte-p, add control-1.
5485
5486 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5487
5488         * gnus-start.el (gnus-read-init-file): Ditto.
5489
5490         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5491
5492         * dgnushack.el (dgnushack-make-load): Ditto.
5493
5494         * mail-source.el (mail-source-fetch): Extract the right error
5495         code.
5496
5497         * message.el (message-fix-before-sending): Check illegible text.
5498
5499         * gnus-util.el (gnus-multiple-choice): New function.
5500
5501         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5502         also defined in gnus-score.el.
5503
5504 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5505
5506         * message.el (message-get-reply-headers): downcase email addresses
5507         for comaparisons for duplicate removal.
5508
5509 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5510
5511         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5512         implementation of PKCS#7, which just allows users read the
5513         message.
5514         (mm-view-pkcs7): Use it.
5515
5516 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5517
5518         * gnus.el (large-newsgroup-initial): New parameter.
5519
5520         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5521         (gnus-summary-insert-old-articles): Ditto.
5522
5523 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5524
5525         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5526         used as the default answer of the question, "How many articles?".
5527         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5528
5529         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5530         small numbers.
5531
5532 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5533
5534         * deuglify.el: Fix comments.
5535
5536 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5537
5538         * html2text.el (html2text-clean-anchor): If there is no HREF,
5539         insert nothing.
5540
5541         * mml.el (mml-generate-mime-1): Add cdr.
5542         From: andre@slamdunknetworks.com
5543
5544         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5545         (mm-text-html-washer-alist): Ditto.
5546
5547         * mm-decode.el (mm-text-html-renderer): Add html2text.
5548
5549         * html2text.el: Face lift.
5550
5551         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5552
5553 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5554
5555         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5556
5557         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5558
5559         * deuglify.el: New file. The original file name is
5560         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5561
5562         * mm-decode.el (mm-display-external): Use
5563         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5564
5565 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5566
5567         * nnmaildir.el (nnmaildir-request-list): Report the highest
5568         article number, not the total number of articles.
5569
5570 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5571
5572         * gnus-sum.el: Move uu key map here.
5573         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5574
5575 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5576
5577         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5578         nnmail-expiry-wait* if expire-age parameter is not set.
5579
5580 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5581
5582         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5583         function.
5584         (gnus-group-sort-selected-groups-by-real-name): New function.
5585         (gnus-group-make-menu-bar): Add sort by real name.
5586
5587         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5588         rebuild.
5589         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5590         nil as dependencies as well.
5591
5592 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5593
5594         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5595         for mime-parts.
5596
5597         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5598
5599         * gnus-group.el (gnus-group-name-decode): Don't test
5600         multibyte-string, because it breaks XEmacs.
5601         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5602
5603         * message.el (message-send-mail): Be talkative.
5604
5605         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5606         (mm-automatic-display): Ditto.
5607
5608         * mailcap.el (mailcap-mime-data): Ditto.
5609         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5610
5611 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * many files: Remove trailing whitespaces, replace spc+tab with
5614         tab, replace leading whitespaces with tabs.
5615
5616 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5617
5618         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5619         articles with no body and no blank line after the header.
5620
5621 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5622
5623         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5624         parts.
5625
5626         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5627         non-ascii chars.
5628
5629         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5630
5631         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5632         w3-delay-image-loads.
5633         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5634         (mm-w3-prepare-buffer): Ditto.
5635
5636         * mail-source.el (mail-source-fetch-directory): Run scripts.
5637
5638 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5641         for Majordomo confirmations.
5642
5643 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5644
5645         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5646
5647 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5650
5651 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5652
5653         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5654         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5655
5656 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5657
5658         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5659         (mm-inline-render-with-stdin): Ditto.
5660         (mm-inline-render-with-function): Ditto.
5661         (mm-inline-wash-with-file): Bind coding-system-for-write.
5662         (mm-inline-wash-with-stdin): Ditto.
5663
5664 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5665
5666         Suggested by Felix Natter <fnatter@gmx.net>
5667
5668         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5669         gnus-mime-externalize-view.
5670         (gnus-mime-view-part-internally): Rename from
5671         gnus-mime-internalize-view.
5672         (gnus-article-view-part-externally): Rename from
5673         gnus-article-externalize-part.
5674         (gnus-mime-action-alist): Change correspondingly.
5675         (gnus-mime-button-commands): Ditto.
5676         (gnus-mime-action-alist): Remove duplication.
5677
5678         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5679
5680 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5681
5682         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5683
5684         * gnus-art.el (gnus-display-mime): Use it.
5685
5686         * mm-partial.el (mm-partial-find-parts): Use it.
5687
5688         * gnus-sum.el (gnus-article-loose-mime): Rename from
5689         gnus-article-no-strict-mime.
5690         (gnus-summary-save-parts): Use it.
5691
5692 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5695         local variable.
5696
5697         * gnus-art.el (article-display-x-face): Don't sort multiple
5698         X-Faces.
5699
5700 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5703         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5704
5705         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5706
5707 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5708
5709         Some ideas is inspired by code from Hrvoje Niksic
5710         <hniksic@arsdigita.com>
5711
5712         * gnus-art.el (gnus-article-wash-function): Set the default to
5713         nil, so that we use mm-text-html-renderer instead.
5714         (article-wash-html): Use mm-text-html-renderer.
5715
5716         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5717         (mm-text-html-renderer): New variable.
5718         (mm-inline-text-html-renderer): Set the default to nil, so that we
5719         use mm-text-html-renderer instead.
5720
5721         * mm-view.el (mm-inline-text-html): New function.
5722         (mm-text-html-renderer-alist): New variable.
5723         (mm-inline-text-vcard): New function.
5724         (mm-inline-text): Split.
5725         (mm-links-remove-leading-blank): New function.
5726         (mm-inline-render-with-file): New function.
5727         (mm-inline-render-with-stdin): New function.
5728         (mm-inline-render-with-function): New function.
5729         (mm-text-html-washer-alist): New variable.
5730         (mm-inline-wash-with-file): New function.
5731         (mm-inline-wash-with-stdin): New function.
5732
5733 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5734
5735         * message-utils.el: Fix installation doc.
5736         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5737
5738 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5739
5740         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5741         (gnus-post-method): Use it.
5742         (gnus-summary-cancel-article): Find the correct post-method.
5743
5744         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5745         * message.el (message-send-news): Ditto.
5746         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5747         <ipmonger@delamancha.org>
5748
5749         * gnus.el (gnus-select-method): Fix doc.
5750         (gnus-server-string): Use 'using nntp'.
5751
5752         * gnus-agent.el (gnus-slave-unplugged): New command.
5753         From: Felix Natter <fnatter@gmx.net>
5754
5755 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5756
5757         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5758         Call edit-done-function first, then change the window
5759         configuration.
5760         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5761         (gnus-article-edit-mode): mml-mode.
5762
5763         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5764         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5765
5766         * message-utils.el: Adopt the file.
5767
5768         * message-utils.el: New file.
5769         From Holger Schauer <Holger.Schauer@gmx.de>
5770
5771 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5772
5773         * gnus-sum.el (gnus-summary-move-article): Select-article only
5774         when gnus-move-split-methods is non-nil. And we don't render or
5775         mark the article.
5776
5777         * gnus-fun.el (gnus-shell-command-to-string): New function.
5778         (gnus-shell-command-on-region): New function.
5779         (gnus-random-x-face): Use them.
5780         (gnus-x-face-from-file): Ditto.
5781         (gnus-convert-image-to-gray-x-face): Ditto.
5782         (gnus-convert-gray-x-face-to-xpm): Ditto.
5783         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5784
5785 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-art.el (gnus-treat-display-xface): Don't use
5788         `shell-command-to-string' when compiling.
5789         (gnus-treat-display-grey-xface): Ditto.
5790
5791 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5792
5793         * nnmaildir.el (nnmaildir--article-count): If the group is
5794         completely empty, report minimum article number as 1 instead of 0.
5795
5796 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5797
5798         * gnus-agent.el (gnus-get-predicate): Use nconc.
5799
5800         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5801         gnus-summary-display-cache as cache.
5802
5803         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5804         (nndoc-mail-in-mail-type-p): New function.
5805         (nndoc-mail-in-mail-article-begin): New function.
5806
5807 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5808
5809         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5810
5811         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5812         use-hard-newlines to nil.
5813
5814         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5815         image is not available if window-system is not available.
5816
5817         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5818
5819 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5820
5821         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5822         bookmark, because update-mark doesn't handle it correctly.
5823
5824 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5825
5826         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5827         directly instead of calling message-send-mail.
5828
5829         * gnus-start.el (gnus-read-descriptions-file): Use
5830         gnus-default-charset.
5831
5832         * mm-util.el (mm-guess-mime-charset): New function.
5833
5834         * gnus.el (gnus-default-charset): Use it.
5835         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5836         the default.
5837
5838 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5839
5840         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5841         (article-display-x-face): Use it.  Disable grey xface, if
5842         uncompface is not found.
5843
5844         * message.el (message-mode): Don't enable multibyte on an indirect
5845         buffer.
5846
5847         * nnrss.el (nnrss-content-function): New variable.
5848         (nnrss-request-article): Use it.
5849
5850 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5851
5852         * gnus.el: Add article-unsplit-urls.
5853         * gnus-sum.el: Ditto.
5854         * gnus-art.el (gnus-treat-strip-cr): New variable.
5855         (gnus-treatment-function-alist): Use it.
5856         (article-unsplit-urls): New function.
5857         (gnus-article-make-menu-bar): Use it.
5858         From: Michael Cook <michael.cook@cisco.com>
5859
5860 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5861
5862         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5863         copy.
5864
5865 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5866
5867         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5868         with internal whitespace.
5869         (gnus-parent-id): Ditto.
5870
5871 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5872
5873         * gnus-art.el (gnus-article-treat-body-boundary): Add
5874         gnus-decoration property.
5875         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5876
5877         * message.el (message-mode): Set local-abbrev-table.
5878         From Matt Armstrong <matt@lickey.com>.
5879
5880         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5881         too many spaces.
5882
5883         * rfc2047.el (rfc2047-unfold-region): Ditto.
5884         (rfc2047-decode-region): Don't unfold. Let
5885         gnus-article-treat-unfold-headers do it.
5886
5887         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5888         From: Jesper Harder <harder@ifa.au.dk>
5889
5890 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5893         (gnus-configure-posting-styles): Use it.
5894         (gnus-configure-posting-styles): Remove trailing newspaces.
5895
5896 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5897
5898         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5899         is non-nil.
5900
5901         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5902
5903         * gnus.el (gnus-server-to-method): Switch position with
5904         gnus-server-get-method.
5905         (gnus-agent): Add doc.
5906
5907         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5908         (gnus-summary-save-parts): Use it.
5909
5910         * gnus-art.el (gnus-display-mime): Use it.
5911         * mm-partial.el (mm-partial-find-parts): Use it.
5912
5913         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5914
5915         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5916         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5917
5918         * nnagent.el (nnagent-request-expire-articles): Don't delete
5919         files.
5920
5921 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5922
5923         * message.el (message-gen-unsubscribed-mft): New function.
5924         From Sriram Karra <karra@cs.utah.edu>.
5925
5926         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5927         open parenthesis.
5928
5929         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5930         (mm-inline-text-html-render-with-w3): Ditto.
5931         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5932         Suggested by Dave Love  <d.love@dl.ac.uk>.
5933
5934         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5935
5936         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5937         * nntp.el (nntp-send-command): Ditto.
5938         * nntp.el (nntp-send-command-nodelete): Ditto.
5939
5940 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5941
5942         * mm-url.el (mm-url-load-url): New function.
5943         (mm-url-insert-file-contents): Use it.
5944
5945         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5946
5947         * message.el (message-forward-make-body): Correctly copy
5948         forward-buffer.
5949
5950         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5951
5952 2002-02-04  Simon Josefsson  <jas@extundo.com>
5953
5954         * gnus-art.el (gnus-article-followup-with-original): Mark with
5955         force, prevent errors when following up from article buffer.
5956         (gnus-article-reply-with-original): Ditto.
5957
5958         * binhex.el (binhex-decoder-switches): Fix doc.  From
5959         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5960
5961 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5962
5963         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5964         highlight-citation after emphasize.
5965
5966 2002-02-04  Simon Josefsson  <jas@extundo.com>
5967
5968         * nnfolder.el (nnfolder-open-marks):
5969
5970         * nnml.el (nnml-open-marks): Message when done.  From David
5971         Edmondson <dme@sun.com>.
5972
5973 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5974
5975         * imap.el (imap-anonymous-auth): Fix typo.
5976         From: Steinar Bang <sb@dod.no>
5977
5978         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5979         save-excursion.
5980         (gnus-cache-braid-heads): Ditto.
5981
5982         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5983         line, because there are extra articles in the overview buffer.
5984
5985         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5986
5987         * message.el (message-forward-rmail-make-body): Directly use
5988         rmail-msg-restore-non-pruned-header to avoid calling
5989         vertical-motion.
5990
5991 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5992
5993         * gnus-cache.el (gnus-summary-insert-cached-articles):
5994         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5995
5996         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5997         gnus-newsgroups-unselected.
5998
5999         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6000         gnus-add-to-sorted-list.
6001
6002         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6003         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6004         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6005         (gnus-update-read-articles): UNREAD is sorted.
6006         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6007         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6008         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6009         (gnus-newsgroup-dormant): Require sorted.
6010
6011         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6012         directories.
6013         (gnus-dired-print): New function.
6014
6015         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6016         ps-despool.
6017
6018 2002-02-02  Simon Josefsson  <jas@extundo.com>
6019
6020         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6021
6022 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6023
6024         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6025         t. This makes gnus-agent customizable without putting
6026         gnus-agentize into .gnus.
6027
6028         * gnus.el (gnus-agent): Make it customizable.
6029
6030         * gnus-dired.el: New file.
6031         From Benjamin Rutt <brutt@bloomington.in.us>
6032
6033         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6034         if no article.
6035         (gnus-cache-possibly-remove-article): Ditto.
6036         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6037
6038 2002-02-01  Simon Josefsson  <jas@extundo.com>
6039
6040         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6041
6042 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6045         (mm-setup-w3m): Don't bind keys listed in the above.
6046
6047 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6050         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6051         is non-nil; bind `w3m-force-redisplay' with nil.
6052
6053         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6054
6055         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6056
6057 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6058
6059         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6060         use mail-header-unfold-field.
6061
6062         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6063         gnus-summary-limit.
6064
6065         * gnus-range.el (gnus-add-to-sorted-list): New function.
6066         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6067         (gnus-mark-article-as-unread): Ditto.
6068         (gnus-summary-mark-article-as-unread): Ditto.
6069         (gnus-build-get-header): Ditto.
6070         (gnus-summary-prepare-threads): Ditto.
6071         (gnus-summary-insert-pseudos): Ditto.
6072         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6073         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6074         (gnus-summary-insert-old-articles): Ditto.
6075
6076         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6077         (gnus-configure-posting-styles): Support the new format.
6078
6079         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6080         edebug-form-spec to (sexp body).
6081         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6082
6083         * message.el (message-reply-headers): Add doc.
6084
6085 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6086
6087         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6088         gnus-cache-active-hashtb.
6089
6090         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6091         (gnus-agent-summary-fetch-group): Use it.
6092
6093         * gnus-msg.el (gnus-debug-files): New variable.
6094         (gnus-debug-exclude-variables): New variable.
6095         (gnus-debug): Use them.
6096
6097         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6098
6099 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6100
6101         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6102         (message-mode-syntax-table): Move back the previous position.
6103
6104         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6105
6106         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6107         gnus-sorted-difference.
6108
6109         * nnsoup.el (nnsoup-request-expire-articles): Use
6110         gnus-sorted-difference.
6111
6112         * nnheader.el: Autoload gnus-sorted-difference.
6113
6114         * nnfolder.el (nnfolder-request-expire-articles): Use
6115         gnus-sorted-difference.
6116
6117         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6118         gnus-sorted-difference.
6119
6120         * gnus-range.el: Autoload cookies.
6121         (gnus-sorted-difference): New function.
6122         (gnus-sorted-ndifference): New function.
6123         (gnus-sorted-nintersection): Rename from
6124         gnus-set-sorted-intersection.
6125         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6126         (gnus-list-range-difference): Rename from
6127         gnus-inverse-list-range-intersection.
6128         (gnus-inverse-list-range-intersection): Use defalias.
6129
6130         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6131         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6132         (gnus-articles-to-read): Use gnus-sorted-difference.
6133         (gnus-summary-limit-mark-excluded-as-read): Use
6134         gnus-sorted-intersection and gnus-sorted-ndifference.
6135         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6136         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6137
6138         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6139
6140 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6143         property to the buffer for using emacs-w3m command keys.
6144
6145         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6146         option.
6147
6148         * mm-view.el (mm-w3m-mode-map): New variable.
6149         (mm-w3m-mode-command-alist): New variable.
6150         (mm-w3m-minor-mode): Removed.
6151         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6152         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6153         buffer for using emacs-w3m command keys.
6154
6155 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6156
6157         * message.el (message-mode-syntax-table): Move forward.
6158         (message-cite-prefix-regexp): Auto detect non word constituents.
6159         (message-cite-prefix-regexp): Don't use with-syntax-table.
6160
6161         * gnus-sum.el (gnus-summary-update-info): Use
6162         gnus-list-range-intersection.
6163
6164         * gnus-agent.el (gnus-agent-fetch-headers): Use
6165         gnus-list-range-intersection.
6166
6167         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6168         (gnus-list-range-intersection): Use it.
6169         (gnus-inverse-list-range-intersection): Ditto.
6170         (gnus-sorted-intersection): Add doc.
6171         (gnus-set-sorted-intersection): Add doc.
6172         (gnus-sorted-union): New function.
6173         (gnus-set-sorted-union): New function.
6174
6175         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6176         (gnus-inverse-list-range-intersection): Ditto.
6177
6178 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6179
6180         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6181
6182         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6183         and permit `:' and `\' in order to handle full Windows pathnames.
6184         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6185         technically not correct per standard, but seems to have common use.
6186
6187 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6188
6189         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6190         replacing numbers.
6191
6192 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6193
6194         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6195
6196         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6197         Don't split when the window is small, e.g. when a small *BBDB*
6198         window is the lowest one.
6199
6200         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6201         nnheader-find-nov-line to speed up. Use nreverse, because it is
6202         sorted. Use nnheader-insert-nov-file.
6203
6204 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6207
6208         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6209         of `w3m-display-inline-images' with the value of
6210         `mm-inline-text-html-with-images'.
6211         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6212
6213         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6214
6215 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6216
6217         * time-date.el: Add autoload cookies.  Many doc fixes.
6218         (time-add): New function.
6219         (time-subtract): Renamed from subtract-time.
6220         (subtract-time): New alias for time-subtract.
6221
6222 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6225         emacs-w3m in doc-string.
6226
6227         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6228         `w3m-current-buffer'.
6229
6230 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6231
6232         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6233
6234         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6235         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6236         (mm-w3m-cid-retrieve): New function.
6237         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6238
6239 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6240
6241         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6242
6243 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6246
6247 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6250         32K.
6251
6252         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6253
6254         * nnmail.el (nnmail-article-group): Decode headers before running
6255         split rules over them.
6256         (nnmail-mail-splitting-charset): New variable.
6257
6258         * smiley.el: Replaced with smiley-ems.el.
6259
6260 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6261
6262         * mm-url.el (mm-url-predefined-programs): Add w3m.
6263         (mm-url-program): Ditto.
6264
6265 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * nnml.el (nnml-use-compressed-files): New variable.
6268         (nnml-filenames-are-evil): Removed.
6269         (nnml-current-group-article-to-file-alist): Don't use.
6270         (nnml-update-file-alist): Inhibit.
6271         (nnml-article-to-file): Use new var.
6272
6273 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6274
6275         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6276
6277         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6278
6279 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6282         function.
6283
6284         * gnus-util.el (gnus-cache-file-contents): New function.
6285
6286         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6287         (gnus-agent-load-alist): Use it.
6288
6289         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6290
6291         * nnheader.el (nnheader-insert-nov-file): New function.
6292
6293         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6294
6295         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6296         there are no references.
6297         (gnus-extract-message-id-from-in-reply-to): New function.
6298         (gnus-nov-parse-line): Use in-reply-to if there are no
6299         references.
6300
6301 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6304
6305         * gnus-util.el (gnus-parse-without-error): New macro.
6306
6307 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6308
6309         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6310         (gnus-article-wash-function): use locate-library to decide which
6311         to use.
6312
6313 2002-01-25  Simon Josefsson  <jas@extundo.com>
6314
6315         * pop3.el (pop3-munge-message-separator): Work if no date.
6316         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6317
6318 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319
6320         * gnus-agent.el (gnus-agent-save-alist): Fix.
6321
6322         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6323         mistake.  Reinstated lost code.
6324
6325 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6326
6327         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6328         one exists in the case of an encrypted message with an internal
6329         signature.
6330
6331 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6334
6335 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * dgnushack.el: Commented out the experimental code.
6338
6339 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6340
6341         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6342         error.
6343
6344         * gnus.el (gnus-server-to-method): Made into subst.
6345         (gnus-server-method-cache): New variable.
6346         (gnus-server-to-method): Use it.
6347         (gnus-group-method-cache): New variable.
6348         (gnus-find-method-for-group-1): Renamed.
6349         (gnus-find-method-for-group): New function.
6350         (gnus-group-method-cache): Removed.
6351
6352         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6353         function.
6354
6355         * gnus-range.el (gnus-members-of-range): New function.
6356         (gnus-list-range-intersection): Renamed.
6357         (gnus-inverse-list-range-intersection): New function.
6358
6359         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6360
6361         * nnagent.el (nnagent-retrieve-headers): New implementation.
6362
6363         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6364         implementation.
6365
6366 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6369         `w3m-meta-content-type-charset-regexp'.
6370
6371         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6372         charset-encoded html contents.
6373
6374 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6375
6376         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6377         an empty file.
6378
6379         * nnweb.el (url): Ignore errors when request url.
6380
6381         * nnrss.el: Clean up the comments.
6382
6383 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6386
6387         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6388         (mm-inline-media-tests): Test whether the value of
6389         `mm-inline-text-html-renderer' is a function for text/html.
6390
6391         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6392         separated from `mm-inline-text'.
6393         (mm-w3m-minor-mode): New variable.
6394         (mm-w3m-setup): New variable.
6395         (mm-setup-w3m): New function.
6396         (mm-inline-text-html-render-with-w3m): New function.
6397         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6398         text/html.
6399
6400 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6401
6402         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6403
6404 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6407         and `gnus-xmas-completing-read'.
6408
6409 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6410
6411         * nneething.el (nneething-message-id-number): Abolished.
6412         (nneething-encode-file-name): Not encode numerical characters.
6413         (nneething-make-head): `nneething-message-id-number' is not
6414         used to generate message IDs.
6415
6416 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6419         characters.
6420
6421 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6424         (gnus-xmas-redefine): Redefine conditionally.
6425
6426 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6427
6428         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6429         tag.
6430
6431 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6432
6433         * message.el (message-font-lock-keywords): Added the secure tag.
6434         * mml-sec.el: Added functions to generate/modify/remove the secure
6435         tag while in message mode.
6436         * mml-sec.el (mml-secure-message): New.
6437         * mml-sec.el (mml-unsecure-message): New.
6438         * mml-sec.el (mml-secure-message-sign-smime): New.
6439         * mml-sec.el (mml-secure-message-sign-pgp): New.
6440         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6441         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6442         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6443         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6444         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6445         convert it to either a part or multipart depending on if there are
6446         other parts in the message.
6447         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6448         to use the secure tag, rather than the part tag.
6449         * mml.el (mml-preview): Added a save-excursion to keep cursor
6450         position after doing an MML preview.
6451
6452 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6453
6454         * nnheader.el (nnheader-parse-overview-file): New function.
6455         (nnheader-write-overview-file): New function.
6456
6457 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6460         in wanted.
6461
6462         * nnweb.el (nnweb-type-definition): Clean up.
6463
6464 2002-01-21  Alastair Burt  <burt@dfki.de>
6465         Trivial patch.
6466
6467         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6468         buffer exists before jumping to it.
6469
6470 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6473         function.
6474         (article-wash-html): Use it.
6475         (gnus-article-wash-function): New variable.
6476         (gnus-article-wash-html-with-w3m): New function.
6477
6478 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6479
6480         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6481         XEmacs.
6482
6483 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6484
6485         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6486         command line.
6487
6488 2002-01-21  Simon Josefsson  <jas@extundo.com>
6489
6490         * canlock.el (base64-encode-string): Autoload it from base64.
6491         (canlock-make-cancel-key): Base64 encode unibyte string.
6492
6493 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * nnfolder.el (nnfolder-request-accept-article): Unfold
6496         x-from-line.
6497         (nnfolder-request-replace-article): Ditto.
6498
6499 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6500
6501         * gnus-group.el (gnus-group-best-unread-group): Use the right
6502         positioning function.
6503
6504 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * smiley-ems.el (smiley-region): Use new function.
6507         (smiley-update-cache): Use general image functions.
6508         (smiley-region): Use general functions.
6509
6510         * gnus-util.el (gnus-graphic-display-p): New function.
6511
6512         * nnmail.el (nnmail-article-group): Allow outputting traces of
6513         non-strings.
6514
6515         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6516         (nndoc-exim-bounce-type-p): New function.
6517
6518         * message.el (message-dont-send): Doc fix.
6519
6520         * gnus-util.el (gnus-completing-read): Remove
6521         inherit-input-method.
6522
6523         * gnus-art.el (gnus-treat-smiley): Doc fix.
6524
6525         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6526         articles.
6527
6528 2002-01-19  Simon Josefsson  <jas@extundo.com>
6529
6530         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6531         (imap-kerberos4-open): Ditto.
6532         (imap-open): Set port correctly, don't set auth.
6533
6534 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6535
6536         * gnus.el (gnus-version-number): Bump version number.
6537
6538 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6539
6540         * gnus.el: Oort Gnus v0.05 is released.
6541
6542 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6545         exists.
6546
6547         * gnus-spec.el (gnus-string-width-function): New function.
6548         (gnus-tilde-cut-form): Use it.
6549         (gnus-tilde-max-form): Ditto.
6550         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6551         (gnus-substring-function): Use it.
6552         (gnus-tilde-cut-form): Ditto.
6553         (gnus-substring-function): New function.
6554
6555         * message.el (message-check-news-header-syntax): New message.
6556
6557         * gnus.el (gnus-slave-no-server): Doc fix.
6558
6559         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6560
6561 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6564         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6565         (seen (NUM1 . NUM2)).
6566
6567 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6570         number in closed topics.
6571
6572 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6573
6574         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6575         functions.
6576
6577 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6578
6579         * gnus.el (gnus-group-find-parameter): Clean up.
6580
6581         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6582         articles.
6583
6584         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6585
6586         * nnmail.el (nnmail-article-group): Clean up.
6587
6588 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6589
6590         * gnus-agent.el (gnus-category-name): Intern the category name.
6591
6592 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6595
6596         * gnus-util.el (gnus-completing-read): New function.
6597
6598 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6599
6600         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6601
6602         * smiley-ems.el (smiley-region): Register smiley.
6603         (smiley-toggle-buffer): Rewrite the function.
6604         (smiley-active): Removed.
6605
6606 2002-01-19  Simon Josefsson  <jas@extundo.com>
6607
6608         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6609         Jesper Harder <harder@ifa.au.dk>.
6610
6611 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6612
6613         * gnus-art.el (gnus-request-article-this-buffer): Call
6614         `nneething-get-file-name' to extract the file name from the
6615         message id.
6616
6617         * nneething.el (nneething-encode-file-name): New function.
6618         (nneething-decode-file-name): Ditto.
6619         (nneething-get-file-name): Ditto.
6620         (nneething-make-head): Encode the file name and encapsulate it
6621         into the field of the message id.
6622
6623 2002-01-18  Simon Josefsson  <jas@extundo.com>
6624
6625         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6626         stored in .marks.
6627
6628         * nnfolder.el (nnfolder-request-update-info): Ditto.
6629
6630 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6633
6634 2002-01-18  Simon Josefsson  <jas@extundo.com>
6635
6636         * imap.el (imap-starttls-p): Don't check for binary.
6637         (imap-gssapi-auth-p): Ditto.
6638         (imap-kerberos4-auth-p): Ditto.
6639         (imap-open): Change logic.  Iterate through all possible streams,
6640         instead of bailing out after first failure.  Move authenticator
6641         decision to `imap-authenticate'.
6642         (imap-authenticate): Change logic, now finds the authenticator to
6643         use, was previously in `imap-open'.
6644         (imap-open): Return nil on failure.
6645         (imap-open): Setup temp buffer correctly.
6646         (imap-open): Return buffer only on success.
6647         (imap-interactive-login, imap-interactive-login): Tell the user
6648         which stream/authenticator is used for the queried
6649         username/password.
6650         (imap-open, imap-authenticate): Set variables.
6651         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6652         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6653
6654 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655
6656         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6657
6658 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6661
6662 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6663
6664         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6665         (gnus-agent-group-mode-map): Bind it to "Jo".
6666         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6667
6668 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6669
6670         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6671         (gnus-summary-mail-toolbar): Add mail article deletion button.
6672
6673         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6674         false positives for lines of "^^^^".
6675
6676         * gnus-picon.el (gnus-picon-find-face): faces database is all
6677         lowercase.
6678
6679 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6680
6681         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6682         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6683         duplications.
6684         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6685
6686 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus-sum.el (gnus-summary-initial-limit): Inline
6689         gnus-summary-limit-children.
6690         (gnus-summary-initial-limit): Don't limit if
6691         gnus-newsgroup-display is nil.
6692         (gnus-summary-initial-limit): No, don't.
6693
6694         * gnus-util.el
6695         (gnus-put-text-property-excluding-characters-with-faces): Inline
6696         gnus-put-text-property.
6697
6698         * gnus-spec.el (gnus-default-format-specs): New variable.
6699
6700         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6701         gnus-format-specs.
6702         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6703
6704         * gnus-spec.el (gnus-update-format-specifications): Really check
6705         the Gnus version of the .newsrc.eld file.
6706         (gnus-format-specs): Save the new default summary format.
6707
6708         * gnus-util.el (gnus-parent-id): Check whether references is empty
6709         before splitting.
6710
6711         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6712         functions.
6713         (gnus-gather-threads-by-references): Inline
6714         `gnus-split-references'.
6715
6716         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6717         default value of gnus-summary-line-format-spec.
6718
6719 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6720
6721         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6722         message.
6723         (nnslashdot-request-list): Ditto.
6724         (nnslashdot-sid-strip): Removed.
6725
6726 2002-01-15  Simon Josefsson  <jas@extundo.com>
6727
6728         * nnimap.el (nnimap-close-asynchronous): Enable.
6729         (nnimap-close-group): Expunge.
6730
6731 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6732
6733         * gnus-util.el (gnus-user-date-format-alist): Typo.
6734         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6735
6736 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6737
6738         * nneething.el (nneething-request-article): Set
6739         `nnmail-file-coding-system' to `binary' locally, in order to read
6740         files without any conversion.
6741
6742 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6743
6744         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6745         nnheader-file-coding-system and nnmail-active-file-coding-system.
6746         (gnus-agent-regenerate-group): Ditto.
6747         (gnus-agent-regenerate): Ditto.
6748         (gnus-agent-write-active): Ditto.
6749         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6750
6751 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6752
6753         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6754         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6755
6756 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6757
6758         * gnus.el: We don't need gnus-article-show-all-headers.
6759
6760         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6761         Ditto.
6762
6763         * gnus-sum.el (gnus-summary-select-article): Don't call
6764         show-all-headers, because hidden headers are not hidden text any
6765         more.
6766
6767 2002-01-13  Simon Josefsson  <jas@extundo.com>
6768
6769         * message.el (message-newline-and-reformat): Use `newline' instead
6770         of inserting \n, so that the newline is marked as hard.
6771
6772         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6773         From Jesper Harder <harder@ifa.au.dk>.
6774
6775 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6776
6777         * imap.el (imap-close): Keep going if quit.
6778
6779         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6780         nntp-server-buffer.
6781
6782 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6785         avoid unbinding shadowed variables.
6786
6787         * gnus-art.el (gnus-picon-databases): Moved here.
6788         (gnus-picons-installed-p): Moved here.
6789         (gnus-article-reply-with-original): Use `mark'.
6790
6791         * gnus.el (gnus-picon): Moved here and renamed.
6792
6793         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6794         installed.
6795         (gnus-treat-mail-picon): Ditto.
6796         (gnus-treat-newsgroups-picon): Ditto.
6797
6798         * gnus-picon.el (gnus-picons-installed-p): New function.
6799
6800 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6801
6802         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6803
6804 2002-01-12  Simon Josefsson  <jas@extundo.com>
6805
6806         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6807         (nnimap-before-find-minmax-bugworkaround): Use it.
6808         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6809         (nnimap-dont-close): New variable.
6810         (nnimap-close-group): Use it.
6811
6812 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * gnus-art.el (gnus-article-reply-with-original): Use
6815         `mark-active'.
6816
6817         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6818
6819         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6820         (gnus-score-advanced): Clean up.
6821         (gnus-score-advanced): Accept a multiple of the score.
6822
6823 2002-01-12  Simon Josefsson  <jas@extundo.com>
6824
6825         * flow-fill.el (fill-flowed-display-column)
6826         (fill-flowed-encode-columnq): New variables.  Suggested by
6827         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6828         (fill-flowed-encode, fill-flowed): Use them.
6829
6830         * message.el (message-send-news, message-send-mail): Use
6831         m-b-s-n-p-e-h-n.
6832
6833         * mml.el (autoload): Autoload fill-flowed-encode.
6834         (mml-buffer-substring-no-properties-except-hard-newlines): New
6835         function.
6836         (mml-read-part): Use it.
6837         (mml-generate-mime-1): Encode format=flowed if appropriate.
6838         (mml-insert-mime-headers): Insert format=flowed.
6839
6840         * flow-fill.el (fill-flowed-encode): New function.
6841         (fill-flowed): Bind fill-column to window width.
6842
6843 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6846         it exists.
6847         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6848         (gnus-summary-buffer-name): Don't return the dead name after all.
6849         (gnus-summary-setup-buffer): Kill the dead buffer.
6850
6851         * gnus-art.el (gnus-article-followup-with-original): Store the
6852         value of the mark before deactivating it.
6853
6854 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6855
6856         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6857         From: Karl Kleinpaste <karl@charcoal.com>
6858
6859         * gnus-art.el (article-display-x-face): Ditto.
6860         (gnus-article-reply-with-original): Use gnus-region-active-p.
6861         (gnus-article-followup-with-original): Ditto.
6862
6863         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6864         downloadable article either.
6865
6866 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6867
6868         * gnus-art.el (article-display-x-face): Insert From:.
6869
6870         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6871         article. Bind gnus-display-mime-function and
6872         gnus-article-prepare-hook.
6873
6874         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6875         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6876         gnus-agent-possibly-synchronize-flags to the last.
6877         (gnus-agent-go-online): New function. New variable.
6878
6879 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6882         (gnus-agent-regenerate): Ditto.
6883
6884 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6885
6886         * message.el (message-ignored-news-headers)
6887         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6888         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6889
6890         * gnus.el (gnus-gethash-safe): New macro.
6891
6892         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6893         (gnus-agent-regenerate): Show messages.
6894
6895 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6896
6897         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6898         (gnus-agent-regenerate): New function.
6899         (gnus-agent-save-alist): Sort.
6900         (gnus-agent-copy-nov-line): Test eobp.
6901         (gnus-agent-retrieve-headers): Erase buffer.
6902
6903 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6904
6905         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6906         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6907
6908         * gnus.el (gnus-agent-covered-methods): Move here.
6909         (gnus-online): New function.
6910         (gnus-agent-method-p): Move here.
6911
6912         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6913         nil. Remove articles-alist.
6914
6915         * gnus-start.el (gnus-get-unread-articles): Check online.
6916         (gnus-groups-to-gnus-format): Ditto.
6917         (gnus-active-to-gnus-format): Ditto.
6918
6919         * gnus-agent.el (gnus-agent-get-function): Use it.
6920         (gnus-agent-get-undownloaded-list): Ditto.
6921         (gnus-agent-fetch-session): Only fetch online methods.
6922
6923         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6924         (gnus-server-mode-map): Ditto.
6925         (gnus-server-offline-face): New face.
6926         (gnus-server-offline-face): New variable.
6927         (gnus-server-font-lock-keywords): Add offline.
6928         (gnus-server-insert-server-line): Ditto.
6929         (gnus-server-offline-server): New function.
6930
6931         * gnus-int.el (gnus-open-server): Turn to offline.
6932         (gnus-server-unopen-status): New variable.
6933
6934 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6935
6936         * nnkiboze.el (nnkiboze-request-article): Use
6937         gnus-agent-request-article.
6938
6939         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6940         function. Insert undownloaded NOV.
6941
6942         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6943         (gnus-agent-request-article): New function.
6944
6945         * gnus.el (gnus-agent-cache): New variable.
6946
6947         * gnus-int.el (gnus-retrieve-headers): Use
6948         gnus-agent-retrieve-headers.
6949         (gnus-request-head): Use gnus-agent-request-article.
6950         (gnus-request-body): Ditto.
6951
6952         * gnus-art.el (gnus-request-article-this-buffer): Use
6953         gnus-agent-request-article.
6954
6955         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6956         article if it is undownloaded.
6957
6958 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6961
6962 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * canlock.el (canlock-string-as-unibyte): New macro.
6965         (canlock-sha1-with-openssl): Return a unibyte string.
6966         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6967
6968 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6969
6970         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6971
6972 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6975         application/x-emacs-lisp.
6976
6977         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6978
6979         * nntp.el (nntp-request-article): Add group parameter.
6980         (nntp-request-head): Ditto.
6981         (nntp-find-group-and-number): Add parameter group. Figure out
6982         number if the status line doesn't give (e.g. quimby.gnus.org).
6983
6984 2002-01-08  Simon Josefsson  <jas@extundo.com>
6985
6986         * mml.el (mml-generate-mime-1): Set recipient correctly.
6987
6988 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * message.el (message-read-from-minibuffer): Add parameter
6991         initial-contents.
6992         * gnus-msg.el (gnus-summary-resend-message): Use it.
6993
6994         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6995         behavior of quit-config.
6996
6997         * message.el (message-make-from): Don't quote fullname.
6998         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6999
7000         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7001         From: <andre@slamdunknetworks.com>
7002
7003 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7004
7005         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7006
7007         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7008
7009         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7010         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7011         because bbdb may use it.
7012
7013 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7014
7015         * nneething.el (nneething-request-article): When a non-text file
7016         is converted to an article, its data is encoded in base64.  Call
7017         `nneething-make-head' with options to specify MIME types.
7018         (nneething-make-head): Add optional arguments to specify MIME
7019         types.
7020
7021 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7022
7023         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7024         header if there is not.
7025
7026         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7027
7028         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7029         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7030         (gnus-inews-do-gcc): Use them.
7031
7032         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7033         gnus-newsgroup-unselected.
7034
7035 2002-01-06  Simon Josefsson  <jas@extundo.com>
7036
7037         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7038         condition-case, not ignore-errors.
7039
7040 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7041
7042         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7043         gnus-fetch-old-headers.
7044
7045         * gnus-art.el (article-display-x-face): Use the current buffer
7046         unless `W f'. Otherwise, X-Face may be shown in the header of a
7047         forwarded part.
7048         (gnus-treatment-function-alist): Treat xface before hiding
7049         headers.
7050
7051 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7054         parameters.
7055
7056 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7057
7058         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7059         (mm-guess-charset): New function.
7060         (mm-charset-after): Use it.
7061         (mm-detect-coding-region): New function.
7062         (mm-detect-mime-charset-region): New function.
7063
7064         * gnus-sum.el (gnus-summary-show-article): Use
7065         mm-detect-coding-region.
7066
7067 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * message.el (message-make-fqdn): Be less violent.
7070
7071         * gnus.el (gnus-logo-color-style): Compute custom form
7072         automatically.
7073
7074         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7075         score file of the parent to the document group.
7076
7077         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7078         parameters parameter.
7079
7080         * gnus-score.el (gnus-score-load-file): Clean up.
7081
7082 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7083
7084         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7085         From: Damien Wyart <damien.wyart@free.fr>
7086
7087         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7088
7089 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7090
7091         * gnus-sum.el (gnus-select-group-hook): Typo.
7092
7093         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7094         is no quoted-printable-encoded STRING.
7095         From: Jesper Harder <harder@ifa.au.dk>
7096
7097         (rfc2047-decode-string): Decode it.
7098
7099 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7102
7103 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7104         Trivial patch.
7105
7106         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7107         buffer to get rid of junk line.
7108
7109 2002-01-05  Simon Josefsson  <jas@extundo.com>
7110
7111         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7112         C-o.
7113         (message-mode-map): Bind message-insert-or-toggle-importance to
7114         C-c C-u.
7115         (message-mode-map): Bind message-disposition-notification-to to
7116         C-c M-n.
7117         (message-mode-menu): Add m-d-n-t.
7118         (message-mode-field-menu): Add m-goto-from.
7119         (message-mode): Doc fix.
7120         (message-goto-from): New function.
7121         (message-insert-disposition-notification-to): New function.
7122         (message-tool-bar-map): Add receipt button.
7123
7124 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * gnus-sum.el (gnus-thread-latest-date): New function.
7127         (gnus-thread-sort-by-most-recent-number): Renamed.
7128         (gnus-thread-sort-functions): Doc fix.
7129         (gnus-select-group-hook): Don't use setq on a hook.
7130         (gnus-thread-latest-date): Use date, not number
7131
7132         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7133         (gnus-agent-expire): Allow regexp of expire-days.
7134
7135         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7136         region.
7137         (gnus-article-followup-with-original): Ditto.
7138
7139         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7140
7141         * gnus-art.el (gnus-mime-display-alternative): Use
7142         gnus-local-map-property.
7143         (gnus-mime-display-alternative): Ditto.
7144         (gnus-insert-mime-security-button): Ditto.
7145         (gnus-insert-next-page-button): Ditto.
7146         (gnus-button-prev-page): Take optional args.
7147         (gnus-insert-prev-page-button): widget-convert.
7148
7149         * gnus-util.el (gnus-local-map-property): New function.
7150
7151         * gnus-art.el (gnus-prev-page-map): Use parent map.
7152         (gnus-next-page-map): Ditto.
7153
7154         * gnus-spec.el (gnus-parse-format): Clean up.
7155         (gnus-parse-format): Do complex formatting for %=.
7156
7157         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7158         "X-Face: " to the data in the built-in scenario.
7159
7160         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7161         (gnus-correct-pad-form): Renamed.
7162         (gnus-tilde-max-form): Clean up.
7163         (gnus-pad-form): Use gnus-use-correct-string-widths.
7164
7165         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7166         support if that is available.
7167
7168         * gnus-sum.el (gnus-thread-highest-number): New function.
7169         (gnus-thread-sort-by-most-recent-thread): New function.
7170         (gnus-thread-sort-functions): Doc fix.
7171
7172 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7173
7174         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7175         all cases.
7176         (gnus-summary-mode): Enable it in all cases.
7177         (gnus-summary-display-article): Ditto.
7178         (gnus-summary-edit-article): Ditto.
7179
7180         * gnus-ems.el (gnus-put-image): Really return glyph.
7181
7182         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7183         (gnus-treat-smiley): Don't take "P" in the interactive form.
7184
7185 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * compface.el (uncompface): XEmacs and Emacs have differing
7188         capabilities.
7189
7190         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7191
7192         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7193         (gnus-article-xface-ring-size): Removed.
7194         (gnus-article-display-xface): Removed.
7195         (gnus-remove-image): Cleaned up.
7196
7197         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7198         (gnus-xmas-create-image): Take pbm files.
7199         (gnus-x-face): Removed.
7200         (gnus-xmas-article-display-xface): Removed.
7201
7202         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7203         default-enable-multibyte-characters.
7204
7205         * compface.el (uncompface): Doc fix.
7206
7207         * gnus-art.el (gnus-article-x-face-command): Use
7208         gnus-display-x-face-in-from.
7209
7210         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7211
7212         * gnus-ems.el (gnus-put-image): Return the image.
7213
7214         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7215         (gnus-x-face): Moved here.
7216
7217 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7218
7219         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7220         invisible if string is nil.
7221         (gnus-xmas-article-display-xface): Use it.
7222
7223         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7224         property when string is nil.
7225         (gnus-article-display-xface): Use it.
7226
7227 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * gnus-art.el (article-display-x-face): Check whether valid grey
7230         face was returned.
7231         (article-display-x-face): Place image in the right spot.
7232
7233         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7234         stderr.
7235         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7236
7237 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7240         parameters.
7241         (gnus-xmas-put-image): Allow non-strings to be passed.
7242
7243         * gnus-art.el (article-display-x-face): Use optional parameters.
7244
7245         * gnus-ems.el (gnus-create-image): Take optional parameters.
7246
7247         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7248
7249         * compface.el (compface-xbm-p): Removed.
7250
7251         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7252         (gnus-article-display-xface): Use compface.
7253
7254         * compface.el: New file.
7255
7256         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7257         (gnus-convert-image-to-x-face-command): Ditto.
7258         (gnus-random-x-face): Quote argument.
7259         (gnus-x-face-from-file): Ditto.
7260
7261 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7262
7263         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7264         the expire-group parameter once per article rather than once
7265         per group; bind `nnmaildir-article-file-name' and `article'
7266         for convenience.  Leave article alone when expire-group
7267         specifies the current group.
7268         (nnmaildir--update-nov): be more concurrency-friendly with
7269         temp file names.
7270
7271 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * gnus-start.el (gnus-read-init-file): Cleaned up.
7274
7275 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7276
7277         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7278         (gnus-read-init-file): Don't use it.
7279
7280 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7283
7284 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7285
7286         * gnus-start.el (gnus-read-init-file): Don't force coding system
7287         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7288
7289 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7290
7291         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7292         * nnspool.el (nnspool-request-post): Ditto.
7293
7294         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7295         (mm-find-mime-charset-region): Use it.
7296
7297 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7298
7299         * gnus.el (gnus-summary-line-format): Added :link.
7300         * gnus-topic.el (gnus-topic-line-format): Ditto.
7301         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7302         * gnus-srvr.el (gnus-server-line-format): Ditto.
7303         * gnus-group.el (gnus-group-line-format): Ditto.
7304
7305         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7306         :keys, it works on both Emacsen.
7307
7308 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7309
7310         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7311
7312 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7315
7316 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7317
7318         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7319         very wide reply.
7320
7321 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7324         (gnus-picon-cache): New variable.
7325         (gnus-picon-transform-newsgroups): Cache stuff.
7326
7327         * gnus-art.el (gnus-article-reply-with-original): New command.
7328         (gnus-article-followup-with-original): New command.
7329
7330         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7331         END parameters.
7332         (gnus-summary-followup): Take a list of list of articles.
7333         (gnus-inews-yank-articles): Allow lists of article/regions.
7334
7335         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7336         longer the usual commands.
7337
7338         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7339         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7340         shell-command-on-region.
7341
7342 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7343
7344         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7345           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7346
7347 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7348
7349         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7350         understand ':keys', wrap it in an featurep 'xemacs.
7351
7352 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7353
7354         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7355         order of headers (Actually, it is called in a reversed order). Add
7356         'gnus-image-text-deletable property.
7357         (gnus-remove-image): Remove text with such a property.
7358
7359         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7360         gnus-put-image.
7361
7362         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7363         with ", "
7364
7365 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7368
7369         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7370         (article-display-x-face): Display grey X-Faces.
7371
7372         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7373         (gnus-convert-gray-x-face-to-ppm): Ditto.
7374         (gnus-convert-image-to-gray-x-face): Ditto.
7375
7376         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7377         gnus-summary-show-raw-article.
7378
7379 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7380
7381         Display picons in XEmacs without showing text.
7382
7383         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7384         mm-create-image-xemacs to create xbm glyph, because it deletes
7385         temporary files.
7386         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7387         (gnus-xmas-remove-image): Make text visible, remove glyph.
7388
7389         * gnus-picon.el (gnus-picon-transform-newsgroups)
7390         (gnus-picon-transform-address): Insert spec backward, due to the
7391         incompatibility of gnus-xmas-put-image.
7392
7393 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7394
7395         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7396
7397 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * gnus.el: Doc fix.
7400
7401         * gnus-art.el: Doc fix.
7402
7403         * gnus-agent.el: Doc fix.
7404
7405 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7406
7407         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7408
7409 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7410
7411         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7412         NOV data out of the message again if nnmail-extra-headers has
7413         changed.
7414
7415 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * gnus-fun.el: New file.
7418         (gnus-convert-image-to-x-face-command): New variable.
7419         (gnus-insert-x-face): New function.
7420         (gnus-random-x-face): Renamed.
7421         (gnus-x-face-from-file): Renamed.
7422
7423         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7424         "_".
7425         (gnus-body-boundary-delimiter): Typo fix.
7426
7427 2002-01-02  Simon Josefsson  <jas@extundo.com>
7428
7429         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7430         (gnus-body-boundary-delimiter): Fix type.
7431
7432 2002-01-01  Simon Josefsson  <jas@extundo.com>
7433
7434         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7435         (gnus-treat-emphasize, gnus-treat-strip-cr)
7436         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7437         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7438         (gnus-treat-fill-article, gnus-treat-hide-citation)
7439         (gnus-treat-hide-citation-maybe)
7440         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7441         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7442         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7443         (gnus-treat-date-ut, gnus-treat-date-local)
7444         (gnus-treat-date-english, gnus-treat-date-lapsed)
7445         (gnus-treat-date-original, gnus-treat-date-iso8601)
7446         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7447         (gnus-treat-strip-trailing-blank-lines)
7448         (gnus-treat-strip-leading-blank-lines)
7449         (gnus-treat-strip-multiple-blank-lines)
7450         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7451         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7452         (gnus-treat-display-xface, gnus-treat-display-smileys)
7453         (gnus-treat-from-picon, gnus-treat-mail-picon)
7454         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7455         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7456         (gnus-treat-play-sounds, gnus-treat-translate)
7457         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7458
7459         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7460         (gnus-article-treat-body-boundary): Use it.
7461
7462         * message.el (message-mode): Fix doc.
7463         (message-mode-menu): Fix names.
7464
7465 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7468         articles.
7469
7470         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7471         (gnus-picon-transform-address): Search for unknown faces as well.
7472         (gnus-picon-find-face): Don't search "news" for MISC.
7473         (gnus-picon-user-directories): Changed default back to exclude
7474         "unknown".
7475
7476         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7477
7478         * gnus-picon.el (gnus-picon-find-face): Search through all
7479         databases.
7480         (gnus-picon-find-face): New implementation.
7481
7482         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7483         keystroke.
7484         (gnus-topic-goto-next-topic): Ditto.
7485
7486         * gnus.el (gnus-summary-line-format): Changed default.
7487
7488         * nnmail.el (nnmail-extra-headers): Change default.
7489
7490         * gnus-sum.el (gnus-extra-headers): Change default.
7491
7492         * message.el (message-news-other-window): Changed "news" to
7493         "posting".
7494         (message-news-other-frame): Ditto.
7495         (message-do-send-housekeeping): Ditto.
7496
7497         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7498         function.
7499         (gnus-article-unread-p): New function.
7500         (gnus-article-unseen-p): New function.
7501         (gnus-dead-summary-mode-map): Typo.
7502
7503         * gnus-util.el (gnus-make-predicate): New function.
7504         (gnus-make-predicate-1): New function.
7505
7506         * gnus-sum.el: New function.
7507         (gnus-map-articles): New function.
7508
7509         * gnus-art.el (gnus-treat-fold-headers): New variable.
7510         (gnus-article-treat-fold-headers): New command and keystroke.
7511
7512         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7513         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7514
7515 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7516
7517         * message.el (message-fcc-externalize-attachments): New variable.
7518         (message-do-fcc): Use it.
7519
7520         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7521         (gnus-inews-do-gcc): Use it.
7522
7523         * mml.el (mml-tweak-sexp-alist): New variable.
7524         (mml-externalize-attachments): New variable.
7525         (mml-tweak-part): Use mml-tweak-sexp-alist.
7526         (mml-tweak-externalize-attachments): New function.
7527
7528 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7529
7530         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7531         'set-glyph-face' so x-face back/foreground can be set.
7532
7533 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534
7535         * message.el (message-fix-before-sending): Fix a typo.
7536
7537 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * gnus-art.el (gnus-treat-smiley): Renamed command.
7540         (gnus-article-remove-images): New command and keystroke.
7541
7542         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7543
7544         * smiley-ems.el (gnus-smiley-display): Removed.
7545
7546         * gnus.el (gnus-version-number): Update version.
7547
7548         * message.el (message-text-with-property): Renamed and moved
7549         here.
7550         (message-fix-before-sending): Highlight invisible text and place
7551         point there.
7552
7553 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7554
7555         * gnus.el: Oort Gnus v0.04 is released.
7556
7557 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7560
7561         * gnus-art.el (gnus-ignored-headers): More headers,
7562
7563         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7564         of `scan-error', since XEmacs doesn't seem to support that.
7565
7566 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7569         arg.
7570         (gnus-summary-best-unread-subject): Ditto.
7571         (gnus-summary-best-unread-subject): No, don't.
7572         (gnus-summary-better-unread-subject): New command.
7573
7574         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7575
7576         * lpath.el ((featurep 'xemacs)): fbind url function.
7577
7578         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7579         buffer.
7580         (gnus-xmas-remove-image): Implementation that does something.
7581         (gnus-xmas-article-display-xface): Mark images properly.
7582
7583         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7584
7585 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7586
7587         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7588
7589 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * gnus-group.el (gnus-group-line-format): Added %O to the default
7592         value.
7593
7594         * gnus-util.el (gnus-text-with-property): The smallest point is
7595         point-min.
7596
7597         * smiley-ems.el (smiley-region): Return images.
7598         (gnus-smiley-display): Allow toggling.
7599         (smiley-region): Use text properties, not overlays.
7600
7601         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7602         implemented yet.
7603
7604         * smiley-ems.el (smiley-update-cache): Check for valid types.
7605
7606         * gnus-art.el (gnus-with-article-buffer): New macro.
7607
7608         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7609         strings as well as the glyphs.
7610         (gnus-picon-transform-address): Ditto.
7611         (gnus-picon-insert-glyph): Ditto.
7612         (gnus-picon-transform-newsgroups): Toggle.
7613         (gnus-picon-transform-address): Toggle.
7614
7615         * gnus-ems.el (gnus-remove-image): New function.
7616         (gnus-put-image): Take an optional string.
7617
7618         * gnus-util.el (gnus-text-with-property): New function.
7619
7620         * gnus-art.el (gnus-delete-images): New function.
7621
7622         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7623
7624         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7625         (gnus-article-wash-status): Use it.
7626         (gnus-signature-toggle): Clean up.
7627         (gnus-add-wash-status): New function.
7628         (gnus-delete-wash-status): New function.
7629         (gnus-article-hide-text-type): Use them throughout.
7630         (gnus-add-image): New function.
7631
7632         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7633
7634         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7635         interface.
7636
7637         * gnus-art.el (article-display-x-face): Cleaned up.
7638
7639         * rfc2047.el (rfc2047-field-value): New function.
7640
7641         * mail-parse.el (mail-header-field-value): New alias.
7642
7643         * gnus-art.el (gnus-mime-print-part): Fix typos.
7644
7645         * smiley-ems.el (gnus-smiley-file-types): New variable.
7646         (smiley-update-cache): Use it.
7647         (smiley-regexp-alist): Suffix-less smiley names.
7648         (smiley-regexp-alist): Added more smileys.
7649
7650         * gnus-sum.el (gnus-print-buffer): Made into own function.
7651         (gnus-summary-print-article): Use it.
7652
7653         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7654         looked for when REQUEST is a string.
7655
7656         * gnus-art.el (gnus-mime-button-commands): Add printing
7657         keystroke.
7658         (gnus-mime-copy-part): Doc fix.
7659         (gnus-mime-print-part): New command.
7660
7661 2001-12-31  Simon Josefsson  <jas@extundo.com>
7662
7663         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7664         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7665
7666 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7667
7668         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7669         (picon): Fix doc.
7670
7671         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7672         longer exists. Remove those codes.
7673         * gnus.el (gnus-use-picons): Ditto.
7674
7675 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7678         infloop.
7679
7680         * gnus-sum.el (t): New `W D' map.
7681
7682         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7683         (gnus-article-treat-body-boundary): Clean up.
7684         (gnus-body-boundary-face): Removed.
7685         (gnus-article-goto-header): Moved here.
7686         (gnus-article-goto-header): Allow better regexps.
7687         (gnus-article-treat-fold-newsgroups): New command.
7688
7689         * gnus-sum.el (gnus-summary-move-article): We have to select an
7690         article to give `gnus-read-move-group-name' an opportunity to
7691         suggest an appropriate default.
7692
7693         * rfc2047.el (rfc2047-fold-line): New function.
7694         (rfc2047-unfold-line): Ditto.
7695         (rfc2047-fold-region): Don't fold just after the header name.
7696
7697         * mail-parse.el (mail-header-fold-line): New alias.
7698         (mail-header-unfold-line): Ditto.
7699
7700         * gnus-art.el (gnus-body-boundary-face): Renamed.
7701         (gnus-article-treat-body-boundary): Use it.
7702         (gnus-article-treat-body-boundary): Use an invisible header and a
7703         line of underline characters.
7704
7705 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7706
7707         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7708
7709         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7710         (gnus-picon-split-address): New function.
7711         (gnus-picon-find-face): Use it.
7712         (gnus-picon-transform-address): Use it. Set first to t for each
7713         address.
7714
7715         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7716         the macro then use it.
7717         (gnus-treatment-function-alist): Treat picons earlier.
7718
7719 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * gnus-art.el (gnus-body-separator-face): New variable.
7722         (gnus-article-treat-body-boundary): Use a blank, colored line.
7723
7724         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7725         well.
7726
7727         * gnus-art.el (gnus-treat-body-boundary): New variable.
7728         (gnus-article-treat-unfold-headers): Use helper macro.
7729         (gnus-article-treat-body-boundary): New command.
7730
7731         * gnus.el (gnus-logo-color-style): Change the default color.
7732         (gnus-splash-face): Gray, gray.
7733
7734         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7735         colors.
7736
7737         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7738         (gnus-logo-color-style): Ditto.
7739         (gnus-logo-colors): Ditto.
7740
7741         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7742
7743         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7744
7745         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7746         (gnus-picon-transform-newsgroups): New function.
7747
7748         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7749         string.
7750
7751         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7752
7753         * gnus-art.el (gnus-treat-cc-picon): New variable.
7754         (gnus-treat-mail-picon): Renamed.
7755
7756         * gnus-picon.el: New implementation.
7757         (gnus-picon-find-face): Renamed.
7758         (gnus-treat-from-picon): Use it.
7759         (gnus-picon-transform-address): Renamed.
7760         (gnus-treat-from-picon): Use it.
7761         (gnus-picon-create-glyph): Renamed.
7762         (gnus-picon-transform-address): Use it.
7763         (gnus-treat-cc-picon): New command.
7764
7765         * mm-decode.el (mm-create-image-xemacs): Separated out into
7766         function.
7767         (mm-get-image): Use it.
7768
7769         * gnus-art.el (gnus-treat-display-picons): Simplify.
7770         (gnus-treat-from-picon): Renamed.
7771
7772         * gnus-ems.el (gnus-create-image): New function.
7773         (gnus-put-image): New function.
7774
7775         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7776         (gnus-with-article-headers): New macro.
7777         (gnus-article-goto-header): New function.
7778
7779         * gnus-xmas.el (gnus-image-type-available-p): New function.
7780
7781         * gnus-ems.el (gnus-image-type-available-p): New function.
7782
7783 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784
7785         * nnrss.el (nnrss-check-group): Find the correct tag, because
7786         xml.el is changed.
7787
7788 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7791         lines are shorter than the window width.
7792         (gnus-ignored-headers): More headers.
7793
7794 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7797         (gnus-treat-unfold-headers): Renamed.
7798         (gnus-article-treat-unfold-headers): New command and keystroke.
7799
7800         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7801
7802         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7803
7804 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7805
7806         * sha1-el.el (sha1-use-external): New variable.
7807         (sha1-region): Use it.
7808         (sha1-string): Ditto.
7809
7810         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7811         * gnus-picon.el: Less warnings when compile.
7812
7813 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7814
7815         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7816         alias.
7817         (gnus-picons-database): Default to list.
7818         (gnus-picons-lookup-internal): Use it.
7819
7820         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7821         to "bogus".
7822
7823         * gnus-win.el (gnus-configure-windows-hook): New hook.
7824
7825 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7826
7827         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7828
7829 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7830
7831         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7832         lists.
7833         (gnus-select-newsgroup): Don't append; push.
7834         (gnus-adjust-marked-articles): Remove obsolete ranges from
7835         `seen'.
7836         (gnus-update-marks): Clean up.
7837         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7838
7839 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7840
7841         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7842
7843 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844
7845         * gnus-sum.el (gnus-auto-select-subject): New variable.
7846         (gnus-summary-best-unread-subject): New function.
7847         (gnus-summary-best-unread-article): Use it.
7848         (gnus-summary-first-unseen-subject): New function and command.
7849
7850         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7851         other treatments.
7852
7853         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7854         function.
7855
7856         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7857         from the list of hidden types.
7858
7859         * mm-view.el (mm-inline-text): Ditto.
7860         (mm-inline-text): Ditto.
7861         (mm-w3-prepare-buffer): Ditto.
7862
7863         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7864
7865 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * gnus-art.el (gnus-ignored-headers): Added more headers.
7868
7869 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7870
7871         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7872         once.
7873
7874 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875
7876         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7877
7878 2001-12-28  Simon Josefsson  <jas@extundo.com>
7879
7880         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7881         Jesper Harder <harder@ifa.au.dk>.
7882
7883 2001-12-27  Simon Josefsson  <jas@extundo.com>
7884
7885         * gnus-sum.el (gnus-select-newsgroup): Make
7886         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7887         contain all articles (instead of none) when no seen marks have
7888         been set for the group.
7889         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7890         instead, it seems to result in shorter ranges.
7891
7892 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7893
7894         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7895         insert-before-markers.
7896         From Jesper Harder <harder@ifa.au.dk>
7897
7898 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7899
7900         * nnmaildir.el (nnmaildir-save-mail): create the destination
7901         groups if they do not exist.
7902
7903 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7906
7907 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7908
7909         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7910         gnus-group-real-name.
7911
7912         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7913         (gnus-newsgroup-variables): Ditto.
7914
7915         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7916         return it.
7917
7918 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7919
7920         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7921         * nnmaildir.el (top-level): Add commentary.
7922         (nnmaildir-version): Indicate that nnmaildir is now a standard
7923         part of Gnus, not separately released.
7924
7925 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7926
7927         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7928         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7929         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7930         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7931
7932 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7933
7934         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7935
7936 2001-12-20  Simon Josefsson  <jas@extundo.com>
7937
7938         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7939         ZHU <zsh@cs.rochester.edu>.
7940         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7941         Brian P Templeton <bpt@tunes.org>.
7942
7943 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7944
7945         * nnmaildir.el: New file.
7946         From Paul Jarc <prj@po.cwru.edu>.
7947
7948 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7949
7950         * nndoc.el (nndoc-type-alist): Move forward to the end.
7951
7952 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7955         `dolist'.
7956
7957 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7958
7959         * gnus-win.el (gnus-frames-on-display-list): New function.
7960         (gnus-get-buffer-window): Use it.
7961
7962 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7963
7964         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7965
7966 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7967
7968         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7969
7970 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7971            From Harald Meland <Harald.Meland@usit.uio.no>
7972
7973         * gnus-win.el (gnus-get-buffer-window): New function.
7974         (gnus-all-windows-visible-p): Use it.
7975
7976         * gnus-util.el (gnus-horizontal-recenter)
7977         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7978         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7979
7980         * gnus-score.el (gnus-score-insert-help): Use it.
7981
7982         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7983         (gnus-generate-tree, gnus-highlight-selected-tree)
7984         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7985         it.
7986
7987         * gnus-art.el (gnus-article-set-window-start)
7988         (gnus-mm-display-part, gnus-request-article-this-buffer)
7989         (gnus-button-next-page, gnus-button-prev-page)
7990         (gnus-article-button-next-page, gnus-article-button-prev-page):
7991         Use it.
7992
7993 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7994
7995         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7996         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7997         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7998
7999 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8000
8001         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8002         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8003         * mml1991.el, nnultimate.el: Add `coding'.
8004
8005 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8006
8007         * ChangeLog: changed coding to buffer-file-coding-system
8008         * ChangeLog.1: same
8009         * nnwfm.el: same
8010         * gnus-smiley.el: same
8011         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8012         * gnus-delay.el: same
8013         * gnus-spec.el: same
8014         * message.el: same
8015         * mml1991.el: same
8016         * nnultimate.el: same
8017
8018 2001-12-16  Simon Josefsson  <jas@extundo.com>
8019         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8020
8021         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8022         (gnus-summary-save-map): Add muttprint.
8023         (gnus-summary-make-menu-bar): Ditto.
8024         (gnus-summary-muttprint): New function.
8025
8026         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8027
8028 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8029
8030         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8031         temporary list instead of buffer.
8032
8033         * mm-url.el (executable-find): autoload.
8034
8035 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8036
8037         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8038         to variable, follow doc-string conventions).
8039
8040 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8041
8042         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8043         subscribe-level
8044         * gnus-topic.el (gnus-subscribe-topics): use it.
8045
8046 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8047
8048         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8049         messages. (A small patch with indentation)
8050         From Sean Neakums <sneakums@zork.net>.
8051
8052         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8053         nil after shooting down the gnus-original-article-buffer.
8054
8055 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8056
8057         * uudecode.el (uudecode-use-external): New variable.
8058         (uudecode-decode-region): Automatically detect external program.
8059
8060         * binhex.el (binhex-use-external): New variable.
8061         (binhex-decode-region-internal): New function.
8062         (binhex-decode-region): Automatically detect external program.
8063
8064         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8065         Use them.
8066
8067 2001-12-12  Simon Josefsson  <jas@extundo.com>
8068
8069         * nnvirtual.el (nnvirtual-always-rescan)
8070         (nnvirtual-component-regexp): Fix doc.
8071
8072         * nnoo.el (defvoo): Add doc to defvoo variables.
8073
8074         * nnml.el (nnml-directory, nnml-active-file)
8075         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8076         (nnml-marks-is-evil, nnml-filenames-are-evil)
8077         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8078
8079         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8080         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8081         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8082         `error'.
8083
8084         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8085         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8086
8087         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8088         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8089         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8090         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8091
8092         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8093         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8094
8095         * imap.el, nnimap.el: Fix indentation.
8096
8097         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8098
8099 2001-12-12  Didier Verna  <didier@xemacs.org>
8100
8101         * gnus-msg.el (gnus-group-news): New function.
8102         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8103         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8104         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8105         for it.
8106         * gnus-msg.el (gnus-summary-news-other-window): New function.
8107         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8108         bind it to `i'.
8109         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8110         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8111         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8112         for it (called with a prefix).
8113         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8114         group-name argument.
8115         * gnus-msg.el (gnus-setup-message): use it.
8116
8117 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8118
8119         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8120
8121 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8122
8123         * mml.el (mime-to-mml): Remove Content-Disposition too.
8124
8125 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8128         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8129         strings only.
8130         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8131
8132 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8133
8134         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8135         (nnmail-fancy-expiry-target): Use it.
8136         Suggestions from Simon Josefsson <jas@extundo.com>.
8137
8138 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8139
8140         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8141
8142 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8143
8144         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8145
8146         * gnus-util.el (gnus-url-unhex-string): Move here.
8147
8148 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8151         mm-url-decode-entities-nbsp.
8152
8153         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8154         * webmail.el, nnwfm.el: Use mm-url.
8155
8156         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8157         (mm-url-remove-markup): Move from nnweb.
8158         (mm-url-fetch-simple): Move from webmail.
8159
8160         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8161
8162 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8165         (gnus-summary-print-article): Use it.
8166
8167         * gnus-util.el (gnus-replace-in-string): Typo.
8168
8169 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * nnweb.el (nnweb-replace-in-string): Removed.
8172
8173         * gnus-util.el (gnus-replace-in-string): New function.
8174         (gnus-mode-string-quote): Use it.
8175
8176         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8177         * nnwfm.el (nnwfm-create-mapping): Ditto.
8178
8179 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8180
8181         * dgnushack.el (dgnushack-compile): nnrss.el and
8182         nnslashdot.el don't depend on nnweb, url, w3.
8183
8184         * nnrss.el: Use mm-url.
8185
8186 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8187
8188         * mm-url.el (mm-url-insert-file-contents): Support file:.
8189
8190 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8191
8192         * mm-view.el: Lower case for the description line. Sync from the
8193         Emacs CVS.
8194
8195 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8196
8197         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8198         From:  Stefan Monnier  <monnier@cs.yale.edu>
8199
8200 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8203
8204 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8205
8206         * mm-url.el: Require executable.
8207         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8208
8209 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8210
8211         * pop3.el (pop3-munge-message-separator): Only use valid date.
8212         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8213
8214         * Makefile.in: gnus-load.elc may not be generated.
8215
8216 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8217
8218         * mm-url.el: New file.
8219         * nnslashdot.el: Use it.
8220         * mm-extern.el (mm-extern-url): Use it.
8221
8222 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * gnus-sum.el (gnus-summary-save-article): Nix
8225         gnus-display-mime-function and gnus-article-prepare-hook.
8226
8227         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8228         the beginning of lines.
8229         (gnus-complex-form-to-spec): Ditto.
8230
8231 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8232
8233         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8234         From Paul Jarc <prj@po.cwru.edu>.
8235
8236 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8237
8238         * message.el: New variable message-subscribed-address-file;
8239         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8240
8241 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * message.el (message-tab-body-function): Set to nil.
8244         (message-tab): Use text-mode-map or global-map.
8245         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8246
8247 2001-11-30  Simon Josefsson  <jas@extundo.com>
8248
8249         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8250         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8251         <christoph.conrad@gmx.de>.
8252         (gnus-agent-fetch-group-1): Add verbose message.
8253
8254 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8255
8256         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8257         of integers.
8258
8259 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8260
8261         * message.el (message-newgroups-header-regexp)
8262         (message-completion-alist, message-tab-body-function): Use
8263         defcustom rather than defvar.
8264         (message-tab): Mention `message-tab-body-function' in doc.
8265         Suggested by Karl Eichwalder.
8266
8267 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8268
8269         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8270
8271 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8272
8273         * nnheader.el (nnheader-find-nov-line): Don't use macro
8274         gnus-delete-line.
8275
8276         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8277         (gnus-group-name-charset): Ditto.
8278
8279         * gnus-util.el (gnus-buffer-live-p): Ditto.
8280
8281 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8282
8283         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8284         open parenthesis in doc.
8285         (sieve-manage-authenticator-alist): Typo in doc.
8286         * imap.el (imap-authenticator-alist): Typo in doc.
8287         (imap-stream-alist): Backslash.
8288
8289         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8290           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8291
8292 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8295
8296         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8297
8298         * gnus-msg.el (gnus-configure-posting-styles): use
8299         make-local-hook. Add LOCAL for add-hook.
8300
8301 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8302
8303         * message.el (message-mode): Use `make-local-hook' unless
8304         obsolete.
8305         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8306
8307 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * canlock.el: Remove sha1.el and base64.el stuff.
8310
8311 2001-11-26  Didier Verna  <didier@xemacs.org>
8312
8313         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8314         if needed.
8315
8316 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * message.el (message-tamago-not-in-use-p): New function.
8319         (message-strip-forbidden-properties): Use it.
8320
8321 2001-11-26  Didier Verna  <didier@xemacs.org>
8322
8323         * gnus-start.el (gnus-check-first-time-used): only check for
8324         existence of .el[d] files.
8325
8326 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8329
8330         * message.el (message-setup-1): Clean up mc-*.
8331
8332 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8333
8334         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8335         * gnus-score.el (gnus-score-find-bnews): Use it.
8336
8337         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8338         (gnus-summary-limit-to-author): Ditto.
8339         (gnus-summary-limit-to-extra): Ditto.
8340         (gnus-summary-find-matching): Support not-matching argument.
8341
8342 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8343
8344         * message.el (message-wash-subject): Use `insert' rather than
8345         `insert-string', which is deprecated.
8346
8347 2001-11-24  Simon Josefsson  <jas@extundo.com>
8348
8349         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8350         message. (Gnus does not "default" to using 8bit for the message,
8351         it default to use 8bit encoding and the user-supplied CTE
8352         value. Calling this behaviour "treating it as 8bit" is perhaps
8353         better.)
8354
8355         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8356         (compare mm-charset-to-coding-system).
8357
8358 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8359
8360         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8361         buffer. Correctly decode hex.
8362
8363 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * gnus-agent.el (gnus-category-insert-line): Convert category
8366         names to strings.
8367
8368 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8369
8370         * message.el (sha1): eval-and-compile.
8371
8372 2001-11-20  Simon Josefsson  <jas@extundo.com>
8373
8374         * message.el (message-allow-no-recipients): New variable.
8375         (message-send): Use it, customize the prompting when posting to
8376         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8377
8378 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * mm-util.el (mm-coding-system-priorities): New variable.
8381         (mm-sort-coding-systems-predicate): New function.
8382         (mm-find-mime-charset-region): Resort coding systems if needed.
8383         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8384
8385 2001-11-20  Didier Verna  <didier@xemacs.org>
8386
8387         * gnus-group.el (gnus-group-make-help-group): new optional
8388         argument to control the error behavior.
8389         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8390         erroring.
8391
8392 2001-11-19  Simon Josefsson  <jas@extundo.com>
8393
8394         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8395         instead of C-c C-u.  Suggested by Per Abrahamsen
8396         <abraham@dina.kvl.dk>.
8397
8398 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8399
8400         * nnfolder.el (nnfolder-read-folder): Use group instead of
8401         nnfolder-current-group.
8402         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8403
8404 2001-11-17  Simon Josefsson  <jas@extundo.com>
8405
8406         * message.el (message-send): Ask user if Fcc/Gcc should be
8407         performed when no other sender was specified.
8408         Suggested by prj@po.cwru.edu (Paul Jarc).
8409
8410 2001-11-17  Simon Josefsson  <jas@extundo.com>
8411
8412         * message.el (message-mode, message-mode-map): Use C-c C-u for
8413         Importance: instead of C-c C-p (used by SC).
8414
8415 2001-11-16  Simon Josefsson  <jas@extundo.com>
8416
8417         * message.el (message-insert-importance-high)
8418         (message-insert-importance-low): Save point.
8419
8420         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8421         value.
8422
8423 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8424
8425         * message.el (message-strip-special-text-properties): New option.
8426         (message-strip-forbidden-properties): Obey it.
8427
8428 2001-11-14  Sam Steingold  <sds@gnu.org>
8429
8430         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8431
8432 2001-11-15  Simon Josefsson  <jas@extundo.com>
8433
8434         Support "Importance:" header in Message.
8435
8436         * message.el (message-mode-map): Bind C-c C-p to
8437         `message-insert-or-toggle-importance'
8438         (message-mode-menu): Add message-insert-importance-{high,low}.
8439         (message-insert-importance-high, message-insert-importance-low)
8440         (message-insert-or-toggle-importance): New functions.
8441         (message-tool-bar-map): Add {un,}important.
8442         (message-mode): Doc fix.
8443
8444 2001-11-15  Simon Josefsson  <jas@extundo.com>
8445
8446         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8447
8448         * mml.el (mml-menu): Fix toolbar tooltip.
8449
8450 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8451
8452         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8453         * nnml.el (nnml-save-marks): Ditto.
8454
8455         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8456
8457 2001-11-15  Simon Josefsson  <jas@extundo.com>
8458
8459         * nnml.el (nnml-save-marks):
8460         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8461         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8462
8463 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8464
8465         * gnus-art.el (gnus-article-wash-status-strings): Use
8466         `copy-sequence', not `copy-seq'.
8467
8468 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8469
8470         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8471         (gnus-gnus-article-wash-status-entry): New function.
8472         (gnus-article-wash-status): Use it.
8473
8474 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8475
8476         * mml1991.el: Add coding header.
8477
8478 2001-11-12  Simon Josefsson  <jas@extundo.com>
8479
8480         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8481         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8482         `mml1991-sign' and `mml1991-encrypt'.
8483         (mml1991-encrypt, mml1991-sign): New glue functions.
8484         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8485
8486         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8487         (mml-menu): Add PGP to menu.
8488
8489         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8490         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8491         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8492         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8493
8494         * mml2015.el: Mention RFC 3156.
8495
8496         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8497
8498 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8501
8502         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8503           From <Michael.Cook@cisco.com>
8504
8505 2001-11-11  Simon Josefsson  <jas@extundo.com>
8506
8507         * message.el (top-level): Autoload sha1.
8508         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8509         canlock, no need to require two different hash algs).  Suggested
8510         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8511
8512 2001-11-09  Simon Josefsson  <jas@extundo.com>
8513
8514         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8515         <Pavel@Janik.cz>.
8516
8517 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8518
8519         * message.el (message-point-in-header-p): New function.
8520         (message-do-auto-fill): Use it.
8521         (message-beginning-of-line): New function.  Goes to beginning of
8522         header value (i.e., end of header name), or to beginning of line
8523         if already at beginning of value.  Behaves like
8524         `beginning-of-line' when in message body.
8525         (message-mode-map): Bind it.
8526
8527 2001-11-08  Simon Josefsson  <jas@extundo.com>
8528
8529         * gnus-msg.el (gnus-posting-styles): Add doc.
8530
8531 2001-11-07  Simon Josefsson  <jas@extundo.com>
8532
8533         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8534
8535         * sieve-mode.el (sieve-control-commands-face)
8536         (sieve-control-commands-face, sieve-action-commands-face)
8537         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8538         faces.
8539         (sieve-font-lock-keywords): Use them.
8540         (sieve-mode): Only set font-lock-defaults in emacs.
8541
8542         * gnus-art.el (gnus-default-article-saver): Add
8543         gnus-summary-save-body-in-file.
8544         (gnus-summary-write-to-file): Fix doc.
8545
8546 2001-11-07  Simon Josefsson  <jas@extundo.com>
8547
8548         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8549         reference to the correct chapter in the manual.
8550
8551         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8552         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8553
8554 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8555
8556         * mml.el (mml-preview): Bind mail-header-separator.
8557
8558 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * message.el: Always require canlock.
8561         (message-ignored-supersedes-headers): Include Cancel-Lock and
8562         Cancel-Key.
8563         (message-insert-canlock): Don't require canlock.
8564         (message-cancel-news): Don't check whether canlock is available.
8565         (message-supersede): Support cancel-locks.
8566
8567         * gnus-art.el: Don't autoload canlock.
8568
8569 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8570
8571         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8572         From: <andre@slamdunknetworks.com>
8573
8574 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8575
8576         * many files: Fix copyright lines.
8577
8578 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8579
8580         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8581         Suggested by Dave Love  <fx@gnu.org>.
8582
8583 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8584
8585         * message.el (message-kill-buffer): Remove auto-save file after
8586         confirm.
8587
8588         * message.el (message-send-mail): Call message-generate-headers
8589         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8590
8591         * gnus-topic.el (gnus-topic-rename): Initial-input.
8592         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8593
8594 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8595
8596         * message.el (message-forbidden-properties): New constant.
8597         (message-strip-forbidden-properties): New function.
8598         (message-mode): Activate it.
8599
8600 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8601
8602         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8603         (mm-hack-charsets): Fix doc.
8604
8605 2001-11-02  Simon Josefsson  <jas@extundo.com>
8606
8607         * gnus-int.el (gnus-check-server): Message "...done" when done.
8608
8609         * imap.el (imap-close): Don't message (imap-send-command-wait
8610         returns if the connection is dropped).
8611         (imap-wait-for-tag): Nix out message only when necessary.
8612
8613         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8614         for non-crossposting.
8615         (gnus-sieve-crosspost): Default to t to be consistent with other
8616         parts of Gnus.
8617
8618 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8621         (mm-iso-8859-x-to-15-table): Ditto.
8622         (mm-iso-8859-x-to-15-region): Ditto.
8623         (mm-find-mime-charset-region): Ditto.
8624
8625 2001-11-01  Simon Josefsson  <jas@extundo.com>
8626
8627         * nnimap.el (nnimap-close-asynchronous): New variable.
8628         (nnimap-close-group): Use it.
8629         (nnimap-expunge): Don't use it.
8630
8631         * imap.el (imap-callbacks): New variable.
8632         (imap-remassoc): Copied from `gnus-remassoc'.
8633         (imap-add-callback): New function.
8634         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8635         behaviour.
8636         (imap-parse-response): Call the callback.
8637
8638         * message.el (message-insert-canlock): New variable.
8639         (message-canlock-generate, message-canlock-password)
8640         (message-insert-canlock): New functions.
8641         (message-send-news): Call `message-insert-canlock'.
8642         (top-level): Require canlock when compiling.
8643         (message-insert-canlock): Require canlock before we need it.
8644
8645 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8646
8647         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8648
8649 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8650
8651         * dgnushack.el (dgnushack-make-load): A workaround for
8652         custom-add-loads bug in some versions of XEmacs.
8653
8654 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8655
8656         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8657
8658 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8659
8660         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8661         (mm-hack-charsets): New variable.
8662         (mm-iso-8859-15-compatible): New variable.
8663         (mm-iso-8859-x-to-15-table): New variable.
8664         (mm-find-mime-charset-region): Add parameter hack-charsets.
8665
8666         * mm-bodies.el (mm-encode-body): Use it.
8667         * mml.el (mml-parse-1): Ditto.
8668
8669 2001-11-01  Simon Josefsson  <jas@extundo.com>
8670
8671         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8672
8673 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8676         is nil.
8677
8678 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8679
8680         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8681
8682         * message.el (message-forward-rmail-make-body): Use
8683         save-window-excursion.
8684         (message-encode-message-body): Search with noerror.
8685         (message-setup-1): Convert compose-mail send-actions to
8686         message-send-actions.
8687
8688 2001-11-01  Simon Josefsson  <jas@extundo.com>
8689
8690         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8691         <yamaoka@jpl.org>.
8692
8693 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8694
8695         * sieve-manage.el (sieve-string-bytes): No complain.
8696
8697 2001-11-01  Simon Josefsson  <jas@extundo.com>
8698
8699         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8700         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8701         has autoload cookies, so no `require' should be necessary.)
8702
8703         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8704         files.
8705
8706 2001-10-31  Simon Josefsson  <jas@extundo.com>
8707
8708         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8709         parameter.
8710
8711         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8712         `display' is a number (and C-u wasn't used to enter group), only
8713         fetch that number of articles.
8714
8715 2001-10-31  Matt Armstrong  <matt@lickey.com>
8716
8717         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8718         not-subscribed -> subscribed.
8719
8720 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8721         From: Josh Huber <huber@alum.wpi.edu>
8722
8723         * message.el (message-subscribed-address-functions): New variable.
8724         (message-subscribed-addresses): New variable.
8725         (message-subscribed-regexps): New variable.
8726         (message-goto-mail-followup-to): New function.
8727         (message-send-mail): Add Mail-Followup-To.
8728         (message-make-mft): New function.
8729
8730         * gnus.el (gnus-find-subscribed-addresses): New function.
8731
8732 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8733
8734         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8735         (mail-source-fetch-pop): Ditto.
8736         (mail-source-check-pop): Ditto.
8737
8738         * gnus-start.el (gnus-read-init-file): Ditto.
8739         (gnus-activate-group): Ditto.
8740         (gnus-read-newsrc-el-file): Ditto.
8741
8742 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * message.el (message-get-reply-headers): Make sure there is ", ".
8745
8746         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8747         mm-coding-system-p. Don't correct it only in XEmacs.
8748         (mm-charset-to-coding-system): Use mm-coding-system-p and
8749         mm-get-coding-system-list.
8750         (mm-emacs-mule, mm-mule4-p): New variables.
8751         (mm-enable-multibyte, mm-disable-multibyte,
8752         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8753         mm-with-unibyte-current-buffer,
8754         mm-with-unibyte-current-buffer-mule4): Use them.
8755         (mm-find-mime-charset-region): Treat iso-2022-jp.
8756
8757         From  Dave Love  <fx@gnu.org>:
8758
8759         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8760         construction.
8761         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8762         entries conditional on not having a coding system defined for
8763         them.
8764         (mm-mule-charset-to-mime-charset): Use
8765         find-coding-systems-for-charsets if defined.
8766         (mm-charset-to-coding-system): Don't use
8767         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8768         later.  Add last resort search of coding systems.
8769         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8770         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8771         Mule 4.
8772         (mm-find-mime-charset-region): Re-write.
8773         (mm-with-unibyte-current-buffer): Restore buffer as well as
8774         multibyteness.
8775
8776 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8777
8778         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8779         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8780         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8781
8782 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8783
8784         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8785         again.
8786
8787         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8788
8789 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * gnus-spec.el (gnus-parse-simple-format): Use
8792           buffer-substring-no-properties.
8793
8794 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-art.el (article-verify-cancel-lock): New function.
8797
8798         * nnheader.el (nntp-process-response): New variable.
8799         (nnheader-init-server-buffer): Make `nntp-process-response'
8800         buffer-local in `nntp-server-buffer'.
8801
8802         * nntp.el (nntp-prepare-post-hook): New hook.
8803         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8804         (nntp-async-trigger): Ditto.
8805         (nntp-request-post): Insert a server's ID if there's no Message-ID
8806         header; run `nntp-prepare-post-hook'.
8807
8808 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8811         instead.
8812
8813         * message.el (message-forward-subject-author-subject): Don't use
8814         message-news-p, which widens the buffer.
8815         (message-forward-make-body): New function.
8816         (message-forward): Use it.
8817         (message-insinuate-rmail): New function.
8818         (message-forward-rmail-make-body): New function.
8819
8820 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8821
8822         * mm-extern.el (mm-extern): Provide it.
8823
8824         * mm-partial.el (mm-partial): Provide it.
8825
8826 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8827
8828         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8829
8830 2001-10-29  Simon Josefsson  <jas@extundo.com>
8831
8832         * mml.el (mml-preview): Bind message-this-is-news if it is
8833         news. From Jesper Harder <harder@myrealbox.com>.
8834
8835 2001-10-28  Simon Josefsson  <jas@extundo.com>
8836
8837         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8838
8839 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8840
8841         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8842         ironic smilies.
8843
8844 2001-10-27  Simon Josefsson  <jas@extundo.com>
8845
8846         * message.el (message-indent-citation): Don't add trailing
8847         whitespace when citing text.
8848
8849         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8850         <harder@ifa.au.dk>.
8851
8852 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8853
8854         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8855         not available.
8856         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8857         (nnweb-type-definition): Add google as alias of dejanews.
8858         (nnweb-google-parse-1): Forward 1 line.
8859
8860 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8861
8862         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8863         variable `message-forward-ignored-headers'.
8864
8865 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8866
8867         * gnus.el (gnus-expand-group-parameter): New function.
8868         (gnus-expand-group-parameters): Call it.
8869         (gnus-group-fast-parameter): New function.
8870         (gnus-group-find-parameter): Call it.
8871
8872 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8873
8874         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8875         vector (it didn't before because of a bug).
8876         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8877         available.  Before it converted it to an article number.
8878
8879         This makes followup to news articles with negative numbers in
8880         nnvirtual groups use news instead of mail.
8881
8882 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8883
8884         * gnus.el (post-method): Use `native' instead of `nil'.
8885
8886         * gnus-msg.el (gnus-post-method): Ditto.
8887
8888 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8889
8890         * gnus.el (gnus-define-group-parameter): Grammar fix.
8891
8892 2001-10-22  Simon Josefsson  <jas@extundo.com>
8893
8894         * gnus-msg.el (gnus-extended-version): Include
8895         system-configuration.
8896         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8897
8898 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8899
8900         * gnus.el (post-method): Customization fix: `native' is not a
8901         valid value.
8902         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8903         `native' is not a valid value.
8904
8905 2001-10-21  Simon Josefsson  <jas@extundo.com>
8906
8907         * nnimap.el (nnimap): Defgroup
8908         (nnimap-strict-function, nnimap-strict-function-match): New
8909         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8910         (nnimap-split-crosspost, nnimap-split-inbox)
8911         (nnimap-split-rule, nnimap-split-predicate)
8912         (nnimap-split-predicate): Defcustom.
8913         (nnimap-split-inbox, nnimap-expunge-search-string)
8914         (nnimap-importantize-dormant): Remove "*" from doc.
8915
8916 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8917
8918         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8919         not supplied via prefix arg.  From Lisp, make arg mandatory.
8920         Suggested by Frank Schmitt.
8921
8922 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8923
8924         * message.el (message-do-auto-fill): Avoid calling
8925         'rfc822-goto-eoh'.
8926
8927 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8928         From Paul Jarc <prj@po.cwru.edu>.
8929
8930         * message.el (message-get-reply-headers): Restructure the logic
8931         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8932
8933 2001-10-20  Simon Josefsson  <jas@extundo.com>
8934
8935         * message.el (message-cancel-news): Support cancel-locks.
8936         Suggested by Per Abrahamsson.
8937
8938         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8939         conses.  From David Z Maze <dmaze@MIT.EDU>.
8940
8941         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8942
8943 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8944
8945         * mm-decode.el (mm-default-directory): Fix customize type.
8946
8947         * message.el (message-setup-fill-variables): Kludge to use
8948         normal-auto-fill-function even if auto fill is already activated.
8949
8950 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8951
8952         * message.el (message-do-auto-fill): New version that does not
8953         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8954         (message-setup-1): Removed the `message-field' property.
8955
8956         * gnus-draft.el (gnus-draft-edit-message): Removed the
8957         `message-field' property.
8958
8959 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8960
8961         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8962         `message-field'.  The `field' property has a special significance in
8963         Emacs 21.
8964
8965         * message.el (message-send, message-setup-1): Ditto.
8966
8967 2001-10-18  Simon Josefsson  <jas@extundo.com>
8968
8969         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8970         when undoing.
8971
8972 2001-10-18  Simon Josefsson  <jas@extundo.com>
8973         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8974
8975         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8976         (gnus-summary-make-menu-bar): Ditto.
8977
8978 2001-10-17  Simon Josefsson  <jas@extundo.com>
8979
8980         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8981         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8982
8983 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8986         * gnus-util.el (gnus-user-date): New function.
8987         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8988
8989 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8990
8991         * message.el (message-check-news-header-syntax): Special case
8992         nnvirtual groups.
8993
8994         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8995         customize type to `symbol'.
8996
8997 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9000         %&foo;.
9001         (gnus-parse-simple-format): Support user extended spec too.
9002         %u&foo; invokes gnus-user-format-function-foo.
9003
9004 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9005
9006         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9007         the server.
9008         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9009         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9010         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9011         * nndiary.el (nndiary-request-expire-articles): Ditto.
9012         (nndiary-schedule): Defsubst it before use it.
9013         (nndiary-error): eval-and-compile.
9014
9015 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9016
9017         * gnus-msg.el (gnus-post-method): Changed two instances of
9018         `active' to `current' and one `null' to `not'.
9019
9020 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9021         From Katsumi Yamaoka <yamaoka@jpl.org>.
9022
9023         * message.el (message-setup-fill-variables): Use
9024         `normal-auto-fill-function' instead of `auto-fill-function'.
9025
9026 2001-10-16  Simon Josefsson  <jas@extundo.com>
9027
9028         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9029         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9030         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9031
9032 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9033         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9034
9035         * gnus-draft.el (gnus-draft-edit-message): Add text property
9036         `field' with value `header' to message headers.
9037         * message.el (message-setup-1): Really add text property to all of
9038         the header, not just part of it.
9039
9040 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * gnus-group.el (gnus-group-sort-by-server): Use it.
9043
9044         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9045
9046         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9047         and keystroke.
9048
9049 2001-10-14  Simon Josefsson  <jas@extundo.com>
9050
9051         * dig.el: Doc fix.
9052
9053         * smime.el: Doc fix.
9054
9055         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9056         charset magic from message.el.
9057
9058 2001-10-12  Simon Josefsson  <jas@extundo.com>
9059         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9060
9061         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9062         'cite from g-a-wash-types.
9063         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9064         (gnus-article-hide-citation): Fix.
9065
9066         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9067         character.
9068         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9069
9070         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9071         definition.
9072         (gnus-signature-toggle): Toggle `s' mode line character.
9073
9074         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9075         doing stuff that clears it.
9076
9077 2001-10-12  Simon Josefsson  <jas@extundo.com>
9078
9079         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9080         From Eric Marsden <emarsden@laas.fr>.
9081
9082 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9085         (autoload): Add some autoloads.
9086
9087 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9088         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9089
9090         * message.el (message-do-auto-fill): New function.  Like
9091         `do-auto-fill' but don't fill when in the message header.
9092         (message-setup-1): Put a text property on the message header.
9093         (message-setup-fill-variables): Use `message-do-auto-fill'.
9094
9095 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9096
9097         * message.el (message-send-mail-partially): Insert an empty line
9098         first, because of the change of message-make-lines.
9099
9100 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9101
9102         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9103         iso-8859-15, make it an alias for iso-8859-1.
9104
9105 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * message.el (message-send-news): Don't modify the value of
9108         `message-syntax-checks' if it is not a list (possibly it is
9109         `dont-check-for-anything-just-trust-me').
9110
9111 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9114         `find-coding-system' for XEmacs to check whether the coding-system
9115         `utf-8' is available.
9116
9117 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9118
9119         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9120
9121 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9122
9123         * message.el (message-send-news): Oops, missed case with no
9124         "Followup-To" header...
9125
9126 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9127
9128         * message.el (message-send-news): Allow
9129         `gnus-group-name-charset-group-alist' to affect encoding of the
9130         "Newsgroups" and "Followup-To" headers.
9131
9132 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9133
9134         * Makefile.in (install-el): Depend on gnus-load.el.
9135
9136 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * Makefile.in (install-el): Use -f.
9139         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9140
9141 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9142
9143         * message.el (message-send-news): Don't encode Followups-To when
9144         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9145
9146         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9147         header.
9148
9149         * gnus-art.el (article-decode-group-name): Also decode
9150         "Followup-To".
9151
9152         * rfc2047.el (rfc2047-encode-message-header): Encode without
9153         asking for null methods.
9154
9155         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9156         default charset for newsgroup names in accordance with USEFOR.
9157
9158         * gnus-group.el (gnus-group-name-charset-method-alist,
9159         gnus-group-name-charset-group-alist): Removed "*" from doc
9160         strings, "*" should not be used for complex variables.
9161
9162 2001-10-06  Simon Josefsson  <jas@extundo.com>
9163
9164         Support UTF-8 group names better.
9165
9166         * message.el (message-check-news-header-syntax): Encode group
9167         names before comparison.
9168
9169         * gnus-msg.el (gnus-copy-article-buffer): Run all
9170         `gnus-article-decode-hook's except `article-decode-charset'
9171         instead of hardcoding call to one of them.
9172
9173         * gnus-art.el (gnus-article-decode-hook): Add
9174         `article-decode-group-name'.
9175         (article-decode-group-name): New function, use `g-d-n'.
9176
9177         * gnus-group.el (gnus-group-insert-group-line): Decode
9178         gnus-tmp-group using `g-d-n'.
9179
9180         * gnus-util.el (gnus-decode-newsgroups): New function.
9181
9182 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9183
9184         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9185         `gnus-group-name-charset-group-alist'.
9186
9187 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9188
9189         * Makefile.in: Install el in install. Add uninstall.
9190
9191 2001-10-05  Simon Josefsson  <jas@extundo.com>
9192
9193         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9194
9195         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9196
9197         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9198         empty folders.
9199
9200         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9201         limiting if read-all (C-u RET) was used.
9202
9203 2001-10-04  Simon Josefsson  <jas@extundo.com>
9204
9205         * mail-source.el (mail-source-movemail-program): New variable.
9206         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9207         <thutt@thutt.vmware.com>.
9208
9209 2001-10-03  Simon Josefsson  <jas@extundo.com>
9210
9211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9212         (gnus-summary-line-format-alist): Fix param.
9213
9214 2001-10-02  Simon Josefsson  <jas@extundo.com>
9215
9216         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9217         don't go through `nnimap-request-expire-articles' to delete the
9218         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9219
9220 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221
9222         * gnus-agent.el (gnus-agent-write-active): The min in the
9223         agent/active may be larger than that in the server/active.
9224
9225 2001-10-01  Simon Josefsson  <jas@extundo.com>
9226
9227         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9228         is IMAP4rev1.
9229
9230         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9231
9232         * nnfolder.el: Ditto.
9233
9234 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9235
9236         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9237         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9238
9239 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9240
9241         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9242         (message-mode-menu): Menu item for same.
9243
9244         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9245         delayed articles.
9246
9247         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9248         nndraft:delayed does not exist.
9249         (gnus-delay-initialize): Don't set up keymap, that's done from
9250         message.el now.
9251         (gnus-delay, gnus-delay-group, gnus-delay-header)
9252         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9253
9254 2001-09-29  Simon Josefsson  <jas@extundo.com>
9255
9256         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9257         utf-8, not eight-bit-control.
9258
9259         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9260         (imap-log, imap-debug): Custom.
9261         (imap-log-buffer, imap-debug-buffer): New constants.
9262         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9263         (imap-network-open, imap-shell-open, imap-starttls-open)
9264         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9265         (imap-debug): Use imap-*-buffer.
9266
9267         * nndoc.el (nndoc-article-type): Add mailman.
9268         (nndoc-type-alist): Ditto.
9269         (nndoc-mailman-type-p): New function.
9270
9271 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9274         gnus-art.el.
9275
9276 2001-09-27  Simon Josefsson  <jas@extundo.com>
9277
9278         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9279         (gnus-topic-catchup-articles): New function. Suggested by Robin
9280         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9281
9282 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9283         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9284
9285         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9286         previous ones.
9287
9288 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289         From Daiki Ueno  <ueno@unixuser.org>
9290
9291         * gnus-sum.el (gnus-summary-show-article): The arglist of
9292         detect-coding-region is incompatible.
9293
9294 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9295         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9296
9297         * gnus-group.el (gnus-group-delete-group): Typo.
9298
9299 2001-09-26  Simon Josefsson  <jas@extundo.com>
9300
9301         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9302
9303         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9304
9305 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9306
9307         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9308
9309 2001-09-22  Simon Josefsson  <jas@extundo.com>
9310
9311         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9312
9313         * nnfolder.el (nnfolder-open-marks): Ditto.
9314
9315         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9316         (gnus-update-marks): Use it.
9317         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9318         hardcoded list.
9319
9320         * gnus.el (gnus-article-special-mark-lists): Add killed.
9321         (gnus-article-unpropagated-mark-lists): New constant.
9322
9323 2001-09-22  Simon Josefsson  <jas@extundo.com>
9324
9325         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9326         custom option.
9327
9328 2001-09-23  Simon Josefsson  <jas@extundo.com>
9329
9330         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9331
9332 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9333
9334         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9335
9336 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9337
9338         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9339         accept lists of functions.
9340
9341 2001-09-20  Simon Josefsson  <jas@extundo.com>
9342
9343         * gnus-group.el (gnus-group-catchup): Update expire marks in
9344         backend.  Also, if ALL also set expire marks on tick/dormant.
9345
9346 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9347
9348         * message.el (message-tab-body-function): New variable.
9349         * message.el (message-tab): Use it.
9350
9351 2001-09-19  Sam Steingold  <sds@gnu.org>
9352
9353         * gnus-win.el (gnus-buffer-configuration): Respect
9354         `gnus-bug-create-help-buffer'.
9355
9356 2001-09-18  Simon Josefsson  <jas@extundo.com>
9357
9358         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9359         (gnus-parse-simple-format): Re-revert.
9360
9361 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9362         Trivial patch.
9363
9364         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9365         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9366
9367 2001-09-18  Simon Josefsson  <jas@extundo.com>
9368
9369         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9370         signed.
9371         (gnus-parse-simple-format): Don't use it.
9372
9373 2001-09-17  Miles Bader  <miles@gnu.org>
9374
9375         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9376         error querying a backend abort the whole process.
9377
9378 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9379
9380         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9381         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9382
9383 2001-09-17  Didier Verna  <didier@xemacs.org>
9384
9385         * nndiary.el: version 0.2-b14.
9386         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9387         compatibility problem with XEmacs 21.1.
9388
9389 2001-09-15  Simon Josefsson  <jas@extundo.com>
9390
9391         * gnus-group.el (gnus-group-line-format): Document %c.
9392
9393         * nnml.el (nnml-parse-head): Handle CRLF files.
9394         (nnml-generate-nov-file): Ditto.
9395         (nnml-retrieve-headers): Ditto.
9396
9397 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9398
9399         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9400
9401 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9402
9403         * gnus-spec.el (gnus-correct-substring): Still stopped one
9404         character before we wanted (never included last character).
9405         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9406         add missing "," (once per function)
9407
9408 2001-09-14  Simon Josefsson  <jas@extundo.com>
9409
9410         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9411         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9412         default before gnus-group is loaded and the variable set.)
9413
9414         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9415         killed or unsent marks.
9416
9417         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9418         isn't an article to set it on (e.g. when you `a' in a group).
9419
9420 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9421
9422         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9423         can read e-mails from Microsoft Outlook users not using ISO
9424         8859-2 character set.
9425
9426 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9427
9428         * gnus-diary.el: Minor modifications to avoid warnings.
9429         (gnus-summary-misc-menu): defvar.
9430         (gnus-diary-check-message): Use gnus-point-at-eol.
9431         (gnus-diary-kill-entire-line): eval-and-compile.
9432
9433 2001-09-12  Didier Verna  <didier@xemacs.org>
9434
9435         * nndiary.el: new version (0.2-b13).
9436         * nndiary.el (nndiary-mail-sources): doc update.
9437         * nndiary.el (nndiary-split-methods): ditto.
9438         * nndiary.el (nndiary-request-accept-article-hooks): New.
9439         * nndiary.el (nndiary-request-accept-article): use it, check
9440         message validity.
9441         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9442         * nndiary.el (nndiary-schedule): fix bug (misplaced
9443         condition-case): it didn't return nil on error.
9444         * gnus-diary.el: new version.
9445         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9446         * gnus-diary.el (gnus-diary-header-value-history): New.
9447         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9448         * gnus-diary.el (gnus-diary-add-header): New.
9449         * gnus-diary.el (gnus-diary-check-message): New.
9450         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9451         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9452
9453 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9454
9455         * gnus-sum.el (gnus-select-newsgroup): Make
9456         `gnus-current-select-method' buffer-local.
9457
9458         * gnus-art.el (gnus-request-article-this-buffer): Refer
9459         `gnus-current-select-method' in the current summary buffer.
9460
9461 2001-09-10  Simon Josefsson  <jas@extundo.com>
9462         From Daniel Pittman <daniel@rimspace.net>
9463
9464         * gnus-spec.el (gnus-correct-pad-form): Fix.
9465
9466 2001-09-09  Simon Josefsson  <jas@extundo.com>
9467
9468         * mm-decode.el (mm-inline-media-tests): Add
9469         application/x-emacs-lisp.
9470         (mm-attachment-override-types): Add
9471         application/{x-,}pkcs7-signature.
9472
9473         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9474         (gnus-server-line-format, gnus-server-mode-line-format)
9475         (gnus-server-browse-in-group-buffer): Customize.
9476
9477 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9478
9479         * nnml.el (nnml-marks-changed-p): Typo.
9480         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9481         (nnml-marks-changed-p): Use gnus-gethash.
9482         (nnml-marks-modtime): Use gnus-make-hashtable.
9483
9484         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9485         (nnfolder-request-expire-articles, nnfolder-save-marks)
9486         (nnfolder-open-marks): Typo.
9487         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9488         (nnfolder-marks-changed-p): Use gnus-gethash.
9489         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9490
9491 2001-09-08  Simon Josefsson  <jas@extundo.com>
9492
9493         * nnfolder.el (nnfolder-marks-modtime): New variable.
9494         (nnfolder-marks-changed-p): New function.
9495         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9496         (nnfolder-request-update-info): Don't update if marks didn't change.
9497
9498         * nnml.el (nnml-marks-modtime): New variable.
9499         (nnml-marks-changed-p): New function.
9500         (nnml-save-marks, nnml-open-marks): Save modtime.
9501         (nnml-request-update-info): Don't update if marks didn't change.
9502
9503         * gnus-agent.el (gnus-agent-any-covered-gcc)
9504         (gnus-agent-add-server, gnus-agent-remove-server): Use
9505         gnus-agent-method-p.
9506
9507         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9508         (gnus-unbuttonized-mime-type-p): Use it.
9509
9510         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9511         fetch group.
9512
9513 2001-09-08  Simon Josefsson  <jas@extundo.com>
9514         From Daniel Pittman <daniel@rimspace.net>
9515
9516         * gnus-spec.el (gnus-correct-pad-form): New function.
9517         (gnus-parse-simple-format): Use it.
9518
9519 2001-09-07  Simon Josefsson  <jas@extundo.com>
9520
9521         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9522         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9523         Putnam <reader@newsguy.com>.
9524         (gnus-group-sort-selected-groups): Touch dribble file.
9525
9526 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9527
9528         * nnml.el (nnml-filenames-are-evil): New variable.
9529         (nnml-article-to-file-alist): Rename to ...
9530         (nnml-current-group-article-to-file-alist): ... this.
9531         Respect `nnml-filenames-are-evil'.
9532         (nnml-active-number): Update.
9533         (nnml-update-file-alist): Update.
9534         (nnml-request-article): Use nnheader-article-to-file-alist.
9535         (nnml-request-rename-group): Likewise.
9536
9537 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-sum.el (gnus-summary-insert-line): Fix.
9540
9541 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9542
9543         * gnus-sum.el: Bind g-s-t-s to "W g".
9544         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9545         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9546         display of graphical smilies.
9547
9548 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9549
9550         * gnus-start.el (gnus-setup-news): A typo.
9551         From Bill White <billw@wolfram.com>.
9552
9553 2001-09-06  Simon Josefsson  <jas@extundo.com>
9554
9555         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9556         and unseen marks.
9557
9558 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9559
9560         * nnmail.el (nnmail-split-fancy): Document `junk'.
9561
9562 2001-09-04  Simon Josefsson  <jas@extundo.com>
9563
9564         * imap.el (imap-search): Don't error if server is broken.
9565
9566 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9567
9568         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9569         searching for an article that isn't in the mbox.
9570
9571 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9574         right, and get all the comments.
9575
9576 2001-09-02  Simon Josefsson  <jas@extundo.com>
9577         Suggested by Dan Christensen <jdc+news@uwo.ca>
9578
9579         * nnfolder.el (nnfolder-request-update-info): Fix message.
9580
9581         * nnml.el (nnml-request-update-info): Ditto.
9582
9583 2001-09-01  Simon Josefsson  <jas@extundo.com>
9584
9585         * nnml.el (nnml-request-expire-articles): Also bind
9586         `nnml-current-group' and `nnml-article-file-alist' when using
9587         expiry-target. (Otherwise nnml will be in a inconsistent internal
9588         state causing all kind of problems.)
9589         (nnml-request-expire-articles): If `nnml-article-to-file' or
9590         `file-attributes' failes, return article as un-expirable instead
9591         of treating it as expired.
9592
9593 2001-08-31  Sam Steingold  <sds@gnu.org>
9594
9595         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9596         typo: `exmine' --> `examine'.
9597
9598 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599
9600         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9601
9602 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9603
9604         * nnml.el (nnml-check-directory-twice): Remove.
9605         (nnml-retrieve-headers): Ditto.
9606         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9607
9608 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9609
9610         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9611         directory twice on Windows, or on GNU Emacs-21.
9612
9613 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9614
9615         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9616         (nnml-request-rename-group): Ditto.
9617         (nnml-active-number): Ditto.
9618         (nnml-request-create-group): Use nnml-directory-articles.
9619         (nnml-request-expire-articles): Use nnml-directory-articles, which
9620         gets list from nov database if available.
9621         (nnml-get-nov-buffer): New function.
9622         (nnml-open-nov): Use it.
9623         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9624         gets alist from nov database if available.
9625         (nnml-directory-articles): New function.
9626         (nnml-article-to-file-alist): New function.
9627
9628 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9629
9630         * mm-decode.el (mm-display-external): Use `name' as filename, if
9631         `filename' attribute is not present.
9632
9633 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9634
9635         * mail-source.el (mail-source-flash): New defcustom.
9636         (mail-source-new-mail-p): Ring visible bell if appropriate.
9637         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9638         timer is cleared even if mail check signals an error.
9639
9640 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9641
9642         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9643         type 'list.
9644
9645 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * flow-fill.el (fill-flowed): eol might be point-max.
9648
9649 2001-08-27  Simon Josefsson  <jas@extundo.com>
9650
9651         * nnml.el (nnml-request-update-info): Fix message.
9652         (nnml-open-marks): Ditto.
9653
9654         * nnfolder.el (nnfolder-request-update-info):
9655         (nnfolder-open-marks): Fix message.
9656
9657 2001-08-25  Simon Josefsson  <jas@extundo.com>
9658
9659         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9660         after group in ~/.
9661
9662 2001-08-25  Simon Josefsson  <jas@extundo.com>
9663         From Andreas Jaeger  <aj@suse.de>
9664
9665         * nnfolder.el (nnfolder-open-marks): Fix typo.
9666         * nnml.el (nnml-open-marks): Likewise.
9667
9668 2001-08-25  Simon Josefsson  <jas@extundo.com>
9669
9670         Make nnfolder groups self-contained as far as marks are concerned.
9671
9672         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9673         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9674         (nnfolder-open-server): Make marks directory.
9675         (nnfolder-request-delete-group): Delete marks file.
9676         (nnfolder-request-delete-group): Check of nov/marks file exist
9677         before deleting.
9678         (nnfolder-request-rename-group): Rename marks file.
9679         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9680         (nnfolder-request-set-mark, nnfolder-request-update-info)
9681         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9682         (nnfolder-open-marks): New functions.
9683         (top-level): Require gnus.
9684
9685 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * nnweb.el (nnweb-type-definition): Use google raw file.
9688         (nnweb-google-parse-1): Ditto.
9689         (nnweb-google-identity): Ditto.
9690         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9691         (nnweb-altavista-wash-article): Ditto.
9692         (nnweb-request-article): Remove nnweb-decode-entities.
9693
9694         * nnml.el: Require 'gnus.
9695
9696 2001-08-25  Simon Josefsson  <jas@extundo.com>
9697
9698         * nnml.el (nnml-marks-is-evil): Add doc.
9699
9700 2001-08-25  Simon Josefsson  <jas@extundo.com>
9701
9702         * nnml.el (nnml-save-marks): Wrap saving marks in a
9703         condition-case, to allow user to start Gnus if saving marks failed
9704         for some reason.
9705
9706 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9709
9710         * gnus-group.el (gnus-update-group-mark-positions): Bind
9711         gnus-group-update-hook to nil.
9712
9713 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9714
9715         * mml.el (mml-generate-mime-1): Force as multibyte string.
9716
9717 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9718
9719         * gnus-sum.el (gnus-summary-insert-line)
9720         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9721         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9722
9723         * gnus-spec.el (gnus-correct-substring): Take optional END.
9724
9725         * nnrss.el (nnrss-request-article): Remove \n.
9726         (nnrss-retrieve-headers): Lines number is -1.
9727
9728 2001-08-24  Simon Josefsson  <jas@extundo.com>
9729
9730         * gnus-group.el (gnus-info-clear-data): Call
9731         nnfoo-request-set-mark to propagate marks.  Fix bug:
9732         `gnus-group-update-line' doesn't update read range unless we call
9733         `gnus-get-unread-articles-in-group' first.
9734
9735         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9736         to server.
9737
9738 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9739
9740         * gnus-util.el (gnus-create-info-command): Return an interactive
9741         function.
9742
9743 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9744         From Katsumi Yamaoka <yamaoka@jpl.org>
9745
9746         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9747
9748 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * gnus-sum.el (gnus-select-newsgroup): Use it.
9751
9752         * gnus-util.el (gnus-not-ignore): New function.
9753
9754         * lpath.el (featurep): Don't fbind char-int.
9755
9756         * gnus-util.el (gnus-create-info-command): New function.
9757
9758         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9759         right node.
9760
9761         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9762         (gnus-summary-limit-children): Use 'identity instead of `all'.
9763         (gnus-summary-limit-to-display-predicate): New command and
9764         keystroke.
9765
9766 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9769
9770         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9771
9772 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * gnus-spec.el: Add the Gnus version.
9775         (gnus-update-format-specifications): If the Gnus version changes,
9776         nix out the format spec cache.
9777
9778         * gnus.el (gnus-continuum-version): Made into a command and
9779         optionalize the VERSION.
9780
9781         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9782         the start of the lines.
9783
9784 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * gnus.el (gnus-visual-p): Define function before use of
9787         function.
9788
9789 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9790
9791         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9792         (gnus-article-mark-to-type): New function.
9793         (gnus-update-missing-marks): Only update marks of type 'list.
9794
9795         * gnus.el (gnus-article-special-mark-lists): New variable.
9796
9797 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9798
9799         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9800         (gnus-select-newsgroup): Still use 'all.
9801         (gnus-summary-initial-limit): Comparing with 'all.
9802
9803 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9804
9805         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9806         active.
9807
9808 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9809
9810         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9811         nnslashdot-*-retrieve-headers.
9812         (nnslashdot-request-article): Fix for slashcode 2.2.
9813         (nnslashdot-make-tuple): New function.
9814         (nnslashdot-read-groups): Use it.
9815
9816 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9819         list.
9820
9821         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9822
9823 2001-08-20  Simon Josefsson  <jas@extundo.com>
9824
9825         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9826         opened, error instead of continuing (and exploding later).
9827
9828 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * gnus.el (gnus-expand-group-parameters): Return the parameter
9831         list.
9832
9833         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9834         (gnus-summary-show-article): Guess at charset if required.
9835
9836         * gnus-spec.el (gnus-correct-substring): Stopped one character
9837         before we wanted.
9838
9839 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9840
9841         * earcon.el (earcon-auto-play): Remove unused option.
9842
9843 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9844
9845         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9846         message down in levels, since it happens very fast.
9847
9848         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9849         of smiley-regexp-alist.
9850
9851         * mm-view.el (mm-inline-text): Ignore vcard errors.
9852
9853         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9854
9855         * gnus-score.el (gnus-all-score-files): Use append instead of
9856         nconc.
9857
9858         * gnus.el (gnus-splash-face): Doc fix.
9859
9860         * mm-decode.el (mm-mailcap-command): Use
9861         mm-path-name-rewrite-functions.
9862         (mm-path-name-rewrite-functions): New variable.
9863
9864         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9865         (gnus-complex-form-to-spec): Insert tab.
9866         (gnus-spec-tab): New function.
9867
9868         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9869         entering the group.
9870
9871         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9872         the positional spec.
9873         (gnus-parse-complex-format): React to %C.
9874
9875         * gnus-ems.el (gnus-char-width): Moved here.
9876
9877         * gnus-sum.el (gnus-select-newsgroup): Set
9878         gnus-newsgroup-articles.
9879         (gnus-unseen-mark): New variable.
9880         (gnus-newsgroup-unseen): Ditto.
9881         (gnus-newsgroup-seen): Ditto.
9882         (gnus-adjust-marked-articles): Use them.
9883         (gnus-update-marks): Use them.
9884         (gnus-summary-update-secondary-mark): Display.
9885         (gnus-summary-prepare-threads): Display.
9886
9887         * gnus-msg.el (gnus-inews-group-method): Use and return the
9888         method, not the server.
9889
9890 2001-08-19  Simon Josefsson  <jas@extundo.com>
9891
9892         * gnus-srvr.el (gnus-server-agent-face): New.
9893         (gnus-server-agent-face): New.
9894         (gnus-server-mode): Turn on font-lock-mode.
9895
9896         * gnus.el (gnus-server-visual): Add defgroup.
9897
9898 2001-08-19  Simon Josefsson  <jas@extundo.com>
9899         From Joe Casadonte <jcasadonte@northbound-train.com>
9900
9901         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9902         gnus-server-denied-face): New.
9903         (gnus-server-opened-face, gnus-server-closed-face,
9904         gnus-server-denied-face): New.
9905         (gnus-server-font-lock-keywords): Add.
9906
9907 2001-08-19  Simon Josefsson  <jas@extundo.com>
9908
9909         * nnml.el (nnml-request-set-mark): Return nil.
9910         (nnml-save-marks): Use nnml-possibly-create-directory.
9911         (nnml-open-marks): Only work in temp buffer when inserting/reading
9912         .marks file.
9913
9914 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * gnus.el (gnus-expand-group-parameters): Fix.
9917
9918         * gnus-spec.el (gnus-char-width): New function.
9919         (gnus-correct-substring, gnus-correct-length): Use it.
9920
9921         * message.el (message-required-mail-headers): Fix doc.
9922
9923 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9926
9927         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9928
9929 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9930
9931         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9932         slashdot 2.2 (not fully fixed yet).
9933         (nnslashdot-request-article): Ditto.
9934
9935 2001-08-18  Simon Josefsson  <jas@extundo.com>
9936
9937         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9938         nnimap.
9939
9940         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9941         gnus-util.
9942         (nnimap-request-update-info-internal): Use new functions.
9943
9944         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9945         new functions.
9946
9947 2001-08-18  Simon Josefsson  <jas@extundo.com>
9948
9949         Make nnml groups self-contained as far as marks are concerned.
9950
9951         * nnml.el (nnml-request-delete-group): Delete marks file.
9952         (nnml-request-rename-group): Move marks file.
9953         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9954         variables.
9955         (nnml-request-set-mark, nnml-request-update-info): New server
9956         functions.
9957         (nnml-save-marks, nnml-open-marks): New functions.
9958
9959 2001-08-18  Simon Josefsson  <jas@extundo.com>
9960
9961         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9962         `set' when setting marks.
9963
9964 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9965
9966         * gnus.el (gnus-info-find-node): Take an argument.
9967
9968         * gnus-art.el (gnus-button-handle-info): New function.
9969         (gnus-url-unhex-string): Replace "+" with " ".
9970
9971 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * message.el (message-check-news-header-syntax): Check bad From.
9974
9975 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * gnus-spec.el (gnus-correct-length): New function.
9978         (gnus-correct-substring): New function.
9979         (gnus-tilde-max-form): Use it.
9980
9981 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9982
9983         * nnmh.el: Docstring changes as below.
9984
9985         * nnml.el: Docstring changes as below.
9986
9987         * nnbabyl.el: Docstring changes as below.
9988
9989         * nnmbox.el: Docstring changes as below.
9990
9991         * nnfolder.el: Added docstrings identifying each virtual server
9992         parameter.
9993
9994 2001-08-18  Simon Josefsson  <jas@extundo.com>
9995
9996         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9997
9998 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9999
10000         * message.el: rename "Abort Message" to "Postpone Message".
10001         Remove "Attach file as MIME" from Message menu, it's already in
10002         the MIME menu.
10003
10004 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10005
10006         * smime.el (smime-point-at-eol): eval-and-compile.
10007         (smime-make-temp-file): New function.
10008         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10009         Use it.
10010
10011 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012
10013         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10014         (gnus-agent-summary-fetch-group): New command and keystroke.
10015
10016         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10017         (gnus-mime-display-security): Make it respect
10018         gnus-unbuttonized-mime-type-p.
10019
10020         * gnus-sum.el (gnus-articles-to-read): Comments.
10021         (gnus-article-marked-p): New function.
10022         (gnus-summary-display-make-predicate): New function.
10023         (gnus-select-newsgroup): Use them.
10024
10025         * mm-decode.el (mm-save-part-to-file): Made it not error.
10026
10027 2001-08-17  Simon Josefsson  <jas@extundo.com>
10028
10029         * imap.el (imap-wait-for-tag): If process-status isn't open or
10030         run, return nil instead of sit-for looping.
10031
10032 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * lpath.el (featurep): fbind xml-parse-region.
10035
10036         * gnus.el (gnus-message-archive-method): Default to "archive".
10037         (gnus-message-archive-method): Doc fix.
10038         (gnus-parameters-get-parameter): Cleaned up.
10039         (gnus-expand-group-parameter): New function.
10040
10041         * gnus-start.el (gnus-setup-news): Push the archive server only
10042         the server list.
10043
10044         * mml.el (mml-menu): Changed name to "Attachments".
10045
10046         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10047         when there is something to detroy.
10048
10049 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10052         nil.
10053
10054 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10055
10056         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10057         which specifies a time today or tomorrow.
10058
10059 2001-08-15  Simon Josefsson  <jas@extundo.com>
10060         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10061
10062         * gnus-agent.el (gnus-agent-make-mode-line-string)
10063         (gnus-agent-toggle-plugged): Use new API.
10064
10065 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10066
10067         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10068         deadline has expired.
10069
10070 2001-08-12  Simon Josefsson  <jas@extundo.com>
10071         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10072
10073         Support `recent' mark indicating newly arrived messages (to
10074         separate from old but unread messages).
10075
10076         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10077         `nnmail-split-history' if recent is > 0.
10078         (nnimap-request-update-info-internal): Update `recent' marks.
10079         (nnimap-request-set-mark): Never set `recent' marks.
10080         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10081         recent.
10082
10083         * gnus-sum.el (gnus-recent-mark): New mark.
10084         (gnus-newsgroup-recent): New variable.
10085         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10086         (gnus-summary-prepare-threads): Mark recent articles.
10087         (gnus-summary-add-mark): Support recent.
10088         (gnus-summary-update-secondary-mark): Support recent.
10089
10090         * gnus.el (gnus-article-mark-lists): Add recent.
10091
10092 2001-08-12  Simon Josefsson  <jas@extundo.com>
10093
10094         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10095         whether successful decoding took place.  Add doc.
10096
10097 2001-08-12  Simon Josefsson  <jas@extundo.com>
10098         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10099
10100         * gnus.el (gnus-summary-line-format, gnus-parameters):
10101         * gnus-gl.el (gnus-summary-grouplens-line-format):
10102         * gnus-salt.el (gnus-summary-pick-line-format):
10103         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10104
10105 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10106         Committed by Kai Gro\e,b_\e(Bjohann.
10107
10108         * gnus-score.el (gnus-score-string): Fix `match' regexp
10109         for `extra' header case.
10110
10111 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * nnmbox.el (nnmbox-read-mbox): No warning.
10114
10115 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10116
10117         * nndoc.el (nndoc-article-type): Fix doc.
10118         (nndoc-generate-article-function): New variable.
10119         (nndoc-dissection-function): New variable.
10120         (nndoc-type-alist): Add oe-dbx.
10121         (nndoc-oe-dbx-type-p): New function.
10122         (nndoc-oe-dbx-dissection): New function.
10123         (nndoc-oe-dbx-generate-article): New function.
10124
10125 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10126
10127         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10128         whether deadline has been reached.  Patch from Dan Nicolaescu
10129         <dann@godzilla.ics.uci.edu>.
10130
10131 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10132
10133         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10134         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10135         <rintaman@cs.Helsinki.FI>.
10136
10137         * mail-source.el (mail-source-movemail): The error buffer is
10138         modified, but nothing in it.
10139
10140 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141
10142         * message.el (message-bogus-system-names): New variable.
10143         (message-make-fqdn): Use it.
10144
10145 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146
10147         * nndraft.el (nndraft-request-group): Use
10148         nndraft-auto-save-file-name.
10149
10150 2001-08-09  Simon Josefsson  <jas@extundo.com>
10151
10152         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10153         Don't ask whether to decrypt.  Just leave result in buffer (don't
10154         call mm).
10155
10156         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10157         parts as well.
10158         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10159         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10160
10161 2001-08-09  Simon Josefsson  <jas@extundo.com>
10162
10163         * mm-decode.el (mm-insert-part): Return decoding success status.
10164         (mm-save-part-to-file): Error if decoding failed.
10165
10166 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10167
10168         * message.el (message-tab): Use indent-relative.
10169         (message-mode): Don't bind indent-line-function to indent-relative.
10170
10171 2001-08-09  Simon Josefsson  <jas@extundo.com>
10172
10173         * message.el (message-get-reply-headers): Fix string. Suggested by
10174         Christoph Conrad <cc@cli.de>.
10175
10176 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10177
10178         * message.el (message-tab): Use the current value of
10179         indent-line-function.
10180         (message-mode): Bind indent-line-function to indent-relative.
10181
10182 2001-08-08  Simon Josefsson  <jas@extundo.com>
10183
10184         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10185         whether `imtest' is installed.
10186
10187 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10188         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10189
10190         * gnus-sum.el (gnus-summary-show-article): Call
10191         gnus-summary-update-secondary-secondary-mark.
10192         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10193         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10194
10195 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10196
10197         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10198
10199         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10200
10201         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10202         <gerd@gnu.org>.
10203
10204         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10205
10206         * gnus-util.el (gnus-output-to-rmail): Ditto.
10207         (gnus-output-to-mail): Ditto.
10208
10209         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10210
10211 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10212
10213         * message.el (message-indent-citation): Use
10214         `message-yank-cited-prefix' for empty lines.
10215
10216 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10217
10218         * message.el (message-indent-citation): Quote only lines starting
10219         with ">" using `message-yank-cited-prefix'.
10220
10221 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10222         Trivial patch.
10223
10224         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10225         gnus-cache-fully-p.
10226
10227 2001-08-04  Simon Josefsson  <jas@extundo.com>
10228
10229         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10230         file if it doesn't exist (by calling gnus-cache-read-active).
10231
10232 2001-08-04  Simon Josefsson  <jas@extundo.com>
10233
10234         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10235         (gnus-cache-passively-or-fully-p): Removed.
10236         (gnus-cache-fully-p): Fix it.
10237
10238         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10239
10240 2001-08-04  Simon Josefsson  <jas@extundo.com>
10241
10242         * gnus-cache.el (gnus-cache-fully-p)
10243         (gnus-cache-passively-or-fully-p): New functions.
10244         (gnus-cache-possibly-enter-article): Cosmetic change, use
10245         `g-c-p-o-f-p'.
10246         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10247         was bogus (`g-c-p-a-a' does not change active info, just change
10248         the functions parameters).
10249         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10250         not removed in groups that match `gnus-uncacheable-groups'.
10251
10252         Reported and modifications based on discussions with Nuutti
10253         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10254
10255 2001-08-04  Simon Josefsson  <jas@extundo.com>
10256         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10257
10258         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10259         calls `gnus-cache-update-active' if bounds has been extended.
10260
10261 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10264         before remove.
10265         (gnus-mime-security-show-details): Ditto.
10266
10267 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10268
10269         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10270         syntax.  Protect string-match against nil string and regexp.
10271
10272 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10273
10274         * mm-util.el (mm-find-charset-region): Remove control-1.
10275
10276 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10277
10278         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10279
10280 2001-08-04  Simon Josefsson  <jas@extundo.com>
10281
10282         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10283         buffer.  Delete MIME-Version header.
10284
10285 2001-08-03  Simon Josefsson  <jas@extundo.com>
10286
10287         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10288         that is entered does not necessarily have the highest article
10289         number in the group, so use `gnus-cache-possibly-alter-active'
10290         instead of `gnus-cache-update-active'.
10291
10292 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10293
10294         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10295
10296 2001-08-03  Simon Josefsson  <jas@extundo.com>
10297
10298         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10299         menu.
10300
10301 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus.el (post-method): New group parameter.  It also provides
10304         the user option `gnus-post-method-alist' and the internal function
10305         `gnus-parameter-post-method'.
10306
10307         * gnus-msg.el (gnus-post-method): Bind the value of
10308         `gnus-post-method' to the group parameter if it is defined.
10309
10310 2001-08-02  Simon Josefsson  <jas@extundo.com>
10311
10312         * smime.el (smime-extra-arguments): Removed.
10313         (smime-call-openssl-region): Don't use it.
10314
10315 2001-08-02  Simon Josefsson  <jas@extundo.com>
10316
10317         * smime.el (smime-sign-region): Handle stderr.
10318         (smime-encrypt-region): Ditto.
10319
10320         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10321         match the ASN.1 length bytes.
10322         (mm-pkcs7-enveloped-magic): Ditto.
10323         (mm-view-pkcs7-get-type): Don't regexp quote.
10324
10325 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326         From Andreas Fuchs <asf@void.at>
10327
10328         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10329
10330 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10331
10332         * gnus-art.el (gnus-header-button-alist): References regexp.
10333
10334 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10335
10336         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10337         already fboundp.  Add INTERACTIVE arg to autoload form.
10338
10339 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10340
10341         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10342
10343         * nnmail.el (nnmail-cache-open): Ditto.
10344
10345 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10346
10347         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10348
10349 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10352
10353 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10354         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10355
10356         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10357         (gnus-agent-toggle-plugged): Use it.
10358
10359 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10360
10361         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10362         (gnus-ding-file-coding-system): New variable.
10363         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10364         (gnus-slave-save-newsrc): Use it.
10365
10366 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10367
10368         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10369         syntax.
10370
10371 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372         Originally from Andreas Fuchs <asf@void.at>
10373
10374         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10375         (mml2015-gpg-pretty-print-fpr): New function.
10376         (mml2015-gpg-extract-signature-details): More details, rename from
10377         `m-g-e-from'.
10378         (mml2015-gpg-verify): Use them.
10379         (mml2015-gpg-clear-verify): Use them.
10380
10381 2001-07-31  Simon Josefsson  <jas@extundo.com>
10382
10383         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10384         buffer when done.
10385
10386 2001-07-30  Simon Josefsson  <jas@extundo.com>
10387
10388         * smime.el (smime-call-openssl-region): Revert previous change,
10389         just pass on buf to `call-process-region'.
10390         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10391         `smime-new-details-buffer'.  Inserts error messages into buffer.
10392         (smime-noverify-region): Ditto.
10393         (smime-decrypt-region): Ditto.  Handles stderr separately.
10394         (smime-verify-buffer, smime-noverify-buffer)
10395         (smime-decrypt-buffer): Doc fix.
10396         (smime-new-details-buffer): New function.
10397         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10398         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10399         (smime-sign-region, smime-encrypt-region): Don't use
10400         `insert-buffer'.
10401
10402         * mml-smime.el (mml-smime-verify): Fix security button strings.
10403
10404 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405
10406         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10407         gnus-article-mime-handles.
10408
10409 2001-07-29  Simon Josefsson  <jas@extundo.com>
10410
10411         * mail-source.el (top-level): Require message for message-directory.
10412         (mail-source-directory): Change default to message-directory.
10413
10414         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10415         (smime-certificate-directory, smime-openssl-program)
10416         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10417         (smime-extra-arguments): New variable.
10418         (smime-dns-server): Fix customize group.
10419         (smime-call-openssl-region): Use `smime-extra-arguments'.
10420
10421 2001-07-29  Simon Josefsson  <jas@extundo.com>
10422         From Vladimir Volovich <vvv@vsu.ru>
10423
10424         * smime.el (smime-call-openssl-region): Ignore stderr.
10425
10426 2001-07-29  Simon Josefsson  <jas@extundo.com>
10427         From Christoph Conrad <christoph.conrad@gmx.de>
10428
10429         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10430         file.
10431
10432 2001-07-29  Simon Josefsson  <jas@extundo.com>
10433
10434         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10435
10436         Support S/MIME decryption.
10437
10438         * mm-decode.el (mm-inline-media-tests):
10439         (mm-inlined-types):
10440         (mm-automatic-display):
10441         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10442
10443         * mm-view.el (mm-pkcs7-signed-magic):
10444         (mm-pkcs7-enveloped-magic): New variables.
10445         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10446         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10447         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10448         PKCS#7 blobs.
10449
10450         * smime.el (smime-decrypt-region): Expand keyfile.
10451
10452 2001-07-29  Simon Josefsson  <jas@extundo.com>
10453
10454         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10455         `ssl.el' variables.
10456
10457         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10458         but line instead of narrowing to it, because `nnmail-parse-active'
10459         calls widen.  Thanks to Christoph Conrad
10460         <christoph.conrad@gmx.de>.
10461
10462 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10463
10464         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10465         for %B spec.
10466
10467         * gnus-sum.el (gnus-summary-prepare-threads): If
10468         gnus-sum-thread-tree-root is nil, use subject instead.
10469         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10470         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10471         (gnus-sum-thread-tree-leaf-with-other)
10472         (gnus-sum-thread-tree-single-leaf): Documentation.
10473         (gnus-sum-thread-tree-single-indent): Allow nil.
10474
10475 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10476
10477         * message.el (message-fill-paragraph): Do nothing if the user
10478         wants filladapt-mode.
10479
10480 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10481
10482         * mm-decode.el (mm-image-type-from-buffer): New function.
10483         (mm-get-image): Use it.
10484
10485 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10486
10487         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10488
10489         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10490         mm-display-parts too.
10491
10492 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * nnfolder.el (nnfolder-request-accept-article): Bind
10495         nntp-server-buffer.
10496
10497         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10498         nntp-server-buffer.
10499
10500 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10501
10502         * message.el (message-check-news-header-syntax): Use
10503         message-post-method.
10504         (message-send-news): Bind message-post-method.
10505
10506 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * mml.el (mml-tweak-type-alist): New variable.
10509         (mml-tweak-function-alist): New variable.
10510         (mml-tweak-part): New function.
10511         (mml-generate-mime-1): Use it.
10512
10513 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * nnfolder.el (nnfolder-request-accept-article): Replace
10516         nnfolder-request-list.
10517
10518 2001-07-27  Simon Josefsson  <jas@extundo.com>
10519
10520         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10521         nnoo-change-server failed to do it.
10522
10523 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10524
10525         * gnus.el (gnus-parameters): Make it customizable.
10526
10527 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10528
10529         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10530
10531         * message.el (message-set-auto-save-file-name): More
10532         poor-system-types.
10533
10534         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10535
10536         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10537         supports +.
10538
10539 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10540
10541         * mm-decode.el (mm-readable-p): New function.
10542         (mm-inline-media-tests): Fix the default testers.
10543
10544 2001-07-26  Simon Josefsson  <jas@extundo.com>
10545
10546         * nnimap.el (nnimap-version): Bump version number.
10547
10548 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10549         From Steven E. Harris <seh@speakeasy.org>
10550
10551         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10552         in M$Windows too.
10553
10554 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10555
10556         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10557
10558 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10559
10560         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10561
10562         * mm-decode.el (mm-get-image): Guess then use the type.
10563
10564         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10565
10566 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10567
10568         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10569         display (%B) for threads if threading is off.
10570
10571 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10572         From Henrik Enberg <henrik@enberg.org>
10573
10574         * gnus-msg.el: Customization patch.
10575
10576 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10577
10578         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10579         variable.
10580         (nnmail-split-fancy-with-parent): Ignore certain groups.
10581
10582 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10583
10584         * gnus-util.el (gnus-byte-compile): New function.
10585         (gnus-use-byte-compile): New variable.
10586         (gnus-make-sort-function): Use it.
10587
10588         * nnmail.el (nnmail-get-new-mail): Use it.
10589
10590         * gnus-agent.el (gnus-category-make-function): Simple function or
10591         compiled function.
10592         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10593
10594         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10595         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10596         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10597
10598         * message.el (message-check-news-header-syntax): Remove quote.
10599
10600 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10601
10602         * message.el (message-use-mail-followup-to): `t' is not a
10603         documented value.
10604
10605 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10608
10609 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10612         there are long lines.
10613
10614 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * dgnushack.el (copy-list): New compiler macro.
10617
10618 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10619
10620         * message.el (message-bounce): If no Return-Path, the whole
10621         content is considered as the original message.
10622
10623         * nnml.el (nnml-check-directory-twice): New variable.
10624         (nnml-article-to-file): Use it.
10625         (nnml-retrieve-headers): Hack it.
10626
10627 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * gnus-win.el (gnus-buffer-configuration): New configure.
10630
10631         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10632         not alive.
10633
10634         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10635         (mm-display-external): Use display-term configure.
10636
10637 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10638
10639         * gnus-delay.el (gnus-delay-default-hour): New variable.
10640         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10641
10642 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643         From Karl Kleinpaste <karl@charcoal.com>
10644
10645         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10646         (gnus-summary-prepare-threads): Ditto.
10647
10648         * gnus.el (gnus-summary-line-format): Add %B.
10649
10650 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10653
10654         * mm-util.el (mm-string-as-multibyte): New function.
10655
10656         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10657
10658 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10659
10660         * mm-util.el (mm-universal-coding-system): New variable.
10661
10662         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10663
10664         * score-mode.el (score-mode-coding-system): Use it.
10665
10666 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-start.el (gnus-setup-news): Call
10669         `gnus-check-bogus-newsgroups' just after the native server is
10670         opened.
10671
10672 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10673
10674         * nnmail.el (nnmail-do-request-post): Util function to be used by
10675         `nnchoke-request-post' for all nnmail-derived backends.
10676
10677         * nnml.el (nnml-request-post): Use it.
10678
10679         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10680         backend, for it groks nnml-request-post.
10681
10682         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10683         Treat `mail-post' backends like `mail' backends, not like `news'
10684         backends.
10685
10686 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10687
10688         * gnus-msg.el (gnus-setup-message): make-local-hook.
10689
10690 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10691
10692         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10693         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10694         <karl@charcoal.com>, slightly changed by Kai.
10695
10696         * message.el (message-check-news-header-syntax): When checking
10697         whether the groups exist, check the right server based on
10698         `gnus-post-method'.
10699
10700 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10701
10702         * gnus-delay.el: New file.
10703
10704 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * mm-util.el (mm-read-coding-system): Take two arguments.
10707
10708         * gnus-sum.el (gnus-summary-show-article): Use
10709         mm-read-coding-system.
10710
10711         * gnus-art.el (article-de-quoted-unreadable):
10712         (article-de-base64-unreadable, article-wash-html):
10713         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10714
10715 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10716
10717         * nnml.el (nnml-request-post): New function.  Can be used for
10718         annotations in nnml groups.
10719
10720 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10723         command.
10724
10725         * gnus-start.el (gnus-find-new-newsgroups): Use
10726         `message-make-date' instead of `current-time-string'.
10727         (gnus-ask-server-for-new-groups): Ditto.
10728         (gnus-check-first-time-used): Ditto.
10729
10730 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10733
10734 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10735
10736         * message.el (message-shorten-references): Change `maxcount' and
10737         `cut' to obey USEFOR draft 5.
10738
10739 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10740
10741         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10742         (gnus-summary-set-article-display-arrow): New function.
10743         (gnus-summary-goto-subject): Use it.
10744
10745 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10746
10747         * gnus-sum.el (gnus-summary-import-article): Insert date if
10748         doesn't exist.
10749
10750 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * mml.el (mml-content-type-parameters): New variable.
10753         (mml-content-disposition-parameters): New variable.
10754         (mml-insert-mime-headers): Use them.
10755         (mml-parse-1): Accept charset.
10756
10757 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * gnus-group.el (gnus-group-select-group): Doc fix.
10760
10761         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10762
10763 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10766         to handle `define-derived-mode'.
10767
10768 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10769         From:  Stefan Monnier  <monnier@cs.yale.edu>
10770
10771         * message.el (message-mode): Use define-derived-mode.
10772         (message-tab): message-completion-alist.
10773
10774         * imap.el (imap-interactive-login): Use make-local-variable.
10775         (imap-open): Ditto.
10776         (imap-authenticate): Ditto.
10777
10778         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10779
10780         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10781
10782 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10783
10784         * message.el (message-citation-line-function): Refer to
10785         gnus-cite-attribution-suffix.
10786
10787 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10788
10789         * gnus-art.el,...: Error convention changes.
10790
10791 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10792
10793         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10794
10795 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10796
10797         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10798         (nnrss-read-server-data): Ditto.
10799
10800 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10801
10802         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10803         * Cleanup files.
10804         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10805
10806 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10807
10808         * gnus.el (gnus-summary-line-format): Add %o.
10809
10810         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10811         unless shell outputs something.
10812
10813 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10814
10815         * gnus-art.el (gnus-boring-article-headers): Better doc.
10816         (article-hide-headers): Better regexp.
10817         Suggested by Matt Swift <swift@alum.mit.edu>.
10818
10819         * nnheader.el (nnheader-max-head-length): Better doc.
10820         (nnheader-header-value): Skip spaces.
10821         (nnheader-parse-head): Remove space.
10822         Suggested by Matt Swift <swift@alum.mit.edu>.
10823
10824         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10825         (gnus-get-newsgroup-headers): Remove space.
10826
10827 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10828
10829         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10830         (gnus-summary-reply): Use it.
10831         (gnus-summary-reply-broken-reply-to): New function.
10832         (gnus-msg-force-broken-reply-to): New function.
10833
10834         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10835
10836 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10837
10838         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10839
10840 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10841
10842         * mm-decode.el (mm-external-terminal-program): New variable.
10843         (mm-display-external): Use it. Use term to display when no
10844         window-system.
10845
10846 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10847
10848         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10849         Browse->Next entries to Browse->Prev
10850
10851 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10854
10855 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10856
10857         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10858         for the default encoding.
10859
10860         * nnrss.el (nnrss-url-field): New field.
10861         (nnrss-request-article): Add newsgroups.
10862
10863         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10864
10865 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10866
10867         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10868
10869         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10870         (gnus-draft-setup): Remove backlog.
10871
10872 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10873
10874         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10875         Cleanup.
10876
10877 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10878
10879         * gnus-msg.el (gnus-bug): Erase buffer.
10880
10881         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10882
10883 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884
10885         * mm-decode.el (mm-attachment-override-p): Fix typo.
10886
10887 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-kill.el (gnus-execute): Work with the extra headers.
10890         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10891
10892 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10895         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10896
10897         * message.el (message-send-mail-real-function): New variable.
10898         (message-send-mail-partially, message-send-mail):
10899
10900         * nngateway.el (nngateway-request-post): Use it.
10901
10902         * gnus-agent.el (gnus-agentize): Use it.
10903
10904         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10905         (nnsoup-revert-variables): Use it.
10906
10907 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10908
10909         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10910         text/plain if the type doesn't match any other media types.
10911         (mm-inlined-types): Doc fix.
10912         (mm-display-inline): Revert previous change (now handled by a
10913         default type in `mm-inline-media-tests'.
10914         (mm-inlinable-p): Revive.
10915         (mm-display-part): Call `mm-inlinable-p'.
10916         (mm-attachment-override-p): Ditto.
10917         (mm-inlined-p): Doc fix.
10918
10919         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10920         well as `mm-inlined-p'.
10921
10922 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10923
10924         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10925         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10926
10927 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10928         From  Paul Jarc <prj@po.cwru.edu>
10929
10930         * message.el (message-use-mail-followup-to): New variable.
10931         (message-get-reply-headers): Use it.
10932
10933 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10934
10935         * nnheader.el (nnheader-init-server-buffer): Make sure the
10936         *nntpd* buffer is made multibyte instead of a random buffer.
10937
10938 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10939
10940         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10941         when it returns headers.
10942
10943 2001-07-07  Simon Josefsson  <jas@extundo.com>
10944
10945         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10946         trying to fold. Thanks to Colin Walters
10947         <walters@cis.ohio-state.edu>
10948
10949 2001-07-06  Simon Josefsson  <jas@extundo.com>
10950
10951         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10952         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10953         Add information in `assert's.
10954
10955         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10956         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10957         and `nnimap-group-overview-filename', should handle all
10958         change-of-uidvalidity related issues.  But there may be other
10959         problems.)
10960
10961 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10962
10963         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10964         header name when folding.
10965
10966 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10967
10968         * mm-decode.el (mm-inlined-types): Document relationship with
10969         `mm-inline-media-tests'.
10970         (mm-display-inline): Default to displaying as plain text if no
10971         inlining handler is available.
10972         (mm-inlinable-p): Remove.
10973         (mm-inlined-p): Don't call `mm-inlinable-p'.
10974         (mm-automatic-display-p): Ditto.
10975         (mm-attachment-override-p): Ditto.
10976
10977 2001-07-04  Simon Josefsson  <jas@extundo.com>
10978
10979         * nnimap.el (nnimap-importantize-dormant): New variable.
10980         (nnimap-request-update-info-internal): Use it.
10981         (nnimap-request-set-mark): Ditto.
10982
10983 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10984
10985         * nntp.el (nntp-send-command): don't pass a buffer argument to
10986         `point'. Only XEmacs accepts this.
10987         * nntp.el (nntp-send-command-nodelete): ditto.
10988         * nntp.el (nntp-send-command-and-decode): ditto.
10989
10990 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10991
10992         * nntp.el (nntp-open-connection-function): doc update.
10993         * nntp.el (nntp-pre-command): New.
10994         * nntp.el (nntp-via-rlogin-command): New.
10995         * nntp.el (nntp-via-telnet-command): New.
10996         * nntp.el (nntp-via-telnet-switches): New.
10997         * nntp.el (nntp-via-user-name): New.
10998         * nntp.el (nntp-via-user-password): New.
10999         * nntp.el (nntp-via-address): New.
11000         * nntp.el (nntp-via-envuser): New.
11001         * nntp.el (nntp-via-shell-prompt): New.
11002         * nntp.el (nntp-open-telnet-stream): New.
11003         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11004         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11005         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11006         * nntp.el (nntp-send-command): ditto.
11007         * nntp.el (nntp-send-command-nodelete): ditto.
11008         * nntp.el (nntp-send-command-and-decode): ditto.
11009
11010 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11011         Trivial patch.
11012
11013         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11014         `when'.
11015
11016 2001-07-03  Simon Josefsson  <jas@extundo.com>
11017         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11018
11019         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11020
11021 2001-07-03  Simon Josefsson  <jas@extundo.com>
11022
11023         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11024         remove it (workaround XEmacs `fill-region' bug).
11025
11026 2001-07-01  Simon Josefsson  <jas@extundo.com>
11027
11028         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11029
11030 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11031
11032         * mml2015.el (mml2015-format-error): New function.
11033         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11034         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11035         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11036
11037 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11040         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11041
11042         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11043         group variables.
11044
11045 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11046
11047         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11048
11049         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11050         (nnrss-save-group-data): Ditto.
11051
11052         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11053
11054 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * message.el (message-do-send-housekeeping): Narrow to headers.
11057
11058 2001-06-24  Simon Josefsson  <jas@extundo.com>
11059
11060         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11061         insertion when breaking lines looked for " \t" instead of "[ \t]".
11062         (rfc2047-encode-message-header): Fold lines even if
11063         no QP encoding is done.
11064
11065 2001-06-23  Simon Josefsson  <jas@extundo.com>
11066         From Samuel Tardieu <sam@inf.enst.fr>
11067
11068         * smime.el (smime-keys): Support additional certificates.
11069         (smime-make-certfiles): New function.
11070         (smime-sign-region): Use previous variables.
11071         (smime-get-certfiles): New function.
11072         (smime-sign-buffer): Use it.
11073         (smime-verify-region): Support both CAfile and CApath.
11074
11075 2001-06-23  Simon Josefsson  <jas@extundo.com>
11076
11077         * smime.el (smime-decrypt-region): Perhaps work.
11078
11079 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11082
11083 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11084
11085         * mm-decode.el (mm-save-part): Rewrite file name.
11086         (mm-file-name-rewrite-functions): New variable.
11087         (mm-file-name-delete-whitespace): New function.
11088         (mm-file-name-trim-whitespace): New function.
11089         (mm-file-name-collapse-whitespace): New function.
11090         (mm-file-name-replace-whitespace): New variable and function.
11091
11092 2001-06-22  Simon Josefsson  <jas@extundo.com>
11093
11094         * message.el (message-make-date): Workaround locale for weekdays.
11095
11096 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11097
11098         * message.el (message-goto-body): Return nil if not found. (revert!)
11099
11100 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11101         From Fremlin <chief@bandits.org>
11102
11103         * message.el (message-goto-body): Some messages have no header.
11104
11105         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11106
11107 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11108
11109         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11110
11111 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * message.el (message-make-date): Add week day.
11114         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11115
11116 2001-06-19  Simon Josefsson  <jas@extundo.com>
11117
11118         * message.el (message-yank-prefix): Doc fix.
11119         (message-yank-cited-prefix): Ditto.
11120         (message-delete-not-region): Keep citation prefix on first line,
11121         if possible and appropriate.
11122
11123 2001-06-19  Simon Josefsson  <jas@extundo.com>
11124
11125         * imap.el (imap-process-connection-type): New variable.
11126         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11127         recent `imtest's work completely (no line length issues), while
11128         making making old `imtest's unusable.  Thanks to NAGY Andras
11129         <nagya@inf.elte.hu> for his work.
11130
11131 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11132
11133         * imap.el (imap-ssl-program): Add -quiet to shut up
11134         OpenSSL/SSLeay's internal debug talk.
11135
11136 2001-06-19  Matt Armstrong  <matt@lickey.com>
11137
11138         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11139         server.
11140
11141 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * nnmail.el (nnmail-article-buffer): New variable.
11144         (nnmail-split-incoming): Use it.
11145
11146 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11147
11148         * qp.el (quoted-printable-decode-region): If called interactively,
11149         use coding-system-for-read.
11150
11151 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152
11153         * message.el (message-check-news-header-syntax): Check Reply-To.
11154
11155 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11156
11157         * mml.el (mml-parse-1): Use message options.
11158
11159         * message.el (message-do-fcc): Don't do anything if there is no
11160         FCC.
11161
11162 2001-06-16  Simon Josefsson  <jas@extundo.com>
11163
11164         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11165         (nnimap-expunge-search-string): New variable.
11166         (nnimap-request-expire-articles): Use it.
11167
11168 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * message.el (message-send-mail-with-qmail): wrong exit status is
11171         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11172
11173 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11174
11175         * gnus-art.el (article-strip-multiple-blank-lines): Use
11176         delete-region instead of replace-match.
11177
11178 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179
11180         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11181         (nnweb-google-wash-article): Ditto.
11182
11183 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11184
11185         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11186
11187 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11190         specs.
11191
11192 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         * gnus.el (gnus-email-address): Move it here.
11195
11196         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11197         requested.
11198         (article-de-base64-unreadable): Ditto.
11199         (article-wash-html): Ditto.
11200
11201 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11202
11203         * message.el (message-options-set-recipient): Don't add ", "
11204         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11205
11206 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11207
11208         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11209
11210 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11211
11212         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11213         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11214
11215         * nnrss.el (nnrss-node-text): Node might be nil.
11216
11217 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11218
11219         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11220         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11221
11222         * nnrss.el (nnrss-group-alist): More items.
11223
11224 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11225
11226         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11227
11228 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11229         Trivial patch from Dale Hagglund  <rdh@best.com>
11230
11231         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11232         restrict clauses.
11233
11234 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11235
11236         From Benjamin Rutt <brutt+news@bloomington.in.us>
11237
11238         * message.el (message-wide-reply-confirm-recipients): New variable.
11239
11240 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11241         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11242
11243         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11244         fix so it works with XEmacs.
11245
11246 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11247
11248         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11249         headers.
11250
11251 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * nnrss.el: Fix a few bugs.
11254
11255 2001-06-05  Simon Josefsson  <jas@extundo.com>
11256
11257         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11258         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11259
11260 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11261
11262         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11263         binary so that we don't transmit ISO 2022 garbage to the process.
11264         This is needed under XEmacs.
11265
11266 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11267
11268         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11269         autoloaded incorrectly below because ssl-program-* is bound.)
11270         Thanks to Amos Gouaux for report.
11271
11272 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11273
11274         * imap.el (imap-kerberos4-open):
11275         (imap-gssapi-open):
11276         (imap-ssl-open):
11277         (imap-network-open):
11278         (imap-shell-open):
11279         (imap-starttls-open): Set buffer to workaround spurious
11280         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11281         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11282         Colman <colman@ppllc.com> for report.
11283
11284 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11285
11286         * gnus-sum.el (gnus-summary-catchup): New argument.
11287         (gnus-summary-catchup-from-here): New function.
11288
11289 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11290
11291         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11292         back, then insert glyph.  (Before, the glyph was inserted first,
11293         then the newline.)  This works around a behavior in XEmacs where
11294         it is not possible to insert a character after a glyph which is at
11295         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11296
11297 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11298
11299         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11300
11301         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11302         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11303         mm-destroy-postponed-undisplay-list): New functions.
11304         (mm-display-external): Use them.
11305
11306 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11307
11308         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11309         `default-low' when evaluating `gnus-summary-highlight'.
11310         From Raja R Harinath <harinath@cs.umn.edu>.
11311
11312 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11313
11314         * message.el (message-yank-cited-prefix): New variable.
11315         (message-indent-citation): Use it.
11316
11317         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11318         as details.
11319         (mml2015-mailcrypt-clear-verify): Ditto.
11320
11321 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11322         From Nevin Kapur <nevin@jhu.edu>.
11323
11324         * gnus-sum.el (gnus-summary-default-high-score,
11325         gnus-summary-default-low-score): New variables.
11326         (gnus-summary-highlight): Use them.
11327
11328 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11329
11330         * message.el (message-mail): pass the 'send-actions argument to
11331         `message-setup'.
11332
11333 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11334         From Raymond Scholz <ray-2001@zonix.de>
11335
11336         * gnus-art.el (gnus-mime-view-part-as-charset):
11337         (gnus-mime-internalize-part): Doc fixes.
11338
11339 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11340
11341         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11342         status lines without any text ("^215$").
11343
11344 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * nnrss.el (nnrss-check-group): Reverse.
11347
11348 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11349
11350         * message.el (message-get-reply-headers):
11351         (message-followup): Fix typo, suggested by David Green
11352         <dgreen@uab.edu>
11353
11354 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11355
11356         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11357
11358         * nnrss.el (nnrss-open-server): Read server data when it is called.
11359         (nnrss-request-expire-articles): Fix.
11360
11361 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11362
11363         * message.el (message-do-send-housekeeping): mail-abbrevs may
11364         rename buffer behind Gnus.
11365
11366 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11367
11368         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11369         (nnrss-group-alist): Add more resources.
11370         (nnrss-check-group): Ignore errors.
11371
11372 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11373
11374         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11375
11376         * nnslashdot.el (nnslashdot-request-list): Add time.
11377         (nnslashdot-request-expire-articles): New function.
11378
11379         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11380         secondary methods too.
11381
11382 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11383
11384         * message.el (message-use-followup-to): Set default value to t.
11385
11386 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11387
11388         * message.el (message-dont-reply-to-names): Fix documentation.
11389         (message-get-reply-headers): Use Mail-Followup-To only for wide
11390         replies.
11391
11392 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11393
11394         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11395         correctly.
11396         (nnrss-check-group): Use time.
11397
11398 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11399
11400         * gnus.el: Oort Gnus v0.03 is released.
11401
11402 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11405         group.
11406
11407 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11410
11411 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * nnultimate.el (nnultimate-retrieve-headers): Return all
11414         available headers.
11415
11416         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11417         (gnus-get-newsgroup-headers-xover): Use it.
11418
11419 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11422
11423 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11426
11427 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11428
11429         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11430         disable it.
11431
11432         * gnus.el (gnus-info-nodes): Remove a few The's.
11433
11434 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11435
11436         * mail-source.el (mail-source-movemail): Call-process may return a
11437         signal description string.
11438
11439         * gnus-start.el (gnus-read-newsrc-el-file):
11440         gnus-newsrc-file-version may be nil.
11441
11442         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11443         Suggested by Michael Sperber [Mr. Preprocessor]
11444         <sperber@informatik.uni-tuebingen.de>.
11445
11446 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11447
11448         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11449
11450 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11451
11452         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11453         fontify HANDLE.
11454
11455 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11456
11457         * smime.el (smime-ask-passphrase): Rework to return value.
11458         (smime-sign-region): Rework to bind value and use it.
11459         (smime-decrypt-region): Ditto.
11460
11461 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11462         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11463
11464         * smime.el (smime-ask-passphrase): New function.
11465         (smime-sign-region): Use it.
11466         (smime-encrypt-cipher): New variable.
11467         (smime-decrypt-region): Ditto.
11468
11469 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11470         Committed by Simon Josefsson  <simon@josefsson.org>
11471
11472         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11473         the log.
11474
11475 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11476
11477         * gnus.el: Oort Gnus v0.02 is released.
11478
11479 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11480
11481         * gnus.el: Oort Gnus v0.01 is released.
11482
11483 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * gnus-sum.el (gnus-summary-highlight): Highlight read
11486         undownloaded articles as read articles.
11487
11488         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11489         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11490         articles, even read ones, as such.
11491
11492         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11493         (gnus-find-matching-articles): New function.
11494         (gnus-summary-limit-include-matching-articles): New command.
11495         (gnus-summary-limit-include-thread): Include articles that have
11496         matching subjects.
11497         (gnus-offer-save-summaries): Clean up.
11498
11499 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11500
11501         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11502
11503 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11504         From Jason Merrill <jason_merrill@redhat.com>
11505
11506         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11507
11508 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11509         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11512         newsgroup names when the original article is a news message.
11513
11514 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11515
11516         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11517         supported. Suggest by Jim Meyering <jim@meyering.net>.
11518
11519 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11520         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11521
11522         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11523         regexp in nnmail-split-fancy.
11524
11525 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11526
11527         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11528
11529 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11530
11531         * message.el (message-send-mail): Improve the interaction with the
11532         user.
11533
11534 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11535
11536         * imap.el (imap-message-copy): Work around buggy servers that
11537         doesn't send TRYCREATE tags.
11538
11539 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11542
11543 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11544
11545         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11546         date.
11547
11548 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11549
11550         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11551         lives.
11552
11553 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11554
11555         * gnus-art.el (gnus-parse-news-url): New function.
11556         (gnus-button-handle-news): New function.
11557         (gnus-button-alist): Point to new functions.
11558
11559         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11560
11561         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11562         gnus-format-specs.
11563
11564         * message.el (message-check-news-header-syntax): Question even
11565         when Gnus doesn't know the group names.
11566         (message-send-news): Clean up.
11567
11568         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11569         exited on purpose without saving.
11570
11571         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11572
11573 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11574
11575         * gnus-score.el (gnus-score-orphans): Clean up.
11576
11577         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11578
11579         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11580         later.
11581
11582         * gnus-start.el (gnus-close-all-servers): Find the right items to
11583         close.
11584
11585         * qp.el (quoted-printable-decode-region): Just message
11586         malformation; don't quit.
11587
11588 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589         From Gerd Moellmann <gerd@gnu.org>.
11590
11591         * gnus.el (gnus-interactive): A typo.
11592
11593 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11594         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11597         `assq-delete-all', if that function exists; otherwise use the old
11598         definition. Documentation changed to match the one in
11599         `assq-delete-all'.
11600
11601 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * gnus-start.el (gnus-close-all-servers): New function.
11604
11605         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11606         (gnus-server-remove-denials): Clean up.
11607
11608         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11609         keystroke.
11610
11611 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11612
11613         * message.el (message-send-news): Message where we are sending.
11614         (message-send-mail): Ditto.
11615
11616         * gnus.el (gnus-server-string): New function.
11617
11618         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11619
11620         * mm-decode.el (mm-default-directory): Customized.
11621         (mm-tmp-directory): Ditto.
11622
11623         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11624         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11625         or Chars.
11626         (gnus-summary-line-format-alist): ?l is now a string.
11627         (gnus-summary-prepare-threads): Output ? for unknown lines.
11628         (gnus-summary-insert-line): Ditto.
11629         (gnus-summary-print-article): Unbalanced parentheses.
11630
11631         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11632         out whether new stuff has arrived.
11633
11634 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11635
11636         * gnus-sum.el: Let printing work on ttys on Emacs.
11637
11638 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11639
11640         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11641         when forcing news.
11642
11643         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11644         command.
11645
11646 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11647
11648         * message.el (message-set-auto-save-file-name): Don't use
11649         asterisks under nt.
11650
11651 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11652
11653         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11654         lists of articles.
11655
11656         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11657
11658         * gnus-msg.el (gnus-put-message): Clean up.
11659         (gnus-summary-reply): Mark all replied-to articles as replied to.
11660         (gnus-inews-add-send-actions): Also mark as forwarded.
11661         (gnus-summary-mail-forward): Mark as forwarded.
11662
11663         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11664         of articles.
11665         (gnus-summary-mark-article-as-forwarded): Ditto.
11666
11667         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11668         forwarded.
11669         (gnus-summary-mail-forward): Clean up.
11670
11671         * gnus.el (gnus-article-mark-lists): Added forward.
11672
11673         * gnus-sum.el (gnus-forwarded-mark): New variable.
11674         (gnus-summary-prepare-threads): Use it.
11675         (gnus-summary-update-secondary-mark): Ditto.
11676         (gnus-newsgroup-forwarded): New variable.
11677
11678 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11679
11680         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11681         (gnus-summary-very-wide-reply): New command and keystroke.
11682         (gnus-summary-very-wide-reply-with-original): Ditto.
11683
11684         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11685         (gnus-score-adaptive): Use it.
11686
11687         * gnus-start.el (gnus-get-unread-articles): Clean up.
11688
11689 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11692         boards.
11693
11694 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11695
11696         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11697         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11698
11699 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11700
11701         * nnultimate.el (nnultimate-retrieve-headers): Understand
11702         long-form month names.
11703
11704 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11705
11706         * gnus-sum.el (gnus-summary-show-all-headers):
11707         gnus-article-show-all-headers is broken. Use
11708         gnus-summary-toggle-header instead.
11709
11710         * mml2015.el (mml2015-gpg-extract-from): No error.
11711
11712 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11714
11715         * mml2015.el (mml2015-gpg-extract-from): New function.
11716         (mml2015-gpg-verify): Use it.
11717         (mml2015-gpg-clear-verify): Use it.
11718
11719 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11720
11721         * message.el (message-setup-fill-variables): Use
11722         fill-paragraph-function.
11723         (message-fill-paragraph): Take an argument.
11724         (message-newline-and-reformat): Take another argument.
11725
11726 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11727
11728         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11729
11730 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11731
11732         * message.el (message-forward): local-variable-p takes an extra
11733         argument in XEmacs.
11734
11735 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11736
11737         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11738         `nnimap-use-nov-p' (it really tested the negative).
11739         (nnimap-retrieve-headers): Use it.
11740
11741 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11742
11743         * message.el (message-generate-headers-first): Update doc.
11744
11745 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11746         Trivial patch.
11747
11748         * gnus.el (gnus-summary-line-format): Typo.
11749
11750 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11751
11752         * mailcap.el (mailcap-mime-data): Add application/sieve.
11753         (mailcap-mime-extensions): Add .siv, .xls.
11754
11755 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756         From Christoph Conrad <christoph.conrad@gmx.de>
11757
11758         * gnus-score.el (gnus-summary-lower-thread): Typo.
11759
11760 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11761
11762         * message.el (message-forward-decoded-p): New variable.
11763         (message-forward-subject-author-subject): Use it.
11764         (message-make-forward-subject): Use it.
11765         (message-forward): Use it.
11766
11767         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11768
11769         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11770         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11771
11772 ;;Has been fixed -- zsh.
11773 ;;2001-03-05  Dave Love  <fx@gnu.org>
11774 ;;
11775 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11776 ;;      Move it after definition of mm-coding-system-p.
11777 ;;
11778 2001-03-01  Dave Love  <fx@gnu.org>
11779
11780         * mm-util.el (mm-inhibit-file-name-handlers): Add
11781         image-file-handler.
11782
11783 2001-02-11  Dave Love  <fx@gnu.org>
11784
11785         * message.el (message-signature-file): Fix doc, :type.
11786
11787 2001-02-08  Dave Love  <fx@gnu.org>
11788
11789         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11790         (message-posting-charset): Defvar when compiling again.
11791         (rfc2047-encodable-p): Require message.
11792
11793         * gnus-sum.el (gnus-alter-articles-to-read-function):
11794         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11795
11796 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11797
11798         * nnrss.el: New file.
11799
11800 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11801         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11802
11803         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11804         `skip-chars-forward'.
11805
11806 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11807
11808         * nndraft.el (nndraft-request-group): Restore auto save files if
11809         the original files do not exist.
11810
11811 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11812
11813         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11814         SCORE paths.
11815
11816         * mm-decode.el (mm-dissect-buffer): Call
11817         mail-extract-address-components only if necessary.
11818
11819 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11820
11821         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11822         directory part.
11823         (gnus-score-search-global-directories): Use file-directory-p.
11824
11825         * gnus-score.el (gnus-score-score-files-1): Use
11826         gnus-kill-files-directory.
11827         From Adrian Aichner <adrian@xemacs.org>.
11828
11829 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11830
11831         * gnus.el (charset): Move here from gnus-sum.el.
11832
11833 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11834
11835         * mml.el (mml-preview): Disable local map.
11836
11837         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11838         gnus-article-post-menu here.
11839
11840         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11841         if it has not been made.
11842
11843 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11844
11845         * gnus-art.el (gnus-article-describe-key): Map key to event.
11846         (gnus-article-describe-key-briefly): Ditto
11847
11848 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11849
11850         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11851
11852 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11853         From Katsumi Yamaoka <yamaoka@jpl.org>.
11854
11855         * dgnushack.el (coerce, merge, subseq): defmacro.
11856
11857 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11858
11859         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11860         A fake defalias in nndraft.el results a not-activated bug in
11861         uncompiled versions.
11862
11863 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11864         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11865
11866         * gnus-util.el (gnus-split-references): Handle malformed References:.
11867
11868 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11869
11870         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11871
11872 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11873         From NAGY Andras <nagya@inf.elte.hu>.
11874
11875         * gnus.el (gnus-parameters): Typo.
11876
11877 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11878
11879         * gnus.el (gnus-read-method): Remove redundancy.
11880
11881 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11882
11883         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11884         (nnslashdot-request-list): Use it.
11885
11886 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * nnml.el (nnml-generate-active-info): Fix the case when there is
11889         no file.
11890
11891         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11892         (gnus-summary-create-article): New function.
11893
11894         * gnus-group.el (gnus-group-mark-article-read): New function.
11895
11896         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11897
11898         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11899
11900 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11901
11902         * gnus-art.el (gnus-article-edit-done): Don't use
11903         gnus-article-edit-exit.
11904         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11905
11906         * gnus.el (gnus-parameters): New variable.
11907         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11908         (gnus-parameters-get-parameter): New function.
11909         (gnus-group-find-parameter): Use it.
11910
11911 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11912
11913         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11914         change of default value to `current'.
11915
11916 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11917
11918         * nneething.el (nneething-get-head): Insert unreadable file too.
11919
11920 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11921
11922         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11923
11924         * webmail.el (webmail-type-definition): Deja is bought by google.
11925
11926 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11927
11928         * gnus-sum.el (gnus-fetch-headers): New function.
11929         (gnus-select-newsgroup): Use it.
11930         (gnus-summary-insert-articles): New function.
11931         (gnus-summary-insert-old-articles): New function.
11932         (gnus-summary-insert-new-articles): New function.
11933
11934         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11935         (gnus-group-list-active): Ditto.
11936         * gnus-sum.el (gnus-set-mode-line): Ditto.
11937         (gnus-summary-read-group-1): Ditto.
11938
11939 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11942         current topic.
11943
11944 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11945
11946         * smiley.el (gnus-smiley-display): Don't do widening.
11947
11948         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11949         within body.
11950
11951         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11952
11953         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11954         New variable.
11955         (gnus-mime-display-multipart-related-as-mixed): New variable.
11956         (gnus-mime-display-part): Use them.
11957
11958 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11959
11960         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11961         something special.
11962
11963 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11964
11965         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11966         (nnweb-request-article): Call reference if exists.
11967         (nnweb-type-definition): Dejanews is bought by google.com.
11968         Beta!
11969
11970 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11973
11974 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11975
11976         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11977         gnus-article-sort-functions.
11978         (gnus-article-sort-functions): Doc fix.  Refer to
11979         gnus-thread-sort-functions.
11980
11981 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11982         From Paul Jarc <prj@po.cwru.edu>.
11983
11984         * message.el (message-get-reply-headers): More fixes.
11985
11986 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11987         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11988
11989         * message.el (message-get-reply-headers): Fix bug with
11990         Mail-Followup-To/to-address interaction.
11991
11992 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11993
11994         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11995         gnus-article-copy.
11996
11997 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11998
11999         * message.el (message-do-send-housekeeping): Rename to a better
12000         name.
12001
12002 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12003
12004         * message.el (message-cancel-news): Check article first, then ask
12005         yes or no.
12006
12007 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12010
12011 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * gnus-range.el (gnus-range-normalize): New function.
12014
12015 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12016
12017         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12018
12019 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12020
12021         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12022
12023         * nnagent.el (nnagent-request-regenerate): New function.
12024
12025         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12026
12027         * nnml.el (nnml-generate-nov-databases): Accept argument
12028         server. Don't open server if it is opened.
12029         (nnml-request-regenerate): Use it. Change to deffoo.
12030
12031 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12032         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * gnus.el (gnus-define-group-parameter): Fix.
12035
12036 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * gnus.el (gnus-define-group-parameter): Improved.
12039
12040         * gnus-sum.el (charset): Define parameter.
12041         (ignored-charsets): Ditto.
12042         (gnus-summary-setup-default-charset): Use them.
12043
12044         * gnus-start.el (gnus-read-descriptions-file): Use them.
12045
12046         * gnus-cus.el (gnus-group-parameters): Remove them.
12047
12048 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12049
12050         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12051
12052 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12053
12054         * gnus-sum.el (gnus-summary-read-group-1): Remove
12055         gnus-summary-set-local-parameters.
12056         (gnus-summary-setup-buffer): Put it here.
12057
12058 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * gnus.el (to-address): Define parameter.
12061         (to-list): Ditto.
12062         * gnus-art.el (article-hide-boring-headers): Use them.
12063         * gnus-msg.el (gnus-post-news): Ditto.
12064         * gnus-cus.el (gnus-group-parameters): Remove them.
12065
12066 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * gnus-draft.el (gnus-draft-reminder): New function.
12069
12070         * gnus-art.el (gnus-sender-save-name): New function.
12071
12072 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12073
12074         * mm-util.el (mm-mime-charset): Error message.
12075
12076 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12077
12078         * message.el (message-check-news-body-syntax): Don't check mml lines.
12079
12080 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12083         subscribe.
12084
12085         * gnus-start.el (gnus-call-subscribe-functions): New function.
12086         (gnus-find-new-newsgroups): Use it.
12087         (gnus-ask-server-for-new-groups): Use it.
12088         (gnus-check-first-time-used): Use it.
12089         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12090         (gnus-subscribe-options-newsgroup-method): Ditto.
12091         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12092         return .
12093
12094 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12095
12096         * gnus-cus.el (gnus-score-customize): Doc fix.
12097
12098 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12099
12100         * dgnushack.el (my-getenv): Typo.
12101
12102 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12105
12106 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12109
12110         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12111         (gnus-treatment-function-alist): Use it.
12112         (article-remove-leading-whitespace): New function.
12113         (gnus-article-make-menu-bar): Use it.
12114
12115         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12116         remove-leading-whitespace.
12117         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12118         because of conflict.
12119
12120 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121
12122         * Makefile.in: Hack generating gnus-load.el.
12123         * dgnushack.el: Ditto.
12124         * gnus-load.el: Remove it.
12125
12126 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12127
12128         * dgnushack.el : Add URLDIR.
12129
12130         * Makefile.in (EMACS_COMP): Ditto.
12131
12132 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * gnus-cus.el (gnus-score-customize): Error on no score file.
12135
12136 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12137
12138         * mm-decode.el (mm-merge-handles): New function.
12139
12140         * mm-view.el (mm-inline-message): Use it.
12141         (mm-view-message): Ditto.
12142
12143         * mm-partial.el (mm-inline-partial): Ditto.
12144
12145         * mm-extern.el (mm-inline-external-body): Ditto.
12146
12147         * gnus-art.el (gnus-mime-view-part): Ditto.
12148         (gnus-mime-view-part-as-type): Ditto.
12149         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12150         cases.
12151
12152 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12153
12154         * message.el (message-cancel-news): Allow to shoot foot.
12155         (message-supersede): Ditto.
12156
12157 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12158         Trivial patch.
12159
12160         * gnus-sum.el (gnus-simplify-subject-re): Use
12161         message-subject-re-regexp.
12162
12163 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * nnmail.el (nnmail-expiry-target-group): Bind
12166         nnmail-cache-accepted-message-ids to nil.
12167
12168         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12169         coding system.
12170
12171 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12172
12173         * qp.el (quoted-printable-encode-region): Make sure characters are
12174         between 00 and FF.  Don't check charset.
12175
12176         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12177         in Emacs 20.
12178         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12179
12180 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12181
12182         * message.el (message-make-forward-subject): Argument decoded.
12183         (message-forward): Use it when digest.
12184
12185         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12186         buffer.
12187
12188 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12189
12190         * message.el (message-generate-headers-first): Doc fix.
12191
12192 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12193
12194         * gnus-art.el (article-make-date-line): Error proof.
12195
12196 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12197
12198         * gnus-group.el (gnus-group-listing-limit): New variable.
12199         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12200
12201         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12202
12203 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * message.el (message-newline-and-reformat): Special case for
12206         breaking at BOL.
12207
12208 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12209
12210         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12211         message/rfc822.
12212
12213 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12214
12215         * message.el (message-encode-message-body): Don't insert
12216         Content-Type if it is inside a mail.
12217
12218 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12221         gnus-article-commands-menu.
12222
12223         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12224         in Emacs.
12225
12226         * gnus-start.el (gnus-read-descriptions-file): Use
12227         gnus-group-name-charset and gnus-group-charset-alist.
12228
12229 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12230
12231         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12232         active region.
12233
12234         * gnus-start.el (gnus-group-change-level): Remove from both
12235         gnus-zombie-list and gnus-killed-list.
12236
12237 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12238
12239         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12240         gnus-subscribe-topics.
12241
12242         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12243
12244 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * gnus-art.el (gnus-article-make-menu-bar): Make
12247         gnus-article-post-menu.
12248
12249         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12250
12251         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12252
12253         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12254
12255         * message.el (message-mode-menu): Ditto.
12256
12257         * gnus-art.el (defvar): eval-when-compile.
12258
12259 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12260
12261         * gnus-agent.el (gnus-agentize): Fix doc.
12262
12263 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12264
12265         * mml.el (mml-preview): Bind `q'.
12266
12267 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12270
12271 2001-01-31  Dave Love  <fx@gnu.org>
12272
12273         * mm-util.el (mm-mime-mule-charset-alist)
12274         (mm-find-mime-charset-region): Consider mule-utf-8.
12275
12276 2001-01-31  Dave Love  <fx@gnu.org>
12277
12278         * gnus-art.el (gnus-article-x-face-command)
12279         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12280         :version.
12281
12282 2001-01-26  Dave Love  <fx@gnu.org>
12283
12284         * mm-util.el (mm-multibyte-string-p): New.
12285
12286 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12287 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12288 ;;      string-as-multibyte on class.  Clarify line-folding.
12289         (quoted-printable-encode-string): Make temp buffer inherit
12290         string's multibyteness.
12291
12292 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12293
12294         * nnheader.el (toplevel): Don't require `gnus-util' at
12295         compile-time; this creates a circular dependency, and prevents
12296         a bootstrap.
12297
12298 2001-01-22  Andreas Schwab  <schwab@suse.de>
12299
12300         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12301
12302 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303
12304         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12305
12306         * gnus-art.el (article-hide-list-identifiers): Ditto.
12307
12308         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12309
12310 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12313
12314         * gnus-art.el (article-hide-list-identifiers): Similar.
12315
12316 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12317
12318         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12319
12320 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12321
12322         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12323
12324 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12325
12326         * gnus-util.el (gnus-string-equal): New function.
12327
12328         * gnus-art.el (article-hide-boring-headers): Use it.
12329
12330 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12331
12332         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12333
12334 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12335
12336         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12337
12338 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12339
12340         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12341         command if there is not last-saver.
12342
12343 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12344
12345         * nntp.el (nntp-open-connection): 201 is possible.
12346
12347 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12348
12349         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12350         (rfc2047-charset-encoding-alist): Add big5.
12351
12352 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12355         (gnus-agent-remove-server): Ditto.
12356         (autoload): gnus-server-update-server.
12357
12358         * gnus-srvr.el (gnus-server-line-format): Add %a.
12359         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12360         (gnus-server-insert-server-line): Use it.
12361
12362 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12363
12364         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12365         GB2312 and Big5.
12366
12367 2001-01-24  Simon Josefsson  <sj@extundo.com>
12368
12369         * mail-source.el (mail-sources): Add :program specifier to IMAP
12370         mail source.
12371         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12372
12373 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12374
12375         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12376
12377 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12378
12379         * nntp.el (nntp-wait-for): Return the success code.
12380         (nntp-open-connection): Use it.
12381
12382 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12383
12384         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12385
12386 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12387
12388         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12389
12390 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12393         argument. Allow to print several articles in one file.
12394
12395 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12396
12397         * webmail.el (webmail-type-definition): netaddress changes.
12398
12399 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12400
12401         * gnus.el: Fix copyright. Remove trailing spaces.
12402
12403         * message.el (message-forward): Use mule4.
12404
12405 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * mm-util.el (mm-string-as-unibyte): New function.
12408
12409         * message.el (message-forward): Use it.
12410
12411 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12412
12413         * message.el (message-cite-original-without-signature): Don't peel
12414         off the blank line.
12415         (message-get-reply-headers): Add Cc if it is not in follow-to.
12416
12417 2001-01-20  Simon Josefsson  <sj@extundo.com>
12418
12419         * mm-decode.el (mm-handle-multipart-from): Add.
12420         (mm-dissect-buffer): Save From: header value.
12421         (mm-security-from): Remove.
12422         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12423
12424         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12425         instead of `mml-security-from'.  Protect null from value.
12426
12427 2001-01-20  Simon Josefsson  <sj@extundo.com>
12428
12429         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12430         application/vnd.ms-excel attachments.
12431
12432 2001-01-19  Simon Josefsson  <sj@extundo.com>
12433
12434         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12435
12436 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * message.el (message-ignored-mail-headers): Ditto.
12439
12440 2001-01-19  Simon Josefsson  <sj@extundo.com>
12441
12442         * message.el (message-ignored-news-headers): Only search beginning
12443         of line.
12444
12445 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12446         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12447
12448         * message.el (message-send-mail): Content-Type may not be there.
12449
12450 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12451
12452         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12453         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12454
12455         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12456         not.
12457
12458 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12459
12460         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12461         non-native groups.
12462
12463 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12464
12465         * message.el (message-yank-original): Understand
12466         universal-argument.
12467
12468 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12469
12470         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12471         (article-hide-boring-headers): Ditto.
12472
12473         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12474
12475 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12476
12477         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12478         one.
12479
12480 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12481
12482         * message.el (message-make-in-reply-to): Add comment to message-id
12483         (old syntax, see 2000-08-02 change).
12484
12485 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12486
12487         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12488         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12489         (gnus-button-reply): Ditto.
12490
12491 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-art.el (article-display-x-face): Fix.
12494
12495 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12496
12497         * gnus-art.el (article-display-x-face): Use
12498         gnus-original-article-buffer.
12499
12500 2001-01-15  Jack Twilley  <jmt@tbe.net>
12501
12502         * message.el (message-add-header): Move to point-max.
12503
12504 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12505
12506         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12507         nil, improve documentation.
12508         (smime-certificate-directory): Comment out false hints (until it
12509         is implemented).
12510
12511         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12512         there aren't any keys.
12513         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12514         verify certificate.  Default is changed to only check integrity.
12515         Improved security status texts.  If a certificate doesn't contain
12516         a email address, don't fail.
12517
12518         * smime.el (smime-noverify-region):
12519         (smime-noverify-buffer): New functions.  Verifies integrity only.
12520
12521 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12522
12523         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12524
12525 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12526
12527         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12528         (gnus-remove-some-windows): Ditto.
12529
12530 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * gnus-art.el (article-make-date-line): 11th.
12533
12534 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12535
12536         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12537         (mml2015-gpg-sign): Ditto.
12538
12539 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12540
12541         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12542         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12543
12544 2001-01-08  Dave Love  <fx@gnu.org>
12545
12546         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12547         single character.
12548
12549         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12550
12551         * message.el: Doc and message fixes.
12552         (message-send-rename-function)
12553         (message-make-forward-subject-function)
12554         (message-send-mail-function, message-reply-to-function)
12555         (message-wide-reply-to-function, message-followup-to-function)
12556         (message-distribution-function, message-auto-save-directory): Fix
12557         :type.
12558
12559         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12560         proceeding after warnings.  Amend multipart warning message.
12561
12562 2001-01-04  Dave Love  <fx@gnu.org>
12563
12564         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12565         compiling.
12566         (gnus-make-directory): Require nnmail.
12567
12568         * mm-decode.el (mm-inline-media-tests): Add
12569         image/x-portable-bitmap.
12570         (mm-get-image): Grok pbm.
12571
12572 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12573
12574         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12575
12576 2001-01-09  Didier Verna  <didier@xemacs.org>
12577
12578         * dgnushack.el (dgnushack-compile): give a dummy value to
12579         `gnus-xmas-glyph-directory' for the time of compilation.
12580         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12581         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12582         * gnus-art.el: ditto.
12583         * gnus-group.el: ditto.
12584         * gnus-salt.el: ditto.
12585         * gnus-sum.el: ditto.
12586         * gnus-topic.el: ditto.
12587         * gnus-xmas.el (gnus-xmas-define): see above.
12588         * gnus-xmas.el (gnus-xmas-redefine): see above.
12589         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12590         non-continuable error when the directory can't be found.
12591
12592 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12593
12594         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12595         handle.
12596         * gnus-art.el (gnus-mime-view-part): Copy it.
12597         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12598
12599 2001-01-09  Michael Downes  <mjd@ams.org>
12600
12601         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12602
12603 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12604
12605         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12606         orig-file. Use ',source.
12607
12608 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12609
12610         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12611         (gnus-xmas-group-startup-message):
12612         Detect gnus-xmas-glyph-directory when it is nil.
12613
12614 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12615
12616         * pop3.el (pop3-get-message-count): Andrew Innes
12617         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12618
12619 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620
12621         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12622
12623         * time-date.el (time-to-number-of-days): New function.
12624
12625 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12626         Trivial patch.
12627
12628         * nnslashdot.el (nnslashdot-request-list): Always get the right
12629         sid.
12630
12631 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12632
12633         * message.el (message-minibuffer-local-map): New keymap.
12634         (message-read-from-minibuffer): Use it.
12635         * gnus-msg.el (gnus-summary-resend-message): Use it
12636
12637 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12638
12639         * gnus-start.el (gnus-display-time-event-handler): New function.
12640         (gnus-after-getting-new-news-hook): Use it.
12641
12642 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * message.el (message-ignored-mail-headers): Add draft header.
12645
12646 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12647
12648         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12649         excursion.
12650
12651         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12652
12653 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12654         A revoked patch.
12655
12656         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12657
12658 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * qp.el (quoted-printable-decode-region): Don't backward-char.
12661
12662 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12663
12664         * gnus-draft.el: Mark articles as replied.
12665
12666         * gnus-sum.el (gnus-summary-add-mark): New function.
12667
12668         * gnus-group.el (gnus-add-mark): New function.
12669
12670         * gnus-sum.el (gnus-summary-buffer-name): New function.
12671         (gnus-summary-setup-buffer): Use it.
12672
12673         * gnus-draft.el: Set things up with the right post method and
12674         stuff.
12675
12676         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12677
12678         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12679
12680         * gnus.el (gnus-draft-meta-information-header): New variable.
12681
12682 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12683
12684         * gnus-art.el (gnus-treatment-function-alist): Move the date
12685         functions before the header sorting functions.
12686
12687         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12688
12689         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12690         Don't (push "/usr/share/emacs/site-lisp" load-path).
12691
12692         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12693         to empty fill prefixes.
12694
12695 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12696
12697         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12698         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12699
12700 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12701
12702         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12703
12704         * nnml.el (autoload): Move to nnheader.el.
12705
12706         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12707         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12708         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12709         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12710
12711 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12712
12713         * gnus-art.el (article-make-date-line): Get the hours right.
12714         (gnus-ignored-headers): More hiding.
12715
12716         * nnmail.el (nnmail-expiry-wait): Not an integer.
12717
12718         * message.el (message-goto-body): Only expand abbrev when called
12719         interactively.
12720         (message-make-lines): Use it.
12721
12722 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12723
12724         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12725
12726 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12727
12728         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12729         include the expunged articles.
12730
12731         * gnus-group.el (gnus-group-sort-by-server): New function.
12732
12733         * gnus.el (gnus-method-to-server-name): New function.
12734         (gnus-group-prefixed-name): Use it.
12735
12736         * gnus-group.el (gnus-group-sort-function): Doc fix.
12737         (gnus-group-sort-groups-by-server): New command.
12738
12739 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12740
12741         * gnus-art.el (gnus-treat-date-english): New variable.
12742         (article-date-english): New command.
12743         (gnus-english-month-names): New variable.
12744         (article-make-date-line): Do 'english.
12745
12746         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12747         after the fill prefix.
12748
12749         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12750         score...".
12751
12752         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12753
12754         * message.el (message-mode-map): Bind comment-region.
12755
12756         * gnus-art.el (gnus-mime-display-part): Let w3 display
12757         multipart/related.
12758
12759         * mm-bodies.el (mm-long-lines-p): New function.
12760         (mm-body-encoding): Use it.
12761         (mm-body-encoding): Encode articles with lines longer than 1000
12762         characters.
12763
12764 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * mm-util.el (mm-enable-multibyte): Use
12767         default-enable-multibyte-characters.
12768         (mm-enable-multibyte-mule4): Ditto.
12769         (mm-disable-multibyte): Test XEmacs.
12770         (mm-disable-multibyte-mule4): Ditto.
12771         (mm-with-unibyte-current-buffer): Simplified.
12772         (mm-with-unibyte-current-buffer-mule4): Ditto.
12773
12774 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775
12776         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12777
12778         * nnheader.el (nnheader-string-as-multibyte): New alias.
12779
12780         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12781
12782         * gnus-uu.el (gnus-message-process-mark): New function.
12783         (gnus-uu-mark-by-regexp): Use it.
12784         (gnus-new-processable): New function.
12785
12786 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12787          Trivial patch.
12788
12789         * gnus-sum.el (gnus-no-mark): New variable.
12790
12791 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12794         backslashes.
12795
12796 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12799         definition.
12800
12801 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12802
12803         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12804
12805         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12806         XEmacs.
12807
12808 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12809         Trivial patch.
12810
12811         * mml.el (mml-read-tag): Save tag location.
12812
12813 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12814
12815         * starttls.el: Sync with Emacs 21.
12816
12817 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12818
12819         * message.el (message-mail): Support yank-action.
12820
12821         * message.el (message-setup): Revoke the last change.
12822
12823 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12824
12825         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12826         <jvromans@squirrel.nl>.
12827
12828 2000-12-24  Simon Josefsson  <sj@extundo.com>
12829
12830         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12831         mailing list junk at end of part.
12832
12833 2000-12-23  Simon Josefsson  <sj@extundo.com>
12834
12835         * nnimap.el (nnimap-expiry-target): New function.
12836         (nnimap-request-expire-articles): Use it.
12837
12838 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12839
12840         * gnus.el (gnus-group-parameters-more): New variable.
12841         * gnus-cus.el (gnus-group-customize): Use it.
12842
12843         * gnus.el (gnus-define-group-parameter): New macro.
12844         (auto-expire): Use it
12845         (total-expire): Use it.
12846         * gnus-art.el (banner): Use it.
12847
12848         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12849         <ljz@asfast.com>.
12850
12851 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12852
12853         * gnus-topic.el (gnus-topic-create-topic): Use list.
12854
12855         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12856         before binding gnus-default-article-saver.
12857
12858         * gnus-sum.el (gnus-summary-save-article):
12859         (gnus-summary-pipe-output):
12860         (gnus-summary-save-article-mail):
12861         (gnus-summary-save-article-rmail):
12862         (gnus-summary-save-article-file):
12863         (gnus-summary-write-article-file):
12864         (gnus-summary-save-article-body-file): Ditto.
12865
12866         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12867
12868 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * gnus-art.el (gnus-mime-security-button-map):
12871         (gnus-mime-button-map): Add parent.
12872
12873 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874
12875         * messagexmas.el (message-xmas-redefine): New function.
12876
12877         * message.el: Use it.
12878
12879         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12880
12881         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12882
12883 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12884
12885         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12886         malformatted messages.
12887
12888 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12889
12890         * mm-util.el (mm-image-load-path): New function.
12891
12892         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12893
12894         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12895
12896         * message.el (message-tool-bar-map): Use it.
12897
12898         * Makefile.in (install-el): New rule.
12899
12900 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-art.el (article-treat-dumbquotes): Quote \.
12903
12904 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12905
12906         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12907         Emacs 20 runs on a terminal.
12908
12909 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12912
12913         * mml.el (gnus-add-minor-mode): Autoload.
12914
12915         * message.el (message-forward): Save-restriction.
12916
12917 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12918
12919         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12920         Paul Stevenson <p.stevenson@surrey.ac.uk>
12921
12922 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12923
12924         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12925
12926         * mml.el (gnus-ems): Don't require.
12927
12928         * gnus.el (gnus-decode-rfc1522): Removed.
12929         (gnus-set-text-properties): Define.
12930
12931 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12932
12933         * gnus-art.el (gnus-mime-*): handle may be nil.
12934
12935         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12936
12937         * gnus.el (gnus-group-remove-excess-properties): Not defined
12938         in gnus-xmas.
12939
12940 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12941
12942         * message.el (message-mail-user-agent): Add :version.
12943
12944 2000-12-21  Miles Bader  <miles@gnu.org>
12945
12946         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12947
12948 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12949
12950         * message.el (message-mail-user-agent): New variable.
12951         (message-setup): Renamed to message-setup-1. Support
12952         mail-user-agent.
12953         (message-mail-user-agent): New function.
12954         (message-mail): Use it.
12955         (message-reply): Use it.
12956         (message-resend): Use it.
12957         (message-mail-other-window): Use it.
12958         (message-mail-other-frame): Use it.
12959
12960         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12961
12962 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12963
12964         * message.el (message-tool-bar-map): Simplify.
12965         (message-narrow-to-head-1): New function.
12966         (message-narrow-to-head): Use it.
12967         (message-reply): Ditto.
12968         (message-cancel-news): Ditto.
12969         (message-supersede): Ditto.
12970         (message-make-forward-subject): Ditto.
12971         (message-bounce): Ditto.
12972
12973 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12974
12975         * uudecode.el (uudecode-decode-region-external): make-temp-file
12976         may not be defined.
12977
12978         * binhex.el (defalias): eval-and-compile.
12979
12980         * message.el (message-tool-bar-map): New function.
12981         (message-mode): Use it.
12982
12983 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12984
12985         * nntp.el (nntp-find-connection): Remove the entry.
12986         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12987
12988 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12989
12990         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12991
12992         * message.el (message-forward): Copy buffer in unibyte mode.
12993
12994 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12995
12996         * message.el (message-make-forward-subject): Don't widen. Decode.
12997         (message-forward): Don't decode subject.
12998
12999 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13000
13001         * qp.el (quoted-printable-encode-region): Upcase QP.
13002
13003 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13004
13005         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13006         mail-extract-a-c instead. Don't depend on Gnus.
13007
13008         * mml.el (gnus-ems): Require it.
13009
13010         * gnus-msg.el (gnus-summary-mail-forward):
13011
13012         * message.el (message-forward):  Move mime-to-mml here.
13013
13014 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13015
13016         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13017         * gnus-art.el (gnus-insert-mime-button): Simplify.
13018         (gnus-mime-display-alternative): Ditto.
13019         (gnus-insert-mime-security-button): Ditto.
13020
13021 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13022
13023         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13024         text-property-not-all doesn't return nil when start=mark(end).
13025         (gnus-remove-text-properties-when): Ditto.
13026
13027 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028
13029         * gnus-start.el (gnus-group-change-level): Remove group from
13030         gnus-active-hashtb if real killed.
13031
13032 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13035         (gnus-mime-display-alternative): Ditto.
13036         (gnus-insert-mime-security-button): Ditto.
13037
13038 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13039
13040         * gnus-start.el (gnus-group-change-level): Don't add it into
13041         killed-list if it was killed.
13042
13043 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13044
13045         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13046         (nnmbox-active-file-coding-system): Ditto.
13047
13048         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13049
13050 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13051
13052         * gnus.el (gnus-version):
13053         (gnus-version-number): Set to Oort Gnus 0.01.
13054
13055         * gnus-art.el (gnus-mime-security-button-map):
13056         (gnus-insert-mime-security-button): Fix for Emacs21.
13057
13058 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13059
13060         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13061         easymenu, because XEmacs doesn't understand :help.
13062
13063         * mm-uu.el: Require binhex.
13064
13065 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13068
13069 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13070
13071         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13072
13073 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13074
13075         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13076
13077 2000-12-18  Dave Love  <fx@gnu.org>
13078
13079         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13080         (unused).
13081
13082 2000-12-13  Miles Bader  <miles@gnu.org>
13083
13084         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13085         to t, so that we don't get stuck while trying to smilefy
13086         intangible text.
13087
13088 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13089
13090         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13091         at the end of the buffer.
13092         (smiley-region): In the loop, move to the end of the submatch
13093         matching the smiley instead of using the end of the match
13094         of the whole regexp.
13095
13096 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13097
13098         * message.el (message-mode): Doc fix.
13099
13100 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13101
13102         * smiley-ems.el (smiley-region): Doc fix.
13103
13104 2000-12-11  Miles Bader  <miles@gnu.org>
13105
13106         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13107         bottom line visible, check to see if it's partially obscured, and
13108         if so, either scroll one more line to make it fully visible, or
13109         revert to showing the second line from the top.
13110
13111 2000-12-07  Dave Love  <fx@gnu.org>
13112
13113         * mailcap.el (mailcap-download-directory)
13114         * gnus-audio.el (gnus-audio-directory)
13115         * smiley-ems.el (smiley-data-directory): Fix :type.
13116
13117 2000-11-30  Dave Love  <fx@gnu.org>
13118
13119         * message.el (message-auto-save-directory): Use
13120         file-name-as-directory.
13121         (message-set-auto-save-file-name): Create
13122         message-auto-save-directory if necessary.
13123         (message-replace-chars-in-string): Removed -- unused.
13124         (message-mail-alias-type): Customize.
13125         (message-headers): Remove duplicate defgroup.
13126
13127 2000-11-29  Dave Love  <fx@gnu.org>
13128
13129         * qp.el (quoted-printable-decode-region): Use error, not message
13130         to report malformed text (like base64).  Amend message.
13131
13132 2000-11-29  Miles Bader  <miles@gnu.org>
13133
13134         * message.el (message-header-lines): Fontify tag.
13135
13136 2000-11-27  Dave Love  <fx@gnu.org>
13137
13138         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13139         compiler warning.
13140
13141 ;2000-11-26  Dave Love  <fx@gnu.org>
13142 ;
13143 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13144 ;
13145 2000-11-23  Dave Love  <fx@gnu.org>
13146
13147         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13148
13149         * mm-uu.el (uudecode): Require.
13150         (uudecode-decode-region, uudecode-decode-region-external): Don't
13151         autoload.
13152         (mm-uu-copy-to-buffer): Doc fix.
13153         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13154         type fix.
13155
13156         * mailcap.el: Doc fixes.
13157         (mailcap-mime-data): Various adjustments.
13158         (mailcap): New group.
13159         (mailcap-download-directory): Customize.
13160         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13161         (mailcap-temporary-directory): Deleted (unused).
13162         (mailcap-unescape-mime-test): Simplify slightly.
13163         (mailcap-viewer-passes-test): Use functionp.
13164         (mailcap-command-p): Aliased to executable-find.
13165
13166         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13167         default-enable-multibyte-characters is nil.
13168
13169 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13170
13171         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13172
13173 2000-11-21  Dave Love  <fx@gnu.org>
13174
13175         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13176         gnus-article-mode-map.
13177 ;       (gnus-mime-button-menu): Use mouse-set-point.
13178         (gnus-insert-mime-button, gnus-mime-display-alternative)
13179         (gnus-mime-display-alternative): Don't use local-map property.
13180
13181 2000-11-17  Dave Love  <fx@gnu.org>
13182
13183         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13184         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13185         and make-temp-file.
13186         (uudecode-decode-region): Doc fix.
13187
13188 2000-11-14  Dave Love  <fx@gnu.org>
13189
13190         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13191         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13192         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13193         New files, derived from the XPMs.
13194
13195 2000-11-10  Dave Love  <fx@gnu.org>
13196
13197         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13198         (gnus-agent-lib-file, gnus-agent-load-alist)
13199         (gnus-agent-save-alist, gnus-agent-article-name): Use
13200         expand-file-name.
13201
13202         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13203         :version.
13204         (nnkiboze-score-file): Defvar when compiling.
13205
13206         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13207
13208         * gnus-art.el (gnus-article-banner-alist)
13209         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13210         (gnus-article-date-lapsed-new-header)
13211         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13212         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13213         (gnus-treat-strip-headers-in-body)
13214         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13215         (gnus-treat-translate): Add :version.
13216         (gnus-article-mime-part-function): Fix defcustom.
13217
13218         * nnmail.el (nnmail-expiry-target)
13219         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13220         (nnmail-split-header-length-limit): Add :version.
13221
13222         * gnus-sum.el (gnus-auto-expirable-marks)
13223         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13224         (gnus-extra-headers, gnus-ignored-from-addresses)
13225         (gnus-newsgroup-ignored-charsets)
13226         (gnus-group-highlight-words-alist)
13227         (gnus-summary-show-article-charset-alist): Add :version.
13228
13229         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13230         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13231         files, converted from the XPMs.
13232
13233         * gnus-cache.el (gnus-cache-active-file): Don't use
13234         file-name-as-directory on directory.
13235         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13236         use file-name-as-directory on directory.
13237
13238         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13239         (date-to-time): Use it.
13240
13241 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13242 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13243 ;       (message-newline-and-reformat): Likewise.
13244         (message-forward-as-mime, message-forward-ignored-headers)
13245         (message-buffer-naming-style, message-default-charset)
13246         (message-dont-reply-to-names, message-send-mail-partially-limit):
13247         Add :version.
13248
13249         * mm-util.el: Doc fixes.
13250         (mm-mime-charset): Don't use the raw result of
13251         mm-preferred-coding-system.
13252         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13253         (mm-with-unibyte): Simplify.
13254
13255         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13256         concat.
13257
13258         * pop3.el (pop3-version): Deleted.
13259         (pop3-make-date): New function, avoiding message-make-date.
13260         (pop3-munge-message-separator): Use it.
13261
13262 2000-11-09  Dave Love  <fx@gnu.org>
13263
13264         * gnus-group.el (gnus-group-make-directory-group)
13265         (gnus-group-fetch-faq): Use expand-file-name.
13266         (gnus-group-fetch-faq): Simplify completing-read form.
13267
13268         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13269         test for Mule.
13270
13271         * message.el (tool-bar-map): Defvar when compiling.
13272
13273         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13274         (gnus-tm-lisp-directory): Deleted.
13275         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13276         (featurep 'xemacs).
13277         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13278         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13279         version numbers from file names.
13280
13281 2000-11-08  Dave Love  <fx@gnu.org>
13282
13283         * mm-view.el: Use featurep for XEmacs test.
13284         (mm-inline-message): Test for `remove-specifier'; don't use
13285         condition-case.
13286
13287         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13288
13289         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13290         (gnus-score-find-bnews): Don't concat "".
13291
13292         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13293         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13294         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13295         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13296
13297         * gnus-sum.el: Put some defvars in eval-when-compile.
13298         (gnus-summary-mode-hook): Add :options.
13299         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13300         (gnus-summary-tool-bar-map): New variable.
13301         (gnus-summary-make-tool-bar): New function.
13302         (gnus-summary-mode): Put kill-all-local-variables first.
13303
13304         * gnus-group.el (gnus-group-toolbar-map): New variable.
13305         (gnus-group-make-tool-bar): Rewritten.
13306         (gnus-group-mode): Put kill-all-local-variables first.
13307
13308         * rfc2047.el: Require gnus-util.
13309
13310         * nnml.el (gnus-sorted-intersection): Autoload.
13311
13312         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13313         Put some defvars in eval-when-compile.
13314         (gnus-intersection, gnus-sorted-complement):  Autoload.
13315
13316         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13317
13318         * mm-encode.el (mm-body-7-or-8): Autoload.
13319
13320         * mm-decode.el (mm-insert-inline): Autoload.
13321
13322         * mml.el:
13323         * message.el: Put some defvars in eval-when-compile.
13324
13325         * gnus-msg.el: Put some defvars in eval-when-compile.
13326         (gnus-msg-mail): Move after gnus-setup-message.
13327
13328         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13329
13330 2000-11-07  Dave Love  <fx@gnu.org>
13331
13332         * gnus-util.el (nnheader): Don't require message (recursive
13333         autoload).
13334
13335         * uudecode.el: Avoid compiler warnings.
13336
13337         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13338         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13339
13340 2000-11-06  Dave Love  <fx@gnu.org>
13341
13342         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13343
13344         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13345         (uudecode-char-int): New alias, replacing char-int.
13346         (uudecode-decode-region): Don't call buffer-disable-undo.
13347
13348 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13349 ;       (mm-uu-configure-list): Doc fix.
13350 ;
13351 ;       * earcon.el (running-xemacs): Don't define.
13352 ;
13353 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13354 ;
13355 ;       * message.el (message-font-lock-keywords): Match a final newline
13356 ;       to help font-lock's multiline support.
13357 ;
13358 2000-11-03  Dave Love  <fx@gnu.org>
13359
13360         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13361
13362         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13363         name.
13364
13365         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13366         <banner>: Fix custom type, doc.
13367
13368         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13369         name.  Don't disable undo explicitly.
13370
13371 ;2000-11-02  Dave Love  <fx@gnu.org>
13372 ;
13373 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13374 ;       cite-prefix.
13375
13376 2000-11-01  Dave Love  <fx@gnu.org>
13377
13378         * rfc2047.el (base64): Require unconditionally.
13379         (message-posting-charset): Defvar when compiling.
13380         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13381         message.
13382
13383         * gnus-sum.el (nnoo): Require.
13384         (mm-uu-dissect): Autoload.
13385
13386         * mml.el (mml-parse-1): Clarify message.
13387         (mml-minibuffer-read-type): Use mailcap-mime-types.
13388
13389 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13390
13391         * mml.el: Fix a typo in the requiring of CL.
13392
13393 2000-11-01  Dave Love  <fx@gnu.org>
13394
13395         * utf7.el: Require cl when compiling.
13396
13397         * binhex.el: Use (featurep 'xemacs).
13398         (binhex-char-int): New alias, replacing char-int.  Change callers.
13399         (binhex-decode-region): Simplify work buffer code.
13400         (binhex-decode-region-external): Use expand-file-name, not concat.
13401
13402 2000-10-30  Dave Love  <fx@gnu.org>
13403
13404         * gnus-art.el: Fix 2000-10-27 change properly.
13405
13406 2000-10-28  Miles Bader  <miles@gnu.org>
13407
13408         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13409
13410 2000-10-27  Dave Love  <fx@gnu.org>
13411
13412         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13413         strings.
13414         (gnus-group-make-tool-bar): New function.
13415         (gnus-group-mode): Use it.
13416
13417         * message.el (message-mode-menu): Add some :help strings.
13418         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13419         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13420
13421         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13422         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13423         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13424
13425         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13426         display-graphic-p here.
13427
13428 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13429
13430         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13431         of the `gnus-xemacs' variable, as the latter has been removed.
13432         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13433         * gnus-art.el (gnus-treat-display-xface)
13434         (gnus-treat-display-smileys, gnus-treat-display-picons)
13435         (gnus-article-read-summary-keys): Likewise.
13436
13437 2000-10-26  Dave Love  <fx@gnu.org>
13438
13439         (defvar): Use rmail-spool-directory unconditionally.
13440
13441 2000-10-18  Dave Love  <fx@gnu.org>
13442
13443         * mm-bodies.el (mm-uu-decode-function)
13444         (mm-uu-binhex-decode-function): Defvar when compiling.
13445
13446         * gnus-nocem.el (gnus-nocem-issuers): Update.
13447         (gnus-nocem-check-from): New option.
13448         (gnus-nocem-scan-groups): Use it.
13449         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13450         (gnus-nocem-check-article-limit): Add :version.
13451
13452 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13453
13454         * ietf-drums.el (mm-util): Require CL when compiling.
13455
13456 2000-10-15  Dave Love  <fx@gnu.org>
13457
13458         * qp.el: Require mm-util.
13459
13460 2000-10-13  Dave Love  <fx@gnu.org>
13461
13462         * qp.el (quoted-printable-decode-region): Avoid invalid
13463         coding-systems.
13464
13465 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13466
13467         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13468         to a recursive load.
13469
13470 2000-10-12  Dave Love  <fx@gnu.org>
13471
13472         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13473
13474         * gnus.el (gnus-group-startup-message): Check for PBM image.
13475
13476 2000-10-09  Dave Love  <fx@gnu.org>
13477
13478         * mail-source.el (mail-source-fetch-imap): Bind
13479         default-enable-multibyte-characters rather than using
13480         mm-disable-multibyte.
13481
13482 2000-10-05  Dave Love  <fx@gnu.org>
13483
13484         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13485         Autoload.
13486         (quoted-printable-decode-region):  Rename arg which confused
13487         charset with coding-system.  Don't use nonascii-insert-offset.
13488         Coding-system encode the region initially.  Don't recognize `=='
13489         as valid QP.  Coding-system decode the region finally.
13490         (quoted-printable-decode-string): Rename arg which confused
13491         charset with coding-system.
13492
13493         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13494         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13495         mm-encode-coding-region.
13496         (mm-decode-body, mm-decode-string): Rename variables which
13497         confused charset with coding-system.
13498         (binhex-decode-region): Don't autoload.
13499         (mm-body-encoding): Require message.
13500         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13501         cond branches.
13502
13503         * gnus-art.el (article-de-quoted-unreadable)
13504         (article-de-base64-unreadable): Fold search case
13505         rather than downcasing string.  Apply mm-charset-to-coding-system
13506         to arg of quoted-printable-decode-region.
13507
13508 2000-10-04  Dave Love  <fx@gnu.org>
13509
13510         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13511         Require ring when compiling.
13512         (gnus-article-compface-xbm): New variable.
13513
13514 2000-10-04  Dave Love  <fx@gnu.org>
13515
13516         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13517         pbm images.
13518
13519         * frown.pbm, smile.pbm, wry.pbm: New files.
13520
13521         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13522
13523 2000-10-03  Dave Love  <fx@gnu.org>
13524
13525         * mail-source.el (mail-sources): Revert to nil.
13526
13527         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13528
13529         * qp.el: Don't require mm-util.
13530         (quoted-printable-decode-region): Rewritten.
13531         (quoted-printable-decode-string, quoted-printable-encode-region):
13532         Doc fix.
13533         (quoted-printable-encode-region): Barf on multibyte characters.
13534         Maybe make the class multibyte.  Upcase chars, not formatted
13535         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13536         (quoted-printable-encode-string): Don't use
13537         mm-with-unibyte-buffer.
13538
13539 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13540
13541         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13542
13543 2000-09-21  Dave Love  <fx@gnu.org>
13544
13545         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13546         (for Emacs 20).  Tidy somewhat.
13547
13548 2000-09-21  Dave Love  <fx@gnu.org>
13549
13550         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13551         image processing.  Rationalize logic somewhat.
13552
13553 2000-09-20  Dave Love  <fx@gnu.org>
13554
13555         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13556         specifically.
13557
13558         * gnus.el (gnus-version-number): Avoid some redundant
13559         autoloads.
13560
13561 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13562
13563         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13564         to XBM; we always have PBM support.
13565
13566 2000-09-14  Dave Love  <fx@gnu.org>
13567
13568         * gnus.el (gnus-charset):
13569         * mm-decode.el (mime-display):
13570         * imap.el (imap) <defgroup>: Add :version.
13571
13572 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13573
13574         * parse-time.el: Fix author's mail address.
13575
13576         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13577         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13578         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13579         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13580         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13581         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13582         * rfc2231.el, uudecode.el: Fix copyright notice.
13583
13584         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13585         require `w3' at load-time only if not running in batch mode.
13586
13587 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * gnus.el: Before merge with Emacs21.
13590
13591 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13592
13593         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13594
13595 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13596
13597         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13598         to avoid conflict with the standard `back-to-indentation'
13599         binding.
13600
13601 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13604
13605         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13606         (mm-disable-multibyte-mule4): Ditto.
13607         (mm-with-unibyte-current-buffer-mule4): Ditto.
13608
13609 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13610
13611         * pop3.el (pop3-movemail): Use binary.
13612         (pop3-movemail-file-coding-system): Removed.
13613
13614 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13615
13616         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13617
13618 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13619
13620         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13621         exists.
13622
13623 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13624
13625         * gnus-msg.el (gnus-post-method): Use backend name when the
13626         address is "".
13627
13628 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13629
13630         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13631         mm-verify-option.
13632         (gnus-treat-x-pgp-sig): Default value.
13633         (gnus-ignored-headers): Redundant.
13634
13635 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13636
13637         * gnus-win.el (gnus-configure-frame): Save selected window.
13638
13639 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13640
13641         * nnmbox.el: Require gnus-range.
13642         (nnmbox-group-building-active-articles): New variable.
13643         (nnmbox-group-active-articles): New variable; this is a cache of
13644         all active articles by group and number.
13645         (nnmbox-in-header-p): New function.
13646         (nnmbox-find-article): New function.
13647         (nnmbox-record-active-article): New function.
13648         (nnmbox-record-deleted-article): New function.
13649         (nnmbox-is-article-active-p): New function.
13650         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13651         (nnmbox-request-article): Ditto.  Also supply extra arg to
13652         nnmbox-article-group-number.
13653         (nnmbox-request-expire-articles): Ditto.
13654         (nnmbox-request-move-article): Ditto.
13655         (nnmbox-request-replace-article): Ditto.
13656         (nnmbox-request-rename-group): Rename group entry in active
13657         article cache.
13658         (nnmbox-delete-mail): Update active article cache, unless article
13659         is being replaced.
13660         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13661         than partially duplicating it.
13662         (nnmbox-article-group-number): Add extra `this-line' arg, to
13663         handle articles belonging to multiple groups.
13664         (nnmbox-save-mail): Update active article cache.
13665         (nnmbox-read-mbox): Build active article cache when loading mbox.
13666         Also do some repair work, if we find articles that are missing the
13667         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13668         reconstruct these from Xref info.
13669
13670 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13671
13672         * mail-source.el (mail-source-report-new-mail): Use
13673         nnheader-run-at-time.
13674
13675 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13676
13677         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13678         an error is thrown, and then rethrow the error.
13679         (mail-source-check-pop): Ditto.
13680         (mail-source-start-idle-timer): Prevent multiple pop checks
13681         running if the check takes a long time.
13682
13683 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13686         succeed.
13687
13688 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13689
13690         * gnus-win.el (gnus-configure-windows): Make sure
13691         nntp-server-buffer is live.
13692         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13693
13694 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13695
13696         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13697
13698 2000-12-04  Andreas Jaeger  <aj@suse.de>
13699
13700         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13701
13702 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13703
13704         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13705
13706 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13707         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13708
13709         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13710
13711 2000-12-01  Simon Josefsson  <sj@extundo.com>
13712
13713         * mml-smime.el (mml-smime-verify): Fix address parsing.
13714
13715 2000-12-01  Simon Josefsson  <sj@extundo.com>
13716
13717         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13718         more than one certificate inside PKCS#7 blob.  Better security
13719         information (clamed / actual sender, openssl output, certificates
13720         inside message).
13721
13722         * smime.el (smime-verify-region): Output to /dev/null.
13723         (smime-buffer-as-string-region): Don't parse empty lines.
13724
13725 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13726
13727         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13728         ?d and ?D.
13729         (gnus-mime-security-show-details-inline): New variable.
13730         (gnus-mime-security-show-details): Use them.
13731         (gnus-insert-mime-security-button): Ditto.
13732
13733         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13734         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13735         (mml2015-gpg-clear-verify): Ditto.
13736         (mml2015-gpg-decrypt-1): Ditto.
13737         (mml2015-use): Prefer 'gpg.
13738
13739 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13740
13741         * gnus-util.el (gnus-add-text-properties-when): New function.
13742         (gnus-remove-text-properties-when): Ditto.
13743
13744         * gnus-cite.el (gnus-article-hide-citation): Use them.
13745         (gnus-article-toggle-cited-text): Use them.
13746
13747         * gnus-art.el (gnus-signature-toggle): Use them.
13748         (gnus-article-show-hidden-text): Ditto.
13749         (gnus-article-hide-text): Ditto.
13750
13751 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13754
13755 2000-11-30  Simon Josefsson  <sj@extundo.com>
13756
13757         * smime.el (smime-point-at-eol): New alias.
13758         (smime-buffer-as-string-region): Use it.
13759
13760 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13761
13762         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13763
13764 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13765
13766         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13767
13768         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13769
13770         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13771
13772 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13773
13774         * nnmh.el (nnmh-request-expire-articles): Implemented
13775         expiry-target for nnmh backend.
13776
13777 2000-11-30  Simon Josefsson  <sj@extundo.com>
13778
13779         * mm-decode.el (mm-security-from): New variable.
13780         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13781
13782         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13783         than `from'.
13784
13785 2000-11-30  Simon Josefsson  <sj@extundo.com>
13786
13787         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13788         address match sender address.
13789
13790         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13791
13792         * smime.el (smime-verify-region): Don't copy buffer.
13793         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13794         (smime-pkcs7-region): New function.
13795         (smime-pkcs7-certificates-region): Ditto.
13796         (smime-pkcs7-email-region): Ditto.
13797         (smime-buffer-as-string-region): Ditto.
13798
13799         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13800         buffer.
13801
13802 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13803
13804         * smime.el (smime-decrypt-region): Fix keyfile argument.
13805
13806 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13807
13808         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13809
13810 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13811
13812         * message.el (message-shoot-gnksa-feet): New variable.
13813         (message-gnksa-enable-p): New function.
13814         (message-send): Use it.
13815         (message-check-news-body-syntax): Ditto.
13816
13817 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * message.el (message-make-message-id): Remove the redundancy.
13820
13821 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13822
13823         * message.el (message-setup): Discourage using mc-install-*-mode.
13824
13825         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13826
13827 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13828
13829         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13830
13831 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13832
13833         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13834
13835 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13836
13837         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13838
13839 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13840
13841         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13842         insert-buffer-substring.
13843
13844         * message.el (message-send-mail): Use buffer-substring-no-properties.
13845         (message-send-news): Ditto.
13846
13847 2000-11-22  David Edmondson  <dme@dme.org>
13848
13849         * imap.el (imap-wait-for-tag): Message read info.
13850
13851 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13852
13853         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13854         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13855         (mml2015-gpg-encrypt): Ditto.
13856
13857 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13858
13859         * mm-decode.el (mm-verify-option): Default value.
13860
13861         * mml-sec.el (mml-secure-part): Error message.
13862
13863 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13864
13865         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13866
13867 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13868
13869         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13870
13871 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13872
13873         * gnus-art.el (gnus-article-describe-key): Use prompt.
13874         (gnus-article-describe-key-briefly): Ditto.
13875
13876 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13877
13878         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13879
13880 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13881
13882         * gnus-art.el (gnus-article-describe-key): New function.
13883         (gnus-article-describe-key-briefly): New function.
13884
13885 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13886
13887         * mm-decode.el (mm-decrypt-option): Doc typo.
13888
13889         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13890         return a number.
13891
13892 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13893
13894         * message.el (message-newline-and-reformat): Typo.
13895
13896 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13897
13898         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13899         original-article-buffer exists.
13900
13901         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13902         (rfc2047-header-encoding-alist): Addresses are different from text.
13903         (rfc2047-encode-message-header): Ditto.
13904         (rfc2047-dissect-region): Extra parameter.
13905         (rfc2047-encode-region): Ditto.
13906         (rfc2047-encode-string): Ditto.
13907
13908 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13909
13910         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13911         (mm-uu-pgp-encrypted-extract): Use it.
13912         (mm-uu-pgp-signed-extract-1): New function.
13913         (mm-uu-pgp-signed-extract): Use it.
13914
13915         * gnus-art.el (gnus-mime-display-security): New function.
13916         (gnus-mime-display-part): Use it.
13917         (gnus-mime-security-verify-or-decrypt): New function.
13918         (gnus-mime-security-press-button): New function.
13919         (gnus-insert-mime-security-button): Use it.
13920
13921         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13922         (mm-find-raw-part-by-type): Ditto.
13923         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13924         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13925         (mm-destroy-parts): Kill nested multibyte buffer.
13926
13927         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13928         (mml2015-gpg-verify): Ditto.
13929
13930 2000-11-18  Simon Josefsson  <sj@extundo.com>
13931
13932         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13933         (mml2015-function-alist): Use it.
13934
13935         * mml-sec.el (mml-sign-alist): Update names.
13936         (mml-encrypt-alist): Ditto.
13937         (mml-secure-part-smime-sign): Moved to mml-smime.el
13938         as `mml-smime-sign-query'.
13939         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13940         `mml-smime-get-file-cert'.
13941         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13942         `mml-smime-get-dns-cert'.
13943         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13944         `mml-smime-encrypt-query'.
13945         (mml-smime-sign-buffer): Use mml-smime-sign.
13946         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13947
13948         * mml-smime.el (mml-smime-sign): New function.
13949         (mml-smime-encrypt):
13950         (mml-smime-sign-query):
13951         (mml-smime-get-file-cert):
13952         (mml-smime-get-dns-cert):
13953         (mml-smime-encrypt-query): Moved from mml-sec.el.
13954
13955 2000-11-16  Simon Josefsson  <sj@extundo.com>
13956
13957         * mml2015.el (mml2015-gpg-clear-verify): New function.
13958         (mml2015-function-alist): Add it.
13959
13960 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13961
13962         * message.el (message-setup-fill-variables): Use
13963         message-cite-prefix-regexp.
13964         (message-newline-and-reformat): Check the end of citation, leading
13965         WSP, break in the cite prefix.
13966         (message-fill-paragraph): New function.
13967
13968 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * lpath.el: Shut up.
13971
13972 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13973
13974         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13975         raw 8-bit in headers in dk.* newsgroups.
13976
13977 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13978
13979         * message.el (message-newline-and-reformat): Match extra WSPs.
13980
13981 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13982
13983         * mml.el (mml-generate-mime-1): Ignore ascii.
13984
13985 2000-11-16 Justin Sheehy  <justin@iago.org>
13986
13987         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13988
13989 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13990
13991         * message.el (message-cite-prefix-regexp): Prefix should not end
13992         at space.
13993
13994 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13995
13996         * message.el (message-mode-syntax-table): Add - as a word
13997         constituent as in articles.
13998         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13999         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14000         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14001
14002 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14005
14006 2000-11-12  David Edmondson  <dme@dme.org>
14007
14008         * message.el (message-font-lock-keywords): use
14009         message-cite-prefix-regexp.
14010
14011 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14012
14013         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14014         Stein Arild Str\e,Ax\e(Bmme.
14015         (gnus-group-jump-to-group): Use it.
14016         (gnus-group-jump-to-group-prompt): Customize.
14017
14018 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14019
14020         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14021
14022 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14023
14024         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14025         incompatible.
14026         (mml2015-mailcrypt-sign): Ditto.
14027
14028 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14029
14030         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14031         group is open.
14032
14033 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14034
14035         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14036         nnvirtual articles.
14037         (gnus-backlog-request-article): Don't request nnvirtual articles.
14038
14039 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14040
14041         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14042         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14043
14044 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14045
14046         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14047         * mml.el (mml-generate-mime-1): Use charset attribute.
14048         * mm-bodies.el (mm-encode-body): Add parameter charset.
14049         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14050
14051 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14052
14053         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14054         (mml2015-mailcrypt-clear-decrypt): Ditto.
14055         (mml2015-mailcrypt-verify): Ditto.
14056         (mml2015-mailcrypt-clear-verify): Ditto.
14057         (mml2015-gpg-verify): Ditto.
14058
14059 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14060
14061         * smime.el (smime-openssl-program): Test the existence of openssl.
14062         * mml-smime.el: Require mm-decode.
14063         (mml-smime-verify-test): New function.
14064         * mm-decode.el (mm-verify-function-alist): Use it.
14065
14066 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14067
14068         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14069         anyway.
14070
14071 2000-11-13  Simon Josefsson  <sj@extundo.com>
14072
14073         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14074         verification doesn't work.
14075
14076 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14077
14078         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14079         (gnus-inews-do-gcc): Use it.
14080
14081 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14082
14083         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14084         leading space.
14085         * mm-extern.el (mm-inline-external-body): Report error when no
14086         access-type.
14087
14088 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14089
14090         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14091
14092 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14093
14094         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14095
14096 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14097
14098         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14099         as multipart/mixed.
14100
14101 2000-11-12  David Edmondson  <dme@dme.org>
14102
14103         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14104         and replace `.' with `\w' to allow for different syntax tables
14105         (from Vladimir Volovich).
14106         * message.el (message-newline-and-reformat): use
14107         `message-cite-prefix-regexp'.
14108         * gnus-cite.el (gnus-supercite-regexp): use
14109         `message-cite-prefix-regexp'.
14110         * gnus-cite.el (gnus-cite-parse): use
14111         `message-cite-prefix-regexp'.
14112
14113 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14114
14115         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14116         PGP SIGNATURE.  Escape leading "-"'s.
14117         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14118
14119 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14122
14123 2000-11-11  Simon Josefsson  <sj@extundo.com>
14124
14125         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14126
14127         * smime.el (smime-details-buffer): New variable.
14128         (smime-sign-region):
14129         (smime-encrypt-region):
14130         (smime-verify-region):
14131         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14132
14133         * mml-smime.el (mml-smime-verify): Support security info.
14134
14135 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14136
14137         * mm-decode.el (mm-verify-option): Set default to nil.
14138         (mm-decrypt-option): Ditto.
14139         * gnus-art.el (article-verify-x-pgp-sig): New function.
14140
14141 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14142
14143         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14144         preferred part.
14145
14146 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14147
14148         * gnus-sum.el (gnus-move-split-methods): Say that
14149         `gnus-split-methods' uses file names, whereas this uses group
14150         names.  (Report from Nevin Kapur)
14151
14152 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14153
14154         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14155
14156 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14157
14158         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14159         (nnheader-directory-articles): Use it.
14160         (nnheader-article-to-file-alist): Ditto.
14161
14162 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14163
14164         * rfc2047.el (rfc2047-pad-base64): New function.
14165         (rfc2047-decode): Use it.
14166
14167 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14168
14169         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14170         select method.
14171
14172 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14173
14174         * mml2015.el (mml2015-gpg-decrypt-1):
14175         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14176
14177 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14178
14179         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14180
14181 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14182
14183         * pop3.el (pop3-munge-message-separator): A message may have an
14184         empty body.
14185
14186 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14187
14188         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14189         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14190         (mm-uu-pgp-signed-extract): Use coding-system.
14191
14192 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14193
14194         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14195         (gnus-insert-mime-security-button): New function.
14196         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14197         * mml2015.el:  Add security info when verify or decrypt.
14198         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14199         (mm-uu-pgp-encrypted-extract): Ditto.
14200
14201 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14202
14203         * mm-decode.el (mm-display-parts): New function.
14204         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14205
14206 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14207
14208         * gnus-mlspl.el: Documentation tweaks.
14209
14210 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14211
14212         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14213         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14214         argument.
14215
14216 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14217
14218         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14219
14220 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14221
14222         * gnus-art.el (gnus-article-encrypt): New function.
14223         (gnus-article-encrypt-protocol-alist): New variable.
14224         (gnus-article-encrypt-protocol): New variable.
14225         * mml2015.el (mml2015-self-encrypt): New function.
14226         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14227
14228 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14229
14230         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14231         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14232         let mailcap do it.
14233         * mml2015.el: Remove snarf code.
14234         * mm-decode.el: Remove snarf code.
14235
14236 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14237
14238         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14239         (mml-insert-mime): Understand gnus-decoded.
14240         (mime-to-mml): New parameter handles.
14241         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14242         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14243
14244 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14245
14246         * mm-decode.el (mime-security): New group.
14247         (mm-verify-function-alist): Add test function.
14248         (mm-decrypt-function-alist): Ditto.
14249         (mm-snarf-option): Set default value as nil.
14250         (mm-find-part-by-type): Recursive parameter.
14251         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14252         * mml2015.el: Support draft-ietf-openpgp-multsig.
14253
14254 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255
14256         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14257         (gnus-article-view-part-as-charset): New function.
14258
14259 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14260
14261         * mm-decode.el (mm-verify-option): Default value.
14262         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14263
14264 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14265
14266         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14267
14268 2000-11-05  Simon Josefsson  <sj@extundo.com>
14269
14270         * mml-smime.el (mml-smime-verify): Work in original multipart
14271         buffert.
14272
14273         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14274         (mm-handle-multipart-ctl-parameter): Ditto.
14275         (mm-alist-to-plist): New function.
14276         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14277         for multiparts.
14278         (mm-destroy-parts): Destroy multipart buffert.
14279         (mm-remove-part): Ditto.
14280
14281         * mml-smime.el (mml-smime-sign): Not used.
14282         (mml-smime-encrypt): Ditto.
14283
14284         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14285
14286         Verify S/MIME signature support.
14287
14288         * mm-decode.el (mm-inline-media-tests): Add
14289         application/{x-,}pkcs7-signature.
14290         (mm-inlined-types): Ditto.
14291         (mm-automatic-display): Ditto.
14292         (mm-verify-function-alist): Ditto.  Add name of method.
14293         (mm-decrypt-function-alist): Add name of method.
14294         (mm-find-part-by-type): Add documentation.
14295         (mm-possibly-verify-or-decrypt): Use new format of
14296         mm-{verify,decrypt}-function-alist.  Use method names.
14297
14298         * mml-smime.el (mml-smime-verify): New function.
14299
14300 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14301
14302         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14303
14304 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14305
14306         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14307         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14308         * mm-decode.el (mm-snarf-option): New variable.
14309
14310 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14311
14312         * mm-util.el (mm-subst-char-in-string): New function.
14313         (mm-replace-chars-in-string): Use it.
14314         * message.el (message-replace-chars-in-string): Use it.
14315         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14316         * gnus-mh.el (mh-lib-progs): Shut up.
14317
14318 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14319
14320         * base64.el, md5.el: Moved to contrib directory.
14321
14322 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14323
14324         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14325         the last article when search.
14326
14327 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14328
14329         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14330         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14331
14332 2000-09-29  David Edmondson  <dme@thus.net>
14333
14334         * message.el (message-newline-and-reformat): Typo.
14335
14336 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14337
14338         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14339
14340 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14341
14342         * nntp.el (nntp-decode-text): Delete bogus status lines.
14343
14344 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14345
14346         * message.el (message-font-lock-keywords): Match a final newline
14347         to help font-lock's multiline support.
14348
14349 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14350
14351         * nnoo.el (nnoo-set): New function.
14352
14353 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14354
14355         * gpg.el, gpg-ring.el: Moved to contrib directory.
14356
14357 2000-11-04  Simon Josefsson  <sj@extundo.com>
14358
14359         * nnimap.el (nnimap-split-inbox): Typo.
14360
14361 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14362
14363         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14364
14365 2000-11-03  Simon Josefsson  <sj@extundo.com>
14366
14367         * rfc2231.el (rfc2231-parse-qp-string): New function.
14368         (require): rfc2047.
14369
14370         * mail-parse.el (mail-header-parse-content-type):
14371         (mail-header-parse-content-disposition): Support invalid QP
14372         encoded strings, by using `rfc2231-parse-qp-string'.
14373
14374 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14375
14376         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14377         (rfc2231-decode-encoded-string): Typo "> X 1".
14378         (rfc2231-encode-string): Insert the name of charset.
14379         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14380
14381 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14382
14383         * mm-decode.el (mm-save-part): Return the filename.
14384         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14385         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14386         (gnus-mime-action-alist): Use it.
14387         (gnus-mime-button-commands): Use it.
14388         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14389         (mm-inline-external-body): unwind-protect.
14390
14391 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14392
14393         * gnus-art.el (gnus-insert-mime-button): Show url.
14394
14395 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14396
14397         * mml.el (mml-generate-mime-1): Support external url.
14398         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14399
14400 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14401
14402         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14403         * mm-decode.el (mm-display-external): Ditto.
14404         * mm-extern.el: New file.
14405         * mm-decode.el (mm-inline-media-tests): Hook it up.
14406         (mm-inlined-types): Inline message/external-body.
14407
14408 2000-11-02  Simon Josefsson  <sj@extundo.com>
14409
14410         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14411
14412         * message.el (message-get-reply-headers): Better handling when
14413         Mail-Followup-To is very large.
14414
14415 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14416
14417         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14418         * gnus-art.el (gnus-article-edit-done):
14419         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14420         counting code here.
14421         * gnus-msg.el (gnus-setup-message): Remove a hack.
14422
14423 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14424
14425         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14426         (gnus-summary-mode): Make them local variables.
14427         (gnus-set-global-variables): Globalize them.
14428         (gnus-summary-exit): Kill them.
14429
14430 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14431
14432         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14433         word.
14434
14435 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14436
14437         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14438         gnus-article-wash-types.
14439         * gnus-art.el (gnus-article-wash-status): Use them.
14440
14441 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14442
14443         * mml.el (mml-read-tag): Remove spaces and LF.
14444
14445 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14448         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14449
14450 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14451
14452         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14453
14454 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14455
14456         * gnus-sum.el (gnus-article-charset): New variable.
14457         (gnus-summary-display-article): Set it.
14458         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14459         * gnus-art.el (gnus-article-mode): Make it local variable.
14460
14461 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14462
14463         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14464
14465 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14466
14467         * nnwfm.el: New file.
14468
14469         * nnweb.el (nnweb-replace-in-string): New function.
14470
14471 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14472
14473         * mml2015.el: Wrap gpg.el.
14474         * gpg.el (gpg-verify): The last argument of apply is a list.
14475         (gpg-encrypt): Add passphrase as a parameter.
14476
14477 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478
14479         * gpg.el: New file.
14480         * gpg-ring.el: New file.
14481
14482 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14483
14484         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14485
14486 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14489         double-quote characters.
14490         (gnus-summary-prepare-threads): Ditto.
14491
14492 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14493
14494         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14495         * mml.el (mml-read-tag): Don't skip the leading space.
14496         * lpath.el (font-lock-set-defaults): Shut up.
14497
14498 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14499
14500         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14501
14502 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14503
14504         * qp.el (quoted-printable-encode-region): Replace leading - when
14505         ultra safe.
14506         * mml.el (mml-generate-mime-postprocess-function): Removed.
14507         (mml-postprocess-alist): Removed.
14508         (mml-generate-mime-1): Use ultra-safe when sign.
14509         * mml2015.el (mml2015-fix-micalg): Uppercase.
14510         (mml2015-verify): Insert LF.
14511         (mml2015-mailcrypt-sign): Downcase; search backward.
14512
14513 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14514
14515         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14516         restrictive.
14517         (nnultimate-table-regexp): New variable.
14518         (nnultimate-forum-table-p): Use it.
14519
14520 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14521         Trivial patch.
14522
14523         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14524
14525 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14526
14527         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14528         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14529
14530 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * mml2015.el: Shut up.
14533
14534 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14535
14536         * gnus.el (gnus-server-browse-hashtb): Removed.
14537         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14538         (gnus-group-insert-group-line-info): Use simplified method.
14539         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14540
14541 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14542
14543         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14544         moved here.
14545         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14546         * gnus-group.el (gnus-group-prepare-flat): Use it.
14547         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14548
14549 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14550
14551         * mml.el (mml-mode): Show menu in XEmacs.
14552
14553 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14554
14555         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14556         (gnus-server-read-server-in-server-buffer): New function.
14557         (gnus-browse-foreign-server): Browse in group buffer.
14558         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14559         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14560         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14561         * gnus.el (gnus-server-browse-hashtb): New variable.
14562
14563 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14564
14565         * nnfolder.el (nnfolder-open-nov): Use group.
14566
14567 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14568
14569         * nnfolder.el: Add NOV. Set version to 2.0.
14570         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14571
14572 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14573
14574         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14575
14576 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14577
14578         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14579         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14580
14581 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14582
14583         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14584
14585 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14586
14587         * mm-decode.el (mm-verify-function-alist): New variable.
14588         (mm-verify-option): New variable.
14589         (mm-decrypt-function-alist): Ditto.
14590         (mm-decrypt-option): Ditto.
14591         (mm-find-raw-part-by-type): New function.
14592         (mm-possibly-verify-or-decrypt): New function.
14593         (mm-dissect-multipart): Use it.
14594         * mml2015.el (mml2015-fix-micalg): New function.
14595         (mml2015-decrypt): Use new interface.
14596         (mml2015-verify):  Use new interface.
14597         (mml2015-setup): Make it bogus.
14598
14599 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14600
14601         * mml.el (mml-generate-mime-postprocess-function): Set to
14602         mml-postprocess.
14603         (autoload): Autoload mml2015 and mml-smime.
14604         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14605         * mml2015.el (mml2015-encrypt): New function.
14606         (mml2015-sign): New function.
14607         (mml2015-encrypt-function): New variable.
14608         (mml2015-sign-function): New variable.
14609         (mml2015-mailcrypt-encrypt): Use message-recipients.
14610         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14611         * mml-smime.el (mml-smime-setup): Ditto.
14612
14613 2000-10-28  Simon Josefsson  <sj@extundo.com>
14614
14615         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14616         Communigate Pro 3.3.1 server.
14617
14618         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14619         in buffers.
14620         (mml-secure-dns-server): Removed.
14621         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14622         write certificates to files.
14623
14624         * smime.el (smime-dns-server): New variable.
14625         (smime-mail-to-domain):
14626         (smime-cert-by-dns): New functions.
14627
14628         * dig.el: New file.
14629
14630 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14631
14632         * message.el (message-options): New variable.
14633         (message-options-set-recipient): New function.
14634         (message-send): Use them.
14635         * gnus-int.el (gnus-request-replace-article): Use them.
14636         (gnus-request-accept-article): Ditto.
14637         * mml.el (mml-preview): Use them.
14638         * gnus-sum.el (gnus-summary-edit-article): Use them.
14639
14640         * message.el (message-options-get): New function.
14641         (message-options-get): New function.
14642         * rfc2047.el (rfc2047-encode-message-header): Use them.
14643         * mm-bodies.el (mm-encode-body): Use them.
14644
14645 2000-10-28  Simon Josefsson  <sj@extundo.com>
14646
14647         * nnimap.el (nnimap-retrieve-which-headers):
14648         (nnimap-request-article-part): Quote message-id.
14649
14650         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14651         (smime-CA-file): New variable.
14652         (smime-call-openssl-region): Don't error.
14653         (smime-sign-region): Return result value.
14654         (smime-encrypt-region): Ditto.
14655         (smime-verify-region): New function.
14656         (smime-decrypt-region): Ditto.
14657         (smime-verify-buffer): Ditto.
14658         (smime-decrypt-buffer): Ditto.
14659
14660         * mml.el: Require mml-sec.
14661         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14662         (mml-mode-map): Add "sign" and "encrypt" maps.
14663         (mml-menu): Add security menu.
14664         (mml-preview): Use generate-new-buffer.
14665
14666         * mml-sec.el: New file.
14667
14668 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14669
14670         * mm-decode.el (mm-find-part-by-type): Move it here.
14671         * mml.el (mml-postprocess): Move it here.
14672         (mml-postprocess-alist): Move it here. Merge them.
14673
14674 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14675
14676         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14677         unencoded stuff in the header.
14678
14679 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14680
14681         * gnus-group.el (gnus-group-listed-groups): New variable.
14682         (gnus-group-list-option): New variable.
14683         (gnus-group-list-limit-map): New keymap.
14684         (gnus-group-list-flush-map): New keymap.
14685         (gnus-group-list-plus-map): New keymap.
14686         (gnus-group-prepare-logic): New function.
14687         (gnus-group-prepare-flat): Merge with
14688         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14689         (gnus-group-prepare-flat-list-dead): Ditto.
14690         (gnus-group-list-matching): Use gnus-group-prepare-function.
14691         (gnus-group-list-dormant): Ditto.
14692         (gnus-group-list-cached): Ditto.
14693         (gnus-group-listed-groups): New function.
14694         (gnus-group-list-limit): New function.
14695         (gnus-group-list-flush): New function.
14696         (gnus-group-list-plus): New function.
14697         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14698         (gnus-topic-prepare-topic): Ditto.
14699
14700 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14701
14702         * message.el (message-insert-to, message-get-reply-headers):
14703         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14704
14705 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14706
14707         * mml2015.el: New file.
14708         * smime.el: New file.
14709         * mml-smime.el: New file.
14710
14711 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14712
14713         * ChangeLog: Moved to ChangeLog.1.
14714
14715     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14716   Copying and distribution of this file, with or without modification,
14717   are permitted provided the copyright notice and this notice are preserved.
14718
14719 ;; Local Variables:
14720 ;; coding: iso-2022-7bit
14721 ;; End: