Synch to Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2
3         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
4         on gnus-agent-short-article.
5         (gnus-category-read): Replaced CL function mapcar* with new macro:
6         gnus-mapcar.
7         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
8         support functions that accept multiple parameters.  A separate
9         sequence must be provided for each parameter in the function.
10         Iteration stops when the end of the shortest list is reached.
11
12 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
13
14         * nnimap.el (nnimap-request-accept-article): Use delete-region.
15
16         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
17         (html2text-delete-single-tag, html2text-clean-anchor)
18         (html2text-remove-tags): Use delete-region.
19         (html2text-fix-paragraphs): Simplify.
20
21         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
22         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
23         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
24         kill-region.
25
26 2003-03-04  John Paul Wallington  <jpw@gnu.org>
27
28         * gnus-agent.el (gnus-agent-enable-expiration)
29         (gnus-agent-article-alist, gnus-agent-article-alist)
30         (gnus-agent-cat-defaccessor): Doc fixes.
31
32 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
33
34         * gnus-agent.el (gnus-function-implies-unread-1): Grok
35         byte-compiled functions.
36
37 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
38
39         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
40         customization between new maneuvering (which permits selecting
41         undownloaded articles) and old maneuvering (which skipped over
42         undownloaded articles) behaviors.
43         (gnus-summary-find-next): Pass through the unread and subject
44         parameters when calling gnus-summary-find-prev.
45         (gnus-summary-find-next,gnus-summary-find-prev): Apply
46         gnus-auto-goto-ignores to filter out unacceptable articles.
47         
48 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
49
50         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
51         exists in all supported Emacs versions, so we don't need this
52         compatibility function.
53         (mail-source-fetch-pop, mail-source-check-pop)
54         (mail-source-fetch-webmail): Use read-passwd.
55
56         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
57         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
58         read-passwd.
59
60         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
61
62         * imap.el (imap-read-passwd): Remove.
63         (imap-interactive-login): Use read-passwd.
64
65         * canlock.el (canlock-read-passwd): Remove.
66         (canlock-insert-header, canlock-verify): Use read-passwd.
67
68         * sieve-manage.el (sieve-manage-read-passwd): Remove.
69         (sieve-manage-interactive-login): Use read-passwd.
70
71         * pop3.el (pop3-read-passwd): Remove.
72         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
73         read-passwd.
74
75         * pgg.el (pgg-read-passphrase): Simplify.
76         
77 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
78
79         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
80         'plugged' when actually 'unplugged' bug.
81         (gnus-category-read): Ignore nil values when converting an
82         old-format category so that the new-format category will default
83         those attributes to the global variables.
84         
85 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
86
87         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
88         doc-string.
89
90 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
91
92         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
93         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
94         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
95         * mm-url.el (mm-url-decode-entities-string): do.
96         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
97         * mm-decode.el (mm-find-raw-part-by-type): do.
98         * message.el (message-send-mail-partially)
99         (message-send-mail-with-sendmail): do.
100         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
101         * gnus-kill.el (gnus-pp-gnus-kill): do.
102         * gnus-art.el (gnus-article-treat-unfold-headers)
103         (gnus-article-encrypt-body): do.
104
105 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
106
107         * mail-source.el (mail-source-delete-incoming): Allow integer value.
108         (mail-source-delete-old-incoming-confirm): New variable.
109         (mail-source-delete-old-incoming): Use it.  New function.
110         (mail-source-callback): Call `mail-source-delete-old-incoming' if
111         `mail-source-delete-incoming' is a nonnegative integer.
112
113 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
114
115         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
116         (gnus-user-agent): Fixed typo.
117
118 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
119
120         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
121         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
122
123 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
126         (gnus-agent-fetch-session): Allow debugging to take place.
127
128 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
129
130         * gnus-sum.el (gnus-highlight-selected-summary)
131         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
132         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
133         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
134         and makes it clear that we don't need the side effect.
135         * gnus-util.el (gnus-delete-line): do.  
136         * gnus-xmas.el (gnus-group-add-icon): do.
137         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
138         * nntp.el (nntp-send-authinfo-from-file): do.
139         * nnml.el (nnml-header-value): do.
140         * nnheader.el (nnheader-insert-references): do.
141         * gnus-cite.el (gnus-article-highlight-citation) 
142         (gnus-cite-parse): do.
143         * gnus-score.el (gnus-score-followup): do.
144         * gnus-draft.el (gnus-draft-send): do.
145         * gnus-group.el (gnus-group-highlight-line): do.
146         * gnus-cache.el (gnus-cache-braid-nov): do.
147         * nnfolder.el (nnfolder-retrieve-headers)
148         (nnfolder-request-article): do.
149         * gnus-art.el (article-hide-boring-headers)
150         (gnus-article-hide-header): do.
151         
152         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
153         * nnml.el (nnml-request-replace-article): do.
154         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
155         * nnfolder.el (nnfolder-request-move-article): do.
156         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
157         * gnus-art.el (gnus-mm-display-part): do.
158
159         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
160         
161 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
162
163         * nntp.el (nntp-possibly-change-group): Avoid calling
164         process-buffer on nil (Which happened when you lost your
165         connection while fetching); instead signal a "Server Closed
166         Connection" error.
167
168 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
169
170         * gnus-agent.el (gnus-agent-enable-expiration): New
171         variable. Either ENABLE or DISABLE.  Sets default behavior for
172         selecting which groups are expired.
173         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
174         gnus-agent-set-cat-groups): Provides abstract interface for
175         accessing agent category.  Category now implemented by an alist.
176         (gnus-agent-add-group, gnus-agent-remove-group,
177         gnus-category-insert-line, gnus-category-edit-predicate,
178         gnus-category-edit-score, gnus-category-edit-groups,
179         gnus-category-copy, gnus-category-add, gnus-group-category): Use
180         new agent category abstraction.
181         (gnus-agent-find-parameter): New function. Search for agent
182         configuration parameter first in the group's parameters, then its
183         topics (if any), and then the group's category.  If not found
184         anywhere, use the original defined constants.
185         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
186         gnus-agent-find-parameter.
187         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
188         gnus-agent-cache now blocks retrieving headers and articles from
189         the local cache.  Fetched content is still added to the cache
190         before being returned.
191         (gnus-agent-fetch-session): Use error-message-string to generate
192         displayed error message.
193         (gnus-agent-customize-category): New Command. 'e' in category
194         buffer opens category customization buffer.
195         (gnus-category-read): Reads either positional or alist format;
196         returns alist format.
197         (gnus-category-write): Writes category file compatible with
198         current, and previous, versions of gnus-agent.
199         (gnus-category-make-function, gnus-category-make-function-1):
200         Corrected documentation; parameter is predicate NOT category.
201         (gnus-predicate-implies-unread): Now works in more cases per the
202         todo comment.
203         (gnus-function-implies-unread-1): New function. Supports
204         gnus-predicate-implies-unread.
205         (gnus-agent-expire-group): Command now provides default of group
206         under point.
207         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
208         agent-days-until-old parameters. No longer supports
209         gnus-agent-expire-days being set to an alist.
210         (gnus-agent-request-article): Now performs its own checks of
211         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
212         assuming that the caller will do them correctly.
213         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
214         gnus-agent-expire-days is set to an alist.  Converts said alist
215         into group parameter so that gnus-agent-expire-days will not be
216         needed.
217         * gnus-art.el (gnus-request-article-this-buffer): Conditional
218         checks surrounding gnus-agent-request-article removed; now
219         performed by gnus-agent-request-article.
220         * gnus-cus.el (gnus-agent-parameters): New variable. List of
221         customizable group/topic parameters that regulate the agent.
222         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
223         kill-buffer with gnus-kill-buffer to remove the killed buffer from
224         the list of gnus buffers.
225         (gnus-trim-whitespace): Removes leading and trailing whitespace
226         from multiline strings.
227         (gnus-agent-cat-prepare-category-field,
228         gnus-agent-customize-category): Constructs a category
229         customization buffer.
230         * gnus-int.el (gnus-retrieve-headers,
231         gnus-request-expire-articles): No longer checks gnus-agent-cache
232         as it is handled internally by the agent.
233         (gnus-request-head, gnus-request-body): Conditional checks
234         surrounding gnus-agent-request-article removed; now performed by
235         gnus-agent-request-article.
236         
237         * gnus-start.el (): Added defvar statements to resolve compilation
238         warnings.
239         (gnus-long-file-names): New function. Isolates platform dependent
240         msdos-long-file-names.
241         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
242         option of writing directly to file.  Avoids memory exhausted
243         errors when .newsrc.eld is huge.
244         (gnus-save-newsrc-file): Uses new
245         gnus-save-startup-file-via-temp-buffer.
246         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
247         standard-output.
248         (gnus-display-time-event-handler): Changed to alias from a defun
249         to avoid a compile-time warning when display-time-event-handler is
250         not defined.
251         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
252         standard-output such that prin1 and princ will write directly to a
253         file.
254
255         * gnus.el (gnus-agent-cache): Expanded documentation.
256         (gnus-summary-high-undownloaded-face): Removed second bold keyword
257         so that this face is actually bold.
258
259         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
260         gnus-use-cache has been set.
261
262 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
263
264         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
265
266 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
267
268         * gnus-art.el (gnus-article-refer-article): Be more permissive.
269
270 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
271
272         * spam.el: Fix typo.
273
274 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
275         (Trivial patch.)
276
277         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
278         errors-buffer. This produces a nicer error message in case of
279         problems.
280         
281 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
284         load stats iff spam-use-stat is on
285
286         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
287         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
288         instead of spam-stat-load and spam-stat-save in the
289         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
290
291 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
292
293         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
294
295 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * message.el (message-make-fqdn): Protect against nil user-mail. 
298
299 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
300
301         * gnus-art.el (gnus-boring-article-headers): New values:
302         'to-list and 'cc-list.
303         
304 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
305
306         * spam.el (spam-setup-widening): new function to set
307         nnimap-split-download-body, we add it to gnus-get-new-news-hook
308         (spam-list-of-statistical-checks): list of statistical splitter
309         checks
310         (spam-split): added a widen call when a statistical check is
311         enabled
312
313 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
314
315         * gnus-msg.el (gnus-user-agent): Changed default to
316         'emacs-gnus-type, renamed 'full.
317
318 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
319
320         * nnfolder.el (nnfolder-request-accept-article): Don't use
321         mail-header-unfold-field.
322
323 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
324
325         * imap.el (imap-ssl-open): Don't depend on ssl.el.
326         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
327
328 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
329
330         * spam.el: add spam-stat-load to gnus-get-new-news-hook
331         (spam-split): remove spam-stat-load call
332
333 2003-02-26  Simon Josefsson  <jas@extundo.com>
334
335         * gnus-sum.el (gnus-summary-toggle-header): Run
336         gnus-article-decode-hook instead of calling a-decode-encoded-words
337         directly (the latter is run as part of the former).
338
339 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
340
341         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
342
343 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
344
345         * message.el (message-sendmail-envelope-from): New option.
346         (message-sendmail-envelope-from): New function.
347         (message-send-mail-with-sendmail): Use it.
348
349 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
350
351         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
352         compensation for TDMA addresses.
353
354 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
355
356         * gnus-msg.el (gnus-user-agent): New variable.
357         (gnus-version-expose-system): Removed.  Obsoleted by
358         `gnus-user-agent'.
359         (gnus-extended-version): Use `gnus-user-agent'.
360
361 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * spam.el (spam-stat-register-spam-routine,
364         spam-stat-register-ham-routine): remove spam-stat-save
365         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
366
367 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
368
369         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
370         reference.
371
372 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
373
374         * nnheader.el (nnheader-find-nov-line): Changed midpoint
375         calculation to avoid integer overflow.
376
377 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
378
379         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
380
381 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
382         * spam.el: disabled spam-get-article-as-filename
383
384         From Michael Shields  <shields@msrl.com>
385
386         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
387         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
388         * gnus-sum.el (gnus-summary-expire-articles): Use it.
389         * spam.el (spam-summary-prepare-exit): Use it.
390         * gnus.el (gnus-install-group-spam-parameters): New.
391         * spam.el (spam-group-ham-processor-copy-p): New.
392         * spam.el (spam-summary-prepare-exit): Support for ham copying.
393         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
394         that would cause the current message to be moved if the group had
395         no spam.
396         * spam.el (spam-ham-move-routine): New `copy' argument.
397
398 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
399         From Martin Thornquist <martint@ifi.uio.no>
400
401         * gnus-topic.el (gnus-topic-select-group): Select last group if
402         after last group.
403         * gnus-group.el (gnus-group-select-group): Ditto.
404
405 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
408         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
409         point-at-(b|e)ol which aren't available in Emacs 20.
410
411         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
412
413 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
414
415         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
416         clause of the condition-case statement.  Errors connecting to a
417         server no longer terminate gnus.
418
419         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
420         make its use obvious.  Added no-nothing case to avoid
421         opening(closing) servers when already open(closed).
422         (gnus-agent-while-plugged): Added macro to facilitate internal use
423         of gnus-agent-toggle-plugged.
424         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
425         temporarily open servers.
426         (gnus-agent-get-undownloaded-list): Sort list of article numbers
427         as sorting gnus-newsgroup-headers is wrong.
428         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
429         to temporarily open servers. Corrected logic to handle setting
430         gnus-agent-mark-unread-after-downloaded.
431         (gnus-agent-fetch-articles): Now handles headers with missing
432         article sizes and/or missing article lengths.  Now clears the
433         message buffer when finished.
434         (gnus-agent-fetch-group-1): Position point before calling
435         gnus-summary-set-agent-mark.
436         (gnus-get-predicate): Corrected description, parameter is
437         predicate not category.
438         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
439         provide a separate single group expiration function.
440         (gnus-agent-regenerate-group): Now clears the message buffer when
441         finished.
442         
443 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
444
445         * gnus.el (gnus-agent-target-move-group-header): New variable.
446         * gnus-draft.el (gnus-draft-send): If special header
447         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
448         that group, instead of performing the regular sending functions.
449
450 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
453
454 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
455
456         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
457         variables.
458         (message-make-fqdn): Use it.  Improved validity check.
459
460 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * message.el (message-user-mail-address): Check whether
463         user-mail-address looks valid.
464
465         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
466
467         * gnus-util.el (gnus-fetch-original-field): New function.
468
469 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
470
471         * message.el (message-mode): \\(...\\) around additional
472         paragraph-separate alternative.
473
474 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
475
476         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
477         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
478         display key bindings.
479         (gnus-mime-button-menu): Rewrite.
480
481 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * gnus-art.el (gnus-button-url-regexp): Removed `.
484
485 2003-02-23  Max Froumentin  <mf@w3.org>
486
487         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
488
489 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-art.el (gnus-mime-action-on-part): Require a match
492         interactively. 
493
494         * gnus-start.el (gnus-save-newsrc-file): Use
495         gnus-backup-startup-file. 
496         (gnus-backup-startup-file): New variable.
497
498 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus.el (gnus-summary-buffer-name): Moved function here. 
501
502         * gnus-draft.el (defun): Remove debug.
503
504 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
505
506         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
507         can't open server.
508
509 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-draft.el (defun): Configure posting styles.
512
513         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
514         the entry for the group exists before we alter it.
515
516 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
517
518         * message.el (message-mode): MML tags separate paragraphs.  Small
519         change from David S Goldberg <david.goldberg6@verizon.net>.
520
521         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
522         `gnus-newsgroup-headers'.
523
524         * gnus-art.el (gnus-article-refer-article): Grok more message id
525         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
526
527 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
528
529         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
530         use "path name".
531
532 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
533
534         * gnus-sum.el (gnus-summary-move-article)
535         (gnus-summary-expire-articles): send data header for article, not
536         just article ID
537
538         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
539         (gnus-register-spool-action): added hashtable of message ID keys
540         with message motion data
541
542 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
543         From Reiner Steib  <Reiner.Steib@gmx.de>.
544
545         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
546         variable, used in `gnus-button-mid-or-mail-heuristic'.
547         (gnus-button-mid-or-mail-heuristic): New function derived from
548         Florian Weimer's Perl script.
549         (gnus-button-handle-mid-or-mail): Allow a function instead of
550         'guess.
551         (gnus-button-guessed-mid-regexp): Removed.
552
553 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * message.el (message-resend): Bind message-setup-hook to nil;
556         remove X-Draft-From header.
557
558 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
559
560         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
561         (gnus-newsgroup-undownloaded)
562         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
563         Doc fixes.
564
565 2003-02-17  John Paul Wallington  <jpw@gnu.org>
566
567         * gnus.el (gnus-shell-command-separator, gnus-email-address)
568         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
569
570 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
571
572         * gnus-spec.el (gnus-xmas-format): Use insert instead of
573         insert-string which is obsolete in Emacs 21.4.
574
575         * message.el (message-cross-post-followup-to-header): do.
576         
577         * spam.el (spam-ifile-register-with-ifile)
578         (spam-stat-register-spam-routine)
579         (spam-stat-register-ham-routine)
580         (spam-bogofilter-register-with-bogofilter): do.
581
582         * mailcap.el (mailcap-mime-data): Fix typo.
583
584         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
585
586 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
587
588         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
589         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
590         `gnus-cite-unsightly-citation-regexp'.
591
592 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
595         even if there's just a header.
596
597 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
598
599         * message.el (message-fix-before-sending): Fix highlighting of
600         illegible and invisible text.
601
602         * gnus-util.el (gnus-multiple-choice): Separate choices with
603         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
604
605 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
606
607         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
608
609 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * spam.el (spam-ham-move-routine) 
612         (spam-mark-spam-as-expired-and-move-routine): use
613         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
614         around process-mark manipulation on the group
615
616 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
617
618         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
619         submenu.
620
621 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * mail-source.el (mail-source-fetch): Reverse the return value of
624         the continuation question.
625
626 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * nndraft.el (nndraft-request-move-article): Bind
629         nnmh-allow-delete-final to t.
630
631 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
632
633         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
634        
635 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
636       
637         * nntp.el (nntp-accept-process-output): Don't use point-max to get
638         the buffer's size.
639
640 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
641
642         * nnheader.el: Added cygwin to system-type comparisons.
643        
644 2003-01-27  Juanma Barranquero  <lektu@terra.es>
645
646         * imap.el (imap-mailbox-status): Fix typo.
647
648 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
649
650         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
651         online.
652
653 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
654
655         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
656         commands.
657         * gnus-sum.el: Small change from Frank Weinberg
658         <frank@usenet-rundfahrt.de>:
659         (gnus-auto-center-group): New variable.
660         (gnus-summary-read-group-1): Use it.
661         (gnus-summary-next-group): Fix docstring.
662
663 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * gnus-util.el (gnus-faces-at): Simplify.
666
667 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
668
669         * spam.el (spam-ham-move-routine) 
670         (spam-mark-spam-as-expired-and-move-routine): made the article
671         move conditional, so it's not called even if there's nothing to move
672
673 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
674
675         * message.el (message-unix-mail-delimiter): Accept any whitespace
676         after the email address and before the date; do not require the
677         space character.  From Kurt B. Kaiser <kbk@shore.net>.
678
679 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
682         gnus-article-boring-faces variable is bound; use gnus-faces-at.
683
684         * gnus-util.el (gnus-faces-at): New macro.
685
686 2003-02-13  Michael Shields  <shields@msrl.com>
687
688         * gnus-cite.el
689         (gnus-cite-attribution-suffix, gnus-cite-parse):
690         Better handling for Microsoft citation styles.
691         (gnus-unsightly-citation-regexp): New.
692
693 2003-02-12  Michael Shields  <shields@msrl.com>
694
695         * gnus-art.el (article-strip-banner): Strip both per-group and
696         per-user-address banners.
697         (article-really-strip-banner): New.
698
699 2003-02-12  Michael Shields  <shields@msrl.com>
700
701         * gnus-sum.el (gnus-article-goto-next-page,
702         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
703         relying on the summary bindings of `n' and `p'.
704
705 2003-02-12  Michael Shields  <shields@msrl.com>
706
707         * gnus-art.el (gnus-article-only-boring-p): New.
708         (gnus-article-skip-boring): New.
709         * gnus-cite.el (gnus-article-boring-faces): New.
710         * gnus-sum.el (gnus-summary-next-page): Use
711         gnus-article-only-boring-p.
712
713 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * spam.el (spam-mark-spam-as-expired-and-move-routine)
716         (spam-ham-move-routine): unmark all articles before marking those
717         of interest and calling gnus-summary-move-article
718
719 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
720
721         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
722         logically the complement of gnus-get-buffer-create and
723         gnus-add-buffer.
724
725         * gnus-util.el (gnus-kill-buffer): do.
726
727         * nnmail.el: Autoload gnus-kill-buffer.
728
729 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
730
731         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
732         gnus-summary-goto-subject as gnus-summary-update-mark operates on
733         the current LINE.
734         (gnus-agent-summary-fetch-group): Minimized the number of times
735         that the article is updated in the buffer.
736         
737 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * spam.el (spam-ham-move-routine): use the process-mark instead of
740         gnus-current-article when moving articles
741         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
742
743 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
746         (gnus-topic-catchup-articles): Ditto.
747         (gnus-topic-mark-topic): Reverse recursive logic.
748
749 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
750
751         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
752         gnus-refer-thread-limit is t.
753
754 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
755
756         * mm-util.el (mm-mule-charset-to-mime-charset): Use
757         sort-coding-systems to prefer utf-8 over utf-16.
758
759 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
760
761         * gnus-agent.el (gnus-agent-expire-days):
762         gnus-request-move-article depends on gnus-agent-expire to clean up
763         the cache after moving the article.  Therefore, g-a-e-d can NOT
764         default to nil or can gnus-agent-expire be disabled by doing so.
765         If you don't want to run gnus-agent-expire, don't call it.
766         (gnus-agent-expire): The broken test to disable gnus-agent-expire
767         when g-a-e-d was NOT nil was removed.
768         (gnus-agent-article-name): Removed unnecessary input test as
769         article IDs are always strings.
770         (gnus-agent-regenerate-group): Added check to protect against
771         servers that generate absurdly long article IDs.  Valid IDs are
772         less than 10 digits to avoid overflow errors.  Fixed logic error
773         when ensuring that the final article ID is present in the new
774         alist.
775         
776 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
779         next line after finding the parent.
780
781 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus.el (gnus-version-number): Bumped.
784
785 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
786
787         * gnus.el: Oort Gnus v0.15 is released.
788
789 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
790
791         * nnmail.el (nnmail-split-it): If a message ends up matching the
792           same mailbox more than once, it will cause duplicates to appear
793           in the mailbox.
794
795 2003-02-08  Simon Josefsson  <jas@extundo.com>
796
797         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
798         code that only worked under Emacs.
799
800         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
801         Das <satyaki@chicory.stanford.edu>.
802
803 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
804
805         * gnus-art.el (gnus-article-refer-article): Use
806         gnus-replace-in-string.
807
808         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
809         (gnus-remove-duplicates): do.
810
811 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
812
813         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
814         (gnus-request-scan): set
815         gnus-internal-registry-spool-current-method to gnus-command-method
816         before a request-scan operation
817
818         * gnus-registry.el (regtest-nnmail): use
819         gnus-internal-registry-spool-current-method
820
821         
822
823 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * mail-source.el (mail-source-fetch): Typo fix.
826
827 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * nnmail.el (nnmail-spool-hook): new hook
830         (nnmail-cache-insert): call nnmail-spool-hook
831
832         * gnus-registry.el: new file with examples of using the hooks
833
834         * gnus.el (gnus-registry): added registry customization group
835         (gnus-group-prefixed-name): improve function to return full group
836         name optionally
837         (gnus-group-guess-prefixed-name): shortcut to
838         gnus-group-prefixed-name, using just the group name
839         (gnus-group-full-name): always get a group's full name
840         (gnus-group-guess-full-name): shortcut, using just the group name
841
842         * gnus-sum.el (gnus-summary-article-move-hook) 
843         (gnus-summary-article-delete-hook) 
844         (gnus-summary-article-expire-hook): new hooks
845         (gnus-summary-move-article, gnus-summary-expire-articles) 
846         (gnus-summary-delete-article): invoke the new hooks
847
848 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
849
850         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
851           from message-ID
852
853 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
854
855         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
856
857 2003-02-07  John Paul Wallington  <jpw@gnu.org>
858
859         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
860         (mm-write-region, mm-detect-coding-region): Doc fixes.
861
862 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * mail-source.el (mail-source-fetch): Ignore errors.
865         (mail-source-ignore-errors): New variable.
866
867         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
868         articles. 
869
870         * gnus-msg.el (gnus-version-expose-system): Change default.
871
872 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
873
874         * gnus-msg.el (gnus-version-expose-system): New variable.
875
876 2003-02-07  Simon Josefsson  <jas@extundo.com>
877
878         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
879         patch from deskpot@myrealbox.com (Vasily Korytov).
880
881 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus-art.el (article-display-face): Get the Face header from
884         the current buffer.
885
886 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * gnus-art.el (gnus-mime-view-part-internally): Bind
889         buffer-read-only to nil.
890
891 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
894         from g-a-e-1 to g-a-e-2.
895
896 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
899         of bbdb-search-simple, use spam-use-BBDB-exclusive
900         (spam-check-whitelist): use spam-use-whitelist-exclusive
901         (spam-use-whitelist-exclusive): new variable affecting
902         spam-use-whitelist
903         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
904
905 2003-02-05  Simon Josefsson  <jas@extundo.com>
906
907         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
908         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
909         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
910         (gnus-agent-expire-1): New.
911         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
912         (gnus-agent-expire-2): New.
913
914 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
915
916         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
917         "delete-if" is misleading because it isn't actually destructive.
918
919         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
920         
921         * nnmail.el (nnmail-purge-split-history): do.
922
923         * gnus-win.el (gnus-get-buffer-window): do.
924         
925         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
926         let-binding.
927         (gnus-simplify-all-whitespace): do.
928
929 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-delay.el (gnus-delay-article): Fix binding of the
932         nndraft:delayed group.
933
934 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * gnus.el (spam group parameters): change 'other to 'const in
937         the group parameter definitions to soothe XEmacs
938
939 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
940
941         * gnus-delay.el (gnus-delay-article): Really create
942         nndraft:delayed group if it doesn't exist.
943
944 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
945
946         * gnus-sum.el (gnus-summary-search-article): Speed up by
947         disabling various visual features while searching.
948         (gnus-summary-recenter): Test gnus-auto-center-summary first.
949
950 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
951
952         * spam.el (spam-list-of-checks): Don't quote nil and t in
953         docstrings.  From the elisp manual:
954
955            When a documentation string refers to a Lisp symbol, write
956            it [..] with single-quotes around it.  [..] There are two
957            exceptions: write t and nil without single-quotes.
958
959         * messcompat.el (message-from-style): do.
960
961         * message.el (message-send-mail): do.
962
963         * gnus-util.el (gnus-use-byte-compile): do.
964
965         * gnus-score.el (gnus-score-lower-thread): do.
966
967         * gnus-int.el (gnus-server-unopen-status): do.
968
969         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
970         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
971
972         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
973         (gnus-group-parameters): do.
974
975         * gnus-art.el (gnus-article-mime-match-handle-function): do.
976
977         * mm-decode.el (mm-text-html-renderer): do.
978
979 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * nnheader.el (nnheader-directory-separator-character): Change the
982         way to compute the dafault value.
983
984 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
985
986         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
987         (gnus-button-alist): Fix regexp for describe-key.
988         (gnus-button-handle-describe-function)
989         (gnus-button-handle-describe-variable)
990         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
991         (gnus-button-handle-apropos-variable)
992         (gnus-button-handle-apropos-documentation): Docstring fix.
993
994         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
995
996 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
999         to nil.
1000
1001         * nnmail.el: Removed gnus-util autoload.
1002
1003         * gnus.el: Use gnus-prin1-to-string throughout.
1004
1005         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1006         print-level. 
1007
1008         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1009         (gnus-treat-display-grey-xface): Removed.
1010
1011         * gnus-fun.el (gnus-grab-cam-face): New.
1012         (gnus-convert-image-to-gray-x-face): Removed.
1013         (gnus-convert-gray-x-face-to-xpm): removed.
1014         (gnus-convert-gray-x-face-region): Removed.
1015         (gnus-grab-gray-x-face): Removed.
1016
1017         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1018
1019 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1020
1021         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1022         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1023         bound.
1024
1025         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1026
1027 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1028
1029         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1030         Remove -- these are bogus options which are never used.
1031
1032 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1033
1034         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1035
1036 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1037
1038         * spam.el (spam-check-blackholes) 
1039         (spam-blackhole-good-server-regex): new variable to skip some IPs
1040         when checking blackholes; use it
1041         (spam-check-bogofilter-headers) 
1042         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1043         case more X-Bogosity is used than just "Yes/No"
1044         (spam-ham-move-routine): semi-fixed, only first article is
1045         properly moved now
1046
1047 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1048
1049         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1050         as well.
1051         
1052         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1053         
1054         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1055         
1056         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1057         
1058         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1059         
1060         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1061
1062 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-fun.el (gnus-face-encode): New function.
1065         (gnus-convert-png-to-face): Use it.
1066
1067         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
1068
1069 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1070
1071         * mm-decode.el (mm-dissection-list): Remove.
1072         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1073         only used in mm-remove-all-parts.
1074         (mm-remove-all-parts): Remove it, it's never called.
1075
1076 2003-01-25  Simon Josefsson  <jas@extundo.com>
1077
1078         * gnus-group.el (gnus-group-make-group): Report errors.
1079
1080         * nnimap.el (nnimap-request-create-group): Ditto.
1081
1082         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1083
1084         * sieve.el (sieve-upload): Fix error printing.
1085
1086         * mm-encode.el (mm-qp-or-base64): Always QP iff
1087         mm-use-ultra-safe-encoding and cleartext PGP.
1088
1089         * gnus-sum.el (gnus-summary-select-article): Inhibit
1090         redisplay (mainly for secured messages).
1091
1092         * nnmail.el (nnmail-article-group): Copy body too (but don't
1093         process it).
1094
1095 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1096
1097         * gnus-art.el (gnus-article-setup-buffer): Reset
1098         gnus-button-marker-list.
1099
1100 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * nntp.el (nntp-read-timeout): Default to using a second delay
1103         under Microsoft Windows.
1104
1105 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * nnheader.el (nnheader-directory-separator-character): New
1108         variable. 
1109
1110 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1111
1112         * gnus-agent.el (gnus-agent-max-fetch-size)
1113         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1114         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1115         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1116         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1117         (gnus-agent-braid-nov, gnus-agent-load-alist)
1118         (gnus-agent-article-alist-save-format)
1119         (gnus-agent-read-agentview, gnus-agent-save-alist)
1120         (gnus-agent-fetch-group-1, gnus-agent-expire)
1121         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1122         (gnus-agent-regenerate-group): Reformat to keep under eighty
1123         columns.  Reword docstrings so that first line is under eighty
1124         chars and a complete sentence.  Still need to work on the rear
1125         end of the file, in particular gnus-agent-expire.       
1126
1127 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-agent.el (gnus-agentize): Indent.
1130
1131         * gnus.el (gnus-version-number): Bumped.
1132
1133 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1134
1135         * gnus.el: Oort Gnus v0.14 is released.
1136
1137 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1138
1139         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1140         before beginning.  Tiny patch from Mark Thomas
1141         <swoon@bellatlantic.net>.
1142
1143 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         * spam.el (spam-check-blackholes, spam-split) 
1146         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1147         gnus-message calls to show to users what spam.el is doing
1148
1149 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1150
1151         * gnus-msg.el (gnus-message-replysign)
1152         (gnus-message-replyencrypt): Fix typo.
1153
1154 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1157         details. 
1158
1159 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus-art.el (gnus-article-press-button): let* -> let.
1162         (gnus-mime-security-show-details): Cleaned up.
1163         (gnus-mime-security-press-button): Save excursion.
1164         (gnus-insert-mime-security-button): Clean up.
1165
1166         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1167
1168         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1169         timeout. 
1170
1171         * nntp.el (nntp-accept-process-output): Removed timeout. 
1172         (nntp-read-timeout): New variable.
1173         (nntp-accept-process-output): Use it.
1174
1175         * gnus-sum.el (gnus-data-find-list): Remove *.
1176
1177 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1178
1179         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1180         introduced on 2002-01-22.
1181         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1182
1183 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
1186         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1187         checks of incoming mail based on simple header regexp matching
1188
1189 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * gnus-sum.el (gnus-spam-mark): set to `$'
1192
1193 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1194
1195         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1196         gnus-newsgroup-unfetched, the list of articles whose headers have
1197         not been fetched from the server.
1198
1199         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1200         parameter as it never worked due to a bug.  Added check to prevent
1201         selection of any article in the gnus-newsgroup-unfetched list.
1202         (gnus-summary-find-prev): Added check to prevent selection of any
1203         article in the gnus-newsgroup-unfetched list.
1204         (gnus-summary-first-subject): Documented API. Modified
1205         implementation so that constraints are handled independently.
1206         Added check to prevent selection of any article in the
1207         gnus-newsgroup-unfetched list.
1208         (gnus-summary-first-unseen-subject): Updated parameters in
1209         gnus-summary-first-subject call to match new API.
1210         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1211         (gnus-summary-catchup): Do not mark unfetched articles as read.
1212         
1213 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1214
1215         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1216         make-obsolete-variable allows only two arguments in XEmacs and
1217         Emacs 20.
1218
1219         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1220         gnus-article-hide-pgp.
1221         (gnus-summary-make-menu-bar): do.
1222
1223         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1224         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1225         gnus-article-hide-pgp.
1226         (article-hide-pgp): Remove.
1227         (gnus-article-hide): Remove gnus-article-hide-pgp.
1228
1229         * gnus.el: Remove gnus-article-hide-pgp
1230
1231 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * message.el (message-required-headers): Doc fix.
1234
1235 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1238         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1239         option to make ifile a purely binary classifier
1240
1241 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1244         (mml-secure-encrypt-pgpmime): Removed double.
1245
1246         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1247         debugging statements.
1248
1249 2003-01-21  Andreas Fuchs  <asf@void.at>
1250
1251         * mml-sec.el (mml-sign-alist): Added pgpauto.
1252
1253 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus.el (gnus-version-number): Bumped version number.
1256
1257 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1258
1259         * gnus.el: Oort Gnus v0.13 is released.
1260
1261 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-art.el (gnus-button-url-regexp): Removed |.
1264
1265         * message.el (message-send-hook): Doc fix.
1266
1267         * gnus-win.el (gnus-buffer-configuration): Display article
1268         instead of article-copy when `reply'.
1269
1270 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1271
1272         * gnus.el (gnus-format): Change customize group to gnus.
1273         (gnus-cache): Add link.
1274         (gnus-group-charter-alist): Fix docstring.
1275
1276 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1277
1278         * mailcap.el (mailcap-print-command): lpr-command might be
1279         unbound in XEmacs.
1280
1281 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1282
1283         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1284
1285         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1286         calculation of net characters added for use in the gnus-data
1287         structure.
1288         
1289 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1290
1291         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1292         message.  Suggested by Jari Aalto.
1293
1294 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
1297         (gnus-article-reply-with-original): Ditto.
1298
1299         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1300         read articles don't become unread.
1301
1302 2003-01-17  Simon Josefsson  <jas@extundo.com>
1303
1304         * gnus-fun.el (gnus-x-face-from-file): 
1305         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1306
1307         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1308         (gnus-convert-image-to-face-command): Doc fix.
1309
1310 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1313
1314 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1315
1316         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1317         avoid encoding problems.
1318
1319         * mailcap.el (mailcap-ps-command): New variable.
1320         (mailcap-mime-data): Add print entry where applicable.  Use
1321         pdftotext on a tty.
1322
1323 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1324
1325         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1326
1327 2003-01-16  Simon Josefsson  <jas@extundo.com>
1328
1329         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
1330         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
1331         (gnus-face-from-file): Doc fix; don't mention image format.
1332
1333 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1334
1335         * spam.el (spam-get-article-as-filename): new function (unused for now)
1336         (spam-get-article-as-buffer): new function
1337         (spam-get-article-as-string): use spam-get-article-as-buffer
1338         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1339
1340 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1341  
1342         * gnus-agent.el: Don't use `path'.
1343         From the GNU coding standards:
1344         
1345             Please do not use the term ``pathname'' that is used in Unix
1346             documentation; use ``file name'' (two words) instead.  We use
1347             the term ``path'' only for search paths, which are lists of
1348             directory names.
1349
1350         * nnsoup.el (nnsoup-file-name): Ditto.
1351  
1352         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1353         (nnmail-group-pathname): Ditto.
1354  
1355         * nnimap.el (nnimap-group-overview-filename): Ditto.
1356  
1357         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1358         (nnheader-group-pathname): Ditto.
1359  
1360         * nnfolder.el (nnfolder-group-pathname): Ditto.
1361  
1362         * gnus.el (gnus-home-directory): Ditto.
1363  
1364         * gnus-group.el (gnus-group-icon-list): Ditto.
1365  
1366 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1367
1368         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1369
1370         * message.el (message-mode-menu): Use it.
1371         (message-mode-menu): Deactivate "Yank Original" if there's no
1372         reply buffer.
1373
1374         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1375
1376         * message.el (message-mark-active-p): New function.
1377
1378 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1379
1380         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1381         (spam-bogofilter-database-directory): new variables
1382         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1383         (spam-bogofilter-register-with-bogofilter) 
1384         (spam-bogofilter-register-spam-routine) 
1385         (spam-bogofilter-register-ham-routine) 
1386         (spam-group-ham-processor-bogofilter-p): new functions for the new
1387         Bogofilter interface
1388         (spam-summary-prepare-exit): use the new Bogofilter functions
1389         (spam-list-of-checks): added spam-use-bogofilter-headers
1390         (spam-bogofilter-score): rewrote function
1391         (spam-check-bogofilter): optional score parameter, uses
1392         spam-check-bogofilter-headers better
1393         (spam-check-bogofilter-headers): optional score parameter
1394
1395         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1396         default, in the gnus-start customization group.  Used to disable
1397         the spam-*/ham-* parameters.
1398         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1399
1400 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1401
1402         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1403         XEmacs.
1404
1405         * gnus-ems.el (gnus-mark-active-p): do.
1406
1407 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1408
1409         * gnus.texi (Using MIME): Mention auto-compression-mode with
1410         gnus-mime-copy-part.
1411
1412 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * message.el (message-send): Don't warn about duplicates when
1415         superseding. 
1416
1417 2003-01-15  Simon Josefsson  <jas@extundo.com>
1418
1419         * nnimap.el (nnimap-split-download-body): New variable.
1420         (nnimap-split-articles): Use it.
1421
1422 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1423
1424         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1425         integrity checker was incorrectly flagging, and removing, articles
1426         whose article number was negative.
1427         (gnus-agent-fetch-group-1): When executed in the group's summary
1428         buffer, refresh each downloaded line to update the status flag and
1429         font.  Preserve the value of gnus-newsgroup-headers so that
1430         gnus-agent-fetch-articles can split the requests by size.
1431         (gnus-agent-expire): Corrected day calculation for when
1432         gnus-agent-expire-days contains a list.
1433
1434 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1437
1438 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1439
1440         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1441           /usr/bin/play as default player. 
1442           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1443
1444 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1447         articles to be marked as well.
1448
1449 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1450         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1451         fictious headers generated by nnagent (ie. Undownloaded Article
1452         ####) in the list of articles that have not been downloaded.
1453         
1454         * gnus-int.el (): Added require declarations to resolve
1455         compile-time warnings.
1456         (gnus-open-server): If the server status is set to offline,
1457         recursively execute gnus-open-server to open the offline backend
1458         (e.g. nnagent).
1459
1460 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1461
1462         * gnus-art.el (gnus-article-reply-with-original): Use
1463         gnus-mark-active-p.
1464         (gnus-article-followup-with-original): do.
1465
1466 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1467
1468         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1469
1470 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1471
1472         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1473         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1474
1475 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1476
1477         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1478         (gnus-face-from-file): Ditto.
1479
1480 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1483         gnus-alter-articles-to-read-function to the unread articles. 
1484
1485 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1486
1487         * deuglify.el (gnus-article-outlook-unwrap-lines)
1488         (gnus-article-outlook-repair-attribution)
1489         (gnus-article-outlook-rearrange-citation): New function names,
1490         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1491         doc-string.
1492
1493         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1494         removed `W k' key binding (use `W Y f' instead).
1495         (gnus-summary-make-menu-bar): Use new function names.
1496
1497 2003-01-13  Simon Josefsson  <jas@extundo.com>
1498
1499         * gnus-fun.el (gnus-random-x-face): Doc fix.
1500         (gnus-insert-random-x-face-header): New function.
1501
1502 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1503
1504         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1505         mark is not active.
1506
1507         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1508
1509         * gnus-ems.el (gnus-mark-active-p): New function.
1510
1511         * gnus-group.el (gnus-topic-mode-p): New function.
1512         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1513         Deactivate items if mark is not active.
1514
1515 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * gnus.el (gnus-version-number): Bumped version.
1518         (gnus-summary-line-format): Doc fix.
1519
1520 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1521
1522         * gnus.el: Oort Gnus v0.12 is released.
1523
1524 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * mail-source.el (mail-sources): Removed autoload to make it
1527         compile under XEmacs.
1528
1529 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1530
1531         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1532         regexp or a function too.
1533         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1534         confirmation even if the original article is mail.
1535
1536 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1539         articles to be marked when not yanking.
1540
1541 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1542
1543         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1544         
1545 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-fun.el (gnus-face-from-file): Autoload.
1548
1549         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1550         errors.
1551
1552 2003-01-12  Simon Josefsson  <jas@extundo.com>
1553
1554         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1555         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1556
1557         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1558         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1559
1560 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1563         in every string.
1564
1565         * gnus.el (gnus-version-number): Bumped version number.
1566
1567 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1568
1569         * gnus.el: Oort Gnus v0.11 is released.
1570
1571 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1572
1573         * message.el (message-fetch-reply-field): Narrow to headers.
1574
1575         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1576         if Gnus isn't alive.
1577
1578 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1579
1580         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1581         marks from articles that are already stored in the agent.
1582         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1583         backup copy of an invalid .overview file for later analysis.
1584         
1585 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1586
1587         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1588         exit work with two frames.
1589
1590 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1591
1592         * message.el (message-forward-make-body): Use mule4.
1593
1594 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * message.el (message-mode-map): Move wide-reply command.
1597
1598 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1599
1600         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1601         castellano.
1602         (gnus-outlook-display-hook): New variable.
1603         (gnus-outlook-display-article-buffer): New function.
1604         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1605         (gnus-outlook-deuglify-article): Made them interactive and added
1606         optional arg.  Use `g-o-d-a-b'.
1607         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1608
1609         * gnus-sum.el: Added autoloads.
1610         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1611         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1612
1613 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-art.el (gnus-display-mime): Use the mime emulation
1616         variable. 
1617
1618         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1619
1620         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1621         newsrc-alist is initialized properly.
1622
1623         * mail-source.el (mail-sources): Autoload.
1624
1625         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1626         nil.
1627
1628         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1629         insert two newlines.
1630
1631         * message.el (message-check-news-header-syntax): Compute the
1632         header length correctly.
1633
1634 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1635
1636         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1637         alist when keeping fetched article file.
1638         (gnus-agent-retrieve-headers): When parsing response for article
1639         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1640         against garbage in the server's response.
1641
1642         * gnus-int.el (gnus-request-expire-articles,
1643         gnus-request-move-article): Only expire when the group's server
1644         has been agentized.
1645
1646 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1649         errors when deleting overlays.
1650
1651         * gnus-score.el (gnus-score-followup): Allow tracing.
1652
1653         * gnus-art.el (gnus-treat-display-face): New variable.
1654         (article-display-face): New command.
1655
1656         * gnus-fun.el (gnus-face-from-file): New function.
1657         (gnus-convert-face-to-png): Ditto.
1658
1659         * gnus-art.el (gnus-ignored-headers): Added Face.
1660
1661 2003-01-10  Simon Josefsson  <jas@extundo.com>
1662
1663         * nndraft.el (nndraft-request-group): Avoid crash in
1664         directory-files when draft directory doesn't exists.
1665
1666         * gnus-sum.el (gnus-select-article-hook): Add :option.
1667
1668 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * spam.el (spam-use-stat): new variable
1671         (spam-group-spam-processor-stat-p) 
1672         (spam-group-ham-processor-stat-p): new convenience functions
1673         (spam-summary-prepare-exit): add spam/ham processors to sequence
1674         (spam-list-of-checks): add spam-use-stat to list of checks
1675         (spam-split): conditionally load the spam-stat tables
1676         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1677         spam-check-ifile): new functions
1678
1679         * spam-stat.el (spam-stat): typo fix
1680         (spam-stat-install-hooks): new variable
1681         (spam-stat-split-fancy-spam-group): added documentation clarification
1682         (spam-stat-split-fancy-spam-threshhold): new variable
1683         (spam-stat-install-hooks): make hooks conditional
1684         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1685
1686         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1687         spam-stat ham/spam processor symbols
1688
1689 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1692         file exists.
1693
1694 2003-01-10  Simon Josefsson  <jas@extundo.com>
1695
1696         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1697         undownloaded/downloadable only when unplugged.
1698
1699 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1700
1701         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1702
1703 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1704
1705         * spam.el (spam-check-ifile): fixed call-process-region to use the
1706         db parameter only if it's set
1707         (spam-ifile-register-with-ifile): ditto
1708
1709 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1710
1711         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1712         spam-stat-nbad before creating the hash table.
1713         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1714         Changed copyright statement to FSF.
1715
1716 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1717
1718         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1719         processable articles as read.
1720         (gnus-agent-summary-fetch-series): Remove processable and
1721         downloadable marks on all downloaded articles in the series.
1722
1723         * nntp.el (nntp-report): Throw error after reporting the problem.
1724         (nntp-accept-process-output): Corrected error check to report an
1725         error when the process is nil.
1726
1727 2003-01-09  Simon Josefsson  <jas@extundo.com>
1728
1729         * message.el (message-tool-bar-map): Add preview.
1730
1731 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1732
1733         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1734         previewing.
1735
1736 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1737
1738         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1739         bug when the (n+1)th article to be added to a group has a smaller
1740         number than the n articles already added.
1741
1742 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * message.el (message-mode-field-menu): Use backquote.
1745
1746 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1747
1748         * spam.el: fixed the BBDB autoloads again, using
1749         bbdb-search-simple now (which is not a macro, thank god)
1750
1751         * lpath.el (bbdb-search): removed function from maybe-fbind list
1752
1753         * gnus.el (ham-process-destination): added new parameter for
1754         destination of ham articles found in spam groups at summary exit
1755
1756         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1757         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1758         (spam-ifile-database-path): added new parameter for ifile's database
1759         (spam-move-spam-nonspam-groups-only): new parameter to determine
1760         if spam should be moved from all groups or only some
1761         (spam-summary-prepare-exit): fixed logic to use
1762         spam-move-spam-nonspam-groups-only when deciding to invoke
1763         spam-mark-spam-as-expired-and-move-routine; always invoke that
1764         routine after the spam has been expired-or-moved in case there's
1765         some spam left over; use spam-ham-move-routine in spam groups
1766         (spam-ham-move-routine): new function to move ham articles to the
1767         ham-process-destinations group parameter
1768
1769 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1772
1773         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1774         gnus-summary-update-article-line.
1775
1776 2003-01-08  Simon Josefsson  <jas@extundo.com>
1777
1778         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1779         not successful.
1780
1781 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1784
1785 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1788         logic, finally
1789
1790 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1793         (gnus-parse-format): Change to %~.
1794
1795         * message.el (message-generate-headers): Don't generate optional
1796         empty headers.
1797
1798 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1799
1800         * message.el (message-cross-post-default)
1801         (message-cross-post-note-function, message-shoot-gnksa-feet)
1802         (message-strip-subject-trailing-was, message-change-subject)
1803         (message-mark-insert-file, message-cross-post-followup-to)
1804         (message-cross-post-followup-to, message-mode-map)
1805         (message-generate-unsubscribed-mail-followup-to)
1806         (message-make-mail-followup-to): Minor changes to doc-strings and
1807         error messages.  Updated copyright line.
1808
1809         * message.el (message-make-mail-followup-to,
1810         message-generate-unsubscribed-mail-followup-to): New function
1811         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1812         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1813         names.
1814
1815         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1816         (mml-preview-insert-mft): Removed function name.
1817         (mml-preview): Use new function names.
1818
1819         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1820
1821         * message.el (message-mode-field-menu): Moved header related
1822         commands from "Message" to "Field" menu.
1823
1824 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * message.el (message-generate-headers-first): Added customization
1827         if variable is a list.
1828
1829 2003-01-07  Michael Shields  <shields@msrl.com>
1830
1831         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1832         where the last line of the article is the last line of the window.
1833
1834 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * gnus-msg.el (gnus-debug): Use ignore-errors.
1837
1838         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1839         `gnus-summary-update-line'.
1840
1841 2003-01-08  Simon Josefsson  <jas@extundo.com>
1842
1843         * gnus-art.el (gnus-unbuttonized-mime-types)
1844         (gnus-buttonized-mime-types): Doc fix.
1845
1846 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1847
1848         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1849
1850 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1851
1852         * nnrss.el (nnrss-group-alist): Add and clear up.
1853
1854 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1855
1856         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1857
1858         * lpath.el (bbdb-search): added BBDB functions for a better way to
1859         fix missing functions
1860
1861         * spam.el (spam-check-ifile): if should be an unless
1862
1863         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1864         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1865         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1866
1867 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1870         gnus-summary-refer-thread to thread menu.
1871
1872 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1873
1874         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1875         summary buffer, articles that cannot be fetched are marked as
1876         canceled.
1877
1878         * nntp.el (nntp-with-open-group): The quit signal handler must
1879         propagate the quit signal to the next outer handler so that the
1880         caller knows that the request aborted abnormally.
1881
1882 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1885         (spam-ifile-register-spam-routine)
1886         (spam-ifile-register-ham-routine): added ifile functionality that
1887         does not use ifile-gnus.el to classify and register articles
1888         (spam-get-article-as-string): convenience function
1889         (spam-summary-prepare-exit): added ifile spam and ham registration
1890         (spam-ifile-all-categories, spam-ifile-spam-category)
1891         (spam-ifile-path, spam-ifile): added customization options
1892
1893         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1894         exit processor
1895         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1896         list of choices
1897
1898 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-score.el (gnus-score-followup): Also score immediate
1901         followups.
1902
1903 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1906
1907 2003-01-07  Simon Josefsson  <jas@extundo.com>
1908
1909         * message.el (message-mode-menu): Fix receipt balloon help.
1910
1911 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1912
1913         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1914         always be interpreted as news.
1915
1916 2003-01-07  Simon Josefsson  <jas@extundo.com>
1917
1918         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1919         gnus-sieve-script, instead of the global variable
1920         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1921         <sb@dod.no>.
1922
1923 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1924
1925         * gnus.el: Renamed gnus-summary-*-uncached-face as
1926         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1927         the cache.
1928
1929         * gnus-sum.el: Ditto.
1930
1931 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1932
1933         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1934         in either the group or summary buffer.
1935         New command "JS", in summary buffer, will fetch articles per the
1936         group's category, predicate, and processable flags.
1937         (gnus-agent-summary-fetch-series): Rewritten to call
1938         gnus-agent-session-fetch-group once with all articles in the
1939         series.
1940         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1941         return list of fetched articles.
1942         (gnus-agent-fetch-articles): Split fetch list into sublists such
1943         that the article buffer is only slightly larger than
1944         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1945         the group's article alist is saved.
1946         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1947         longer result in the agent trying to fetch an article.
1948         (gnus-agent-fetch-group-1): Can now be called in either the group
1949         or summary buffer.  Removed the max-fetch-size code that I added
1950         on 2002-12-13 as that capability is now part of
1951         gnus-agent-fetch-articles.  Added code to update summary buffer.
1952         When called in the group buffer, articles that can not be fetched
1953         are AUTOMATICALLY MARKED AS READ.
1954
1955         * gnus-sum.el (): Modified eval-when-compile to minimize
1956         misleading compilation warnings.
1957         (gnus-update-summary-mark-positions): Changed code to use
1958         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1959
1960         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1961         empty file as the parser assumes that the file isn't empty.
1962
1963         * nntp.el (nntp-send-string): The process-send-string call can,
1964         because it performs I/O on the process, change the process' state
1965         from open to closed.  If this happens, call nntp-report
1966         immediately to report the broken connection.
1967         (nntp-report): Rewritten to avoid needing a global variable to
1968         determine the appropriate course of action.  Instead, two function
1969         implementations are provided and the nntp-report function value is
1970         bound to the appropriate implementation.
1971         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1972         (nntp-with-open-group): Now binds nntp-report's function cell
1973         rather than binding gnus-with-open-group-first-pass.  Added a
1974         condition-case to detect a quit during a nntp command.  When the
1975         quit occurs, the current connection is closed as a fetch articles
1976         request could have several megabytes queued up for reading.
1977         (nntp-retrieve-headers): Bind articles to itself.  If
1978         nntp-with-open-group repeats this command, I must have access to
1979         the original list of articles.
1980         (nntp-retrieve-groups): Ditto for groups.
1981         (nntp-retrieve-articles): Ditto for articles.
1982         (*): Replaced nntp-possibly-change-group calls to
1983         nntp-with-open-group forms in all, but one, occurrance.
1984         (nntp-accept-process-output): Bug fix. Detect when called with
1985         null process.
1986
1987 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1988
1989         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1990         if we don't need to.
1991         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1992
1993 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-group.el (gnus-group-make-web-group): Pass the select
1996         method on to group-create.
1997         (gnus-group-line-format-alist): %U is an integer.
1998
1999         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2000         ephemeral groups.
2001         (gnus-summary-read-group-1): Ditto.
2002         (gnus-group-make-articles-read): Ditto.
2003
2004         * mm-url.el (mm-url-program): Doc fix.
2005
2006         * message.el (message-mode-map): Rebound
2007         message-insert-wide-reply.
2008
2009 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2012         color as `gnus-group-startup-message' does.
2013
2014 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * spam.el: fixed line lengths to 80 chars or less
2017
2018         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2019         "not-read" mark
2020         (gnus-summary-mark-forward): added the spam-mark to the list of
2021         marks not to be marked as "read" when viewed
2022
2023 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2026
2027         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2028         Protect against unactive groups.
2029
2030         * message.el (message-check-news-header-syntax): Check long
2031         header lines.
2032         (message-check-news-header-syntax): Update `start'.
2033
2034         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2035         (gnus-group-line-format): %U.
2036         (gnus-group-line-format-alist): ?U.
2037         (gnus-number-of-unseen-articles-in-group): New function.
2038
2039         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2040
2041         * gnus.el (gnus-version-number): Bump version number.
2042
2043 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2044
2045         * gnus.el: Oort Gnus v0.10 is released.
2046
2047 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus.el (gnus-version-number): Fix version number.
2050
2051 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2052
2053         * gnus.el: Oort Gnus v0.08 is released.
2054
2055 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2056
2057         * mm-util.el: Add mm-string-make-unibyte.
2058
2059         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2060         UTF-8 groups.
2061
2062 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2065
2066         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2067
2068 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2069
2070         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2071         function.
2072
2073 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2076         (gnus-summary-read-group-1): Update group line.
2077         (gnus-summary-exit-no-update): Update group on exit.
2078
2079         * gnus-group.el (gnus-group-line-format): Add %*.
2080         (gnus-group-line-format-alist): Ditto.
2081         (gnus-group-insert-group-line): Set it.
2082         (gnus-group-is-exiting-p): New variable.
2083         (gnus-group-insert-group-line): Use it.
2084
2085 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2086
2087         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2088         enable BBDB ham processing
2089         (spam-blacklist-register-routine): enable blacklist spam processing
2090         (spam-whitelist-register-routine): enable whitelist ham processing
2091         (spam-fetch-field-from-fast): fast fetching of the "from" field
2092         from (gnus-data-list)
2093         (spam-summary-prepare-exit): works completely now
2094         (spam-use-blacklist): oops, should be nil by default
2095         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2096         split processing now; before it was for summary exit as
2097         well but that's done with the spam-contents and spam-process
2098         parameters now
2099
2100 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2101
2102         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2103         characters.
2104
2105 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2106
2107         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2108         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2109         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2110         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2111         (spam-mark-spam-as-expired-and-move-routine)
2112         (spam-generic-register-routine, spam-BBDB-register-routine)
2113         (spam-ifile-register-routine, spam-blacklist-register-routine)
2114         (spam-whitelist-register-routine): new functions
2115         (spam-summary-prepare-exit): added summary exit processing (expire
2116         or move) of spam-marked articles for spam groups; added slots for
2117         all the spam-*-register-routine functions
2118
2119 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * pop3.el (pop3-retr): Wait 500 msecs.
2122         (pop3-read-response): Ditto.
2123
2124         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2125         right.
2126         (gnus-inews-make-draft): New function.
2127         (gnus-setup-message): Use it.
2128
2129         * message.el (message-required-headers): Add From.
2130
2131 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2132         Trivial patch from Norbert Koch <nk@viteno.net>.
2133
2134         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2135
2136 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * message.el (message-generate-headers): Let header formatters do
2139         their work.
2140
2141 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2142
2143         * deuglify.el (gnus-article-outlook-deuglify-article):
2144         Rehighlight, reapply treatments and call
2145         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2146         (gnus-outlook-repair-attribution-block): Recognize cited
2147         attributions.  Suggested by Niklas Morberg.
2148
2149 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2150
2151         * gnus-art.el (gnus-treat-predicate): Check condition first.
2152
2153 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2154
2155         * lpath.el: Add url-http-file-exists-p.
2156
2157         * gnus-group.el (gnus-group-fetch-charter): Use
2158         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2159
2160 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * message.el (message-draft-headers): Also generate From to get a
2163         nicer draft buffer summary.
2164
2165         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2166         parameter.
2167
2168         * gnus-art.el (article-wash-html): Clean up.
2169         (article-wash-html): Typo fix.
2170
2171         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2172         (gnus-summary-mail-forward): To many lists of lists.
2173
2174         * gnus-art.el (article-wash-html): Clean up.
2175
2176 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2177
2178         * gnus-art.el (gnus-treat-wash-html): New variable.
2179
2180 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * message.el (message-check-news-header-syntax): Allow posting.
2183         (message-check-news-header-syntax): Fix logic for sure, this
2184         time.
2185
2186 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2187
2188         * message.el (message-check-news-header-syntax): Check syntax of
2189         continuation headers.
2190
2191 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2192
2193         * gnus-art.el (gnus-button-url-regexp,
2194         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2195         (gnus-header-button-alist): Regexps are case insensitive here.
2196
2197 2003-01-02  Simon Josefsson  <jas@extundo.com>
2198
2199         * dig.el (query-dig): Doc fix.
2200
2201 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2202
2203         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2204         summary buffer line, not just the download mark.
2205
2206 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2209         (gnus-summary-insert-dormant-articles): New command and
2210         keystroke.
2211
2212         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2213         function for mass insertion of subjects.
2214
2215         * nndraft.el (nndraft-generate-headers): Don't move point.
2216
2217         * gnus.el (nnheader): Require nnheader.
2218
2219         * nndraft.el (nndraft-request-associate-buffer): Use
2220         make-local-variable.
2221
2222 2003-01-02  Michael Shields  <shields@msrl.com>
2223
2224         * nndraft.el (nndraft-request-associate-buffer): Make
2225         write-contents-hooks buffer-local before setting it.
2226
2227 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus.el (gnus-group-parameter-value): Take an extra param.
2230         (gnus-group-fast-parameter): Let group param results be nil.
2231
2232         * gnus-art.el (gnus-article-forward-header): New function.
2233         (article-date-ut): Use it to remove continuation date headers.
2234
2235         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2236         read-event.
2237         (gnus-summary-remove-bookmark): Clean up.
2238         (gnus-summary-set-bookmark): Clean up.
2239
2240         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2241
2242         * gnus.el (gnus-group-startup-message): Bind data-directory to
2243         the Gnus etc directory.
2244
2245 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2248         ham-processing of articles; use the new
2249         spam-group-(spam|ham)-contents-p functions
2250         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2251         convenience functions
2252         (spam-mark-junk-as-spam-routine): use the new
2253         spam-group-spam-contents-p function
2254
2255         * gnus.el (spam-process, spam-contents, spam-process-destination):
2256         added new parameters with corresponding global variables
2257         (gnus-group-spam-exit-processor-ifile,
2258         gnus-group-spam-exit-processor-bogofilter,
2259         gnus-group-spam-exit-processor-blacklist,
2260         gnus-group-spam-exit-processor-whitelist,
2261         gnus-group-spam-exit-processor-BBDB,
2262         gnus-group-spam-classification-spam,
2263         gnus-group-spam-classification-ham): added new symbols for the
2264         spam-process and spam-contents parameters
2265
2266         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2267         customization and list itself to store mark symbol rather than
2268         mark character.
2269         (spam-bogofilter-register-routine): added logic to generate mark
2270         values list from spam-ham-marks and spam-spam-marks, so (member)
2271         would work.
2272
2273 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * message.el (message-cross-post-followup-to): Fix comment.
2276
2277 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2280         customization and list itself to store mark symbol rather than
2281         mark character.
2282         (spam-bogofilter-register-routine): added logic to generate mark
2283         values list from spam-ham-marks and spam-spam-marks, so (member)
2284         would work.
2285
2286 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2287
2288         * message.el (message-signature-insert-empty-line): New variable.
2289
2290 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2291
2292         * message.el: Renamed functions and variables: "xpost" ->
2293         "cross-post", "-fup2" -> "-followup-to".
2294         (message-cross-post-old-target, message-cross-post-default,
2295         message-cross-post-note, message-followup-to-note,
2296         message-cross-post-note-function): New variables names.
2297         (message-xpost-old-target, message-xpost-default,
2298         message-xpost-note, message-fup2-note,
2299         message-xpost-note-function): Removed variable names.
2300         (message-cross-post-followup-to-header,
2301         message-cross-post-insert-note, message-cross-post-followup-to):
2302         New function names.
2303         (message-xpost-fup2-header, message-xpost-insert-note,
2304         message-xpost-fup2): Removed function names.
2305
2306 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2307
2308         * message.el (message-send-mail): Added message-cleanup-headers to
2309         prevent newlines in headers.
2310
2311 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * dns.el (dns-make-network-process): Comment.
2314
2315         * gnus-sum.el (gnus-summary-display-while-building): Default to
2316         nil.
2317
2318 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2319
2320         * gnus-sum.el (gnus-summary-display-while-building): New
2321         variable.
2322
2323 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2324
2325         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2326         before rearranging the article.
2327
2328 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nndraft.el (nndraft-generate-headers): New function.
2331         (nndraft-request-associate-buffer): Use it to write headers on
2332         buffer save.
2333
2334         * message.el (message-generate-headers): Let the function be a
2335         lambda form.
2336         (message-draft-headers): New variable.
2337
2338         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2339         function.
2340         (gnus-setup-message): Use it.
2341
2342         * message.el (message-generate-headers-first): Doc fix.
2343         (message-setup-1): Use new function for getting which headers to
2344         generate.
2345         (message-headers-to-generate): New function.
2346
2347 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2348
2349         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2350
2351 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2352
2353         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2354         mention negatives.
2355
2356 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2357
2358         * deuglify.el (gnus-outlook-rearrange-article): Use
2359         `transpose-regions' instead of tempering the kill-ring.
2360         (gnus-article-outlook-deuglify-article): Rehighlight article
2361         instead of a complete redisplay.
2362
2363 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * spam.el: most defvars are defcustoms now
2366
2367         patches from Michael Shields  <shields@msrl.com>
2368
2369         * spam.el (spam-bogofilter-articles): Select the article
2370         body using gnus-summary-show-article t instead of
2371         gnus-summary-select-article; this presents the raw text
2372         without running any hooks.
2373
2374         * spam.el (spam-bogofilter-articles): Use message-remove-header
2375         to remove headers; the old way incorrectly removed just the first
2376         line of folded headers.
2377
2378 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2381
2382 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-start.el (gnus-load): New function.
2385         (gnus-read-newsrc-el-file): Use it.
2386
2387 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2388
2389         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2390         (gnus-button-handle-apropos-documentation): New function.
2391         (gnus-button-handle-ctan): New function.
2392         (gnus-button-alist): Use them.  Improve some regexps.
2393         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2394
2395 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2396
2397         * message.el (message-subscribed-p): New function.
2398         (message-send-mail): Use it.
2399         * mml.el (mml-preview-insert-mft): New function.
2400         (mml-preview): Use it.
2401
2402 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2405         when sorting by date.
2406
2407         * gnus-art.el (gnus-article-edit-mode): New variable.
2408         (gnus-article-setup-buffer): Warn user about discarding edits.
2409
2410         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2411         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2412         headers.
2413
2414         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2415
2416 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * message.el (message-completion-alist): Added "Mail-Followup-To"
2419         and "Mail-Copies-To".
2420
2421 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2422
2423         * gnus-group.el: Add key bindings for
2424         gnus-group-sort-groups-by-real-name and
2425         gnus-group-sort-selected-groups-by-real-name.
2426
2427 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2428
2429         * gnus.texi (Sorting Groups): Add key bindings for
2430         gnus-group-sort-groups-by-real-name and
2431         gnus-group-sort-selected-groups-by-real-name.
2432
2433 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2434
2435         * spam.el (spam-use-dig): new variable for blackhole checking
2436         through dig.el
2437         (spam-check-blackholes): added dig.el checking functionality and
2438         more verbose reporting; query-dig is autoloaded from dig.el
2439         (spam-use-blackholes): disabled by default
2440         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2441         blackhole servers list
2442
2443 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * message.el (message-required-headers): New variable.
2446
2447 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         * dig.el (query-dig): new function
2450
2451 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2454         prefixes.
2455
2456         * dns.el (query-dns): Protect against errors.
2457
2458         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2459         (gnus-inews-add-send-actions): Mark all answered messages as
2460         answered.
2461
2462 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2463
2464         * nnmail.el (nnmail-split-it): Added tracing to
2465         `:' split rule
2466
2467 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2468
2469         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2470         and "%s" so we don't overquote them.
2471
2472 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2473
2474         * (mm-display-external): Display the actual command that has been
2475         executed in the echo area.
2476
2477 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2480
2481         * message.el (message-with-reply-buffer): New macro.
2482         (message-fetch-reply-field): Use it.
2483         (message-insert-wide-reply): New command and keystroke.
2484         (message-carefully-insert-headers): New function.
2485         (message-insert-to): Use new function.
2486
2487         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2488         (gnus-topic-goto-missing-group): Use it.
2489
2490         * message.el (message-required-news-headers): Removed Lines.
2491         (message-reply): Don't insert References first.
2492         (message-followup): Ditto.
2493         (message-make-references): New function.
2494         (message-followup): Set message-reply-headers before generating
2495         the buffer stuff.
2496
2497 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2498
2499         * mml.el (mml-generate-mime-1): Reverse the order of
2500         encoding/flowing.
2501
2502 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2505         after moving them.
2506
2507         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2508         fit with newer standard format.
2509         (gnus-summary-make-false-root-always): New variable.
2510         (gnus-gather-threads-by-subject): Use it.
2511
2512         * message.el (message-get-reply-headers): Take an address list
2513         optional argument.
2514
2515 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * gnus.el (gnus-keep-backlog): Change default to 20.
2518
2519         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2520         start.
2521         (gnus-agent-check-overview-buffer): Remove negative article
2522         numbers.
2523
2524         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2525         (nnmail-cache-ignore-groups): Doc fix.
2526
2527         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2528         (nnimap-debug-buffer): New variable.
2529         (nnimap-debug): Use it.
2530
2531 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2532
2533         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2534
2535 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2538         they aren't already sorted.
2539
2540 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2541
2542         * message.el (message-mode-menu): Add ellipses to menu items
2543         expecting user interaction.
2544         (message-mode-field-menu): do.
2545
2546 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2547
2548         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2549         it isn't used any more.
2550
2551 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2552
2553         * binhex.el (binhex-decoder-program): Fix docstring.
2554
2555 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2556
2557         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2558         special chars if the mailcap file uses single quotes around %s.
2559         From Laurent Martelli <laurent@bearteam.org>.
2560
2561 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2562
2563         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2564         return the info object.
2565
2566 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2567
2568         * gnus-int.el (gnus-request-update-info): Artificially add
2569         (1 . (1- min)) to the read range, in case the backend doesn't
2570         store marks for nonexistent articles.
2571
2572 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * binhex.el (binhex-insert-char): Eval-and-compile.
2575
2576 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2577
2578         * lpath.el: Add tool-bar-local-item-from-menu.
2579
2580         * message.el (message-tool-bar-local-item-from-menu): New function.
2581         (message-tool-bar-map): Use it.
2582
2583 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2584
2585         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2586
2587         * gnus-art.el (gnus-article-header-rank): Last header in
2588         gnus-sorted-header-list should have higher rank than non-members.
2589
2590 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2593         covered methods.
2594
2595 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2596
2597         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2598         eval-when-compile.  Suggested by Kevin Greiner.
2599
2600 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2601
2602         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2603         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2604         even though no headers may have been fetched
2605         (gnus-agent-fetch-group-1, and perhaps others, require this
2606         behavior).
2607         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2608         server buffer is constrained by gnus-agent-max-fetch-size.
2609         Multiple chunks in the same group may perform arbitrarily large
2610         updates.
2611
2612 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2613
2614         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2615         gnus-summary-update-download-mark to update the article in the
2616         summary.
2617
2618 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2619
2620         * gnus.el (gnus-summary-high-uncached-face,
2621         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2622         New faces.
2623
2624         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2625         added this on 2002-11-23 but it just wasn't working out as
2626         intended.  The idea isn't entirely dead, three new faces
2627         gnus-summary-*-uncached-face are being added to gnus.el to provide
2628         the basis for an improved implementation.
2629         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2630         proper file to open is lib/servers.
2631         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2632         (i.e. removing the article from gnus-newsgroup-downloadable) will
2633         now restore the article's default mark rather than simply setting
2634         no mark.
2635         (gnus-agent-get-undownloaded-list): Corrected documentation.
2636         Added code to set new summary local variable,
2637         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2638         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2639         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2640         up to date.  Call new gnus-summary-update-download-mark to keep
2641         summary buffer up-to-date.
2642         (gnus-agent-fetch-selected-article): Keep
2643         gnus-newsgroup-undownloaded up to date.
2644         (gnus-agent-fetch-articles): Return list of articles that were
2645         successfully fetched.
2646         (gnus-agent-check-overview-buffer): No more thingatpt.
2647         (gnus-agent-expire): No longer deletes NOV entries of unread
2648         articles.
2649         (gnus-agent-unread-articles): New function.
2650         (gnus-agent-regenerate-group): The article number must be
2651         terminated by a tab character.  Added more messages to report
2652         repairs.  Inhibit quits while writing changes so it is now safe
2653         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2654         downloaded to 1) resolve the unbound references and 2) avoid
2655         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2656
2657         * gnus-art.el (gnus-article-prepare): The agent
2658         downloaded/undownloaded mark is no longer stored as the article's
2659         mark.
2660
2661         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2662         gnus-summary-highlight may use it.  Added downloaded as
2663         gnus-summary-highlight was using it.
2664
2665         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2666         the download mark now follows Kai's +/- convention.
2667         (gnus-downloaded-mark): Added ?+ mark.
2668         (gnus-summary-highlight): Added rules to select
2669         gnus-summary-high-uncached-face,
2670         gnus-summary-normal-uncached-face, and
2671         gnus-summary-low-uncached-face.  Removed the
2672         gnus-agent-downloaded-article-face.
2673         (gnus-summary-line-format-alist): Implemented the download flag
2674         format (?O) as named in the manual.  This implementation displays
2675         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2676         gnus-no-mark.
2677         (gnus-newsgroup-agentized): New local variable that identifies
2678         which groups are agentized.  While the agent is now on by default,
2679         you don't have to agentize every server that you use.
2680         (gnus-update-summary-mark-positions): Completed support for the
2681         download type of mark.
2682         (gnus-summary-insert-line): Added undownloaded to the parameters.
2683         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2684         reference by the gnus-summary-line-format-spec.
2685
2686         * nntp.el (nntp-with-open-group): This macro handles dropped or
2687         broken connections by opening a new connection and repeating the
2688         failed command.
2689         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2690         XOVER commands preceeding the active articles with the nov entry
2691         of the first available article.  When gnus connected to such a
2692         server, the unexpected nov entry would result in duplicate lines
2693         in the agent's overview file.  This patch fixes the duplicate
2694         lines problem and improves performance by skipping over all
2695         articles IDs that preceed the first nov entry in the server's
2696         reply.
2697
2698 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2701         (gnus-summary-highlight): Use it instead of `downloaded'.
2702         (gnus-summary-highlight-line): Ditto.
2703
2704         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2705
2706 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2709
2710         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2711         calls.
2712
2713         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2714         downloaded variable if we're in an uncovered group.
2715
2716         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2717         font to soemthing less noticeable.
2718         (gnus-agent-group-covered-p): New function.
2719
2720 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2721
2722         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2723         Because of an unknown bug, the group buffer is saved in .overview
2724         file.
2725
2726 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2727
2728         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2729         `and' with `or'.
2730
2731 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2732
2733         * nntp.el (nntp-send-command): Assume that echo does not happen
2734         when nntp-open-connection-function is nntp-open-network-stream.
2735         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2736
2737 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2738
2739         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2740
2741 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2742
2743         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2744         nntp-server-buffer if we aren't going to write to it.
2745
2746 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2747         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2748
2749         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2750
2751 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2754         decoded words.
2755
2756 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2757
2758         * gnus.el (fboundp): After loading mm-util, make sure it was the
2759         right one.
2760
2761 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2762
2763         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2764         gnus-sum.  Made into a user option.
2765
2766         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2767         (gnus-summary-mark-article-as-unread)
2768
2769 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2770
2771         * time-date.el (date-to-time): Typo.
2772
2773         * parse-time.el: Typo.
2774
2775         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2776
2777         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2778
2779         * nnimap.el:
2780         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2781
2782         * mm-encode.el (mm-safer-encoding): Typo.
2783
2784         * messcompat.el: Typo.
2785
2786         * message.el (message-face-alist): Typo.
2787
2788         * imap.el (imap-interactive-login, imap-open): Typos.
2789
2790         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2791
2792         * gnus.el: Typo.
2793
2794         * gnus-win.el (gnus-configure-frame): Typo.
2795
2796         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2797
2798         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2799
2800         * gnus-sum.el (gnus-summary-article-number)
2801         (gnus-summary-read-group-1, gnus-summary-mark-article)
2802         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2803
2804         * gnus-mule.el (gnus-mule-add-group): Typo.
2805
2806         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2807
2808         * gnus-group.el (gnus-group-fetch-faq): Typo.
2809
2810         * gnus-art.el (gnus-decode-header-methods): Typo.
2811
2812         * flow-fill.el: Typo.
2813
2814 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2815
2816         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2817
2818 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2819
2820         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2821         (gnus-summary-mark-article-as-unread)
2822         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2823         Reformatting to avoid long lines.
2824         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2825
2826 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2827
2828         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2829         be accessed through `mail-header-number'.
2830
2831 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2832
2833         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2834         compressed range to gnus-summary-insert-articles.
2835
2836 2002-11-26  Kevin Ryde <user42@zip.com.au>
2837
2838         * gnus-art.el (gnus-mime-copy-part): Look for filename
2839         parameter under content-disposition, not content-type.
2840
2841         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2842         (gnus-summary-reselect-current-group): Use it.
2843
2844 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2845
2846         * gnus-agent.el (gnus-agent-uncached-articles): if
2847         gnus-agent-load-alist fails, return ARTICLES.
2848
2849         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2850
2851 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2852
2853         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2854         superfluous function call.
2855         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2856         Add warning to docstring.
2857
2858 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-agent.el: Autoload number-at-point instead.
2861         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2862
2863 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2864
2865         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2866         require thingatpt (for number-at-point) and protect against
2867         deactivate-mark being unbound (on XEmacs).
2868
2869 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2870
2871         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2872         print message on entry.
2873
2874         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2875
2876         * gnus-range.el (gnus-range-difference): New function.
2877         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2878
2879 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2880
2881         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2882         gnus-remove-from-range instead of gnus-range-difference which
2883         doesn't exist.
2884
2885 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2886         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2887
2888         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2889         used for showing which articles have been downloaded.
2890         (gnus-agent-article-alist): Format change.  Add documentation.
2891         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2892         process-marked articles.
2893         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2894         in the series are individually fetched to minimize lose of
2895         content due to an error/quit.
2896         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2897         gnus-message instead of message.
2898         (gnus-agent-read-servers): Use file lib/methods instead of
2899         lib/servers.  TODO: Why?
2900         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2901         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2902         come from the agent.  This means that they are not downloaded.
2903         (gnus-agent-fetch-selected-article): Don't use history.
2904         (gnus-agent-save-history, gnus-agent-enter-history)
2905         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2906         Removed function; history is not used anymore.
2907         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2908         (gnus-agent-crosspost): Started rewrite then realized that a typo
2909         in gnus-agent-fetch-articles ensures that this function is never
2910         called.  This will need to be fixed later.
2911         (gnus-agent-check-overview-buffer): Some sanity checks on the
2912         agent overview buffer.  This is a safety net used during
2913         development.
2914         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2915         changed, write a number to the file indicating this.
2916         (gnus-agent-fetch-headers): Rewrite to respect
2917         gnus-agent-consider-all-articles without relying on the
2918         `.fetched' files.  Make it fast.
2919         (gnus-agent-braid-nov): Change resulting from
2920         gnus-agent-fetch-headers change.
2921         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2922         `.fetched' files.
2923         (gnus-agent-read-agentview): New function, used by
2924         gnus-agent-load-alist.
2925         (gnus-agent-load-fetched-headers): Remove.
2926         (gnus-agent-save-alist): Rewrite to accomodate new format.
2927         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2928         same order as in gnus-newsgroup-headers.
2929         (gnus-agent-expire): Document and implement extra args ARTICLES,
2930         GROUP, FORCE.  Do not restrict usage.
2931         (gnus-agent-uncached-articles): New function.
2932         (gnus-agent-retrieve-headers): Use it.
2933         (gnus-agent-regenerate-group): No longer needs to be called from
2934         gnus-agent-regenerate.  Individual groups may be regenerated. The
2935         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2936         The article fetch dates are validated in the article alist.  The
2937         article alist is pruned of entries that do not reference existing
2938         NOV entries.  All changes are computed then applied with
2939         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2940         regeneration.  The optional clean parameter has been replaced with
2941         an optional reread parameter.  Clean is no longer necessary as
2942         regeneration gets the appropriate setting from
2943         gnus-agent-consider-all-articles.  The new reread parameter will
2944         result in fetched, or all, articles being marked as unread.
2945         (gnus-agent-regenerate): Removed code to regenerate the history
2946         file as it is no longer used.
2947
2948         * gnus-start.el (gnus-make-ascending-articles-unread): New
2949         function, for efficient mass-marking.
2950
2951         * gnus-sum.el (gnus-summary-highlight): Use new face for
2952         downloaded articles.
2953         (gnus-article-mark): Prefer to indicate read/unread status over
2954         downloaded status.
2955         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2956         line.
2957         (gnus-summary-highlight-line): Use new face for downloaded
2958         articles.
2959         (gnus-summary-insert-old-articles): Improved performance by
2960         replacing the initial LIST of older articles with a compressed
2961         RANGE of older articles.  Some servers appear to lie about
2962         their active range so the original list could contain millions
2963         of article numbers.  The range is not expanded into a list
2964         until the optional ALL parameter has been applied.
2965
2966 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2967
2968         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2969
2970 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2971
2972         * spam.el:
2973         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2974
2975         * spam.el: added `M s t' and `M s x' key mappings
2976
2977 2002-11-20  Simon Josefsson  <jas@extundo.com>
2978
2979         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2980
2981 2002-11-19  Simon Josefsson  <jas@extundo.com>
2982
2983         * gnus-sum.el (gnus-summary-morse-message): Load
2984         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2985         (unmorse-region): Autoload it instead.
2986
2987 2002-11-18  Simon Josefsson  <jas@extundo.com>
2988
2989         * gnus-sum.el (gnus-summary-morse-message): New function.
2990         (gnus-summary-wash-map): Bind to `W m'.
2991         (gnus-summary-make-menu-bar): Add.
2992
2993         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2994         before storing \Deleted mark on expired articles.
2995
2996 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2997         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2998
2999         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3000         parens in column 0.
3001
3002 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3003
3004         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3005
3006         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3007
3008         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3009
3010 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3011
3012         * message.el (message-set-auto-save-file-name): Use
3013         make-directory, to avoid the dependence on gnus-util.
3014
3015 2002-11-16  Simon Josefsson  <jas@extundo.com>
3016
3017         * nnimap.el (nnimap-callback-callback-function):
3018         (nnimap-callback-buffer): Removed, these cannot be global but must
3019         be embedded into the callback.
3020         (nnimap-make-callback): New.  Embedd article number, callback and
3021         buffer in function.
3022         (nnimap-callback, nnimap-request-article-part): Update.
3023
3024 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3027
3028 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3029
3030         * gnus.el (gnus-summary-line-format): Document %C.
3031
3032 2002-11-11  Simon Josefsson  <jas@extundo.com>
3033
3034         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3035         output when called interactively.
3036
3037 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3040
3041         * message.el (message-draft-coding-system): Improve comment; use
3042         mm-auto-save-coding-system for the default value.
3043
3044         * nndraft.el (nndraft-request-article): Revert to the state before
3045         2002-10-29; regexp-quote mail-header-separator.
3046
3047 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3048
3049         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3050         allow editing of drafts from an nnvirtual group.
3051
3052 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3055         mm-auto-save-coding-system.
3056
3057         * message.el (message-draft-coding-system): Default to
3058         iso-2022-7bit.
3059
3060         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3061         restore the default value to emacs-mule or escape-quoted.
3062
3063 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3066         a delayed or a queued article as well as a draft.
3067
3068         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3069         delayed or a queued article in the raw format; treat a delayed
3070         article as a raw article as well as a draft.
3071         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3072         for the delayed group.
3073
3074         * nndraft.el (nndraft-request-article): Ignore auto save files for
3075         a delayed or a queued article; don't bother to decode a queued
3076         article; don't bind nnmail-file-coding-system for a queued article.
3077
3078         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3079         and the queue group.
3080
3081 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3082
3083         * gnus-group.el (gnus-group-delete-group):
3084         gnus-cache-active-hashtb might be void.
3085
3086 2002-11-02  Simon Josefsson  <jas@extundo.com>
3087
3088         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3089         setting of the default user ID.  From Raymond Scholz
3090         <ray-2002@zonix.de>.
3091
3092 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3093
3094         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3095         charset.
3096
3097 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3098         From Alex Schroeder <alex@emacswiki.org>
3099         * spam-stat.el (spam-stat-process-directory): add dir to message
3100         (spam-stat-reduce-size): No longer remove words
3101         with values close to 0.5, because the default value is 0.2.
3102
3103 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3104
3105         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3106         documentation.
3107
3108 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3109
3110         * gnus-agent.el (gnus-agent-fetched-headers)
3111         (gnus-agent-load-fetched-headers)
3112         (gnus-agent-save-fetched-headers): Remove variable and two
3113         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3114         works better.
3115         (gnus-agent-fetch-headers): New implementation from Kevin
3116         Greiner.  Uses gnus-agent-article-alist to store information
3117         about fetched messages which aren't on the server anymore.  The
3118         trick is to return a list of considered messages to the caller,
3119         but to only fetch those which haven't been fetched yet.
3120
3121 2002-10-30  Simon Josefsson  <jas@extundo.com>
3122
3123         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3124
3125         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3126
3127 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3128
3129         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3130         versions of emacs-w3m than 1.3.3.
3131
3132         * lpath.el: Bind w3m-minor-mode-map.
3133
3134         * mm-view.el (mm-w3m-mode-command-alist)
3135         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3136         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3137         (mm-setup-w3m): Simplified.
3138         (mm-w3m-local-map-property): New function.
3139         (mm-inline-text-html-render-with-w3m): Use it.
3140
3141         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3142         mm-w3m-local-map-property.
3143
3144 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * mm-util.el (mm-auto-save-coding-system): Default to
3147         iso-2022-7bit.
3148
3149         * nndraft.el (nndraft-request-article): Decode an article using
3150         the coding-system emacs-mule if it seems to have been saved using
3151         emacs-mule.
3152         (nndraft-request-replace-article): Use message-draft-coding-system
3153         instead of mm-auto-save-coding-system for the draft or delayed
3154         group.
3155
3156 2002-10-28  Josh  <huber@alum.wpi.edu>
3157
3158         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3159         functions.
3160
3161 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3162         From mah@everybody.org (Mark A. Hershberger).
3163
3164         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3165         type values ("url" size) regardless of the values of
3166         mm-url-use-external.
3167
3168 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3169
3170         * nnimap.el (nnimap-request-article-part): Try harder to show
3171         group name in debugging message.
3172
3173 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3174
3175         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3176         directory if it doesn't exist.
3177         (gnus-agent-fetch-headers): Remove old cruft that tried to
3178         abstain from downloading articles more than once if
3179         gnus-agent-consider-all-articles was true.  This is now done
3180         properly via the .fetched files.
3181
3182 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * nndraft.el (nndraft-request-article): Treat delayed articles
3185         like drafts.
3186
3187 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3190
3191 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3192
3193         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3194         Remove unused optional arg DIR and corresponding code.
3195
3196         * nnimap.el (nnimap-request-article-part): Include group name in
3197         debugging output.
3198
3199 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3200
3201         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3202
3203 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3204
3205         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3206         contains range of headers that have been fetched by the agent
3207         already.  Compare gnus-agent-article-alist.
3208         (gnus-agent-file-header-cache): Like
3209         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3210         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3211         seen/recent logic.
3212         Remember which headers have been fetched before and don't fetch
3213         them again the next time round.
3214         (gnus-agent-load-fetched-headers)
3215         (gnus-agent-save-fetched-headers): New functions, for remembering
3216         which headers have been fetched before.
3217
3218 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * lpath.el: Remove useless bindings.
3221
3222 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3223
3224         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3225         features while searching.
3226
3227 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3228
3229         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3230
3231 2002-10-22  Simon Josefsson  <jas@extundo.com>
3232
3233         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3234         (pgg-snarf-keys): Add.
3235
3236 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * lpath.el: Fbind bbdb-records.
3239
3240         * spam.el: Don't autoload bbdb-records.
3241
3242 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3245         prevent inf-loop.
3246
3247 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * nnslashdot.el: Removed some test lines.
3250         More test.
3251
3252 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3253
3254         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3255         are known to be downloaded already.
3256
3257 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3260         (mm-text-html-washer-alist): Ditto.
3261
3262 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3263
3264         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3265         boundary between headers and body.
3266         * nnml.el (nnml-parse-head): Ditto.
3267
3268 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3271         entries.
3272
3273         * gnus-group.el (gnus-fetch-group): Allow an optional
3274         specification of the articles to select.
3275
3276         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3277
3278 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3279
3280         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3281         headers from the group, update variable `articles' to contain
3282         only those numbers where headers exist.  (When fetching all
3283         articles in a group, Gnus creates lots of numbers where there is
3284         no articles.)
3285
3286 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3287
3288         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3289         doesn't have the 'alist custom type, use cons cells instead.
3290         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3291         (pgg-parse-hash-algorithm-alist): Ditto.
3292         (pgg-parse-compression-algorithm-alist): Ditto.
3293         (pgg-parse-signature-type-alist): Ditto.
3294
3295         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3296
3297         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3298
3299         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3300
3301 2002-10-19  Simon Josefsson  <jas@extundo.com>
3302
3303         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3304         buffer.
3305
3306 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3307
3308         * gnus-spec.el (gnus-make-format-preserve-properties)
3309         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3310         properties also on XEmacs.  `gnus-xmas-format' is like format but
3311         preserves text properties on XEmacs (though it only understands
3312         simple format specs).  The variable
3313         `gnus-make-format-preserve-properties' controls whether the
3314         function is used, and is checked in `gnus-parse-simple-format'.
3315         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3316
3317         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3318         output.
3319         (gnus-agent-consider-all-articles): New variable.
3320         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3321         (gnus-agent-fetch-headers): Depending on
3322         gnus-agent-consider-all-articles, maybe get all articles.
3323         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3324         `read'.
3325         (gnus-predicate-imples-unread): New function.
3326         (gnus-agent-fetch-headers): Optimize to call
3327         gnus-list-of-unread-articles if that is sufficient.
3328         Check unseen and recent instead of seen and recent.
3329         (gnus-agent-fetch-headers): Abstain from calling
3330         gnus-list-range-intersection if range (a . b) would have (> a b).
3331
3332 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * message.el (message-send-mail): Make it possible to perform
3335         edebug-defun.
3336
3337 2002-10-18  Simon Josefsson  <jas@extundo.com>
3338
3339         * gnus-art.el (gnus-button-man-handler): Change default to
3340         `manual-entry' (defined in both emacsen).
3341         (gnus-button-man-handler): Remove emacsen difference and use
3342         `manual-entry'.
3343
3344 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * spam.el: Wrap autoload settings for bbdb-records,
3347         executable-find and ifile-spam-filter with eval-and-compile.
3348         (spam-display-buffer-contents): Remove.
3349         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3350
3351 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3352
3353         * spam.el (spam-display-buffer-contents): New function.
3354         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3355         from Katsumi Yamaoka <yamaoka@jpl.org>.
3356
3357 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3358
3359         * nnheader.el (nnheader-parse-naked-head): New function.
3360         (nnheader-parse-head): Use the above function, in order to handle
3361         continuation lines properly.
3362         (nnheader-remove-body): New function.
3363         (nnheader-remove-cr-followed-by-lf): New function.
3364         (nnheader-ms-strip-cr): Use the above function.
3365
3366         * gnus-agent.el (gnus-agent-regenerate-group): Call
3367         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3368         `nnheader-parse-head'.
3369         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3370
3371         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3372         continuation lines by itself; call `nnheader-parse-naked-head'
3373         instead of `nnheader-parse-head'.
3374         * nndiary.el (nndiary-parse-head): Ditto.
3375         * nnfolder.el (nnfolder-parse-head): Ditto.
3376         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3377         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3378         * nnml.el (nnml-parse-head): Ditto.
3379
3380 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3381
3382         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3383         XEmacs, default to it if featurep 'xemacs.
3384
3385 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * spam-stat.el: Check for the existence of hash functions instead
3388         of the Emacs version to decide whether to load cl.  Suggested by
3389         Kai Gro\e,A_\e(Bjohann.
3390
3391 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3392
3393         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3394         if it isn't open yet.
3395
3396 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-group.el: Require mm-url only when compiling.
3399         (gnus-group-fetch-charter): Require mm-url.
3400
3401         * spam-stat.el: Require cl for the functions gethash,
3402         hash-table-count, make-hash-table and mapc for Emacs 20.
3403         (puthash): Alias to cl-puthash for Emacs 20.
3404         (with-syntax-table): New macro for Emacs 20.
3405
3406 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3407
3408         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3409
3410 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3411
3412         * spam.el (spam-check-ifile): added ifile as a spam checking
3413         backend, and spam-use-ifle as the variable to toggle that check.
3414
3415 2002-10-12  Simon Josefsson  <jas@extundo.com>
3416
3417         * message.el (message-beginning-of-line): New variable.
3418         (message-beginning-of-line): Use it.
3419
3420 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3421
3422         * spam.el: more compilation fixes for BBDB
3423
3424         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3425         (spam-stat-reduce-size): Interactive.
3426         (spam-stat-reset): New function.
3427         (spam-stat-save): Interactive.
3428
3429 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus.el: Autoload gnus-delay-initialize.
3432
3433         * message.el: Autoload gnus-delay-article.
3434
3435 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3436
3437         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3438         text property in Emacs.
3439
3440 2002-10-11  Simon Josefsson  <jas@extundo.com>
3441
3442         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3443         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3444
3445         * mml1991.el (mml1991-pgg-sign): Remove CR.
3446
3447 2002-10-10  Simon Josefsson  <jas@extundo.com>
3448
3449         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3450         decrypt failed.
3451         (mml2015-trust-boundaries-alist): Removed.
3452         (mml2015-gpg-extract-signature-details): Don't use it.
3453         (mml2015-unabbrev-trust-alist): New.
3454         (mml2015-gpg-extract-signature-details): Use it.
3455
3456 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3457
3458         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3459         BBDB installed
3460
3461         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3462         statistical analysis of spam in Lisp only
3463
3464 2002-10-10  Simon Josefsson  <jas@extundo.com>
3465
3466         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3467         auth, selected or examine state.
3468
3469         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3470         buffer and error buffer depending on type of information.
3471
3472         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3473         --status-fd stuff even if gpg.el is not used (revert earlier
3474         change).
3475         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3476         gnus details.
3477         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3478         buffer.
3479
3480         * pgg.el (pgg-verify-region): Use it.
3481
3482         * pgg-def.el (pgg-query-keyserver): New variable.
3483
3484         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3485         key-identifier in packet.  Is this a good idea?
3486
3487         * mml.el (mml-mode-map): Add security commands that operates on
3488         MIME parts.
3489         (mml-menu): And menu items for them.
3490
3491         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3492
3493         * mml.el (mml-parse-1): Support sender in #secure tags.
3494
3495         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3496         defined.
3497
3498         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3499         (mml-pgp-encrypt-buffer): Support combined signing.
3500
3501         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3502         (mml1991-gpg-encrypt): Ditto.
3503         (mml1991-pgg-encrypt): Ditto.
3504         (mml1991-encrypt): Pass sign parameter.
3505
3506         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3507         (mml-signencrypt-style): Mention the variable.
3508
3509 2002-10-09  Simon Josefsson  <jas@extundo.com>
3510
3511         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3512         pgg-gpg-user-id.
3513
3514         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3515         (pgg-fetch-key-function): Nil if w3 is not installed.
3516
3517 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3518
3519         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3520         gnus-agent-current-history.
3521
3522 2002-10-06  Simon Josefsson  <jas@extundo.com>
3523
3524         * imap.el (imap-parse-status): Don't use read to read token.
3525
3526 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3527
3528         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3529         for methods not covered by the agent, and when unplugged.
3530
3531 2002-10-05  Simon Josefsson  <jas@extundo.com>
3532
3533         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3534         signing.
3535
3536         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3537         a named server fails, ignore the server.
3538
3539         * mml1991.el (mml1991-pgg-sign): Do QP.
3540
3541         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3542         work.
3543
3544 2002-10-04  Simon Josefsson  <jas@extundo.com>
3545
3546         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3547
3548         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3549         binary-write-decoded-region from MEL.
3550
3551         * pgg.el (pgg-encrypt-region): Support sign.
3552
3553         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3554
3555         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3556
3557         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3558         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3559         branch where PGG was taken from in the ChangeLog entries below.
3560
3561 2002-10-01  Simon Josefsson  <jas@extundo.com>
3562
3563         * pgg-pgp.el: Don't require mel.  Don't use luna.
3564         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3565         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3566         (pgg-pgp-process-region): Don't use binary-funcall.
3567
3568         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3569
3570         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3571         instead of concat.
3572
3573         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3574
3575 2002-09-29  Simon Josefsson  <jas@extundo.com>
3576
3577         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3578         compile warnings.
3579
3580         * pgg.el (pgg-decrypt-region): Don't parse packet.
3581
3582         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3583
3584 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3585
3586         * pgg.el: Remove dependency on calist.el.
3587
3588 2002-09-28  Simon Josefsson  <jas@extundo.com>
3589
3590         * pgg.el (pgg-temporary-file-directory): New variable.
3591         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3592
3593         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3594         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3595
3596         * pgg-parse.el (pgg-char-int): Defalias.
3597         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3598         (pgg-read-bytes, pgg-read-body): Use it.
3599         (pgg-decode-packets): Don't use MEL, use base64-*.
3600         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3601         (pgg-string-as-unibyte): Defalias.
3602         (pgg-parse-armor-region): Use it.
3603
3604         * pgg-gpg.el (pgg-gpg-process-region): Use
3605         pgg-temporary-file-directory.
3606
3607         * luna.el: Don't def-edebug.
3608
3609         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3610         binary-write-decoded-region from MEL.
3611
3612         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3613
3614         * alist.el, calist.el: Don't require product/APEL.
3615
3616         * pgg-parse.el (top-level): Remove dependency on static.el,
3617         pccl.el, mel.el.
3618         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3619         `define-ccl-program' is boundp, instead of using broken.
3620
3621 2002-10-01  Simon Josefsson  <jas@extundo.com>
3622
3623         * message.el (message-required-mail-headers): Remove Lines:.
3624
3625 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3626         From Jesper Harder.
3627
3628         * gnus-group.el (gnus-group-fetch-charter,
3629         gnus-group-fetch-control): Prompt for group if given a prefix
3630         argument.
3631         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3632         gnus-group-fetch-control to summary key map and menu.
3633
3634
3635 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3636
3637         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3638         number when there are no articles.
3639
3640 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3641
3642         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3643         arg ALL means to fetch all articles, not only downloadable ones.
3644         (gnus-agent-fetch-selected-article): New function for
3645         gnus-select-article-hook or gnus-mark-article-hook.
3646
3647 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3648         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3649
3650         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3651         raw-text.
3652
3653 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3654
3655         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3656         Pinard).
3657         Major revamp of the code, documentation is in comments in the file
3658         for now.
3659
3660 2002-09-30  Simon Josefsson  <jas@extundo.com>
3661
3662         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3663         buffer seem to be needed?
3664
3665 2002-09-29  Simon Josefsson  <jas@extundo.com>
3666
3667         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3668         compile warnings.
3669
3670         * mml1991.el (mml1991-function-alist): Add pgg.
3671         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3672         (mml1991-pgg-encrypt): Fix recipients querying.
3673
3674 2002-09-28  Simon Josefsson  <jas@extundo.com>
3675
3676         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3677         from dme@dme.org.
3678         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3679         handle is returned.
3680
3681 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3684         Protect against non-existent of `nnimap-mailbox-info'.
3685
3686 2002-09-27  Simon Josefsson  <jas@extundo.com>
3687
3688         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3689         (gnus-setup-news-hook): Use it.
3690         (gnus-after-getting-new-news-hook): Ditto.
3691
3692         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3693
3694 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3695         From Mats Lidell <matsl@contactor.se>.
3696
3697         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3698
3699 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3700
3701         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3702         the part to decode encoded words, use raw words instead of decoded
3703         words.
3704
3705 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3706
3707         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3708
3709         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3710         (mm-setup-w3m): Use it.
3711
3712 2002-09-27  Simon Josefsson  <jas@extundo.com>
3713
3714         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3715         article buffers.
3716
3717         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3718         it just in case.
3719         (nnimap-update-unseen): New function; update unseen count in
3720         `n-m-info'.
3721         (nnimap-close-group): Call it.
3722
3723         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3724         (gnus-after-getting-new-news-hook): Ditto.
3725
3726         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3727         message into verboselevel 9.  Change slow mail check message.
3728         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3729         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3730         used as a hook after getting new mail.
3731
3732 2002-09-26  Simon Josefsson  <jas@extundo.com>
3733
3734         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3735         SELECT/EXAMINE is first unseen article, not number of unseen
3736         articles.  Make them distinct by renaming the former to
3737         `first-unseen' instead of `unseen'.
3738
3739         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3740         too.
3741         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3742         changed.
3743         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3744
3745         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3746
3747         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3748         better.
3749
3750         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3751         if dissecting resulting buffer actually had any information.
3752
3753 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3756         because the function `string<' allows symbols.
3757
3758         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3759
3760 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3761
3762         * message.el (message-forward-make-body): Revert an early change
3763         because 8-bit utf-8 emails.
3764
3765 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3766
3767         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3768         links to Info)
3769         * gnus-art.el (gnus-treat-highlight-signature):
3770         * gnus-art.el (gnus-treat-buttonize):
3771         * gnus-art.el (gnus-treat-buttonize-head):
3772         * gnus-art.el (gnus-treat-emphasize):
3773         * gnus-art.el (gnus-treat-strip-cr):
3774         * gnus-art.el (gnus-treat-unsplit-urls):
3775         * gnus-art.el (gnus-treat-leading-whitespace):
3776         * gnus-art.el (gnus-treat-hide-headers):
3777         * gnus-art.el (gnus-treat-hide-boring-headers):
3778         * gnus-art.el (gnus-treat-hide-signature):
3779         * gnus-art.el (gnus-treat-fill-article):
3780         * gnus-art.el (gnus-treat-hide-citation):
3781         * gnus-art.el (gnus-treat-hide-citation-maybe):
3782         * gnus-art.el (gnus-treat-strip-list-identifiers):
3783         * gnus-art.el (gnus-treat-strip-pgp):
3784         * gnus-art.el (gnus-treat-strip-pem):
3785         * gnus-art.el (gnus-treat-strip-banner):
3786         * gnus-art.el (gnus-treat-highlight-headers):
3787         * gnus-art.el (gnus-treat-highlight-citation):
3788         * gnus-art.el (gnus-treat-date-ut):
3789         * gnus-art.el (gnus-treat-date-local):
3790         * gnus-art.el (gnus-treat-date-english):
3791         * gnus-art.el (gnus-treat-date-lapsed):
3792         * gnus-art.el (gnus-treat-date-original):
3793         * gnus-art.el (gnus-treat-date-iso8601):
3794         * gnus-art.el (gnus-treat-date-user-defined):
3795         * gnus-art.el (gnus-treat-strip-headers-in-body):
3796         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3797         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3798         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3799         * gnus-art.el (gnus-treat-unfold-headers):
3800         * gnus-art.el (gnus-treat-fold-headers):
3801         * gnus-art.el (gnus-treat-fold-newsgroups):
3802         * gnus-art.el (gnus-treat-overstrike):
3803         * gnus-art.el (gnus-treat-display-xface):
3804         * gnus-art.el (gnus-treat-display-smileys):
3805         * gnus-art.el (gnus-treat-from-picon):
3806         * gnus-art.el (gnus-treat-mail-picon):
3807         * gnus-art.el (gnus-treat-newsgroups-picon):
3808         * gnus-art.el (gnus-treat-body-boundary):
3809         * gnus-art.el (gnus-treat-capitalize-sentences):
3810         * gnus-art.el (gnus-treat-fill-long-lines):
3811         * gnus-art.el (gnus-treat-play-sounds):
3812         * gnus-art.el (gnus-treat-translate):
3813         * gnus-art.el (gnus-treat-x-pgp-sig):
3814         * gnus-art.el (gnus-mime-button-line-format):
3815         * gnus-art.el (gnus-button-man-level):
3816         * gnus-art.el (gnus-button-emacs-level):
3817         * gnus-cus.el (gnus-group-parameters):
3818         * gnus-gl.el (bbb-build-mid-scores-alist):
3819         * gnus-group.el (gnus-group-line-format):
3820         * gnus-mlspl.el (gnus-group-split-setup):
3821         * gnus-mlspl.el (gnus-group-split):
3822         * gnus-msg.el (gnus-mailing-list-groups):
3823         * gnus-msg.el (gnus-posting-styles):
3824         * gnus-nocem.el (gnus-nocem-issuers):
3825         * gnus-score.el (gnus-score-regexp-bad-p):
3826         * gnus-srvr.el (gnus-server-line-format):
3827         * gnus-topic.el (gnus-topic-line-format):
3828         * gnus.el (gnus-summary-line-format):
3829         * mail-source.el (mail-sources):
3830         * message.el (message-subscribed-address-file):
3831         * nnmail.el (nnmail-split-fancy):
3832
3833 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3834
3835         * mail-source.el(mail-source-run-script): use `functionp' to test
3836         whether the argument `script' is in fact a function.
3837         (mail-sources): adjust the defcustom to allow users to specify a
3838         function or a string as the value of the `:prescript' and
3839         `:postscript' arguments of the `file' and `pop3' mail sources.
3840
3841 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3842
3843         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3844         number when article 1 does not exist.
3845
3846 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3847
3848         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3849         apropos if apropos-variable does not exist.
3850         (gnus-button-guessed-mid-regexp)
3851         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3852         regexes.  From Reiner Steib.
3853         (gnus-button-handle-describe-function)
3854         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3855         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3856         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3857
3858 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3859         Trivial patch.
3860
3861         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3862         the file.
3863
3864 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3865
3866         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3867
3868 2002-09-24  Simon Josefsson  <jas@extundo.com>
3869
3870         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3871         (mml2015-use): Prefer PGG if installed.
3872         (mml2015-function-alist): Add PGG wrappers.
3873         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3874         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3875         prefix, make regexp optionally skip it.
3876         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3877         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3878         (mml2015-pgg-encrypt): New functions.
3879         (defvar, autoload): Prevent byte-compile warnings.
3880
3881 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3882         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3883
3884         * gnus-art.el (article-strip-banner): Check for the existence of
3885         from header.
3886
3887 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3888
3889         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3890         (gnus-button-alist): Improved regexp for
3891         gnus-button-handle-mid-or-mail (false positives), fixed
3892         gnus-button-handle-man entries.
3893         From Reiner Steib.
3894
3895 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3896         From Josh Huber.
3897
3898         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3899         nnmail-extra-headers is non-nil.
3900
3901 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3902
3903         * nnmaildir.el: Store article numbers persistently.  General
3904         revision.
3905         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3906         for nnmail-expiry-wait; delete instead of moving if 'force is
3907         given.
3908
3909 2002-09-23  Simon Josefsson  <jas@extundo.com>
3910         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3911
3912         * smime.el (smime-sign-buffer): Get key and extra certs.
3913         (smime-get-key-with-certs-by-email): Utility function.
3914
3915 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3916         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3917
3918         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3919         article exists.
3920
3921 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3922
3923         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3924
3925 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3926         From Reiner Steib.
3927
3928         * gnus-art.el (gnus-button-handle-custom,
3929         gnus-button-handle-mid-or-mail,
3930         gnus-button-handle-describe-{function,variable,key},
3931         gnus-button-handle-apropos{,command,variable}): New functions.
3932         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3933         gnus-button-{man,emacs,mail}-level): New variables.
3934         (gnus-button-alist): Use the above to buttonize emacs and mail
3935         related links.
3936
3937 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3938
3939         * gnus-int.el (gnus-status-message): Fix spacing.
3940
3941         * imap.el (imap-continuation): Fix typos.
3942
3943 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3944
3945         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3946
3947         * gnus-art.el (gnus-article-reply-with-original): Correct
3948         with-current-buffer scope.
3949
3950         * message.el (message-completion-alist): Add Reply-To, From, etc.
3951
3952 2002-09-18  Simon Josefsson  <jas@extundo.com>
3953
3954         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3955         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3956
3957 2002-09-17  Simon Josefsson  <jas@extundo.com>
3958
3959         * nnimap.el (nnimap-expiry-target): Don't search for which
3960         articles exists here.
3961         (nnimap-request-expire-articles): Do it here instead.  Only expire
3962         when articles are found.  Suggested by Nevin Kapur
3963         <nevin@jhu.edu>.
3964
3965 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3966         From Reiner Steib <reiner.steib@gmx.de>.
3967
3968         * message.el (message-strip-subject-trailing-was)
3969         (message-change-subject, message-add-archive-header)
3970         (message-xpost-fup2-header, message-xpost-insert-note)
3971         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3972         adopted from message-utils.el.  Add functions to the keymap, mode
3973         describtion and menu.
3974         (message-change-subject,message-xpost-fup2): Signal error if
3975         current header is empty.
3976         (message-xpost-insert-note): Changed insert position.
3977         (message-archive-note): Ensure to insert note in message body (not
3978         in head).
3979         (message-archive-header, message-archive-note)
3980         (message-xpost-default, message-xpost-note, message-fup2-note)
3981         (message-xpost-note-function): New variables adopted from
3982         message-utils.el.  Changed some doc-strings.
3983         (message-mark-insert-{begin,end}): Rename from
3984         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3985         values.
3986         (message-subject-trailing-was-query)
3987         (message-subject-trailing-was-ask-regexp)
3988         (message-subject-trailing-was-regexp): New variables.
3989         (message-to-list-only): Added doc-string and menu entry.
3990
3991         * message-utils.el: Removed.  Functions are now in message.el.
3992
3993 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3994
3995         * gnus-art.el (gnus-article-reply-with-original,
3996         gnus-article-followup-with-original): Switch to
3997         gnus-summary-buffer before reply/followup.
3998
3999 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4000
4001         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4002         not exist. Toggle it anyway.
4003
4004 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4005
4006         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4007
4008         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4009         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4010
4011         * rfc2047.el (message-posting-charset): Defvar it.
4012         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4013         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4014
4015         * mail-source.el (mail-source-fetch): Hide password.
4016
4017         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4018
4019 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4020         From John Paul Wallington <jpw@shootybangbang.com>.
4021
4022         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4023
4024 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4027
4028 2002-09-11  Simon Josefsson  <jas@extundo.com>
4029
4030         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4031         (nnimap-split-rule): Doc fix.
4032         (nnimap-request-expire-articles): Cleanup code.
4033
4034 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4035         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4036
4037         * gnus-art.el (gnus-article-address-banner-alist): New option.
4038         (article-strip-banner): Refer the above option to split banners of
4039         free mail servers, when no group parameter is specified.
4040
4041 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * nntp.el (nntp-wait-for-string): Check for a process in the
4044         current buffer instead of `nntp-server-buffer'.
4045
4046 2002-09-09  Simon Josefsson  <jas@extundo.com>
4047
4048         * gnus-art.el (gnus-button-man-handler): New variable.
4049         (gnus-button-alist): Use g-b-handle-man.
4050         (gnus-button-handle-man): New, call g-b-man-handler.
4051
4052 2002-09-08  Simon Josefsson  <jas@extundo.com>
4053
4054         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4055
4056 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4059
4060 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4063
4064         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4065         keystroke.
4066
4067         * gnus-srvr.el (gnus-browse-describe-group): New command and
4068         keystroke.
4069
4070 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4073         value for gnus-decoration property.
4074
4075 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4076
4077         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4078         string) as group name in case we have a CRLF in the file.
4079
4080 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4081
4082         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4083         group.
4084         (rfc1843-decode-hzp): do.
4085         (rfc1843-newsgroups-regexp): do.
4086
4087 2002-09-04  Simon Josefsson  <jas@extundo.com>
4088
4089         * message.el (message-canlock-generate): Make sure sha1 doesn't
4090         call external programs.
4091
4092 2002-09-03  Simon Josefsson  <jas@extundo.com>
4093
4094         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4095
4096         * gnus-agent.el (gnus-agent-batch): Add doc.
4097
4098 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4099
4100         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4101         check for signed and encrypted parts.
4102         * mml.el (mml-parse-1): Correct small typo which preventing
4103         setting recipients in a secure tag.
4104
4105 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * mm-util.el (mm-coding-system-priorities): Default to a list of
4108         iso-2022-jp and others for the Japanese environment.
4109
4110 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4113         invalid display names.
4114
4115 2002-08-30  Simon Josefsson  <jas@extundo.com>
4116
4117         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4118         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4119
4120 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4121
4122         * gnus.el (gnus-group-charter-alist): New option.
4123         (gnus-group-fetch-control-use-browse-url): New option.
4124
4125         * gnus-group.el (gnus-group-fetch-charter): New function.
4126         (gnus-group-fetch-control): New function.
4127         Add them to the keymap and menu. Require mm-url.
4128
4129 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4132         From Alex Schroeder <alex@emacswiki.org>.
4133
4134 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4135
4136         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4137         items expecting user interaction.
4138
4139         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4140
4141         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4142
4143         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4144
4145         * mml.el (mml-menu): do.
4146
4147 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * mail-source.el (mail-source-touch-pop): New function.
4150
4151         * message.el (message-smtpmail-send-it): New function.
4152         (message-send-mail-function): Add it for a candidate.
4153
4154 2002-08-27  Simon Josefsson  <jas@extundo.com>
4155
4156         * gnus-msg.el (posting-charset-alist): Use
4157         gnus-define-group-parameter instead of defcustom.
4158         (gnus-put-message): Handle SPC in GCC.
4159         (gnus-inews-insert-gcc): Ditto.
4160         (gnus-inews-insert-archive-gcc): Ditto.
4161
4162 2002-08-26  Simon Josefsson  <jas@extundo.com>
4163
4164         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4165         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4166         (gnus-agent-possibly-save-gcc): Autoload.
4167         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4168
4169 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus.el (gnus-other-frame-function): New user option.
4172         (gnus-other-frame): Use it; add a doc-string; make it work with
4173         the gnuclient program.
4174
4175         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4176
4177         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4178         `device-connection' and `dfw-device'.
4179
4180 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4181
4182         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4183         positives, make it stricter.  From Jochen Hein (trivial change).
4184
4185 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus.el (gnus-other-frame): Trivial fix.
4188
4189 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus.el (gnus-other-frame-parameters): New user option.
4192         (gnus-other-frame-object): New variable.
4193         (gnus-other-frame): Make it search for existing Gnus frame; don't
4194         read new news; delete frame on exit.
4195
4196         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4197
4198         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4199
4200 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4201         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4202
4203         * message.el (message-set-auto-save-file-name): Add support for
4204         the Cygwin Emacs; the system-type is `cygwin'.
4205         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4206
4207 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4208
4209         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4210
4211         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4212         avoid arithmetic errors.
4213
4214 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4217
4218 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4221         (message-ignored-resent-headers): Add envelope From.
4222
4223 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4224
4225         * gnus.el (gnus-summary-line-format): Document %k specifier.
4226
4227 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4228
4229         * gnus-sum.el (gnus-summary-line-message-size): New function.
4230         (gnus-summary-line-format-alist): Use it.
4231
4232 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * gnus-art.el (article-make-date-line): Refer to the value for
4235         `gnus-article-time-format' in the summary buffer.
4236
4237         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4238
4239 2002-08-14  Simon Josefsson  <jas@extundo.com>
4240
4241         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4242         quoting.
4243         (gnus-button-alist): Fix doc.
4244         (gnus-header-button-alist): Use ' not ` for default value quoting.
4245         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4246         rationale similar to 2002-05-01 change.
4247         (gnus-article-add-buttons-to-head): Evaluate expression.
4248
4249         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4250
4251 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * message.el (message-font-lock-keywords): Refer to the value for
4254         `message-cite-prefix-regexp' dynamically.
4255
4256 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4259
4260 2002-08-12  Simon Josefsson  <jas@extundo.com>
4261
4262         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4263         (imap-shell-open): Skip initial junk before IMAP greeting.
4264
4265 2002-08-11  Simon Josefsson  <jas@extundo.com>
4266
4267         * message-utils.el (message-xpost-default,
4268         message-xpost-fup2-header, message-xpost-fup2): Fixed
4269         Typos.  Trivial changes from Reiner Steib
4270         <4uce.02.r.steib@gmx.net>.
4271
4272 2002-08-09  Simon Josefsson  <jas@extundo.com>
4273
4274         * message.el (message-canlock-password): Set
4275         canlock-password-for-verify to newly generated canlock-password.
4276         When Emacs is restarted, Custom makes sure this is set, but during
4277         the same session we must set it manually.
4278
4279 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4280
4281         * yenc.el: New file.
4282
4283         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4284         (mm-uu-type-alist): Add yenc.
4285         (mm-uu-yenc-filename): New function.
4286         (mm-uu-yenc-extract): New function.
4287
4288         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4289
4290 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * dgnushack.el (merge): Don't use coerce.
4293
4294 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4295
4296         * mailcap.el (mailcap-mime-data): Test window-system rather than
4297         mm-device-type.
4298         (mailcap-mime-data): Call xdvi and gv with "-safer".
4299
4300         * mm-util.el: Don't define mm-device-type.
4301
4302 2002-08-05  Simon Josefsson  <jas@extundo.com>
4303
4304         * mm-util.el (mm-coding-system-priorities): coding-system type not
4305         supported everywhere.
4306
4307 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * gnus.el (gnus-version-number): Bumped version number.
4310
4311 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4312
4313         * gnus.el: Oort Gnus v0.07 is released.
4314
4315 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4318         (gnus-article-sort-functions): Doc fix.
4319         (t): New keystroke.
4320         (gnus-article-sort-by-random): New function.
4321         (gnus-thread-sort-by-random): New function.
4322
4323 2002-08-02  Simon Josefsson  <jas@extundo.com>
4324
4325         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4326         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4327
4328 2002-07-31  Danny Siu  <dsiu@adobe.com>
4329
4330         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4331         when splitting malformed messages without message-id
4332
4333 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4334         From Niklas Morberg <niklas.morberg@axis.com>.
4335
4336         * nnweb.el (nnweb-type, nnweb-type-definition)
4337         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4338         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4339         functionality.
4340         * nnweb.el: Removed old non-functioning search engines.
4341
4342 2002-07-27  Simon Josefsson  <jas@extundo.com>
4343
4344         * message.el (message-forward-make-body): Don't use
4345         `message-forward-ignored-headers' when doing a "raw" followup (it
4346         is important to preserve e.g. CTE).
4347
4348         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4349
4350         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4351         regexp-quote, Cyrus Sieve is fixed.
4352
4353         * sieve-manage.el (sieve-manage-deletescript): New function.
4354
4355         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4356         (sieve-manage-mode): Fix menubar.
4357         (sieve-activate): Change some messages.
4358         (sieve-deactivate-all): New function.
4359         (sieve-deactivate): New alias.
4360         (sieve-remove): New function.
4361         (sieve-help): Fix help.
4362         All suggested by Ned Ludd.
4363
4364 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4367         (mm-w3m-safe-url-regexp): New user option.
4368
4369         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4370         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4371
4372 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4373
4374         * gnus-sum.el (gnus-summary-delete-article): Force
4375         nnmail-expiry-target to 'delete, so that absolute deletion
4376         happens when absolute deletion is requested.
4377
4378 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4379         From Nevin Kapur <nevin@jhu.edu>.
4380
4381         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4382         headers as empty headers.
4383
4384 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4385         From Jochen Hein <jochen@jochen.org>.
4386
4387         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4388         correct typo.
4389         (gnus-emphasis-strikethru): New face.
4390
4391 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4392         From Jason Merrill <jason@redhat.com>.
4393
4394         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4395         entire file for each of a sequence of missing articles.
4396
4397         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4398         value for gnus-view-pseudos.
4399
4400         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4401         avoid nreverse.
4402
4403 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4404         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4405
4406         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4407         (gnus-summary-mode-line-format-alist): Add %h for number of
4408         spams.
4409         (gnus-newsgroup-spam-marked): New variable.
4410         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4411         (gnus-article-read-p, gnus-article-mark)
4412         (gnus-set-global-variables, gnus-set-global-variables)
4413         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4414         (gnus-summary-mark-article-as-unread)
4415         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4416         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4417         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4418
4419 2002-07-10  Simon Josefsson  <jas@extundo.com>
4420
4421         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4422         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4423
4424 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4425
4426         * gnus-sum.el (gnus-summary-delete-article): Respect group
4427         parameters while expiring.
4428
4429 2002-07-08  Simon Josefsson  <jas@extundo.com>
4430
4431         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4432         Enberg.
4433
4434 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4435
4436         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4437         function is called interactively.  From Niklas Morberg.
4438
4439 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4440
4441         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4442         cdaar to cdar and car.
4443
4444         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4445         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4446
4447 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4450         don't break a narrowed article.
4451
4452         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4453         (nntp-open-via-rlogin-and-telnet): Ditto.
4454
4455 2002-07-02  Didier Verna  <didier@xemacs.org>
4456
4457         * nnmail.el (nnmail-split-methods): fix custom type.
4458
4459 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4460
4461         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4462         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4463
4464 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4465
4466         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4467         (gnus-summary-resend-message): Use it.
4468
4469 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4472         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4473
4474 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4475
4476         * message.el (message-font-lock-keywords): Don't fontify
4477         headers in the message body, only in the header.
4478         (message-font-lock-make-header-matcher): New function, used by
4479         message-font-lock-keywords.
4480         From Katsumi Yamaoka <yamaoka@jpl.org>.
4481
4482 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4485
4486 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4489
4490 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4491
4492         * message.el (message-font-lock-keywords): Revert 2002-06-22
4493         change.
4494
4495 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4496
4497         * message.el (message-font-lock-keywords): Put colon in header
4498         name match.
4499
4500 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4501
4502         * message.el (message-font-lock-keywords): Don't use header faces
4503         in the body.  Thanks to Stefan Monnier for the hint on the
4504         implementation.
4505
4506 2002-05-09  Miles Bader  <miles@gnu.org>
4507
4508         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4509         (gnus-article-hide-citation): Respect it.
4510
4511 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4512
4513         * pop3.el (pop3-open-server): Fix typo.
4514
4515 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4516
4517         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4518         instead of push to ignore duplicate to-(list|address) values.
4519         * nnmail.el (nnmail-cache-ignore-groups): New.
4520         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4521
4522 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4523
4524         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4525         before sending.  Suggested by Jan Rychter.
4526
4527 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * dgnushack.el (remove): New compiler macro.
4530         (last, coerce, subseq): Remove compiler macros for those built-in
4531         or unused functions.
4532
4533 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4534
4535         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4536         sure to write byte-compiled versions of gnus-*-format-alist to
4537         .newsrc.eld.  From Simon Josefsson.
4538
4539 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4540
4541         * gnus-agent.el (gnus-agent-read-servers)
4542         (gnus-agent-write-servers): Put server name (string like
4543         "nnchoke:frumple") in the file instead of a server specification
4544         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4545         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4546
4547 2002-06-16  Simon Josefsson  <jas@extundo.com>
4548
4549         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4550         Reiner Steib <4uce.02.r.steib@gmx.net>.
4551
4552 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4553
4554         * nnheader.el (nnheader-file-name-translation-alist): Set the
4555         default value for MS Windows systems.
4556
4557         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4558
4559 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * message.el (message-beginning-of-line): Keep the region active
4562         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4563
4564 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4565
4566         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4567         * gnus-msg.el (gnus-summary-reply): Ditto.
4568         * gnus-msg.el (gnus-summary-handle-replysign): New.
4569
4570 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4573         if sending failed.
4574
4575 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4576
4577         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4578         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4579         to sign while encrypting.
4580
4581 2002-06-11  Simon Josefsson  <jas@extundo.com>
4582
4583         * gnus-int.el (gnus-request-move-article): Agent expire article if
4584         successfuly moved.
4585
4586         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4587         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4588
4589 2002-06-10  Simon Josefsson  <jas@extundo.com>
4590
4591         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4592
4593 2002-06-09  Simon Josefsson  <jas@extundo.com>
4594
4595         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4596
4597         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4598
4599 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4600
4601         * flow-fill.el (fill-flowed): Ignore errors.
4602
4603 2002-06-06  Simon Josefsson  <jas@extundo.com>
4604
4605         * message.el (message-send-mail-with-sendmail): Improve error message.
4606
4607 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4608
4609         * message.el (message-interactive): Change default from nil to t.
4610         Better to be safe than to be fast.
4611
4612 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4613
4614         * message.el (message-send-mail-with-sendmail): Check return value
4615         from call-process-region.
4616
4617 2002-06-04  Simon Josefsson  <jas@extundo.com>
4618
4619         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4620         (gnus-group-post-news, gnus-summary-mail-other-window)
4621         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4622         gnus-article-copy to nil, thereby inhibiting the `header' posting
4623         style match to use data from last viewed article.
4624         Suggested by Hrvoje Niksic.
4625
4626 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * spam.el (spam-point-at-eol): New alias.
4629         (spam-parse-whitelist): Use it.
4630
4631 2002-06-03  Simon Josefsson  <jas@extundo.com>
4632
4633         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4634         (nnmail-article-group): Use it.
4635
4636 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4637
4638         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4639         so that code reading them won't be surprised.  From Jesper Harder
4640         <harder@ifa.au.dk>.
4641
4642 2002-05-29  Simon Josefsson  <jas@extundo.com>
4643
4644         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4645         articles.
4646
4647         * gnus.el (gnus-agent-cache): Doc fix.
4648         (gnus-agent): Change default to t.
4649
4650         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4651         ARTICLES, GROUP and FORCE parameters.
4652
4653 2002-05-28  Simon Josefsson  <jas@extundo.com>
4654
4655         * gnus-group.el (gnus-group-line-format): Doc fix.
4656
4657 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4658
4659         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4660         original article before yanking.  From Jesper Harder
4661         <harder@ifa.au.dk>.
4662
4663 2002-05-26  Simon Josefsson  <jas@extundo.com>
4664
4665         * gnus-sum.el (gnus-summary-menu-split): New function.
4666         (gnus-summary-make-menu-bar): Split charset submenu.
4667         (gnus-summary-menu-maxlen): New variable.
4668         (gnus-summary-menu-split): Use it.
4669
4670 2002-05-25  Simon Josefsson  <jas@extundo.com>
4671
4672         * mml.el (mml-preview): Generate some headers.
4673
4674         * gnus.el (gnus-large-newsgroup): Fix :type.
4675
4676         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4677         Agent cache NOV's by default now).
4678         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4679
4680 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4681
4682         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4683         call to gnus-parent-id when we check for References loops.
4684         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4685         twice by saving the simplified subject string in simp-subject.
4686
4687 2002-05-23  Simon Josefsson  <jas@extundo.com>
4688
4689         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4690         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4691
4692         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4693         Niklas Morberg <niklas.morberg@axis.com>.
4694
4695 2002-05-22  Simon Josefsson  <jas@extundo.com>
4696
4697         * sieve.el (sieve-change-region): Define it before it is used.
4698
4699         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4700         (gnus-summary-reply): Ask for confirmation when replying to news.
4701         Defaults to not ask.  From Benjamin Rutt
4702         <rutt+news@cis.ohio-state.edu>.
4703
4704         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4705
4706 2002-05-21  Simon Josefsson  <jas@extundo.com>
4707
4708         * sieve-mode.el (sieve-manage): Fix autoloads.
4709
4710         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4711         name (makes it work with recent Cyrus timsieved).
4712
4713 2002-05-20  Jason  <jbaker@cs.utah.edu>
4714         Trivial patch.
4715
4716         * gnus-art.el (gnus-request-article-this-buffer): Try
4717         reconnecting if you don't get the message.
4718
4719 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4722         Reply-To headers from the headers.
4723
4724 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * mm-url.el (mm-url-insert): Remove junk message.
4727
4728 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4731         (nnslashdot-use-front-page): New variable.
4732         (nnslashdot-request-list): Use it.
4733
4734         * mm-url.el (mm-url-timeout): New variable.
4735         (mm-url-retries): Ditto.
4736         (mm-url-insert): Use it.
4737
4738 2002-05-16  Simon Josefsson  <jas@extundo.com>
4739
4740         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4741         (gnus-simplify-subject-functions): Mention g-s-a-w.
4742
4743 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4744
4745         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4746         nnmail-cache-insert.
4747         * nndiary.el (nndiary-request-accept-article): Ditto.
4748         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4749         * nnimap.el (nnimap-request-accept-article): Ditto.
4750         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4751         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4752         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4753         * nnmh.el (nnmh-request-accept-article): Ditto.
4754         * nnmail.el (nnmail-cache-insert): Change group to required,
4755         removed code which tried to figure out the group.
4756
4757 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4758
4759         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4760         messages. From Hans de Graaff <hans@degraaff.org>.
4761         * nnml.el (nnml-request-accept-article): Pass in the group name to
4762         nnmail-cache-insert, since it's available.
4763
4764 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4765
4766         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4767
4768 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4769         From Florian Weimer <fw@deneb.enyo.de>.
4770
4771         * gnus.el (subscribed): New group parameter.
4772         (gnus-find-subscribed-addresses): Use it.
4773
4774 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4775
4776         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4777         the default for pgpmime to support pgp v2.
4778         * mml-sec.el (mml-signencrypt-style): New accessor function to
4779         allow users to get/set the signencrypt style more easily without
4780         frobbing the alist directly.
4781         * mml.el (mml-generate-mime-1): Use accessor function.
4782
4783 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4784
4785         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4786         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4787         <schwab@suse.de>.
4788
4789 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4790
4791         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4792         when intuiting the group the message is written to.  From Josh
4793         Huber <huber@alum.wpi.edu>.
4794
4795 2002-05-06  Simon Josefsson  <jas@extundo.com>
4796
4797         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4798         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4799
4800 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4801
4802         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4803         argument, and fixed compiler warning. (added autoload for
4804         gpg-encrypt).
4805
4806 2002-05-04  Simon Josefsson  <jas@extundo.com>
4807
4808         * mml1991.el (mml1991-function-alist): Doc fix.
4809
4810         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4811         doesn't exist (for previewing messages without having Gnus
4812         started).
4813
4814         * mm-util.el (mm-coding-system-priorities): Defcustom.
4815
4816         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4817
4818 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4819
4820         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4821         default.
4822         * mml-sec.el:
4823         * mml-sec.el (mml-signencrypt-style): New.
4824         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4825         argument `sign'.
4826         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4827         signencrypt.
4828         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4829         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4830         both signed & encryped is processed in one operation. (rather than
4831         two separate ops: sign, then encrypt)
4832         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4833         indication if a message is signed by an expired key.
4834         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4835         enables combined sign & encrypt operation. (this was always on
4836         before).
4837         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4838
4839 2002-05-01  Simon Josefsson  <jas@extundo.com>
4840
4841         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4842         server.
4843         (nnimap-mailbox-info): defvar instead of defvoo.
4844
4845 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4846
4847         * gnus.el: Oort Gnus v0.06 is released.
4848
4849 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * lpath.el: Bind url-package-version.
4852
4853 2002-05-01  Simon Josefsson  <jas@extundo.com>
4854
4855         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4856         filename before deleting the group itself, because the presence of
4857         a group filename decides if long filenames are used or not.
4858
4859         * gnus-art.el (gnus-button-alist): Don't inline
4860         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4861         without also modifying g-button-alist.
4862         (gnus-button-alist): Fix type to allow variable as well as regexp.
4863         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4864         themselves, variables to its contents.
4865         (gnus-button-entry): Ditto.
4866
4867 2002-05-01  Simon Josefsson  <jas@extundo.com>
4868
4869         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4870         UIDNEXT as a string.
4871
4872         * nnimap.el (nnimap-string-lessp-numerical): New function.
4873         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4874         integers.
4875
4876 2002-04-29  Simon Josefsson  <jas@extundo.com>
4877
4878         * nnmail.el (nnmail-cache-insert): Accept optional group
4879         parameter.
4880
4881         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4882         n-r-g-a is disabled.
4883
4884 2002-04-29  Simon Josefsson  <jas@extundo.com>
4885
4886         * nnimap.el (nnimap-split-fancy): Fix doc.
4887         (nnimap-split-fancy): Fix doc.
4888
4889         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4890         (nnimap-mailbox-info): New internal variable.
4891         (nnimap-retrieve-groups): Implement faster new mail check.
4892
4893         * nnimap.el (nnimap-split-articles): Support
4894         nnmail-cache-accepted-message-ids.
4895         (nnimap-request-accept-article): Ditto.
4896
4897         * imap.el (imap-mailbox-status-asynch): New command.
4898
4899 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4900
4901         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4902         are no subscribed mail groups.
4903         - Strip quoted names when comparing addresses
4904
4905 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4906
4907         * mm-decode.el (mm-text-html-renderer): Change customize type to
4908         const.
4909
4910         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4911         (gnus-debug-exclude-variables): do.
4912
4913 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4914
4915         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4916         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4917
4918 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * dns.el (dns-make-network-process): New macro.
4921         (query-dns): Use it.
4922
4923 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4924
4925         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4926         article-buffer.
4927
4928         * mm-url.el (mm-url-package-name): New variable.
4929         (mm-url-package-version): New variable.
4930         (mm-url-insert-file-contents): Bind url-package-name and
4931         url-package-version here.
4932         * nnrss.el (nnrss-insert-w3): Move the bindings.
4933
4934         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4935         url-package-version. Trivial change from Andrew J Cosgriff
4936         <ajc@polydistortion.net>
4937
4938         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4939         attachments. Trivial change from Peter 'Luna' Runestig
4940         <peter@runestig.com>.
4941
4942 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4943
4944         * nnkiboze.el (nnkiboze-request-scan): Call
4945         nnkiboze-possibly-change-group.
4946         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4947         problems.
4948         (nnkiboze-generate-group): Set newsrc to the *highest* article
4949         number kibozed, not the lowest.
4950
4951 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4952
4953         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4954
4955 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4956         From Dan Christensen <jdc+news@uwo.ca>.
4957
4958         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4959         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4960         Recognize math postings.  Extract Date (now ignores "(15kb)").
4961         Extract email address using gnus-extract-address-components
4962         instead of just taking the first word.  Create Date and From
4963         headers for message which are missing these headers.  Get rid
4964         of spurious \\ lines (purely cosmetic).  Extend body-end and
4965         file-end regexps, to exclude more garbage from the message.
4966         Make URL rephrasing regexp more flexible, to match current
4967         format.
4968
4969 2002-04-23  Simon Josefsson  <jas@extundo.com>
4970
4971         * netrc.el: New file, functions copied from gnus-util.el by Ted
4972         Zlatanov <tzz@lifelogs.com>.
4973
4974         * gnus-util.el: Require netrc.
4975         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4976         new code in netrc.el.
4977
4978 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4979
4980         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4981         message-ignored-resent-headers, too.  From Matthieu Moy
4982         <Matthieu.Moy@imag.fr>.
4983
4984 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4985
4986         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4987         boolean not a string
4988         * gnus-group.el (gnus-group-line-format): add description of %C
4989         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4990           as %C
4991         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4992
4993 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4994
4995         * nnmaildir.el (nnmaildir-request-scan): typo: set
4996         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4997         nnmail-get-new-mail for 'find-new-groups.
4998
4999 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5000
5001         * nnmaildir.el (nnmaildir-request-update-info,
5002         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5003         unnecessary calls to nnmaildir-request-scan.
5004
5005 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5006
5007         * gnus-msg.el:
5008         * gnus-msg.el (gnus-message-replysign): New.
5009         * gnus-msg.el (gnus-message-replyencrypt): New.
5010         * gnus-msg.el (gnus-message-replysignencrypted): New.
5011         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5012         (above) to automatically encrypt/sign to encrypted/signed
5013         messages.
5014         * message.el:
5015         * message.el (message-mode-map): Add keybinding for
5016         `message-to-list-only'
5017         * message.el (message-mode): Add description for
5018         `message-to-list-only'
5019         * message.el (message-to-list-only): New.
5020         * message.el (message-make-mft): Changed to use the cl loop macro,
5021         and added optional flag to return only the matched list. (for use
5022         in new message-to-list-only function)
5023
5024 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5025
5026         * gnus-msg.el:
5027         * gnus-msg.el (gnus-message-replysign):
5028         * gnus-msg.el (gnus-replysign): New.
5029         * gnus-msg.el (gnus-replyencrypt): New.
5030         * gnus-msg.el (gnus-replysignencrypted): New.
5031         * gnus-msg.el (gnus-summary-reply):
5032         * message.el:
5033         * message.el (message-mode-map):
5034         * message.el (message-mode):
5035         * message.el (message-to-list-only): New.
5036         * message.el (message-make-mft):
5037
5038 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5039
5040         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5041
5042 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5043
5044         * message.el (message-gen-unsubscribed-mft): accept a prefix
5045         argument so CC can be included with C-u C-c C-f C-a
5046
5047 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5048         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5049
5050         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5051         Improve docstring.
5052         (spam-enter-blacklist): New command.
5053
5054         * gnus-sum.el (gnus-spam-mark): New mark.
5055         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5056         (gnus-summary-make-tool-bar): Correct conditional.
5057         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5058         (gnus-summary-mark-as-spam): New command.
5059
5060 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5061
5062         * mml-sec.el (mml-secure-message): changed to support arbritrary
5063         modes.
5064         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5065         changed to support "signencrypt" mode.
5066         * mml.el (mml-parse-1): changed to support different secure modes
5067         more easily. (for signencrypt)
5068
5069 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5070
5071         * gnus-sum.el (gnus-update-summary-mark-positions)
5072         (gnus-summary-toggle-header):
5073         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5074         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5075         (gnus-uu-post-encoded):
5076         * nnfolder.el (nnfolder-possibly-change-group):
5077         * nnimap.el (nnimap-retrieve-headers):
5078         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5079
5080 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5081
5082         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5083         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5084
5085 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-srvr.el (gnus-server-set-info): Clear
5088         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5089         From Daiki Ueno <ueno@unixuser.org>.
5090
5091 2002-04-11  Simon Josefsson  <jas@extundo.com>
5092
5093         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5094         viewing of security buttons.  Thanks to Nicolas Kowalski
5095         <Nicolas.Kowalski@imag.fr>.
5096
5097         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5098         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5099         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5100         <Nicolas.Kowalski@imag.fr>.
5101         (smime-decrypt-buffer): Ditto.
5102
5103 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5106         header line.
5107
5108 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5109
5110         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5111
5112 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5113
5114         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5115
5116 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5117
5118         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5119         errors when debug.
5120
5121 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5122
5123         * message.el (message-make-mft): Changed MFT code from using
5124         message-recipients (which included Bcc) to use only the To and CC
5125         headers.
5126
5127 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5128
5129         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5130         add link.
5131         (gnus-treat-mail-picon): Ditto.
5132         (gnus-treat-newsgroups-picon): Ditto.
5133         (gnus-picon-databases): Fix custom type.
5134         (gnus-picon-databases): Add link.
5135         (gnus-article-x-face-command): Add to gnus-picon group.
5136
5137 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5138
5139         * message.el (message-buffer-naming-style): Remove.
5140
5141 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5142
5143         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5144
5145         * message.el (message-tool-bar-map): Ditto.
5146
5147         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5148
5149 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5150
5151         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5152
5153 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5154
5155         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5156
5157 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5158         Trivial patch.
5159
5160         * dns.el: open-network-stream under XEmacs does udp.
5161
5162 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5163
5164         * spam.el (spam-enter-whitelist): New function.
5165         (spam-parse-whitelist): Ditto.
5166         (spam-refresh-list-cache): Ditto.
5167         (spam-address-whitelisted-p): New function.
5168
5169         * dns.el (query-dns): Use TCP when make-network-process isn't
5170         available.
5171         (dns-servers): New variable.
5172         (dns-parse-resolv-conf): New function.
5173         (query-dns): Use it.
5174
5175         * spam.el: New file.
5176
5177         * dns.el (query-dns): Test.
5178
5179 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * lpath.el (featurep): Bind make-network-process.
5182
5183 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5184
5185         * nnmaildir.el: Use defstruct.  Use a single copy of
5186         nnmail-extra-headers to save memory.  Store server's group name
5187         prefix instead of each group's prefixed name.
5188         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5189         nntp-server-buffer.
5190
5191 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * dns.el: New file.
5194
5195 2002-03-28  Simon Josefsson  <jas@extundo.com>
5196
5197         * gnus-sum.el (gnus-summary-dummy-line-format):
5198         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5199         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5200
5201 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5202
5203         * gnus-sum.el (gnus-summary-move-article)
5204         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5205         the doc string.
5206
5207 2002-03-28  Simon Josefsson  <jas@extundo.com>
5208
5209         * mml-sec.el (mml-secure-message): Search after
5210         mail-header-separator from top of message.
5211
5212 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5213
5214         * nnmaildir.el: Cosmetic changes.
5215         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5216         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5217         nnmaildir--group-ls): New macros/functions.  Use them.
5218         (nnmaildir--unlink): Evalutate argument only once.
5219
5220 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5221
5222         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5223         symbols.
5224         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5225         `gnus-point-at-eol'.
5226
5227 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5228
5229         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5230         nnmaildir--marks-dir): New macros.  Use them.
5231         Use inhibit-quit for atomicity instead of in-memory journaling.
5232         (nnmaildir--edit-prep): New function.
5233         (Local Variables): Use it.
5234
5235 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5236
5237         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5238
5239 2002-03-25  Simon Josefsson  <jas@extundo.com>
5240
5241         * message.el (message-mode): Fix doc.
5242
5243 2002-03-25  Simon Josefsson  <jas@extundo.com>
5244
5245         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5246         Matthieu Moy <Matthieu.Moy@imag.fr>.
5247
5248 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5249
5250         * mml-sec.el (mml-unsecure-message): Add docstring.
5251
5252 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5253
5254         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5255         value.
5256         Trivial change from andre@slamdunknetworks.com
5257
5258 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5259
5260         * mml.el (mml-mode-map): Added a keybinding for
5261         `mml-unsecure-message'.  Also, added a menu entry for said
5262         function in the Attachments menu.
5263
5264 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * canlock.el (canlock-version): Remove.
5267         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5268         here; simplify \x insertions.
5269         (canlock-sha1): New function, always return a unibyte string.
5270         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5271         of a password.
5272         (canlock-insert-header): Use `canlock-sha1'.
5273         (canlock-verify): Ditto.
5274
5275 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5276
5277         * message.el (message-fix-before-sending): Add an option that
5278         ignores illegible text.
5279         Trivial change from Mark Milhollan <mlm@attglobal.net>
5280
5281         * message.el (message-font-lock-keywords): Support multi-line MML
5282         tags.
5283
5284         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5285         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5286
5287 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5290         symbols for "View as different encoding" submenu.
5291
5292 2002-03-19  Simon Josefsson  <jas@extundo.com>
5293
5294         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5295         encoding" submenu.
5296
5297 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5298
5299         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5300
5301 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5302
5303         * gnus-sum.el (gnus-sum-thread-tree-root)
5304         (gnus-sum-thread-tree-single-indent)
5305         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5306         (gnus-sum-thread-tree-leaf-with-other)
5307         (gnus-sum-thread-tree-single-leaf): Make customizable.
5308
5309 2002-03-16  Simon Josefsson  <jas@extundo.com>
5310
5311         * gnus-util.el (gnus-extract-address-components): Don't break on
5312         names such as James "Kibo" Parry.  From Francis Litterio
5313         <franl@world.std.com>.
5314
5315 2002-03-13  Simon Josefsson  <jas@extundo.com>
5316
5317         * pop3.el (pop3-open-server): Revert multibyte change.  From
5318         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5319
5320         * message.el (message-send-mail-with-qmail): Make it work.  From
5321         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5322
5323 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5324
5325         * message.el (message-make-mft): Set case-fold-search while
5326         generating the MFT.  Also, a little cleanup in the MFT code.
5327
5328 2002-03-12  Simon Josefsson  <jas@extundo.com>
5329
5330         * message.el (message-qmail-inject-args): May be function.
5331         (message-send-mail-with-qmail): Call function if m-q-i-a is
5332         function.  From fn@hungry.org (Faried Nawaz).
5333
5334 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5335
5336         * message.el (message-abbrevs-loaded): Remove.
5337         (mailabbrev): Require it.
5338
5339         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5340
5341 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * pop3.el (pop3-open-server): Set process buffer unibyte.
5344
5345 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5348
5349 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5350
5351         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5352         too.
5353
5354 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5355
5356         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5357         duplication.
5358         (gnus-summary-save-parts-type-history): Ditto.
5359         (gnus-summary-save-parts-last-directory): Ditto.
5360         Trivial change from andre@slamdunknetworks.com
5361
5362 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5363
5364         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5365
5366 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5367
5368         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5369         -->" as the end of the first article.
5370
5371         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5372         From Matthieu Moy <Matthieu.Moy@imag.fr>
5373
5374         * message.el (message-add-action): Use add-to-list.
5375         (message-delete-action): New function.
5376
5377         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5378         pieces.
5379
5380 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5381
5382         * nnnil.el: New file.
5383         * gnus.el (gnus-valid-select-methods): Include nnnil.
5384
5385 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5386
5387         * message.el (message-syntax-checks): Because canlock is
5388         supported, we disable sender syntax check.
5389         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5390
5391         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5392         value of message-syntax-checks.
5393
5394         * qp.el (quoted-printable-decode-region): Doc addition.
5395         From: Eli Zaretskii <eliz@is.elta.co.il>
5396
5397         * mail-source.el (make-source-make-complex-temp-name): Use
5398         make-temp-file.
5399
5400         * mm-util.el (mm-make-temp-file): New function.
5401         * nneething.el (nneething-file-name): Use it.
5402         * mml-smime.el (mml-smime-encrypt): Ditto.
5403         * mm-view.el (mm-inline-wash-with-file): Ditto.
5404         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5405         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5406         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5407         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5408         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5409         * gnus-art.el (gnus-mime-print-part): Ditto.
5410
5411 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5412
5413         * message.el (nnmaildir-article-number-to-base-name): New
5414         function.
5415         (nnmaildir-base-name-to-article-number): New function.
5416
5417 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * smime.el (smime-make-temp-file): Don't quote
5420         `temporary-file-directory'.
5421
5422 2002-03-04  Simon Josefsson  <jas@extundo.com>
5423
5424         * smime.el (smime-sign-region): Rename argument keyfiles to
5425         keyfile. You only sign something with one key.
5426         (smime-sign-buffer): Better completing-read prompt.
5427         (smime-decrypt-buffer): Ditto.
5428
5429         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5430
5431         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5432         completing-read.
5433         (mm-view-pkcs7-decrypt): CRLF->LF.
5434
5435 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5436
5437         * message.el (message-hierarchical-addresses): New variable.
5438         (message-get-reply-headers): Use it.
5439         From Ted Zlatanov <teodor.zlatanov@divine.com>
5440
5441 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5442
5443         * message.el (message-mode): If buffer-file-name, don't set auto
5444         save file name.
5445         Trivial change from Geoff Greene <ggreene@wpi.edu>
5446
5447 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5448
5449         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5450         takes one argument in read-char.
5451
5452         * message.el (message-fix-before-sending): Forward a char.
5453         Check mmu-multibyte-p, add control-1.
5454
5455 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5456
5457         * gnus-start.el (gnus-read-init-file): Ditto.
5458
5459         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5460
5461         * dgnushack.el (dgnushack-make-load): Ditto.
5462
5463         * mail-source.el (mail-source-fetch): Extract the right error
5464         code.
5465
5466         * message.el (message-fix-before-sending): Check illegible text.
5467
5468         * gnus-util.el (gnus-multiple-choice): New function.
5469
5470         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5471         also defined in gnus-score.el.
5472
5473 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5474
5475         * message.el (message-get-reply-headers): downcase email addresses
5476         for comaparisons for duplicate removal.
5477
5478 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5479
5480         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5481         implementation of PKCS#7, which just allows users read the
5482         message.
5483         (mm-view-pkcs7): Use it.
5484
5485 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5486
5487         * gnus.el (large-newsgroup-initial): New parameter.
5488
5489         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5490         (gnus-summary-insert-old-articles): Ditto.
5491
5492 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5493
5494         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5495         used as the default answer of the question, "How many articles?".
5496         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5497
5498         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5499         small numbers.
5500
5501 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5502
5503         * deuglify.el: Fix comments.
5504
5505 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5506
5507         * html2text.el (html2text-clean-anchor): If there is no HREF,
5508         insert nothing.
5509
5510         * mml.el (mml-generate-mime-1): Add cdr.
5511         From: andre@slamdunknetworks.com
5512
5513         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5514         (mm-text-html-washer-alist): Ditto.
5515
5516         * mm-decode.el (mm-text-html-renderer): Add html2text.
5517
5518         * html2text.el: Face lift.
5519
5520         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5521
5522 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5523
5524         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5525
5526         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5527
5528         * deuglify.el: New file. The original file name is
5529         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5530
5531         * mm-decode.el (mm-display-external): Use
5532         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5533
5534 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5535
5536         * nnmaildir.el (nnmaildir-request-list): Report the highest
5537         article number, not the total number of articles.
5538
5539 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5540
5541         * gnus-sum.el: Move uu key map here.
5542         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5543
5544 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5545
5546         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5547         nnmail-expiry-wait* if expire-age parameter is not set.
5548
5549 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5550
5551         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5552         function.
5553         (gnus-group-sort-selected-groups-by-real-name): New function.
5554         (gnus-group-make-menu-bar): Add sort by real name.
5555
5556         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5557         rebuild.
5558         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5559         nil as dependencies as well.
5560
5561 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5562
5563         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5564         for mime-parts.
5565
5566         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5567
5568         * gnus-group.el (gnus-group-name-decode): Don't test
5569         multibyte-string, because it breaks XEmacs.
5570         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5571
5572         * message.el (message-send-mail): Be talkative.
5573
5574         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5575         (mm-automatic-display): Ditto.
5576
5577         * mailcap.el (mailcap-mime-data): Ditto.
5578         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5579
5580 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * many files: Remove trailing whitespaces, replace spc+tab with
5583         tab, replace leading whitespaces with tabs.
5584
5585 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5586
5587         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5588         articles with no body and no blank line after the header.
5589
5590 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5591
5592         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5593         parts.
5594
5595         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5596         non-ascii chars.
5597
5598         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5599
5600         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5601         w3-delay-image-loads.
5602         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5603         (mm-w3-prepare-buffer): Ditto.
5604
5605         * mail-source.el (mail-source-fetch-directory): Run scripts.
5606
5607 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5610         for Majordomo confirmations.
5611
5612 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5615
5616 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5619
5620 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5621
5622         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5623         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5624
5625 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5626
5627         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5628         (mm-inline-render-with-stdin): Ditto.
5629         (mm-inline-render-with-function): Ditto.
5630         (mm-inline-wash-with-file): Bind coding-system-for-write.
5631         (mm-inline-wash-with-stdin): Ditto.
5632
5633 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5634
5635         Suggested by Felix Natter <fnatter@gmx.net>
5636
5637         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5638         gnus-mime-externalize-view.
5639         (gnus-mime-view-part-internally): Rename from
5640         gnus-mime-internalize-view.
5641         (gnus-article-view-part-externally): Rename from
5642         gnus-article-externalize-part.
5643         (gnus-mime-action-alist): Change correspondingly.
5644         (gnus-mime-button-commands): Ditto.
5645         (gnus-mime-action-alist): Remove duplication.
5646
5647         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5648
5649 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5652
5653         * gnus-art.el (gnus-display-mime): Use it.
5654
5655         * mm-partial.el (mm-partial-find-parts): Use it.
5656
5657         * gnus-sum.el (gnus-article-loose-mime): Rename from
5658         gnus-article-no-strict-mime.
5659         (gnus-summary-save-parts): Use it.
5660
5661 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5664         local variable.
5665
5666         * gnus-art.el (article-display-x-face): Don't sort multiple
5667         X-Faces.
5668
5669 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5672         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5673
5674         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5675
5676 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5677
5678         Some ideas is inspired by code from Hrvoje Niksic
5679         <hniksic@arsdigita.com>
5680
5681         * gnus-art.el (gnus-article-wash-function): Set the default to
5682         nil, so that we use mm-text-html-renderer instead.
5683         (article-wash-html): Use mm-text-html-renderer.
5684
5685         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5686         (mm-text-html-renderer): New variable.
5687         (mm-inline-text-html-renderer): Set the default to nil, so that we
5688         use mm-text-html-renderer instead.
5689
5690         * mm-view.el (mm-inline-text-html): New function.
5691         (mm-text-html-renderer-alist): New variable.
5692         (mm-inline-text-vcard): New function.
5693         (mm-inline-text): Split.
5694         (mm-links-remove-leading-blank): New function.
5695         (mm-inline-render-with-file): New function.
5696         (mm-inline-render-with-stdin): New function.
5697         (mm-inline-render-with-function): New function.
5698         (mm-text-html-washer-alist): New variable.
5699         (mm-inline-wash-with-file): New function.
5700         (mm-inline-wash-with-stdin): New function.
5701
5702 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5703
5704         * message-utils.el: Fix installation doc.
5705         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5706
5707 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5708
5709         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5710         (gnus-post-method): Use it.
5711         (gnus-summary-cancel-article): Find the correct post-method.
5712
5713         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5714         * message.el (message-send-news): Ditto.
5715         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5716         <ipmonger@delamancha.org>
5717
5718         * gnus.el (gnus-select-method): Fix doc.
5719         (gnus-server-string): Use 'using nntp'.
5720
5721         * gnus-agent.el (gnus-slave-unplugged): New command.
5722         From: Felix Natter <fnatter@gmx.net>
5723
5724 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5725
5726         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5727         Call edit-done-function first, then change the window
5728         configuration.
5729         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5730         (gnus-article-edit-mode): mml-mode.
5731
5732         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5733         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5734
5735         * message-utils.el: Adopt the file.
5736
5737         * message-utils.el: New file.
5738         From Holger Schauer <Holger.Schauer@gmx.de>
5739
5740 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5741
5742         * gnus-sum.el (gnus-summary-move-article): Select-article only
5743         when gnus-move-split-methods is non-nil. And we don't render or
5744         mark the article.
5745
5746         * gnus-fun.el (gnus-shell-command-to-string): New function.
5747         (gnus-shell-command-on-region): New function.
5748         (gnus-random-x-face): Use them.
5749         (gnus-x-face-from-file): Ditto.
5750         (gnus-convert-image-to-gray-x-face): Ditto.
5751         (gnus-convert-gray-x-face-to-xpm): Ditto.
5752         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5753
5754 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-art.el (gnus-treat-display-xface): Don't use
5757         `shell-command-to-string' when compiling.
5758         (gnus-treat-display-grey-xface): Ditto.
5759
5760 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5761
5762         * nnmaildir.el (nnmaildir--article-count): If the group is
5763         completely empty, report minimum article number as 1 instead of 0.
5764
5765 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5766
5767         * gnus-agent.el (gnus-get-predicate): Use nconc.
5768
5769         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5770         gnus-summary-display-cache as cache.
5771
5772         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5773         (nndoc-mail-in-mail-type-p): New function.
5774         (nndoc-mail-in-mail-article-begin): New function.
5775
5776 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5777
5778         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5779
5780         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5781         use-hard-newlines to nil.
5782
5783         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5784         image is not available if window-system is not available.
5785
5786         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5787
5788 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5791         bookmark, because update-mark doesn't handle it correctly.
5792
5793 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5794
5795         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5796         directly instead of calling message-send-mail.
5797
5798         * gnus-start.el (gnus-read-descriptions-file): Use
5799         gnus-default-charset.
5800
5801         * mm-util.el (mm-guess-mime-charset): New function.
5802
5803         * gnus.el (gnus-default-charset): Use it.
5804         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5805         the default.
5806
5807 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5808
5809         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5810         (article-display-x-face): Use it.  Disable grey xface, if
5811         uncompface is not found.
5812
5813         * message.el (message-mode): Don't enable multibyte on an indirect
5814         buffer.
5815
5816         * nnrss.el (nnrss-content-function): New variable.
5817         (nnrss-request-article): Use it.
5818
5819 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5820
5821         * gnus.el: Add article-unsplit-urls.
5822         * gnus-sum.el: Ditto.
5823         * gnus-art.el (gnus-treat-strip-cr): New variable.
5824         (gnus-treatment-function-alist): Use it.
5825         (article-unsplit-urls): New function.
5826         (gnus-article-make-menu-bar): Use it.
5827         From: Michael Cook <michael.cook@cisco.com>
5828
5829 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5830
5831         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5832         copy.
5833
5834 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5835
5836         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5837         with internal whitespace.
5838         (gnus-parent-id): Ditto.
5839
5840 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5841
5842         * gnus-art.el (gnus-article-treat-body-boundary): Add
5843         gnus-decoration property.
5844         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5845
5846         * message.el (message-mode): Set local-abbrev-table.
5847         From Matt Armstrong <matt@lickey.com>.
5848
5849         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5850         too many spaces.
5851
5852         * rfc2047.el (rfc2047-unfold-region): Ditto.
5853         (rfc2047-decode-region): Don't unfold. Let
5854         gnus-article-treat-unfold-headers do it.
5855
5856         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5857         From: Jesper Harder <harder@ifa.au.dk>
5858
5859 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5862         (gnus-configure-posting-styles): Use it.
5863         (gnus-configure-posting-styles): Remove trailing newspaces.
5864
5865 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5866
5867         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5868         is non-nil.
5869
5870         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5871
5872         * gnus.el (gnus-server-to-method): Switch position with
5873         gnus-server-get-method.
5874         (gnus-agent): Add doc.
5875
5876         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5877         (gnus-summary-save-parts): Use it.
5878
5879         * gnus-art.el (gnus-display-mime): Use it.
5880         * mm-partial.el (mm-partial-find-parts): Use it.
5881
5882         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5883
5884         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5885         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5886
5887         * nnagent.el (nnagent-request-expire-articles): Don't delete
5888         files.
5889
5890 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * message.el (message-gen-unsubscribed-mft): New function.
5893         From Sriram Karra <karra@cs.utah.edu>.
5894
5895         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5896         open parenthesis.
5897
5898         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5899         (mm-inline-text-html-render-with-w3): Ditto.
5900         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5901         Suggested by Dave Love  <d.love@dl.ac.uk>.
5902
5903         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5904
5905         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5906         * nntp.el (nntp-send-command): Ditto.
5907         * nntp.el (nntp-send-command-nodelete): Ditto.
5908
5909 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5910
5911         * mm-url.el (mm-url-load-url): New function.
5912         (mm-url-insert-file-contents): Use it.
5913
5914         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5915
5916         * message.el (message-forward-make-body): Correctly copy
5917         forward-buffer.
5918
5919         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5920
5921 2002-02-04  Simon Josefsson  <jas@extundo.com>
5922
5923         * gnus-art.el (gnus-article-followup-with-original): Mark with
5924         force, prevent errors when following up from article buffer.
5925         (gnus-article-reply-with-original): Ditto.
5926
5927         * binhex.el (binhex-decoder-switches): Fix doc.  From
5928         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5929
5930 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5931
5932         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5933         highlight-citation after emphasize.
5934
5935 2002-02-04  Simon Josefsson  <jas@extundo.com>
5936
5937         * nnfolder.el (nnfolder-open-marks):
5938
5939         * nnml.el (nnml-open-marks): Message when done.  From David
5940         Edmondson <dme@sun.com>.
5941
5942 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5943
5944         * imap.el (imap-anonymous-auth): Fix typo.
5945         From: Steinar Bang <sb@dod.no>
5946
5947         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5948         save-excursion.
5949         (gnus-cache-braid-heads): Ditto.
5950
5951         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5952         line, because there are extra articles in the overview buffer.
5953
5954         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5955
5956         * message.el (message-forward-rmail-make-body): Directly use
5957         rmail-msg-restore-non-pruned-header to avoid calling
5958         vertical-motion.
5959
5960 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5961
5962         * gnus-cache.el (gnus-summary-insert-cached-articles):
5963         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5964
5965         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5966         gnus-newsgroups-unselected.
5967
5968         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5969         gnus-add-to-sorted-list.
5970
5971         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5972         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5973         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5974         (gnus-update-read-articles): UNREAD is sorted.
5975         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5976         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5977         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5978         (gnus-newsgroup-dormant): Require sorted.
5979
5980         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5981         directories.
5982         (gnus-dired-print): New function.
5983
5984         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5985         ps-despool.
5986
5987 2002-02-02  Simon Josefsson  <jas@extundo.com>
5988
5989         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5990
5991 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5992
5993         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5994         t. This makes gnus-agent customizable without putting
5995         gnus-agentize into .gnus.
5996
5997         * gnus.el (gnus-agent): Make it customizable.
5998
5999         * gnus-dired.el: New file.
6000         From Benjamin Rutt <brutt@bloomington.in.us>
6001
6002         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6003         if no article.
6004         (gnus-cache-possibly-remove-article): Ditto.
6005         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6006
6007 2002-02-01  Simon Josefsson  <jas@extundo.com>
6008
6009         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6010
6011 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6014         (mm-setup-w3m): Don't bind keys listed in the above.
6015
6016 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6019         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6020         is non-nil; bind `w3m-force-redisplay' with nil.
6021
6022         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6023
6024         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6025
6026 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6027
6028         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6029         use mail-header-unfold-field.
6030
6031         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6032         gnus-summary-limit.
6033
6034         * gnus-range.el (gnus-add-to-sorted-list): New function.
6035         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6036         (gnus-mark-article-as-unread): Ditto.
6037         (gnus-summary-mark-article-as-unread): Ditto.
6038         (gnus-build-get-header): Ditto.
6039         (gnus-summary-prepare-threads): Ditto.
6040         (gnus-summary-insert-pseudos): Ditto.
6041         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6042         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6043         (gnus-summary-insert-old-articles): Ditto.
6044
6045         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6046         (gnus-configure-posting-styles): Support the new format.
6047
6048         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6049         edebug-form-spec to (sexp body).
6050         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6051
6052         * message.el (message-reply-headers): Add doc.
6053
6054 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6055
6056         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6057         gnus-cache-active-hashtb.
6058
6059         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6060         (gnus-agent-summary-fetch-group): Use it.
6061
6062         * gnus-msg.el (gnus-debug-files): New variable.
6063         (gnus-debug-exclude-variables): New variable.
6064         (gnus-debug): Use them.
6065
6066         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6067
6068 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6069
6070         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6071         (message-mode-syntax-table): Move back the previous position.
6072
6073         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6074
6075         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6076         gnus-sorted-difference.
6077
6078         * nnsoup.el (nnsoup-request-expire-articles): Use
6079         gnus-sorted-difference.
6080
6081         * nnheader.el: Autoload gnus-sorted-difference.
6082
6083         * nnfolder.el (nnfolder-request-expire-articles): Use
6084         gnus-sorted-difference.
6085
6086         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6087         gnus-sorted-difference.
6088
6089         * gnus-range.el: Autoload cookies.
6090         (gnus-sorted-difference): New function.
6091         (gnus-sorted-ndifference): New function.
6092         (gnus-sorted-nintersection): Rename from
6093         gnus-set-sorted-intersection.
6094         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6095         (gnus-list-range-difference): Rename from
6096         gnus-inverse-list-range-intersection.
6097         (gnus-inverse-list-range-intersection): Use defalias.
6098
6099         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6100         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6101         (gnus-articles-to-read): Use gnus-sorted-difference.
6102         (gnus-summary-limit-mark-excluded-as-read): Use
6103         gnus-sorted-intersection and gnus-sorted-ndifference.
6104         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6105         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6106
6107         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6108
6109 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6112         property to the buffer for using emacs-w3m command keys.
6113
6114         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6115         option.
6116
6117         * mm-view.el (mm-w3m-mode-map): New variable.
6118         (mm-w3m-mode-command-alist): New variable.
6119         (mm-w3m-minor-mode): Removed.
6120         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6121         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6122         buffer for using emacs-w3m command keys.
6123
6124 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6125
6126         * message.el (message-mode-syntax-table): Move forward.
6127         (message-cite-prefix-regexp): Auto detect non word constituents.
6128         (message-cite-prefix-regexp): Don't use with-syntax-table.
6129
6130         * gnus-sum.el (gnus-summary-update-info): Use
6131         gnus-list-range-intersection.
6132
6133         * gnus-agent.el (gnus-agent-fetch-headers): Use
6134         gnus-list-range-intersection.
6135
6136         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6137         (gnus-list-range-intersection): Use it.
6138         (gnus-inverse-list-range-intersection): Ditto.
6139         (gnus-sorted-intersection): Add doc.
6140         (gnus-set-sorted-intersection): Add doc.
6141         (gnus-sorted-union): New function.
6142         (gnus-set-sorted-union): New function.
6143
6144         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6145         (gnus-inverse-list-range-intersection): Ditto.
6146
6147 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6148
6149         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6150
6151         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6152         and permit `:' and `\' in order to handle full Windows pathnames.
6153         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6154         technically not correct per standard, but seems to have common use.
6155
6156 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6157
6158         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6159         replacing numbers.
6160
6161 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6162
6163         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6164
6165         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6166         Don't split when the window is small, e.g. when a small *BBDB*
6167         window is the lowest one.
6168
6169         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6170         nnheader-find-nov-line to speed up. Use nreverse, because it is
6171         sorted. Use nnheader-insert-nov-file.
6172
6173 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6176
6177         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6178         of `w3m-display-inline-images' with the value of
6179         `mm-inline-text-html-with-images'.
6180         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6181
6182         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6183
6184 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6185
6186         * time-date.el: Add autoload cookies.  Many doc fixes.
6187         (time-add): New function.
6188         (time-subtract): Renamed from subtract-time.
6189         (subtract-time): New alias for time-subtract.
6190
6191 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6194         emacs-w3m in doc-string.
6195
6196         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6197         `w3m-current-buffer'.
6198
6199 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6200
6201         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6202
6203         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6204         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6205         (mm-w3m-cid-retrieve): New function.
6206         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6207
6208 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6209
6210         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6211
6212 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6213
6214         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6215
6216 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6219         32K.
6220
6221         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6222
6223         * nnmail.el (nnmail-article-group): Decode headers before running
6224         split rules over them.
6225         (nnmail-mail-splitting-charset): New variable.
6226
6227         * smiley.el: Replaced with smiley-ems.el.
6228
6229 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6230
6231         * mm-url.el (mm-url-predefined-programs): Add w3m.
6232         (mm-url-program): Ditto.
6233
6234 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * nnml.el (nnml-use-compressed-files): New variable.
6237         (nnml-filenames-are-evil): Removed.
6238         (nnml-current-group-article-to-file-alist): Don't use.
6239         (nnml-update-file-alist): Inhibit.
6240         (nnml-article-to-file): Use new var.
6241
6242 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6245
6246         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6247
6248 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6251         function.
6252
6253         * gnus-util.el (gnus-cache-file-contents): New function.
6254
6255         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6256         (gnus-agent-load-alist): Use it.
6257
6258         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6259
6260         * nnheader.el (nnheader-insert-nov-file): New function.
6261
6262         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6263
6264         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6265         there are no references.
6266         (gnus-extract-message-id-from-in-reply-to): New function.
6267         (gnus-nov-parse-line): Use in-reply-to if there are no
6268         references.
6269
6270 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271
6272         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6273
6274         * gnus-util.el (gnus-parse-without-error): New macro.
6275
6276 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6277
6278         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6279         (gnus-article-wash-function): use locate-library to decide which
6280         to use.
6281
6282 2002-01-25  Simon Josefsson  <jas@extundo.com>
6283
6284         * pop3.el (pop3-munge-message-separator): Work if no date.
6285         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6286
6287 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * gnus-agent.el (gnus-agent-save-alist): Fix.
6290
6291         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6292         mistake.  Reinstated lost code.
6293
6294 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6295
6296         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6297         one exists in the case of an encrypted message with an internal
6298         signature.
6299
6300 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6303
6304 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * dgnushack.el: Commented out the experimental code.
6307
6308 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6311         error.
6312
6313         * gnus.el (gnus-server-to-method): Made into subst.
6314         (gnus-server-method-cache): New variable.
6315         (gnus-server-to-method): Use it.
6316         (gnus-group-method-cache): New variable.
6317         (gnus-find-method-for-group-1): Renamed.
6318         (gnus-find-method-for-group): New function.
6319         (gnus-group-method-cache): Removed.
6320
6321         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6322         function.
6323
6324         * gnus-range.el (gnus-members-of-range): New function.
6325         (gnus-list-range-intersection): Renamed.
6326         (gnus-inverse-list-range-intersection): New function.
6327
6328         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6329
6330         * nnagent.el (nnagent-retrieve-headers): New implementation.
6331
6332         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6333         implementation.
6334
6335 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6338         `w3m-meta-content-type-charset-regexp'.
6339
6340         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6341         charset-encoded html contents.
6342
6343 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6344
6345         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6346         an empty file.
6347
6348         * nnweb.el (url): Ignore errors when request url.
6349
6350         * nnrss.el: Clean up the comments.
6351
6352 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6355
6356         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6357         (mm-inline-media-tests): Test whether the value of
6358         `mm-inline-text-html-renderer' is a function for text/html.
6359
6360         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6361         separated from `mm-inline-text'.
6362         (mm-w3m-minor-mode): New variable.
6363         (mm-w3m-setup): New variable.
6364         (mm-setup-w3m): New function.
6365         (mm-inline-text-html-render-with-w3m): New function.
6366         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6367         text/html.
6368
6369 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6370
6371         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6372
6373 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6376         and `gnus-xmas-completing-read'.
6377
6378 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6379
6380         * nneething.el (nneething-message-id-number): Abolished.
6381         (nneething-encode-file-name): Not encode numerical characters.
6382         (nneething-make-head): `nneething-message-id-number' is not
6383         used to generate message IDs.
6384
6385 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6386
6387         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6388         characters.
6389
6390 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6393         (gnus-xmas-redefine): Redefine conditionally.
6394
6395 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6396
6397         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6398         tag.
6399
6400 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6401
6402         * message.el (message-font-lock-keywords): Added the secure tag.
6403         * mml-sec.el: Added functions to generate/modify/remove the secure
6404         tag while in message mode.
6405         * mml-sec.el (mml-secure-message): New.
6406         * mml-sec.el (mml-unsecure-message): New.
6407         * mml-sec.el (mml-secure-message-sign-smime): New.
6408         * mml-sec.el (mml-secure-message-sign-pgp): New.
6409         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6410         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6411         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6412         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6413         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6414         convert it to either a part or multipart depending on if there are
6415         other parts in the message.
6416         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6417         to use the secure tag, rather than the part tag.
6418         * mml.el (mml-preview): Added a save-excursion to keep cursor
6419         position after doing an MML preview.
6420
6421 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * nnheader.el (nnheader-parse-overview-file): New function.
6424         (nnheader-write-overview-file): New function.
6425
6426 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6429         in wanted.
6430
6431         * nnweb.el (nnweb-type-definition): Clean up.
6432
6433 2002-01-21  Alastair Burt  <burt@dfki.de>
6434         Trivial patch.
6435
6436         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6437         buffer exists before jumping to it.
6438
6439 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6442         function.
6443         (article-wash-html): Use it.
6444         (gnus-article-wash-function): New variable.
6445         (gnus-article-wash-html-with-w3m): New function.
6446
6447 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6448
6449         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6450         XEmacs.
6451
6452 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6453
6454         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6455         command line.
6456
6457 2002-01-21  Simon Josefsson  <jas@extundo.com>
6458
6459         * canlock.el (base64-encode-string): Autoload it from base64.
6460         (canlock-make-cancel-key): Base64 encode unibyte string.
6461
6462 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * nnfolder.el (nnfolder-request-accept-article): Unfold
6465         x-from-line.
6466         (nnfolder-request-replace-article): Ditto.
6467
6468 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6469
6470         * gnus-group.el (gnus-group-best-unread-group): Use the right
6471         positioning function.
6472
6473 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * smiley-ems.el (smiley-region): Use new function.
6476         (smiley-update-cache): Use general image functions.
6477         (smiley-region): Use general functions.
6478
6479         * gnus-util.el (gnus-graphic-display-p): New function.
6480
6481         * nnmail.el (nnmail-article-group): Allow outputting traces of
6482         non-strings.
6483
6484         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6485         (nndoc-exim-bounce-type-p): New function.
6486
6487         * message.el (message-dont-send): Doc fix.
6488
6489         * gnus-util.el (gnus-completing-read): Remove
6490         inherit-input-method.
6491
6492         * gnus-art.el (gnus-treat-smiley): Doc fix.
6493
6494         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6495         articles.
6496
6497 2002-01-19  Simon Josefsson  <jas@extundo.com>
6498
6499         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6500         (imap-kerberos4-open): Ditto.
6501         (imap-open): Set port correctly, don't set auth.
6502
6503 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * gnus.el (gnus-version-number): Bump version number.
6506
6507 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6508
6509         * gnus.el: Oort Gnus v0.05 is released.
6510
6511 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6514         exists.
6515
6516         * gnus-spec.el (gnus-string-width-function): New function.
6517         (gnus-tilde-cut-form): Use it.
6518         (gnus-tilde-max-form): Ditto.
6519         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6520         (gnus-substring-function): Use it.
6521         (gnus-tilde-cut-form): Ditto.
6522         (gnus-substring-function): New function.
6523
6524         * message.el (message-check-news-header-syntax): New message.
6525
6526         * gnus.el (gnus-slave-no-server): Doc fix.
6527
6528         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6529
6530 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6533         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6534         (seen (NUM1 . NUM2)).
6535
6536 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6539         number in closed topics.
6540
6541 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6542
6543         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6544         functions.
6545
6546 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus.el (gnus-group-find-parameter): Clean up.
6549
6550         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6551         articles.
6552
6553         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6554
6555         * nnmail.el (nnmail-article-group): Clean up.
6556
6557 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6558
6559         * gnus-agent.el (gnus-category-name): Intern the category name.
6560
6561 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6562
6563         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6564
6565         * gnus-util.el (gnus-completing-read): New function.
6566
6567 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6568
6569         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6570
6571         * smiley-ems.el (smiley-region): Register smiley.
6572         (smiley-toggle-buffer): Rewrite the function.
6573         (smiley-active): Removed.
6574
6575 2002-01-19  Simon Josefsson  <jas@extundo.com>
6576
6577         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6578         Jesper Harder <harder@ifa.au.dk>.
6579
6580 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6581
6582         * gnus-art.el (gnus-request-article-this-buffer): Call
6583         `nneething-get-file-name' to extract the file name from the
6584         message id.
6585
6586         * nneething.el (nneething-encode-file-name): New function.
6587         (nneething-decode-file-name): Ditto.
6588         (nneething-get-file-name): Ditto.
6589         (nneething-make-head): Encode the file name and encapsulate it
6590         into the field of the message id.
6591
6592 2002-01-18  Simon Josefsson  <jas@extundo.com>
6593
6594         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6595         stored in .marks.
6596
6597         * nnfolder.el (nnfolder-request-update-info): Ditto.
6598
6599 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6600
6601         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6602
6603 2002-01-18  Simon Josefsson  <jas@extundo.com>
6604
6605         * imap.el (imap-starttls-p): Don't check for binary.
6606         (imap-gssapi-auth-p): Ditto.
6607         (imap-kerberos4-auth-p): Ditto.
6608         (imap-open): Change logic.  Iterate through all possible streams,
6609         instead of bailing out after first failure.  Move authenticator
6610         decision to `imap-authenticate'.
6611         (imap-authenticate): Change logic, now finds the authenticator to
6612         use, was previously in `imap-open'.
6613         (imap-open): Return nil on failure.
6614         (imap-open): Setup temp buffer correctly.
6615         (imap-open): Return buffer only on success.
6616         (imap-interactive-login, imap-interactive-login): Tell the user
6617         which stream/authenticator is used for the queried
6618         username/password.
6619         (imap-open, imap-authenticate): Set variables.
6620         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6621         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6622
6623 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6626
6627 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6630
6631 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6632
6633         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6634         (gnus-agent-group-mode-map): Bind it to "Jo".
6635         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6636
6637 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6638
6639         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6640         (gnus-summary-mail-toolbar): Add mail article deletion button.
6641
6642         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6643         false positives for lines of "^^^^".
6644
6645         * gnus-picon.el (gnus-picon-find-face): faces database is all
6646         lowercase.
6647
6648 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6649
6650         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6651         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6652         duplications.
6653         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6654
6655 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * gnus-sum.el (gnus-summary-initial-limit): Inline
6658         gnus-summary-limit-children.
6659         (gnus-summary-initial-limit): Don't limit if
6660         gnus-newsgroup-display is nil.
6661         (gnus-summary-initial-limit): No, don't.
6662
6663         * gnus-util.el
6664         (gnus-put-text-property-excluding-characters-with-faces): Inline
6665         gnus-put-text-property.
6666
6667         * gnus-spec.el (gnus-default-format-specs): New variable.
6668
6669         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6670         gnus-format-specs.
6671         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6672
6673         * gnus-spec.el (gnus-update-format-specifications): Really check
6674         the Gnus version of the .newsrc.eld file.
6675         (gnus-format-specs): Save the new default summary format.
6676
6677         * gnus-util.el (gnus-parent-id): Check whether references is empty
6678         before splitting.
6679
6680         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6681         functions.
6682         (gnus-gather-threads-by-references): Inline
6683         `gnus-split-references'.
6684
6685         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6686         default value of gnus-summary-line-format-spec.
6687
6688 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6689
6690         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6691         message.
6692         (nnslashdot-request-list): Ditto.
6693         (nnslashdot-sid-strip): Removed.
6694
6695 2002-01-15  Simon Josefsson  <jas@extundo.com>
6696
6697         * nnimap.el (nnimap-close-asynchronous): Enable.
6698         (nnimap-close-group): Expunge.
6699
6700 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6701
6702         * gnus-util.el (gnus-user-date-format-alist): Typo.
6703         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6704
6705 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6706
6707         * nneething.el (nneething-request-article): Set
6708         `nnmail-file-coding-system' to `binary' locally, in order to read
6709         files without any conversion.
6710
6711 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6712
6713         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6714         nnheader-file-coding-system and nnmail-active-file-coding-system.
6715         (gnus-agent-regenerate-group): Ditto.
6716         (gnus-agent-regenerate): Ditto.
6717         (gnus-agent-write-active): Ditto.
6718         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6719
6720 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6723         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6724
6725 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6726
6727         * gnus.el: We don't need gnus-article-show-all-headers.
6728
6729         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6730         Ditto.
6731
6732         * gnus-sum.el (gnus-summary-select-article): Don't call
6733         show-all-headers, because hidden headers are not hidden text any
6734         more.
6735
6736 2002-01-13  Simon Josefsson  <jas@extundo.com>
6737
6738         * message.el (message-newline-and-reformat): Use `newline' instead
6739         of inserting \n, so that the newline is marked as hard.
6740
6741         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6742         From Jesper Harder <harder@ifa.au.dk>.
6743
6744 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6745
6746         * imap.el (imap-close): Keep going if quit.
6747
6748         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6749         nntp-server-buffer.
6750
6751 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6752
6753         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6754         avoid unbinding shadowed variables.
6755
6756         * gnus-art.el (gnus-picon-databases): Moved here.
6757         (gnus-picons-installed-p): Moved here.
6758         (gnus-article-reply-with-original): Use `mark'.
6759
6760         * gnus.el (gnus-picon): Moved here and renamed.
6761
6762         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6763         installed.
6764         (gnus-treat-mail-picon): Ditto.
6765         (gnus-treat-newsgroups-picon): Ditto.
6766
6767         * gnus-picon.el (gnus-picons-installed-p): New function.
6768
6769 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6770
6771         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6772
6773 2002-01-12  Simon Josefsson  <jas@extundo.com>
6774
6775         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6776         (nnimap-before-find-minmax-bugworkaround): Use it.
6777         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6778         (nnimap-dont-close): New variable.
6779         (nnimap-close-group): Use it.
6780
6781 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * gnus-art.el (gnus-article-reply-with-original): Use
6784         `mark-active'.
6785
6786         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6787
6788         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6789         (gnus-score-advanced): Clean up.
6790         (gnus-score-advanced): Accept a multiple of the score.
6791
6792 2002-01-12  Simon Josefsson  <jas@extundo.com>
6793
6794         * flow-fill.el (fill-flowed-display-column)
6795         (fill-flowed-encode-columnq): New variables.  Suggested by
6796         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6797         (fill-flowed-encode, fill-flowed): Use them.
6798
6799         * message.el (message-send-news, message-send-mail): Use
6800         m-b-s-n-p-e-h-n.
6801
6802         * mml.el (autoload): Autoload fill-flowed-encode.
6803         (mml-buffer-substring-no-properties-except-hard-newlines): New
6804         function.
6805         (mml-read-part): Use it.
6806         (mml-generate-mime-1): Encode format=flowed if appropriate.
6807         (mml-insert-mime-headers): Insert format=flowed.
6808
6809         * flow-fill.el (fill-flowed-encode): New function.
6810         (fill-flowed): Bind fill-column to window width.
6811
6812 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6815         it exists.
6816         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6817         (gnus-summary-buffer-name): Don't return the dead name after all.
6818         (gnus-summary-setup-buffer): Kill the dead buffer.
6819
6820         * gnus-art.el (gnus-article-followup-with-original): Store the
6821         value of the mark before deactivating it.
6822
6823 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6824
6825         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6826         From: Karl Kleinpaste <karl@charcoal.com>
6827
6828         * gnus-art.el (article-display-x-face): Ditto.
6829         (gnus-article-reply-with-original): Use gnus-region-active-p.
6830         (gnus-article-followup-with-original): Ditto.
6831
6832         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6833         downloadable article either.
6834
6835 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6836
6837         * gnus-art.el (article-display-x-face): Insert From:.
6838
6839         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6840         article. Bind gnus-display-mime-function and
6841         gnus-article-prepare-hook.
6842
6843         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6844         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6845         gnus-agent-possibly-synchronize-flags to the last.
6846         (gnus-agent-go-online): New function. New variable.
6847
6848 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6849
6850         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6851         (gnus-agent-regenerate): Ditto.
6852
6853 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * message.el (message-ignored-news-headers)
6856         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6857         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6858
6859         * gnus.el (gnus-gethash-safe): New macro.
6860
6861         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6862         (gnus-agent-regenerate): Show messages.
6863
6864 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6865
6866         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6867         (gnus-agent-regenerate): New function.
6868         (gnus-agent-save-alist): Sort.
6869         (gnus-agent-copy-nov-line): Test eobp.
6870         (gnus-agent-retrieve-headers): Erase buffer.
6871
6872 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6873
6874         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6875         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6876
6877         * gnus.el (gnus-agent-covered-methods): Move here.
6878         (gnus-online): New function.
6879         (gnus-agent-method-p): Move here.
6880
6881         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6882         nil. Remove articles-alist.
6883
6884         * gnus-start.el (gnus-get-unread-articles): Check online.
6885         (gnus-groups-to-gnus-format): Ditto.
6886         (gnus-active-to-gnus-format): Ditto.
6887
6888         * gnus-agent.el (gnus-agent-get-function): Use it.
6889         (gnus-agent-get-undownloaded-list): Ditto.
6890         (gnus-agent-fetch-session): Only fetch online methods.
6891
6892         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6893         (gnus-server-mode-map): Ditto.
6894         (gnus-server-offline-face): New face.
6895         (gnus-server-offline-face): New variable.
6896         (gnus-server-font-lock-keywords): Add offline.
6897         (gnus-server-insert-server-line): Ditto.
6898         (gnus-server-offline-server): New function.
6899
6900         * gnus-int.el (gnus-open-server): Turn to offline.
6901         (gnus-server-unopen-status): New variable.
6902
6903 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6904
6905         * nnkiboze.el (nnkiboze-request-article): Use
6906         gnus-agent-request-article.
6907
6908         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6909         function. Insert undownloaded NOV.
6910
6911         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6912         (gnus-agent-request-article): New function.
6913
6914         * gnus.el (gnus-agent-cache): New variable.
6915
6916         * gnus-int.el (gnus-retrieve-headers): Use
6917         gnus-agent-retrieve-headers.
6918         (gnus-request-head): Use gnus-agent-request-article.
6919         (gnus-request-body): Ditto.
6920
6921         * gnus-art.el (gnus-request-article-this-buffer): Use
6922         gnus-agent-request-article.
6923
6924         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6925         article if it is undownloaded.
6926
6927 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6930
6931 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * canlock.el (canlock-string-as-unibyte): New macro.
6934         (canlock-sha1-with-openssl): Return a unibyte string.
6935         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6936
6937 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6938
6939         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6940
6941 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6942
6943         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6944         application/x-emacs-lisp.
6945
6946         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6947
6948         * nntp.el (nntp-request-article): Add group parameter.
6949         (nntp-request-head): Ditto.
6950         (nntp-find-group-and-number): Add parameter group. Figure out
6951         number if the status line doesn't give (e.g. quimby.gnus.org).
6952
6953 2002-01-08  Simon Josefsson  <jas@extundo.com>
6954
6955         * mml.el (mml-generate-mime-1): Set recipient correctly.
6956
6957 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6958
6959         * message.el (message-read-from-minibuffer): Add parameter
6960         initial-contents.
6961         * gnus-msg.el (gnus-summary-resend-message): Use it.
6962
6963         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6964         behavior of quit-config.
6965
6966         * message.el (message-make-from): Don't quote fullname.
6967         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6968
6969         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6970         From: <andre@slamdunknetworks.com>
6971
6972 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6975
6976         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6977
6978         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6979         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6980         because bbdb may use it.
6981
6982 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6983
6984         * nneething.el (nneething-request-article): When a non-text file
6985         is converted to an article, its data is encoded in base64.  Call
6986         `nneething-make-head' with options to specify MIME types.
6987         (nneething-make-head): Add optional arguments to specify MIME
6988         types.
6989
6990 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6991
6992         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6993         header if there is not.
6994
6995         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6996
6997         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6998         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6999         (gnus-inews-do-gcc): Use them.
7000
7001         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7002         gnus-newsgroup-unselected.
7003
7004 2002-01-06  Simon Josefsson  <jas@extundo.com>
7005
7006         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7007         condition-case, not ignore-errors.
7008
7009 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7010
7011         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7012         gnus-fetch-old-headers.
7013
7014         * gnus-art.el (article-display-x-face): Use the current buffer
7015         unless `W f'. Otherwise, X-Face may be shown in the header of a
7016         forwarded part.
7017         (gnus-treatment-function-alist): Treat xface before hiding
7018         headers.
7019
7020 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7023         parameters.
7024
7025 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7026
7027         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7028         (mm-guess-charset): New function.
7029         (mm-charset-after): Use it.
7030         (mm-detect-coding-region): New function.
7031         (mm-detect-mime-charset-region): New function.
7032
7033         * gnus-sum.el (gnus-summary-show-article): Use
7034         mm-detect-coding-region.
7035
7036 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * message.el (message-make-fqdn): Be less violent.
7039
7040         * gnus.el (gnus-logo-color-style): Compute custom form
7041         automatically.
7042
7043         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7044         score file of the parent to the document group.
7045
7046         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7047         parameters parameter.
7048
7049         * gnus-score.el (gnus-score-load-file): Clean up.
7050
7051 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7052
7053         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7054         From: Damien Wyart <damien.wyart@free.fr>
7055
7056         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7057
7058 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7059
7060         * gnus-sum.el (gnus-select-group-hook): Typo.
7061
7062         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7063         is no quoted-printable-encoded STRING.
7064         From: Jesper Harder <harder@ifa.au.dk>
7065
7066         (rfc2047-decode-string): Decode it.
7067
7068 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7071
7072 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7073         Trivial patch.
7074
7075         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7076         buffer to get rid of junk line.
7077
7078 2002-01-05  Simon Josefsson  <jas@extundo.com>
7079
7080         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7081         C-o.
7082         (message-mode-map): Bind message-insert-or-toggle-importance to
7083         C-c C-u.
7084         (message-mode-map): Bind message-disposition-notification-to to
7085         C-c M-n.
7086         (message-mode-menu): Add m-d-n-t.
7087         (message-mode-field-menu): Add m-goto-from.
7088         (message-mode): Doc fix.
7089         (message-goto-from): New function.
7090         (message-insert-disposition-notification-to): New function.
7091         (message-tool-bar-map): Add receipt button.
7092
7093 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * gnus-sum.el (gnus-thread-latest-date): New function.
7096         (gnus-thread-sort-by-most-recent-number): Renamed.
7097         (gnus-thread-sort-functions): Doc fix.
7098         (gnus-select-group-hook): Don't use setq on a hook.
7099         (gnus-thread-latest-date): Use date, not number
7100
7101         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7102         (gnus-agent-expire): Allow regexp of expire-days.
7103
7104         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7105         region.
7106         (gnus-article-followup-with-original): Ditto.
7107
7108         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7109
7110         * gnus-art.el (gnus-mime-display-alternative): Use
7111         gnus-local-map-property.
7112         (gnus-mime-display-alternative): Ditto.
7113         (gnus-insert-mime-security-button): Ditto.
7114         (gnus-insert-next-page-button): Ditto.
7115         (gnus-button-prev-page): Take optional args.
7116         (gnus-insert-prev-page-button): widget-convert.
7117
7118         * gnus-util.el (gnus-local-map-property): New function.
7119
7120         * gnus-art.el (gnus-prev-page-map): Use parent map.
7121         (gnus-next-page-map): Ditto.
7122
7123         * gnus-spec.el (gnus-parse-format): Clean up.
7124         (gnus-parse-format): Do complex formatting for %=.
7125
7126         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7127         "X-Face: " to the data in the built-in scenario.
7128
7129         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7130         (gnus-correct-pad-form): Renamed.
7131         (gnus-tilde-max-form): Clean up.
7132         (gnus-pad-form): Use gnus-use-correct-string-widths.
7133
7134         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7135         support if that is available.
7136
7137         * gnus-sum.el (gnus-thread-highest-number): New function.
7138         (gnus-thread-sort-by-most-recent-thread): New function.
7139         (gnus-thread-sort-functions): Doc fix.
7140
7141 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7144         all cases.
7145         (gnus-summary-mode): Enable it in all cases.
7146         (gnus-summary-display-article): Ditto.
7147         (gnus-summary-edit-article): Ditto.
7148
7149         * gnus-ems.el (gnus-put-image): Really return glyph.
7150
7151         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7152         (gnus-treat-smiley): Don't take "P" in the interactive form.
7153
7154 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * compface.el (uncompface): XEmacs and Emacs have differing
7157         capabilities.
7158
7159         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7160
7161         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7162         (gnus-article-xface-ring-size): Removed.
7163         (gnus-article-display-xface): Removed.
7164         (gnus-remove-image): Cleaned up.
7165
7166         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7167         (gnus-xmas-create-image): Take pbm files.
7168         (gnus-x-face): Removed.
7169         (gnus-xmas-article-display-xface): Removed.
7170
7171         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7172         default-enable-multibyte-characters.
7173
7174         * compface.el (uncompface): Doc fix.
7175
7176         * gnus-art.el (gnus-article-x-face-command): Use
7177         gnus-display-x-face-in-from.
7178
7179         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7180
7181         * gnus-ems.el (gnus-put-image): Return the image.
7182
7183         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7184         (gnus-x-face): Moved here.
7185
7186 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7187
7188         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7189         invisible if string is nil.
7190         (gnus-xmas-article-display-xface): Use it.
7191
7192         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7193         property when string is nil.
7194         (gnus-article-display-xface): Use it.
7195
7196 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * gnus-art.el (article-display-x-face): Check whether valid grey
7199         face was returned.
7200         (article-display-x-face): Place image in the right spot.
7201
7202         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7203         stderr.
7204         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7205
7206 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7209         parameters.
7210         (gnus-xmas-put-image): Allow non-strings to be passed.
7211
7212         * gnus-art.el (article-display-x-face): Use optional parameters.
7213
7214         * gnus-ems.el (gnus-create-image): Take optional parameters.
7215
7216         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7217
7218         * compface.el (compface-xbm-p): Removed.
7219
7220         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7221         (gnus-article-display-xface): Use compface.
7222
7223         * compface.el: New file.
7224
7225         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7226         (gnus-convert-image-to-x-face-command): Ditto.
7227         (gnus-random-x-face): Quote argument.
7228         (gnus-x-face-from-file): Ditto.
7229
7230 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7231
7232         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7233         the expire-group parameter once per article rather than once
7234         per group; bind `nnmaildir-article-file-name' and `article'
7235         for convenience.  Leave article alone when expire-group
7236         specifies the current group.
7237         (nnmaildir--update-nov): be more concurrency-friendly with
7238         temp file names.
7239
7240 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * gnus-start.el (gnus-read-init-file): Cleaned up.
7243
7244 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7245
7246         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7247         (gnus-read-init-file): Don't use it.
7248
7249 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7250
7251         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7252
7253 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7254
7255         * gnus-start.el (gnus-read-init-file): Don't force coding system
7256         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7257
7258 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7259
7260         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7261         * nnspool.el (nnspool-request-post): Ditto.
7262
7263         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7264         (mm-find-mime-charset-region): Use it.
7265
7266 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7267
7268         * gnus.el (gnus-summary-line-format): Added :link.
7269         * gnus-topic.el (gnus-topic-line-format): Ditto.
7270         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7271         * gnus-srvr.el (gnus-server-line-format): Ditto.
7272         * gnus-group.el (gnus-group-line-format): Ditto.
7273
7274         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7275         :keys, it works on both Emacsen.
7276
7277 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7278
7279         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7280
7281 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7284
7285 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7286
7287         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7288         very wide reply.
7289
7290 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7293         (gnus-picon-cache): New variable.
7294         (gnus-picon-transform-newsgroups): Cache stuff.
7295
7296         * gnus-art.el (gnus-article-reply-with-original): New command.
7297         (gnus-article-followup-with-original): New command.
7298
7299         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7300         END parameters.
7301         (gnus-summary-followup): Take a list of list of articles.
7302         (gnus-inews-yank-articles): Allow lists of article/regions.
7303
7304         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7305         longer the usual commands.
7306
7307         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7308         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7309         shell-command-on-region.
7310
7311 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7312
7313         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7314           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7315
7316 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7317
7318         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7319         understand ':keys', wrap it in an featurep 'xemacs.
7320
7321 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7322
7323         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7324         order of headers (Actually, it is called in a reversed order). Add
7325         'gnus-image-text-deletable property.
7326         (gnus-remove-image): Remove text with such a property.
7327
7328         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7329         gnus-put-image.
7330
7331         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7332         with ", "
7333
7334 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7337
7338         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7339         (article-display-x-face): Display grey X-Faces.
7340
7341         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7342         (gnus-convert-gray-x-face-to-ppm): Ditto.
7343         (gnus-convert-image-to-gray-x-face): Ditto.
7344
7345         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7346         gnus-summary-show-raw-article.
7347
7348 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7349
7350         Display picons in XEmacs without showing text.
7351
7352         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7353         mm-create-image-xemacs to create xbm glyph, because it deletes
7354         temporary files.
7355         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7356         (gnus-xmas-remove-image): Make text visible, remove glyph.
7357
7358         * gnus-picon.el (gnus-picon-transform-newsgroups)
7359         (gnus-picon-transform-address): Insert spec backward, due to the
7360         incompatibility of gnus-xmas-put-image.
7361
7362 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7363
7364         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7365
7366 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367
7368         * gnus.el: Doc fix.
7369
7370         * gnus-art.el: Doc fix.
7371
7372         * gnus-agent.el: Doc fix.
7373
7374 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7375
7376         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7377
7378 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7379
7380         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7381         NOV data out of the message again if nnmail-extra-headers has
7382         changed.
7383
7384 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * gnus-fun.el: New file.
7387         (gnus-convert-image-to-x-face-command): New variable.
7388         (gnus-insert-x-face): New function.
7389         (gnus-random-x-face): Renamed.
7390         (gnus-x-face-from-file): Renamed.
7391
7392         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7393         "_".
7394         (gnus-body-boundary-delimiter): Typo fix.
7395
7396 2002-01-02  Simon Josefsson  <jas@extundo.com>
7397
7398         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7399         (gnus-body-boundary-delimiter): Fix type.
7400
7401 2002-01-01  Simon Josefsson  <jas@extundo.com>
7402
7403         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7404         (gnus-treat-emphasize, gnus-treat-strip-cr)
7405         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7406         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7407         (gnus-treat-fill-article, gnus-treat-hide-citation)
7408         (gnus-treat-hide-citation-maybe)
7409         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7410         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7411         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7412         (gnus-treat-date-ut, gnus-treat-date-local)
7413         (gnus-treat-date-english, gnus-treat-date-lapsed)
7414         (gnus-treat-date-original, gnus-treat-date-iso8601)
7415         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7416         (gnus-treat-strip-trailing-blank-lines)
7417         (gnus-treat-strip-leading-blank-lines)
7418         (gnus-treat-strip-multiple-blank-lines)
7419         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7420         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7421         (gnus-treat-display-xface, gnus-treat-display-smileys)
7422         (gnus-treat-from-picon, gnus-treat-mail-picon)
7423         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7424         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7425         (gnus-treat-play-sounds, gnus-treat-translate)
7426         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7427
7428         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7429         (gnus-article-treat-body-boundary): Use it.
7430
7431         * message.el (message-mode): Fix doc.
7432         (message-mode-menu): Fix names.
7433
7434 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7437         articles.
7438
7439         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7440         (gnus-picon-transform-address): Search for unknown faces as well.
7441         (gnus-picon-find-face): Don't search "news" for MISC.
7442         (gnus-picon-user-directories): Changed default back to exclude
7443         "unknown".
7444
7445         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7446
7447         * gnus-picon.el (gnus-picon-find-face): Search through all
7448         databases.
7449         (gnus-picon-find-face): New implementation.
7450
7451         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7452         keystroke.
7453         (gnus-topic-goto-next-topic): Ditto.
7454
7455         * gnus.el (gnus-summary-line-format): Changed default.
7456
7457         * nnmail.el (nnmail-extra-headers): Change default.
7458
7459         * gnus-sum.el (gnus-extra-headers): Change default.
7460
7461         * message.el (message-news-other-window): Changed "news" to
7462         "posting".
7463         (message-news-other-frame): Ditto.
7464         (message-do-send-housekeeping): Ditto.
7465
7466         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7467         function.
7468         (gnus-article-unread-p): New function.
7469         (gnus-article-unseen-p): New function.
7470         (gnus-dead-summary-mode-map): Typo.
7471
7472         * gnus-util.el (gnus-make-predicate): New function.
7473         (gnus-make-predicate-1): New function.
7474
7475         * gnus-sum.el: New function.
7476         (gnus-map-articles): New function.
7477
7478         * gnus-art.el (gnus-treat-fold-headers): New variable.
7479         (gnus-article-treat-fold-headers): New command and keystroke.
7480
7481         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7482         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7483
7484 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7485
7486         * message.el (message-fcc-externalize-attachments): New variable.
7487         (message-do-fcc): Use it.
7488
7489         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7490         (gnus-inews-do-gcc): Use it.
7491
7492         * mml.el (mml-tweak-sexp-alist): New variable.
7493         (mml-externalize-attachments): New variable.
7494         (mml-tweak-part): Use mml-tweak-sexp-alist.
7495         (mml-tweak-externalize-attachments): New function.
7496
7497 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7498
7499         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7500         'set-glyph-face' so x-face back/foreground can be set.
7501
7502 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7503
7504         * message.el (message-fix-before-sending): Fix a typo.
7505
7506 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * gnus-art.el (gnus-treat-smiley): Renamed command.
7509         (gnus-article-remove-images): New command and keystroke.
7510
7511         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7512
7513         * smiley-ems.el (gnus-smiley-display): Removed.
7514
7515         * gnus.el (gnus-version-number): Update version.
7516
7517         * message.el (message-text-with-property): Renamed and moved
7518         here.
7519         (message-fix-before-sending): Highlight invisible text and place
7520         point there.
7521
7522 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7523
7524         * gnus.el: Oort Gnus v0.04 is released.
7525
7526 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7529
7530         * gnus-art.el (gnus-ignored-headers): More headers,
7531
7532         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7533         of `scan-error', since XEmacs doesn't seem to support that.
7534
7535 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7538         arg.
7539         (gnus-summary-best-unread-subject): Ditto.
7540         (gnus-summary-best-unread-subject): No, don't.
7541         (gnus-summary-better-unread-subject): New command.
7542
7543         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7544
7545         * lpath.el ((featurep 'xemacs)): fbind url function.
7546
7547         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7548         buffer.
7549         (gnus-xmas-remove-image): Implementation that does something.
7550         (gnus-xmas-article-display-xface): Mark images properly.
7551
7552         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7553
7554 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7555
7556         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7557
7558 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559
7560         * gnus-group.el (gnus-group-line-format): Added %O to the default
7561         value.
7562
7563         * gnus-util.el (gnus-text-with-property): The smallest point is
7564         point-min.
7565
7566         * smiley-ems.el (smiley-region): Return images.
7567         (gnus-smiley-display): Allow toggling.
7568         (smiley-region): Use text properties, not overlays.
7569
7570         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7571         implemented yet.
7572
7573         * smiley-ems.el (smiley-update-cache): Check for valid types.
7574
7575         * gnus-art.el (gnus-with-article-buffer): New macro.
7576
7577         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7578         strings as well as the glyphs.
7579         (gnus-picon-transform-address): Ditto.
7580         (gnus-picon-insert-glyph): Ditto.
7581         (gnus-picon-transform-newsgroups): Toggle.
7582         (gnus-picon-transform-address): Toggle.
7583
7584         * gnus-ems.el (gnus-remove-image): New function.
7585         (gnus-put-image): Take an optional string.
7586
7587         * gnus-util.el (gnus-text-with-property): New function.
7588
7589         * gnus-art.el (gnus-delete-images): New function.
7590
7591         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7592
7593         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7594         (gnus-article-wash-status): Use it.
7595         (gnus-signature-toggle): Clean up.
7596         (gnus-add-wash-status): New function.
7597         (gnus-delete-wash-status): New function.
7598         (gnus-article-hide-text-type): Use them throughout.
7599         (gnus-add-image): New function.
7600
7601         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7602
7603         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7604         interface.
7605
7606         * gnus-art.el (article-display-x-face): Cleaned up.
7607
7608         * rfc2047.el (rfc2047-field-value): New function.
7609
7610         * mail-parse.el (mail-header-field-value): New alias.
7611
7612         * gnus-art.el (gnus-mime-print-part): Fix typos.
7613
7614         * smiley-ems.el (gnus-smiley-file-types): New variable.
7615         (smiley-update-cache): Use it.
7616         (smiley-regexp-alist): Suffix-less smiley names.
7617         (smiley-regexp-alist): Added more smileys.
7618
7619         * gnus-sum.el (gnus-print-buffer): Made into own function.
7620         (gnus-summary-print-article): Use it.
7621
7622         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7623         looked for when REQUEST is a string.
7624
7625         * gnus-art.el (gnus-mime-button-commands): Add printing
7626         keystroke.
7627         (gnus-mime-copy-part): Doc fix.
7628         (gnus-mime-print-part): New command.
7629
7630 2001-12-31  Simon Josefsson  <jas@extundo.com>
7631
7632         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7633         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7634
7635 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7636
7637         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7638         (picon): Fix doc.
7639
7640         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7641         longer exists. Remove those codes.
7642         * gnus.el (gnus-use-picons): Ditto.
7643
7644 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7645
7646         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7647         infloop.
7648
7649         * gnus-sum.el (t): New `W D' map.
7650
7651         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7652         (gnus-article-treat-body-boundary): Clean up.
7653         (gnus-body-boundary-face): Removed.
7654         (gnus-article-goto-header): Moved here.
7655         (gnus-article-goto-header): Allow better regexps.
7656         (gnus-article-treat-fold-newsgroups): New command.
7657
7658         * gnus-sum.el (gnus-summary-move-article): We have to select an
7659         article to give `gnus-read-move-group-name' an opportunity to
7660         suggest an appropriate default.
7661
7662         * rfc2047.el (rfc2047-fold-line): New function.
7663         (rfc2047-unfold-line): Ditto.
7664         (rfc2047-fold-region): Don't fold just after the header name.
7665
7666         * mail-parse.el (mail-header-fold-line): New alias.
7667         (mail-header-unfold-line): Ditto.
7668
7669         * gnus-art.el (gnus-body-boundary-face): Renamed.
7670         (gnus-article-treat-body-boundary): Use it.
7671         (gnus-article-treat-body-boundary): Use an invisible header and a
7672         line of underline characters.
7673
7674 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7675
7676         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7677
7678         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7679         (gnus-picon-split-address): New function.
7680         (gnus-picon-find-face): Use it.
7681         (gnus-picon-transform-address): Use it. Set first to t for each
7682         address.
7683
7684         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7685         the macro then use it.
7686         (gnus-treatment-function-alist): Treat picons earlier.
7687
7688 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * gnus-art.el (gnus-body-separator-face): New variable.
7691         (gnus-article-treat-body-boundary): Use a blank, colored line.
7692
7693         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7694         well.
7695
7696         * gnus-art.el (gnus-treat-body-boundary): New variable.
7697         (gnus-article-treat-unfold-headers): Use helper macro.
7698         (gnus-article-treat-body-boundary): New command.
7699
7700         * gnus.el (gnus-logo-color-style): Change the default color.
7701         (gnus-splash-face): Gray, gray.
7702
7703         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7704         colors.
7705
7706         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7707         (gnus-logo-color-style): Ditto.
7708         (gnus-logo-colors): Ditto.
7709
7710         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7711
7712         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7713
7714         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7715         (gnus-picon-transform-newsgroups): New function.
7716
7717         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7718         string.
7719
7720         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7721
7722         * gnus-art.el (gnus-treat-cc-picon): New variable.
7723         (gnus-treat-mail-picon): Renamed.
7724
7725         * gnus-picon.el: New implementation.
7726         (gnus-picon-find-face): Renamed.
7727         (gnus-treat-from-picon): Use it.
7728         (gnus-picon-transform-address): Renamed.
7729         (gnus-treat-from-picon): Use it.
7730         (gnus-picon-create-glyph): Renamed.
7731         (gnus-picon-transform-address): Use it.
7732         (gnus-treat-cc-picon): New command.
7733
7734         * mm-decode.el (mm-create-image-xemacs): Separated out into
7735         function.
7736         (mm-get-image): Use it.
7737
7738         * gnus-art.el (gnus-treat-display-picons): Simplify.
7739         (gnus-treat-from-picon): Renamed.
7740
7741         * gnus-ems.el (gnus-create-image): New function.
7742         (gnus-put-image): New function.
7743
7744         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7745         (gnus-with-article-headers): New macro.
7746         (gnus-article-goto-header): New function.
7747
7748         * gnus-xmas.el (gnus-image-type-available-p): New function.
7749
7750         * gnus-ems.el (gnus-image-type-available-p): New function.
7751
7752 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7753
7754         * nnrss.el (nnrss-check-group): Find the correct tag, because
7755         xml.el is changed.
7756
7757 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7760         lines are shorter than the window width.
7761         (gnus-ignored-headers): More headers.
7762
7763 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7764
7765         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7766         (gnus-treat-unfold-headers): Renamed.
7767         (gnus-article-treat-unfold-headers): New command and keystroke.
7768
7769         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7770
7771         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7772
7773 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7774
7775         * sha1-el.el (sha1-use-external): New variable.
7776         (sha1-region): Use it.
7777         (sha1-string): Ditto.
7778
7779         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7780         * gnus-picon.el: Less warnings when compile.
7781
7782 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7785         alias.
7786         (gnus-picons-database): Default to list.
7787         (gnus-picons-lookup-internal): Use it.
7788
7789         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7790         to "bogus".
7791
7792         * gnus-win.el (gnus-configure-windows-hook): New hook.
7793
7794 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7795
7796         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7797
7798 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799
7800         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7801         lists.
7802         (gnus-select-newsgroup): Don't append; push.
7803         (gnus-adjust-marked-articles): Remove obsolete ranges from
7804         `seen'.
7805         (gnus-update-marks): Clean up.
7806         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7807
7808 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7809
7810         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7811
7812 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * gnus-sum.el (gnus-auto-select-subject): New variable.
7815         (gnus-summary-best-unread-subject): New function.
7816         (gnus-summary-best-unread-article): Use it.
7817         (gnus-summary-first-unseen-subject): New function and command.
7818
7819         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7820         other treatments.
7821
7822         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7823         function.
7824
7825         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7826         from the list of hidden types.
7827
7828         * mm-view.el (mm-inline-text): Ditto.
7829         (mm-inline-text): Ditto.
7830         (mm-w3-prepare-buffer): Ditto.
7831
7832         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7833
7834 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7835
7836         * gnus-art.el (gnus-ignored-headers): Added more headers.
7837
7838 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7839
7840         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7841         once.
7842
7843 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844
7845         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7846
7847 2001-12-28  Simon Josefsson  <jas@extundo.com>
7848
7849         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7850         Jesper Harder <harder@ifa.au.dk>.
7851
7852 2001-12-27  Simon Josefsson  <jas@extundo.com>
7853
7854         * gnus-sum.el (gnus-select-newsgroup): Make
7855         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7856         contain all articles (instead of none) when no seen marks have
7857         been set for the group.
7858         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7859         instead, it seems to result in shorter ranges.
7860
7861 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7862
7863         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7864         insert-before-markers.
7865         From Jesper Harder <harder@ifa.au.dk>
7866
7867 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7868
7869         * nnmaildir.el (nnmaildir-save-mail): create the destination
7870         groups if they do not exist.
7871
7872 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7875
7876 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7877
7878         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7879         gnus-group-real-name.
7880
7881         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7882         (gnus-newsgroup-variables): Ditto.
7883
7884         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7885         return it.
7886
7887 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7888
7889         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7890         * nnmaildir.el (top-level): Add commentary.
7891         (nnmaildir-version): Indicate that nnmaildir is now a standard
7892         part of Gnus, not separately released.
7893
7894 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7895
7896         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7897         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7898         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7899         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7900
7901 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7902
7903         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7904
7905 2001-12-20  Simon Josefsson  <jas@extundo.com>
7906
7907         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7908         ZHU <zsh@cs.rochester.edu>.
7909         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7910         Brian P Templeton <bpt@tunes.org>.
7911
7912 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7913
7914         * nnmaildir.el: New file.
7915         From Paul Jarc <prj@po.cwru.edu>.
7916
7917 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7918
7919         * nndoc.el (nndoc-type-alist): Move forward to the end.
7920
7921 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7924         `dolist'.
7925
7926 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * gnus-win.el (gnus-frames-on-display-list): New function.
7929         (gnus-get-buffer-window): Use it.
7930
7931 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7932
7933         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7934
7935 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7938
7939 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940            From Harald Meland <Harald.Meland@usit.uio.no>
7941
7942         * gnus-win.el (gnus-get-buffer-window): New function.
7943         (gnus-all-windows-visible-p): Use it.
7944
7945         * gnus-util.el (gnus-horizontal-recenter)
7946         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7947         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7948
7949         * gnus-score.el (gnus-score-insert-help): Use it.
7950
7951         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7952         (gnus-generate-tree, gnus-highlight-selected-tree)
7953         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7954         it.
7955
7956         * gnus-art.el (gnus-article-set-window-start)
7957         (gnus-mm-display-part, gnus-request-article-this-buffer)
7958         (gnus-button-next-page, gnus-button-prev-page)
7959         (gnus-article-button-next-page, gnus-article-button-prev-page):
7960         Use it.
7961
7962 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7963
7964         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7965         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7966         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7967
7968 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7969
7970         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7971         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7972         * mml1991.el, nnultimate.el: Add `coding'.
7973
7974 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7975
7976         * ChangeLog: changed coding to buffer-file-coding-system
7977         * ChangeLog.1: same
7978         * nnwfm.el: same
7979         * gnus-smiley.el: same
7980         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7981         * gnus-delay.el: same
7982         * gnus-spec.el: same
7983         * message.el: same
7984         * mml1991.el: same
7985         * nnultimate.el: same
7986
7987 2001-12-16  Simon Josefsson  <jas@extundo.com>
7988         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7989
7990         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7991         (gnus-summary-save-map): Add muttprint.
7992         (gnus-summary-make-menu-bar): Ditto.
7993         (gnus-summary-muttprint): New function.
7994
7995         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7996
7997 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7998
7999         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8000         temporary list instead of buffer.
8001
8002         * mm-url.el (executable-find): autoload.
8003
8004 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8005
8006         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8007         to variable, follow doc-string conventions).
8008
8009 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8010
8011         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8012         subscribe-level
8013         * gnus-topic.el (gnus-subscribe-topics): use it.
8014
8015 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8016
8017         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8018         messages. (A small patch with indentation)
8019         From Sean Neakums <sneakums@zork.net>.
8020
8021         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8022         nil after shooting down the gnus-original-article-buffer.
8023
8024 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8025
8026         * uudecode.el (uudecode-use-external): New variable.
8027         (uudecode-decode-region): Automatically detect external program.
8028
8029         * binhex.el (binhex-use-external): New variable.
8030         (binhex-decode-region-internal): New function.
8031         (binhex-decode-region): Automatically detect external program.
8032
8033         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8034         Use them.
8035
8036 2001-12-12  Simon Josefsson  <jas@extundo.com>
8037
8038         * nnvirtual.el (nnvirtual-always-rescan)
8039         (nnvirtual-component-regexp): Fix doc.
8040
8041         * nnoo.el (defvoo): Add doc to defvoo variables.
8042
8043         * nnml.el (nnml-directory, nnml-active-file)
8044         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8045         (nnml-marks-is-evil, nnml-filenames-are-evil)
8046         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8047
8048         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8049         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8050         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8051         `error'.
8052
8053         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8054         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8055
8056         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8057         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8058         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8059         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8060
8061         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8062         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8063
8064         * imap.el, nnimap.el: Fix indentation.
8065
8066         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8067
8068 2001-12-12  Didier Verna  <didier@xemacs.org>
8069
8070         * gnus-msg.el (gnus-group-news): New function.
8071         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8072         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8073         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8074         for it.
8075         * gnus-msg.el (gnus-summary-news-other-window): New function.
8076         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8077         bind it to `i'.
8078         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8079         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8080         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8081         for it (called with a prefix).
8082         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8083         group-name argument.
8084         * gnus-msg.el (gnus-setup-message): use it.
8085
8086 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8087
8088         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8089
8090 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8091
8092         * mml.el (mime-to-mml): Remove Content-Disposition too.
8093
8094 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8095
8096         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8097         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8098         strings only.
8099         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8100
8101 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8102
8103         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8104         (nnmail-fancy-expiry-target): Use it.
8105         Suggestions from Simon Josefsson <jas@extundo.com>.
8106
8107 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8110
8111 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8112
8113         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8114
8115         * gnus-util.el (gnus-url-unhex-string): Move here.
8116
8117 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8118
8119         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8120         mm-url-decode-entities-nbsp.
8121
8122         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8123         * webmail.el, nnwfm.el: Use mm-url.
8124
8125         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8126         (mm-url-remove-markup): Move from nnweb.
8127         (mm-url-fetch-simple): Move from webmail.
8128
8129         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8130
8131 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8132
8133         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8134         (gnus-summary-print-article): Use it.
8135
8136         * gnus-util.el (gnus-replace-in-string): Typo.
8137
8138 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8139
8140         * nnweb.el (nnweb-replace-in-string): Removed.
8141
8142         * gnus-util.el (gnus-replace-in-string): New function.
8143         (gnus-mode-string-quote): Use it.
8144
8145         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8146         * nnwfm.el (nnwfm-create-mapping): Ditto.
8147
8148 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         * dgnushack.el (dgnushack-compile): nnrss.el and
8151         nnslashdot.el don't depend on nnweb, url, w3.
8152
8153         * nnrss.el: Use mm-url.
8154
8155 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8156
8157         * mm-url.el (mm-url-insert-file-contents): Support file:.
8158
8159 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8160
8161         * mm-view.el: Lower case for the description line. Sync from the
8162         Emacs CVS.
8163
8164 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8165
8166         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8167         From:  Stefan Monnier  <monnier@cs.yale.edu>
8168
8169 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8172
8173 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8174
8175         * mm-url.el: Require executable.
8176         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8177
8178 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8179
8180         * pop3.el (pop3-munge-message-separator): Only use valid date.
8181         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8182
8183         * Makefile.in: gnus-load.elc may not be generated.
8184
8185 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8186
8187         * mm-url.el: New file.
8188         * nnslashdot.el: Use it.
8189         * mm-extern.el (mm-extern-url): Use it.
8190
8191 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * gnus-sum.el (gnus-summary-save-article): Nix
8194         gnus-display-mime-function and gnus-article-prepare-hook.
8195
8196         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8197         the beginning of lines.
8198         (gnus-complex-form-to-spec): Ditto.
8199
8200 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8201
8202         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8203         From Paul Jarc <prj@po.cwru.edu>.
8204
8205 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8206
8207         * message.el: New variable message-subscribed-address-file;
8208         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8209
8210 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8211
8212         * message.el (message-tab-body-function): Set to nil.
8213         (message-tab): Use text-mode-map or global-map.
8214         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8215
8216 2001-11-30  Simon Josefsson  <jas@extundo.com>
8217
8218         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8219         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8220         <christoph.conrad@gmx.de>.
8221         (gnus-agent-fetch-group-1): Add verbose message.
8222
8223 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8226         of integers.
8227
8228 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8229
8230         * message.el (message-newgroups-header-regexp)
8231         (message-completion-alist, message-tab-body-function): Use
8232         defcustom rather than defvar.
8233         (message-tab): Mention `message-tab-body-function' in doc.
8234         Suggested by Karl Eichwalder.
8235
8236 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8237
8238         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8239
8240 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8241
8242         * nnheader.el (nnheader-find-nov-line): Don't use macro
8243         gnus-delete-line.
8244
8245         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8246         (gnus-group-name-charset): Ditto.
8247
8248         * gnus-util.el (gnus-buffer-live-p): Ditto.
8249
8250 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8251
8252         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8253         open parenthesis in doc.
8254         (sieve-manage-authenticator-alist): Typo in doc.
8255         * imap.el (imap-authenticator-alist): Typo in doc.
8256         (imap-stream-alist): Backslash.
8257
8258         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8259           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8260
8261 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8262
8263         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8264
8265         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8266
8267         * gnus-msg.el (gnus-configure-posting-styles): use
8268         make-local-hook. Add LOCAL for add-hook.
8269
8270 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8271
8272         * message.el (message-mode): Use `make-local-hook' unless
8273         obsolete.
8274         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8275
8276 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * canlock.el: Remove sha1.el and base64.el stuff.
8279
8280 2001-11-26  Didier Verna  <didier@xemacs.org>
8281
8282         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8283         if needed.
8284
8285 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * message.el (message-tamago-not-in-use-p): New function.
8288         (message-strip-forbidden-properties): Use it.
8289
8290 2001-11-26  Didier Verna  <didier@xemacs.org>
8291
8292         * gnus-start.el (gnus-check-first-time-used): only check for
8293         existence of .el[d] files.
8294
8295 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8298
8299         * message.el (message-setup-1): Clean up mc-*.
8300
8301 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8302
8303         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8304         * gnus-score.el (gnus-score-find-bnews): Use it.
8305
8306         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8307         (gnus-summary-limit-to-author): Ditto.
8308         (gnus-summary-limit-to-extra): Ditto.
8309         (gnus-summary-find-matching): Support not-matching argument.
8310
8311 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8312
8313         * message.el (message-wash-subject): Use `insert' rather than
8314         `insert-string', which is deprecated.
8315
8316 2001-11-24  Simon Josefsson  <jas@extundo.com>
8317
8318         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8319         message. (Gnus does not "default" to using 8bit for the message,
8320         it default to use 8bit encoding and the user-supplied CTE
8321         value. Calling this behaviour "treating it as 8bit" is perhaps
8322         better.)
8323
8324         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8325         (compare mm-charset-to-coding-system).
8326
8327 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8328
8329         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8330         buffer. Correctly decode hex.
8331
8332 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8333
8334         * gnus-agent.el (gnus-category-insert-line): Convert category
8335         names to strings.
8336
8337 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8338
8339         * message.el (sha1): eval-and-compile.
8340
8341 2001-11-20  Simon Josefsson  <jas@extundo.com>
8342
8343         * message.el (message-allow-no-recipients): New variable.
8344         (message-send): Use it, customize the prompting when posting to
8345         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8346
8347 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8348
8349         * mm-util.el (mm-coding-system-priorities): New variable.
8350         (mm-sort-coding-systems-predicate): New function.
8351         (mm-find-mime-charset-region): Resort coding systems if needed.
8352         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8353
8354 2001-11-20  Didier Verna  <didier@xemacs.org>
8355
8356         * gnus-group.el (gnus-group-make-help-group): new optional
8357         argument to control the error behavior.
8358         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8359         erroring.
8360
8361 2001-11-19  Simon Josefsson  <jas@extundo.com>
8362
8363         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8364         instead of C-c C-u.  Suggested by Per Abrahamsen
8365         <abraham@dina.kvl.dk>.
8366
8367 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8368
8369         * nnfolder.el (nnfolder-read-folder): Use group instead of
8370         nnfolder-current-group.
8371         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8372
8373 2001-11-17  Simon Josefsson  <jas@extundo.com>
8374
8375         * message.el (message-send): Ask user if Fcc/Gcc should be
8376         performed when no other sender was specified.
8377         Suggested by prj@po.cwru.edu (Paul Jarc).
8378
8379 2001-11-17  Simon Josefsson  <jas@extundo.com>
8380
8381         * message.el (message-mode, message-mode-map): Use C-c C-u for
8382         Importance: instead of C-c C-p (used by SC).
8383
8384 2001-11-16  Simon Josefsson  <jas@extundo.com>
8385
8386         * message.el (message-insert-importance-high)
8387         (message-insert-importance-low): Save point.
8388
8389         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8390         value.
8391
8392 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8393
8394         * message.el (message-strip-special-text-properties): New option.
8395         (message-strip-forbidden-properties): Obey it.
8396
8397 2001-11-14  Sam Steingold  <sds@gnu.org>
8398
8399         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8400
8401 2001-11-15  Simon Josefsson  <jas@extundo.com>
8402
8403         Support "Importance:" header in Message.
8404
8405         * message.el (message-mode-map): Bind C-c C-p to
8406         `message-insert-or-toggle-importance'
8407         (message-mode-menu): Add message-insert-importance-{high,low}.
8408         (message-insert-importance-high, message-insert-importance-low)
8409         (message-insert-or-toggle-importance): New functions.
8410         (message-tool-bar-map): Add {un,}important.
8411         (message-mode): Doc fix.
8412
8413 2001-11-15  Simon Josefsson  <jas@extundo.com>
8414
8415         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8416
8417         * mml.el (mml-menu): Fix toolbar tooltip.
8418
8419 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8420
8421         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8422         * nnml.el (nnml-save-marks): Ditto.
8423
8424         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8425
8426 2001-11-15  Simon Josefsson  <jas@extundo.com>
8427
8428         * nnml.el (nnml-save-marks):
8429         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8430         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8431
8432 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8433
8434         * gnus-art.el (gnus-article-wash-status-strings): Use
8435         `copy-sequence', not `copy-seq'.
8436
8437 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8438
8439         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8440         (gnus-gnus-article-wash-status-entry): New function.
8441         (gnus-article-wash-status): Use it.
8442
8443 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8444
8445         * mml1991.el: Add coding header.
8446
8447 2001-11-12  Simon Josefsson  <jas@extundo.com>
8448
8449         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8450         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8451         `mml1991-sign' and `mml1991-encrypt'.
8452         (mml1991-encrypt, mml1991-sign): New glue functions.
8453         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8454
8455         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8456         (mml-menu): Add PGP to menu.
8457
8458         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8459         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8460         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8461         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8462
8463         * mml2015.el: Mention RFC 3156.
8464
8465         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8466
8467 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468
8469         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8470
8471         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8472           From <Michael.Cook@cisco.com>
8473
8474 2001-11-11  Simon Josefsson  <jas@extundo.com>
8475
8476         * message.el (top-level): Autoload sha1.
8477         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8478         canlock, no need to require two different hash algs).  Suggested
8479         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8480
8481 2001-11-09  Simon Josefsson  <jas@extundo.com>
8482
8483         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8484         <Pavel@Janik.cz>.
8485
8486 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8487
8488         * message.el (message-point-in-header-p): New function.
8489         (message-do-auto-fill): Use it.
8490         (message-beginning-of-line): New function.  Goes to beginning of
8491         header value (i.e., end of header name), or to beginning of line
8492         if already at beginning of value.  Behaves like
8493         `beginning-of-line' when in message body.
8494         (message-mode-map): Bind it.
8495
8496 2001-11-08  Simon Josefsson  <jas@extundo.com>
8497
8498         * gnus-msg.el (gnus-posting-styles): Add doc.
8499
8500 2001-11-07  Simon Josefsson  <jas@extundo.com>
8501
8502         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8503
8504         * sieve-mode.el (sieve-control-commands-face)
8505         (sieve-control-commands-face, sieve-action-commands-face)
8506         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8507         faces.
8508         (sieve-font-lock-keywords): Use them.
8509         (sieve-mode): Only set font-lock-defaults in emacs.
8510
8511         * gnus-art.el (gnus-default-article-saver): Add
8512         gnus-summary-save-body-in-file.
8513         (gnus-summary-write-to-file): Fix doc.
8514
8515 2001-11-07  Simon Josefsson  <jas@extundo.com>
8516
8517         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8518         reference to the correct chapter in the manual.
8519
8520         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8521         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8522
8523 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8524
8525         * mml.el (mml-preview): Bind mail-header-separator.
8526
8527 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * message.el: Always require canlock.
8530         (message-ignored-supersedes-headers): Include Cancel-Lock and
8531         Cancel-Key.
8532         (message-insert-canlock): Don't require canlock.
8533         (message-cancel-news): Don't check whether canlock is available.
8534         (message-supersede): Support cancel-locks.
8535
8536         * gnus-art.el: Don't autoload canlock.
8537
8538 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8541         From: <andre@slamdunknetworks.com>
8542
8543 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8544
8545         * many files: Fix copyright lines.
8546
8547 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8548
8549         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8550         Suggested by Dave Love  <fx@gnu.org>.
8551
8552 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8553
8554         * message.el (message-kill-buffer): Remove auto-save file after
8555         confirm.
8556
8557         * message.el (message-send-mail): Call message-generate-headers
8558         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8559
8560         * gnus-topic.el (gnus-topic-rename): Initial-input.
8561         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8562
8563 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8564
8565         * message.el (message-forbidden-properties): New constant.
8566         (message-strip-forbidden-properties): New function.
8567         (message-mode): Activate it.
8568
8569 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8570
8571         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8572         (mm-hack-charsets): Fix doc.
8573
8574 2001-11-02  Simon Josefsson  <jas@extundo.com>
8575
8576         * gnus-int.el (gnus-check-server): Message "...done" when done.
8577
8578         * imap.el (imap-close): Don't message (imap-send-command-wait
8579         returns if the connection is dropped).
8580         (imap-wait-for-tag): Nix out message only when necessary.
8581
8582         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8583         for non-crossposting.
8584         (gnus-sieve-crosspost): Default to t to be consistent with other
8585         parts of Gnus.
8586
8587 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8588
8589         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8590         (mm-iso-8859-x-to-15-table): Ditto.
8591         (mm-iso-8859-x-to-15-region): Ditto.
8592         (mm-find-mime-charset-region): Ditto.
8593
8594 2001-11-01  Simon Josefsson  <jas@extundo.com>
8595
8596         * nnimap.el (nnimap-close-asynchronous): New variable.
8597         (nnimap-close-group): Use it.
8598         (nnimap-expunge): Don't use it.
8599
8600         * imap.el (imap-callbacks): New variable.
8601         (imap-remassoc): Copied from `gnus-remassoc'.
8602         (imap-add-callback): New function.
8603         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8604         behaviour.
8605         (imap-parse-response): Call the callback.
8606
8607         * message.el (message-insert-canlock): New variable.
8608         (message-canlock-generate, message-canlock-password)
8609         (message-insert-canlock): New functions.
8610         (message-send-news): Call `message-insert-canlock'.
8611         (top-level): Require canlock when compiling.
8612         (message-insert-canlock): Require canlock before we need it.
8613
8614 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8615
8616         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8617
8618 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * dgnushack.el (dgnushack-make-load): A workaround for
8621         custom-add-loads bug in some versions of XEmacs.
8622
8623 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8624
8625         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8626
8627 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8628
8629         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8630         (mm-hack-charsets): New variable.
8631         (mm-iso-8859-15-compatible): New variable.
8632         (mm-iso-8859-x-to-15-table): New variable.
8633         (mm-find-mime-charset-region): Add parameter hack-charsets.
8634
8635         * mm-bodies.el (mm-encode-body): Use it.
8636         * mml.el (mml-parse-1): Ditto.
8637
8638 2001-11-01  Simon Josefsson  <jas@extundo.com>
8639
8640         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8641
8642 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8643
8644         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8645         is nil.
8646
8647 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8648
8649         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8650
8651         * message.el (message-forward-rmail-make-body): Use
8652         save-window-excursion.
8653         (message-encode-message-body): Search with noerror.
8654         (message-setup-1): Convert compose-mail send-actions to
8655         message-send-actions.
8656
8657 2001-11-01  Simon Josefsson  <jas@extundo.com>
8658
8659         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8660         <yamaoka@jpl.org>.
8661
8662 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8663
8664         * sieve-manage.el (sieve-string-bytes): No complain.
8665
8666 2001-11-01  Simon Josefsson  <jas@extundo.com>
8667
8668         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8669         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8670         has autoload cookies, so no `require' should be necessary.)
8671
8672         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8673         files.
8674
8675 2001-10-31  Simon Josefsson  <jas@extundo.com>
8676
8677         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8678         parameter.
8679
8680         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8681         `display' is a number (and C-u wasn't used to enter group), only
8682         fetch that number of articles.
8683
8684 2001-10-31  Matt Armstrong  <matt@lickey.com>
8685
8686         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8687         not-subscribed -> subscribed.
8688
8689 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8690         From: Josh Huber <huber@alum.wpi.edu>
8691
8692         * message.el (message-subscribed-address-functions): New variable.
8693         (message-subscribed-addresses): New variable.
8694         (message-subscribed-regexps): New variable.
8695         (message-goto-mail-followup-to): New function.
8696         (message-send-mail): Add Mail-Followup-To.
8697         (message-make-mft): New function.
8698
8699         * gnus.el (gnus-find-subscribed-addresses): New function.
8700
8701 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8702
8703         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8704         (mail-source-fetch-pop): Ditto.
8705         (mail-source-check-pop): Ditto.
8706
8707         * gnus-start.el (gnus-read-init-file): Ditto.
8708         (gnus-activate-group): Ditto.
8709         (gnus-read-newsrc-el-file): Ditto.
8710
8711 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * message.el (message-get-reply-headers): Make sure there is ", ".
8714
8715         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8716         mm-coding-system-p. Don't correct it only in XEmacs.
8717         (mm-charset-to-coding-system): Use mm-coding-system-p and
8718         mm-get-coding-system-list.
8719         (mm-emacs-mule, mm-mule4-p): New variables.
8720         (mm-enable-multibyte, mm-disable-multibyte,
8721         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8722         mm-with-unibyte-current-buffer,
8723         mm-with-unibyte-current-buffer-mule4): Use them.
8724         (mm-find-mime-charset-region): Treat iso-2022-jp.
8725
8726         From  Dave Love  <fx@gnu.org>:
8727
8728         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8729         construction.
8730         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8731         entries conditional on not having a coding system defined for
8732         them.
8733         (mm-mule-charset-to-mime-charset): Use
8734         find-coding-systems-for-charsets if defined.
8735         (mm-charset-to-coding-system): Don't use
8736         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8737         later.  Add last resort search of coding systems.
8738         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8739         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8740         Mule 4.
8741         (mm-find-mime-charset-region): Re-write.
8742         (mm-with-unibyte-current-buffer): Restore buffer as well as
8743         multibyteness.
8744
8745 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8748         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8749         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8750
8751 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8754         again.
8755
8756         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8757
8758 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8759
8760         * gnus-spec.el (gnus-parse-simple-format): Use
8761           buffer-substring-no-properties.
8762
8763 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-art.el (article-verify-cancel-lock): New function.
8766
8767         * nnheader.el (nntp-process-response): New variable.
8768         (nnheader-init-server-buffer): Make `nntp-process-response'
8769         buffer-local in `nntp-server-buffer'.
8770
8771         * nntp.el (nntp-prepare-post-hook): New hook.
8772         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8773         (nntp-async-trigger): Ditto.
8774         (nntp-request-post): Insert a server's ID if there's no Message-ID
8775         header; run `nntp-prepare-post-hook'.
8776
8777 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8778
8779         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8780         instead.
8781
8782         * message.el (message-forward-subject-author-subject): Don't use
8783         message-news-p, which widens the buffer.
8784         (message-forward-make-body): New function.
8785         (message-forward): Use it.
8786         (message-insinuate-rmail): New function.
8787         (message-forward-rmail-make-body): New function.
8788
8789 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * mm-extern.el (mm-extern): Provide it.
8792
8793         * mm-partial.el (mm-partial): Provide it.
8794
8795 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8796
8797         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8798
8799 2001-10-29  Simon Josefsson  <jas@extundo.com>
8800
8801         * mml.el (mml-preview): Bind message-this-is-news if it is
8802         news. From Jesper Harder <harder@myrealbox.com>.
8803
8804 2001-10-28  Simon Josefsson  <jas@extundo.com>
8805
8806         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8807
8808 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8809
8810         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8811         ironic smilies.
8812
8813 2001-10-27  Simon Josefsson  <jas@extundo.com>
8814
8815         * message.el (message-indent-citation): Don't add trailing
8816         whitespace when citing text.
8817
8818         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8819         <harder@ifa.au.dk>.
8820
8821 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8822
8823         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8824         not available.
8825         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8826         (nnweb-type-definition): Add google as alias of dejanews.
8827         (nnweb-google-parse-1): Forward 1 line.
8828
8829 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8830
8831         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8832         variable `message-forward-ignored-headers'.
8833
8834 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8835
8836         * gnus.el (gnus-expand-group-parameter): New function.
8837         (gnus-expand-group-parameters): Call it.
8838         (gnus-group-fast-parameter): New function.
8839         (gnus-group-find-parameter): Call it.
8840
8841 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8842
8843         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8844         vector (it didn't before because of a bug).
8845         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8846         available.  Before it converted it to an article number.
8847
8848         This makes followup to news articles with negative numbers in
8849         nnvirtual groups use news instead of mail.
8850
8851 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8852
8853         * gnus.el (post-method): Use `native' instead of `nil'.
8854
8855         * gnus-msg.el (gnus-post-method): Ditto.
8856
8857 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8858
8859         * gnus.el (gnus-define-group-parameter): Grammar fix.
8860
8861 2001-10-22  Simon Josefsson  <jas@extundo.com>
8862
8863         * gnus-msg.el (gnus-extended-version): Include
8864         system-configuration.
8865         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8866
8867 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8868
8869         * gnus.el (post-method): Customization fix: `native' is not a
8870         valid value.
8871         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8872         `native' is not a valid value.
8873
8874 2001-10-21  Simon Josefsson  <jas@extundo.com>
8875
8876         * nnimap.el (nnimap): Defgroup
8877         (nnimap-strict-function, nnimap-strict-function-match): New
8878         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8879         (nnimap-split-crosspost, nnimap-split-inbox)
8880         (nnimap-split-rule, nnimap-split-predicate)
8881         (nnimap-split-predicate): Defcustom.
8882         (nnimap-split-inbox, nnimap-expunge-search-string)
8883         (nnimap-importantize-dormant): Remove "*" from doc.
8884
8885 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8886
8887         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8888         not supplied via prefix arg.  From Lisp, make arg mandatory.
8889         Suggested by Frank Schmitt.
8890
8891 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8892
8893         * message.el (message-do-auto-fill): Avoid calling
8894         'rfc822-goto-eoh'.
8895
8896 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8897         From Paul Jarc <prj@po.cwru.edu>.
8898
8899         * message.el (message-get-reply-headers): Restructure the logic
8900         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8901
8902 2001-10-20  Simon Josefsson  <jas@extundo.com>
8903
8904         * message.el (message-cancel-news): Support cancel-locks.
8905         Suggested by Per Abrahamsson.
8906
8907         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8908         conses.  From David Z Maze <dmaze@MIT.EDU>.
8909
8910         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8911
8912 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8913
8914         * mm-decode.el (mm-default-directory): Fix customize type.
8915
8916         * message.el (message-setup-fill-variables): Kludge to use
8917         normal-auto-fill-function even if auto fill is already activated.
8918
8919 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8920
8921         * message.el (message-do-auto-fill): New version that does not
8922         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8923         (message-setup-1): Removed the `message-field' property.
8924
8925         * gnus-draft.el (gnus-draft-edit-message): Removed the
8926         `message-field' property.
8927
8928 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8929
8930         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8931         `message-field'.  The `field' property has a special significance in
8932         Emacs 21.
8933
8934         * message.el (message-send, message-setup-1): Ditto.
8935
8936 2001-10-18  Simon Josefsson  <jas@extundo.com>
8937
8938         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8939         when undoing.
8940
8941 2001-10-18  Simon Josefsson  <jas@extundo.com>
8942         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8943
8944         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8945         (gnus-summary-make-menu-bar): Ditto.
8946
8947 2001-10-17  Simon Josefsson  <jas@extundo.com>
8948
8949         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8950         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8951
8952 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8953
8954         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8955         * gnus-util.el (gnus-user-date): New function.
8956         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8957
8958 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8959
8960         * message.el (message-check-news-header-syntax): Special case
8961         nnvirtual groups.
8962
8963         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8964         customize type to `symbol'.
8965
8966 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8967
8968         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8969         %&foo;.
8970         (gnus-parse-simple-format): Support user extended spec too.
8971         %u&foo; invokes gnus-user-format-function-foo.
8972
8973 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8974
8975         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8976         the server.
8977         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8978         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8979         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8980         * nndiary.el (nndiary-request-expire-articles): Ditto.
8981         (nndiary-schedule): Defsubst it before use it.
8982         (nndiary-error): eval-and-compile.
8983
8984 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8985
8986         * gnus-msg.el (gnus-post-method): Changed two instances of
8987         `active' to `current' and one `null' to `not'.
8988
8989 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8990         From Katsumi Yamaoka <yamaoka@jpl.org>.
8991
8992         * message.el (message-setup-fill-variables): Use
8993         `normal-auto-fill-function' instead of `auto-fill-function'.
8994
8995 2001-10-16  Simon Josefsson  <jas@extundo.com>
8996
8997         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8998         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8999         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9000
9001 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9002         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9003
9004         * gnus-draft.el (gnus-draft-edit-message): Add text property
9005         `field' with value `header' to message headers.
9006         * message.el (message-setup-1): Really add text property to all of
9007         the header, not just part of it.
9008
9009 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-group.el (gnus-group-sort-by-server): Use it.
9012
9013         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9014
9015         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9016         and keystroke.
9017
9018 2001-10-14  Simon Josefsson  <jas@extundo.com>
9019
9020         * dig.el: Doc fix.
9021
9022         * smime.el: Doc fix.
9023
9024         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9025         charset magic from message.el.
9026
9027 2001-10-12  Simon Josefsson  <jas@extundo.com>
9028         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9029
9030         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9031         'cite from g-a-wash-types.
9032         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9033         (gnus-article-hide-citation): Fix.
9034
9035         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9036         character.
9037         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9038
9039         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9040         definition.
9041         (gnus-signature-toggle): Toggle `s' mode line character.
9042
9043         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9044         doing stuff that clears it.
9045
9046 2001-10-12  Simon Josefsson  <jas@extundo.com>
9047
9048         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9049         From Eric Marsden <emarsden@laas.fr>.
9050
9051 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9052
9053         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9054         (autoload): Add some autoloads.
9055
9056 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9057         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9058
9059         * message.el (message-do-auto-fill): New function.  Like
9060         `do-auto-fill' but don't fill when in the message header.
9061         (message-setup-1): Put a text property on the message header.
9062         (message-setup-fill-variables): Use `message-do-auto-fill'.
9063
9064 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9065
9066         * message.el (message-send-mail-partially): Insert an empty line
9067         first, because of the change of message-make-lines.
9068
9069 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9070
9071         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9072         iso-8859-15, make it an alias for iso-8859-1.
9073
9074 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * message.el (message-send-news): Don't modify the value of
9077         `message-syntax-checks' if it is not a list (possibly it is
9078         `dont-check-for-anything-just-trust-me').
9079
9080 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9083         `find-coding-system' for XEmacs to check whether the coding-system
9084         `utf-8' is available.
9085
9086 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9089
9090 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9091
9092         * message.el (message-send-news): Oops, missed case with no
9093         "Followup-To" header...
9094
9095 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9096
9097         * message.el (message-send-news): Allow
9098         `gnus-group-name-charset-group-alist' to affect encoding of the
9099         "Newsgroups" and "Followup-To" headers.
9100
9101 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9102
9103         * Makefile.in (install-el): Depend on gnus-load.el.
9104
9105 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9106
9107         * Makefile.in (install-el): Use -f.
9108         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9109
9110 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9111
9112         * message.el (message-send-news): Don't encode Followups-To when
9113         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9114
9115         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9116         header.
9117
9118         * gnus-art.el (article-decode-group-name): Also decode
9119         "Followup-To".
9120
9121         * rfc2047.el (rfc2047-encode-message-header): Encode without
9122         asking for null methods.
9123
9124         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9125         default charset for newsgroup names in accordance with USEFOR.
9126
9127         * gnus-group.el (gnus-group-name-charset-method-alist,
9128         gnus-group-name-charset-group-alist): Removed "*" from doc
9129         strings, "*" should not be used for complex variables.
9130
9131 2001-10-06  Simon Josefsson  <jas@extundo.com>
9132
9133         Support UTF-8 group names better.
9134
9135         * message.el (message-check-news-header-syntax): Encode group
9136         names before comparison.
9137
9138         * gnus-msg.el (gnus-copy-article-buffer): Run all
9139         `gnus-article-decode-hook's except `article-decode-charset'
9140         instead of hardcoding call to one of them.
9141
9142         * gnus-art.el (gnus-article-decode-hook): Add
9143         `article-decode-group-name'.
9144         (article-decode-group-name): New function, use `g-d-n'.
9145
9146         * gnus-group.el (gnus-group-insert-group-line): Decode
9147         gnus-tmp-group using `g-d-n'.
9148
9149         * gnus-util.el (gnus-decode-newsgroups): New function.
9150
9151 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9152
9153         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9154         `gnus-group-name-charset-group-alist'.
9155
9156 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9157
9158         * Makefile.in: Install el in install. Add uninstall.
9159
9160 2001-10-05  Simon Josefsson  <jas@extundo.com>
9161
9162         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9163
9164         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9165
9166         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9167         empty folders.
9168
9169         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9170         limiting if read-all (C-u RET) was used.
9171
9172 2001-10-04  Simon Josefsson  <jas@extundo.com>
9173
9174         * mail-source.el (mail-source-movemail-program): New variable.
9175         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9176         <thutt@thutt.vmware.com>.
9177
9178 2001-10-03  Simon Josefsson  <jas@extundo.com>
9179
9180         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9181         (gnus-summary-line-format-alist): Fix param.
9182
9183 2001-10-02  Simon Josefsson  <jas@extundo.com>
9184
9185         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9186         don't go through `nnimap-request-expire-articles' to delete the
9187         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9188
9189 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190
9191         * gnus-agent.el (gnus-agent-write-active): The min in the
9192         agent/active may be larger than that in the server/active.
9193
9194 2001-10-01  Simon Josefsson  <jas@extundo.com>
9195
9196         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9197         is IMAP4rev1.
9198
9199         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9200
9201         * nnfolder.el: Ditto.
9202
9203 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9204
9205         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9206         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9207
9208 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9209
9210         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9211         (message-mode-menu): Menu item for same.
9212
9213         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9214         delayed articles.
9215
9216         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9217         nndraft:delayed does not exist.
9218         (gnus-delay-initialize): Don't set up keymap, that's done from
9219         message.el now.
9220         (gnus-delay, gnus-delay-group, gnus-delay-header)
9221         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9222
9223 2001-09-29  Simon Josefsson  <jas@extundo.com>
9224
9225         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9226         utf-8, not eight-bit-control.
9227
9228         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9229         (imap-log, imap-debug): Custom.
9230         (imap-log-buffer, imap-debug-buffer): New constants.
9231         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9232         (imap-network-open, imap-shell-open, imap-starttls-open)
9233         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9234         (imap-debug): Use imap-*-buffer.
9235
9236         * nndoc.el (nndoc-article-type): Add mailman.
9237         (nndoc-type-alist): Ditto.
9238         (nndoc-mailman-type-p): New function.
9239
9240 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9243         gnus-art.el.
9244
9245 2001-09-27  Simon Josefsson  <jas@extundo.com>
9246
9247         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9248         (gnus-topic-catchup-articles): New function. Suggested by Robin
9249         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9250
9251 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9252         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9253
9254         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9255         previous ones.
9256
9257 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9258         From Daiki Ueno  <ueno@unixuser.org>
9259
9260         * gnus-sum.el (gnus-summary-show-article): The arglist of
9261         detect-coding-region is incompatible.
9262
9263 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9264         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9265
9266         * gnus-group.el (gnus-group-delete-group): Typo.
9267
9268 2001-09-26  Simon Josefsson  <jas@extundo.com>
9269
9270         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9271
9272         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9273
9274 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9275
9276         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9277
9278 2001-09-22  Simon Josefsson  <jas@extundo.com>
9279
9280         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9281
9282         * nnfolder.el (nnfolder-open-marks): Ditto.
9283
9284         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9285         (gnus-update-marks): Use it.
9286         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9287         hardcoded list.
9288
9289         * gnus.el (gnus-article-special-mark-lists): Add killed.
9290         (gnus-article-unpropagated-mark-lists): New constant.
9291
9292 2001-09-22  Simon Josefsson  <jas@extundo.com>
9293
9294         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9295         custom option.
9296
9297 2001-09-23  Simon Josefsson  <jas@extundo.com>
9298
9299         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9300
9301 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9304
9305 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9306
9307         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9308         accept lists of functions.
9309
9310 2001-09-20  Simon Josefsson  <jas@extundo.com>
9311
9312         * gnus-group.el (gnus-group-catchup): Update expire marks in
9313         backend.  Also, if ALL also set expire marks on tick/dormant.
9314
9315 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9316
9317         * message.el (message-tab-body-function): New variable.
9318         * message.el (message-tab): Use it.
9319
9320 2001-09-19  Sam Steingold  <sds@gnu.org>
9321
9322         * gnus-win.el (gnus-buffer-configuration): Respect
9323         `gnus-bug-create-help-buffer'.
9324
9325 2001-09-18  Simon Josefsson  <jas@extundo.com>
9326
9327         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9328         (gnus-parse-simple-format): Re-revert.
9329
9330 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9331         Trivial patch.
9332
9333         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9334         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9335
9336 2001-09-18  Simon Josefsson  <jas@extundo.com>
9337
9338         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9339         signed.
9340         (gnus-parse-simple-format): Don't use it.
9341
9342 2001-09-17  Miles Bader  <miles@gnu.org>
9343
9344         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9345         error querying a backend abort the whole process.
9346
9347 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9350         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9351
9352 2001-09-17  Didier Verna  <didier@xemacs.org>
9353
9354         * nndiary.el: version 0.2-b14.
9355         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9356         compatibility problem with XEmacs 21.1.
9357
9358 2001-09-15  Simon Josefsson  <jas@extundo.com>
9359
9360         * gnus-group.el (gnus-group-line-format): Document %c.
9361
9362         * nnml.el (nnml-parse-head): Handle CRLF files.
9363         (nnml-generate-nov-file): Ditto.
9364         (nnml-retrieve-headers): Ditto.
9365
9366 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9367
9368         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9369
9370 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9371
9372         * gnus-spec.el (gnus-correct-substring): Still stopped one
9373         character before we wanted (never included last character).
9374         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9375         add missing "," (once per function)
9376
9377 2001-09-14  Simon Josefsson  <jas@extundo.com>
9378
9379         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9380         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9381         default before gnus-group is loaded and the variable set.)
9382
9383         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9384         killed or unsent marks.
9385
9386         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9387         isn't an article to set it on (e.g. when you `a' in a group).
9388
9389 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9390
9391         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9392         can read e-mails from Microsoft Outlook users not using ISO
9393         8859-2 character set.
9394
9395 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9396
9397         * gnus-diary.el: Minor modifications to avoid warnings.
9398         (gnus-summary-misc-menu): defvar.
9399         (gnus-diary-check-message): Use gnus-point-at-eol.
9400         (gnus-diary-kill-entire-line): eval-and-compile.
9401
9402 2001-09-12  Didier Verna  <didier@xemacs.org>
9403
9404         * nndiary.el: new version (0.2-b13).
9405         * nndiary.el (nndiary-mail-sources): doc update.
9406         * nndiary.el (nndiary-split-methods): ditto.
9407         * nndiary.el (nndiary-request-accept-article-hooks): New.
9408         * nndiary.el (nndiary-request-accept-article): use it, check
9409         message validity.
9410         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9411         * nndiary.el (nndiary-schedule): fix bug (misplaced
9412         condition-case): it didn't return nil on error.
9413         * gnus-diary.el: new version.
9414         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9415         * gnus-diary.el (gnus-diary-header-value-history): New.
9416         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9417         * gnus-diary.el (gnus-diary-add-header): New.
9418         * gnus-diary.el (gnus-diary-check-message): New.
9419         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9420         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9421
9422 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9423
9424         * gnus-sum.el (gnus-select-newsgroup): Make
9425         `gnus-current-select-method' buffer-local.
9426
9427         * gnus-art.el (gnus-request-article-this-buffer): Refer
9428         `gnus-current-select-method' in the current summary buffer.
9429
9430 2001-09-10  Simon Josefsson  <jas@extundo.com>
9431         From Daniel Pittman <daniel@rimspace.net>
9432
9433         * gnus-spec.el (gnus-correct-pad-form): Fix.
9434
9435 2001-09-09  Simon Josefsson  <jas@extundo.com>
9436
9437         * mm-decode.el (mm-inline-media-tests): Add
9438         application/x-emacs-lisp.
9439         (mm-attachment-override-types): Add
9440         application/{x-,}pkcs7-signature.
9441
9442         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9443         (gnus-server-line-format, gnus-server-mode-line-format)
9444         (gnus-server-browse-in-group-buffer): Customize.
9445
9446 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9447
9448         * nnml.el (nnml-marks-changed-p): Typo.
9449         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9450         (nnml-marks-changed-p): Use gnus-gethash.
9451         (nnml-marks-modtime): Use gnus-make-hashtable.
9452
9453         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9454         (nnfolder-request-expire-articles, nnfolder-save-marks)
9455         (nnfolder-open-marks): Typo.
9456         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9457         (nnfolder-marks-changed-p): Use gnus-gethash.
9458         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9459
9460 2001-09-08  Simon Josefsson  <jas@extundo.com>
9461
9462         * nnfolder.el (nnfolder-marks-modtime): New variable.
9463         (nnfolder-marks-changed-p): New function.
9464         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9465         (nnfolder-request-update-info): Don't update if marks didn't change.
9466
9467         * nnml.el (nnml-marks-modtime): New variable.
9468         (nnml-marks-changed-p): New function.
9469         (nnml-save-marks, nnml-open-marks): Save modtime.
9470         (nnml-request-update-info): Don't update if marks didn't change.
9471
9472         * gnus-agent.el (gnus-agent-any-covered-gcc)
9473         (gnus-agent-add-server, gnus-agent-remove-server): Use
9474         gnus-agent-method-p.
9475
9476         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9477         (gnus-unbuttonized-mime-type-p): Use it.
9478
9479         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9480         fetch group.
9481
9482 2001-09-08  Simon Josefsson  <jas@extundo.com>
9483         From Daniel Pittman <daniel@rimspace.net>
9484
9485         * gnus-spec.el (gnus-correct-pad-form): New function.
9486         (gnus-parse-simple-format): Use it.
9487
9488 2001-09-07  Simon Josefsson  <jas@extundo.com>
9489
9490         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9491         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9492         Putnam <reader@newsguy.com>.
9493         (gnus-group-sort-selected-groups): Touch dribble file.
9494
9495 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9496
9497         * nnml.el (nnml-filenames-are-evil): New variable.
9498         (nnml-article-to-file-alist): Rename to ...
9499         (nnml-current-group-article-to-file-alist): ... this.
9500         Respect `nnml-filenames-are-evil'.
9501         (nnml-active-number): Update.
9502         (nnml-update-file-alist): Update.
9503         (nnml-request-article): Use nnheader-article-to-file-alist.
9504         (nnml-request-rename-group): Likewise.
9505
9506 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-sum.el (gnus-summary-insert-line): Fix.
9509
9510 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9511
9512         * gnus-sum.el: Bind g-s-t-s to "W g".
9513         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9514         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9515         display of graphical smilies.
9516
9517 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9518
9519         * gnus-start.el (gnus-setup-news): A typo.
9520         From Bill White <billw@wolfram.com>.
9521
9522 2001-09-06  Simon Josefsson  <jas@extundo.com>
9523
9524         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9525         and unseen marks.
9526
9527 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9528
9529         * nnmail.el (nnmail-split-fancy): Document `junk'.
9530
9531 2001-09-04  Simon Josefsson  <jas@extundo.com>
9532
9533         * imap.el (imap-search): Don't error if server is broken.
9534
9535 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9536
9537         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9538         searching for an article that isn't in the mbox.
9539
9540 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9543         right, and get all the comments.
9544
9545 2001-09-02  Simon Josefsson  <jas@extundo.com>
9546         Suggested by Dan Christensen <jdc+news@uwo.ca>
9547
9548         * nnfolder.el (nnfolder-request-update-info): Fix message.
9549
9550         * nnml.el (nnml-request-update-info): Ditto.
9551
9552 2001-09-01  Simon Josefsson  <jas@extundo.com>
9553
9554         * nnml.el (nnml-request-expire-articles): Also bind
9555         `nnml-current-group' and `nnml-article-file-alist' when using
9556         expiry-target. (Otherwise nnml will be in a inconsistent internal
9557         state causing all kind of problems.)
9558         (nnml-request-expire-articles): If `nnml-article-to-file' or
9559         `file-attributes' failes, return article as un-expirable instead
9560         of treating it as expired.
9561
9562 2001-08-31  Sam Steingold  <sds@gnu.org>
9563
9564         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9565         typo: `exmine' --> `examine'.
9566
9567 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9570
9571 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9572
9573         * nnml.el (nnml-check-directory-twice): Remove.
9574         (nnml-retrieve-headers): Ditto.
9575         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9576
9577 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9578
9579         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9580         directory twice on Windows, or on GNU Emacs-21.
9581
9582 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9583
9584         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9585         (nnml-request-rename-group): Ditto.
9586         (nnml-active-number): Ditto.
9587         (nnml-request-create-group): Use nnml-directory-articles.
9588         (nnml-request-expire-articles): Use nnml-directory-articles, which
9589         gets list from nov database if available.
9590         (nnml-get-nov-buffer): New function.
9591         (nnml-open-nov): Use it.
9592         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9593         gets alist from nov database if available.
9594         (nnml-directory-articles): New function.
9595         (nnml-article-to-file-alist): New function.
9596
9597 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9598
9599         * mm-decode.el (mm-display-external): Use `name' as filename, if
9600         `filename' attribute is not present.
9601
9602 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9603
9604         * mail-source.el (mail-source-flash): New defcustom.
9605         (mail-source-new-mail-p): Ring visible bell if appropriate.
9606         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9607         timer is cleared even if mail check signals an error.
9608
9609 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9610
9611         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9612         type 'list.
9613
9614 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9615
9616         * flow-fill.el (fill-flowed): eol might be point-max.
9617
9618 2001-08-27  Simon Josefsson  <jas@extundo.com>
9619
9620         * nnml.el (nnml-request-update-info): Fix message.
9621         (nnml-open-marks): Ditto.
9622
9623         * nnfolder.el (nnfolder-request-update-info):
9624         (nnfolder-open-marks): Fix message.
9625
9626 2001-08-25  Simon Josefsson  <jas@extundo.com>
9627
9628         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9629         after group in ~/.
9630
9631 2001-08-25  Simon Josefsson  <jas@extundo.com>
9632         From Andreas Jaeger  <aj@suse.de>
9633
9634         * nnfolder.el (nnfolder-open-marks): Fix typo.
9635         * nnml.el (nnml-open-marks): Likewise.
9636
9637 2001-08-25  Simon Josefsson  <jas@extundo.com>
9638
9639         Make nnfolder groups self-contained as far as marks are concerned.
9640
9641         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9642         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9643         (nnfolder-open-server): Make marks directory.
9644         (nnfolder-request-delete-group): Delete marks file.
9645         (nnfolder-request-delete-group): Check of nov/marks file exist
9646         before deleting.
9647         (nnfolder-request-rename-group): Rename marks file.
9648         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9649         (nnfolder-request-set-mark, nnfolder-request-update-info)
9650         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9651         (nnfolder-open-marks): New functions.
9652         (top-level): Require gnus.
9653
9654 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9655
9656         * nnweb.el (nnweb-type-definition): Use google raw file.
9657         (nnweb-google-parse-1): Ditto.
9658         (nnweb-google-identity): Ditto.
9659         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9660         (nnweb-altavista-wash-article): Ditto.
9661         (nnweb-request-article): Remove nnweb-decode-entities.
9662
9663         * nnml.el: Require 'gnus.
9664
9665 2001-08-25  Simon Josefsson  <jas@extundo.com>
9666
9667         * nnml.el (nnml-marks-is-evil): Add doc.
9668
9669 2001-08-25  Simon Josefsson  <jas@extundo.com>
9670
9671         * nnml.el (nnml-save-marks): Wrap saving marks in a
9672         condition-case, to allow user to start Gnus if saving marks failed
9673         for some reason.
9674
9675 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9678
9679         * gnus-group.el (gnus-update-group-mark-positions): Bind
9680         gnus-group-update-hook to nil.
9681
9682 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9683
9684         * mml.el (mml-generate-mime-1): Force as multibyte string.
9685
9686 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9687
9688         * gnus-sum.el (gnus-summary-insert-line)
9689         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9690         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9691
9692         * gnus-spec.el (gnus-correct-substring): Take optional END.
9693
9694         * nnrss.el (nnrss-request-article): Remove \n.
9695         (nnrss-retrieve-headers): Lines number is -1.
9696
9697 2001-08-24  Simon Josefsson  <jas@extundo.com>
9698
9699         * gnus-group.el (gnus-info-clear-data): Call
9700         nnfoo-request-set-mark to propagate marks.  Fix bug:
9701         `gnus-group-update-line' doesn't update read range unless we call
9702         `gnus-get-unread-articles-in-group' first.
9703
9704         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9705         to server.
9706
9707 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9708
9709         * gnus-util.el (gnus-create-info-command): Return an interactive
9710         function.
9711
9712 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9713         From Katsumi Yamaoka <yamaoka@jpl.org>
9714
9715         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9716
9717 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * gnus-sum.el (gnus-select-newsgroup): Use it.
9720
9721         * gnus-util.el (gnus-not-ignore): New function.
9722
9723         * lpath.el (featurep): Don't fbind char-int.
9724
9725         * gnus-util.el (gnus-create-info-command): New function.
9726
9727         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9728         right node.
9729
9730         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9731         (gnus-summary-limit-children): Use 'identity instead of `all'.
9732         (gnus-summary-limit-to-display-predicate): New command and
9733         keystroke.
9734
9735 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9736
9737         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9738
9739         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9740
9741 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9742
9743         * gnus-spec.el: Add the Gnus version.
9744         (gnus-update-format-specifications): If the Gnus version changes,
9745         nix out the format spec cache.
9746
9747         * gnus.el (gnus-continuum-version): Made into a command and
9748         optionalize the VERSION.
9749
9750         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9751         the start of the lines.
9752
9753 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * gnus.el (gnus-visual-p): Define function before use of
9756         function.
9757
9758 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9761         (gnus-article-mark-to-type): New function.
9762         (gnus-update-missing-marks): Only update marks of type 'list.
9763
9764         * gnus.el (gnus-article-special-mark-lists): New variable.
9765
9766 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9769         (gnus-select-newsgroup): Still use 'all.
9770         (gnus-summary-initial-limit): Comparing with 'all.
9771
9772 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9773
9774         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9775         active.
9776
9777 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9780         nnslashdot-*-retrieve-headers.
9781         (nnslashdot-request-article): Fix for slashcode 2.2.
9782         (nnslashdot-make-tuple): New function.
9783         (nnslashdot-read-groups): Use it.
9784
9785 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9788         list.
9789
9790         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9791
9792 2001-08-20  Simon Josefsson  <jas@extundo.com>
9793
9794         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9795         opened, error instead of continuing (and exploding later).
9796
9797 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9798
9799         * gnus.el (gnus-expand-group-parameters): Return the parameter
9800         list.
9801
9802         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9803         (gnus-summary-show-article): Guess at charset if required.
9804
9805         * gnus-spec.el (gnus-correct-substring): Stopped one character
9806         before we wanted.
9807
9808 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9809
9810         * earcon.el (earcon-auto-play): Remove unused option.
9811
9812 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9815         message down in levels, since it happens very fast.
9816
9817         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9818         of smiley-regexp-alist.
9819
9820         * mm-view.el (mm-inline-text): Ignore vcard errors.
9821
9822         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9823
9824         * gnus-score.el (gnus-all-score-files): Use append instead of
9825         nconc.
9826
9827         * gnus.el (gnus-splash-face): Doc fix.
9828
9829         * mm-decode.el (mm-mailcap-command): Use
9830         mm-path-name-rewrite-functions.
9831         (mm-path-name-rewrite-functions): New variable.
9832
9833         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9834         (gnus-complex-form-to-spec): Insert tab.
9835         (gnus-spec-tab): New function.
9836
9837         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9838         entering the group.
9839
9840         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9841         the positional spec.
9842         (gnus-parse-complex-format): React to %C.
9843
9844         * gnus-ems.el (gnus-char-width): Moved here.
9845
9846         * gnus-sum.el (gnus-select-newsgroup): Set
9847         gnus-newsgroup-articles.
9848         (gnus-unseen-mark): New variable.
9849         (gnus-newsgroup-unseen): Ditto.
9850         (gnus-newsgroup-seen): Ditto.
9851         (gnus-adjust-marked-articles): Use them.
9852         (gnus-update-marks): Use them.
9853         (gnus-summary-update-secondary-mark): Display.
9854         (gnus-summary-prepare-threads): Display.
9855
9856         * gnus-msg.el (gnus-inews-group-method): Use and return the
9857         method, not the server.
9858
9859 2001-08-19  Simon Josefsson  <jas@extundo.com>
9860
9861         * gnus-srvr.el (gnus-server-agent-face): New.
9862         (gnus-server-agent-face): New.
9863         (gnus-server-mode): Turn on font-lock-mode.
9864
9865         * gnus.el (gnus-server-visual): Add defgroup.
9866
9867 2001-08-19  Simon Josefsson  <jas@extundo.com>
9868         From Joe Casadonte <jcasadonte@northbound-train.com>
9869
9870         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9871         gnus-server-denied-face): New.
9872         (gnus-server-opened-face, gnus-server-closed-face,
9873         gnus-server-denied-face): New.
9874         (gnus-server-font-lock-keywords): Add.
9875
9876 2001-08-19  Simon Josefsson  <jas@extundo.com>
9877
9878         * nnml.el (nnml-request-set-mark): Return nil.
9879         (nnml-save-marks): Use nnml-possibly-create-directory.
9880         (nnml-open-marks): Only work in temp buffer when inserting/reading
9881         .marks file.
9882
9883 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9884
9885         * gnus.el (gnus-expand-group-parameters): Fix.
9886
9887         * gnus-spec.el (gnus-char-width): New function.
9888         (gnus-correct-substring, gnus-correct-length): Use it.
9889
9890         * message.el (message-required-mail-headers): Fix doc.
9891
9892 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9895
9896         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9897
9898 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9899
9900         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9901         slashdot 2.2 (not fully fixed yet).
9902         (nnslashdot-request-article): Ditto.
9903
9904 2001-08-18  Simon Josefsson  <jas@extundo.com>
9905
9906         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9907         nnimap.
9908
9909         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9910         gnus-util.
9911         (nnimap-request-update-info-internal): Use new functions.
9912
9913         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9914         new functions.
9915
9916 2001-08-18  Simon Josefsson  <jas@extundo.com>
9917
9918         Make nnml groups self-contained as far as marks are concerned.
9919
9920         * nnml.el (nnml-request-delete-group): Delete marks file.
9921         (nnml-request-rename-group): Move marks file.
9922         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9923         variables.
9924         (nnml-request-set-mark, nnml-request-update-info): New server
9925         functions.
9926         (nnml-save-marks, nnml-open-marks): New functions.
9927
9928 2001-08-18  Simon Josefsson  <jas@extundo.com>
9929
9930         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9931         `set' when setting marks.
9932
9933 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9934
9935         * gnus.el (gnus-info-find-node): Take an argument.
9936
9937         * gnus-art.el (gnus-button-handle-info): New function.
9938         (gnus-url-unhex-string): Replace "+" with " ".
9939
9940 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9941
9942         * message.el (message-check-news-header-syntax): Check bad From.
9943
9944 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9945
9946         * gnus-spec.el (gnus-correct-length): New function.
9947         (gnus-correct-substring): New function.
9948         (gnus-tilde-max-form): Use it.
9949
9950 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9951
9952         * nnmh.el: Docstring changes as below.
9953
9954         * nnml.el: Docstring changes as below.
9955
9956         * nnbabyl.el: Docstring changes as below.
9957
9958         * nnmbox.el: Docstring changes as below.
9959
9960         * nnfolder.el: Added docstrings identifying each virtual server
9961         parameter.
9962
9963 2001-08-18  Simon Josefsson  <jas@extundo.com>
9964
9965         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9966
9967 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9968
9969         * message.el: rename "Abort Message" to "Postpone Message".
9970         Remove "Attach file as MIME" from Message menu, it's already in
9971         the MIME menu.
9972
9973 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9974
9975         * smime.el (smime-point-at-eol): eval-and-compile.
9976         (smime-make-temp-file): New function.
9977         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9978         Use it.
9979
9980 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9983         (gnus-agent-summary-fetch-group): New command and keystroke.
9984
9985         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9986         (gnus-mime-display-security): Make it respect
9987         gnus-unbuttonized-mime-type-p.
9988
9989         * gnus-sum.el (gnus-articles-to-read): Comments.
9990         (gnus-article-marked-p): New function.
9991         (gnus-summary-display-make-predicate): New function.
9992         (gnus-select-newsgroup): Use them.
9993
9994         * mm-decode.el (mm-save-part-to-file): Made it not error.
9995
9996 2001-08-17  Simon Josefsson  <jas@extundo.com>
9997
9998         * imap.el (imap-wait-for-tag): If process-status isn't open or
9999         run, return nil instead of sit-for looping.
10000
10001 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * lpath.el (featurep): fbind xml-parse-region.
10004
10005         * gnus.el (gnus-message-archive-method): Default to "archive".
10006         (gnus-message-archive-method): Doc fix.
10007         (gnus-parameters-get-parameter): Cleaned up.
10008         (gnus-expand-group-parameter): New function.
10009
10010         * gnus-start.el (gnus-setup-news): Push the archive server only
10011         the server list.
10012
10013         * mml.el (mml-menu): Changed name to "Attachments".
10014
10015         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10016         when there is something to detroy.
10017
10018 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10021         nil.
10022
10023 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10024
10025         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10026         which specifies a time today or tomorrow.
10027
10028 2001-08-15  Simon Josefsson  <jas@extundo.com>
10029         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10030
10031         * gnus-agent.el (gnus-agent-make-mode-line-string)
10032         (gnus-agent-toggle-plugged): Use new API.
10033
10034 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10035
10036         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10037         deadline has expired.
10038
10039 2001-08-12  Simon Josefsson  <jas@extundo.com>
10040         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10041
10042         Support `recent' mark indicating newly arrived messages (to
10043         separate from old but unread messages).
10044
10045         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10046         `nnmail-split-history' if recent is > 0.
10047         (nnimap-request-update-info-internal): Update `recent' marks.
10048         (nnimap-request-set-mark): Never set `recent' marks.
10049         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10050         recent.
10051
10052         * gnus-sum.el (gnus-recent-mark): New mark.
10053         (gnus-newsgroup-recent): New variable.
10054         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10055         (gnus-summary-prepare-threads): Mark recent articles.
10056         (gnus-summary-add-mark): Support recent.
10057         (gnus-summary-update-secondary-mark): Support recent.
10058
10059         * gnus.el (gnus-article-mark-lists): Add recent.
10060
10061 2001-08-12  Simon Josefsson  <jas@extundo.com>
10062
10063         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10064         whether successful decoding took place.  Add doc.
10065
10066 2001-08-12  Simon Josefsson  <jas@extundo.com>
10067         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10068
10069         * gnus.el (gnus-summary-line-format, gnus-parameters):
10070         * gnus-gl.el (gnus-summary-grouplens-line-format):
10071         * gnus-salt.el (gnus-summary-pick-line-format):
10072         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10073
10074 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10075         Committed by Kai Gro\e,b_\e(Bjohann.
10076
10077         * gnus-score.el (gnus-score-string): Fix `match' regexp
10078         for `extra' header case.
10079
10080 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10081
10082         * nnmbox.el (nnmbox-read-mbox): No warning.
10083
10084 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10085
10086         * nndoc.el (nndoc-article-type): Fix doc.
10087         (nndoc-generate-article-function): New variable.
10088         (nndoc-dissection-function): New variable.
10089         (nndoc-type-alist): Add oe-dbx.
10090         (nndoc-oe-dbx-type-p): New function.
10091         (nndoc-oe-dbx-dissection): New function.
10092         (nndoc-oe-dbx-generate-article): New function.
10093
10094 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10095
10096         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10097         whether deadline has been reached.  Patch from Dan Nicolaescu
10098         <dann@godzilla.ics.uci.edu>.
10099
10100 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10103         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10104         <rintaman@cs.Helsinki.FI>.
10105
10106         * mail-source.el (mail-source-movemail): The error buffer is
10107         modified, but nothing in it.
10108
10109 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10110
10111         * message.el (message-bogus-system-names): New variable.
10112         (message-make-fqdn): Use it.
10113
10114 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10115
10116         * nndraft.el (nndraft-request-group): Use
10117         nndraft-auto-save-file-name.
10118
10119 2001-08-09  Simon Josefsson  <jas@extundo.com>
10120
10121         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10122         Don't ask whether to decrypt.  Just leave result in buffer (don't
10123         call mm).
10124
10125         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10126         parts as well.
10127         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10128         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10129
10130 2001-08-09  Simon Josefsson  <jas@extundo.com>
10131
10132         * mm-decode.el (mm-insert-part): Return decoding success status.
10133         (mm-save-part-to-file): Error if decoding failed.
10134
10135 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10136
10137         * message.el (message-tab): Use indent-relative.
10138         (message-mode): Don't bind indent-line-function to indent-relative.
10139
10140 2001-08-09  Simon Josefsson  <jas@extundo.com>
10141
10142         * message.el (message-get-reply-headers): Fix string. Suggested by
10143         Christoph Conrad <cc@cli.de>.
10144
10145 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146
10147         * message.el (message-tab): Use the current value of
10148         indent-line-function.
10149         (message-mode): Bind indent-line-function to indent-relative.
10150
10151 2001-08-08  Simon Josefsson  <jas@extundo.com>
10152
10153         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10154         whether `imtest' is installed.
10155
10156 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10158
10159         * gnus-sum.el (gnus-summary-show-article): Call
10160         gnus-summary-update-secondary-secondary-mark.
10161         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10162         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10163
10164 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10165
10166         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10167
10168         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10169
10170         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10171         <gerd@gnu.org>.
10172
10173         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10174
10175         * gnus-util.el (gnus-output-to-rmail): Ditto.
10176         (gnus-output-to-mail): Ditto.
10177
10178         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10179
10180 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10181
10182         * message.el (message-indent-citation): Use
10183         `message-yank-cited-prefix' for empty lines.
10184
10185 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10186
10187         * message.el (message-indent-citation): Quote only lines starting
10188         with ">" using `message-yank-cited-prefix'.
10189
10190 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10191         Trivial patch.
10192
10193         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10194         gnus-cache-fully-p.
10195
10196 2001-08-04  Simon Josefsson  <jas@extundo.com>
10197
10198         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10199         file if it doesn't exist (by calling gnus-cache-read-active).
10200
10201 2001-08-04  Simon Josefsson  <jas@extundo.com>
10202
10203         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10204         (gnus-cache-passively-or-fully-p): Removed.
10205         (gnus-cache-fully-p): Fix it.
10206
10207         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10208
10209 2001-08-04  Simon Josefsson  <jas@extundo.com>
10210
10211         * gnus-cache.el (gnus-cache-fully-p)
10212         (gnus-cache-passively-or-fully-p): New functions.
10213         (gnus-cache-possibly-enter-article): Cosmetic change, use
10214         `g-c-p-o-f-p'.
10215         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10216         was bogus (`g-c-p-a-a' does not change active info, just change
10217         the functions parameters).
10218         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10219         not removed in groups that match `gnus-uncacheable-groups'.
10220
10221         Reported and modifications based on discussions with Nuutti
10222         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10223
10224 2001-08-04  Simon Josefsson  <jas@extundo.com>
10225         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10226
10227         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10228         calls `gnus-cache-update-active' if bounds has been extended.
10229
10230 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10231
10232         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10233         before remove.
10234         (gnus-mime-security-show-details): Ditto.
10235
10236 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10237
10238         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10239         syntax.  Protect string-match against nil string and regexp.
10240
10241 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10242
10243         * mm-util.el (mm-find-charset-region): Remove control-1.
10244
10245 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10246
10247         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10248
10249 2001-08-04  Simon Josefsson  <jas@extundo.com>
10250
10251         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10252         buffer.  Delete MIME-Version header.
10253
10254 2001-08-03  Simon Josefsson  <jas@extundo.com>
10255
10256         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10257         that is entered does not necessarily have the highest article
10258         number in the group, so use `gnus-cache-possibly-alter-active'
10259         instead of `gnus-cache-update-active'.
10260
10261 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10264
10265 2001-08-03  Simon Josefsson  <jas@extundo.com>
10266
10267         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10268         menu.
10269
10270 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus.el (post-method): New group parameter.  It also provides
10273         the user option `gnus-post-method-alist' and the internal function
10274         `gnus-parameter-post-method'.
10275
10276         * gnus-msg.el (gnus-post-method): Bind the value of
10277         `gnus-post-method' to the group parameter if it is defined.
10278
10279 2001-08-02  Simon Josefsson  <jas@extundo.com>
10280
10281         * smime.el (smime-extra-arguments): Removed.
10282         (smime-call-openssl-region): Don't use it.
10283
10284 2001-08-02  Simon Josefsson  <jas@extundo.com>
10285
10286         * smime.el (smime-sign-region): Handle stderr.
10287         (smime-encrypt-region): Ditto.
10288
10289         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10290         match the ASN.1 length bytes.
10291         (mm-pkcs7-enveloped-magic): Ditto.
10292         (mm-view-pkcs7-get-type): Don't regexp quote.
10293
10294 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10295         From Andreas Fuchs <asf@void.at>
10296
10297         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10298
10299 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10300
10301         * gnus-art.el (gnus-header-button-alist): References regexp.
10302
10303 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10304
10305         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10306         already fboundp.  Add INTERACTIVE arg to autoload form.
10307
10308 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10309
10310         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10311
10312         * nnmail.el (nnmail-cache-open): Ditto.
10313
10314 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10317
10318 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10321
10322 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10323         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10324
10325         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10326         (gnus-agent-toggle-plugged): Use it.
10327
10328 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10329
10330         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10331         (gnus-ding-file-coding-system): New variable.
10332         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10333         (gnus-slave-save-newsrc): Use it.
10334
10335 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10336
10337         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10338         syntax.
10339
10340 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10341         Originally from Andreas Fuchs <asf@void.at>
10342
10343         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10344         (mml2015-gpg-pretty-print-fpr): New function.
10345         (mml2015-gpg-extract-signature-details): More details, rename from
10346         `m-g-e-from'.
10347         (mml2015-gpg-verify): Use them.
10348         (mml2015-gpg-clear-verify): Use them.
10349
10350 2001-07-31  Simon Josefsson  <jas@extundo.com>
10351
10352         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10353         buffer when done.
10354
10355 2001-07-30  Simon Josefsson  <jas@extundo.com>
10356
10357         * smime.el (smime-call-openssl-region): Revert previous change,
10358         just pass on buf to `call-process-region'.
10359         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10360         `smime-new-details-buffer'.  Inserts error messages into buffer.
10361         (smime-noverify-region): Ditto.
10362         (smime-decrypt-region): Ditto.  Handles stderr separately.
10363         (smime-verify-buffer, smime-noverify-buffer)
10364         (smime-decrypt-buffer): Doc fix.
10365         (smime-new-details-buffer): New function.
10366         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10367         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10368         (smime-sign-region, smime-encrypt-region): Don't use
10369         `insert-buffer'.
10370
10371         * mml-smime.el (mml-smime-verify): Fix security button strings.
10372
10373 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10374
10375         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10376         gnus-article-mime-handles.
10377
10378 2001-07-29  Simon Josefsson  <jas@extundo.com>
10379
10380         * mail-source.el (top-level): Require message for message-directory.
10381         (mail-source-directory): Change default to message-directory.
10382
10383         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10384         (smime-certificate-directory, smime-openssl-program)
10385         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10386         (smime-extra-arguments): New variable.
10387         (smime-dns-server): Fix customize group.
10388         (smime-call-openssl-region): Use `smime-extra-arguments'.
10389
10390 2001-07-29  Simon Josefsson  <jas@extundo.com>
10391         From Vladimir Volovich <vvv@vsu.ru>
10392
10393         * smime.el (smime-call-openssl-region): Ignore stderr.
10394
10395 2001-07-29  Simon Josefsson  <jas@extundo.com>
10396         From Christoph Conrad <christoph.conrad@gmx.de>
10397
10398         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10399         file.
10400
10401 2001-07-29  Simon Josefsson  <jas@extundo.com>
10402
10403         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10404
10405         Support S/MIME decryption.
10406
10407         * mm-decode.el (mm-inline-media-tests):
10408         (mm-inlined-types):
10409         (mm-automatic-display):
10410         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10411
10412         * mm-view.el (mm-pkcs7-signed-magic):
10413         (mm-pkcs7-enveloped-magic): New variables.
10414         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10415         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10416         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10417         PKCS#7 blobs.
10418
10419         * smime.el (smime-decrypt-region): Expand keyfile.
10420
10421 2001-07-29  Simon Josefsson  <jas@extundo.com>
10422
10423         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10424         `ssl.el' variables.
10425
10426         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10427         but line instead of narrowing to it, because `nnmail-parse-active'
10428         calls widen.  Thanks to Christoph Conrad
10429         <christoph.conrad@gmx.de>.
10430
10431 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10432
10433         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10434         for %B spec.
10435
10436         * gnus-sum.el (gnus-summary-prepare-threads): If
10437         gnus-sum-thread-tree-root is nil, use subject instead.
10438         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10439         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10440         (gnus-sum-thread-tree-leaf-with-other)
10441         (gnus-sum-thread-tree-single-leaf): Documentation.
10442         (gnus-sum-thread-tree-single-indent): Allow nil.
10443
10444 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10445
10446         * message.el (message-fill-paragraph): Do nothing if the user
10447         wants filladapt-mode.
10448
10449 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * mm-decode.el (mm-image-type-from-buffer): New function.
10452         (mm-get-image): Use it.
10453
10454 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10455
10456         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10457
10458         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10459         mm-display-parts too.
10460
10461 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * nnfolder.el (nnfolder-request-accept-article): Bind
10464         nntp-server-buffer.
10465
10466         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10467         nntp-server-buffer.
10468
10469 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10470
10471         * message.el (message-check-news-header-syntax): Use
10472         message-post-method.
10473         (message-send-news): Bind message-post-method.
10474
10475 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10476
10477         * mml.el (mml-tweak-type-alist): New variable.
10478         (mml-tweak-function-alist): New variable.
10479         (mml-tweak-part): New function.
10480         (mml-generate-mime-1): Use it.
10481
10482 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * nnfolder.el (nnfolder-request-accept-article): Replace
10485         nnfolder-request-list.
10486
10487 2001-07-27  Simon Josefsson  <jas@extundo.com>
10488
10489         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10490         nnoo-change-server failed to do it.
10491
10492 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * gnus.el (gnus-parameters): Make it customizable.
10495
10496 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10497
10498         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10499
10500         * message.el (message-set-auto-save-file-name): More
10501         poor-system-types.
10502
10503         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10504
10505         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10506         supports +.
10507
10508 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509
10510         * mm-decode.el (mm-readable-p): New function.
10511         (mm-inline-media-tests): Fix the default testers.
10512
10513 2001-07-26  Simon Josefsson  <jas@extundo.com>
10514
10515         * nnimap.el (nnimap-version): Bump version number.
10516
10517 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518         From Steven E. Harris <seh@speakeasy.org>
10519
10520         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10521         in M$Windows too.
10522
10523 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10524
10525         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10526
10527 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10528
10529         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10530
10531         * mm-decode.el (mm-get-image): Guess then use the type.
10532
10533         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10534
10535 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10536
10537         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10538         display (%B) for threads if threading is off.
10539
10540 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10541         From Henrik Enberg <henrik@enberg.org>
10542
10543         * gnus-msg.el: Customization patch.
10544
10545 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10546
10547         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10548         variable.
10549         (nnmail-split-fancy-with-parent): Ignore certain groups.
10550
10551 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * gnus-util.el (gnus-byte-compile): New function.
10554         (gnus-use-byte-compile): New variable.
10555         (gnus-make-sort-function): Use it.
10556
10557         * nnmail.el (nnmail-get-new-mail): Use it.
10558
10559         * gnus-agent.el (gnus-category-make-function): Simple function or
10560         compiled function.
10561         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10562
10563         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10564         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10565         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10566
10567         * message.el (message-check-news-header-syntax): Remove quote.
10568
10569 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570
10571         * message.el (message-use-mail-followup-to): `t' is not a
10572         documented value.
10573
10574 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10575
10576         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10577
10578 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10579
10580         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10581         there are long lines.
10582
10583 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * dgnushack.el (copy-list): New compiler macro.
10586
10587 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10588
10589         * message.el (message-bounce): If no Return-Path, the whole
10590         content is considered as the original message.
10591
10592         * nnml.el (nnml-check-directory-twice): New variable.
10593         (nnml-article-to-file): Use it.
10594         (nnml-retrieve-headers): Hack it.
10595
10596 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10597
10598         * gnus-win.el (gnus-buffer-configuration): New configure.
10599
10600         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10601         not alive.
10602
10603         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10604         (mm-display-external): Use display-term configure.
10605
10606 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10607
10608         * gnus-delay.el (gnus-delay-default-hour): New variable.
10609         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10610
10611 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10612         From Karl Kleinpaste <karl@charcoal.com>
10613
10614         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10615         (gnus-summary-prepare-threads): Ditto.
10616
10617         * gnus.el (gnus-summary-line-format): Add %B.
10618
10619 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10622
10623         * mm-util.el (mm-string-as-multibyte): New function.
10624
10625         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10626
10627 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * mm-util.el (mm-universal-coding-system): New variable.
10630
10631         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10632
10633         * score-mode.el (score-mode-coding-system): Use it.
10634
10635 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-start.el (gnus-setup-news): Call
10638         `gnus-check-bogus-newsgroups' just after the native server is
10639         opened.
10640
10641 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10642
10643         * nnmail.el (nnmail-do-request-post): Util function to be used by
10644         `nnchoke-request-post' for all nnmail-derived backends.
10645
10646         * nnml.el (nnml-request-post): Use it.
10647
10648         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10649         backend, for it groks nnml-request-post.
10650
10651         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10652         Treat `mail-post' backends like `mail' backends, not like `news'
10653         backends.
10654
10655 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * gnus-msg.el (gnus-setup-message): make-local-hook.
10658
10659 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10660
10661         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10662         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10663         <karl@charcoal.com>, slightly changed by Kai.
10664
10665         * message.el (message-check-news-header-syntax): When checking
10666         whether the groups exist, check the right server based on
10667         `gnus-post-method'.
10668
10669 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10670
10671         * gnus-delay.el: New file.
10672
10673 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10674
10675         * mm-util.el (mm-read-coding-system): Take two arguments.
10676
10677         * gnus-sum.el (gnus-summary-show-article): Use
10678         mm-read-coding-system.
10679
10680         * gnus-art.el (article-de-quoted-unreadable):
10681         (article-de-base64-unreadable, article-wash-html):
10682         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10683
10684 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10685
10686         * nnml.el (nnml-request-post): New function.  Can be used for
10687         annotations in nnml groups.
10688
10689 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10692         command.
10693
10694         * gnus-start.el (gnus-find-new-newsgroups): Use
10695         `message-make-date' instead of `current-time-string'.
10696         (gnus-ask-server-for-new-groups): Ditto.
10697         (gnus-check-first-time-used): Ditto.
10698
10699 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10700
10701         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10702
10703 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10704
10705         * message.el (message-shorten-references): Change `maxcount' and
10706         `cut' to obey USEFOR draft 5.
10707
10708 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10709
10710         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10711         (gnus-summary-set-article-display-arrow): New function.
10712         (gnus-summary-goto-subject): Use it.
10713
10714 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10715
10716         * gnus-sum.el (gnus-summary-import-article): Insert date if
10717         doesn't exist.
10718
10719 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * mml.el (mml-content-type-parameters): New variable.
10722         (mml-content-disposition-parameters): New variable.
10723         (mml-insert-mime-headers): Use them.
10724         (mml-parse-1): Accept charset.
10725
10726 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727
10728         * gnus-group.el (gnus-group-select-group): Doc fix.
10729
10730         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10731
10732 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10735         to handle `define-derived-mode'.
10736
10737 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738         From:  Stefan Monnier  <monnier@cs.yale.edu>
10739
10740         * message.el (message-mode): Use define-derived-mode.
10741         (message-tab): message-completion-alist.
10742
10743         * imap.el (imap-interactive-login): Use make-local-variable.
10744         (imap-open): Ditto.
10745         (imap-authenticate): Ditto.
10746
10747         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10748
10749         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10750
10751 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10752
10753         * message.el (message-citation-line-function): Refer to
10754         gnus-cite-attribution-suffix.
10755
10756 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10757
10758         * gnus-art.el,...: Error convention changes.
10759
10760 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10763
10764 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10767         (nnrss-read-server-data): Ditto.
10768
10769 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10772         * Cleanup files.
10773         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10774
10775 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10776
10777         * gnus.el (gnus-summary-line-format): Add %o.
10778
10779         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10780         unless shell outputs something.
10781
10782 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10783
10784         * gnus-art.el (gnus-boring-article-headers): Better doc.
10785         (article-hide-headers): Better regexp.
10786         Suggested by Matt Swift <swift@alum.mit.edu>.
10787
10788         * nnheader.el (nnheader-max-head-length): Better doc.
10789         (nnheader-header-value): Skip spaces.
10790         (nnheader-parse-head): Remove space.
10791         Suggested by Matt Swift <swift@alum.mit.edu>.
10792
10793         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10794         (gnus-get-newsgroup-headers): Remove space.
10795
10796 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10799         (gnus-summary-reply): Use it.
10800         (gnus-summary-reply-broken-reply-to): New function.
10801         (gnus-msg-force-broken-reply-to): New function.
10802
10803         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10804
10805 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10806
10807         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10808
10809 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * mm-decode.el (mm-external-terminal-program): New variable.
10812         (mm-display-external): Use it. Use term to display when no
10813         window-system.
10814
10815 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10816
10817         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10818         Browse->Next entries to Browse->Prev
10819
10820 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10821
10822         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10823
10824 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10825
10826         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10827         for the default encoding.
10828
10829         * nnrss.el (nnrss-url-field): New field.
10830         (nnrss-request-article): Add newsgroups.
10831
10832         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10833
10834 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10835
10836         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10837
10838         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10839         (gnus-draft-setup): Remove backlog.
10840
10841 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10842
10843         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10844         Cleanup.
10845
10846 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10847
10848         * gnus-msg.el (gnus-bug): Erase buffer.
10849
10850         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10851
10852 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10853
10854         * mm-decode.el (mm-attachment-override-p): Fix typo.
10855
10856 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-kill.el (gnus-execute): Work with the extra headers.
10859         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10860
10861 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10862
10863         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10864         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10865
10866         * message.el (message-send-mail-real-function): New variable.
10867         (message-send-mail-partially, message-send-mail):
10868
10869         * nngateway.el (nngateway-request-post): Use it.
10870
10871         * gnus-agent.el (gnus-agentize): Use it.
10872
10873         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10874         (nnsoup-revert-variables): Use it.
10875
10876 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10877
10878         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10879         text/plain if the type doesn't match any other media types.
10880         (mm-inlined-types): Doc fix.
10881         (mm-display-inline): Revert previous change (now handled by a
10882         default type in `mm-inline-media-tests'.
10883         (mm-inlinable-p): Revive.
10884         (mm-display-part): Call `mm-inlinable-p'.
10885         (mm-attachment-override-p): Ditto.
10886         (mm-inlined-p): Doc fix.
10887
10888         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10889         well as `mm-inlined-p'.
10890
10891 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10892
10893         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10894         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10895
10896 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897         From  Paul Jarc <prj@po.cwru.edu>
10898
10899         * message.el (message-use-mail-followup-to): New variable.
10900         (message-get-reply-headers): Use it.
10901
10902 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10903
10904         * nnheader.el (nnheader-init-server-buffer): Make sure the
10905         *nntpd* buffer is made multibyte instead of a random buffer.
10906
10907 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10908
10909         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10910         when it returns headers.
10911
10912 2001-07-07  Simon Josefsson  <jas@extundo.com>
10913
10914         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10915         trying to fold. Thanks to Colin Walters
10916         <walters@cis.ohio-state.edu>
10917
10918 2001-07-06  Simon Josefsson  <jas@extundo.com>
10919
10920         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10921         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10922         Add information in `assert's.
10923
10924         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10925         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10926         and `nnimap-group-overview-filename', should handle all
10927         change-of-uidvalidity related issues.  But there may be other
10928         problems.)
10929
10930 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10931
10932         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10933         header name when folding.
10934
10935 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10936
10937         * mm-decode.el (mm-inlined-types): Document relationship with
10938         `mm-inline-media-tests'.
10939         (mm-display-inline): Default to displaying as plain text if no
10940         inlining handler is available.
10941         (mm-inlinable-p): Remove.
10942         (mm-inlined-p): Don't call `mm-inlinable-p'.
10943         (mm-automatic-display-p): Ditto.
10944         (mm-attachment-override-p): Ditto.
10945
10946 2001-07-04  Simon Josefsson  <jas@extundo.com>
10947
10948         * nnimap.el (nnimap-importantize-dormant): New variable.
10949         (nnimap-request-update-info-internal): Use it.
10950         (nnimap-request-set-mark): Ditto.
10951
10952 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10953
10954         * nntp.el (nntp-send-command): don't pass a buffer argument to
10955         `point'. Only XEmacs accepts this.
10956         * nntp.el (nntp-send-command-nodelete): ditto.
10957         * nntp.el (nntp-send-command-and-decode): ditto.
10958
10959 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10960
10961         * nntp.el (nntp-open-connection-function): doc update.
10962         * nntp.el (nntp-pre-command): New.
10963         * nntp.el (nntp-via-rlogin-command): New.
10964         * nntp.el (nntp-via-telnet-command): New.
10965         * nntp.el (nntp-via-telnet-switches): New.
10966         * nntp.el (nntp-via-user-name): New.
10967         * nntp.el (nntp-via-user-password): New.
10968         * nntp.el (nntp-via-address): New.
10969         * nntp.el (nntp-via-envuser): New.
10970         * nntp.el (nntp-via-shell-prompt): New.
10971         * nntp.el (nntp-open-telnet-stream): New.
10972         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10973         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10974         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10975         * nntp.el (nntp-send-command): ditto.
10976         * nntp.el (nntp-send-command-nodelete): ditto.
10977         * nntp.el (nntp-send-command-and-decode): ditto.
10978
10979 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10980         Trivial patch.
10981
10982         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10983         `when'.
10984
10985 2001-07-03  Simon Josefsson  <jas@extundo.com>
10986         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10987
10988         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10989
10990 2001-07-03  Simon Josefsson  <jas@extundo.com>
10991
10992         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10993         remove it (workaround XEmacs `fill-region' bug).
10994
10995 2001-07-01  Simon Josefsson  <jas@extundo.com>
10996
10997         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10998
10999 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * mml2015.el (mml2015-format-error): New function.
11002         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11003         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11004         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11005
11006 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11007
11008         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11009         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11010
11011         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11012         group variables.
11013
11014 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11017
11018         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11019         (nnrss-save-group-data): Ditto.
11020
11021         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11022
11023 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * message.el (message-do-send-housekeeping): Narrow to headers.
11026
11027 2001-06-24  Simon Josefsson  <jas@extundo.com>
11028
11029         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11030         insertion when breaking lines looked for " \t" instead of "[ \t]".
11031         (rfc2047-encode-message-header): Fold lines even if
11032         no QP encoding is done.
11033
11034 2001-06-23  Simon Josefsson  <jas@extundo.com>
11035         From Samuel Tardieu <sam@inf.enst.fr>
11036
11037         * smime.el (smime-keys): Support additional certificates.
11038         (smime-make-certfiles): New function.
11039         (smime-sign-region): Use previous variables.
11040         (smime-get-certfiles): New function.
11041         (smime-sign-buffer): Use it.
11042         (smime-verify-region): Support both CAfile and CApath.
11043
11044 2001-06-23  Simon Josefsson  <jas@extundo.com>
11045
11046         * smime.el (smime-decrypt-region): Perhaps work.
11047
11048 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11049
11050         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11051
11052 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11053
11054         * mm-decode.el (mm-save-part): Rewrite file name.
11055         (mm-file-name-rewrite-functions): New variable.
11056         (mm-file-name-delete-whitespace): New function.
11057         (mm-file-name-trim-whitespace): New function.
11058         (mm-file-name-collapse-whitespace): New function.
11059         (mm-file-name-replace-whitespace): New variable and function.
11060
11061 2001-06-22  Simon Josefsson  <jas@extundo.com>
11062
11063         * message.el (message-make-date): Workaround locale for weekdays.
11064
11065 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11066
11067         * message.el (message-goto-body): Return nil if not found. (revert!)
11068
11069 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070         From Fremlin <chief@bandits.org>
11071
11072         * message.el (message-goto-body): Some messages have no header.
11073
11074         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11075
11076 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11077
11078         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11079
11080 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11081
11082         * message.el (message-make-date): Add week day.
11083         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11084
11085 2001-06-19  Simon Josefsson  <jas@extundo.com>
11086
11087         * message.el (message-yank-prefix): Doc fix.
11088         (message-yank-cited-prefix): Ditto.
11089         (message-delete-not-region): Keep citation prefix on first line,
11090         if possible and appropriate.
11091
11092 2001-06-19  Simon Josefsson  <jas@extundo.com>
11093
11094         * imap.el (imap-process-connection-type): New variable.
11095         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11096         recent `imtest's work completely (no line length issues), while
11097         making making old `imtest's unusable.  Thanks to NAGY Andras
11098         <nagya@inf.elte.hu> for his work.
11099
11100 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11101
11102         * imap.el (imap-ssl-program): Add -quiet to shut up
11103         OpenSSL/SSLeay's internal debug talk.
11104
11105 2001-06-19  Matt Armstrong  <matt@lickey.com>
11106
11107         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11108         server.
11109
11110 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11111
11112         * nnmail.el (nnmail-article-buffer): New variable.
11113         (nnmail-split-incoming): Use it.
11114
11115 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11116
11117         * qp.el (quoted-printable-decode-region): If called interactively,
11118         use coding-system-for-read.
11119
11120 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11121
11122         * message.el (message-check-news-header-syntax): Check Reply-To.
11123
11124 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11125
11126         * mml.el (mml-parse-1): Use message options.
11127
11128         * message.el (message-do-fcc): Don't do anything if there is no
11129         FCC.
11130
11131 2001-06-16  Simon Josefsson  <jas@extundo.com>
11132
11133         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11134         (nnimap-expunge-search-string): New variable.
11135         (nnimap-request-expire-articles): Use it.
11136
11137 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * message.el (message-send-mail-with-qmail): wrong exit status is
11140         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11141
11142 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11143
11144         * gnus-art.el (article-strip-multiple-blank-lines): Use
11145         delete-region instead of replace-match.
11146
11147 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11148
11149         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11150         (nnweb-google-wash-article): Ditto.
11151
11152 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11153
11154         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11155
11156 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11159         specs.
11160
11161 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus.el (gnus-email-address): Move it here.
11164
11165         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11166         requested.
11167         (article-de-base64-unreadable): Ditto.
11168         (article-wash-html): Ditto.
11169
11170 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11171
11172         * message.el (message-options-set-recipient): Don't add ", "
11173         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11174
11175 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11176
11177         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11178
11179 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11180
11181         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11182         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11183
11184         * nnrss.el (nnrss-node-text): Node might be nil.
11185
11186 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187
11188         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11189         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11190
11191         * nnrss.el (nnrss-group-alist): More items.
11192
11193 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11194
11195         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11196
11197 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11198         Trivial patch from Dale Hagglund  <rdh@best.com>
11199
11200         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11201         restrict clauses.
11202
11203 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         From Benjamin Rutt <brutt+news@bloomington.in.us>
11206
11207         * message.el (message-wide-reply-confirm-recipients): New variable.
11208
11209 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11211
11212         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11213         fix so it works with XEmacs.
11214
11215 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11216
11217         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11218         headers.
11219
11220 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11221
11222         * nnrss.el: Fix a few bugs.
11223
11224 2001-06-05  Simon Josefsson  <jas@extundo.com>
11225
11226         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11227         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11228
11229 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11230
11231         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11232         binary so that we don't transmit ISO 2022 garbage to the process.
11233         This is needed under XEmacs.
11234
11235 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11236
11237         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11238         autoloaded incorrectly below because ssl-program-* is bound.)
11239         Thanks to Amos Gouaux for report.
11240
11241 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11242
11243         * imap.el (imap-kerberos4-open):
11244         (imap-gssapi-open):
11245         (imap-ssl-open):
11246         (imap-network-open):
11247         (imap-shell-open):
11248         (imap-starttls-open): Set buffer to workaround spurious
11249         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11250         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11251         Colman <colman@ppllc.com> for report.
11252
11253 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * gnus-sum.el (gnus-summary-catchup): New argument.
11256         (gnus-summary-catchup-from-here): New function.
11257
11258 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11259
11260         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11261         back, then insert glyph.  (Before, the glyph was inserted first,
11262         then the newline.)  This works around a behavior in XEmacs where
11263         it is not possible to insert a character after a glyph which is at
11264         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11265
11266 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11267
11268         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11269
11270         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11271         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11272         mm-destroy-postponed-undisplay-list): New functions.
11273         (mm-display-external): Use them.
11274
11275 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11276
11277         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11278         `default-low' when evaluating `gnus-summary-highlight'.
11279         From Raja R Harinath <harinath@cs.umn.edu>.
11280
11281 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11282
11283         * message.el (message-yank-cited-prefix): New variable.
11284         (message-indent-citation): Use it.
11285
11286         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11287         as details.
11288         (mml2015-mailcrypt-clear-verify): Ditto.
11289
11290 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11291         From Nevin Kapur <nevin@jhu.edu>.
11292
11293         * gnus-sum.el (gnus-summary-default-high-score,
11294         gnus-summary-default-low-score): New variables.
11295         (gnus-summary-highlight): Use them.
11296
11297 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11298
11299         * message.el (message-mail): pass the 'send-actions argument to
11300         `message-setup'.
11301
11302 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11303         From Raymond Scholz <ray-2001@zonix.de>
11304
11305         * gnus-art.el (gnus-mime-view-part-as-charset):
11306         (gnus-mime-internalize-part): Doc fixes.
11307
11308 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11309
11310         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11311         status lines without any text ("^215$").
11312
11313 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * nnrss.el (nnrss-check-group): Reverse.
11316
11317 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11318
11319         * message.el (message-get-reply-headers):
11320         (message-followup): Fix typo, suggested by David Green
11321         <dgreen@uab.edu>
11322
11323 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11324
11325         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11326
11327         * nnrss.el (nnrss-open-server): Read server data when it is called.
11328         (nnrss-request-expire-articles): Fix.
11329
11330 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11331
11332         * message.el (message-do-send-housekeeping): mail-abbrevs may
11333         rename buffer behind Gnus.
11334
11335 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11338         (nnrss-group-alist): Add more resources.
11339         (nnrss-check-group): Ignore errors.
11340
11341 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11344
11345         * nnslashdot.el (nnslashdot-request-list): Add time.
11346         (nnslashdot-request-expire-articles): New function.
11347
11348         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11349         secondary methods too.
11350
11351 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * message.el (message-use-followup-to): Set default value to t.
11354
11355 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11356
11357         * message.el (message-dont-reply-to-names): Fix documentation.
11358         (message-get-reply-headers): Use Mail-Followup-To only for wide
11359         replies.
11360
11361 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11362
11363         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11364         correctly.
11365         (nnrss-check-group): Use time.
11366
11367 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11368
11369         * gnus.el: Oort Gnus v0.03 is released.
11370
11371 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11372
11373         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11374         group.
11375
11376 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11377
11378         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11379
11380 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11381
11382         * nnultimate.el (nnultimate-retrieve-headers): Return all
11383         available headers.
11384
11385         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11386         (gnus-get-newsgroup-headers-xover): Use it.
11387
11388 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11389
11390         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11391
11392 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11393
11394         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11395
11396 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11397
11398         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11399         disable it.
11400
11401         * gnus.el (gnus-info-nodes): Remove a few The's.
11402
11403 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11404
11405         * mail-source.el (mail-source-movemail): Call-process may return a
11406         signal description string.
11407
11408         * gnus-start.el (gnus-read-newsrc-el-file):
11409         gnus-newsrc-file-version may be nil.
11410
11411         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11412         Suggested by Michael Sperber [Mr. Preprocessor]
11413         <sperber@informatik.uni-tuebingen.de>.
11414
11415 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11416
11417         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11418
11419 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11420
11421         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11422         fontify HANDLE.
11423
11424 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11425
11426         * smime.el (smime-ask-passphrase): Rework to return value.
11427         (smime-sign-region): Rework to bind value and use it.
11428         (smime-decrypt-region): Ditto.
11429
11430 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11431         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11432
11433         * smime.el (smime-ask-passphrase): New function.
11434         (smime-sign-region): Use it.
11435         (smime-encrypt-cipher): New variable.
11436         (smime-decrypt-region): Ditto.
11437
11438 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11439         Committed by Simon Josefsson  <simon@josefsson.org>
11440
11441         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11442         the log.
11443
11444 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11445
11446         * gnus.el: Oort Gnus v0.02 is released.
11447
11448 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11449
11450         * gnus.el: Oort Gnus v0.01 is released.
11451
11452 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * gnus-sum.el (gnus-summary-highlight): Highlight read
11455         undownloaded articles as read articles.
11456
11457         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11458         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11459         articles, even read ones, as such.
11460
11461         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11462         (gnus-find-matching-articles): New function.
11463         (gnus-summary-limit-include-matching-articles): New command.
11464         (gnus-summary-limit-include-thread): Include articles that have
11465         matching subjects.
11466         (gnus-offer-save-summaries): Clean up.
11467
11468 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11469
11470         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11471
11472 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11473         From Jason Merrill <jason_merrill@redhat.com>
11474
11475         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11476
11477 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11478         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11481         newsgroup names when the original article is a news message.
11482
11483 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11484
11485         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11486         supported. Suggest by Jim Meyering <jim@meyering.net>.
11487
11488 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11489         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11490
11491         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11492         regexp in nnmail-split-fancy.
11493
11494 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11495
11496         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11497
11498 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11499
11500         * message.el (message-send-mail): Improve the interaction with the
11501         user.
11502
11503 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11504
11505         * imap.el (imap-message-copy): Work around buggy servers that
11506         doesn't send TRYCREATE tags.
11507
11508 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11511
11512 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513
11514         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11515         date.
11516
11517 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11518
11519         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11520         lives.
11521
11522 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-art.el (gnus-parse-news-url): New function.
11525         (gnus-button-handle-news): New function.
11526         (gnus-button-alist): Point to new functions.
11527
11528         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11529
11530         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11531         gnus-format-specs.
11532
11533         * message.el (message-check-news-header-syntax): Question even
11534         when Gnus doesn't know the group names.
11535         (message-send-news): Clean up.
11536
11537         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11538         exited on purpose without saving.
11539
11540         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11541
11542 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * gnus-score.el (gnus-score-orphans): Clean up.
11545
11546         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11547
11548         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11549         later.
11550
11551         * gnus-start.el (gnus-close-all-servers): Find the right items to
11552         close.
11553
11554         * qp.el (quoted-printable-decode-region): Just message
11555         malformation; don't quit.
11556
11557 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558         From Gerd Moellmann <gerd@gnu.org>.
11559
11560         * gnus.el (gnus-interactive): A typo.
11561
11562 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11563         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11564
11565         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11566         `assq-delete-all', if that function exists; otherwise use the old
11567         definition. Documentation changed to match the one in
11568         `assq-delete-all'.
11569
11570 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11571
11572         * gnus-start.el (gnus-close-all-servers): New function.
11573
11574         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11575         (gnus-server-remove-denials): Clean up.
11576
11577         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11578         keystroke.
11579
11580 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581
11582         * message.el (message-send-news): Message where we are sending.
11583         (message-send-mail): Ditto.
11584
11585         * gnus.el (gnus-server-string): New function.
11586
11587         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11588
11589         * mm-decode.el (mm-default-directory): Customized.
11590         (mm-tmp-directory): Ditto.
11591
11592         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11593         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11594         or Chars.
11595         (gnus-summary-line-format-alist): ?l is now a string.
11596         (gnus-summary-prepare-threads): Output ? for unknown lines.
11597         (gnus-summary-insert-line): Ditto.
11598         (gnus-summary-print-article): Unbalanced parentheses.
11599
11600         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11601         out whether new stuff has arrived.
11602
11603 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11604
11605         * gnus-sum.el: Let printing work on ttys on Emacs.
11606
11607 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11608
11609         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11610         when forcing news.
11611
11612         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11613         command.
11614
11615 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11616
11617         * message.el (message-set-auto-save-file-name): Don't use
11618         asterisks under nt.
11619
11620 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11623         lists of articles.
11624
11625         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11626
11627         * gnus-msg.el (gnus-put-message): Clean up.
11628         (gnus-summary-reply): Mark all replied-to articles as replied to.
11629         (gnus-inews-add-send-actions): Also mark as forwarded.
11630         (gnus-summary-mail-forward): Mark as forwarded.
11631
11632         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11633         of articles.
11634         (gnus-summary-mark-article-as-forwarded): Ditto.
11635
11636         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11637         forwarded.
11638         (gnus-summary-mail-forward): Clean up.
11639
11640         * gnus.el (gnus-article-mark-lists): Added forward.
11641
11642         * gnus-sum.el (gnus-forwarded-mark): New variable.
11643         (gnus-summary-prepare-threads): Use it.
11644         (gnus-summary-update-secondary-mark): Ditto.
11645         (gnus-newsgroup-forwarded): New variable.
11646
11647 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11650         (gnus-summary-very-wide-reply): New command and keystroke.
11651         (gnus-summary-very-wide-reply-with-original): Ditto.
11652
11653         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11654         (gnus-score-adaptive): Use it.
11655
11656         * gnus-start.el (gnus-get-unread-articles): Clean up.
11657
11658 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11661         boards.
11662
11663 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11664
11665         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11666         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11667
11668 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11669
11670         * nnultimate.el (nnultimate-retrieve-headers): Understand
11671         long-form month names.
11672
11673 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11674
11675         * gnus-sum.el (gnus-summary-show-all-headers):
11676         gnus-article-show-all-headers is broken. Use
11677         gnus-summary-toggle-header instead.
11678
11679         * mml2015.el (mml2015-gpg-extract-from): No error.
11680
11681 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11682         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11683
11684         * mml2015.el (mml2015-gpg-extract-from): New function.
11685         (mml2015-gpg-verify): Use it.
11686         (mml2015-gpg-clear-verify): Use it.
11687
11688 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11689
11690         * message.el (message-setup-fill-variables): Use
11691         fill-paragraph-function.
11692         (message-fill-paragraph): Take an argument.
11693         (message-newline-and-reformat): Take another argument.
11694
11695 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11696
11697         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11698
11699 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11700
11701         * message.el (message-forward): local-variable-p takes an extra
11702         argument in XEmacs.
11703
11704 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11705
11706         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11707         `nnimap-use-nov-p' (it really tested the negative).
11708         (nnimap-retrieve-headers): Use it.
11709
11710 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11711
11712         * message.el (message-generate-headers-first): Update doc.
11713
11714 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11715         Trivial patch.
11716
11717         * gnus.el (gnus-summary-line-format): Typo.
11718
11719 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11720
11721         * mailcap.el (mailcap-mime-data): Add application/sieve.
11722         (mailcap-mime-extensions): Add .siv, .xls.
11723
11724 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11725         From Christoph Conrad <christoph.conrad@gmx.de>
11726
11727         * gnus-score.el (gnus-summary-lower-thread): Typo.
11728
11729 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * message.el (message-forward-decoded-p): New variable.
11732         (message-forward-subject-author-subject): Use it.
11733         (message-make-forward-subject): Use it.
11734         (message-forward): Use it.
11735
11736         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11737
11738         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11739         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11740
11741 ;;Has been fixed -- zsh.
11742 ;;2001-03-05  Dave Love  <fx@gnu.org>
11743 ;;
11744 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11745 ;;      Move it after definition of mm-coding-system-p.
11746 ;;
11747 2001-03-01  Dave Love  <fx@gnu.org>
11748
11749         * mm-util.el (mm-inhibit-file-name-handlers): Add
11750         image-file-handler.
11751
11752 2001-02-11  Dave Love  <fx@gnu.org>
11753
11754         * message.el (message-signature-file): Fix doc, :type.
11755
11756 2001-02-08  Dave Love  <fx@gnu.org>
11757
11758         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11759         (message-posting-charset): Defvar when compiling again.
11760         (rfc2047-encodable-p): Require message.
11761
11762         * gnus-sum.el (gnus-alter-articles-to-read-function):
11763         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11764
11765 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11766
11767         * nnrss.el: New file.
11768
11769 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11770         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11771
11772         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11773         `skip-chars-forward'.
11774
11775 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * nndraft.el (nndraft-request-group): Restore auto save files if
11778         the original files do not exist.
11779
11780 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11781
11782         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11783         SCORE paths.
11784
11785         * mm-decode.el (mm-dissect-buffer): Call
11786         mail-extract-address-components only if necessary.
11787
11788 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11789
11790         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11791         directory part.
11792         (gnus-score-search-global-directories): Use file-directory-p.
11793
11794         * gnus-score.el (gnus-score-score-files-1): Use
11795         gnus-kill-files-directory.
11796         From Adrian Aichner <adrian@xemacs.org>.
11797
11798 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11799
11800         * gnus.el (charset): Move here from gnus-sum.el.
11801
11802 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11803
11804         * mml.el (mml-preview): Disable local map.
11805
11806         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11807         gnus-article-post-menu here.
11808
11809         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11810         if it has not been made.
11811
11812 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * gnus-art.el (gnus-article-describe-key): Map key to event.
11815         (gnus-article-describe-key-briefly): Ditto
11816
11817 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11818
11819         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11820
11821 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11822         From Katsumi Yamaoka <yamaoka@jpl.org>.
11823
11824         * dgnushack.el (coerce, merge, subseq): defmacro.
11825
11826 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11829         A fake defalias in nndraft.el results a not-activated bug in
11830         uncompiled versions.
11831
11832 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11833         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11834
11835         * gnus-util.el (gnus-split-references): Handle malformed References:.
11836
11837 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11838
11839         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11840
11841 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11842         From NAGY Andras <nagya@inf.elte.hu>.
11843
11844         * gnus.el (gnus-parameters): Typo.
11845
11846 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847
11848         * gnus.el (gnus-read-method): Remove redundancy.
11849
11850 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11851
11852         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11853         (nnslashdot-request-list): Use it.
11854
11855 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * nnml.el (nnml-generate-active-info): Fix the case when there is
11858         no file.
11859
11860         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11861         (gnus-summary-create-article): New function.
11862
11863         * gnus-group.el (gnus-group-mark-article-read): New function.
11864
11865         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11866
11867         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11868
11869 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11870
11871         * gnus-art.el (gnus-article-edit-done): Don't use
11872         gnus-article-edit-exit.
11873         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11874
11875         * gnus.el (gnus-parameters): New variable.
11876         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11877         (gnus-parameters-get-parameter): New function.
11878         (gnus-group-find-parameter): Use it.
11879
11880 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11881
11882         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11883         change of default value to `current'.
11884
11885 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11886
11887         * nneething.el (nneething-get-head): Insert unreadable file too.
11888
11889 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11890
11891         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11892
11893         * webmail.el (webmail-type-definition): Deja is bought by google.
11894
11895 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11896
11897         * gnus-sum.el (gnus-fetch-headers): New function.
11898         (gnus-select-newsgroup): Use it.
11899         (gnus-summary-insert-articles): New function.
11900         (gnus-summary-insert-old-articles): New function.
11901         (gnus-summary-insert-new-articles): New function.
11902
11903         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11904         (gnus-group-list-active): Ditto.
11905         * gnus-sum.el (gnus-set-mode-line): Ditto.
11906         (gnus-summary-read-group-1): Ditto.
11907
11908 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11909
11910         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11911         current topic.
11912
11913 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11914
11915         * smiley.el (gnus-smiley-display): Don't do widening.
11916
11917         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11918         within body.
11919
11920         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11921
11922         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11923         New variable.
11924         (gnus-mime-display-multipart-related-as-mixed): New variable.
11925         (gnus-mime-display-part): Use them.
11926
11927 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11928
11929         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11930         something special.
11931
11932 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11933
11934         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11935         (nnweb-request-article): Call reference if exists.
11936         (nnweb-type-definition): Dejanews is bought by google.com.
11937         Beta!
11938
11939 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11942
11943 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11944
11945         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11946         gnus-article-sort-functions.
11947         (gnus-article-sort-functions): Doc fix.  Refer to
11948         gnus-thread-sort-functions.
11949
11950 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951         From Paul Jarc <prj@po.cwru.edu>.
11952
11953         * message.el (message-get-reply-headers): More fixes.
11954
11955 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11956         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11957
11958         * message.el (message-get-reply-headers): Fix bug with
11959         Mail-Followup-To/to-address interaction.
11960
11961 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11962
11963         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11964         gnus-article-copy.
11965
11966 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11967
11968         * message.el (message-do-send-housekeeping): Rename to a better
11969         name.
11970
11971 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11972
11973         * message.el (message-cancel-news): Check article first, then ask
11974         yes or no.
11975
11976 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11977
11978         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11979
11980 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11981
11982         * gnus-range.el (gnus-range-normalize): New function.
11983
11984 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11985
11986         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11987
11988 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11989
11990         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11991
11992         * nnagent.el (nnagent-request-regenerate): New function.
11993
11994         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11995
11996         * nnml.el (nnml-generate-nov-databases): Accept argument
11997         server. Don't open server if it is opened.
11998         (nnml-request-regenerate): Use it. Change to deffoo.
11999
12000 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12001         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12002
12003         * gnus.el (gnus-define-group-parameter): Fix.
12004
12005 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * gnus.el (gnus-define-group-parameter): Improved.
12008
12009         * gnus-sum.el (charset): Define parameter.
12010         (ignored-charsets): Ditto.
12011         (gnus-summary-setup-default-charset): Use them.
12012
12013         * gnus-start.el (gnus-read-descriptions-file): Use them.
12014
12015         * gnus-cus.el (gnus-group-parameters): Remove them.
12016
12017 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12020
12021 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12022
12023         * gnus-sum.el (gnus-summary-read-group-1): Remove
12024         gnus-summary-set-local-parameters.
12025         (gnus-summary-setup-buffer): Put it here.
12026
12027 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12028
12029         * gnus.el (to-address): Define parameter.
12030         (to-list): Ditto.
12031         * gnus-art.el (article-hide-boring-headers): Use them.
12032         * gnus-msg.el (gnus-post-news): Ditto.
12033         * gnus-cus.el (gnus-group-parameters): Remove them.
12034
12035 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12036
12037         * gnus-draft.el (gnus-draft-reminder): New function.
12038
12039         * gnus-art.el (gnus-sender-save-name): New function.
12040
12041 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12042
12043         * mm-util.el (mm-mime-charset): Error message.
12044
12045 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12046
12047         * message.el (message-check-news-body-syntax): Don't check mml lines.
12048
12049 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12052         subscribe.
12053
12054         * gnus-start.el (gnus-call-subscribe-functions): New function.
12055         (gnus-find-new-newsgroups): Use it.
12056         (gnus-ask-server-for-new-groups): Use it.
12057         (gnus-check-first-time-used): Use it.
12058         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12059         (gnus-subscribe-options-newsgroup-method): Ditto.
12060         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12061         return .
12062
12063 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12064
12065         * gnus-cus.el (gnus-score-customize): Doc fix.
12066
12067 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12068
12069         * dgnushack.el (my-getenv): Typo.
12070
12071 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12072
12073         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12074
12075 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12076
12077         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12078
12079         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12080         (gnus-treatment-function-alist): Use it.
12081         (article-remove-leading-whitespace): New function.
12082         (gnus-article-make-menu-bar): Use it.
12083
12084         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12085         remove-leading-whitespace.
12086         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12087         because of conflict.
12088
12089 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * Makefile.in: Hack generating gnus-load.el.
12092         * dgnushack.el: Ditto.
12093         * gnus-load.el: Remove it.
12094
12095 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * dgnushack.el : Add URLDIR.
12098
12099         * Makefile.in (EMACS_COMP): Ditto.
12100
12101 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * gnus-cus.el (gnus-score-customize): Error on no score file.
12104
12105 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * mm-decode.el (mm-merge-handles): New function.
12108
12109         * mm-view.el (mm-inline-message): Use it.
12110         (mm-view-message): Ditto.
12111
12112         * mm-partial.el (mm-inline-partial): Ditto.
12113
12114         * mm-extern.el (mm-inline-external-body): Ditto.
12115
12116         * gnus-art.el (gnus-mime-view-part): Ditto.
12117         (gnus-mime-view-part-as-type): Ditto.
12118         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12119         cases.
12120
12121 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * message.el (message-cancel-news): Allow to shoot foot.
12124         (message-supersede): Ditto.
12125
12126 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12127         Trivial patch.
12128
12129         * gnus-sum.el (gnus-simplify-subject-re): Use
12130         message-subject-re-regexp.
12131
12132 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * nnmail.el (nnmail-expiry-target-group): Bind
12135         nnmail-cache-accepted-message-ids to nil.
12136
12137         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12138         coding system.
12139
12140 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12141
12142         * qp.el (quoted-printable-encode-region): Make sure characters are
12143         between 00 and FF.  Don't check charset.
12144
12145         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12146         in Emacs 20.
12147         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12148
12149 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12150
12151         * message.el (message-make-forward-subject): Argument decoded.
12152         (message-forward): Use it when digest.
12153
12154         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12155         buffer.
12156
12157 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12158
12159         * message.el (message-generate-headers-first): Doc fix.
12160
12161 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * gnus-art.el (article-make-date-line): Error proof.
12164
12165 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12166
12167         * gnus-group.el (gnus-group-listing-limit): New variable.
12168         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12169
12170         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12171
12172 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12173
12174         * message.el (message-newline-and-reformat): Special case for
12175         breaking at BOL.
12176
12177 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12178
12179         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12180         message/rfc822.
12181
12182 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12183
12184         * message.el (message-encode-message-body): Don't insert
12185         Content-Type if it is inside a mail.
12186
12187 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12190         gnus-article-commands-menu.
12191
12192         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12193         in Emacs.
12194
12195         * gnus-start.el (gnus-read-descriptions-file): Use
12196         gnus-group-name-charset and gnus-group-charset-alist.
12197
12198 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12199
12200         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12201         active region.
12202
12203         * gnus-start.el (gnus-group-change-level): Remove from both
12204         gnus-zombie-list and gnus-killed-list.
12205
12206 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12209         gnus-subscribe-topics.
12210
12211         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12212
12213 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12214
12215         * gnus-art.el (gnus-article-make-menu-bar): Make
12216         gnus-article-post-menu.
12217
12218         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12219
12220         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12221
12222         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12223
12224         * message.el (message-mode-menu): Ditto.
12225
12226         * gnus-art.el (defvar): eval-when-compile.
12227
12228 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * gnus-agent.el (gnus-agentize): Fix doc.
12231
12232 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12233
12234         * mml.el (mml-preview): Bind `q'.
12235
12236 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12239
12240 2001-01-31  Dave Love  <fx@gnu.org>
12241
12242         * mm-util.el (mm-mime-mule-charset-alist)
12243         (mm-find-mime-charset-region): Consider mule-utf-8.
12244
12245 2001-01-31  Dave Love  <fx@gnu.org>
12246
12247         * gnus-art.el (gnus-article-x-face-command)
12248         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12249         :version.
12250
12251 2001-01-26  Dave Love  <fx@gnu.org>
12252
12253         * mm-util.el (mm-multibyte-string-p): New.
12254
12255 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12256 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12257 ;;      string-as-multibyte on class.  Clarify line-folding.
12258         (quoted-printable-encode-string): Make temp buffer inherit
12259         string's multibyteness.
12260
12261 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12262
12263         * nnheader.el (toplevel): Don't require `gnus-util' at
12264         compile-time; this creates a circular dependency, and prevents
12265         a bootstrap.
12266
12267 2001-01-22  Andreas Schwab  <schwab@suse.de>
12268
12269         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12270
12271 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12272
12273         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12274
12275         * gnus-art.el (article-hide-list-identifiers): Ditto.
12276
12277         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12278
12279 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12280
12281         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12282
12283         * gnus-art.el (article-hide-list-identifiers): Similar.
12284
12285 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12286
12287         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12288
12289 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12290
12291         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12292
12293 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12294
12295         * gnus-util.el (gnus-string-equal): New function.
12296
12297         * gnus-art.el (article-hide-boring-headers): Use it.
12298
12299 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12300
12301         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12302
12303 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12304
12305         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12306
12307 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12308
12309         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12310         command if there is not last-saver.
12311
12312 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12313
12314         * nntp.el (nntp-open-connection): 201 is possible.
12315
12316 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12317
12318         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12319         (rfc2047-charset-encoding-alist): Add big5.
12320
12321 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12324         (gnus-agent-remove-server): Ditto.
12325         (autoload): gnus-server-update-server.
12326
12327         * gnus-srvr.el (gnus-server-line-format): Add %a.
12328         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12329         (gnus-server-insert-server-line): Use it.
12330
12331 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332
12333         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12334         GB2312 and Big5.
12335
12336 2001-01-24  Simon Josefsson  <sj@extundo.com>
12337
12338         * mail-source.el (mail-sources): Add :program specifier to IMAP
12339         mail source.
12340         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12341
12342 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12345
12346 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12347
12348         * nntp.el (nntp-wait-for): Return the success code.
12349         (nntp-open-connection): Use it.
12350
12351 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12352
12353         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12354
12355 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12356
12357         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12358
12359 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12360
12361         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12362         argument. Allow to print several articles in one file.
12363
12364 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * webmail.el (webmail-type-definition): netaddress changes.
12367
12368 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12369
12370         * gnus.el: Fix copyright. Remove trailing spaces.
12371
12372         * message.el (message-forward): Use mule4.
12373
12374 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * mm-util.el (mm-string-as-unibyte): New function.
12377
12378         * message.el (message-forward): Use it.
12379
12380 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12381
12382         * message.el (message-cite-original-without-signature): Don't peel
12383         off the blank line.
12384         (message-get-reply-headers): Add Cc if it is not in follow-to.
12385
12386 2001-01-20  Simon Josefsson  <sj@extundo.com>
12387
12388         * mm-decode.el (mm-handle-multipart-from): Add.
12389         (mm-dissect-buffer): Save From: header value.
12390         (mm-security-from): Remove.
12391         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12392
12393         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12394         instead of `mml-security-from'.  Protect null from value.
12395
12396 2001-01-20  Simon Josefsson  <sj@extundo.com>
12397
12398         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12399         application/vnd.ms-excel attachments.
12400
12401 2001-01-19  Simon Josefsson  <sj@extundo.com>
12402
12403         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12404
12405 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * message.el (message-ignored-mail-headers): Ditto.
12408
12409 2001-01-19  Simon Josefsson  <sj@extundo.com>
12410
12411         * message.el (message-ignored-news-headers): Only search beginning
12412         of line.
12413
12414 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12415         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12416
12417         * message.el (message-send-mail): Content-Type may not be there.
12418
12419 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12420
12421         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12422         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12423
12424         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12425         not.
12426
12427 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12428
12429         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12430         non-native groups.
12431
12432 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12433
12434         * message.el (message-yank-original): Understand
12435         universal-argument.
12436
12437 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12438
12439         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12440         (article-hide-boring-headers): Ditto.
12441
12442         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12443
12444 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12445
12446         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12447         one.
12448
12449 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12450
12451         * message.el (message-make-in-reply-to): Add comment to message-id
12452         (old syntax, see 2000-08-02 change).
12453
12454 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12455
12456         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12457         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12458         (gnus-button-reply): Ditto.
12459
12460 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-art.el (article-display-x-face): Fix.
12463
12464 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12465
12466         * gnus-art.el (article-display-x-face): Use
12467         gnus-original-article-buffer.
12468
12469 2001-01-15  Jack Twilley  <jmt@tbe.net>
12470
12471         * message.el (message-add-header): Move to point-max.
12472
12473 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12474
12475         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12476         nil, improve documentation.
12477         (smime-certificate-directory): Comment out false hints (until it
12478         is implemented).
12479
12480         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12481         there aren't any keys.
12482         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12483         verify certificate.  Default is changed to only check integrity.
12484         Improved security status texts.  If a certificate doesn't contain
12485         a email address, don't fail.
12486
12487         * smime.el (smime-noverify-region):
12488         (smime-noverify-buffer): New functions.  Verifies integrity only.
12489
12490 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12491
12492         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12493
12494 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12495
12496         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12497         (gnus-remove-some-windows): Ditto.
12498
12499 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12500
12501         * gnus-art.el (article-make-date-line): 11th.
12502
12503 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12506         (mml2015-gpg-sign): Ditto.
12507
12508 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12509
12510         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12511         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12512
12513 2001-01-08  Dave Love  <fx@gnu.org>
12514
12515         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12516         single character.
12517
12518         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12519
12520         * message.el: Doc and message fixes.
12521         (message-send-rename-function)
12522         (message-make-forward-subject-function)
12523         (message-send-mail-function, message-reply-to-function)
12524         (message-wide-reply-to-function, message-followup-to-function)
12525         (message-distribution-function, message-auto-save-directory): Fix
12526         :type.
12527
12528         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12529         proceeding after warnings.  Amend multipart warning message.
12530
12531 2001-01-04  Dave Love  <fx@gnu.org>
12532
12533         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12534         compiling.
12535         (gnus-make-directory): Require nnmail.
12536
12537         * mm-decode.el (mm-inline-media-tests): Add
12538         image/x-portable-bitmap.
12539         (mm-get-image): Grok pbm.
12540
12541 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12542
12543         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12544
12545 2001-01-09  Didier Verna  <didier@xemacs.org>
12546
12547         * dgnushack.el (dgnushack-compile): give a dummy value to
12548         `gnus-xmas-glyph-directory' for the time of compilation.
12549         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12550         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12551         * gnus-art.el: ditto.
12552         * gnus-group.el: ditto.
12553         * gnus-salt.el: ditto.
12554         * gnus-sum.el: ditto.
12555         * gnus-topic.el: ditto.
12556         * gnus-xmas.el (gnus-xmas-define): see above.
12557         * gnus-xmas.el (gnus-xmas-redefine): see above.
12558         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12559         non-continuable error when the directory can't be found.
12560
12561 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12562
12563         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12564         handle.
12565         * gnus-art.el (gnus-mime-view-part): Copy it.
12566         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12567
12568 2001-01-09  Michael Downes  <mjd@ams.org>
12569
12570         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12571
12572 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12573
12574         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12575         orig-file. Use ',source.
12576
12577 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12580         (gnus-xmas-group-startup-message):
12581         Detect gnus-xmas-glyph-directory when it is nil.
12582
12583 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584
12585         * pop3.el (pop3-get-message-count): Andrew Innes
12586         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12587
12588 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12589
12590         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12591
12592         * time-date.el (time-to-number-of-days): New function.
12593
12594 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12595         Trivial patch.
12596
12597         * nnslashdot.el (nnslashdot-request-list): Always get the right
12598         sid.
12599
12600 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * message.el (message-minibuffer-local-map): New keymap.
12603         (message-read-from-minibuffer): Use it.
12604         * gnus-msg.el (gnus-summary-resend-message): Use it
12605
12606 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12607
12608         * gnus-start.el (gnus-display-time-event-handler): New function.
12609         (gnus-after-getting-new-news-hook): Use it.
12610
12611 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * message.el (message-ignored-mail-headers): Add draft header.
12614
12615 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12618         excursion.
12619
12620         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12621
12622 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12623         A revoked patch.
12624
12625         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12626
12627 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12628
12629         * qp.el (quoted-printable-decode-region): Don't backward-char.
12630
12631 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632
12633         * gnus-draft.el: Mark articles as replied.
12634
12635         * gnus-sum.el (gnus-summary-add-mark): New function.
12636
12637         * gnus-group.el (gnus-add-mark): New function.
12638
12639         * gnus-sum.el (gnus-summary-buffer-name): New function.
12640         (gnus-summary-setup-buffer): Use it.
12641
12642         * gnus-draft.el: Set things up with the right post method and
12643         stuff.
12644
12645         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12646
12647         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12648
12649         * gnus.el (gnus-draft-meta-information-header): New variable.
12650
12651 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12652
12653         * gnus-art.el (gnus-treatment-function-alist): Move the date
12654         functions before the header sorting functions.
12655
12656         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12657
12658         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12659         Don't (push "/usr/share/emacs/site-lisp" load-path).
12660
12661         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12662         to empty fill prefixes.
12663
12664 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12665
12666         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12667         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12668
12669 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12670
12671         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12672
12673         * nnml.el (autoload): Move to nnheader.el.
12674
12675         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12676         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12677         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12678         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12679
12680 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12681
12682         * gnus-art.el (article-make-date-line): Get the hours right.
12683         (gnus-ignored-headers): More hiding.
12684
12685         * nnmail.el (nnmail-expiry-wait): Not an integer.
12686
12687         * message.el (message-goto-body): Only expand abbrev when called
12688         interactively.
12689         (message-make-lines): Use it.
12690
12691 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12692
12693         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12694
12695 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12696
12697         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12698         include the expunged articles.
12699
12700         * gnus-group.el (gnus-group-sort-by-server): New function.
12701
12702         * gnus.el (gnus-method-to-server-name): New function.
12703         (gnus-group-prefixed-name): Use it.
12704
12705         * gnus-group.el (gnus-group-sort-function): Doc fix.
12706         (gnus-group-sort-groups-by-server): New command.
12707
12708 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12709
12710         * gnus-art.el (gnus-treat-date-english): New variable.
12711         (article-date-english): New command.
12712         (gnus-english-month-names): New variable.
12713         (article-make-date-line): Do 'english.
12714
12715         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12716         after the fill prefix.
12717
12718         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12719         score...".
12720
12721         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12722
12723         * message.el (message-mode-map): Bind comment-region.
12724
12725         * gnus-art.el (gnus-mime-display-part): Let w3 display
12726         multipart/related.
12727
12728         * mm-bodies.el (mm-long-lines-p): New function.
12729         (mm-body-encoding): Use it.
12730         (mm-body-encoding): Encode articles with lines longer than 1000
12731         characters.
12732
12733 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12734
12735         * mm-util.el (mm-enable-multibyte): Use
12736         default-enable-multibyte-characters.
12737         (mm-enable-multibyte-mule4): Ditto.
12738         (mm-disable-multibyte): Test XEmacs.
12739         (mm-disable-multibyte-mule4): Ditto.
12740         (mm-with-unibyte-current-buffer): Simplified.
12741         (mm-with-unibyte-current-buffer-mule4): Ditto.
12742
12743 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12744
12745         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12746
12747         * nnheader.el (nnheader-string-as-multibyte): New alias.
12748
12749         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12750
12751         * gnus-uu.el (gnus-message-process-mark): New function.
12752         (gnus-uu-mark-by-regexp): Use it.
12753         (gnus-new-processable): New function.
12754
12755 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12756          Trivial patch.
12757
12758         * gnus-sum.el (gnus-no-mark): New variable.
12759
12760 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12761
12762         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12763         backslashes.
12764
12765 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12768         definition.
12769
12770 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12773
12774         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12775         XEmacs.
12776
12777 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12778         Trivial patch.
12779
12780         * mml.el (mml-read-tag): Save tag location.
12781
12782 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12783
12784         * starttls.el: Sync with Emacs 21.
12785
12786 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * message.el (message-mail): Support yank-action.
12789
12790         * message.el (message-setup): Revoke the last change.
12791
12792 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793
12794         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12795         <jvromans@squirrel.nl>.
12796
12797 2000-12-24  Simon Josefsson  <sj@extundo.com>
12798
12799         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12800         mailing list junk at end of part.
12801
12802 2000-12-23  Simon Josefsson  <sj@extundo.com>
12803
12804         * nnimap.el (nnimap-expiry-target): New function.
12805         (nnimap-request-expire-articles): Use it.
12806
12807 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12808
12809         * gnus.el (gnus-group-parameters-more): New variable.
12810         * gnus-cus.el (gnus-group-customize): Use it.
12811
12812         * gnus.el (gnus-define-group-parameter): New macro.
12813         (auto-expire): Use it
12814         (total-expire): Use it.
12815         * gnus-art.el (banner): Use it.
12816
12817         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12818         <ljz@asfast.com>.
12819
12820 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * gnus-topic.el (gnus-topic-create-topic): Use list.
12823
12824         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12825         before binding gnus-default-article-saver.
12826
12827         * gnus-sum.el (gnus-summary-save-article):
12828         (gnus-summary-pipe-output):
12829         (gnus-summary-save-article-mail):
12830         (gnus-summary-save-article-rmail):
12831         (gnus-summary-save-article-file):
12832         (gnus-summary-write-article-file):
12833         (gnus-summary-save-article-body-file): Ditto.
12834
12835         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12836
12837 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12838
12839         * gnus-art.el (gnus-mime-security-button-map):
12840         (gnus-mime-button-map): Add parent.
12841
12842 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12843
12844         * messagexmas.el (message-xmas-redefine): New function.
12845
12846         * message.el: Use it.
12847
12848         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12849
12850         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12851
12852 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12853
12854         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12855         malformatted messages.
12856
12857 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12858
12859         * mm-util.el (mm-image-load-path): New function.
12860
12861         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12862
12863         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12864
12865         * message.el (message-tool-bar-map): Use it.
12866
12867         * Makefile.in (install-el): New rule.
12868
12869 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-art.el (article-treat-dumbquotes): Quote \.
12872
12873 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874
12875         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12876         Emacs 20 runs on a terminal.
12877
12878 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12879
12880         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12881
12882         * mml.el (gnus-add-minor-mode): Autoload.
12883
12884         * message.el (message-forward): Save-restriction.
12885
12886 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12887
12888         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12889         Paul Stevenson <p.stevenson@surrey.ac.uk>
12890
12891 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12892
12893         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12894
12895         * mml.el (gnus-ems): Don't require.
12896
12897         * gnus.el (gnus-decode-rfc1522): Removed.
12898         (gnus-set-text-properties): Define.
12899
12900 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12901
12902         * gnus-art.el (gnus-mime-*): handle may be nil.
12903
12904         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12905
12906         * gnus.el (gnus-group-remove-excess-properties): Not defined
12907         in gnus-xmas.
12908
12909 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * message.el (message-mail-user-agent): Add :version.
12912
12913 2000-12-21  Miles Bader  <miles@gnu.org>
12914
12915         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12916
12917 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12918
12919         * message.el (message-mail-user-agent): New variable.
12920         (message-setup): Renamed to message-setup-1. Support
12921         mail-user-agent.
12922         (message-mail-user-agent): New function.
12923         (message-mail): Use it.
12924         (message-reply): Use it.
12925         (message-resend): Use it.
12926         (message-mail-other-window): Use it.
12927         (message-mail-other-frame): Use it.
12928
12929         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12930
12931 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12932
12933         * message.el (message-tool-bar-map): Simplify.
12934         (message-narrow-to-head-1): New function.
12935         (message-narrow-to-head): Use it.
12936         (message-reply): Ditto.
12937         (message-cancel-news): Ditto.
12938         (message-supersede): Ditto.
12939         (message-make-forward-subject): Ditto.
12940         (message-bounce): Ditto.
12941
12942 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12943
12944         * uudecode.el (uudecode-decode-region-external): make-temp-file
12945         may not be defined.
12946
12947         * binhex.el (defalias): eval-and-compile.
12948
12949         * message.el (message-tool-bar-map): New function.
12950         (message-mode): Use it.
12951
12952 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * nntp.el (nntp-find-connection): Remove the entry.
12955         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12956
12957 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958
12959         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12960
12961         * message.el (message-forward): Copy buffer in unibyte mode.
12962
12963 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12964
12965         * message.el (message-make-forward-subject): Don't widen. Decode.
12966         (message-forward): Don't decode subject.
12967
12968 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12969
12970         * qp.el (quoted-printable-encode-region): Upcase QP.
12971
12972 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12973
12974         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12975         mail-extract-a-c instead. Don't depend on Gnus.
12976
12977         * mml.el (gnus-ems): Require it.
12978
12979         * gnus-msg.el (gnus-summary-mail-forward):
12980
12981         * message.el (message-forward):  Move mime-to-mml here.
12982
12983 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12984
12985         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12986         * gnus-art.el (gnus-insert-mime-button): Simplify.
12987         (gnus-mime-display-alternative): Ditto.
12988         (gnus-insert-mime-security-button): Ditto.
12989
12990 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12991
12992         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12993         text-property-not-all doesn't return nil when start=mark(end).
12994         (gnus-remove-text-properties-when): Ditto.
12995
12996 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12997
12998         * gnus-start.el (gnus-group-change-level): Remove group from
12999         gnus-active-hashtb if real killed.
13000
13001 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13002
13003         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13004         (gnus-mime-display-alternative): Ditto.
13005         (gnus-insert-mime-security-button): Ditto.
13006
13007 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13008
13009         * gnus-start.el (gnus-group-change-level): Don't add it into
13010         killed-list if it was killed.
13011
13012 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13013
13014         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13015         (nnmbox-active-file-coding-system): Ditto.
13016
13017         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13018
13019 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13020
13021         * gnus.el (gnus-version):
13022         (gnus-version-number): Set to Oort Gnus 0.01.
13023
13024         * gnus-art.el (gnus-mime-security-button-map):
13025         (gnus-insert-mime-security-button): Fix for Emacs21.
13026
13027 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028
13029         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13030         easymenu, because XEmacs doesn't understand :help.
13031
13032         * mm-uu.el: Require binhex.
13033
13034 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13035
13036         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13037
13038 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13039
13040         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13041
13042 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13043
13044         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13045
13046 2000-12-18  Dave Love  <fx@gnu.org>
13047
13048         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13049         (unused).
13050
13051 2000-12-13  Miles Bader  <miles@gnu.org>
13052
13053         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13054         to t, so that we don't get stuck while trying to smilefy
13055         intangible text.
13056
13057 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13058
13059         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13060         at the end of the buffer.
13061         (smiley-region): In the loop, move to the end of the submatch
13062         matching the smiley instead of using the end of the match
13063         of the whole regexp.
13064
13065 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13066
13067         * message.el (message-mode): Doc fix.
13068
13069 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13070
13071         * smiley-ems.el (smiley-region): Doc fix.
13072
13073 2000-12-11  Miles Bader  <miles@gnu.org>
13074
13075         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13076         bottom line visible, check to see if it's partially obscured, and
13077         if so, either scroll one more line to make it fully visible, or
13078         revert to showing the second line from the top.
13079
13080 2000-12-07  Dave Love  <fx@gnu.org>
13081
13082         * mailcap.el (mailcap-download-directory)
13083         * gnus-audio.el (gnus-audio-directory)
13084         * smiley-ems.el (smiley-data-directory): Fix :type.
13085
13086 2000-11-30  Dave Love  <fx@gnu.org>
13087
13088         * message.el (message-auto-save-directory): Use
13089         file-name-as-directory.
13090         (message-set-auto-save-file-name): Create
13091         message-auto-save-directory if necessary.
13092         (message-replace-chars-in-string): Removed -- unused.
13093         (message-mail-alias-type): Customize.
13094         (message-headers): Remove duplicate defgroup.
13095
13096 2000-11-29  Dave Love  <fx@gnu.org>
13097
13098         * qp.el (quoted-printable-decode-region): Use error, not message
13099         to report malformed text (like base64).  Amend message.
13100
13101 2000-11-29  Miles Bader  <miles@gnu.org>
13102
13103         * message.el (message-header-lines): Fontify tag.
13104
13105 2000-11-27  Dave Love  <fx@gnu.org>
13106
13107         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13108         compiler warning.
13109
13110 ;2000-11-26  Dave Love  <fx@gnu.org>
13111 ;
13112 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13113 ;
13114 2000-11-23  Dave Love  <fx@gnu.org>
13115
13116         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13117
13118         * mm-uu.el (uudecode): Require.
13119         (uudecode-decode-region, uudecode-decode-region-external): Don't
13120         autoload.
13121         (mm-uu-copy-to-buffer): Doc fix.
13122         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13123         type fix.
13124
13125         * mailcap.el: Doc fixes.
13126         (mailcap-mime-data): Various adjustments.
13127         (mailcap): New group.
13128         (mailcap-download-directory): Customize.
13129         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13130         (mailcap-temporary-directory): Deleted (unused).
13131         (mailcap-unescape-mime-test): Simplify slightly.
13132         (mailcap-viewer-passes-test): Use functionp.
13133         (mailcap-command-p): Aliased to executable-find.
13134
13135         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13136         default-enable-multibyte-characters is nil.
13137
13138 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13139
13140         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13141
13142 2000-11-21  Dave Love  <fx@gnu.org>
13143
13144         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13145         gnus-article-mode-map.
13146 ;       (gnus-mime-button-menu): Use mouse-set-point.
13147         (gnus-insert-mime-button, gnus-mime-display-alternative)
13148         (gnus-mime-display-alternative): Don't use local-map property.
13149
13150 2000-11-17  Dave Love  <fx@gnu.org>
13151
13152         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13153         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13154         and make-temp-file.
13155         (uudecode-decode-region): Doc fix.
13156
13157 2000-11-14  Dave Love  <fx@gnu.org>
13158
13159         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13160         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13161         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13162         New files, derived from the XPMs.
13163
13164 2000-11-10  Dave Love  <fx@gnu.org>
13165
13166         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13167         (gnus-agent-lib-file, gnus-agent-load-alist)
13168         (gnus-agent-save-alist, gnus-agent-article-name): Use
13169         expand-file-name.
13170
13171         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13172         :version.
13173         (nnkiboze-score-file): Defvar when compiling.
13174
13175         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13176
13177         * gnus-art.el (gnus-article-banner-alist)
13178         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13179         (gnus-article-date-lapsed-new-header)
13180         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13181         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13182         (gnus-treat-strip-headers-in-body)
13183         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13184         (gnus-treat-translate): Add :version.
13185         (gnus-article-mime-part-function): Fix defcustom.
13186
13187         * nnmail.el (nnmail-expiry-target)
13188         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13189         (nnmail-split-header-length-limit): Add :version.
13190
13191         * gnus-sum.el (gnus-auto-expirable-marks)
13192         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13193         (gnus-extra-headers, gnus-ignored-from-addresses)
13194         (gnus-newsgroup-ignored-charsets)
13195         (gnus-group-highlight-words-alist)
13196         (gnus-summary-show-article-charset-alist): Add :version.
13197
13198         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13199         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13200         files, converted from the XPMs.
13201
13202         * gnus-cache.el (gnus-cache-active-file): Don't use
13203         file-name-as-directory on directory.
13204         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13205         use file-name-as-directory on directory.
13206
13207         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13208         (date-to-time): Use it.
13209
13210 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13211 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13212 ;       (message-newline-and-reformat): Likewise.
13213         (message-forward-as-mime, message-forward-ignored-headers)
13214         (message-buffer-naming-style, message-default-charset)
13215         (message-dont-reply-to-names, message-send-mail-partially-limit):
13216         Add :version.
13217
13218         * mm-util.el: Doc fixes.
13219         (mm-mime-charset): Don't use the raw result of
13220         mm-preferred-coding-system.
13221         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13222         (mm-with-unibyte): Simplify.
13223
13224         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13225         concat.
13226
13227         * pop3.el (pop3-version): Deleted.
13228         (pop3-make-date): New function, avoiding message-make-date.
13229         (pop3-munge-message-separator): Use it.
13230
13231 2000-11-09  Dave Love  <fx@gnu.org>
13232
13233         * gnus-group.el (gnus-group-make-directory-group)
13234         (gnus-group-fetch-faq): Use expand-file-name.
13235         (gnus-group-fetch-faq): Simplify completing-read form.
13236
13237         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13238         test for Mule.
13239
13240         * message.el (tool-bar-map): Defvar when compiling.
13241
13242         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13243         (gnus-tm-lisp-directory): Deleted.
13244         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13245         (featurep 'xemacs).
13246         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13247         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13248         version numbers from file names.
13249
13250 2000-11-08  Dave Love  <fx@gnu.org>
13251
13252         * mm-view.el: Use featurep for XEmacs test.
13253         (mm-inline-message): Test for `remove-specifier'; don't use
13254         condition-case.
13255
13256         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13257
13258         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13259         (gnus-score-find-bnews): Don't concat "".
13260
13261         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13262         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13263         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13264         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13265
13266         * gnus-sum.el: Put some defvars in eval-when-compile.
13267         (gnus-summary-mode-hook): Add :options.
13268         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13269         (gnus-summary-tool-bar-map): New variable.
13270         (gnus-summary-make-tool-bar): New function.
13271         (gnus-summary-mode): Put kill-all-local-variables first.
13272
13273         * gnus-group.el (gnus-group-toolbar-map): New variable.
13274         (gnus-group-make-tool-bar): Rewritten.
13275         (gnus-group-mode): Put kill-all-local-variables first.
13276
13277         * rfc2047.el: Require gnus-util.
13278
13279         * nnml.el (gnus-sorted-intersection): Autoload.
13280
13281         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13282         Put some defvars in eval-when-compile.
13283         (gnus-intersection, gnus-sorted-complement):  Autoload.
13284
13285         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13286
13287         * mm-encode.el (mm-body-7-or-8): Autoload.
13288
13289         * mm-decode.el (mm-insert-inline): Autoload.
13290
13291         * mml.el:
13292         * message.el: Put some defvars in eval-when-compile.
13293
13294         * gnus-msg.el: Put some defvars in eval-when-compile.
13295         (gnus-msg-mail): Move after gnus-setup-message.
13296
13297         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13298
13299 2000-11-07  Dave Love  <fx@gnu.org>
13300
13301         * gnus-util.el (nnheader): Don't require message (recursive
13302         autoload).
13303
13304         * uudecode.el: Avoid compiler warnings.
13305
13306         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13307         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13308
13309 2000-11-06  Dave Love  <fx@gnu.org>
13310
13311         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13312
13313         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13314         (uudecode-char-int): New alias, replacing char-int.
13315         (uudecode-decode-region): Don't call buffer-disable-undo.
13316
13317 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13318 ;       (mm-uu-configure-list): Doc fix.
13319 ;
13320 ;       * earcon.el (running-xemacs): Don't define.
13321 ;
13322 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13323 ;
13324 ;       * message.el (message-font-lock-keywords): Match a final newline
13325 ;       to help font-lock's multiline support.
13326 ;
13327 2000-11-03  Dave Love  <fx@gnu.org>
13328
13329         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13330
13331         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13332         name.
13333
13334         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13335         <banner>: Fix custom type, doc.
13336
13337         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13338         name.  Don't disable undo explicitly.
13339
13340 ;2000-11-02  Dave Love  <fx@gnu.org>
13341 ;
13342 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13343 ;       cite-prefix.
13344
13345 2000-11-01  Dave Love  <fx@gnu.org>
13346
13347         * rfc2047.el (base64): Require unconditionally.
13348         (message-posting-charset): Defvar when compiling.
13349         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13350         message.
13351
13352         * gnus-sum.el (nnoo): Require.
13353         (mm-uu-dissect): Autoload.
13354
13355         * mml.el (mml-parse-1): Clarify message.
13356         (mml-minibuffer-read-type): Use mailcap-mime-types.
13357
13358 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13359
13360         * mml.el: Fix a typo in the requiring of CL.
13361
13362 2000-11-01  Dave Love  <fx@gnu.org>
13363
13364         * utf7.el: Require cl when compiling.
13365
13366         * binhex.el: Use (featurep 'xemacs).
13367         (binhex-char-int): New alias, replacing char-int.  Change callers.
13368         (binhex-decode-region): Simplify work buffer code.
13369         (binhex-decode-region-external): Use expand-file-name, not concat.
13370
13371 2000-10-30  Dave Love  <fx@gnu.org>
13372
13373         * gnus-art.el: Fix 2000-10-27 change properly.
13374
13375 2000-10-28  Miles Bader  <miles@gnu.org>
13376
13377         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13378
13379 2000-10-27  Dave Love  <fx@gnu.org>
13380
13381         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13382         strings.
13383         (gnus-group-make-tool-bar): New function.
13384         (gnus-group-mode): Use it.
13385
13386         * message.el (message-mode-menu): Add some :help strings.
13387         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13388         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13389
13390         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13391         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13392         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13393
13394         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13395         display-graphic-p here.
13396
13397 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13398
13399         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13400         of the `gnus-xemacs' variable, as the latter has been removed.
13401         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13402         * gnus-art.el (gnus-treat-display-xface)
13403         (gnus-treat-display-smileys, gnus-treat-display-picons)
13404         (gnus-article-read-summary-keys): Likewise.
13405
13406 2000-10-26  Dave Love  <fx@gnu.org>
13407
13408         (defvar): Use rmail-spool-directory unconditionally.
13409
13410 2000-10-18  Dave Love  <fx@gnu.org>
13411
13412         * mm-bodies.el (mm-uu-decode-function)
13413         (mm-uu-binhex-decode-function): Defvar when compiling.
13414
13415         * gnus-nocem.el (gnus-nocem-issuers): Update.
13416         (gnus-nocem-check-from): New option.
13417         (gnus-nocem-scan-groups): Use it.
13418         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13419         (gnus-nocem-check-article-limit): Add :version.
13420
13421 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13422
13423         * ietf-drums.el (mm-util): Require CL when compiling.
13424
13425 2000-10-15  Dave Love  <fx@gnu.org>
13426
13427         * qp.el: Require mm-util.
13428
13429 2000-10-13  Dave Love  <fx@gnu.org>
13430
13431         * qp.el (quoted-printable-decode-region): Avoid invalid
13432         coding-systems.
13433
13434 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13435
13436         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13437         to a recursive load.
13438
13439 2000-10-12  Dave Love  <fx@gnu.org>
13440
13441         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13442
13443         * gnus.el (gnus-group-startup-message): Check for PBM image.
13444
13445 2000-10-09  Dave Love  <fx@gnu.org>
13446
13447         * mail-source.el (mail-source-fetch-imap): Bind
13448         default-enable-multibyte-characters rather than using
13449         mm-disable-multibyte.
13450
13451 2000-10-05  Dave Love  <fx@gnu.org>
13452
13453         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13454         Autoload.
13455         (quoted-printable-decode-region):  Rename arg which confused
13456         charset with coding-system.  Don't use nonascii-insert-offset.
13457         Coding-system encode the region initially.  Don't recognize `=='
13458         as valid QP.  Coding-system decode the region finally.
13459         (quoted-printable-decode-string): Rename arg which confused
13460         charset with coding-system.
13461
13462         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13463         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13464         mm-encode-coding-region.
13465         (mm-decode-body, mm-decode-string): Rename variables which
13466         confused charset with coding-system.
13467         (binhex-decode-region): Don't autoload.
13468         (mm-body-encoding): Require message.
13469         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13470         cond branches.
13471
13472         * gnus-art.el (article-de-quoted-unreadable)
13473         (article-de-base64-unreadable): Fold search case
13474         rather than downcasing string.  Apply mm-charset-to-coding-system
13475         to arg of quoted-printable-decode-region.
13476
13477 2000-10-04  Dave Love  <fx@gnu.org>
13478
13479         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13480         Require ring when compiling.
13481         (gnus-article-compface-xbm): New variable.
13482
13483 2000-10-04  Dave Love  <fx@gnu.org>
13484
13485         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13486         pbm images.
13487
13488         * frown.pbm, smile.pbm, wry.pbm: New files.
13489
13490         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13491
13492 2000-10-03  Dave Love  <fx@gnu.org>
13493
13494         * mail-source.el (mail-sources): Revert to nil.
13495
13496         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13497
13498         * qp.el: Don't require mm-util.
13499         (quoted-printable-decode-region): Rewritten.
13500         (quoted-printable-decode-string, quoted-printable-encode-region):
13501         Doc fix.
13502         (quoted-printable-encode-region): Barf on multibyte characters.
13503         Maybe make the class multibyte.  Upcase chars, not formatted
13504         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13505         (quoted-printable-encode-string): Don't use
13506         mm-with-unibyte-buffer.
13507
13508 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13509
13510         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13511
13512 2000-09-21  Dave Love  <fx@gnu.org>
13513
13514         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13515         (for Emacs 20).  Tidy somewhat.
13516
13517 2000-09-21  Dave Love  <fx@gnu.org>
13518
13519         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13520         image processing.  Rationalize logic somewhat.
13521
13522 2000-09-20  Dave Love  <fx@gnu.org>
13523
13524         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13525         specifically.
13526
13527         * gnus.el (gnus-version-number): Avoid some redundant
13528         autoloads.
13529
13530 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13531
13532         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13533         to XBM; we always have PBM support.
13534
13535 2000-09-14  Dave Love  <fx@gnu.org>
13536
13537         * gnus.el (gnus-charset):
13538         * mm-decode.el (mime-display):
13539         * imap.el (imap) <defgroup>: Add :version.
13540
13541 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13542
13543         * parse-time.el: Fix author's mail address.
13544
13545         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13546         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13547         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13548         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13549         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13550         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13551         * rfc2231.el, uudecode.el: Fix copyright notice.
13552
13553         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13554         require `w3' at load-time only if not running in batch mode.
13555
13556 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13557
13558         * gnus.el: Before merge with Emacs21.
13559
13560 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13561
13562         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13563
13564 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13565
13566         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13567         to avoid conflict with the standard `back-to-indentation'
13568         binding.
13569
13570 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13571
13572         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13573
13574         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13575         (mm-disable-multibyte-mule4): Ditto.
13576         (mm-with-unibyte-current-buffer-mule4): Ditto.
13577
13578 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13579
13580         * pop3.el (pop3-movemail): Use binary.
13581         (pop3-movemail-file-coding-system): Removed.
13582
13583 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13584
13585         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13586
13587 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13590         exists.
13591
13592 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13593
13594         * gnus-msg.el (gnus-post-method): Use backend name when the
13595         address is "".
13596
13597 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13598
13599         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13600         mm-verify-option.
13601         (gnus-treat-x-pgp-sig): Default value.
13602         (gnus-ignored-headers): Redundant.
13603
13604 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13605
13606         * gnus-win.el (gnus-configure-frame): Save selected window.
13607
13608 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13609
13610         * nnmbox.el: Require gnus-range.
13611         (nnmbox-group-building-active-articles): New variable.
13612         (nnmbox-group-active-articles): New variable; this is a cache of
13613         all active articles by group and number.
13614         (nnmbox-in-header-p): New function.
13615         (nnmbox-find-article): New function.
13616         (nnmbox-record-active-article): New function.
13617         (nnmbox-record-deleted-article): New function.
13618         (nnmbox-is-article-active-p): New function.
13619         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13620         (nnmbox-request-article): Ditto.  Also supply extra arg to
13621         nnmbox-article-group-number.
13622         (nnmbox-request-expire-articles): Ditto.
13623         (nnmbox-request-move-article): Ditto.
13624         (nnmbox-request-replace-article): Ditto.
13625         (nnmbox-request-rename-group): Rename group entry in active
13626         article cache.
13627         (nnmbox-delete-mail): Update active article cache, unless article
13628         is being replaced.
13629         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13630         than partially duplicating it.
13631         (nnmbox-article-group-number): Add extra `this-line' arg, to
13632         handle articles belonging to multiple groups.
13633         (nnmbox-save-mail): Update active article cache.
13634         (nnmbox-read-mbox): Build active article cache when loading mbox.
13635         Also do some repair work, if we find articles that are missing the
13636         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13637         reconstruct these from Xref info.
13638
13639 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13640
13641         * mail-source.el (mail-source-report-new-mail): Use
13642         nnheader-run-at-time.
13643
13644 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13645
13646         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13647         an error is thrown, and then rethrow the error.
13648         (mail-source-check-pop): Ditto.
13649         (mail-source-start-idle-timer): Prevent multiple pop checks
13650         running if the check takes a long time.
13651
13652 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13653
13654         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13655         succeed.
13656
13657 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13658
13659         * gnus-win.el (gnus-configure-windows): Make sure
13660         nntp-server-buffer is live.
13661         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13662
13663 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13664
13665         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13666
13667 2000-12-04  Andreas Jaeger  <aj@suse.de>
13668
13669         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13670
13671 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13672
13673         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13674
13675 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13677
13678         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13679
13680 2000-12-01  Simon Josefsson  <sj@extundo.com>
13681
13682         * mml-smime.el (mml-smime-verify): Fix address parsing.
13683
13684 2000-12-01  Simon Josefsson  <sj@extundo.com>
13685
13686         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13687         more than one certificate inside PKCS#7 blob.  Better security
13688         information (clamed / actual sender, openssl output, certificates
13689         inside message).
13690
13691         * smime.el (smime-verify-region): Output to /dev/null.
13692         (smime-buffer-as-string-region): Don't parse empty lines.
13693
13694 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13695
13696         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13697         ?d and ?D.
13698         (gnus-mime-security-show-details-inline): New variable.
13699         (gnus-mime-security-show-details): Use them.
13700         (gnus-insert-mime-security-button): Ditto.
13701
13702         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13703         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13704         (mml2015-gpg-clear-verify): Ditto.
13705         (mml2015-gpg-decrypt-1): Ditto.
13706         (mml2015-use): Prefer 'gpg.
13707
13708 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * gnus-util.el (gnus-add-text-properties-when): New function.
13711         (gnus-remove-text-properties-when): Ditto.
13712
13713         * gnus-cite.el (gnus-article-hide-citation): Use them.
13714         (gnus-article-toggle-cited-text): Use them.
13715
13716         * gnus-art.el (gnus-signature-toggle): Use them.
13717         (gnus-article-show-hidden-text): Ditto.
13718         (gnus-article-hide-text): Ditto.
13719
13720 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13721
13722         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13723
13724 2000-11-30  Simon Josefsson  <sj@extundo.com>
13725
13726         * smime.el (smime-point-at-eol): New alias.
13727         (smime-buffer-as-string-region): Use it.
13728
13729 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13730
13731         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13732
13733 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13734
13735         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13736
13737         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13738
13739         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13740
13741 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13742
13743         * nnmh.el (nnmh-request-expire-articles): Implemented
13744         expiry-target for nnmh backend.
13745
13746 2000-11-30  Simon Josefsson  <sj@extundo.com>
13747
13748         * mm-decode.el (mm-security-from): New variable.
13749         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13750
13751         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13752         than `from'.
13753
13754 2000-11-30  Simon Josefsson  <sj@extundo.com>
13755
13756         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13757         address match sender address.
13758
13759         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13760
13761         * smime.el (smime-verify-region): Don't copy buffer.
13762         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13763         (smime-pkcs7-region): New function.
13764         (smime-pkcs7-certificates-region): Ditto.
13765         (smime-pkcs7-email-region): Ditto.
13766         (smime-buffer-as-string-region): Ditto.
13767
13768         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13769         buffer.
13770
13771 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13772
13773         * smime.el (smime-decrypt-region): Fix keyfile argument.
13774
13775 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13776
13777         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13778
13779 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780
13781         * message.el (message-shoot-gnksa-feet): New variable.
13782         (message-gnksa-enable-p): New function.
13783         (message-send): Use it.
13784         (message-check-news-body-syntax): Ditto.
13785
13786 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * message.el (message-make-message-id): Remove the redundancy.
13789
13790 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13791
13792         * message.el (message-setup): Discourage using mc-install-*-mode.
13793
13794         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13795
13796 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13797
13798         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13799
13800 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13801
13802         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13803
13804 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13805
13806         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13807
13808 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13809
13810         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13811         insert-buffer-substring.
13812
13813         * message.el (message-send-mail): Use buffer-substring-no-properties.
13814         (message-send-news): Ditto.
13815
13816 2000-11-22  David Edmondson  <dme@dme.org>
13817
13818         * imap.el (imap-wait-for-tag): Message read info.
13819
13820 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13821
13822         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13823         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13824         (mml2015-gpg-encrypt): Ditto.
13825
13826 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * mm-decode.el (mm-verify-option): Default value.
13829
13830         * mml-sec.el (mml-secure-part): Error message.
13831
13832 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13833
13834         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13835
13836 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13837
13838         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13839
13840 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13841
13842         * gnus-art.el (gnus-article-describe-key): Use prompt.
13843         (gnus-article-describe-key-briefly): Ditto.
13844
13845 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13846
13847         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13848
13849 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13850
13851         * gnus-art.el (gnus-article-describe-key): New function.
13852         (gnus-article-describe-key-briefly): New function.
13853
13854 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13855
13856         * mm-decode.el (mm-decrypt-option): Doc typo.
13857
13858         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13859         return a number.
13860
13861 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13862
13863         * message.el (message-newline-and-reformat): Typo.
13864
13865 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13866
13867         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13868         original-article-buffer exists.
13869
13870         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13871         (rfc2047-header-encoding-alist): Addresses are different from text.
13872         (rfc2047-encode-message-header): Ditto.
13873         (rfc2047-dissect-region): Extra parameter.
13874         (rfc2047-encode-region): Ditto.
13875         (rfc2047-encode-string): Ditto.
13876
13877 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13878
13879         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13880         (mm-uu-pgp-encrypted-extract): Use it.
13881         (mm-uu-pgp-signed-extract-1): New function.
13882         (mm-uu-pgp-signed-extract): Use it.
13883
13884         * gnus-art.el (gnus-mime-display-security): New function.
13885         (gnus-mime-display-part): Use it.
13886         (gnus-mime-security-verify-or-decrypt): New function.
13887         (gnus-mime-security-press-button): New function.
13888         (gnus-insert-mime-security-button): Use it.
13889
13890         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13891         (mm-find-raw-part-by-type): Ditto.
13892         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13893         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13894         (mm-destroy-parts): Kill nested multibyte buffer.
13895
13896         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13897         (mml2015-gpg-verify): Ditto.
13898
13899 2000-11-18  Simon Josefsson  <sj@extundo.com>
13900
13901         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13902         (mml2015-function-alist): Use it.
13903
13904         * mml-sec.el (mml-sign-alist): Update names.
13905         (mml-encrypt-alist): Ditto.
13906         (mml-secure-part-smime-sign): Moved to mml-smime.el
13907         as `mml-smime-sign-query'.
13908         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13909         `mml-smime-get-file-cert'.
13910         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13911         `mml-smime-get-dns-cert'.
13912         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13913         `mml-smime-encrypt-query'.
13914         (mml-smime-sign-buffer): Use mml-smime-sign.
13915         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13916
13917         * mml-smime.el (mml-smime-sign): New function.
13918         (mml-smime-encrypt):
13919         (mml-smime-sign-query):
13920         (mml-smime-get-file-cert):
13921         (mml-smime-get-dns-cert):
13922         (mml-smime-encrypt-query): Moved from mml-sec.el.
13923
13924 2000-11-16  Simon Josefsson  <sj@extundo.com>
13925
13926         * mml2015.el (mml2015-gpg-clear-verify): New function.
13927         (mml2015-function-alist): Add it.
13928
13929 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13930
13931         * message.el (message-setup-fill-variables): Use
13932         message-cite-prefix-regexp.
13933         (message-newline-and-reformat): Check the end of citation, leading
13934         WSP, break in the cite prefix.
13935         (message-fill-paragraph): New function.
13936
13937 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13938
13939         * lpath.el: Shut up.
13940
13941 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13942
13943         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13944         raw 8-bit in headers in dk.* newsgroups.
13945
13946 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * message.el (message-newline-and-reformat): Match extra WSPs.
13949
13950 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13951
13952         * mml.el (mml-generate-mime-1): Ignore ascii.
13953
13954 2000-11-16 Justin Sheehy  <justin@iago.org>
13955
13956         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13957
13958 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13959
13960         * message.el (message-cite-prefix-regexp): Prefix should not end
13961         at space.
13962
13963 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13964
13965         * message.el (message-mode-syntax-table): Add - as a word
13966         constituent as in articles.
13967         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13968         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13969         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13970
13971 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13972
13973         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13974
13975 2000-11-12  David Edmondson  <dme@dme.org>
13976
13977         * message.el (message-font-lock-keywords): use
13978         message-cite-prefix-regexp.
13979
13980 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13981
13982         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13983         Stein Arild Str\e,Ax\e(Bmme.
13984         (gnus-group-jump-to-group): Use it.
13985         (gnus-group-jump-to-group-prompt): Customize.
13986
13987 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13988
13989         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13990
13991 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13992
13993         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13994         incompatible.
13995         (mml2015-mailcrypt-sign): Ditto.
13996
13997 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13998
13999         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14000         group is open.
14001
14002 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14005         nnvirtual articles.
14006         (gnus-backlog-request-article): Don't request nnvirtual articles.
14007
14008 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14009
14010         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14011         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14012
14013 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14014
14015         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14016         * mml.el (mml-generate-mime-1): Use charset attribute.
14017         * mm-bodies.el (mm-encode-body): Add parameter charset.
14018         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14019
14020 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14021
14022         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14023         (mml2015-mailcrypt-clear-decrypt): Ditto.
14024         (mml2015-mailcrypt-verify): Ditto.
14025         (mml2015-mailcrypt-clear-verify): Ditto.
14026         (mml2015-gpg-verify): Ditto.
14027
14028 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14029
14030         * smime.el (smime-openssl-program): Test the existence of openssl.
14031         * mml-smime.el: Require mm-decode.
14032         (mml-smime-verify-test): New function.
14033         * mm-decode.el (mm-verify-function-alist): Use it.
14034
14035 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14038         anyway.
14039
14040 2000-11-13  Simon Josefsson  <sj@extundo.com>
14041
14042         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14043         verification doesn't work.
14044
14045 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14046
14047         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14048         (gnus-inews-do-gcc): Use it.
14049
14050 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14051
14052         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14053         leading space.
14054         * mm-extern.el (mm-inline-external-body): Report error when no
14055         access-type.
14056
14057 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14058
14059         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14060
14061 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14062
14063         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14064
14065 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14066
14067         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14068         as multipart/mixed.
14069
14070 2000-11-12  David Edmondson  <dme@dme.org>
14071
14072         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14073         and replace `.' with `\w' to allow for different syntax tables
14074         (from Vladimir Volovich).
14075         * message.el (message-newline-and-reformat): use
14076         `message-cite-prefix-regexp'.
14077         * gnus-cite.el (gnus-supercite-regexp): use
14078         `message-cite-prefix-regexp'.
14079         * gnus-cite.el (gnus-cite-parse): use
14080         `message-cite-prefix-regexp'.
14081
14082 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14083
14084         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14085         PGP SIGNATURE.  Escape leading "-"'s.
14086         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14087
14088 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14089
14090         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14091
14092 2000-11-11  Simon Josefsson  <sj@extundo.com>
14093
14094         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14095
14096         * smime.el (smime-details-buffer): New variable.
14097         (smime-sign-region):
14098         (smime-encrypt-region):
14099         (smime-verify-region):
14100         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14101
14102         * mml-smime.el (mml-smime-verify): Support security info.
14103
14104 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14105
14106         * mm-decode.el (mm-verify-option): Set default to nil.
14107         (mm-decrypt-option): Ditto.
14108         * gnus-art.el (article-verify-x-pgp-sig): New function.
14109
14110 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14111
14112         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14113         preferred part.
14114
14115 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14116
14117         * gnus-sum.el (gnus-move-split-methods): Say that
14118         `gnus-split-methods' uses file names, whereas this uses group
14119         names.  (Report from Nevin Kapur)
14120
14121 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14122
14123         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14124
14125 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14126
14127         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14128         (nnheader-directory-articles): Use it.
14129         (nnheader-article-to-file-alist): Ditto.
14130
14131 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14132
14133         * rfc2047.el (rfc2047-pad-base64): New function.
14134         (rfc2047-decode): Use it.
14135
14136 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14137
14138         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14139         select method.
14140
14141 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14142
14143         * mml2015.el (mml2015-gpg-decrypt-1):
14144         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14145
14146 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14147
14148         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14149
14150 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14151
14152         * pop3.el (pop3-munge-message-separator): A message may have an
14153         empty body.
14154
14155 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156
14157         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14158         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14159         (mm-uu-pgp-signed-extract): Use coding-system.
14160
14161 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14162
14163         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14164         (gnus-insert-mime-security-button): New function.
14165         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14166         * mml2015.el:  Add security info when verify or decrypt.
14167         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14168         (mm-uu-pgp-encrypted-extract): Ditto.
14169
14170 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14171
14172         * mm-decode.el (mm-display-parts): New function.
14173         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14174
14175 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14176
14177         * gnus-mlspl.el: Documentation tweaks.
14178
14179 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14182         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14183         argument.
14184
14185 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14186
14187         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14188
14189 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14190
14191         * gnus-art.el (gnus-article-encrypt): New function.
14192         (gnus-article-encrypt-protocol-alist): New variable.
14193         (gnus-article-encrypt-protocol): New variable.
14194         * mml2015.el (mml2015-self-encrypt): New function.
14195         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14196
14197 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14198
14199         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14200         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14201         let mailcap do it.
14202         * mml2015.el: Remove snarf code.
14203         * mm-decode.el: Remove snarf code.
14204
14205 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14206
14207         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14208         (mml-insert-mime): Understand gnus-decoded.
14209         (mime-to-mml): New parameter handles.
14210         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14211         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14212
14213 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14214
14215         * mm-decode.el (mime-security): New group.
14216         (mm-verify-function-alist): Add test function.
14217         (mm-decrypt-function-alist): Ditto.
14218         (mm-snarf-option): Set default value as nil.
14219         (mm-find-part-by-type): Recursive parameter.
14220         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14221         * mml2015.el: Support draft-ietf-openpgp-multsig.
14222
14223 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14224
14225         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14226         (gnus-article-view-part-as-charset): New function.
14227
14228 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14229
14230         * mm-decode.el (mm-verify-option): Default value.
14231         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14232
14233 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14234
14235         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14236
14237 2000-11-05  Simon Josefsson  <sj@extundo.com>
14238
14239         * mml-smime.el (mml-smime-verify): Work in original multipart
14240         buffert.
14241
14242         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14243         (mm-handle-multipart-ctl-parameter): Ditto.
14244         (mm-alist-to-plist): New function.
14245         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14246         for multiparts.
14247         (mm-destroy-parts): Destroy multipart buffert.
14248         (mm-remove-part): Ditto.
14249
14250         * mml-smime.el (mml-smime-sign): Not used.
14251         (mml-smime-encrypt): Ditto.
14252
14253         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14254
14255         Verify S/MIME signature support.
14256
14257         * mm-decode.el (mm-inline-media-tests): Add
14258         application/{x-,}pkcs7-signature.
14259         (mm-inlined-types): Ditto.
14260         (mm-automatic-display): Ditto.
14261         (mm-verify-function-alist): Ditto.  Add name of method.
14262         (mm-decrypt-function-alist): Add name of method.
14263         (mm-find-part-by-type): Add documentation.
14264         (mm-possibly-verify-or-decrypt): Use new format of
14265         mm-{verify,decrypt}-function-alist.  Use method names.
14266
14267         * mml-smime.el (mml-smime-verify): New function.
14268
14269 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14270
14271         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14272
14273 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14274
14275         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14276         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14277         * mm-decode.el (mm-snarf-option): New variable.
14278
14279 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14280
14281         * mm-util.el (mm-subst-char-in-string): New function.
14282         (mm-replace-chars-in-string): Use it.
14283         * message.el (message-replace-chars-in-string): Use it.
14284         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14285         * gnus-mh.el (mh-lib-progs): Shut up.
14286
14287 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14288
14289         * base64.el, md5.el: Moved to contrib directory.
14290
14291 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14292
14293         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14294         the last article when search.
14295
14296 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14297
14298         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14299         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14300
14301 2000-09-29  David Edmondson  <dme@thus.net>
14302
14303         * message.el (message-newline-and-reformat): Typo.
14304
14305 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14306
14307         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14308
14309 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14310
14311         * nntp.el (nntp-decode-text): Delete bogus status lines.
14312
14313 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14314
14315         * message.el (message-font-lock-keywords): Match a final newline
14316         to help font-lock's multiline support.
14317
14318 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14319
14320         * nnoo.el (nnoo-set): New function.
14321
14322 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14323
14324         * gpg.el, gpg-ring.el: Moved to contrib directory.
14325
14326 2000-11-04  Simon Josefsson  <sj@extundo.com>
14327
14328         * nnimap.el (nnimap-split-inbox): Typo.
14329
14330 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14331
14332         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14333
14334 2000-11-03  Simon Josefsson  <sj@extundo.com>
14335
14336         * rfc2231.el (rfc2231-parse-qp-string): New function.
14337         (require): rfc2047.
14338
14339         * mail-parse.el (mail-header-parse-content-type):
14340         (mail-header-parse-content-disposition): Support invalid QP
14341         encoded strings, by using `rfc2231-parse-qp-string'.
14342
14343 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14344
14345         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14346         (rfc2231-decode-encoded-string): Typo "> X 1".
14347         (rfc2231-encode-string): Insert the name of charset.
14348         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14349
14350 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14351
14352         * mm-decode.el (mm-save-part): Return the filename.
14353         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14354         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14355         (gnus-mime-action-alist): Use it.
14356         (gnus-mime-button-commands): Use it.
14357         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14358         (mm-inline-external-body): unwind-protect.
14359
14360 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14361
14362         * gnus-art.el (gnus-insert-mime-button): Show url.
14363
14364 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14365
14366         * mml.el (mml-generate-mime-1): Support external url.
14367         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14368
14369 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14370
14371         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14372         * mm-decode.el (mm-display-external): Ditto.
14373         * mm-extern.el: New file.
14374         * mm-decode.el (mm-inline-media-tests): Hook it up.
14375         (mm-inlined-types): Inline message/external-body.
14376
14377 2000-11-02  Simon Josefsson  <sj@extundo.com>
14378
14379         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14380
14381         * message.el (message-get-reply-headers): Better handling when
14382         Mail-Followup-To is very large.
14383
14384 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14385
14386         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14387         * gnus-art.el (gnus-article-edit-done):
14388         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14389         counting code here.
14390         * gnus-msg.el (gnus-setup-message): Remove a hack.
14391
14392 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14393
14394         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14395         (gnus-summary-mode): Make them local variables.
14396         (gnus-set-global-variables): Globalize them.
14397         (gnus-summary-exit): Kill them.
14398
14399 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14400
14401         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14402         word.
14403
14404 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14405
14406         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14407         gnus-article-wash-types.
14408         * gnus-art.el (gnus-article-wash-status): Use them.
14409
14410 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14411
14412         * mml.el (mml-read-tag): Remove spaces and LF.
14413
14414 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14415
14416         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14417         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14418
14419 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14422
14423 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14424
14425         * gnus-sum.el (gnus-article-charset): New variable.
14426         (gnus-summary-display-article): Set it.
14427         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14428         * gnus-art.el (gnus-article-mode): Make it local variable.
14429
14430 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14431
14432         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14433
14434 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14435
14436         * nnwfm.el: New file.
14437
14438         * nnweb.el (nnweb-replace-in-string): New function.
14439
14440 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14441
14442         * mml2015.el: Wrap gpg.el.
14443         * gpg.el (gpg-verify): The last argument of apply is a list.
14444         (gpg-encrypt): Add passphrase as a parameter.
14445
14446 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14447
14448         * gpg.el: New file.
14449         * gpg-ring.el: New file.
14450
14451 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14452
14453         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14454
14455 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14458         double-quote characters.
14459         (gnus-summary-prepare-threads): Ditto.
14460
14461 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14462
14463         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14464         * mml.el (mml-read-tag): Don't skip the leading space.
14465         * lpath.el (font-lock-set-defaults): Shut up.
14466
14467 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14468
14469         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14470
14471 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14472
14473         * qp.el (quoted-printable-encode-region): Replace leading - when
14474         ultra safe.
14475         * mml.el (mml-generate-mime-postprocess-function): Removed.
14476         (mml-postprocess-alist): Removed.
14477         (mml-generate-mime-1): Use ultra-safe when sign.
14478         * mml2015.el (mml2015-fix-micalg): Uppercase.
14479         (mml2015-verify): Insert LF.
14480         (mml2015-mailcrypt-sign): Downcase; search backward.
14481
14482 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14483
14484         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14485         restrictive.
14486         (nnultimate-table-regexp): New variable.
14487         (nnultimate-forum-table-p): Use it.
14488
14489 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14490         Trivial patch.
14491
14492         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14493
14494 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14495
14496         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14497         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14498
14499 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14500
14501         * mml2015.el: Shut up.
14502
14503 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14504
14505         * gnus.el (gnus-server-browse-hashtb): Removed.
14506         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14507         (gnus-group-insert-group-line-info): Use simplified method.
14508         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14509
14510 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14511
14512         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14513         moved here.
14514         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14515         * gnus-group.el (gnus-group-prepare-flat): Use it.
14516         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14517
14518 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14519
14520         * mml.el (mml-mode): Show menu in XEmacs.
14521
14522 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14523
14524         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14525         (gnus-server-read-server-in-server-buffer): New function.
14526         (gnus-browse-foreign-server): Browse in group buffer.
14527         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14528         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14529         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14530         * gnus.el (gnus-server-browse-hashtb): New variable.
14531
14532 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14533
14534         * nnfolder.el (nnfolder-open-nov): Use group.
14535
14536 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14537
14538         * nnfolder.el: Add NOV. Set version to 2.0.
14539         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14540
14541 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14542
14543         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14544
14545 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14546
14547         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14548         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14549
14550 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14551
14552         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14553
14554 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14555
14556         * mm-decode.el (mm-verify-function-alist): New variable.
14557         (mm-verify-option): New variable.
14558         (mm-decrypt-function-alist): Ditto.
14559         (mm-decrypt-option): Ditto.
14560         (mm-find-raw-part-by-type): New function.
14561         (mm-possibly-verify-or-decrypt): New function.
14562         (mm-dissect-multipart): Use it.
14563         * mml2015.el (mml2015-fix-micalg): New function.
14564         (mml2015-decrypt): Use new interface.
14565         (mml2015-verify):  Use new interface.
14566         (mml2015-setup): Make it bogus.
14567
14568 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14569
14570         * mml.el (mml-generate-mime-postprocess-function): Set to
14571         mml-postprocess.
14572         (autoload): Autoload mml2015 and mml-smime.
14573         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14574         * mml2015.el (mml2015-encrypt): New function.
14575         (mml2015-sign): New function.
14576         (mml2015-encrypt-function): New variable.
14577         (mml2015-sign-function): New variable.
14578         (mml2015-mailcrypt-encrypt): Use message-recipients.
14579         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14580         * mml-smime.el (mml-smime-setup): Ditto.
14581
14582 2000-10-28  Simon Josefsson  <sj@extundo.com>
14583
14584         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14585         Communigate Pro 3.3.1 server.
14586
14587         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14588         in buffers.
14589         (mml-secure-dns-server): Removed.
14590         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14591         write certificates to files.
14592
14593         * smime.el (smime-dns-server): New variable.
14594         (smime-mail-to-domain):
14595         (smime-cert-by-dns): New functions.
14596
14597         * dig.el: New file.
14598
14599 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14600
14601         * message.el (message-options): New variable.
14602         (message-options-set-recipient): New function.
14603         (message-send): Use them.
14604         * gnus-int.el (gnus-request-replace-article): Use them.
14605         (gnus-request-accept-article): Ditto.
14606         * mml.el (mml-preview): Use them.
14607         * gnus-sum.el (gnus-summary-edit-article): Use them.
14608
14609         * message.el (message-options-get): New function.
14610         (message-options-get): New function.
14611         * rfc2047.el (rfc2047-encode-message-header): Use them.
14612         * mm-bodies.el (mm-encode-body): Use them.
14613
14614 2000-10-28  Simon Josefsson  <sj@extundo.com>
14615
14616         * nnimap.el (nnimap-retrieve-which-headers):
14617         (nnimap-request-article-part): Quote message-id.
14618
14619         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14620         (smime-CA-file): New variable.
14621         (smime-call-openssl-region): Don't error.
14622         (smime-sign-region): Return result value.
14623         (smime-encrypt-region): Ditto.
14624         (smime-verify-region): New function.
14625         (smime-decrypt-region): Ditto.
14626         (smime-verify-buffer): Ditto.
14627         (smime-decrypt-buffer): Ditto.
14628
14629         * mml.el: Require mml-sec.
14630         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14631         (mml-mode-map): Add "sign" and "encrypt" maps.
14632         (mml-menu): Add security menu.
14633         (mml-preview): Use generate-new-buffer.
14634
14635         * mml-sec.el: New file.
14636
14637 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14638
14639         * mm-decode.el (mm-find-part-by-type): Move it here.
14640         * mml.el (mml-postprocess): Move it here.
14641         (mml-postprocess-alist): Move it here. Merge them.
14642
14643 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14644
14645         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14646         unencoded stuff in the header.
14647
14648 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14649
14650         * gnus-group.el (gnus-group-listed-groups): New variable.
14651         (gnus-group-list-option): New variable.
14652         (gnus-group-list-limit-map): New keymap.
14653         (gnus-group-list-flush-map): New keymap.
14654         (gnus-group-list-plus-map): New keymap.
14655         (gnus-group-prepare-logic): New function.
14656         (gnus-group-prepare-flat): Merge with
14657         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14658         (gnus-group-prepare-flat-list-dead): Ditto.
14659         (gnus-group-list-matching): Use gnus-group-prepare-function.
14660         (gnus-group-list-dormant): Ditto.
14661         (gnus-group-list-cached): Ditto.
14662         (gnus-group-listed-groups): New function.
14663         (gnus-group-list-limit): New function.
14664         (gnus-group-list-flush): New function.
14665         (gnus-group-list-plus): New function.
14666         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14667         (gnus-topic-prepare-topic): Ditto.
14668
14669 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14670
14671         * message.el (message-insert-to, message-get-reply-headers):
14672         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14673
14674 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14675
14676         * mml2015.el: New file.
14677         * smime.el: New file.
14678         * mml-smime.el: New file.
14679
14680 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14681
14682         * ChangeLog: Moved to ChangeLog.1.
14683
14684     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14685   Copying and distribution of this file, with or without modification,
14686   are permitted provided the copyright notice and this notice are preserved.
14687
14688 ;; Local Variables:
14689 ;; coding: iso-2022-7bit
14690 ;; End: