2003-02-24 Reiner Steib <Reiner.Steib@gmx.de>
[gnus] / lisp / ChangeLog
1 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mail-source.el (mail-source-delete-incoming): Allow integer value.
4         (mail-source-delete-old-incoming-confirm): New variable.
5         (mail-source-delete-old-incoming): Use it.  New function.
6         (mail-source-callback): Call `mail-source-delete-old-incoming' if
7         `mail-source-delete-incoming' is a nonnegative integer.
8
9 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10
11         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
12         (gnus-user-agent): Fixed typo.
13
14 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15
16         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
17         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
18
19 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
22         (gnus-agent-fetch-session): Allow debugging to take place.
23
24 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
25
26         * gnus-sum.el (gnus-highlight-selected-summary)
27         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
28         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
29         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
30         and makes it clear that we don't need the side effect.
31         * gnus-util.el (gnus-delete-line): do.  
32         * gnus-xmas.el (gnus-group-add-icon): do.
33         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
34         * nntp.el (nntp-send-authinfo-from-file): do.
35         * nnml.el (nnml-header-value): do.
36         * nnheader.el (nnheader-insert-references): do.
37         * gnus-cite.el (gnus-article-highlight-citation) 
38         (gnus-cite-parse): do.
39         * gnus-score.el (gnus-score-followup): do.
40         * gnus-draft.el (gnus-draft-send): do.
41         * gnus-group.el (gnus-group-highlight-line): do.
42         * gnus-cache.el (gnus-cache-braid-nov): do.
43         * nnfolder.el (nnfolder-retrieve-headers)
44         (nnfolder-request-article): do.
45         * gnus-art.el (article-hide-boring-headers)
46         (gnus-article-hide-header): do.
47         
48         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
49         * nnml.el (nnml-request-replace-article): do.
50         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
51         * nnfolder.el (nnfolder-request-move-article): do.
52         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
53         * gnus-art.el (gnus-mm-display-part): do.
54
55         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
56         
57 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
58
59         * nntp.el (nntp-possibly-change-group): Avoid calling
60         process-buffer on nil (Which happened when you lost your
61         connection while fetching); instead signal a "Server Closed
62         Connection" error.
63
64 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
65
66         * gnus-agent.el (gnus-agent-enable-expiration): New
67         variable. Either ENABLE or DISABLE.  Sets default behavior for
68         selecting which groups are expired.
69         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
70         gnus-agent-set-cat-groups): Provides abstract interface for
71         accessing agent category.  Category now implemented by an alist.
72         (gnus-agent-add-group, gnus-agent-remove-group,
73         gnus-category-insert-line, gnus-category-edit-predicate,
74         gnus-category-edit-score, gnus-category-edit-groups,
75         gnus-category-copy, gnus-category-add, gnus-group-category): Use
76         new agent category abstraction.
77         (gnus-agent-find-parameter): New function. Search for agent
78         configuration parameter first in the group's parameters, then its
79         topics (if any), and then the group's category.  If not found
80         anywhere, use the original defined constants.
81         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
82         gnus-agent-find-parameter.
83         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
84         gnus-agent-cache now blocks retrieving headers and articles from
85         the local cache.  Fetched content is still added to the cache
86         before being returned.
87         (gnus-agent-fetch-session): Use error-message-string to generate
88         displayed error message.
89         (gnus-agent-customize-category): New Command. 'e' in category
90         buffer opens category customization buffer.
91         (gnus-category-read): Reads either positional or alist format;
92         returns alist format.
93         (gnus-category-write): Writes category file compatible with
94         current, and previous, versions of gnus-agent.
95         (gnus-category-make-function, gnus-category-make-function-1):
96         Corrected documentation; parameter is predicate NOT category.
97         (gnus-predicate-implies-unread): Now works in more cases per the
98         todo comment.
99         (gnus-function-implies-unread-1): New function. Supports
100         gnus-predicate-implies-unread.
101         (gnus-agent-expire-group): Command now provides default of group
102         under point.
103         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
104         agent-days-until-old parameters. No longer supports
105         gnus-agent-expire-days being set to an alist.
106         (gnus-agent-request-article): Now performs its own checks of
107         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
108         assuming that the caller will do them correctly.
109         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
110         gnus-agent-expire-days is set to an alist.  Converts said alist
111         into group parameter so that gnus-agent-expire-days will not be
112         needed.
113         * gnus-art.el (gnus-request-article-this-buffer): Conditional
114         checks surrounding gnus-agent-request-article removed; now
115         performed by gnus-agent-request-article.
116         * gnus-cus.el (gnus-agent-parameters): New variable. List of
117         customizable group/topic parameters that regulate the agent.
118         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
119         kill-buffer with gnus-kill-buffer to remove the killed buffer from
120         the list of gnus buffers.
121         (gnus-trim-whitespace): Removes leading and trailing whitespace
122         from multiline strings.
123         (gnus-agent-cat-prepare-category-field,
124         gnus-agent-customize-category): Constructs a category
125         customization buffer.
126         * gnus-int.el (gnus-retrieve-headers,
127         gnus-request-expire-articles): No longer checks gnus-agent-cache
128         as it is handled internally by the agent.
129         (gnus-request-head, gnus-request-body): Conditional checks
130         surrounding gnus-agent-request-article removed; now performed by
131         gnus-agent-request-article.
132         
133         * gnus-start.el (): Added defvar statements to resolve compilation
134         warnings.
135         (gnus-long-file-names): New function. Isolates platform dependent
136         msdos-long-file-names.
137         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
138         option of writing directly to file.  Avoids memory exhausted
139         errors when .newsrc.eld is huge.
140         (gnus-save-newsrc-file): Uses new
141         gnus-save-startup-file-via-temp-buffer.
142         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
143         standard-output.
144         (gnus-display-time-event-handler): Changed to alias from a defun
145         to avoid a compile-time warning when display-time-event-handler is
146         not defined.
147         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
148         standard-output such that prin1 and princ will write directly to a
149         file.
150
151         * gnus.el (gnus-agent-cache): Expanded documentation.
152         (gnus-summary-high-undownloaded-face): Removed second bold keyword
153         so that this face is actually bold.
154
155         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
156         gnus-use-cache has been set.
157
158 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
159
160         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
161
162 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
163
164         * gnus-art.el (gnus-article-refer-article): Be more permissive.
165
166 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
167
168         * spam.el: Fix typo.
169
170 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
171         (Trivial patch.)
172
173         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
174         errors-buffer. This produces a nicer error message in case of
175         problems.
176         
177 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
180         load stats iff spam-use-stat is on
181
182         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
183         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
184         instead of spam-stat-load and spam-stat-save in the
185         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
186
187 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
188
189         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
190
191 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * message.el (message-make-fqdn): Protect against nil user-mail. 
194
195 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
196
197         * gnus-art.el (gnus-boring-article-headers): New values:
198         'to-list and 'cc-list.
199         
200 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         * spam.el (spam-setup-widening): new function to set
203         nnimap-split-download-body, we add it to gnus-get-new-news-hook
204         (spam-list-of-statistical-checks): list of statistical splitter
205         checks
206         (spam-split): added a widen call when a statistical check is
207         enabled
208
209 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
210
211         * gnus-msg.el (gnus-user-agent): Changed default to
212         'emacs-gnus-type, renamed 'full.
213
214 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
215
216         * nnfolder.el (nnfolder-request-accept-article): Don't use
217         mail-header-unfold-field.
218
219 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
220
221         * imap.el (imap-ssl-open): Don't depend on ssl.el.
222         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
223
224 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
225
226         * spam.el: add spam-stat-load to gnus-get-new-news-hook
227         (spam-split): remove spam-stat-load call
228
229 2003-02-26  Simon Josefsson  <jas@extundo.com>
230
231         * gnus-sum.el (gnus-summary-toggle-header): Run
232         gnus-article-decode-hook instead of calling a-decode-encoded-words
233         directly (the latter is run as part of the former).
234
235 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
236
237         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
238
239 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
240
241         * message.el (message-sendmail-envelope-from): New option.
242         (message-sendmail-envelope-from): New function.
243         (message-send-mail-with-sendmail): Use it.
244
245 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
246
247         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
248         compensation for TDMA addresses.
249
250 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
251
252         * gnus-msg.el (gnus-user-agent): New variable.
253         (gnus-version-expose-system): Removed.  Obsoleted by
254         `gnus-user-agent'.
255         (gnus-extended-version): Use `gnus-user-agent'.
256
257 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
258
259         * spam.el (spam-stat-register-spam-routine,
260         spam-stat-register-ham-routine): remove spam-stat-save
261         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
262
263 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
264
265         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
266         reference.
267
268 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
269
270         * nnheader.el (nnheader-find-nov-line): Changed midpoint
271         calculation to avoid integer overflow.
272
273 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
274
275         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
276
277 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
278         * spam.el: disabled spam-get-article-as-filename
279
280         From Michael Shields  <shields@msrl.com>
281
282         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
283         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
284         * gnus-sum.el (gnus-summary-expire-articles): Use it.
285         * spam.el (spam-summary-prepare-exit): Use it.
286         * gnus.el (gnus-install-group-spam-parameters): New.
287         * spam.el (spam-group-ham-processor-copy-p): New.
288         * spam.el (spam-summary-prepare-exit): Support for ham copying.
289         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
290         that would cause the current message to be moved if the group had
291         no spam.
292         * spam.el (spam-ham-move-routine): New `copy' argument.
293
294 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
295         From Martin Thornquist <martint@ifi.uio.no>
296
297         * gnus-topic.el (gnus-topic-select-group): Select last group if
298         after last group.
299         * gnus-group.el (gnus-group-select-group): Ditto.
300
301 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
304         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
305         point-at-(b|e)ol which aren't available in Emacs 20.
306
307         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
308
309 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
310
311         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
312         clause of the condition-case statement.  Errors connecting to a
313         server no longer terminate gnus.
314
315         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
316         make its use obvious.  Added no-nothing case to avoid
317         opening(closing) servers when already open(closed).
318         (gnus-agent-while-plugged): Added macro to facilitate internal use
319         of gnus-agent-toggle-plugged.
320         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
321         temporarily open servers.
322         (gnus-agent-get-undownloaded-list): Sort list of article numbers
323         as sorting gnus-newsgroup-headers is wrong.
324         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
325         to temporarily open servers. Corrected logic to handle setting
326         gnus-agent-mark-unread-after-downloaded.
327         (gnus-agent-fetch-articles): Now handles headers with missing
328         article sizes and/or missing article lengths.  Now clears the
329         message buffer when finished.
330         (gnus-agent-fetch-group-1): Position point before calling
331         gnus-summary-set-agent-mark.
332         (gnus-get-predicate): Corrected description, parameter is
333         predicate not category.
334         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
335         provide a separate single group expiration function.
336         (gnus-agent-regenerate-group): Now clears the message buffer when
337         finished.
338         
339 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
340
341         * gnus.el (gnus-agent-target-move-group-header): New variable.
342         * gnus-draft.el (gnus-draft-send): If special header
343         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
344         that group, instead of performing the regular sending functions.
345
346 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
349
350 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
351
352         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
353         variables.
354         (message-make-fqdn): Use it.  Improved validity check.
355
356 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * message.el (message-user-mail-address): Check whether
359         user-mail-address looks valid.
360
361         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
362
363         * gnus-util.el (gnus-fetch-original-field): New function.
364
365 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
366
367         * message.el (message-mode): \\(...\\) around additional
368         paragraph-separate alternative.
369
370 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
371
372         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
373         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
374         display key bindings.
375         (gnus-mime-button-menu): Rewrite.
376
377 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-art.el (gnus-button-url-regexp): Removed `.
380
381 2003-02-23  Max Froumentin  <mf@w3.org>
382
383         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
384
385 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-art.el (gnus-mime-action-on-part): Require a match
388         interactively. 
389
390         * gnus-start.el (gnus-save-newsrc-file): Use
391         gnus-backup-startup-file. 
392         (gnus-backup-startup-file): New variable.
393
394 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus.el (gnus-summary-buffer-name): Moved function here. 
397
398         * gnus-draft.el (defun): Remove debug.
399
400 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
401
402         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
403         can't open server.
404
405 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-draft.el (defun): Configure posting styles.
408
409         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
410         the entry for the group exists before we alter it.
411
412 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
413
414         * message.el (message-mode): MML tags separate paragraphs.  Small
415         change from David S Goldberg <david.goldberg6@verizon.net>.
416
417         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
418         `gnus-newsgroup-headers'.
419
420         * gnus-art.el (gnus-article-refer-article): Grok more message id
421         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
422
423 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
424
425         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
426         use "path name".
427
428 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
429
430         * gnus-sum.el (gnus-summary-move-article)
431         (gnus-summary-expire-articles): send data header for article, not
432         just article ID
433
434         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
435         (gnus-register-spool-action): added hashtable of message ID keys
436         with message motion data
437
438 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
439         From Reiner Steib  <Reiner.Steib@gmx.de>.
440
441         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
442         variable, used in `gnus-button-mid-or-mail-heuristic'.
443         (gnus-button-mid-or-mail-heuristic): New function derived from
444         Florian Weimer's Perl script.
445         (gnus-button-handle-mid-or-mail): Allow a function instead of
446         'guess.
447         (gnus-button-guessed-mid-regexp): Removed.
448
449 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * message.el (message-resend): Bind message-setup-hook to nil;
452         remove X-Draft-From header.
453
454 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
455
456         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
457         (gnus-newsgroup-undownloaded)
458         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
459         Doc fixes.
460
461 2003-02-17  John Paul Wallington  <jpw@gnu.org>
462
463         * gnus.el (gnus-shell-command-separator, gnus-email-address)
464         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
465
466 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
467
468         * gnus-spec.el (gnus-xmas-format): Use insert instead of
469         insert-string which is obsolete in Emacs 21.4.
470
471         * message.el (message-cross-post-followup-to-header): do.
472         
473         * spam.el (spam-ifile-register-with-ifile)
474         (spam-stat-register-spam-routine)
475         (spam-stat-register-ham-routine)
476         (spam-bogofilter-register-with-bogofilter): do.
477
478         * mailcap.el (mailcap-mime-data): Fix typo.
479
480         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
481
482 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
483
484         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
485         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
486         `gnus-cite-unsightly-citation-regexp'.
487
488 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
491         even if there's just a header.
492
493 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
494
495         * message.el (message-fix-before-sending): Fix highlighting of
496         illegible and invisible text.
497
498         * gnus-util.el (gnus-multiple-choice): Separate choices with
499         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
500
501 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
502
503         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
504
505 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
506
507         * spam.el (spam-ham-move-routine) 
508         (spam-mark-spam-as-expired-and-move-routine): use
509         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
510         around process-mark manipulation on the group
511
512 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
513
514         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
515         submenu.
516
517 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * mail-source.el (mail-source-fetch): Reverse the return value of
520         the continuation question.
521
522 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * nndraft.el (nndraft-request-move-article): Bind
525         nnmh-allow-delete-final to t.
526
527 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
528
529         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
530        
531 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
532       
533         * nntp.el (nntp-accept-process-output): Don't use point-max to get
534         the buffer's size.
535
536 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
537
538         * nnheader.el: Added cygwin to system-type comparisons.
539        
540 2003-01-27  Juanma Barranquero  <lektu@terra.es>
541
542         * imap.el (imap-mailbox-status): Fix typo.
543
544 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
545
546         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
547         online.
548
549 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
550
551         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
552         commands.
553         * gnus-sum.el: Small change from Frank Weinberg
554         <frank@usenet-rundfahrt.de>:
555         (gnus-auto-center-group): New variable.
556         (gnus-summary-read-group-1): Use it.
557         (gnus-summary-next-group): Fix docstring.
558
559 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-util.el (gnus-faces-at): Simplify.
562
563 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
564
565         * spam.el (spam-ham-move-routine) 
566         (spam-mark-spam-as-expired-and-move-routine): made the article
567         move conditional, so it's not called even if there's nothing to move
568
569 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
570
571         * message.el (message-unix-mail-delimiter): Accept any whitespace
572         after the email address and before the date; do not require the
573         space character.  From Kurt B. Kaiser <kbk@shore.net>.
574
575 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
578         gnus-article-boring-faces variable is bound; use gnus-faces-at.
579
580         * gnus-util.el (gnus-faces-at): New macro.
581
582 2003-02-13  Michael Shields  <shields@msrl.com>
583
584         * gnus-cite.el
585         (gnus-cite-attribution-suffix, gnus-cite-parse):
586         Better handling for Microsoft citation styles.
587         (gnus-unsightly-citation-regexp): New.
588
589 2003-02-12  Michael Shields  <shields@msrl.com>
590
591         * gnus-art.el (article-strip-banner): Strip both per-group and
592         per-user-address banners.
593         (article-really-strip-banner): New.
594
595 2003-02-12  Michael Shields  <shields@msrl.com>
596
597         * gnus-sum.el (gnus-article-goto-next-page,
598         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
599         relying on the summary bindings of `n' and `p'.
600
601 2003-02-12  Michael Shields  <shields@msrl.com>
602
603         * gnus-art.el (gnus-article-only-boring-p): New.
604         (gnus-article-skip-boring): New.
605         * gnus-cite.el (gnus-article-boring-faces): New.
606         * gnus-sum.el (gnus-summary-next-page): Use
607         gnus-article-only-boring-p.
608
609 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * spam.el (spam-mark-spam-as-expired-and-move-routine)
612         (spam-ham-move-routine): unmark all articles before marking those
613         of interest and calling gnus-summary-move-article
614
615 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
616
617         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
618         logically the complement of gnus-get-buffer-create and
619         gnus-add-buffer.
620
621         * gnus-util.el (gnus-kill-buffer): do.
622
623         * nnmail.el: Autoload gnus-kill-buffer.
624
625 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
626
627         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
628         gnus-summary-goto-subject as gnus-summary-update-mark operates on
629         the current LINE.
630         (gnus-agent-summary-fetch-group): Minimized the number of times
631         that the article is updated in the buffer.
632         
633 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
634
635         * spam.el (spam-ham-move-routine): use the process-mark instead of
636         gnus-current-article when moving articles
637         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
638
639 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
642         (gnus-topic-catchup-articles): Ditto.
643         (gnus-topic-mark-topic): Reverse recursive logic.
644
645 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
646
647         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
648         gnus-refer-thread-limit is t.
649
650 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
651
652         * mm-util.el (mm-mule-charset-to-mime-charset): Use
653         sort-coding-systems to prefer utf-8 over utf-16.
654
655 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
656
657         * gnus-agent.el (gnus-agent-expire-days):
658         gnus-request-move-article depends on gnus-agent-expire to clean up
659         the cache after moving the article.  Therefore, g-a-e-d can NOT
660         default to nil or can gnus-agent-expire be disabled by doing so.
661         If you don't want to run gnus-agent-expire, don't call it.
662         (gnus-agent-expire): The broken test to disable gnus-agent-expire
663         when g-a-e-d was NOT nil was removed.
664         (gnus-agent-article-name): Removed unnecessary input test as
665         article IDs are always strings.
666         (gnus-agent-regenerate-group): Added check to protect against
667         servers that generate absurdly long article IDs.  Valid IDs are
668         less than 10 digits to avoid overflow errors.  Fixed logic error
669         when ensuring that the final article ID is present in the new
670         alist.
671         
672 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
675         next line after finding the parent.
676
677 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus.el (gnus-version-number): Bumped.
680
681 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
682
683         * gnus.el: Oort Gnus v0.15 is released.
684
685 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
686
687         * nnmail.el (nnmail-split-it): If a message ends up matching the
688           same mailbox more than once, it will cause duplicates to appear
689           in the mailbox.
690
691 2003-02-08  Simon Josefsson  <jas@extundo.com>
692
693         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
694         code that only worked under Emacs.
695
696         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
697         Das <satyaki@chicory.stanford.edu>.
698
699 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
700
701         * gnus-art.el (gnus-article-refer-article): Use
702         gnus-replace-in-string.
703
704         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
705         (gnus-remove-duplicates): do.
706
707 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
708
709         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
710         (gnus-request-scan): set
711         gnus-internal-registry-spool-current-method to gnus-command-method
712         before a request-scan operation
713
714         * gnus-registry.el (regtest-nnmail): use
715         gnus-internal-registry-spool-current-method
716
717         
718
719 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * mail-source.el (mail-source-fetch): Typo fix.
722
723 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
724
725         * nnmail.el (nnmail-spool-hook): new hook
726         (nnmail-cache-insert): call nnmail-spool-hook
727
728         * gnus-registry.el: new file with examples of using the hooks
729
730         * gnus.el (gnus-registry): added registry customization group
731         (gnus-group-prefixed-name): improve function to return full group
732         name optionally
733         (gnus-group-guess-prefixed-name): shortcut to
734         gnus-group-prefixed-name, using just the group name
735         (gnus-group-full-name): always get a group's full name
736         (gnus-group-guess-full-name): shortcut, using just the group name
737
738         * gnus-sum.el (gnus-summary-article-move-hook) 
739         (gnus-summary-article-delete-hook) 
740         (gnus-summary-article-expire-hook): new hooks
741         (gnus-summary-move-article, gnus-summary-expire-articles) 
742         (gnus-summary-delete-article): invoke the new hooks
743
744 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
745
746         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
747           from message-ID
748
749 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
750
751         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
752
753 2003-02-07  John Paul Wallington  <jpw@gnu.org>
754
755         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
756         (mm-write-region, mm-detect-coding-region): Doc fixes.
757
758 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * mail-source.el (mail-source-fetch): Ignore errors.
761         (mail-source-ignore-errors): New variable.
762
763         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
764         articles. 
765
766         * gnus-msg.el (gnus-version-expose-system): Change default.
767
768 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
769
770         * gnus-msg.el (gnus-version-expose-system): New variable.
771
772 2003-02-07  Simon Josefsson  <jas@extundo.com>
773
774         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
775         patch from deskpot@myrealbox.com (Vasily Korytov).
776
777 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-art.el (article-display-face): Get the Face header from
780         the current buffer.
781
782 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-art.el (gnus-mime-view-part-internally): Bind
785         buffer-read-only to nil.
786
787 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
790         from g-a-e-1 to g-a-e-2.
791
792 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
793
794         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
795         of bbdb-search-simple, use spam-use-BBDB-exclusive
796         (spam-check-whitelist): use spam-use-whitelist-exclusive
797         (spam-use-whitelist-exclusive): new variable affecting
798         spam-use-whitelist
799         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
800
801 2003-02-05  Simon Josefsson  <jas@extundo.com>
802
803         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
804         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
805         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
806         (gnus-agent-expire-1): New.
807         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
808         (gnus-agent-expire-2): New.
809
810 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
811
812         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
813         "delete-if" is misleading because it isn't actually destructive.
814
815         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
816         
817         * nnmail.el (nnmail-purge-split-history): do.
818
819         * gnus-win.el (gnus-get-buffer-window): do.
820         
821         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
822         let-binding.
823         (gnus-simplify-all-whitespace): do.
824
825 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-delay.el (gnus-delay-article): Fix binding of the
828         nndraft:delayed group.
829
830 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
831
832         * gnus.el (spam group parameters): change 'other to 'const in
833         the group parameter definitions to soothe XEmacs
834
835 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
836
837         * gnus-delay.el (gnus-delay-article): Really create
838         nndraft:delayed group if it doesn't exist.
839
840 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
841
842         * gnus-sum.el (gnus-summary-search-article): Speed up by
843         disabling various visual features while searching.
844         (gnus-summary-recenter): Test gnus-auto-center-summary first.
845
846 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
847
848         * spam.el (spam-list-of-checks): Don't quote nil and t in
849         docstrings.  From the elisp manual:
850
851            When a documentation string refers to a Lisp symbol, write
852            it [..] with single-quotes around it.  [..] There are two
853            exceptions: write t and nil without single-quotes.
854
855         * messcompat.el (message-from-style): do.
856
857         * message.el (message-send-mail): do.
858
859         * gnus-util.el (gnus-use-byte-compile): do.
860
861         * gnus-score.el (gnus-score-lower-thread): do.
862
863         * gnus-int.el (gnus-server-unopen-status): do.
864
865         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
866         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
867
868         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
869         (gnus-group-parameters): do.
870
871         * gnus-art.el (gnus-article-mime-match-handle-function): do.
872
873         * mm-decode.el (mm-text-html-renderer): do.
874
875 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * nnheader.el (nnheader-directory-separator-character): Change the
878         way to compute the dafault value.
879
880 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
881
882         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
883         (gnus-button-alist): Fix regexp for describe-key.
884         (gnus-button-handle-describe-function)
885         (gnus-button-handle-describe-variable)
886         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
887         (gnus-button-handle-apropos-variable)
888         (gnus-button-handle-apropos-documentation): Docstring fix.
889
890         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
891
892 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
895         to nil.
896
897         * nnmail.el: Removed gnus-util autoload.
898
899         * gnus.el: Use gnus-prin1-to-string throughout.
900
901         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
902         print-level. 
903
904         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
905         (gnus-treat-display-grey-xface): Removed.
906
907         * gnus-fun.el (gnus-grab-cam-face): New.
908         (gnus-convert-image-to-gray-x-face): Removed.
909         (gnus-convert-gray-x-face-to-xpm): removed.
910         (gnus-convert-gray-x-face-region): Removed.
911         (gnus-grab-gray-x-face): Removed.
912
913         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
914
915 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
916
917         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
918         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
919         bound.
920
921         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
922
923 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
924
925         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
926         Remove -- these are bogus options which are never used.
927
928 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
929
930         * gnus-art.el (gnus-article-mode): Use summary tool bar.
931
932 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
933
934         * spam.el (spam-check-blackholes) 
935         (spam-blackhole-good-server-regex): new variable to skip some IPs
936         when checking blackholes; use it
937         (spam-check-bogofilter-headers) 
938         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
939         case more X-Bogosity is used than just "Yes/No"
940         (spam-ham-move-routine): semi-fixed, only first article is
941         properly moved now
942
943 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
944
945         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
946         as well.
947         
948         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
949         
950         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
951         
952         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
953         
954         * gnus-bcklg.el (gnus-backlog-shutdown): do.
955         
956         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
957
958 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus-fun.el (gnus-face-encode): New function.
961         (gnus-convert-png-to-face): Use it.
962
963         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
964
965 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
966
967         * mm-decode.el (mm-dissection-list): Remove.
968         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
969         only used in mm-remove-all-parts.
970         (mm-remove-all-parts): Remove it, it's never called.
971
972 2003-01-25  Simon Josefsson  <jas@extundo.com>
973
974         * gnus-group.el (gnus-group-make-group): Report errors.
975
976         * nnimap.el (nnimap-request-create-group): Ditto.
977
978         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
979
980         * sieve.el (sieve-upload): Fix error printing.
981
982         * mm-encode.el (mm-qp-or-base64): Always QP iff
983         mm-use-ultra-safe-encoding and cleartext PGP.
984
985         * gnus-sum.el (gnus-summary-select-article): Inhibit
986         redisplay (mainly for secured messages).
987
988         * nnmail.el (nnmail-article-group): Copy body too (but don't
989         process it).
990
991 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
992
993         * gnus-art.el (gnus-article-setup-buffer): Reset
994         gnus-button-marker-list.
995
996 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * nntp.el (nntp-read-timeout): Default to using a second delay
999         under Microsoft Windows.
1000
1001 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * nnheader.el (nnheader-directory-separator-character): New
1004         variable. 
1005
1006 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1007
1008         * gnus-agent.el (gnus-agent-max-fetch-size)
1009         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1010         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1011         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1012         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1013         (gnus-agent-braid-nov, gnus-agent-load-alist)
1014         (gnus-agent-article-alist-save-format)
1015         (gnus-agent-read-agentview, gnus-agent-save-alist)
1016         (gnus-agent-fetch-group-1, gnus-agent-expire)
1017         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1018         (gnus-agent-regenerate-group): Reformat to keep under eighty
1019         columns.  Reword docstrings so that first line is under eighty
1020         chars and a complete sentence.  Still need to work on the rear
1021         end of the file, in particular gnus-agent-expire.       
1022
1023 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * gnus-agent.el (gnus-agentize): Indent.
1026
1027         * gnus.el (gnus-version-number): Bumped.
1028
1029 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1030
1031         * gnus.el: Oort Gnus v0.14 is released.
1032
1033 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1034
1035         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1036         before beginning.  Tiny patch from Mark Thomas
1037         <swoon@bellatlantic.net>.
1038
1039 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1040
1041         * spam.el (spam-check-blackholes, spam-split) 
1042         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1043         gnus-message calls to show to users what spam.el is doing
1044
1045 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1046
1047         * gnus-msg.el (gnus-message-replysign)
1048         (gnus-message-replyencrypt): Fix typo.
1049
1050 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1053         details. 
1054
1055 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-art.el (gnus-article-press-button): let* -> let.
1058         (gnus-mime-security-show-details): Cleaned up.
1059         (gnus-mime-security-press-button): Save excursion.
1060         (gnus-insert-mime-security-button): Clean up.
1061
1062         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1063
1064         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1065         timeout. 
1066
1067         * nntp.el (nntp-accept-process-output): Removed timeout. 
1068         (nntp-read-timeout): New variable.
1069         (nntp-accept-process-output): Use it.
1070
1071         * gnus-sum.el (gnus-data-find-list): Remove *.
1072
1073 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1074
1075         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1076         introduced on 2002-01-22.
1077         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1078
1079 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
1082         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1083         checks of incoming mail based on simple header regexp matching
1084
1085 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * gnus-sum.el (gnus-spam-mark): set to `$'
1088
1089 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1090
1091         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1092         gnus-newsgroup-unfetched, the list of articles whose headers have
1093         not been fetched from the server.
1094
1095         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1096         parameter as it never worked due to a bug.  Added check to prevent
1097         selection of any article in the gnus-newsgroup-unfetched list.
1098         (gnus-summary-find-prev): Added check to prevent selection of any
1099         article in the gnus-newsgroup-unfetched list.
1100         (gnus-summary-first-subject): Documented API. Modified
1101         implementation so that constraints are handled independently.
1102         Added check to prevent selection of any article in the
1103         gnus-newsgroup-unfetched list.
1104         (gnus-summary-first-unseen-subject): Updated parameters in
1105         gnus-summary-first-subject call to match new API.
1106         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1107         (gnus-summary-catchup): Do not mark unfetched articles as read.
1108         
1109 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1110
1111         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1112         make-obsolete-variable allows only two arguments in XEmacs and
1113         Emacs 20.
1114
1115         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1116         gnus-article-hide-pgp.
1117         (gnus-summary-make-menu-bar): do.
1118
1119         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1120         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1121         gnus-article-hide-pgp.
1122         (article-hide-pgp): Remove.
1123         (gnus-article-hide): Remove gnus-article-hide-pgp.
1124
1125         * gnus.el: Remove gnus-article-hide-pgp
1126
1127 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * message.el (message-required-headers): Doc fix.
1130
1131 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1134         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1135         option to make ifile a purely binary classifier
1136
1137 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1140         (mml-secure-encrypt-pgpmime): Removed double.
1141
1142         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1143         debugging statements.
1144
1145 2003-01-21  Andreas Fuchs  <asf@void.at>
1146
1147         * mml-sec.el (mml-sign-alist): Added pgpauto.
1148
1149 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus.el (gnus-version-number): Bumped version number.
1152
1153 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1154
1155         * gnus.el: Oort Gnus v0.13 is released.
1156
1157 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-art.el (gnus-button-url-regexp): Removed |.
1160
1161         * message.el (message-send-hook): Doc fix.
1162
1163         * gnus-win.el (gnus-buffer-configuration): Display article
1164         instead of article-copy when `reply'.
1165
1166 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1167
1168         * gnus.el (gnus-format): Change customize group to gnus.
1169         (gnus-cache): Add link.
1170         (gnus-group-charter-alist): Fix docstring.
1171
1172 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1173
1174         * mailcap.el (mailcap-print-command): lpr-command might be
1175         unbound in XEmacs.
1176
1177 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1178
1179         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1180
1181         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1182         calculation of net characters added for use in the gnus-data
1183         structure.
1184         
1185 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1186
1187         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1188         message.  Suggested by Jari Aalto.
1189
1190 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
1193         (gnus-article-reply-with-original): Ditto.
1194
1195         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1196         read articles don't become unread.
1197
1198 2003-01-17  Simon Josefsson  <jas@extundo.com>
1199
1200         * gnus-fun.el (gnus-x-face-from-file): 
1201         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1202
1203         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1204         (gnus-convert-image-to-face-command): Doc fix.
1205
1206 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1209
1210 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1211
1212         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1213         avoid encoding problems.
1214
1215         * mailcap.el (mailcap-ps-command): New variable.
1216         (mailcap-mime-data): Add print entry where applicable.  Use
1217         pdftotext on a tty.
1218
1219 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1220
1221         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1222
1223 2003-01-16  Simon Josefsson  <jas@extundo.com>
1224
1225         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
1226         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
1227         (gnus-face-from-file): Doc fix; don't mention image format.
1228
1229 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1230
1231         * spam.el (spam-get-article-as-filename): new function (unused for now)
1232         (spam-get-article-as-buffer): new function
1233         (spam-get-article-as-string): use spam-get-article-as-buffer
1234         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1235
1236 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1237  
1238         * gnus-agent.el: Don't use `path'.
1239         From the GNU coding standards:
1240         
1241             Please do not use the term ``pathname'' that is used in Unix
1242             documentation; use ``file name'' (two words) instead.  We use
1243             the term ``path'' only for search paths, which are lists of
1244             directory names.
1245
1246         * nnsoup.el (nnsoup-file-name): Ditto.
1247  
1248         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1249         (nnmail-group-pathname): Ditto.
1250  
1251         * nnimap.el (nnimap-group-overview-filename): Ditto.
1252  
1253         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1254         (nnheader-group-pathname): Ditto.
1255  
1256         * nnfolder.el (nnfolder-group-pathname): Ditto.
1257  
1258         * gnus.el (gnus-home-directory): Ditto.
1259  
1260         * gnus-group.el (gnus-group-icon-list): Ditto.
1261  
1262 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1263
1264         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1265
1266         * message.el (message-mode-menu): Use it.
1267         (message-mode-menu): Deactivate "Yank Original" if there's no
1268         reply buffer.
1269
1270         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1271
1272         * message.el (message-mark-active-p): New function.
1273
1274 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1275
1276         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1277         (spam-bogofilter-database-directory): new variables
1278         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1279         (spam-bogofilter-register-with-bogofilter) 
1280         (spam-bogofilter-register-spam-routine) 
1281         (spam-bogofilter-register-ham-routine) 
1282         (spam-group-ham-processor-bogofilter-p): new functions for the new
1283         Bogofilter interface
1284         (spam-summary-prepare-exit): use the new Bogofilter functions
1285         (spam-list-of-checks): added spam-use-bogofilter-headers
1286         (spam-bogofilter-score): rewrote function
1287         (spam-check-bogofilter): optional score parameter, uses
1288         spam-check-bogofilter-headers better
1289         (spam-check-bogofilter-headers): optional score parameter
1290
1291         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1292         default, in the gnus-start customization group.  Used to disable
1293         the spam-*/ham-* parameters.
1294         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1295
1296 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1297
1298         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1299         XEmacs.
1300
1301         * gnus-ems.el (gnus-mark-active-p): do.
1302
1303 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1304
1305         * gnus.texi (Using MIME): Mention auto-compression-mode with
1306         gnus-mime-copy-part.
1307
1308 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * message.el (message-send): Don't warn about duplicates when
1311         superseding. 
1312
1313 2003-01-15  Simon Josefsson  <jas@extundo.com>
1314
1315         * nnimap.el (nnimap-split-download-body): New variable.
1316         (nnimap-split-articles): Use it.
1317
1318 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1319
1320         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1321         integrity checker was incorrectly flagging, and removing, articles
1322         whose article number was negative.
1323         (gnus-agent-fetch-group-1): When executed in the group's summary
1324         buffer, refresh each downloaded line to update the status flag and
1325         font.  Preserve the value of gnus-newsgroup-headers so that
1326         gnus-agent-fetch-articles can split the requests by size.
1327         (gnus-agent-expire): Corrected day calculation for when
1328         gnus-agent-expire-days contains a list.
1329
1330 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1333
1334 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1335
1336         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1337           /usr/bin/play as default player. 
1338           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1339
1340 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1343         articles to be marked as well.
1344
1345 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1346         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1347         fictious headers generated by nnagent (ie. Undownloaded Article
1348         ####) in the list of articles that have not been downloaded.
1349         
1350         * gnus-int.el (): Added require declarations to resolve
1351         compile-time warnings.
1352         (gnus-open-server): If the server status is set to offline,
1353         recursively execute gnus-open-server to open the offline backend
1354         (e.g. nnagent).
1355
1356 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1357
1358         * gnus-art.el (gnus-article-reply-with-original): Use
1359         gnus-mark-active-p.
1360         (gnus-article-followup-with-original): do.
1361
1362 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1363
1364         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1365
1366 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1367
1368         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1369         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1370
1371 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1372
1373         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1374         (gnus-face-from-file): Ditto.
1375
1376 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1379         gnus-alter-articles-to-read-function to the unread articles. 
1380
1381 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1382
1383         * deuglify.el (gnus-article-outlook-unwrap-lines)
1384         (gnus-article-outlook-repair-attribution)
1385         (gnus-article-outlook-rearrange-citation): New function names,
1386         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1387         doc-string.
1388
1389         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1390         removed `W k' key binding (use `W Y f' instead).
1391         (gnus-summary-make-menu-bar): Use new function names.
1392
1393 2003-01-13  Simon Josefsson  <jas@extundo.com>
1394
1395         * gnus-fun.el (gnus-random-x-face): Doc fix.
1396         (gnus-insert-random-x-face-header): New function.
1397
1398 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1399
1400         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1401         mark is not active.
1402
1403         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1404
1405         * gnus-ems.el (gnus-mark-active-p): New function.
1406
1407         * gnus-group.el (gnus-topic-mode-p): New function.
1408         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1409         Deactivate items if mark is not active.
1410
1411 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * gnus.el (gnus-version-number): Bumped version.
1414         (gnus-summary-line-format): Doc fix.
1415
1416 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1417
1418         * gnus.el: Oort Gnus v0.12 is released.
1419
1420 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * mail-source.el (mail-sources): Removed autoload to make it
1423         compile under XEmacs.
1424
1425 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1426
1427         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1428         regexp or a function too.
1429         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1430         confirmation even if the original article is mail.
1431
1432 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1435         articles to be marked when not yanking.
1436
1437 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1438
1439         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1440         
1441 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-fun.el (gnus-face-from-file): Autoload.
1444
1445         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1446         errors.
1447
1448 2003-01-12  Simon Josefsson  <jas@extundo.com>
1449
1450         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1451         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1452
1453         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1454         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1455
1456 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1459         in every string.
1460
1461         * gnus.el (gnus-version-number): Bumped version number.
1462
1463 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1464
1465         * gnus.el: Oort Gnus v0.11 is released.
1466
1467 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1468
1469         * message.el (message-fetch-reply-field): Narrow to headers.
1470
1471         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1472         if Gnus isn't alive.
1473
1474 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1475
1476         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1477         marks from articles that are already stored in the agent.
1478         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1479         backup copy of an invalid .overview file for later analysis.
1480         
1481 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1482
1483         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1484         exit work with two frames.
1485
1486 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1487
1488         * message.el (message-forward-make-body): Use mule4.
1489
1490 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * message.el (message-mode-map): Move wide-reply command.
1493
1494 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1495
1496         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1497         castellano.
1498         (gnus-outlook-display-hook): New variable.
1499         (gnus-outlook-display-article-buffer): New function.
1500         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1501         (gnus-outlook-deuglify-article): Made them interactive and added
1502         optional arg.  Use `g-o-d-a-b'.
1503         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1504
1505         * gnus-sum.el: Added autoloads.
1506         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1507         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1508
1509 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus-art.el (gnus-display-mime): Use the mime emulation
1512         variable. 
1513
1514         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1515
1516         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1517         newsrc-alist is initialized properly.
1518
1519         * mail-source.el (mail-sources): Autoload.
1520
1521         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1522         nil.
1523
1524         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1525         insert two newlines.
1526
1527         * message.el (message-check-news-header-syntax): Compute the
1528         header length correctly.
1529
1530 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1531
1532         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1533         alist when keeping fetched article file.
1534         (gnus-agent-retrieve-headers): When parsing response for article
1535         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1536         against garbage in the server's response.
1537
1538         * gnus-int.el (gnus-request-expire-articles,
1539         gnus-request-move-article): Only expire when the group's server
1540         has been agentized.
1541
1542 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1545         errors when deleting overlays.
1546
1547         * gnus-score.el (gnus-score-followup): Allow tracing.
1548
1549         * gnus-art.el (gnus-treat-display-face): New variable.
1550         (article-display-face): New command.
1551
1552         * gnus-fun.el (gnus-face-from-file): New function.
1553         (gnus-convert-face-to-png): Ditto.
1554
1555         * gnus-art.el (gnus-ignored-headers): Added Face.
1556
1557 2003-01-10  Simon Josefsson  <jas@extundo.com>
1558
1559         * nndraft.el (nndraft-request-group): Avoid crash in
1560         directory-files when draft directory doesn't exists.
1561
1562         * gnus-sum.el (gnus-select-article-hook): Add :option.
1563
1564 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1565
1566         * spam.el (spam-use-stat): new variable
1567         (spam-group-spam-processor-stat-p) 
1568         (spam-group-ham-processor-stat-p): new convenience functions
1569         (spam-summary-prepare-exit): add spam/ham processors to sequence
1570         (spam-list-of-checks): add spam-use-stat to list of checks
1571         (spam-split): conditionally load the spam-stat tables
1572         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1573         spam-check-ifile): new functions
1574
1575         * spam-stat.el (spam-stat): typo fix
1576         (spam-stat-install-hooks): new variable
1577         (spam-stat-split-fancy-spam-group): added documentation clarification
1578         (spam-stat-split-fancy-spam-threshhold): new variable
1579         (spam-stat-install-hooks): make hooks conditional
1580         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1581
1582         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1583         spam-stat ham/spam processor symbols
1584
1585 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1588         file exists.
1589
1590 2003-01-10  Simon Josefsson  <jas@extundo.com>
1591
1592         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1593         undownloaded/downloadable only when unplugged.
1594
1595 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1596
1597         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1598
1599 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         * spam.el (spam-check-ifile): fixed call-process-region to use the
1602         db parameter only if it's set
1603         (spam-ifile-register-with-ifile): ditto
1604
1605 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1606
1607         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1608         spam-stat-nbad before creating the hash table.
1609         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1610         Changed copyright statement to FSF.
1611
1612 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1613
1614         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1615         processable articles as read.
1616         (gnus-agent-summary-fetch-series): Remove processable and
1617         downloadable marks on all downloaded articles in the series.
1618
1619         * nntp.el (nntp-report): Throw error after reporting the problem.
1620         (nntp-accept-process-output): Corrected error check to report an
1621         error when the process is nil.
1622
1623 2003-01-09  Simon Josefsson  <jas@extundo.com>
1624
1625         * message.el (message-tool-bar-map): Add preview.
1626
1627 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1628
1629         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1630         previewing.
1631
1632 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1633
1634         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1635         bug when the (n+1)th article to be added to a group has a smaller
1636         number than the n articles already added.
1637
1638 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1639
1640         * message.el (message-mode-field-menu): Use backquote.
1641
1642 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1643
1644         * spam.el: fixed the BBDB autoloads again, using
1645         bbdb-search-simple now (which is not a macro, thank god)
1646
1647         * lpath.el (bbdb-search): removed function from maybe-fbind list
1648
1649         * gnus.el (ham-process-destination): added new parameter for
1650         destination of ham articles found in spam groups at summary exit
1651
1652         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1653         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1654         (spam-ifile-database-path): added new parameter for ifile's database
1655         (spam-move-spam-nonspam-groups-only): new parameter to determine
1656         if spam should be moved from all groups or only some
1657         (spam-summary-prepare-exit): fixed logic to use
1658         spam-move-spam-nonspam-groups-only when deciding to invoke
1659         spam-mark-spam-as-expired-and-move-routine; always invoke that
1660         routine after the spam has been expired-or-moved in case there's
1661         some spam left over; use spam-ham-move-routine in spam groups
1662         (spam-ham-move-routine): new function to move ham articles to the
1663         ham-process-destinations group parameter
1664
1665 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1668
1669         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1670         gnus-summary-update-article-line.
1671
1672 2003-01-08  Simon Josefsson  <jas@extundo.com>
1673
1674         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1675         not successful.
1676
1677 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1680
1681 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1682
1683         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1684         logic, finally
1685
1686 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1689         (gnus-parse-format): Change to %~.
1690
1691         * message.el (message-generate-headers): Don't generate optional
1692         empty headers.
1693
1694 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1695
1696         * message.el (message-cross-post-default)
1697         (message-cross-post-note-function, message-shoot-gnksa-feet)
1698         (message-strip-subject-trailing-was, message-change-subject)
1699         (message-mark-insert-file, message-cross-post-followup-to)
1700         (message-cross-post-followup-to, message-mode-map)
1701         (message-generate-unsubscribed-mail-followup-to)
1702         (message-make-mail-followup-to): Minor changes to doc-strings and
1703         error messages.  Updated copyright line.
1704
1705         * message.el (message-make-mail-followup-to,
1706         message-generate-unsubscribed-mail-followup-to): New function
1707         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1708         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1709         names.
1710
1711         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1712         (mml-preview-insert-mft): Removed function name.
1713         (mml-preview): Use new function names.
1714
1715         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1716
1717         * message.el (message-mode-field-menu): Moved header related
1718         commands from "Message" to "Field" menu.
1719
1720 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1721
1722         * message.el (message-generate-headers-first): Added customization
1723         if variable is a list.
1724
1725 2003-01-07  Michael Shields  <shields@msrl.com>
1726
1727         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1728         where the last line of the article is the last line of the window.
1729
1730 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-msg.el (gnus-debug): Use ignore-errors.
1733
1734         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1735         `gnus-summary-update-line'.
1736
1737 2003-01-08  Simon Josefsson  <jas@extundo.com>
1738
1739         * gnus-art.el (gnus-unbuttonized-mime-types)
1740         (gnus-buttonized-mime-types): Doc fix.
1741
1742 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1745
1746 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1747
1748         * nnrss.el (nnrss-group-alist): Add and clear up.
1749
1750 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1751
1752         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1753
1754         * lpath.el (bbdb-search): added BBDB functions for a better way to
1755         fix missing functions
1756
1757         * spam.el (spam-check-ifile): if should be an unless
1758
1759         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1760         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1761         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1762
1763 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1766         gnus-summary-refer-thread to thread menu.
1767
1768 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1769
1770         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1771         summary buffer, articles that cannot be fetched are marked as
1772         canceled.
1773
1774         * nntp.el (nntp-with-open-group): The quit signal handler must
1775         propagate the quit signal to the next outer handler so that the
1776         caller knows that the request aborted abnormally.
1777
1778 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1781         (spam-ifile-register-spam-routine)
1782         (spam-ifile-register-ham-routine): added ifile functionality that
1783         does not use ifile-gnus.el to classify and register articles
1784         (spam-get-article-as-string): convenience function
1785         (spam-summary-prepare-exit): added ifile spam and ham registration
1786         (spam-ifile-all-categories, spam-ifile-spam-category)
1787         (spam-ifile-path, spam-ifile): added customization options
1788
1789         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1790         exit processor
1791         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1792         list of choices
1793
1794 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-score.el (gnus-score-followup): Also score immediate
1797         followups.
1798
1799 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1802
1803 2003-01-07  Simon Josefsson  <jas@extundo.com>
1804
1805         * message.el (message-mode-menu): Fix receipt balloon help.
1806
1807 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1808
1809         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1810         always be interpreted as news.
1811
1812 2003-01-07  Simon Josefsson  <jas@extundo.com>
1813
1814         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1815         gnus-sieve-script, instead of the global variable
1816         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1817         <sb@dod.no>.
1818
1819 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1820
1821         * gnus.el: Renamed gnus-summary-*-uncached-face as
1822         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1823         the cache.
1824
1825         * gnus-sum.el: Ditto.
1826
1827 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1828
1829         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1830         in either the group or summary buffer.
1831         New command "JS", in summary buffer, will fetch articles per the
1832         group's category, predicate, and processable flags.
1833         (gnus-agent-summary-fetch-series): Rewritten to call
1834         gnus-agent-session-fetch-group once with all articles in the
1835         series.
1836         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1837         return list of fetched articles.
1838         (gnus-agent-fetch-articles): Split fetch list into sublists such
1839         that the article buffer is only slightly larger than
1840         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1841         the group's article alist is saved.
1842         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1843         longer result in the agent trying to fetch an article.
1844         (gnus-agent-fetch-group-1): Can now be called in either the group
1845         or summary buffer.  Removed the max-fetch-size code that I added
1846         on 2002-12-13 as that capability is now part of
1847         gnus-agent-fetch-articles.  Added code to update summary buffer.
1848         When called in the group buffer, articles that can not be fetched
1849         are AUTOMATICALLY MARKED AS READ.
1850
1851         * gnus-sum.el (): Modified eval-when-compile to minimize
1852         misleading compilation warnings.
1853         (gnus-update-summary-mark-positions): Changed code to use
1854         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1855
1856         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1857         empty file as the parser assumes that the file isn't empty.
1858
1859         * nntp.el (nntp-send-string): The process-send-string call can,
1860         because it performs I/O on the process, change the process' state
1861         from open to closed.  If this happens, call nntp-report
1862         immediately to report the broken connection.
1863         (nntp-report): Rewritten to avoid needing a global variable to
1864         determine the appropriate course of action.  Instead, two function
1865         implementations are provided and the nntp-report function value is
1866         bound to the appropriate implementation.
1867         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1868         (nntp-with-open-group): Now binds nntp-report's function cell
1869         rather than binding gnus-with-open-group-first-pass.  Added a
1870         condition-case to detect a quit during a nntp command.  When the
1871         quit occurs, the current connection is closed as a fetch articles
1872         request could have several megabytes queued up for reading.
1873         (nntp-retrieve-headers): Bind articles to itself.  If
1874         nntp-with-open-group repeats this command, I must have access to
1875         the original list of articles.
1876         (nntp-retrieve-groups): Ditto for groups.
1877         (nntp-retrieve-articles): Ditto for articles.
1878         (*): Replaced nntp-possibly-change-group calls to
1879         nntp-with-open-group forms in all, but one, occurrance.
1880         (nntp-accept-process-output): Bug fix. Detect when called with
1881         null process.
1882
1883 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1884
1885         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1886         if we don't need to.
1887         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1888
1889 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-group.el (gnus-group-make-web-group): Pass the select
1892         method on to group-create.
1893         (gnus-group-line-format-alist): %U is an integer.
1894
1895         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1896         ephemeral groups.
1897         (gnus-summary-read-group-1): Ditto.
1898         (gnus-group-make-articles-read): Ditto.
1899
1900         * mm-url.el (mm-url-program): Doc fix.
1901
1902         * message.el (message-mode-map): Rebound
1903         message-insert-wide-reply.
1904
1905 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1908         color as `gnus-group-startup-message' does.
1909
1910 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1911
1912         * spam.el: fixed line lengths to 80 chars or less
1913
1914         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1915         "not-read" mark
1916         (gnus-summary-mark-forward): added the spam-mark to the list of
1917         marks not to be marked as "read" when viewed
1918
1919 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1922
1923         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1924         Protect against unactive groups.
1925
1926         * message.el (message-check-news-header-syntax): Check long
1927         header lines.
1928         (message-check-news-header-syntax): Update `start'.
1929
1930         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1931         (gnus-group-line-format): %U.
1932         (gnus-group-line-format-alist): ?U.
1933         (gnus-number-of-unseen-articles-in-group): New function.
1934
1935         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1936
1937         * gnus.el (gnus-version-number): Bump version number.
1938
1939 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1940
1941         * gnus.el: Oort Gnus v0.10 is released.
1942
1943 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * gnus.el (gnus-version-number): Fix version number.
1946
1947 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1948
1949         * gnus.el: Oort Gnus v0.08 is released.
1950
1951 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1952
1953         * mm-util.el: Add mm-string-make-unibyte.
1954
1955         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1956         UTF-8 groups.
1957
1958 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1961
1962         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1963
1964 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1965
1966         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1967         function.
1968
1969 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1972         (gnus-summary-read-group-1): Update group line.
1973         (gnus-summary-exit-no-update): Update group on exit.
1974
1975         * gnus-group.el (gnus-group-line-format): Add %*.
1976         (gnus-group-line-format-alist): Ditto.
1977         (gnus-group-insert-group-line): Set it.
1978         (gnus-group-is-exiting-p): New variable.
1979         (gnus-group-insert-group-line): Use it.
1980
1981 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1982
1983         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1984         enable BBDB ham processing
1985         (spam-blacklist-register-routine): enable blacklist spam processing
1986         (spam-whitelist-register-routine): enable whitelist ham processing
1987         (spam-fetch-field-from-fast): fast fetching of the "from" field
1988         from (gnus-data-list)
1989         (spam-summary-prepare-exit): works completely now
1990         (spam-use-blacklist): oops, should be nil by default
1991         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1992         split processing now; before it was for summary exit as
1993         well but that's done with the spam-contents and spam-process
1994         parameters now
1995
1996 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1997
1998         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1999         characters.
2000
2001 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2002
2003         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2004         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2005         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2006         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2007         (spam-mark-spam-as-expired-and-move-routine)
2008         (spam-generic-register-routine, spam-BBDB-register-routine)
2009         (spam-ifile-register-routine, spam-blacklist-register-routine)
2010         (spam-whitelist-register-routine): new functions
2011         (spam-summary-prepare-exit): added summary exit processing (expire
2012         or move) of spam-marked articles for spam groups; added slots for
2013         all the spam-*-register-routine functions
2014
2015 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * pop3.el (pop3-retr): Wait 500 msecs.
2018         (pop3-read-response): Ditto.
2019
2020         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2021         right.
2022         (gnus-inews-make-draft): New function.
2023         (gnus-setup-message): Use it.
2024
2025         * message.el (message-required-headers): Add From.
2026
2027 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2028         Trivial patch from Norbert Koch <nk@viteno.net>.
2029
2030         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2031
2032 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * message.el (message-generate-headers): Let header formatters do
2035         their work.
2036
2037 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2038
2039         * deuglify.el (gnus-article-outlook-deuglify-article):
2040         Rehighlight, reapply treatments and call
2041         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2042         (gnus-outlook-repair-attribution-block): Recognize cited
2043         attributions.  Suggested by Niklas Morberg.
2044
2045 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2046
2047         * gnus-art.el (gnus-treat-predicate): Check condition first.
2048
2049 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2050
2051         * lpath.el: Add url-http-file-exists-p.
2052
2053         * gnus-group.el (gnus-group-fetch-charter): Use
2054         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2055
2056 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * message.el (message-draft-headers): Also generate From to get a
2059         nicer draft buffer summary.
2060
2061         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2062         parameter.
2063
2064         * gnus-art.el (article-wash-html): Clean up.
2065         (article-wash-html): Typo fix.
2066
2067         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2068         (gnus-summary-mail-forward): To many lists of lists.
2069
2070         * gnus-art.el (article-wash-html): Clean up.
2071
2072 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2073
2074         * gnus-art.el (gnus-treat-wash-html): New variable.
2075
2076 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * message.el (message-check-news-header-syntax): Allow posting.
2079         (message-check-news-header-syntax): Fix logic for sure, this
2080         time.
2081
2082 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2083
2084         * message.el (message-check-news-header-syntax): Check syntax of
2085         continuation headers.
2086
2087 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2088
2089         * gnus-art.el (gnus-button-url-regexp,
2090         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2091         (gnus-header-button-alist): Regexps are case insensitive here.
2092
2093 2003-01-02  Simon Josefsson  <jas@extundo.com>
2094
2095         * dig.el (query-dig): Doc fix.
2096
2097 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2098
2099         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2100         summary buffer line, not just the download mark.
2101
2102 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2105         (gnus-summary-insert-dormant-articles): New command and
2106         keystroke.
2107
2108         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2109         function for mass insertion of subjects.
2110
2111         * nndraft.el (nndraft-generate-headers): Don't move point.
2112
2113         * gnus.el (nnheader): Require nnheader.
2114
2115         * nndraft.el (nndraft-request-associate-buffer): Use
2116         make-local-variable.
2117
2118 2003-01-02  Michael Shields  <shields@msrl.com>
2119
2120         * nndraft.el (nndraft-request-associate-buffer): Make
2121         write-contents-hooks buffer-local before setting it.
2122
2123 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus.el (gnus-group-parameter-value): Take an extra param.
2126         (gnus-group-fast-parameter): Let group param results be nil.
2127
2128         * gnus-art.el (gnus-article-forward-header): New function.
2129         (article-date-ut): Use it to remove continuation date headers.
2130
2131         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2132         read-event.
2133         (gnus-summary-remove-bookmark): Clean up.
2134         (gnus-summary-set-bookmark): Clean up.
2135
2136         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2137
2138         * gnus.el (gnus-group-startup-message): Bind data-directory to
2139         the Gnus etc directory.
2140
2141 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2144         ham-processing of articles; use the new
2145         spam-group-(spam|ham)-contents-p functions
2146         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2147         convenience functions
2148         (spam-mark-junk-as-spam-routine): use the new
2149         spam-group-spam-contents-p function
2150
2151         * gnus.el (spam-process, spam-contents, spam-process-destination):
2152         added new parameters with corresponding global variables
2153         (gnus-group-spam-exit-processor-ifile,
2154         gnus-group-spam-exit-processor-bogofilter,
2155         gnus-group-spam-exit-processor-blacklist,
2156         gnus-group-spam-exit-processor-whitelist,
2157         gnus-group-spam-exit-processor-BBDB,
2158         gnus-group-spam-classification-spam,
2159         gnus-group-spam-classification-ham): added new symbols for the
2160         spam-process and spam-contents parameters
2161
2162         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2163         customization and list itself to store mark symbol rather than
2164         mark character.
2165         (spam-bogofilter-register-routine): added logic to generate mark
2166         values list from spam-ham-marks and spam-spam-marks, so (member)
2167         would work.
2168
2169 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * message.el (message-cross-post-followup-to): Fix comment.
2172
2173 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2174
2175         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2176         customization and list itself to store mark symbol rather than
2177         mark character.
2178         (spam-bogofilter-register-routine): added logic to generate mark
2179         values list from spam-ham-marks and spam-spam-marks, so (member)
2180         would work.
2181
2182 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2183
2184         * message.el (message-signature-insert-empty-line): New variable.
2185
2186 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2187
2188         * message.el: Renamed functions and variables: "xpost" ->
2189         "cross-post", "-fup2" -> "-followup-to".
2190         (message-cross-post-old-target, message-cross-post-default,
2191         message-cross-post-note, message-followup-to-note,
2192         message-cross-post-note-function): New variables names.
2193         (message-xpost-old-target, message-xpost-default,
2194         message-xpost-note, message-fup2-note,
2195         message-xpost-note-function): Removed variable names.
2196         (message-cross-post-followup-to-header,
2197         message-cross-post-insert-note, message-cross-post-followup-to):
2198         New function names.
2199         (message-xpost-fup2-header, message-xpost-insert-note,
2200         message-xpost-fup2): Removed function names.
2201
2202 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2203
2204         * message.el (message-send-mail): Added message-cleanup-headers to
2205         prevent newlines in headers.
2206
2207 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * dns.el (dns-make-network-process): Comment.
2210
2211         * gnus-sum.el (gnus-summary-display-while-building): Default to
2212         nil.
2213
2214 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2215
2216         * gnus-sum.el (gnus-summary-display-while-building): New
2217         variable.
2218
2219 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2220
2221         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2222         before rearranging the article.
2223
2224 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * nndraft.el (nndraft-generate-headers): New function.
2227         (nndraft-request-associate-buffer): Use it to write headers on
2228         buffer save.
2229
2230         * message.el (message-generate-headers): Let the function be a
2231         lambda form.
2232         (message-draft-headers): New variable.
2233
2234         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2235         function.
2236         (gnus-setup-message): Use it.
2237
2238         * message.el (message-generate-headers-first): Doc fix.
2239         (message-setup-1): Use new function for getting which headers to
2240         generate.
2241         (message-headers-to-generate): New function.
2242
2243 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2244
2245         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2246
2247 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2248
2249         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2250         mention negatives.
2251
2252 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2253
2254         * deuglify.el (gnus-outlook-rearrange-article): Use
2255         `transpose-regions' instead of tempering the kill-ring.
2256         (gnus-article-outlook-deuglify-article): Rehighlight article
2257         instead of a complete redisplay.
2258
2259 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2260
2261         * spam.el: most defvars are defcustoms now
2262
2263         patches from Michael Shields  <shields@msrl.com>
2264
2265         * spam.el (spam-bogofilter-articles): Select the article
2266         body using gnus-summary-show-article t instead of
2267         gnus-summary-select-article; this presents the raw text
2268         without running any hooks.
2269
2270         * spam.el (spam-bogofilter-articles): Use message-remove-header
2271         to remove headers; the old way incorrectly removed just the first
2272         line of folded headers.
2273
2274 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2277
2278 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * gnus-start.el (gnus-load): New function.
2281         (gnus-read-newsrc-el-file): Use it.
2282
2283 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2284
2285         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2286         (gnus-button-handle-apropos-documentation): New function.
2287         (gnus-button-handle-ctan): New function.
2288         (gnus-button-alist): Use them.  Improve some regexps.
2289         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2290
2291 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * message.el (message-subscribed-p): New function.
2294         (message-send-mail): Use it.
2295         * mml.el (mml-preview-insert-mft): New function.
2296         (mml-preview): Use it.
2297
2298 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2301         when sorting by date.
2302
2303         * gnus-art.el (gnus-article-edit-mode): New variable.
2304         (gnus-article-setup-buffer): Warn user about discarding edits.
2305
2306         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2307         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2308         headers.
2309
2310         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2311
2312 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2313
2314         * message.el (message-completion-alist): Added "Mail-Followup-To"
2315         and "Mail-Copies-To".
2316
2317 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2318
2319         * gnus-group.el: Add key bindings for
2320         gnus-group-sort-groups-by-real-name and
2321         gnus-group-sort-selected-groups-by-real-name.
2322
2323 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2324
2325         * gnus.texi (Sorting Groups): Add key bindings for
2326         gnus-group-sort-groups-by-real-name and
2327         gnus-group-sort-selected-groups-by-real-name.
2328
2329 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2330
2331         * spam.el (spam-use-dig): new variable for blackhole checking
2332         through dig.el
2333         (spam-check-blackholes): added dig.el checking functionality and
2334         more verbose reporting; query-dig is autoloaded from dig.el
2335         (spam-use-blackholes): disabled by default
2336         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2337         blackhole servers list
2338
2339 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * message.el (message-required-headers): New variable.
2342
2343 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2344
2345         * dig.el (query-dig): new function
2346
2347 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2350         prefixes.
2351
2352         * dns.el (query-dns): Protect against errors.
2353
2354         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2355         (gnus-inews-add-send-actions): Mark all answered messages as
2356         answered.
2357
2358 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2359
2360         * nnmail.el (nnmail-split-it): Added tracing to
2361         `:' split rule
2362
2363 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2364
2365         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2366         and "%s" so we don't overquote them.
2367
2368 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2369
2370         * (mm-display-external): Display the actual command that has been
2371         executed in the echo area.
2372
2373 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2376
2377         * message.el (message-with-reply-buffer): New macro.
2378         (message-fetch-reply-field): Use it.
2379         (message-insert-wide-reply): New command and keystroke.
2380         (message-carefully-insert-headers): New function.
2381         (message-insert-to): Use new function.
2382
2383         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2384         (gnus-topic-goto-missing-group): Use it.
2385
2386         * message.el (message-required-news-headers): Removed Lines.
2387         (message-reply): Don't insert References first.
2388         (message-followup): Ditto.
2389         (message-make-references): New function.
2390         (message-followup): Set message-reply-headers before generating
2391         the buffer stuff.
2392
2393 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2394
2395         * mml.el (mml-generate-mime-1): Reverse the order of
2396         encoding/flowing.
2397
2398 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2401         after moving them.
2402
2403         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2404         fit with newer standard format.
2405         (gnus-summary-make-false-root-always): New variable.
2406         (gnus-gather-threads-by-subject): Use it.
2407
2408         * message.el (message-get-reply-headers): Take an address list
2409         optional argument.
2410
2411 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus.el (gnus-keep-backlog): Change default to 20.
2414
2415         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2416         start.
2417         (gnus-agent-check-overview-buffer): Remove negative article
2418         numbers.
2419
2420         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2421         (nnmail-cache-ignore-groups): Doc fix.
2422
2423         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2424         (nnimap-debug-buffer): New variable.
2425         (nnimap-debug): Use it.
2426
2427 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2428
2429         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2430
2431 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2434         they aren't already sorted.
2435
2436 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2437
2438         * message.el (message-mode-menu): Add ellipses to menu items
2439         expecting user interaction.
2440         (message-mode-field-menu): do.
2441
2442 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2443
2444         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2445         it isn't used any more.
2446
2447 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2448
2449         * binhex.el (binhex-decoder-program): Fix docstring.
2450
2451 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2452
2453         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2454         special chars if the mailcap file uses single quotes around %s.
2455         From Laurent Martelli <laurent@bearteam.org>.
2456
2457 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2458
2459         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2460         return the info object.
2461
2462 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2463
2464         * gnus-int.el (gnus-request-update-info): Artificially add
2465         (1 . (1- min)) to the read range, in case the backend doesn't
2466         store marks for nonexistent articles.
2467
2468 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * binhex.el (binhex-insert-char): Eval-and-compile.
2471
2472 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2473
2474         * lpath.el: Add tool-bar-local-item-from-menu.
2475
2476         * message.el (message-tool-bar-local-item-from-menu): New function.
2477         (message-tool-bar-map): Use it.
2478
2479 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2480
2481         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2482
2483         * gnus-art.el (gnus-article-header-rank): Last header in
2484         gnus-sorted-header-list should have higher rank than non-members.
2485
2486 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2489         covered methods.
2490
2491 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2492
2493         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2494         eval-when-compile.  Suggested by Kevin Greiner.
2495
2496 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2497
2498         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2499         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2500         even though no headers may have been fetched
2501         (gnus-agent-fetch-group-1, and perhaps others, require this
2502         behavior).
2503         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2504         server buffer is constrained by gnus-agent-max-fetch-size.
2505         Multiple chunks in the same group may perform arbitrarily large
2506         updates.
2507
2508 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2509
2510         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2511         gnus-summary-update-download-mark to update the article in the
2512         summary.
2513
2514 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2515
2516         * gnus.el (gnus-summary-high-uncached-face,
2517         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2518         New faces.
2519
2520         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2521         added this on 2002-11-23 but it just wasn't working out as
2522         intended.  The idea isn't entirely dead, three new faces
2523         gnus-summary-*-uncached-face are being added to gnus.el to provide
2524         the basis for an improved implementation.
2525         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2526         proper file to open is lib/servers.
2527         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2528         (i.e. removing the article from gnus-newsgroup-downloadable) will
2529         now restore the article's default mark rather than simply setting
2530         no mark.
2531         (gnus-agent-get-undownloaded-list): Corrected documentation.
2532         Added code to set new summary local variable,
2533         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2534         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2535         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2536         up to date.  Call new gnus-summary-update-download-mark to keep
2537         summary buffer up-to-date.
2538         (gnus-agent-fetch-selected-article): Keep
2539         gnus-newsgroup-undownloaded up to date.
2540         (gnus-agent-fetch-articles): Return list of articles that were
2541         successfully fetched.
2542         (gnus-agent-check-overview-buffer): No more thingatpt.
2543         (gnus-agent-expire): No longer deletes NOV entries of unread
2544         articles.
2545         (gnus-agent-unread-articles): New function.
2546         (gnus-agent-regenerate-group): The article number must be
2547         terminated by a tab character.  Added more messages to report
2548         repairs.  Inhibit quits while writing changes so it is now safe
2549         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2550         downloaded to 1) resolve the unbound references and 2) avoid
2551         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2552
2553         * gnus-art.el (gnus-article-prepare): The agent
2554         downloaded/undownloaded mark is no longer stored as the article's
2555         mark.
2556
2557         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2558         gnus-summary-highlight may use it.  Added downloaded as
2559         gnus-summary-highlight was using it.
2560
2561         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2562         the download mark now follows Kai's +/- convention.
2563         (gnus-downloaded-mark): Added ?+ mark.
2564         (gnus-summary-highlight): Added rules to select
2565         gnus-summary-high-uncached-face,
2566         gnus-summary-normal-uncached-face, and
2567         gnus-summary-low-uncached-face.  Removed the
2568         gnus-agent-downloaded-article-face.
2569         (gnus-summary-line-format-alist): Implemented the download flag
2570         format (?O) as named in the manual.  This implementation displays
2571         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2572         gnus-no-mark.
2573         (gnus-newsgroup-agentized): New local variable that identifies
2574         which groups are agentized.  While the agent is now on by default,
2575         you don't have to agentize every server that you use.
2576         (gnus-update-summary-mark-positions): Completed support for the
2577         download type of mark.
2578         (gnus-summary-insert-line): Added undownloaded to the parameters.
2579         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2580         reference by the gnus-summary-line-format-spec.
2581
2582         * nntp.el (nntp-with-open-group): This macro handles dropped or
2583         broken connections by opening a new connection and repeating the
2584         failed command.
2585         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2586         XOVER commands preceeding the active articles with the nov entry
2587         of the first available article.  When gnus connected to such a
2588         server, the unexpected nov entry would result in duplicate lines
2589         in the agent's overview file.  This patch fixes the duplicate
2590         lines problem and improves performance by skipping over all
2591         articles IDs that preceed the first nov entry in the server's
2592         reply.
2593
2594 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2597         (gnus-summary-highlight): Use it instead of `downloaded'.
2598         (gnus-summary-highlight-line): Ditto.
2599
2600         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2601
2602 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2605
2606         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2607         calls.
2608
2609         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2610         downloaded variable if we're in an uncovered group.
2611
2612         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2613         font to soemthing less noticeable.
2614         (gnus-agent-group-covered-p): New function.
2615
2616 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2617
2618         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2619         Because of an unknown bug, the group buffer is saved in .overview
2620         file.
2621
2622 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2623
2624         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2625         `and' with `or'.
2626
2627 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2628
2629         * nntp.el (nntp-send-command): Assume that echo does not happen
2630         when nntp-open-connection-function is nntp-open-network-stream.
2631         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2632
2633 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2634
2635         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2636
2637 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2638
2639         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2640         nntp-server-buffer if we aren't going to write to it.
2641
2642 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2643         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2644
2645         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2646
2647 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2650         decoded words.
2651
2652 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2653
2654         * gnus.el (fboundp): After loading mm-util, make sure it was the
2655         right one.
2656
2657 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2658
2659         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2660         gnus-sum.  Made into a user option.
2661
2662         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2663         (gnus-summary-mark-article-as-unread)
2664
2665 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2666
2667         * time-date.el (date-to-time): Typo.
2668
2669         * parse-time.el: Typo.
2670
2671         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2672
2673         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2674
2675         * nnimap.el:
2676         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2677
2678         * mm-encode.el (mm-safer-encoding): Typo.
2679
2680         * messcompat.el: Typo.
2681
2682         * message.el (message-face-alist): Typo.
2683
2684         * imap.el (imap-interactive-login, imap-open): Typos.
2685
2686         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2687
2688         * gnus.el: Typo.
2689
2690         * gnus-win.el (gnus-configure-frame): Typo.
2691
2692         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2693
2694         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2695
2696         * gnus-sum.el (gnus-summary-article-number)
2697         (gnus-summary-read-group-1, gnus-summary-mark-article)
2698         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2699
2700         * gnus-mule.el (gnus-mule-add-group): Typo.
2701
2702         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2703
2704         * gnus-group.el (gnus-group-fetch-faq): Typo.
2705
2706         * gnus-art.el (gnus-decode-header-methods): Typo.
2707
2708         * flow-fill.el: Typo.
2709
2710 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2711
2712         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2713
2714 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2715
2716         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2717         (gnus-summary-mark-article-as-unread)
2718         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2719         Reformatting to avoid long lines.
2720         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2721
2722 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2723
2724         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2725         be accessed through `mail-header-number'.
2726
2727 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2728
2729         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2730         compressed range to gnus-summary-insert-articles.
2731
2732 2002-11-26  Kevin Ryde <user42@zip.com.au>
2733
2734         * gnus-art.el (gnus-mime-copy-part): Look for filename
2735         parameter under content-disposition, not content-type.
2736
2737         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2738         (gnus-summary-reselect-current-group): Use it.
2739
2740 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2741
2742         * gnus-agent.el (gnus-agent-uncached-articles): if
2743         gnus-agent-load-alist fails, return ARTICLES.
2744
2745         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2746
2747 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2748
2749         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2750         superfluous function call.
2751         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2752         Add warning to docstring.
2753
2754 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus-agent.el: Autoload number-at-point instead.
2757         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2758
2759 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2760
2761         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2762         require thingatpt (for number-at-point) and protect against
2763         deactivate-mark being unbound (on XEmacs).
2764
2765 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2766
2767         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2768         print message on entry.
2769
2770         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2771
2772         * gnus-range.el (gnus-range-difference): New function.
2773         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2774
2775 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2776
2777         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2778         gnus-remove-from-range instead of gnus-range-difference which
2779         doesn't exist.
2780
2781 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2782         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2783
2784         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2785         used for showing which articles have been downloaded.
2786         (gnus-agent-article-alist): Format change.  Add documentation.
2787         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2788         process-marked articles.
2789         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2790         in the series are individually fetched to minimize lose of
2791         content due to an error/quit.
2792         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2793         gnus-message instead of message.
2794         (gnus-agent-read-servers): Use file lib/methods instead of
2795         lib/servers.  TODO: Why?
2796         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2797         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2798         come from the agent.  This means that they are not downloaded.
2799         (gnus-agent-fetch-selected-article): Don't use history.
2800         (gnus-agent-save-history, gnus-agent-enter-history)
2801         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2802         Removed function; history is not used anymore.
2803         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2804         (gnus-agent-crosspost): Started rewrite then realized that a typo
2805         in gnus-agent-fetch-articles ensures that this function is never
2806         called.  This will need to be fixed later.
2807         (gnus-agent-check-overview-buffer): Some sanity checks on the
2808         agent overview buffer.  This is a safety net used during
2809         development.
2810         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2811         changed, write a number to the file indicating this.
2812         (gnus-agent-fetch-headers): Rewrite to respect
2813         gnus-agent-consider-all-articles without relying on the
2814         `.fetched' files.  Make it fast.
2815         (gnus-agent-braid-nov): Change resulting from
2816         gnus-agent-fetch-headers change.
2817         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2818         `.fetched' files.
2819         (gnus-agent-read-agentview): New function, used by
2820         gnus-agent-load-alist.
2821         (gnus-agent-load-fetched-headers): Remove.
2822         (gnus-agent-save-alist): Rewrite to accomodate new format.
2823         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2824         same order as in gnus-newsgroup-headers.
2825         (gnus-agent-expire): Document and implement extra args ARTICLES,
2826         GROUP, FORCE.  Do not restrict usage.
2827         (gnus-agent-uncached-articles): New function.
2828         (gnus-agent-retrieve-headers): Use it.
2829         (gnus-agent-regenerate-group): No longer needs to be called from
2830         gnus-agent-regenerate.  Individual groups may be regenerated. The
2831         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2832         The article fetch dates are validated in the article alist.  The
2833         article alist is pruned of entries that do not reference existing
2834         NOV entries.  All changes are computed then applied with
2835         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2836         regeneration.  The optional clean parameter has been replaced with
2837         an optional reread parameter.  Clean is no longer necessary as
2838         regeneration gets the appropriate setting from
2839         gnus-agent-consider-all-articles.  The new reread parameter will
2840         result in fetched, or all, articles being marked as unread.
2841         (gnus-agent-regenerate): Removed code to regenerate the history
2842         file as it is no longer used.
2843
2844         * gnus-start.el (gnus-make-ascending-articles-unread): New
2845         function, for efficient mass-marking.
2846
2847         * gnus-sum.el (gnus-summary-highlight): Use new face for
2848         downloaded articles.
2849         (gnus-article-mark): Prefer to indicate read/unread status over
2850         downloaded status.
2851         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2852         line.
2853         (gnus-summary-highlight-line): Use new face for downloaded
2854         articles.
2855         (gnus-summary-insert-old-articles): Improved performance by
2856         replacing the initial LIST of older articles with a compressed
2857         RANGE of older articles.  Some servers appear to lie about
2858         their active range so the original list could contain millions
2859         of article numbers.  The range is not expanded into a list
2860         until the optional ALL parameter has been applied.
2861
2862 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2863
2864         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2865
2866 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2867
2868         * spam.el:
2869         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2870
2871         * spam.el: added `M s t' and `M s x' key mappings
2872
2873 2002-11-20  Simon Josefsson  <jas@extundo.com>
2874
2875         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2876
2877 2002-11-19  Simon Josefsson  <jas@extundo.com>
2878
2879         * gnus-sum.el (gnus-summary-morse-message): Load
2880         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2881         (unmorse-region): Autoload it instead.
2882
2883 2002-11-18  Simon Josefsson  <jas@extundo.com>
2884
2885         * gnus-sum.el (gnus-summary-morse-message): New function.
2886         (gnus-summary-wash-map): Bind to `W m'.
2887         (gnus-summary-make-menu-bar): Add.
2888
2889         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2890         before storing \Deleted mark on expired articles.
2891
2892 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2893         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2894
2895         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2896         parens in column 0.
2897
2898 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2899
2900         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2901
2902         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2903
2904         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2905
2906 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2907
2908         * message.el (message-set-auto-save-file-name): Use
2909         make-directory, to avoid the dependence on gnus-util.
2910
2911 2002-11-16  Simon Josefsson  <jas@extundo.com>
2912
2913         * nnimap.el (nnimap-callback-callback-function):
2914         (nnimap-callback-buffer): Removed, these cannot be global but must
2915         be embedded into the callback.
2916         (nnimap-make-callback): New.  Embedd article number, callback and
2917         buffer in function.
2918         (nnimap-callback, nnimap-request-article-part): Update.
2919
2920 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2923
2924 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2925
2926         * gnus.el (gnus-summary-line-format): Document %C.
2927
2928 2002-11-11  Simon Josefsson  <jas@extundo.com>
2929
2930         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2931         output when called interactively.
2932
2933 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2936
2937         * message.el (message-draft-coding-system): Improve comment; use
2938         mm-auto-save-coding-system for the default value.
2939
2940         * nndraft.el (nndraft-request-article): Revert to the state before
2941         2002-10-29; regexp-quote mail-header-separator.
2942
2943 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2944
2945         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2946         allow editing of drafts from an nnvirtual group.
2947
2948 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2951         mm-auto-save-coding-system.
2952
2953         * message.el (message-draft-coding-system): Default to
2954         iso-2022-7bit.
2955
2956         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2957         restore the default value to emacs-mule or escape-quoted.
2958
2959 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2962         a delayed or a queued article as well as a draft.
2963
2964         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2965         delayed or a queued article in the raw format; treat a delayed
2966         article as a raw article as well as a draft.
2967         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2968         for the delayed group.
2969
2970         * nndraft.el (nndraft-request-article): Ignore auto save files for
2971         a delayed or a queued article; don't bother to decode a queued
2972         article; don't bind nnmail-file-coding-system for a queued article.
2973
2974         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2975         and the queue group.
2976
2977 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2978
2979         * gnus-group.el (gnus-group-delete-group):
2980         gnus-cache-active-hashtb might be void.
2981
2982 2002-11-02  Simon Josefsson  <jas@extundo.com>
2983
2984         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2985         setting of the default user ID.  From Raymond Scholz
2986         <ray-2002@zonix.de>.
2987
2988 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2989
2990         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2991         charset.
2992
2993 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2994         From Alex Schroeder <alex@emacswiki.org>
2995         * spam-stat.el (spam-stat-process-directory): add dir to message
2996         (spam-stat-reduce-size): No longer remove words
2997         with values close to 0.5, because the default value is 0.2.
2998
2999 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3000
3001         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3002         documentation.
3003
3004 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3005
3006         * gnus-agent.el (gnus-agent-fetched-headers)
3007         (gnus-agent-load-fetched-headers)
3008         (gnus-agent-save-fetched-headers): Remove variable and two
3009         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3010         works better.
3011         (gnus-agent-fetch-headers): New implementation from Kevin
3012         Greiner.  Uses gnus-agent-article-alist to store information
3013         about fetched messages which aren't on the server anymore.  The
3014         trick is to return a list of considered messages to the caller,
3015         but to only fetch those which haven't been fetched yet.
3016
3017 2002-10-30  Simon Josefsson  <jas@extundo.com>
3018
3019         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3020
3021         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3022
3023 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3024
3025         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3026         versions of emacs-w3m than 1.3.3.
3027
3028         * lpath.el: Bind w3m-minor-mode-map.
3029
3030         * mm-view.el (mm-w3m-mode-command-alist)
3031         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3032         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3033         (mm-setup-w3m): Simplified.
3034         (mm-w3m-local-map-property): New function.
3035         (mm-inline-text-html-render-with-w3m): Use it.
3036
3037         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3038         mm-w3m-local-map-property.
3039
3040 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * mm-util.el (mm-auto-save-coding-system): Default to
3043         iso-2022-7bit.
3044
3045         * nndraft.el (nndraft-request-article): Decode an article using
3046         the coding-system emacs-mule if it seems to have been saved using
3047         emacs-mule.
3048         (nndraft-request-replace-article): Use message-draft-coding-system
3049         instead of mm-auto-save-coding-system for the draft or delayed
3050         group.
3051
3052 2002-10-28  Josh  <huber@alum.wpi.edu>
3053
3054         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3055         functions.
3056
3057 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3058         From mah@everybody.org (Mark A. Hershberger).
3059
3060         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3061         type values ("url" size) regardless of the values of
3062         mm-url-use-external.
3063
3064 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3065
3066         * nnimap.el (nnimap-request-article-part): Try harder to show
3067         group name in debugging message.
3068
3069 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3070
3071         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3072         directory if it doesn't exist.
3073         (gnus-agent-fetch-headers): Remove old cruft that tried to
3074         abstain from downloading articles more than once if
3075         gnus-agent-consider-all-articles was true.  This is now done
3076         properly via the .fetched files.
3077
3078 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * nndraft.el (nndraft-request-article): Treat delayed articles
3081         like drafts.
3082
3083 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3086
3087 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3088
3089         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3090         Remove unused optional arg DIR and corresponding code.
3091
3092         * nnimap.el (nnimap-request-article-part): Include group name in
3093         debugging output.
3094
3095 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3096
3097         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3098
3099 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3100
3101         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3102         contains range of headers that have been fetched by the agent
3103         already.  Compare gnus-agent-article-alist.
3104         (gnus-agent-file-header-cache): Like
3105         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3106         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3107         seen/recent logic.
3108         Remember which headers have been fetched before and don't fetch
3109         them again the next time round.
3110         (gnus-agent-load-fetched-headers)
3111         (gnus-agent-save-fetched-headers): New functions, for remembering
3112         which headers have been fetched before.
3113
3114 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * lpath.el: Remove useless bindings.
3117
3118 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3119
3120         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3121         features while searching.
3122
3123 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3124
3125         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3126
3127 2002-10-22  Simon Josefsson  <jas@extundo.com>
3128
3129         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3130         (pgg-snarf-keys): Add.
3131
3132 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * lpath.el: Fbind bbdb-records.
3135
3136         * spam.el: Don't autoload bbdb-records.
3137
3138 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3141         prevent inf-loop.
3142
3143 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * nnslashdot.el: Removed some test lines.
3146         More test.
3147
3148 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3149
3150         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3151         are known to be downloaded already.
3152
3153 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3156         (mm-text-html-washer-alist): Ditto.
3157
3158 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3159
3160         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3161         boundary between headers and body.
3162         * nnml.el (nnml-parse-head): Ditto.
3163
3164 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3167         entries.
3168
3169         * gnus-group.el (gnus-fetch-group): Allow an optional
3170         specification of the articles to select.
3171
3172         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3173
3174 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3175
3176         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3177         headers from the group, update variable `articles' to contain
3178         only those numbers where headers exist.  (When fetching all
3179         articles in a group, Gnus creates lots of numbers where there is
3180         no articles.)
3181
3182 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3183
3184         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3185         doesn't have the 'alist custom type, use cons cells instead.
3186         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3187         (pgg-parse-hash-algorithm-alist): Ditto.
3188         (pgg-parse-compression-algorithm-alist): Ditto.
3189         (pgg-parse-signature-type-alist): Ditto.
3190
3191         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3192
3193         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3194
3195         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3196
3197 2002-10-19  Simon Josefsson  <jas@extundo.com>
3198
3199         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3200         buffer.
3201
3202 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3203
3204         * gnus-spec.el (gnus-make-format-preserve-properties)
3205         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3206         properties also on XEmacs.  `gnus-xmas-format' is like format but
3207         preserves text properties on XEmacs (though it only understands
3208         simple format specs).  The variable
3209         `gnus-make-format-preserve-properties' controls whether the
3210         function is used, and is checked in `gnus-parse-simple-format'.
3211         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3212
3213         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3214         output.
3215         (gnus-agent-consider-all-articles): New variable.
3216         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3217         (gnus-agent-fetch-headers): Depending on
3218         gnus-agent-consider-all-articles, maybe get all articles.
3219         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3220         `read'.
3221         (gnus-predicate-imples-unread): New function.
3222         (gnus-agent-fetch-headers): Optimize to call
3223         gnus-list-of-unread-articles if that is sufficient.
3224         Check unseen and recent instead of seen and recent.
3225         (gnus-agent-fetch-headers): Abstain from calling
3226         gnus-list-range-intersection if range (a . b) would have (> a b).
3227
3228 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * message.el (message-send-mail): Make it possible to perform
3231         edebug-defun.
3232
3233 2002-10-18  Simon Josefsson  <jas@extundo.com>
3234
3235         * gnus-art.el (gnus-button-man-handler): Change default to
3236         `manual-entry' (defined in both emacsen).
3237         (gnus-button-man-handler): Remove emacsen difference and use
3238         `manual-entry'.
3239
3240 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * spam.el: Wrap autoload settings for bbdb-records,
3243         executable-find and ifile-spam-filter with eval-and-compile.
3244         (spam-display-buffer-contents): Remove.
3245         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3246
3247 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3248
3249         * spam.el (spam-display-buffer-contents): New function.
3250         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3251         from Katsumi Yamaoka <yamaoka@jpl.org>.
3252
3253 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3254
3255         * nnheader.el (nnheader-parse-naked-head): New function.
3256         (nnheader-parse-head): Use the above function, in order to handle
3257         continuation lines properly.
3258         (nnheader-remove-body): New function.
3259         (nnheader-remove-cr-followed-by-lf): New function.
3260         (nnheader-ms-strip-cr): Use the above function.
3261
3262         * gnus-agent.el (gnus-agent-regenerate-group): Call
3263         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3264         `nnheader-parse-head'.
3265         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3266
3267         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3268         continuation lines by itself; call `nnheader-parse-naked-head'
3269         instead of `nnheader-parse-head'.
3270         * nndiary.el (nndiary-parse-head): Ditto.
3271         * nnfolder.el (nnfolder-parse-head): Ditto.
3272         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3273         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3274         * nnml.el (nnml-parse-head): Ditto.
3275
3276 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3277
3278         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3279         XEmacs, default to it if featurep 'xemacs.
3280
3281 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * spam-stat.el: Check for the existence of hash functions instead
3284         of the Emacs version to decide whether to load cl.  Suggested by
3285         Kai Gro\e,A_\e(Bjohann.
3286
3287 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3288
3289         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3290         if it isn't open yet.
3291
3292 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus-group.el: Require mm-url only when compiling.
3295         (gnus-group-fetch-charter): Require mm-url.
3296
3297         * spam-stat.el: Require cl for the functions gethash,
3298         hash-table-count, make-hash-table and mapc for Emacs 20.
3299         (puthash): Alias to cl-puthash for Emacs 20.
3300         (with-syntax-table): New macro for Emacs 20.
3301
3302 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3303
3304         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3305
3306 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3307
3308         * spam.el (spam-check-ifile): added ifile as a spam checking
3309         backend, and spam-use-ifle as the variable to toggle that check.
3310
3311 2002-10-12  Simon Josefsson  <jas@extundo.com>
3312
3313         * message.el (message-beginning-of-line): New variable.
3314         (message-beginning-of-line): Use it.
3315
3316 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3317
3318         * spam.el: more compilation fixes for BBDB
3319
3320         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3321         (spam-stat-reduce-size): Interactive.
3322         (spam-stat-reset): New function.
3323         (spam-stat-save): Interactive.
3324
3325 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * gnus.el: Autoload gnus-delay-initialize.
3328
3329         * message.el: Autoload gnus-delay-article.
3330
3331 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3332
3333         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3334         text property in Emacs.
3335
3336 2002-10-11  Simon Josefsson  <jas@extundo.com>
3337
3338         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3339         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3340
3341         * mml1991.el (mml1991-pgg-sign): Remove CR.
3342
3343 2002-10-10  Simon Josefsson  <jas@extundo.com>
3344
3345         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3346         decrypt failed.
3347         (mml2015-trust-boundaries-alist): Removed.
3348         (mml2015-gpg-extract-signature-details): Don't use it.
3349         (mml2015-unabbrev-trust-alist): New.
3350         (mml2015-gpg-extract-signature-details): Use it.
3351
3352 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3353
3354         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3355         BBDB installed
3356
3357         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3358         statistical analysis of spam in Lisp only
3359
3360 2002-10-10  Simon Josefsson  <jas@extundo.com>
3361
3362         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3363         auth, selected or examine state.
3364
3365         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3366         buffer and error buffer depending on type of information.
3367
3368         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3369         --status-fd stuff even if gpg.el is not used (revert earlier
3370         change).
3371         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3372         gnus details.
3373         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3374         buffer.
3375
3376         * pgg.el (pgg-verify-region): Use it.
3377
3378         * pgg-def.el (pgg-query-keyserver): New variable.
3379
3380         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3381         key-identifier in packet.  Is this a good idea?
3382
3383         * mml.el (mml-mode-map): Add security commands that operates on
3384         MIME parts.
3385         (mml-menu): And menu items for them.
3386
3387         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3388
3389         * mml.el (mml-parse-1): Support sender in #secure tags.
3390
3391         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3392         defined.
3393
3394         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3395         (mml-pgp-encrypt-buffer): Support combined signing.
3396
3397         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3398         (mml1991-gpg-encrypt): Ditto.
3399         (mml1991-pgg-encrypt): Ditto.
3400         (mml1991-encrypt): Pass sign parameter.
3401
3402         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3403         (mml-signencrypt-style): Mention the variable.
3404
3405 2002-10-09  Simon Josefsson  <jas@extundo.com>
3406
3407         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3408         pgg-gpg-user-id.
3409
3410         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3411         (pgg-fetch-key-function): Nil if w3 is not installed.
3412
3413 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3414
3415         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3416         gnus-agent-current-history.
3417
3418 2002-10-06  Simon Josefsson  <jas@extundo.com>
3419
3420         * imap.el (imap-parse-status): Don't use read to read token.
3421
3422 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3423
3424         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3425         for methods not covered by the agent, and when unplugged.
3426
3427 2002-10-05  Simon Josefsson  <jas@extundo.com>
3428
3429         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3430         signing.
3431
3432         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3433         a named server fails, ignore the server.
3434
3435         * mml1991.el (mml1991-pgg-sign): Do QP.
3436
3437         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3438         work.
3439
3440 2002-10-04  Simon Josefsson  <jas@extundo.com>
3441
3442         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3443
3444         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3445         binary-write-decoded-region from MEL.
3446
3447         * pgg.el (pgg-encrypt-region): Support sign.
3448
3449         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3450
3451         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3452
3453         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3454         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3455         branch where PGG was taken from in the ChangeLog entries below.
3456
3457 2002-10-01  Simon Josefsson  <jas@extundo.com>
3458
3459         * pgg-pgp.el: Don't require mel.  Don't use luna.
3460         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3461         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3462         (pgg-pgp-process-region): Don't use binary-funcall.
3463
3464         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3465
3466         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3467         instead of concat.
3468
3469         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3470
3471 2002-09-29  Simon Josefsson  <jas@extundo.com>
3472
3473         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3474         compile warnings.
3475
3476         * pgg.el (pgg-decrypt-region): Don't parse packet.
3477
3478         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3479
3480 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3481
3482         * pgg.el: Remove dependency on calist.el.
3483
3484 2002-09-28  Simon Josefsson  <jas@extundo.com>
3485
3486         * pgg.el (pgg-temporary-file-directory): New variable.
3487         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3488
3489         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3490         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3491
3492         * pgg-parse.el (pgg-char-int): Defalias.
3493         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3494         (pgg-read-bytes, pgg-read-body): Use it.
3495         (pgg-decode-packets): Don't use MEL, use base64-*.
3496         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3497         (pgg-string-as-unibyte): Defalias.
3498         (pgg-parse-armor-region): Use it.
3499
3500         * pgg-gpg.el (pgg-gpg-process-region): Use
3501         pgg-temporary-file-directory.
3502
3503         * luna.el: Don't def-edebug.
3504
3505         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3506         binary-write-decoded-region from MEL.
3507
3508         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3509
3510         * alist.el, calist.el: Don't require product/APEL.
3511
3512         * pgg-parse.el (top-level): Remove dependency on static.el,
3513         pccl.el, mel.el.
3514         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3515         `define-ccl-program' is boundp, instead of using broken.
3516
3517 2002-10-01  Simon Josefsson  <jas@extundo.com>
3518
3519         * message.el (message-required-mail-headers): Remove Lines:.
3520
3521 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3522         From Jesper Harder.
3523
3524         * gnus-group.el (gnus-group-fetch-charter,
3525         gnus-group-fetch-control): Prompt for group if given a prefix
3526         argument.
3527         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3528         gnus-group-fetch-control to summary key map and menu.
3529
3530
3531 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3532
3533         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3534         number when there are no articles.
3535
3536 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3537
3538         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3539         arg ALL means to fetch all articles, not only downloadable ones.
3540         (gnus-agent-fetch-selected-article): New function for
3541         gnus-select-article-hook or gnus-mark-article-hook.
3542
3543 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3544         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3545
3546         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3547         raw-text.
3548
3549 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3550
3551         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3552         Pinard).
3553         Major revamp of the code, documentation is in comments in the file
3554         for now.
3555
3556 2002-09-30  Simon Josefsson  <jas@extundo.com>
3557
3558         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3559         buffer seem to be needed?
3560
3561 2002-09-29  Simon Josefsson  <jas@extundo.com>
3562
3563         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3564         compile warnings.
3565
3566         * mml1991.el (mml1991-function-alist): Add pgg.
3567         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3568         (mml1991-pgg-encrypt): Fix recipients querying.
3569
3570 2002-09-28  Simon Josefsson  <jas@extundo.com>
3571
3572         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3573         from dme@dme.org.
3574         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3575         handle is returned.
3576
3577 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3580         Protect against non-existent of `nnimap-mailbox-info'.
3581
3582 2002-09-27  Simon Josefsson  <jas@extundo.com>
3583
3584         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3585         (gnus-setup-news-hook): Use it.
3586         (gnus-after-getting-new-news-hook): Ditto.
3587
3588         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3589
3590 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3591         From Mats Lidell <matsl@contactor.se>.
3592
3593         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3594
3595 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3596
3597         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3598         the part to decode encoded words, use raw words instead of decoded
3599         words.
3600
3601 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3602
3603         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3604
3605         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3606         (mm-setup-w3m): Use it.
3607
3608 2002-09-27  Simon Josefsson  <jas@extundo.com>
3609
3610         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3611         article buffers.
3612
3613         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3614         it just in case.
3615         (nnimap-update-unseen): New function; update unseen count in
3616         `n-m-info'.
3617         (nnimap-close-group): Call it.
3618
3619         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3620         (gnus-after-getting-new-news-hook): Ditto.
3621
3622         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3623         message into verboselevel 9.  Change slow mail check message.
3624         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3625         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3626         used as a hook after getting new mail.
3627
3628 2002-09-26  Simon Josefsson  <jas@extundo.com>
3629
3630         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3631         SELECT/EXAMINE is first unseen article, not number of unseen
3632         articles.  Make them distinct by renaming the former to
3633         `first-unseen' instead of `unseen'.
3634
3635         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3636         too.
3637         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3638         changed.
3639         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3640
3641         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3642
3643         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3644         better.
3645
3646         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3647         if dissecting resulting buffer actually had any information.
3648
3649 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3652         because the function `string<' allows symbols.
3653
3654         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3655
3656 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3657
3658         * message.el (message-forward-make-body): Revert an early change
3659         because 8-bit utf-8 emails.
3660
3661 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3662
3663         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3664         links to Info)
3665         * gnus-art.el (gnus-treat-highlight-signature):
3666         * gnus-art.el (gnus-treat-buttonize):
3667         * gnus-art.el (gnus-treat-buttonize-head):
3668         * gnus-art.el (gnus-treat-emphasize):
3669         * gnus-art.el (gnus-treat-strip-cr):
3670         * gnus-art.el (gnus-treat-unsplit-urls):
3671         * gnus-art.el (gnus-treat-leading-whitespace):
3672         * gnus-art.el (gnus-treat-hide-headers):
3673         * gnus-art.el (gnus-treat-hide-boring-headers):
3674         * gnus-art.el (gnus-treat-hide-signature):
3675         * gnus-art.el (gnus-treat-fill-article):
3676         * gnus-art.el (gnus-treat-hide-citation):
3677         * gnus-art.el (gnus-treat-hide-citation-maybe):
3678         * gnus-art.el (gnus-treat-strip-list-identifiers):
3679         * gnus-art.el (gnus-treat-strip-pgp):
3680         * gnus-art.el (gnus-treat-strip-pem):
3681         * gnus-art.el (gnus-treat-strip-banner):
3682         * gnus-art.el (gnus-treat-highlight-headers):
3683         * gnus-art.el (gnus-treat-highlight-citation):
3684         * gnus-art.el (gnus-treat-date-ut):
3685         * gnus-art.el (gnus-treat-date-local):
3686         * gnus-art.el (gnus-treat-date-english):
3687         * gnus-art.el (gnus-treat-date-lapsed):
3688         * gnus-art.el (gnus-treat-date-original):
3689         * gnus-art.el (gnus-treat-date-iso8601):
3690         * gnus-art.el (gnus-treat-date-user-defined):
3691         * gnus-art.el (gnus-treat-strip-headers-in-body):
3692         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3693         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3694         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3695         * gnus-art.el (gnus-treat-unfold-headers):
3696         * gnus-art.el (gnus-treat-fold-headers):
3697         * gnus-art.el (gnus-treat-fold-newsgroups):
3698         * gnus-art.el (gnus-treat-overstrike):
3699         * gnus-art.el (gnus-treat-display-xface):
3700         * gnus-art.el (gnus-treat-display-smileys):
3701         * gnus-art.el (gnus-treat-from-picon):
3702         * gnus-art.el (gnus-treat-mail-picon):
3703         * gnus-art.el (gnus-treat-newsgroups-picon):
3704         * gnus-art.el (gnus-treat-body-boundary):
3705         * gnus-art.el (gnus-treat-capitalize-sentences):
3706         * gnus-art.el (gnus-treat-fill-long-lines):
3707         * gnus-art.el (gnus-treat-play-sounds):
3708         * gnus-art.el (gnus-treat-translate):
3709         * gnus-art.el (gnus-treat-x-pgp-sig):
3710         * gnus-art.el (gnus-mime-button-line-format):
3711         * gnus-art.el (gnus-button-man-level):
3712         * gnus-art.el (gnus-button-emacs-level):
3713         * gnus-cus.el (gnus-group-parameters):
3714         * gnus-gl.el (bbb-build-mid-scores-alist):
3715         * gnus-group.el (gnus-group-line-format):
3716         * gnus-mlspl.el (gnus-group-split-setup):
3717         * gnus-mlspl.el (gnus-group-split):
3718         * gnus-msg.el (gnus-mailing-list-groups):
3719         * gnus-msg.el (gnus-posting-styles):
3720         * gnus-nocem.el (gnus-nocem-issuers):
3721         * gnus-score.el (gnus-score-regexp-bad-p):
3722         * gnus-srvr.el (gnus-server-line-format):
3723         * gnus-topic.el (gnus-topic-line-format):
3724         * gnus.el (gnus-summary-line-format):
3725         * mail-source.el (mail-sources):
3726         * message.el (message-subscribed-address-file):
3727         * nnmail.el (nnmail-split-fancy):
3728
3729 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3730
3731         * mail-source.el(mail-source-run-script): use `functionp' to test
3732         whether the argument `script' is in fact a function.
3733         (mail-sources): adjust the defcustom to allow users to specify a
3734         function or a string as the value of the `:prescript' and
3735         `:postscript' arguments of the `file' and `pop3' mail sources.
3736
3737 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3738
3739         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3740         number when article 1 does not exist.
3741
3742 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3743
3744         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3745         apropos if apropos-variable does not exist.
3746         (gnus-button-guessed-mid-regexp)
3747         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3748         regexes.  From Reiner Steib.
3749         (gnus-button-handle-describe-function)
3750         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3751         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3752         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3753
3754 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3755         Trivial patch.
3756
3757         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3758         the file.
3759
3760 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3761
3762         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3763
3764 2002-09-24  Simon Josefsson  <jas@extundo.com>
3765
3766         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3767         (mml2015-use): Prefer PGG if installed.
3768         (mml2015-function-alist): Add PGG wrappers.
3769         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3770         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3771         prefix, make regexp optionally skip it.
3772         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3773         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3774         (mml2015-pgg-encrypt): New functions.
3775         (defvar, autoload): Prevent byte-compile warnings.
3776
3777 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3778         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3779
3780         * gnus-art.el (article-strip-banner): Check for the existence of
3781         from header.
3782
3783 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3784
3785         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3786         (gnus-button-alist): Improved regexp for
3787         gnus-button-handle-mid-or-mail (false positives), fixed
3788         gnus-button-handle-man entries.
3789         From Reiner Steib.
3790
3791 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3792         From Josh Huber.
3793
3794         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3795         nnmail-extra-headers is non-nil.
3796
3797 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3798
3799         * nnmaildir.el: Store article numbers persistently.  General
3800         revision.
3801         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3802         for nnmail-expiry-wait; delete instead of moving if 'force is
3803         given.
3804
3805 2002-09-23  Simon Josefsson  <jas@extundo.com>
3806         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3807
3808         * smime.el (smime-sign-buffer): Get key and extra certs.
3809         (smime-get-key-with-certs-by-email): Utility function.
3810
3811 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3812         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3813
3814         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3815         article exists.
3816
3817 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3818
3819         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3820
3821 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3822         From Reiner Steib.
3823
3824         * gnus-art.el (gnus-button-handle-custom,
3825         gnus-button-handle-mid-or-mail,
3826         gnus-button-handle-describe-{function,variable,key},
3827         gnus-button-handle-apropos{,command,variable}): New functions.
3828         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3829         gnus-button-{man,emacs,mail}-level): New variables.
3830         (gnus-button-alist): Use the above to buttonize emacs and mail
3831         related links.
3832
3833 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3834
3835         * gnus-int.el (gnus-status-message): Fix spacing.
3836
3837         * imap.el (imap-continuation): Fix typos.
3838
3839 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3840
3841         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3842
3843         * gnus-art.el (gnus-article-reply-with-original): Correct
3844         with-current-buffer scope.
3845
3846         * message.el (message-completion-alist): Add Reply-To, From, etc.
3847
3848 2002-09-18  Simon Josefsson  <jas@extundo.com>
3849
3850         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3851         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3852
3853 2002-09-17  Simon Josefsson  <jas@extundo.com>
3854
3855         * nnimap.el (nnimap-expiry-target): Don't search for which
3856         articles exists here.
3857         (nnimap-request-expire-articles): Do it here instead.  Only expire
3858         when articles are found.  Suggested by Nevin Kapur
3859         <nevin@jhu.edu>.
3860
3861 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3862         From Reiner Steib <reiner.steib@gmx.de>.
3863
3864         * message.el (message-strip-subject-trailing-was)
3865         (message-change-subject, message-add-archive-header)
3866         (message-xpost-fup2-header, message-xpost-insert-note)
3867         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3868         adopted from message-utils.el.  Add functions to the keymap, mode
3869         describtion and menu.
3870         (message-change-subject,message-xpost-fup2): Signal error if
3871         current header is empty.
3872         (message-xpost-insert-note): Changed insert position.
3873         (message-archive-note): Ensure to insert note in message body (not
3874         in head).
3875         (message-archive-header, message-archive-note)
3876         (message-xpost-default, message-xpost-note, message-fup2-note)
3877         (message-xpost-note-function): New variables adopted from
3878         message-utils.el.  Changed some doc-strings.
3879         (message-mark-insert-{begin,end}): Rename from
3880         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3881         values.
3882         (message-subject-trailing-was-query)
3883         (message-subject-trailing-was-ask-regexp)
3884         (message-subject-trailing-was-regexp): New variables.
3885         (message-to-list-only): Added doc-string and menu entry.
3886
3887         * message-utils.el: Removed.  Functions are now in message.el.
3888
3889 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3890
3891         * gnus-art.el (gnus-article-reply-with-original,
3892         gnus-article-followup-with-original): Switch to
3893         gnus-summary-buffer before reply/followup.
3894
3895 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3896
3897         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3898         not exist. Toggle it anyway.
3899
3900 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3901
3902         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3903
3904         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3905         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3906
3907         * rfc2047.el (message-posting-charset): Defvar it.
3908         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3909         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3910
3911         * mail-source.el (mail-source-fetch): Hide password.
3912
3913         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3914
3915 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3916         From John Paul Wallington <jpw@shootybangbang.com>.
3917
3918         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3919
3920 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3923
3924 2002-09-11  Simon Josefsson  <jas@extundo.com>
3925
3926         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3927         (nnimap-split-rule): Doc fix.
3928         (nnimap-request-expire-articles): Cleanup code.
3929
3930 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3931         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3932
3933         * gnus-art.el (gnus-article-address-banner-alist): New option.
3934         (article-strip-banner): Refer the above option to split banners of
3935         free mail servers, when no group parameter is specified.
3936
3937 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * nntp.el (nntp-wait-for-string): Check for a process in the
3940         current buffer instead of `nntp-server-buffer'.
3941
3942 2002-09-09  Simon Josefsson  <jas@extundo.com>
3943
3944         * gnus-art.el (gnus-button-man-handler): New variable.
3945         (gnus-button-alist): Use g-b-handle-man.
3946         (gnus-button-handle-man): New, call g-b-man-handler.
3947
3948 2002-09-08  Simon Josefsson  <jas@extundo.com>
3949
3950         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3951
3952 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3955
3956 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3959
3960         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3961         keystroke.
3962
3963         * gnus-srvr.el (gnus-browse-describe-group): New command and
3964         keystroke.
3965
3966 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3969         value for gnus-decoration property.
3970
3971 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3972
3973         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3974         string) as group name in case we have a CRLF in the file.
3975
3976 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3977
3978         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3979         group.
3980         (rfc1843-decode-hzp): do.
3981         (rfc1843-newsgroups-regexp): do.
3982
3983 2002-09-04  Simon Josefsson  <jas@extundo.com>
3984
3985         * message.el (message-canlock-generate): Make sure sha1 doesn't
3986         call external programs.
3987
3988 2002-09-03  Simon Josefsson  <jas@extundo.com>
3989
3990         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3991
3992         * gnus-agent.el (gnus-agent-batch): Add doc.
3993
3994 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3995
3996         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3997         check for signed and encrypted parts.
3998         * mml.el (mml-parse-1): Correct small typo which preventing
3999         setting recipients in a secure tag.
4000
4001 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * mm-util.el (mm-coding-system-priorities): Default to a list of
4004         iso-2022-jp and others for the Japanese environment.
4005
4006 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4009         invalid display names.
4010
4011 2002-08-30  Simon Josefsson  <jas@extundo.com>
4012
4013         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4014         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4015
4016 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4017
4018         * gnus.el (gnus-group-charter-alist): New option.
4019         (gnus-group-fetch-control-use-browse-url): New option.
4020
4021         * gnus-group.el (gnus-group-fetch-charter): New function.
4022         (gnus-group-fetch-control): New function.
4023         Add them to the keymap and menu. Require mm-url.
4024
4025 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4028         From Alex Schroeder <alex@emacswiki.org>.
4029
4030 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4031
4032         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4033         items expecting user interaction.
4034
4035         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4036
4037         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4038
4039         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4040
4041         * mml.el (mml-menu): do.
4042
4043 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mail-source.el (mail-source-touch-pop): New function.
4046
4047         * message.el (message-smtpmail-send-it): New function.
4048         (message-send-mail-function): Add it for a candidate.
4049
4050 2002-08-27  Simon Josefsson  <jas@extundo.com>
4051
4052         * gnus-msg.el (posting-charset-alist): Use
4053         gnus-define-group-parameter instead of defcustom.
4054         (gnus-put-message): Handle SPC in GCC.
4055         (gnus-inews-insert-gcc): Ditto.
4056         (gnus-inews-insert-archive-gcc): Ditto.
4057
4058 2002-08-26  Simon Josefsson  <jas@extundo.com>
4059
4060         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4061         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4062         (gnus-agent-possibly-save-gcc): Autoload.
4063         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4064
4065 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus.el (gnus-other-frame-function): New user option.
4068         (gnus-other-frame): Use it; add a doc-string; make it work with
4069         the gnuclient program.
4070
4071         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4072
4073         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4074         `device-connection' and `dfw-device'.
4075
4076 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4077
4078         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4079         positives, make it stricter.  From Jochen Hein (trivial change).
4080
4081 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus.el (gnus-other-frame): Trivial fix.
4084
4085 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus.el (gnus-other-frame-parameters): New user option.
4088         (gnus-other-frame-object): New variable.
4089         (gnus-other-frame): Make it search for existing Gnus frame; don't
4090         read new news; delete frame on exit.
4091
4092         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4093
4094         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4095
4096 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4097         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4098
4099         * message.el (message-set-auto-save-file-name): Add support for
4100         the Cygwin Emacs; the system-type is `cygwin'.
4101         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4102
4103 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4104
4105         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4106
4107         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4108         avoid arithmetic errors.
4109
4110 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4113
4114 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4117         (message-ignored-resent-headers): Add envelope From.
4118
4119 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4120
4121         * gnus.el (gnus-summary-line-format): Document %k specifier.
4122
4123 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4124
4125         * gnus-sum.el (gnus-summary-line-message-size): New function.
4126         (gnus-summary-line-format-alist): Use it.
4127
4128 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-art.el (article-make-date-line): Refer to the value for
4131         `gnus-article-time-format' in the summary buffer.
4132
4133         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4134
4135 2002-08-14  Simon Josefsson  <jas@extundo.com>
4136
4137         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4138         quoting.
4139         (gnus-button-alist): Fix doc.
4140         (gnus-header-button-alist): Use ' not ` for default value quoting.
4141         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4142         rationale similar to 2002-05-01 change.
4143         (gnus-article-add-buttons-to-head): Evaluate expression.
4144
4145         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4146
4147 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * message.el (message-font-lock-keywords): Refer to the value for
4150         `message-cite-prefix-regexp' dynamically.
4151
4152 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4155
4156 2002-08-12  Simon Josefsson  <jas@extundo.com>
4157
4158         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4159         (imap-shell-open): Skip initial junk before IMAP greeting.
4160
4161 2002-08-11  Simon Josefsson  <jas@extundo.com>
4162
4163         * message-utils.el (message-xpost-default,
4164         message-xpost-fup2-header, message-xpost-fup2): Fixed
4165         Typos.  Trivial changes from Reiner Steib
4166         <4uce.02.r.steib@gmx.net>.
4167
4168 2002-08-09  Simon Josefsson  <jas@extundo.com>
4169
4170         * message.el (message-canlock-password): Set
4171         canlock-password-for-verify to newly generated canlock-password.
4172         When Emacs is restarted, Custom makes sure this is set, but during
4173         the same session we must set it manually.
4174
4175 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4176
4177         * yenc.el: New file.
4178
4179         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4180         (mm-uu-type-alist): Add yenc.
4181         (mm-uu-yenc-filename): New function.
4182         (mm-uu-yenc-extract): New function.
4183
4184         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4185
4186 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4187
4188         * dgnushack.el (merge): Don't use coerce.
4189
4190 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4191
4192         * mailcap.el (mailcap-mime-data): Test window-system rather than
4193         mm-device-type.
4194         (mailcap-mime-data): Call xdvi and gv with "-safer".
4195
4196         * mm-util.el: Don't define mm-device-type.
4197
4198 2002-08-05  Simon Josefsson  <jas@extundo.com>
4199
4200         * mm-util.el (mm-coding-system-priorities): coding-system type not
4201         supported everywhere.
4202
4203 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * gnus.el (gnus-version-number): Bumped version number.
4206
4207 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4208
4209         * gnus.el: Oort Gnus v0.07 is released.
4210
4211 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4214         (gnus-article-sort-functions): Doc fix.
4215         (t): New keystroke.
4216         (gnus-article-sort-by-random): New function.
4217         (gnus-thread-sort-by-random): New function.
4218
4219 2002-08-02  Simon Josefsson  <jas@extundo.com>
4220
4221         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4222         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4223
4224 2002-07-31  Danny Siu  <dsiu@adobe.com>
4225
4226         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4227         when splitting malformed messages without message-id
4228
4229 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4230         From Niklas Morberg <niklas.morberg@axis.com>.
4231
4232         * nnweb.el (nnweb-type, nnweb-type-definition)
4233         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4234         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4235         functionality.
4236         * nnweb.el: Removed old non-functioning search engines.
4237
4238 2002-07-27  Simon Josefsson  <jas@extundo.com>
4239
4240         * message.el (message-forward-make-body): Don't use
4241         `message-forward-ignored-headers' when doing a "raw" followup (it
4242         is important to preserve e.g. CTE).
4243
4244         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4245
4246         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4247         regexp-quote, Cyrus Sieve is fixed.
4248
4249         * sieve-manage.el (sieve-manage-deletescript): New function.
4250
4251         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4252         (sieve-manage-mode): Fix menubar.
4253         (sieve-activate): Change some messages.
4254         (sieve-deactivate-all): New function.
4255         (sieve-deactivate): New alias.
4256         (sieve-remove): New function.
4257         (sieve-help): Fix help.
4258         All suggested by Ned Ludd.
4259
4260 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4263         (mm-w3m-safe-url-regexp): New user option.
4264
4265         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4266         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4267
4268 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4269
4270         * gnus-sum.el (gnus-summary-delete-article): Force
4271         nnmail-expiry-target to 'delete, so that absolute deletion
4272         happens when absolute deletion is requested.
4273
4274 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4275         From Nevin Kapur <nevin@jhu.edu>.
4276
4277         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4278         headers as empty headers.
4279
4280 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4281         From Jochen Hein <jochen@jochen.org>.
4282
4283         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4284         correct typo.
4285         (gnus-emphasis-strikethru): New face.
4286
4287 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4288         From Jason Merrill <jason@redhat.com>.
4289
4290         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4291         entire file for each of a sequence of missing articles.
4292
4293         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4294         value for gnus-view-pseudos.
4295
4296         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4297         avoid nreverse.
4298
4299 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4300         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4301
4302         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4303         (gnus-summary-mode-line-format-alist): Add %h for number of
4304         spams.
4305         (gnus-newsgroup-spam-marked): New variable.
4306         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4307         (gnus-article-read-p, gnus-article-mark)
4308         (gnus-set-global-variables, gnus-set-global-variables)
4309         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4310         (gnus-summary-mark-article-as-unread)
4311         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4312         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4313         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4314
4315 2002-07-10  Simon Josefsson  <jas@extundo.com>
4316
4317         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4318         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4319
4320 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4321
4322         * gnus-sum.el (gnus-summary-delete-article): Respect group
4323         parameters while expiring.
4324
4325 2002-07-08  Simon Josefsson  <jas@extundo.com>
4326
4327         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4328         Enberg.
4329
4330 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4331
4332         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4333         function is called interactively.  From Niklas Morberg.
4334
4335 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4336
4337         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4338         cdaar to cdar and car.
4339
4340         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4341         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4342
4343 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4346         don't break a narrowed article.
4347
4348         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4349         (nntp-open-via-rlogin-and-telnet): Ditto.
4350
4351 2002-07-02  Didier Verna  <didier@xemacs.org>
4352
4353         * nnmail.el (nnmail-split-methods): fix custom type.
4354
4355 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4356
4357         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4358         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4359
4360 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4361
4362         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4363         (gnus-summary-resend-message): Use it.
4364
4365 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4368         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4369
4370 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4371
4372         * message.el (message-font-lock-keywords): Don't fontify
4373         headers in the message body, only in the header.
4374         (message-font-lock-make-header-matcher): New function, used by
4375         message-font-lock-keywords.
4376         From Katsumi Yamaoka <yamaoka@jpl.org>.
4377
4378 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4381
4382 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4385
4386 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4387
4388         * message.el (message-font-lock-keywords): Revert 2002-06-22
4389         change.
4390
4391 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4392
4393         * message.el (message-font-lock-keywords): Put colon in header
4394         name match.
4395
4396 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4397
4398         * message.el (message-font-lock-keywords): Don't use header faces
4399         in the body.  Thanks to Stefan Monnier for the hint on the
4400         implementation.
4401
4402 2002-05-09  Miles Bader  <miles@gnu.org>
4403
4404         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4405         (gnus-article-hide-citation): Respect it.
4406
4407 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4408
4409         * pop3.el (pop3-open-server): Fix typo.
4410
4411 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4412
4413         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4414         instead of push to ignore duplicate to-(list|address) values.
4415         * nnmail.el (nnmail-cache-ignore-groups): New.
4416         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4417
4418 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4419
4420         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4421         before sending.  Suggested by Jan Rychter.
4422
4423 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * dgnushack.el (remove): New compiler macro.
4426         (last, coerce, subseq): Remove compiler macros for those built-in
4427         or unused functions.
4428
4429 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4430
4431         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4432         sure to write byte-compiled versions of gnus-*-format-alist to
4433         .newsrc.eld.  From Simon Josefsson.
4434
4435 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4436
4437         * gnus-agent.el (gnus-agent-read-servers)
4438         (gnus-agent-write-servers): Put server name (string like
4439         "nnchoke:frumple") in the file instead of a server specification
4440         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4441         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4442
4443 2002-06-16  Simon Josefsson  <jas@extundo.com>
4444
4445         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4446         Reiner Steib <4uce.02.r.steib@gmx.net>.
4447
4448 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4449
4450         * nnheader.el (nnheader-file-name-translation-alist): Set the
4451         default value for MS Windows systems.
4452
4453         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4454
4455 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * message.el (message-beginning-of-line): Keep the region active
4458         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4459
4460 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4461
4462         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4463         * gnus-msg.el (gnus-summary-reply): Ditto.
4464         * gnus-msg.el (gnus-summary-handle-replysign): New.
4465
4466 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4469         if sending failed.
4470
4471 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4472
4473         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4474         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4475         to sign while encrypting.
4476
4477 2002-06-11  Simon Josefsson  <jas@extundo.com>
4478
4479         * gnus-int.el (gnus-request-move-article): Agent expire article if
4480         successfuly moved.
4481
4482         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4483         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4484
4485 2002-06-10  Simon Josefsson  <jas@extundo.com>
4486
4487         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4488
4489 2002-06-09  Simon Josefsson  <jas@extundo.com>
4490
4491         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4492
4493         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4494
4495 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4496
4497         * flow-fill.el (fill-flowed): Ignore errors.
4498
4499 2002-06-06  Simon Josefsson  <jas@extundo.com>
4500
4501         * message.el (message-send-mail-with-sendmail): Improve error message.
4502
4503 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4504
4505         * message.el (message-interactive): Change default from nil to t.
4506         Better to be safe than to be fast.
4507
4508 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4509
4510         * message.el (message-send-mail-with-sendmail): Check return value
4511         from call-process-region.
4512
4513 2002-06-04  Simon Josefsson  <jas@extundo.com>
4514
4515         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4516         (gnus-group-post-news, gnus-summary-mail-other-window)
4517         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4518         gnus-article-copy to nil, thereby inhibiting the `header' posting
4519         style match to use data from last viewed article.
4520         Suggested by Hrvoje Niksic.
4521
4522 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * spam.el (spam-point-at-eol): New alias.
4525         (spam-parse-whitelist): Use it.
4526
4527 2002-06-03  Simon Josefsson  <jas@extundo.com>
4528
4529         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4530         (nnmail-article-group): Use it.
4531
4532 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4533
4534         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4535         so that code reading them won't be surprised.  From Jesper Harder
4536         <harder@ifa.au.dk>.
4537
4538 2002-05-29  Simon Josefsson  <jas@extundo.com>
4539
4540         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4541         articles.
4542
4543         * gnus.el (gnus-agent-cache): Doc fix.
4544         (gnus-agent): Change default to t.
4545
4546         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4547         ARTICLES, GROUP and FORCE parameters.
4548
4549 2002-05-28  Simon Josefsson  <jas@extundo.com>
4550
4551         * gnus-group.el (gnus-group-line-format): Doc fix.
4552
4553 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4554
4555         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4556         original article before yanking.  From Jesper Harder
4557         <harder@ifa.au.dk>.
4558
4559 2002-05-26  Simon Josefsson  <jas@extundo.com>
4560
4561         * gnus-sum.el (gnus-summary-menu-split): New function.
4562         (gnus-summary-make-menu-bar): Split charset submenu.
4563         (gnus-summary-menu-maxlen): New variable.
4564         (gnus-summary-menu-split): Use it.
4565
4566 2002-05-25  Simon Josefsson  <jas@extundo.com>
4567
4568         * mml.el (mml-preview): Generate some headers.
4569
4570         * gnus.el (gnus-large-newsgroup): Fix :type.
4571
4572         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4573         Agent cache NOV's by default now).
4574         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4575
4576 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4577
4578         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4579         call to gnus-parent-id when we check for References loops.
4580         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4581         twice by saving the simplified subject string in simp-subject.
4582
4583 2002-05-23  Simon Josefsson  <jas@extundo.com>
4584
4585         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4586         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4587
4588         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4589         Niklas Morberg <niklas.morberg@axis.com>.
4590
4591 2002-05-22  Simon Josefsson  <jas@extundo.com>
4592
4593         * sieve.el (sieve-change-region): Define it before it is used.
4594
4595         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4596         (gnus-summary-reply): Ask for confirmation when replying to news.
4597         Defaults to not ask.  From Benjamin Rutt
4598         <rutt+news@cis.ohio-state.edu>.
4599
4600         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4601
4602 2002-05-21  Simon Josefsson  <jas@extundo.com>
4603
4604         * sieve-mode.el (sieve-manage): Fix autoloads.
4605
4606         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4607         name (makes it work with recent Cyrus timsieved).
4608
4609 2002-05-20  Jason  <jbaker@cs.utah.edu>
4610         Trivial patch.
4611
4612         * gnus-art.el (gnus-request-article-this-buffer): Try
4613         reconnecting if you don't get the message.
4614
4615 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4618         Reply-To headers from the headers.
4619
4620 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * mm-url.el (mm-url-insert): Remove junk message.
4623
4624 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4627         (nnslashdot-use-front-page): New variable.
4628         (nnslashdot-request-list): Use it.
4629
4630         * mm-url.el (mm-url-timeout): New variable.
4631         (mm-url-retries): Ditto.
4632         (mm-url-insert): Use it.
4633
4634 2002-05-16  Simon Josefsson  <jas@extundo.com>
4635
4636         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4637         (gnus-simplify-subject-functions): Mention g-s-a-w.
4638
4639 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4640
4641         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4642         nnmail-cache-insert.
4643         * nndiary.el (nndiary-request-accept-article): Ditto.
4644         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4645         * nnimap.el (nnimap-request-accept-article): Ditto.
4646         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4647         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4648         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4649         * nnmh.el (nnmh-request-accept-article): Ditto.
4650         * nnmail.el (nnmail-cache-insert): Change group to required,
4651         removed code which tried to figure out the group.
4652
4653 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4654
4655         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4656         messages. From Hans de Graaff <hans@degraaff.org>.
4657         * nnml.el (nnml-request-accept-article): Pass in the group name to
4658         nnmail-cache-insert, since it's available.
4659
4660 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4661
4662         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4663
4664 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4665         From Florian Weimer <fw@deneb.enyo.de>.
4666
4667         * gnus.el (subscribed): New group parameter.
4668         (gnus-find-subscribed-addresses): Use it.
4669
4670 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4671
4672         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4673         the default for pgpmime to support pgp v2.
4674         * mml-sec.el (mml-signencrypt-style): New accessor function to
4675         allow users to get/set the signencrypt style more easily without
4676         frobbing the alist directly.
4677         * mml.el (mml-generate-mime-1): Use accessor function.
4678
4679 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4680
4681         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4682         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4683         <schwab@suse.de>.
4684
4685 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4686
4687         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4688         when intuiting the group the message is written to.  From Josh
4689         Huber <huber@alum.wpi.edu>.
4690
4691 2002-05-06  Simon Josefsson  <jas@extundo.com>
4692
4693         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4694         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4695
4696 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4697
4698         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4699         argument, and fixed compiler warning. (added autoload for
4700         gpg-encrypt).
4701
4702 2002-05-04  Simon Josefsson  <jas@extundo.com>
4703
4704         * mml1991.el (mml1991-function-alist): Doc fix.
4705
4706         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4707         doesn't exist (for previewing messages without having Gnus
4708         started).
4709
4710         * mm-util.el (mm-coding-system-priorities): Defcustom.
4711
4712         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4713
4714 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4715
4716         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4717         default.
4718         * mml-sec.el:
4719         * mml-sec.el (mml-signencrypt-style): New.
4720         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4721         argument `sign'.
4722         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4723         signencrypt.
4724         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4725         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4726         both signed & encryped is processed in one operation. (rather than
4727         two separate ops: sign, then encrypt)
4728         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4729         indication if a message is signed by an expired key.
4730         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4731         enables combined sign & encrypt operation. (this was always on
4732         before).
4733         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4734
4735 2002-05-01  Simon Josefsson  <jas@extundo.com>
4736
4737         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4738         server.
4739         (nnimap-mailbox-info): defvar instead of defvoo.
4740
4741 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4742
4743         * gnus.el: Oort Gnus v0.06 is released.
4744
4745 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * lpath.el: Bind url-package-version.
4748
4749 2002-05-01  Simon Josefsson  <jas@extundo.com>
4750
4751         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4752         filename before deleting the group itself, because the presence of
4753         a group filename decides if long filenames are used or not.
4754
4755         * gnus-art.el (gnus-button-alist): Don't inline
4756         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4757         without also modifying g-button-alist.
4758         (gnus-button-alist): Fix type to allow variable as well as regexp.
4759         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4760         themselves, variables to its contents.
4761         (gnus-button-entry): Ditto.
4762
4763 2002-05-01  Simon Josefsson  <jas@extundo.com>
4764
4765         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4766         UIDNEXT as a string.
4767
4768         * nnimap.el (nnimap-string-lessp-numerical): New function.
4769         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4770         integers.
4771
4772 2002-04-29  Simon Josefsson  <jas@extundo.com>
4773
4774         * nnmail.el (nnmail-cache-insert): Accept optional group
4775         parameter.
4776
4777         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4778         n-r-g-a is disabled.
4779
4780 2002-04-29  Simon Josefsson  <jas@extundo.com>
4781
4782         * nnimap.el (nnimap-split-fancy): Fix doc.
4783         (nnimap-split-fancy): Fix doc.
4784
4785         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4786         (nnimap-mailbox-info): New internal variable.
4787         (nnimap-retrieve-groups): Implement faster new mail check.
4788
4789         * nnimap.el (nnimap-split-articles): Support
4790         nnmail-cache-accepted-message-ids.
4791         (nnimap-request-accept-article): Ditto.
4792
4793         * imap.el (imap-mailbox-status-asynch): New command.
4794
4795 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4796
4797         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4798         are no subscribed mail groups.
4799         - Strip quoted names when comparing addresses
4800
4801 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4802
4803         * mm-decode.el (mm-text-html-renderer): Change customize type to
4804         const.
4805
4806         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4807         (gnus-debug-exclude-variables): do.
4808
4809 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4810
4811         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4812         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4813
4814 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * dns.el (dns-make-network-process): New macro.
4817         (query-dns): Use it.
4818
4819 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4820
4821         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4822         article-buffer.
4823
4824         * mm-url.el (mm-url-package-name): New variable.
4825         (mm-url-package-version): New variable.
4826         (mm-url-insert-file-contents): Bind url-package-name and
4827         url-package-version here.
4828         * nnrss.el (nnrss-insert-w3): Move the bindings.
4829
4830         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4831         url-package-version. Trivial change from Andrew J Cosgriff
4832         <ajc@polydistortion.net>
4833
4834         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4835         attachments. Trivial change from Peter 'Luna' Runestig
4836         <peter@runestig.com>.
4837
4838 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4839
4840         * nnkiboze.el (nnkiboze-request-scan): Call
4841         nnkiboze-possibly-change-group.
4842         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4843         problems.
4844         (nnkiboze-generate-group): Set newsrc to the *highest* article
4845         number kibozed, not the lowest.
4846
4847 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4848
4849         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4850
4851 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4852         From Dan Christensen <jdc+news@uwo.ca>.
4853
4854         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4855         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4856         Recognize math postings.  Extract Date (now ignores "(15kb)").
4857         Extract email address using gnus-extract-address-components
4858         instead of just taking the first word.  Create Date and From
4859         headers for message which are missing these headers.  Get rid
4860         of spurious \\ lines (purely cosmetic).  Extend body-end and
4861         file-end regexps, to exclude more garbage from the message.
4862         Make URL rephrasing regexp more flexible, to match current
4863         format.
4864
4865 2002-04-23  Simon Josefsson  <jas@extundo.com>
4866
4867         * netrc.el: New file, functions copied from gnus-util.el by Ted
4868         Zlatanov <tzz@lifelogs.com>.
4869
4870         * gnus-util.el: Require netrc.
4871         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4872         new code in netrc.el.
4873
4874 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4875
4876         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4877         message-ignored-resent-headers, too.  From Matthieu Moy
4878         <Matthieu.Moy@imag.fr>.
4879
4880 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4881
4882         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4883         boolean not a string
4884         * gnus-group.el (gnus-group-line-format): add description of %C
4885         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4886           as %C
4887         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4888
4889 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4890
4891         * nnmaildir.el (nnmaildir-request-scan): typo: set
4892         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4893         nnmail-get-new-mail for 'find-new-groups.
4894
4895 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4896
4897         * nnmaildir.el (nnmaildir-request-update-info,
4898         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4899         unnecessary calls to nnmaildir-request-scan.
4900
4901 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4902
4903         * gnus-msg.el:
4904         * gnus-msg.el (gnus-message-replysign): New.
4905         * gnus-msg.el (gnus-message-replyencrypt): New.
4906         * gnus-msg.el (gnus-message-replysignencrypted): New.
4907         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4908         (above) to automatically encrypt/sign to encrypted/signed
4909         messages.
4910         * message.el:
4911         * message.el (message-mode-map): Add keybinding for
4912         `message-to-list-only'
4913         * message.el (message-mode): Add description for
4914         `message-to-list-only'
4915         * message.el (message-to-list-only): New.
4916         * message.el (message-make-mft): Changed to use the cl loop macro,
4917         and added optional flag to return only the matched list. (for use
4918         in new message-to-list-only function)
4919
4920 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4921
4922         * gnus-msg.el:
4923         * gnus-msg.el (gnus-message-replysign):
4924         * gnus-msg.el (gnus-replysign): New.
4925         * gnus-msg.el (gnus-replyencrypt): New.
4926         * gnus-msg.el (gnus-replysignencrypted): New.
4927         * gnus-msg.el (gnus-summary-reply):
4928         * message.el:
4929         * message.el (message-mode-map):
4930         * message.el (message-mode):
4931         * message.el (message-to-list-only): New.
4932         * message.el (message-make-mft):
4933
4934 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4935
4936         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4937
4938 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4939
4940         * message.el (message-gen-unsubscribed-mft): accept a prefix
4941         argument so CC can be included with C-u C-c C-f C-a
4942
4943 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4944         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4945
4946         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4947         Improve docstring.
4948         (spam-enter-blacklist): New command.
4949
4950         * gnus-sum.el (gnus-spam-mark): New mark.
4951         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4952         (gnus-summary-make-tool-bar): Correct conditional.
4953         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4954         (gnus-summary-mark-as-spam): New command.
4955
4956 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4957
4958         * mml-sec.el (mml-secure-message): changed to support arbritrary
4959         modes.
4960         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4961         changed to support "signencrypt" mode.
4962         * mml.el (mml-parse-1): changed to support different secure modes
4963         more easily. (for signencrypt)
4964
4965 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4966
4967         * gnus-sum.el (gnus-update-summary-mark-positions)
4968         (gnus-summary-toggle-header):
4969         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4970         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4971         (gnus-uu-post-encoded):
4972         * nnfolder.el (nnfolder-possibly-change-group):
4973         * nnimap.el (nnimap-retrieve-headers):
4974         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4975
4976 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4977
4978         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4979         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4980
4981 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-srvr.el (gnus-server-set-info): Clear
4984         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4985         From Daiki Ueno <ueno@unixuser.org>.
4986
4987 2002-04-11  Simon Josefsson  <jas@extundo.com>
4988
4989         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4990         viewing of security buttons.  Thanks to Nicolas Kowalski
4991         <Nicolas.Kowalski@imag.fr>.
4992
4993         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4994         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4995         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4996         <Nicolas.Kowalski@imag.fr>.
4997         (smime-decrypt-buffer): Ditto.
4998
4999 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5002         header line.
5003
5004 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5005
5006         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5007
5008 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5009
5010         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5011
5012 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5013
5014         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5015         errors when debug.
5016
5017 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5018
5019         * message.el (message-make-mft): Changed MFT code from using
5020         message-recipients (which included Bcc) to use only the To and CC
5021         headers.
5022
5023 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5024
5025         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5026         add link.
5027         (gnus-treat-mail-picon): Ditto.
5028         (gnus-treat-newsgroups-picon): Ditto.
5029         (gnus-picon-databases): Fix custom type.
5030         (gnus-picon-databases): Add link.
5031         (gnus-article-x-face-command): Add to gnus-picon group.
5032
5033 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5034
5035         * message.el (message-buffer-naming-style): Remove.
5036
5037 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5038
5039         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5040
5041         * message.el (message-tool-bar-map): Ditto.
5042
5043         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5044
5045 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5048
5049 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5050
5051         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5052
5053 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5054         Trivial patch.
5055
5056         * dns.el: open-network-stream under XEmacs does udp.
5057
5058 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5059
5060         * spam.el (spam-enter-whitelist): New function.
5061         (spam-parse-whitelist): Ditto.
5062         (spam-refresh-list-cache): Ditto.
5063         (spam-address-whitelisted-p): New function.
5064
5065         * dns.el (query-dns): Use TCP when make-network-process isn't
5066         available.
5067         (dns-servers): New variable.
5068         (dns-parse-resolv-conf): New function.
5069         (query-dns): Use it.
5070
5071         * spam.el: New file.
5072
5073         * dns.el (query-dns): Test.
5074
5075 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * lpath.el (featurep): Bind make-network-process.
5078
5079 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5080
5081         * nnmaildir.el: Use defstruct.  Use a single copy of
5082         nnmail-extra-headers to save memory.  Store server's group name
5083         prefix instead of each group's prefixed name.
5084         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5085         nntp-server-buffer.
5086
5087 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * dns.el: New file.
5090
5091 2002-03-28  Simon Josefsson  <jas@extundo.com>
5092
5093         * gnus-sum.el (gnus-summary-dummy-line-format):
5094         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5095         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5096
5097 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5098
5099         * gnus-sum.el (gnus-summary-move-article)
5100         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5101         the doc string.
5102
5103 2002-03-28  Simon Josefsson  <jas@extundo.com>
5104
5105         * mml-sec.el (mml-secure-message): Search after
5106         mail-header-separator from top of message.
5107
5108 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5109
5110         * nnmaildir.el: Cosmetic changes.
5111         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5112         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5113         nnmaildir--group-ls): New macros/functions.  Use them.
5114         (nnmaildir--unlink): Evalutate argument only once.
5115
5116 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5117
5118         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5119         symbols.
5120         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5121         `gnus-point-at-eol'.
5122
5123 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5124
5125         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5126         nnmaildir--marks-dir): New macros.  Use them.
5127         Use inhibit-quit for atomicity instead of in-memory journaling.
5128         (nnmaildir--edit-prep): New function.
5129         (Local Variables): Use it.
5130
5131 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5132
5133         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5134
5135 2002-03-25  Simon Josefsson  <jas@extundo.com>
5136
5137         * message.el (message-mode): Fix doc.
5138
5139 2002-03-25  Simon Josefsson  <jas@extundo.com>
5140
5141         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5142         Matthieu Moy <Matthieu.Moy@imag.fr>.
5143
5144 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5145
5146         * mml-sec.el (mml-unsecure-message): Add docstring.
5147
5148 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5149
5150         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5151         value.
5152         Trivial change from andre@slamdunknetworks.com
5153
5154 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5155
5156         * mml.el (mml-mode-map): Added a keybinding for
5157         `mml-unsecure-message'.  Also, added a menu entry for said
5158         function in the Attachments menu.
5159
5160 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * canlock.el (canlock-version): Remove.
5163         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5164         here; simplify \x insertions.
5165         (canlock-sha1): New function, always return a unibyte string.
5166         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5167         of a password.
5168         (canlock-insert-header): Use `canlock-sha1'.
5169         (canlock-verify): Ditto.
5170
5171 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5172
5173         * message.el (message-fix-before-sending): Add an option that
5174         ignores illegible text.
5175         Trivial change from Mark Milhollan <mlm@attglobal.net>
5176
5177         * message.el (message-font-lock-keywords): Support multi-line MML
5178         tags.
5179
5180         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5181         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5182
5183 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5186         symbols for "View as different encoding" submenu.
5187
5188 2002-03-19  Simon Josefsson  <jas@extundo.com>
5189
5190         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5191         encoding" submenu.
5192
5193 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5194
5195         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5196
5197 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5198
5199         * gnus-sum.el (gnus-sum-thread-tree-root)
5200         (gnus-sum-thread-tree-single-indent)
5201         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5202         (gnus-sum-thread-tree-leaf-with-other)
5203         (gnus-sum-thread-tree-single-leaf): Make customizable.
5204
5205 2002-03-16  Simon Josefsson  <jas@extundo.com>
5206
5207         * gnus-util.el (gnus-extract-address-components): Don't break on
5208         names such as James "Kibo" Parry.  From Francis Litterio
5209         <franl@world.std.com>.
5210
5211 2002-03-13  Simon Josefsson  <jas@extundo.com>
5212
5213         * pop3.el (pop3-open-server): Revert multibyte change.  From
5214         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5215
5216         * message.el (message-send-mail-with-qmail): Make it work.  From
5217         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5218
5219 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5220
5221         * message.el (message-make-mft): Set case-fold-search while
5222         generating the MFT.  Also, a little cleanup in the MFT code.
5223
5224 2002-03-12  Simon Josefsson  <jas@extundo.com>
5225
5226         * message.el (message-qmail-inject-args): May be function.
5227         (message-send-mail-with-qmail): Call function if m-q-i-a is
5228         function.  From fn@hungry.org (Faried Nawaz).
5229
5230 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5231
5232         * message.el (message-abbrevs-loaded): Remove.
5233         (mailabbrev): Require it.
5234
5235         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5236
5237 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * pop3.el (pop3-open-server): Set process buffer unibyte.
5240
5241 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5244
5245 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5246
5247         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5248         too.
5249
5250 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5251
5252         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5253         duplication.
5254         (gnus-summary-save-parts-type-history): Ditto.
5255         (gnus-summary-save-parts-last-directory): Ditto.
5256         Trivial change from andre@slamdunknetworks.com
5257
5258 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5259
5260         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5261
5262 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5263
5264         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5265         -->" as the end of the first article.
5266
5267         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5268         From Matthieu Moy <Matthieu.Moy@imag.fr>
5269
5270         * message.el (message-add-action): Use add-to-list.
5271         (message-delete-action): New function.
5272
5273         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5274         pieces.
5275
5276 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5277
5278         * nnnil.el: New file.
5279         * gnus.el (gnus-valid-select-methods): Include nnnil.
5280
5281 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * message.el (message-syntax-checks): Because canlock is
5284         supported, we disable sender syntax check.
5285         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5286
5287         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5288         value of message-syntax-checks.
5289
5290         * qp.el (quoted-printable-decode-region): Doc addition.
5291         From: Eli Zaretskii <eliz@is.elta.co.il>
5292
5293         * mail-source.el (make-source-make-complex-temp-name): Use
5294         make-temp-file.
5295
5296         * mm-util.el (mm-make-temp-file): New function.
5297         * nneething.el (nneething-file-name): Use it.
5298         * mml-smime.el (mml-smime-encrypt): Ditto.
5299         * mm-view.el (mm-inline-wash-with-file): Ditto.
5300         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5301         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5302         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5303         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5304         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5305         * gnus-art.el (gnus-mime-print-part): Ditto.
5306
5307 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5308
5309         * message.el (nnmaildir-article-number-to-base-name): New
5310         function.
5311         (nnmaildir-base-name-to-article-number): New function.
5312
5313 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * smime.el (smime-make-temp-file): Don't quote
5316         `temporary-file-directory'.
5317
5318 2002-03-04  Simon Josefsson  <jas@extundo.com>
5319
5320         * smime.el (smime-sign-region): Rename argument keyfiles to
5321         keyfile. You only sign something with one key.
5322         (smime-sign-buffer): Better completing-read prompt.
5323         (smime-decrypt-buffer): Ditto.
5324
5325         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5326
5327         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5328         completing-read.
5329         (mm-view-pkcs7-decrypt): CRLF->LF.
5330
5331 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5332
5333         * message.el (message-hierarchical-addresses): New variable.
5334         (message-get-reply-headers): Use it.
5335         From Ted Zlatanov <teodor.zlatanov@divine.com>
5336
5337 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5338
5339         * message.el (message-mode): If buffer-file-name, don't set auto
5340         save file name.
5341         Trivial change from Geoff Greene <ggreene@wpi.edu>
5342
5343 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5344
5345         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5346         takes one argument in read-char.
5347
5348         * message.el (message-fix-before-sending): Forward a char.
5349         Check mmu-multibyte-p, add control-1.
5350
5351 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5352
5353         * gnus-start.el (gnus-read-init-file): Ditto.
5354
5355         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5356
5357         * dgnushack.el (dgnushack-make-load): Ditto.
5358
5359         * mail-source.el (mail-source-fetch): Extract the right error
5360         code.
5361
5362         * message.el (message-fix-before-sending): Check illegible text.
5363
5364         * gnus-util.el (gnus-multiple-choice): New function.
5365
5366         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5367         also defined in gnus-score.el.
5368
5369 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5370
5371         * message.el (message-get-reply-headers): downcase email addresses
5372         for comaparisons for duplicate removal.
5373
5374 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5377         implementation of PKCS#7, which just allows users read the
5378         message.
5379         (mm-view-pkcs7): Use it.
5380
5381 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5382
5383         * gnus.el (large-newsgroup-initial): New parameter.
5384
5385         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5386         (gnus-summary-insert-old-articles): Ditto.
5387
5388 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5389
5390         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5391         used as the default answer of the question, "How many articles?".
5392         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5393
5394         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5395         small numbers.
5396
5397 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5398
5399         * deuglify.el: Fix comments.
5400
5401 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5402
5403         * html2text.el (html2text-clean-anchor): If there is no HREF,
5404         insert nothing.
5405
5406         * mml.el (mml-generate-mime-1): Add cdr.
5407         From: andre@slamdunknetworks.com
5408
5409         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5410         (mm-text-html-washer-alist): Ditto.
5411
5412         * mm-decode.el (mm-text-html-renderer): Add html2text.
5413
5414         * html2text.el: Face lift.
5415
5416         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5417
5418 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5419
5420         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5421
5422         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5423
5424         * deuglify.el: New file. The original file name is
5425         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5426
5427         * mm-decode.el (mm-display-external): Use
5428         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5429
5430 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5431
5432         * nnmaildir.el (nnmaildir-request-list): Report the highest
5433         article number, not the total number of articles.
5434
5435 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5436
5437         * gnus-sum.el: Move uu key map here.
5438         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5439
5440 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5441
5442         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5443         nnmail-expiry-wait* if expire-age parameter is not set.
5444
5445 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5446
5447         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5448         function.
5449         (gnus-group-sort-selected-groups-by-real-name): New function.
5450         (gnus-group-make-menu-bar): Add sort by real name.
5451
5452         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5453         rebuild.
5454         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5455         nil as dependencies as well.
5456
5457 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5458
5459         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5460         for mime-parts.
5461
5462         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5463
5464         * gnus-group.el (gnus-group-name-decode): Don't test
5465         multibyte-string, because it breaks XEmacs.
5466         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5467
5468         * message.el (message-send-mail): Be talkative.
5469
5470         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5471         (mm-automatic-display): Ditto.
5472
5473         * mailcap.el (mailcap-mime-data): Ditto.
5474         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5475
5476 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * many files: Remove trailing whitespaces, replace spc+tab with
5479         tab, replace leading whitespaces with tabs.
5480
5481 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5482
5483         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5484         articles with no body and no blank line after the header.
5485
5486 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5487
5488         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5489         parts.
5490
5491         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5492         non-ascii chars.
5493
5494         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5495
5496         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5497         w3-delay-image-loads.
5498         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5499         (mm-w3-prepare-buffer): Ditto.
5500
5501         * mail-source.el (mail-source-fetch-directory): Run scripts.
5502
5503 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5506         for Majordomo confirmations.
5507
5508 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5511
5512 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5515
5516 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5517
5518         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5519         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5520
5521 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5522
5523         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5524         (mm-inline-render-with-stdin): Ditto.
5525         (mm-inline-render-with-function): Ditto.
5526         (mm-inline-wash-with-file): Bind coding-system-for-write.
5527         (mm-inline-wash-with-stdin): Ditto.
5528
5529 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5530
5531         Suggested by Felix Natter <fnatter@gmx.net>
5532
5533         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5534         gnus-mime-externalize-view.
5535         (gnus-mime-view-part-internally): Rename from
5536         gnus-mime-internalize-view.
5537         (gnus-article-view-part-externally): Rename from
5538         gnus-article-externalize-part.
5539         (gnus-mime-action-alist): Change correspondingly.
5540         (gnus-mime-button-commands): Ditto.
5541         (gnus-mime-action-alist): Remove duplication.
5542
5543         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5544
5545 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5546
5547         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5548
5549         * gnus-art.el (gnus-display-mime): Use it.
5550
5551         * mm-partial.el (mm-partial-find-parts): Use it.
5552
5553         * gnus-sum.el (gnus-article-loose-mime): Rename from
5554         gnus-article-no-strict-mime.
5555         (gnus-summary-save-parts): Use it.
5556
5557 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5560         local variable.
5561
5562         * gnus-art.el (article-display-x-face): Don't sort multiple
5563         X-Faces.
5564
5565 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5568         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5569
5570         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5571
5572 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5573
5574         Some ideas is inspired by code from Hrvoje Niksic
5575         <hniksic@arsdigita.com>
5576
5577         * gnus-art.el (gnus-article-wash-function): Set the default to
5578         nil, so that we use mm-text-html-renderer instead.
5579         (article-wash-html): Use mm-text-html-renderer.
5580
5581         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5582         (mm-text-html-renderer): New variable.
5583         (mm-inline-text-html-renderer): Set the default to nil, so that we
5584         use mm-text-html-renderer instead.
5585
5586         * mm-view.el (mm-inline-text-html): New function.
5587         (mm-text-html-renderer-alist): New variable.
5588         (mm-inline-text-vcard): New function.
5589         (mm-inline-text): Split.
5590         (mm-links-remove-leading-blank): New function.
5591         (mm-inline-render-with-file): New function.
5592         (mm-inline-render-with-stdin): New function.
5593         (mm-inline-render-with-function): New function.
5594         (mm-text-html-washer-alist): New variable.
5595         (mm-inline-wash-with-file): New function.
5596         (mm-inline-wash-with-stdin): New function.
5597
5598 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5599
5600         * message-utils.el: Fix installation doc.
5601         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5602
5603 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5604
5605         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5606         (gnus-post-method): Use it.
5607         (gnus-summary-cancel-article): Find the correct post-method.
5608
5609         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5610         * message.el (message-send-news): Ditto.
5611         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5612         <ipmonger@delamancha.org>
5613
5614         * gnus.el (gnus-select-method): Fix doc.
5615         (gnus-server-string): Use 'using nntp'.
5616
5617         * gnus-agent.el (gnus-slave-unplugged): New command.
5618         From: Felix Natter <fnatter@gmx.net>
5619
5620 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5621
5622         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5623         Call edit-done-function first, then change the window
5624         configuration.
5625         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5626         (gnus-article-edit-mode): mml-mode.
5627
5628         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5629         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5630
5631         * message-utils.el: Adopt the file.
5632
5633         * message-utils.el: New file.
5634         From Holger Schauer <Holger.Schauer@gmx.de>
5635
5636 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5637
5638         * gnus-sum.el (gnus-summary-move-article): Select-article only
5639         when gnus-move-split-methods is non-nil. And we don't render or
5640         mark the article.
5641
5642         * gnus-fun.el (gnus-shell-command-to-string): New function.
5643         (gnus-shell-command-on-region): New function.
5644         (gnus-random-x-face): Use them.
5645         (gnus-x-face-from-file): Ditto.
5646         (gnus-convert-image-to-gray-x-face): Ditto.
5647         (gnus-convert-gray-x-face-to-xpm): Ditto.
5648         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5649
5650 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-art.el (gnus-treat-display-xface): Don't use
5653         `shell-command-to-string' when compiling.
5654         (gnus-treat-display-grey-xface): Ditto.
5655
5656 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5657
5658         * nnmaildir.el (nnmaildir--article-count): If the group is
5659         completely empty, report minimum article number as 1 instead of 0.
5660
5661 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5662
5663         * gnus-agent.el (gnus-get-predicate): Use nconc.
5664
5665         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5666         gnus-summary-display-cache as cache.
5667
5668         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5669         (nndoc-mail-in-mail-type-p): New function.
5670         (nndoc-mail-in-mail-article-begin): New function.
5671
5672 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5673
5674         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5675
5676         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5677         use-hard-newlines to nil.
5678
5679         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5680         image is not available if window-system is not available.
5681
5682         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5683
5684 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5685
5686         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5687         bookmark, because update-mark doesn't handle it correctly.
5688
5689 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5690
5691         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5692         directly instead of calling message-send-mail.
5693
5694         * gnus-start.el (gnus-read-descriptions-file): Use
5695         gnus-default-charset.
5696
5697         * mm-util.el (mm-guess-mime-charset): New function.
5698
5699         * gnus.el (gnus-default-charset): Use it.
5700         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5701         the default.
5702
5703 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5704
5705         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5706         (article-display-x-face): Use it.  Disable grey xface, if
5707         uncompface is not found.
5708
5709         * message.el (message-mode): Don't enable multibyte on an indirect
5710         buffer.
5711
5712         * nnrss.el (nnrss-content-function): New variable.
5713         (nnrss-request-article): Use it.
5714
5715 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5716
5717         * gnus.el: Add article-unsplit-urls.
5718         * gnus-sum.el: Ditto.
5719         * gnus-art.el (gnus-treat-strip-cr): New variable.
5720         (gnus-treatment-function-alist): Use it.
5721         (article-unsplit-urls): New function.
5722         (gnus-article-make-menu-bar): Use it.
5723         From: Michael Cook <michael.cook@cisco.com>
5724
5725 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5726
5727         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5728         copy.
5729
5730 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5731
5732         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5733         with internal whitespace.
5734         (gnus-parent-id): Ditto.
5735
5736 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5737
5738         * gnus-art.el (gnus-article-treat-body-boundary): Add
5739         gnus-decoration property.
5740         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5741
5742         * message.el (message-mode): Set local-abbrev-table.
5743         From Matt Armstrong <matt@lickey.com>.
5744
5745         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5746         too many spaces.
5747
5748         * rfc2047.el (rfc2047-unfold-region): Ditto.
5749         (rfc2047-decode-region): Don't unfold. Let
5750         gnus-article-treat-unfold-headers do it.
5751
5752         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5753         From: Jesper Harder <harder@ifa.au.dk>
5754
5755 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5758         (gnus-configure-posting-styles): Use it.
5759         (gnus-configure-posting-styles): Remove trailing newspaces.
5760
5761 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5762
5763         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5764         is non-nil.
5765
5766         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5767
5768         * gnus.el (gnus-server-to-method): Switch position with
5769         gnus-server-get-method.
5770         (gnus-agent): Add doc.
5771
5772         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5773         (gnus-summary-save-parts): Use it.
5774
5775         * gnus-art.el (gnus-display-mime): Use it.
5776         * mm-partial.el (mm-partial-find-parts): Use it.
5777
5778         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5779
5780         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5781         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5782
5783         * nnagent.el (nnagent-request-expire-articles): Don't delete
5784         files.
5785
5786 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5787
5788         * message.el (message-gen-unsubscribed-mft): New function.
5789         From Sriram Karra <karra@cs.utah.edu>.
5790
5791         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5792         open parenthesis.
5793
5794         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5795         (mm-inline-text-html-render-with-w3): Ditto.
5796         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5797         Suggested by Dave Love  <d.love@dl.ac.uk>.
5798
5799         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5800
5801         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5802         * nntp.el (nntp-send-command): Ditto.
5803         * nntp.el (nntp-send-command-nodelete): Ditto.
5804
5805 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5806
5807         * mm-url.el (mm-url-load-url): New function.
5808         (mm-url-insert-file-contents): Use it.
5809
5810         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5811
5812         * message.el (message-forward-make-body): Correctly copy
5813         forward-buffer.
5814
5815         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5816
5817 2002-02-04  Simon Josefsson  <jas@extundo.com>
5818
5819         * gnus-art.el (gnus-article-followup-with-original): Mark with
5820         force, prevent errors when following up from article buffer.
5821         (gnus-article-reply-with-original): Ditto.
5822
5823         * binhex.el (binhex-decoder-switches): Fix doc.  From
5824         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5825
5826 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5827
5828         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5829         highlight-citation after emphasize.
5830
5831 2002-02-04  Simon Josefsson  <jas@extundo.com>
5832
5833         * nnfolder.el (nnfolder-open-marks):
5834
5835         * nnml.el (nnml-open-marks): Message when done.  From David
5836         Edmondson <dme@sun.com>.
5837
5838 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5839
5840         * imap.el (imap-anonymous-auth): Fix typo.
5841         From: Steinar Bang <sb@dod.no>
5842
5843         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5844         save-excursion.
5845         (gnus-cache-braid-heads): Ditto.
5846
5847         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5848         line, because there are extra articles in the overview buffer.
5849
5850         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5851
5852         * message.el (message-forward-rmail-make-body): Directly use
5853         rmail-msg-restore-non-pruned-header to avoid calling
5854         vertical-motion.
5855
5856 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5857
5858         * gnus-cache.el (gnus-summary-insert-cached-articles):
5859         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5860
5861         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5862         gnus-newsgroups-unselected.
5863
5864         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5865         gnus-add-to-sorted-list.
5866
5867         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5868         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5869         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5870         (gnus-update-read-articles): UNREAD is sorted.
5871         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5872         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5873         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5874         (gnus-newsgroup-dormant): Require sorted.
5875
5876         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5877         directories.
5878         (gnus-dired-print): New function.
5879
5880         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5881         ps-despool.
5882
5883 2002-02-02  Simon Josefsson  <jas@extundo.com>
5884
5885         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5886
5887 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5888
5889         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5890         t. This makes gnus-agent customizable without putting
5891         gnus-agentize into .gnus.
5892
5893         * gnus.el (gnus-agent): Make it customizable.
5894
5895         * gnus-dired.el: New file.
5896         From Benjamin Rutt <brutt@bloomington.in.us>
5897
5898         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5899         if no article.
5900         (gnus-cache-possibly-remove-article): Ditto.
5901         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5902
5903 2002-02-01  Simon Josefsson  <jas@extundo.com>
5904
5905         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5906
5907 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5910         (mm-setup-w3m): Don't bind keys listed in the above.
5911
5912 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5915         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5916         is non-nil; bind `w3m-force-redisplay' with nil.
5917
5918         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5919
5920         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5921
5922 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5923
5924         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5925         use mail-header-unfold-field.
5926
5927         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5928         gnus-summary-limit.
5929
5930         * gnus-range.el (gnus-add-to-sorted-list): New function.
5931         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5932         (gnus-mark-article-as-unread): Ditto.
5933         (gnus-summary-mark-article-as-unread): Ditto.
5934         (gnus-build-get-header): Ditto.
5935         (gnus-summary-prepare-threads): Ditto.
5936         (gnus-summary-insert-pseudos): Ditto.
5937         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5938         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5939         (gnus-summary-insert-old-articles): Ditto.
5940
5941         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5942         (gnus-configure-posting-styles): Support the new format.
5943
5944         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5945         edebug-form-spec to (sexp body).
5946         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5947
5948         * message.el (message-reply-headers): Add doc.
5949
5950 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5951
5952         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5953         gnus-cache-active-hashtb.
5954
5955         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5956         (gnus-agent-summary-fetch-group): Use it.
5957
5958         * gnus-msg.el (gnus-debug-files): New variable.
5959         (gnus-debug-exclude-variables): New variable.
5960         (gnus-debug): Use them.
5961
5962         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5963
5964 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5965
5966         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5967         (message-mode-syntax-table): Move back the previous position.
5968
5969         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5970
5971         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5972         gnus-sorted-difference.
5973
5974         * nnsoup.el (nnsoup-request-expire-articles): Use
5975         gnus-sorted-difference.
5976
5977         * nnheader.el: Autoload gnus-sorted-difference.
5978
5979         * nnfolder.el (nnfolder-request-expire-articles): Use
5980         gnus-sorted-difference.
5981
5982         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5983         gnus-sorted-difference.
5984
5985         * gnus-range.el: Autoload cookies.
5986         (gnus-sorted-difference): New function.
5987         (gnus-sorted-ndifference): New function.
5988         (gnus-sorted-nintersection): Rename from
5989         gnus-set-sorted-intersection.
5990         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5991         (gnus-list-range-difference): Rename from
5992         gnus-inverse-list-range-intersection.
5993         (gnus-inverse-list-range-intersection): Use defalias.
5994
5995         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5996         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5997         (gnus-articles-to-read): Use gnus-sorted-difference.
5998         (gnus-summary-limit-mark-excluded-as-read): Use
5999         gnus-sorted-intersection and gnus-sorted-ndifference.
6000         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6001         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6002
6003         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6004
6005 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6008         property to the buffer for using emacs-w3m command keys.
6009
6010         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6011         option.
6012
6013         * mm-view.el (mm-w3m-mode-map): New variable.
6014         (mm-w3m-mode-command-alist): New variable.
6015         (mm-w3m-minor-mode): Removed.
6016         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6017         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6018         buffer for using emacs-w3m command keys.
6019
6020 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6021
6022         * message.el (message-mode-syntax-table): Move forward.
6023         (message-cite-prefix-regexp): Auto detect non word constituents.
6024         (message-cite-prefix-regexp): Don't use with-syntax-table.
6025
6026         * gnus-sum.el (gnus-summary-update-info): Use
6027         gnus-list-range-intersection.
6028
6029         * gnus-agent.el (gnus-agent-fetch-headers): Use
6030         gnus-list-range-intersection.
6031
6032         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6033         (gnus-list-range-intersection): Use it.
6034         (gnus-inverse-list-range-intersection): Ditto.
6035         (gnus-sorted-intersection): Add doc.
6036         (gnus-set-sorted-intersection): Add doc.
6037         (gnus-sorted-union): New function.
6038         (gnus-set-sorted-union): New function.
6039
6040         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6041         (gnus-inverse-list-range-intersection): Ditto.
6042
6043 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6044
6045         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6046
6047         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6048         and permit `:' and `\' in order to handle full Windows pathnames.
6049         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6050         technically not correct per standard, but seems to have common use.
6051
6052 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6053
6054         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6055         replacing numbers.
6056
6057 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6058
6059         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6060
6061         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6062         Don't split when the window is small, e.g. when a small *BBDB*
6063         window is the lowest one.
6064
6065         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6066         nnheader-find-nov-line to speed up. Use nreverse, because it is
6067         sorted. Use nnheader-insert-nov-file.
6068
6069 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6072
6073         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6074         of `w3m-display-inline-images' with the value of
6075         `mm-inline-text-html-with-images'.
6076         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6077
6078         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6079
6080 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6081
6082         * time-date.el: Add autoload cookies.  Many doc fixes.
6083         (time-add): New function.
6084         (time-subtract): Renamed from subtract-time.
6085         (subtract-time): New alias for time-subtract.
6086
6087 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6090         emacs-w3m in doc-string.
6091
6092         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6093         `w3m-current-buffer'.
6094
6095 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6096
6097         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6098
6099         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6100         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6101         (mm-w3m-cid-retrieve): New function.
6102         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6103
6104 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6105
6106         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6107
6108 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6111
6112 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6115         32K.
6116
6117         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6118
6119         * nnmail.el (nnmail-article-group): Decode headers before running
6120         split rules over them.
6121         (nnmail-mail-splitting-charset): New variable.
6122
6123         * smiley.el: Replaced with smiley-ems.el.
6124
6125 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6126
6127         * mm-url.el (mm-url-predefined-programs): Add w3m.
6128         (mm-url-program): Ditto.
6129
6130 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * nnml.el (nnml-use-compressed-files): New variable.
6133         (nnml-filenames-are-evil): Removed.
6134         (nnml-current-group-article-to-file-alist): Don't use.
6135         (nnml-update-file-alist): Inhibit.
6136         (nnml-article-to-file): Use new var.
6137
6138 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6139
6140         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6141
6142         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6143
6144 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6147         function.
6148
6149         * gnus-util.el (gnus-cache-file-contents): New function.
6150
6151         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6152         (gnus-agent-load-alist): Use it.
6153
6154         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6155
6156         * nnheader.el (nnheader-insert-nov-file): New function.
6157
6158         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6159
6160         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6161         there are no references.
6162         (gnus-extract-message-id-from-in-reply-to): New function.
6163         (gnus-nov-parse-line): Use in-reply-to if there are no
6164         references.
6165
6166 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6169
6170         * gnus-util.el (gnus-parse-without-error): New macro.
6171
6172 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6173
6174         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6175         (gnus-article-wash-function): use locate-library to decide which
6176         to use.
6177
6178 2002-01-25  Simon Josefsson  <jas@extundo.com>
6179
6180         * pop3.el (pop3-munge-message-separator): Work if no date.
6181         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6182
6183 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * gnus-agent.el (gnus-agent-save-alist): Fix.
6186
6187         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6188         mistake.  Reinstated lost code.
6189
6190 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6191
6192         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6193         one exists in the case of an encrypted message with an internal
6194         signature.
6195
6196 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6199
6200 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * dgnushack.el: Commented out the experimental code.
6203
6204 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6205
6206         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6207         error.
6208
6209         * gnus.el (gnus-server-to-method): Made into subst.
6210         (gnus-server-method-cache): New variable.
6211         (gnus-server-to-method): Use it.
6212         (gnus-group-method-cache): New variable.
6213         (gnus-find-method-for-group-1): Renamed.
6214         (gnus-find-method-for-group): New function.
6215         (gnus-group-method-cache): Removed.
6216
6217         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6218         function.
6219
6220         * gnus-range.el (gnus-members-of-range): New function.
6221         (gnus-list-range-intersection): Renamed.
6222         (gnus-inverse-list-range-intersection): New function.
6223
6224         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6225
6226         * nnagent.el (nnagent-retrieve-headers): New implementation.
6227
6228         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6229         implementation.
6230
6231 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6234         `w3m-meta-content-type-charset-regexp'.
6235
6236         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6237         charset-encoded html contents.
6238
6239 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6240
6241         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6242         an empty file.
6243
6244         * nnweb.el (url): Ignore errors when request url.
6245
6246         * nnrss.el: Clean up the comments.
6247
6248 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6251
6252         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6253         (mm-inline-media-tests): Test whether the value of
6254         `mm-inline-text-html-renderer' is a function for text/html.
6255
6256         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6257         separated from `mm-inline-text'.
6258         (mm-w3m-minor-mode): New variable.
6259         (mm-w3m-setup): New variable.
6260         (mm-setup-w3m): New function.
6261         (mm-inline-text-html-render-with-w3m): New function.
6262         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6263         text/html.
6264
6265 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6266
6267         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6268
6269 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6272         and `gnus-xmas-completing-read'.
6273
6274 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6275
6276         * nneething.el (nneething-message-id-number): Abolished.
6277         (nneething-encode-file-name): Not encode numerical characters.
6278         (nneething-make-head): `nneething-message-id-number' is not
6279         used to generate message IDs.
6280
6281 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6284         characters.
6285
6286 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6289         (gnus-xmas-redefine): Redefine conditionally.
6290
6291 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6292
6293         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6294         tag.
6295
6296 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6297
6298         * message.el (message-font-lock-keywords): Added the secure tag.
6299         * mml-sec.el: Added functions to generate/modify/remove the secure
6300         tag while in message mode.
6301         * mml-sec.el (mml-secure-message): New.
6302         * mml-sec.el (mml-unsecure-message): New.
6303         * mml-sec.el (mml-secure-message-sign-smime): New.
6304         * mml-sec.el (mml-secure-message-sign-pgp): New.
6305         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6306         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6307         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6308         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6309         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6310         convert it to either a part or multipart depending on if there are
6311         other parts in the message.
6312         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6313         to use the secure tag, rather than the part tag.
6314         * mml.el (mml-preview): Added a save-excursion to keep cursor
6315         position after doing an MML preview.
6316
6317 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318
6319         * nnheader.el (nnheader-parse-overview-file): New function.
6320         (nnheader-write-overview-file): New function.
6321
6322 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6325         in wanted.
6326
6327         * nnweb.el (nnweb-type-definition): Clean up.
6328
6329 2002-01-21  Alastair Burt  <burt@dfki.de>
6330         Trivial patch.
6331
6332         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6333         buffer exists before jumping to it.
6334
6335 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6338         function.
6339         (article-wash-html): Use it.
6340         (gnus-article-wash-function): New variable.
6341         (gnus-article-wash-html-with-w3m): New function.
6342
6343 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6344
6345         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6346         XEmacs.
6347
6348 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6349
6350         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6351         command line.
6352
6353 2002-01-21  Simon Josefsson  <jas@extundo.com>
6354
6355         * canlock.el (base64-encode-string): Autoload it from base64.
6356         (canlock-make-cancel-key): Base64 encode unibyte string.
6357
6358 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * nnfolder.el (nnfolder-request-accept-article): Unfold
6361         x-from-line.
6362         (nnfolder-request-replace-article): Ditto.
6363
6364 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6365
6366         * gnus-group.el (gnus-group-best-unread-group): Use the right
6367         positioning function.
6368
6369 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * smiley-ems.el (smiley-region): Use new function.
6372         (smiley-update-cache): Use general image functions.
6373         (smiley-region): Use general functions.
6374
6375         * gnus-util.el (gnus-graphic-display-p): New function.
6376
6377         * nnmail.el (nnmail-article-group): Allow outputting traces of
6378         non-strings.
6379
6380         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6381         (nndoc-exim-bounce-type-p): New function.
6382
6383         * message.el (message-dont-send): Doc fix.
6384
6385         * gnus-util.el (gnus-completing-read): Remove
6386         inherit-input-method.
6387
6388         * gnus-art.el (gnus-treat-smiley): Doc fix.
6389
6390         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6391         articles.
6392
6393 2002-01-19  Simon Josefsson  <jas@extundo.com>
6394
6395         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6396         (imap-kerberos4-open): Ditto.
6397         (imap-open): Set port correctly, don't set auth.
6398
6399 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus.el (gnus-version-number): Bump version number.
6402
6403 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6404
6405         * gnus.el: Oort Gnus v0.05 is released.
6406
6407 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408
6409         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6410         exists.
6411
6412         * gnus-spec.el (gnus-string-width-function): New function.
6413         (gnus-tilde-cut-form): Use it.
6414         (gnus-tilde-max-form): Ditto.
6415         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6416         (gnus-substring-function): Use it.
6417         (gnus-tilde-cut-form): Ditto.
6418         (gnus-substring-function): New function.
6419
6420         * message.el (message-check-news-header-syntax): New message.
6421
6422         * gnus.el (gnus-slave-no-server): Doc fix.
6423
6424         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6425
6426 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6429         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6430         (seen (NUM1 . NUM2)).
6431
6432 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6435         number in closed topics.
6436
6437 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6438
6439         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6440         functions.
6441
6442 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6443
6444         * gnus.el (gnus-group-find-parameter): Clean up.
6445
6446         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6447         articles.
6448
6449         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6450
6451         * nnmail.el (nnmail-article-group): Clean up.
6452
6453 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6454
6455         * gnus-agent.el (gnus-category-name): Intern the category name.
6456
6457 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6460
6461         * gnus-util.el (gnus-completing-read): New function.
6462
6463 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6464
6465         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6466
6467         * smiley-ems.el (smiley-region): Register smiley.
6468         (smiley-toggle-buffer): Rewrite the function.
6469         (smiley-active): Removed.
6470
6471 2002-01-19  Simon Josefsson  <jas@extundo.com>
6472
6473         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6474         Jesper Harder <harder@ifa.au.dk>.
6475
6476 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6477
6478         * gnus-art.el (gnus-request-article-this-buffer): Call
6479         `nneething-get-file-name' to extract the file name from the
6480         message id.
6481
6482         * nneething.el (nneething-encode-file-name): New function.
6483         (nneething-decode-file-name): Ditto.
6484         (nneething-get-file-name): Ditto.
6485         (nneething-make-head): Encode the file name and encapsulate it
6486         into the field of the message id.
6487
6488 2002-01-18  Simon Josefsson  <jas@extundo.com>
6489
6490         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6491         stored in .marks.
6492
6493         * nnfolder.el (nnfolder-request-update-info): Ditto.
6494
6495 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6496
6497         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6498
6499 2002-01-18  Simon Josefsson  <jas@extundo.com>
6500
6501         * imap.el (imap-starttls-p): Don't check for binary.
6502         (imap-gssapi-auth-p): Ditto.
6503         (imap-kerberos4-auth-p): Ditto.
6504         (imap-open): Change logic.  Iterate through all possible streams,
6505         instead of bailing out after first failure.  Move authenticator
6506         decision to `imap-authenticate'.
6507         (imap-authenticate): Change logic, now finds the authenticator to
6508         use, was previously in `imap-open'.
6509         (imap-open): Return nil on failure.
6510         (imap-open): Setup temp buffer correctly.
6511         (imap-open): Return buffer only on success.
6512         (imap-interactive-login, imap-interactive-login): Tell the user
6513         which stream/authenticator is used for the queried
6514         username/password.
6515         (imap-open, imap-authenticate): Set variables.
6516         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6517         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6518
6519 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6522
6523 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6526
6527 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6528
6529         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6530         (gnus-agent-group-mode-map): Bind it to "Jo".
6531         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6532
6533 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6534
6535         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6536         (gnus-summary-mail-toolbar): Add mail article deletion button.
6537
6538         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6539         false positives for lines of "^^^^".
6540
6541         * gnus-picon.el (gnus-picon-find-face): faces database is all
6542         lowercase.
6543
6544 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6545
6546         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6547         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6548         duplications.
6549         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6550
6551 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * gnus-sum.el (gnus-summary-initial-limit): Inline
6554         gnus-summary-limit-children.
6555         (gnus-summary-initial-limit): Don't limit if
6556         gnus-newsgroup-display is nil.
6557         (gnus-summary-initial-limit): No, don't.
6558
6559         * gnus-util.el
6560         (gnus-put-text-property-excluding-characters-with-faces): Inline
6561         gnus-put-text-property.
6562
6563         * gnus-spec.el (gnus-default-format-specs): New variable.
6564
6565         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6566         gnus-format-specs.
6567         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6568
6569         * gnus-spec.el (gnus-update-format-specifications): Really check
6570         the Gnus version of the .newsrc.eld file.
6571         (gnus-format-specs): Save the new default summary format.
6572
6573         * gnus-util.el (gnus-parent-id): Check whether references is empty
6574         before splitting.
6575
6576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6577         functions.
6578         (gnus-gather-threads-by-references): Inline
6579         `gnus-split-references'.
6580
6581         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6582         default value of gnus-summary-line-format-spec.
6583
6584 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6585
6586         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6587         message.
6588         (nnslashdot-request-list): Ditto.
6589         (nnslashdot-sid-strip): Removed.
6590
6591 2002-01-15  Simon Josefsson  <jas@extundo.com>
6592
6593         * nnimap.el (nnimap-close-asynchronous): Enable.
6594         (nnimap-close-group): Expunge.
6595
6596 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * gnus-util.el (gnus-user-date-format-alist): Typo.
6599         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6600
6601 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6602
6603         * nneething.el (nneething-request-article): Set
6604         `nnmail-file-coding-system' to `binary' locally, in order to read
6605         files without any conversion.
6606
6607 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6610         nnheader-file-coding-system and nnmail-active-file-coding-system.
6611         (gnus-agent-regenerate-group): Ditto.
6612         (gnus-agent-regenerate): Ditto.
6613         (gnus-agent-write-active): Ditto.
6614         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6615
6616 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6617
6618         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6619         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6620
6621 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * gnus.el: We don't need gnus-article-show-all-headers.
6624
6625         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6626         Ditto.
6627
6628         * gnus-sum.el (gnus-summary-select-article): Don't call
6629         show-all-headers, because hidden headers are not hidden text any
6630         more.
6631
6632 2002-01-13  Simon Josefsson  <jas@extundo.com>
6633
6634         * message.el (message-newline-and-reformat): Use `newline' instead
6635         of inserting \n, so that the newline is marked as hard.
6636
6637         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6638         From Jesper Harder <harder@ifa.au.dk>.
6639
6640 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6641
6642         * imap.el (imap-close): Keep going if quit.
6643
6644         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6645         nntp-server-buffer.
6646
6647 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6650         avoid unbinding shadowed variables.
6651
6652         * gnus-art.el (gnus-picon-databases): Moved here.
6653         (gnus-picons-installed-p): Moved here.
6654         (gnus-article-reply-with-original): Use `mark'.
6655
6656         * gnus.el (gnus-picon): Moved here and renamed.
6657
6658         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6659         installed.
6660         (gnus-treat-mail-picon): Ditto.
6661         (gnus-treat-newsgroups-picon): Ditto.
6662
6663         * gnus-picon.el (gnus-picons-installed-p): New function.
6664
6665 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6668
6669 2002-01-12  Simon Josefsson  <jas@extundo.com>
6670
6671         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6672         (nnimap-before-find-minmax-bugworkaround): Use it.
6673         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6674         (nnimap-dont-close): New variable.
6675         (nnimap-close-group): Use it.
6676
6677 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * gnus-art.el (gnus-article-reply-with-original): Use
6680         `mark-active'.
6681
6682         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6683
6684         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6685         (gnus-score-advanced): Clean up.
6686         (gnus-score-advanced): Accept a multiple of the score.
6687
6688 2002-01-12  Simon Josefsson  <jas@extundo.com>
6689
6690         * flow-fill.el (fill-flowed-display-column)
6691         (fill-flowed-encode-columnq): New variables.  Suggested by
6692         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6693         (fill-flowed-encode, fill-flowed): Use them.
6694
6695         * message.el (message-send-news, message-send-mail): Use
6696         m-b-s-n-p-e-h-n.
6697
6698         * mml.el (autoload): Autoload fill-flowed-encode.
6699         (mml-buffer-substring-no-properties-except-hard-newlines): New
6700         function.
6701         (mml-read-part): Use it.
6702         (mml-generate-mime-1): Encode format=flowed if appropriate.
6703         (mml-insert-mime-headers): Insert format=flowed.
6704
6705         * flow-fill.el (fill-flowed-encode): New function.
6706         (fill-flowed): Bind fill-column to window width.
6707
6708 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6709
6710         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6711         it exists.
6712         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6713         (gnus-summary-buffer-name): Don't return the dead name after all.
6714         (gnus-summary-setup-buffer): Kill the dead buffer.
6715
6716         * gnus-art.el (gnus-article-followup-with-original): Store the
6717         value of the mark before deactivating it.
6718
6719 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6720
6721         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6722         From: Karl Kleinpaste <karl@charcoal.com>
6723
6724         * gnus-art.el (article-display-x-face): Ditto.
6725         (gnus-article-reply-with-original): Use gnus-region-active-p.
6726         (gnus-article-followup-with-original): Ditto.
6727
6728         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6729         downloadable article either.
6730
6731 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6732
6733         * gnus-art.el (article-display-x-face): Insert From:.
6734
6735         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6736         article. Bind gnus-display-mime-function and
6737         gnus-article-prepare-hook.
6738
6739         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6740         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6741         gnus-agent-possibly-synchronize-flags to the last.
6742         (gnus-agent-go-online): New function. New variable.
6743
6744 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6745
6746         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6747         (gnus-agent-regenerate): Ditto.
6748
6749 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6750
6751         * message.el (message-ignored-news-headers)
6752         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6753         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6754
6755         * gnus.el (gnus-gethash-safe): New macro.
6756
6757         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6758         (gnus-agent-regenerate): Show messages.
6759
6760 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6761
6762         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6763         (gnus-agent-regenerate): New function.
6764         (gnus-agent-save-alist): Sort.
6765         (gnus-agent-copy-nov-line): Test eobp.
6766         (gnus-agent-retrieve-headers): Erase buffer.
6767
6768 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6769
6770         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6771         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6772
6773         * gnus.el (gnus-agent-covered-methods): Move here.
6774         (gnus-online): New function.
6775         (gnus-agent-method-p): Move here.
6776
6777         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6778         nil. Remove articles-alist.
6779
6780         * gnus-start.el (gnus-get-unread-articles): Check online.
6781         (gnus-groups-to-gnus-format): Ditto.
6782         (gnus-active-to-gnus-format): Ditto.
6783
6784         * gnus-agent.el (gnus-agent-get-function): Use it.
6785         (gnus-agent-get-undownloaded-list): Ditto.
6786         (gnus-agent-fetch-session): Only fetch online methods.
6787
6788         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6789         (gnus-server-mode-map): Ditto.
6790         (gnus-server-offline-face): New face.
6791         (gnus-server-offline-face): New variable.
6792         (gnus-server-font-lock-keywords): Add offline.
6793         (gnus-server-insert-server-line): Ditto.
6794         (gnus-server-offline-server): New function.
6795
6796         * gnus-int.el (gnus-open-server): Turn to offline.
6797         (gnus-server-unopen-status): New variable.
6798
6799 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6800
6801         * nnkiboze.el (nnkiboze-request-article): Use
6802         gnus-agent-request-article.
6803
6804         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6805         function. Insert undownloaded NOV.
6806
6807         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6808         (gnus-agent-request-article): New function.
6809
6810         * gnus.el (gnus-agent-cache): New variable.
6811
6812         * gnus-int.el (gnus-retrieve-headers): Use
6813         gnus-agent-retrieve-headers.
6814         (gnus-request-head): Use gnus-agent-request-article.
6815         (gnus-request-body): Ditto.
6816
6817         * gnus-art.el (gnus-request-article-this-buffer): Use
6818         gnus-agent-request-article.
6819
6820         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6821         article if it is undownloaded.
6822
6823 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6826
6827 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * canlock.el (canlock-string-as-unibyte): New macro.
6830         (canlock-sha1-with-openssl): Return a unibyte string.
6831         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6832
6833 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6836
6837 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6838
6839         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6840         application/x-emacs-lisp.
6841
6842         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6843
6844         * nntp.el (nntp-request-article): Add group parameter.
6845         (nntp-request-head): Ditto.
6846         (nntp-find-group-and-number): Add parameter group. Figure out
6847         number if the status line doesn't give (e.g. quimby.gnus.org).
6848
6849 2002-01-08  Simon Josefsson  <jas@extundo.com>
6850
6851         * mml.el (mml-generate-mime-1): Set recipient correctly.
6852
6853 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * message.el (message-read-from-minibuffer): Add parameter
6856         initial-contents.
6857         * gnus-msg.el (gnus-summary-resend-message): Use it.
6858
6859         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6860         behavior of quit-config.
6861
6862         * message.el (message-make-from): Don't quote fullname.
6863         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6864
6865         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6866         From: <andre@slamdunknetworks.com>
6867
6868 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6871
6872         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6873
6874         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6875         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6876         because bbdb may use it.
6877
6878 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6879
6880         * nneething.el (nneething-request-article): When a non-text file
6881         is converted to an article, its data is encoded in base64.  Call
6882         `nneething-make-head' with options to specify MIME types.
6883         (nneething-make-head): Add optional arguments to specify MIME
6884         types.
6885
6886 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6887
6888         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6889         header if there is not.
6890
6891         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6892
6893         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6894         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6895         (gnus-inews-do-gcc): Use them.
6896
6897         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6898         gnus-newsgroup-unselected.
6899
6900 2002-01-06  Simon Josefsson  <jas@extundo.com>
6901
6902         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6903         condition-case, not ignore-errors.
6904
6905 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6906
6907         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6908         gnus-fetch-old-headers.
6909
6910         * gnus-art.el (article-display-x-face): Use the current buffer
6911         unless `W f'. Otherwise, X-Face may be shown in the header of a
6912         forwarded part.
6913         (gnus-treatment-function-alist): Treat xface before hiding
6914         headers.
6915
6916 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6919         parameters.
6920
6921 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6922
6923         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6924         (mm-guess-charset): New function.
6925         (mm-charset-after): Use it.
6926         (mm-detect-coding-region): New function.
6927         (mm-detect-mime-charset-region): New function.
6928
6929         * gnus-sum.el (gnus-summary-show-article): Use
6930         mm-detect-coding-region.
6931
6932 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * message.el (message-make-fqdn): Be less violent.
6935
6936         * gnus.el (gnus-logo-color-style): Compute custom form
6937         automatically.
6938
6939         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6940         score file of the parent to the document group.
6941
6942         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6943         parameters parameter.
6944
6945         * gnus-score.el (gnus-score-load-file): Clean up.
6946
6947 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6948
6949         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6950         From: Damien Wyart <damien.wyart@free.fr>
6951
6952         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6953
6954 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6955
6956         * gnus-sum.el (gnus-select-group-hook): Typo.
6957
6958         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6959         is no quoted-printable-encoded STRING.
6960         From: Jesper Harder <harder@ifa.au.dk>
6961
6962         (rfc2047-decode-string): Decode it.
6963
6964 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6967
6968 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6969         Trivial patch.
6970
6971         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6972         buffer to get rid of junk line.
6973
6974 2002-01-05  Simon Josefsson  <jas@extundo.com>
6975
6976         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6977         C-o.
6978         (message-mode-map): Bind message-insert-or-toggle-importance to
6979         C-c C-u.
6980         (message-mode-map): Bind message-disposition-notification-to to
6981         C-c M-n.
6982         (message-mode-menu): Add m-d-n-t.
6983         (message-mode-field-menu): Add m-goto-from.
6984         (message-mode): Doc fix.
6985         (message-goto-from): New function.
6986         (message-insert-disposition-notification-to): New function.
6987         (message-tool-bar-map): Add receipt button.
6988
6989 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * gnus-sum.el (gnus-thread-latest-date): New function.
6992         (gnus-thread-sort-by-most-recent-number): Renamed.
6993         (gnus-thread-sort-functions): Doc fix.
6994         (gnus-select-group-hook): Don't use setq on a hook.
6995         (gnus-thread-latest-date): Use date, not number
6996
6997         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6998         (gnus-agent-expire): Allow regexp of expire-days.
6999
7000         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7001         region.
7002         (gnus-article-followup-with-original): Ditto.
7003
7004         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7005
7006         * gnus-art.el (gnus-mime-display-alternative): Use
7007         gnus-local-map-property.
7008         (gnus-mime-display-alternative): Ditto.
7009         (gnus-insert-mime-security-button): Ditto.
7010         (gnus-insert-next-page-button): Ditto.
7011         (gnus-button-prev-page): Take optional args.
7012         (gnus-insert-prev-page-button): widget-convert.
7013
7014         * gnus-util.el (gnus-local-map-property): New function.
7015
7016         * gnus-art.el (gnus-prev-page-map): Use parent map.
7017         (gnus-next-page-map): Ditto.
7018
7019         * gnus-spec.el (gnus-parse-format): Clean up.
7020         (gnus-parse-format): Do complex formatting for %=.
7021
7022         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7023         "X-Face: " to the data in the built-in scenario.
7024
7025         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7026         (gnus-correct-pad-form): Renamed.
7027         (gnus-tilde-max-form): Clean up.
7028         (gnus-pad-form): Use gnus-use-correct-string-widths.
7029
7030         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7031         support if that is available.
7032
7033         * gnus-sum.el (gnus-thread-highest-number): New function.
7034         (gnus-thread-sort-by-most-recent-thread): New function.
7035         (gnus-thread-sort-functions): Doc fix.
7036
7037 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7038
7039         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7040         all cases.
7041         (gnus-summary-mode): Enable it in all cases.
7042         (gnus-summary-display-article): Ditto.
7043         (gnus-summary-edit-article): Ditto.
7044
7045         * gnus-ems.el (gnus-put-image): Really return glyph.
7046
7047         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7048         (gnus-treat-smiley): Don't take "P" in the interactive form.
7049
7050 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * compface.el (uncompface): XEmacs and Emacs have differing
7053         capabilities.
7054
7055         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7056
7057         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7058         (gnus-article-xface-ring-size): Removed.
7059         (gnus-article-display-xface): Removed.
7060         (gnus-remove-image): Cleaned up.
7061
7062         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7063         (gnus-xmas-create-image): Take pbm files.
7064         (gnus-x-face): Removed.
7065         (gnus-xmas-article-display-xface): Removed.
7066
7067         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7068         default-enable-multibyte-characters.
7069
7070         * compface.el (uncompface): Doc fix.
7071
7072         * gnus-art.el (gnus-article-x-face-command): Use
7073         gnus-display-x-face-in-from.
7074
7075         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7076
7077         * gnus-ems.el (gnus-put-image): Return the image.
7078
7079         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7080         (gnus-x-face): Moved here.
7081
7082 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7083
7084         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7085         invisible if string is nil.
7086         (gnus-xmas-article-display-xface): Use it.
7087
7088         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7089         property when string is nil.
7090         (gnus-article-display-xface): Use it.
7091
7092 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-art.el (article-display-x-face): Check whether valid grey
7095         face was returned.
7096         (article-display-x-face): Place image in the right spot.
7097
7098         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7099         stderr.
7100         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7101
7102 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7105         parameters.
7106         (gnus-xmas-put-image): Allow non-strings to be passed.
7107
7108         * gnus-art.el (article-display-x-face): Use optional parameters.
7109
7110         * gnus-ems.el (gnus-create-image): Take optional parameters.
7111
7112         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7113
7114         * compface.el (compface-xbm-p): Removed.
7115
7116         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7117         (gnus-article-display-xface): Use compface.
7118
7119         * compface.el: New file.
7120
7121         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7122         (gnus-convert-image-to-x-face-command): Ditto.
7123         (gnus-random-x-face): Quote argument.
7124         (gnus-x-face-from-file): Ditto.
7125
7126 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7127
7128         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7129         the expire-group parameter once per article rather than once
7130         per group; bind `nnmaildir-article-file-name' and `article'
7131         for convenience.  Leave article alone when expire-group
7132         specifies the current group.
7133         (nnmaildir--update-nov): be more concurrency-friendly with
7134         temp file names.
7135
7136 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * gnus-start.el (gnus-read-init-file): Cleaned up.
7139
7140 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7141
7142         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7143         (gnus-read-init-file): Don't use it.
7144
7145 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7146
7147         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7148
7149 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7150
7151         * gnus-start.el (gnus-read-init-file): Don't force coding system
7152         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7153
7154 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7157         * nnspool.el (nnspool-request-post): Ditto.
7158
7159         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7160         (mm-find-mime-charset-region): Use it.
7161
7162 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7163
7164         * gnus.el (gnus-summary-line-format): Added :link.
7165         * gnus-topic.el (gnus-topic-line-format): Ditto.
7166         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7167         * gnus-srvr.el (gnus-server-line-format): Ditto.
7168         * gnus-group.el (gnus-group-line-format): Ditto.
7169
7170         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7171         :keys, it works on both Emacsen.
7172
7173 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7176
7177 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7178
7179         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7180
7181 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7182
7183         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7184         very wide reply.
7185
7186 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7189         (gnus-picon-cache): New variable.
7190         (gnus-picon-transform-newsgroups): Cache stuff.
7191
7192         * gnus-art.el (gnus-article-reply-with-original): New command.
7193         (gnus-article-followup-with-original): New command.
7194
7195         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7196         END parameters.
7197         (gnus-summary-followup): Take a list of list of articles.
7198         (gnus-inews-yank-articles): Allow lists of article/regions.
7199
7200         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7201         longer the usual commands.
7202
7203         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7204         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7205         shell-command-on-region.
7206
7207 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7208
7209         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7210           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7211
7212 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7213
7214         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7215         understand ':keys', wrap it in an featurep 'xemacs.
7216
7217 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7218
7219         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7220         order of headers (Actually, it is called in a reversed order). Add
7221         'gnus-image-text-deletable property.
7222         (gnus-remove-image): Remove text with such a property.
7223
7224         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7225         gnus-put-image.
7226
7227         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7228         with ", "
7229
7230 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7233
7234         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7235         (article-display-x-face): Display grey X-Faces.
7236
7237         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7238         (gnus-convert-gray-x-face-to-ppm): Ditto.
7239         (gnus-convert-image-to-gray-x-face): Ditto.
7240
7241         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7242         gnus-summary-show-raw-article.
7243
7244 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7245
7246         Display picons in XEmacs without showing text.
7247
7248         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7249         mm-create-image-xemacs to create xbm glyph, because it deletes
7250         temporary files.
7251         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7252         (gnus-xmas-remove-image): Make text visible, remove glyph.
7253
7254         * gnus-picon.el (gnus-picon-transform-newsgroups)
7255         (gnus-picon-transform-address): Insert spec backward, due to the
7256         incompatibility of gnus-xmas-put-image.
7257
7258 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7259
7260         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7261
7262 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * gnus.el: Doc fix.
7265
7266         * gnus-art.el: Doc fix.
7267
7268         * gnus-agent.el: Doc fix.
7269
7270 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7271
7272         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7273
7274 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7275
7276         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7277         NOV data out of the message again if nnmail-extra-headers has
7278         changed.
7279
7280 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * gnus-fun.el: New file.
7283         (gnus-convert-image-to-x-face-command): New variable.
7284         (gnus-insert-x-face): New function.
7285         (gnus-random-x-face): Renamed.
7286         (gnus-x-face-from-file): Renamed.
7287
7288         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7289         "_".
7290         (gnus-body-boundary-delimiter): Typo fix.
7291
7292 2002-01-02  Simon Josefsson  <jas@extundo.com>
7293
7294         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7295         (gnus-body-boundary-delimiter): Fix type.
7296
7297 2002-01-01  Simon Josefsson  <jas@extundo.com>
7298
7299         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7300         (gnus-treat-emphasize, gnus-treat-strip-cr)
7301         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7302         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7303         (gnus-treat-fill-article, gnus-treat-hide-citation)
7304         (gnus-treat-hide-citation-maybe)
7305         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7306         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7307         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7308         (gnus-treat-date-ut, gnus-treat-date-local)
7309         (gnus-treat-date-english, gnus-treat-date-lapsed)
7310         (gnus-treat-date-original, gnus-treat-date-iso8601)
7311         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7312         (gnus-treat-strip-trailing-blank-lines)
7313         (gnus-treat-strip-leading-blank-lines)
7314         (gnus-treat-strip-multiple-blank-lines)
7315         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7316         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7317         (gnus-treat-display-xface, gnus-treat-display-smileys)
7318         (gnus-treat-from-picon, gnus-treat-mail-picon)
7319         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7320         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7321         (gnus-treat-play-sounds, gnus-treat-translate)
7322         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7323
7324         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7325         (gnus-article-treat-body-boundary): Use it.
7326
7327         * message.el (message-mode): Fix doc.
7328         (message-mode-menu): Fix names.
7329
7330 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7333         articles.
7334
7335         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7336         (gnus-picon-transform-address): Search for unknown faces as well.
7337         (gnus-picon-find-face): Don't search "news" for MISC.
7338         (gnus-picon-user-directories): Changed default back to exclude
7339         "unknown".
7340
7341         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7342
7343         * gnus-picon.el (gnus-picon-find-face): Search through all
7344         databases.
7345         (gnus-picon-find-face): New implementation.
7346
7347         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7348         keystroke.
7349         (gnus-topic-goto-next-topic): Ditto.
7350
7351         * gnus.el (gnus-summary-line-format): Changed default.
7352
7353         * nnmail.el (nnmail-extra-headers): Change default.
7354
7355         * gnus-sum.el (gnus-extra-headers): Change default.
7356
7357         * message.el (message-news-other-window): Changed "news" to
7358         "posting".
7359         (message-news-other-frame): Ditto.
7360         (message-do-send-housekeeping): Ditto.
7361
7362         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7363         function.
7364         (gnus-article-unread-p): New function.
7365         (gnus-article-unseen-p): New function.
7366         (gnus-dead-summary-mode-map): Typo.
7367
7368         * gnus-util.el (gnus-make-predicate): New function.
7369         (gnus-make-predicate-1): New function.
7370
7371         * gnus-sum.el: New function.
7372         (gnus-map-articles): New function.
7373
7374         * gnus-art.el (gnus-treat-fold-headers): New variable.
7375         (gnus-article-treat-fold-headers): New command and keystroke.
7376
7377         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7378         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7379
7380 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * message.el (message-fcc-externalize-attachments): New variable.
7383         (message-do-fcc): Use it.
7384
7385         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7386         (gnus-inews-do-gcc): Use it.
7387
7388         * mml.el (mml-tweak-sexp-alist): New variable.
7389         (mml-externalize-attachments): New variable.
7390         (mml-tweak-part): Use mml-tweak-sexp-alist.
7391         (mml-tweak-externalize-attachments): New function.
7392
7393 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7394
7395         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7396         'set-glyph-face' so x-face back/foreground can be set.
7397
7398 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7399
7400         * message.el (message-fix-before-sending): Fix a typo.
7401
7402 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403
7404         * gnus-art.el (gnus-treat-smiley): Renamed command.
7405         (gnus-article-remove-images): New command and keystroke.
7406
7407         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7408
7409         * smiley-ems.el (gnus-smiley-display): Removed.
7410
7411         * gnus.el (gnus-version-number): Update version.
7412
7413         * message.el (message-text-with-property): Renamed and moved
7414         here.
7415         (message-fix-before-sending): Highlight invisible text and place
7416         point there.
7417
7418 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7419
7420         * gnus.el: Oort Gnus v0.04 is released.
7421
7422 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7425
7426         * gnus-art.el (gnus-ignored-headers): More headers,
7427
7428         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7429         of `scan-error', since XEmacs doesn't seem to support that.
7430
7431 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7432
7433         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7434         arg.
7435         (gnus-summary-best-unread-subject): Ditto.
7436         (gnus-summary-best-unread-subject): No, don't.
7437         (gnus-summary-better-unread-subject): New command.
7438
7439         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7440
7441         * lpath.el ((featurep 'xemacs)): fbind url function.
7442
7443         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7444         buffer.
7445         (gnus-xmas-remove-image): Implementation that does something.
7446         (gnus-xmas-article-display-xface): Mark images properly.
7447
7448         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7449
7450 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7451
7452         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7453
7454 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * gnus-group.el (gnus-group-line-format): Added %O to the default
7457         value.
7458
7459         * gnus-util.el (gnus-text-with-property): The smallest point is
7460         point-min.
7461
7462         * smiley-ems.el (smiley-region): Return images.
7463         (gnus-smiley-display): Allow toggling.
7464         (smiley-region): Use text properties, not overlays.
7465
7466         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7467         implemented yet.
7468
7469         * smiley-ems.el (smiley-update-cache): Check for valid types.
7470
7471         * gnus-art.el (gnus-with-article-buffer): New macro.
7472
7473         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7474         strings as well as the glyphs.
7475         (gnus-picon-transform-address): Ditto.
7476         (gnus-picon-insert-glyph): Ditto.
7477         (gnus-picon-transform-newsgroups): Toggle.
7478         (gnus-picon-transform-address): Toggle.
7479
7480         * gnus-ems.el (gnus-remove-image): New function.
7481         (gnus-put-image): Take an optional string.
7482
7483         * gnus-util.el (gnus-text-with-property): New function.
7484
7485         * gnus-art.el (gnus-delete-images): New function.
7486
7487         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7488
7489         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7490         (gnus-article-wash-status): Use it.
7491         (gnus-signature-toggle): Clean up.
7492         (gnus-add-wash-status): New function.
7493         (gnus-delete-wash-status): New function.
7494         (gnus-article-hide-text-type): Use them throughout.
7495         (gnus-add-image): New function.
7496
7497         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7498
7499         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7500         interface.
7501
7502         * gnus-art.el (article-display-x-face): Cleaned up.
7503
7504         * rfc2047.el (rfc2047-field-value): New function.
7505
7506         * mail-parse.el (mail-header-field-value): New alias.
7507
7508         * gnus-art.el (gnus-mime-print-part): Fix typos.
7509
7510         * smiley-ems.el (gnus-smiley-file-types): New variable.
7511         (smiley-update-cache): Use it.
7512         (smiley-regexp-alist): Suffix-less smiley names.
7513         (smiley-regexp-alist): Added more smileys.
7514
7515         * gnus-sum.el (gnus-print-buffer): Made into own function.
7516         (gnus-summary-print-article): Use it.
7517
7518         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7519         looked for when REQUEST is a string.
7520
7521         * gnus-art.el (gnus-mime-button-commands): Add printing
7522         keystroke.
7523         (gnus-mime-copy-part): Doc fix.
7524         (gnus-mime-print-part): New command.
7525
7526 2001-12-31  Simon Josefsson  <jas@extundo.com>
7527
7528         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7529         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7530
7531 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7532
7533         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7534         (picon): Fix doc.
7535
7536         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7537         longer exists. Remove those codes.
7538         * gnus.el (gnus-use-picons): Ditto.
7539
7540 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541
7542         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7543         infloop.
7544
7545         * gnus-sum.el (t): New `W D' map.
7546
7547         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7548         (gnus-article-treat-body-boundary): Clean up.
7549         (gnus-body-boundary-face): Removed.
7550         (gnus-article-goto-header): Moved here.
7551         (gnus-article-goto-header): Allow better regexps.
7552         (gnus-article-treat-fold-newsgroups): New command.
7553
7554         * gnus-sum.el (gnus-summary-move-article): We have to select an
7555         article to give `gnus-read-move-group-name' an opportunity to
7556         suggest an appropriate default.
7557
7558         * rfc2047.el (rfc2047-fold-line): New function.
7559         (rfc2047-unfold-line): Ditto.
7560         (rfc2047-fold-region): Don't fold just after the header name.
7561
7562         * mail-parse.el (mail-header-fold-line): New alias.
7563         (mail-header-unfold-line): Ditto.
7564
7565         * gnus-art.el (gnus-body-boundary-face): Renamed.
7566         (gnus-article-treat-body-boundary): Use it.
7567         (gnus-article-treat-body-boundary): Use an invisible header and a
7568         line of underline characters.
7569
7570 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7571
7572         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7573
7574         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7575         (gnus-picon-split-address): New function.
7576         (gnus-picon-find-face): Use it.
7577         (gnus-picon-transform-address): Use it. Set first to t for each
7578         address.
7579
7580         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7581         the macro then use it.
7582         (gnus-treatment-function-alist): Treat picons earlier.
7583
7584 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7585
7586         * gnus-art.el (gnus-body-separator-face): New variable.
7587         (gnus-article-treat-body-boundary): Use a blank, colored line.
7588
7589         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7590         well.
7591
7592         * gnus-art.el (gnus-treat-body-boundary): New variable.
7593         (gnus-article-treat-unfold-headers): Use helper macro.
7594         (gnus-article-treat-body-boundary): New command.
7595
7596         * gnus.el (gnus-logo-color-style): Change the default color.
7597         (gnus-splash-face): Gray, gray.
7598
7599         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7600         colors.
7601
7602         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7603         (gnus-logo-color-style): Ditto.
7604         (gnus-logo-colors): Ditto.
7605
7606         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7607
7608         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7609
7610         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7611         (gnus-picon-transform-newsgroups): New function.
7612
7613         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7614         string.
7615
7616         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7617
7618         * gnus-art.el (gnus-treat-cc-picon): New variable.
7619         (gnus-treat-mail-picon): Renamed.
7620
7621         * gnus-picon.el: New implementation.
7622         (gnus-picon-find-face): Renamed.
7623         (gnus-treat-from-picon): Use it.
7624         (gnus-picon-transform-address): Renamed.
7625         (gnus-treat-from-picon): Use it.
7626         (gnus-picon-create-glyph): Renamed.
7627         (gnus-picon-transform-address): Use it.
7628         (gnus-treat-cc-picon): New command.
7629
7630         * mm-decode.el (mm-create-image-xemacs): Separated out into
7631         function.
7632         (mm-get-image): Use it.
7633
7634         * gnus-art.el (gnus-treat-display-picons): Simplify.
7635         (gnus-treat-from-picon): Renamed.
7636
7637         * gnus-ems.el (gnus-create-image): New function.
7638         (gnus-put-image): New function.
7639
7640         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7641         (gnus-with-article-headers): New macro.
7642         (gnus-article-goto-header): New function.
7643
7644         * gnus-xmas.el (gnus-image-type-available-p): New function.
7645
7646         * gnus-ems.el (gnus-image-type-available-p): New function.
7647
7648 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7649
7650         * nnrss.el (nnrss-check-group): Find the correct tag, because
7651         xml.el is changed.
7652
7653 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654
7655         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7656         lines are shorter than the window width.
7657         (gnus-ignored-headers): More headers.
7658
7659 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7662         (gnus-treat-unfold-headers): Renamed.
7663         (gnus-article-treat-unfold-headers): New command and keystroke.
7664
7665         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7666
7667         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7668
7669 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7670
7671         * sha1-el.el (sha1-use-external): New variable.
7672         (sha1-region): Use it.
7673         (sha1-string): Ditto.
7674
7675         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7676         * gnus-picon.el: Less warnings when compile.
7677
7678 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7679
7680         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7681         alias.
7682         (gnus-picons-database): Default to list.
7683         (gnus-picons-lookup-internal): Use it.
7684
7685         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7686         to "bogus".
7687
7688         * gnus-win.el (gnus-configure-windows-hook): New hook.
7689
7690 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7691
7692         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7693
7694 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7697         lists.
7698         (gnus-select-newsgroup): Don't append; push.
7699         (gnus-adjust-marked-articles): Remove obsolete ranges from
7700         `seen'.
7701         (gnus-update-marks): Clean up.
7702         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7703
7704 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7705
7706         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7707
7708 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7709
7710         * gnus-sum.el (gnus-auto-select-subject): New variable.
7711         (gnus-summary-best-unread-subject): New function.
7712         (gnus-summary-best-unread-article): Use it.
7713         (gnus-summary-first-unseen-subject): New function and command.
7714
7715         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7716         other treatments.
7717
7718         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7719         function.
7720
7721         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7722         from the list of hidden types.
7723
7724         * mm-view.el (mm-inline-text): Ditto.
7725         (mm-inline-text): Ditto.
7726         (mm-w3-prepare-buffer): Ditto.
7727
7728         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7729
7730 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731
7732         * gnus-art.el (gnus-ignored-headers): Added more headers.
7733
7734 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7735
7736         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7737         once.
7738
7739 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7742
7743 2001-12-28  Simon Josefsson  <jas@extundo.com>
7744
7745         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7746         Jesper Harder <harder@ifa.au.dk>.
7747
7748 2001-12-27  Simon Josefsson  <jas@extundo.com>
7749
7750         * gnus-sum.el (gnus-select-newsgroup): Make
7751         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7752         contain all articles (instead of none) when no seen marks have
7753         been set for the group.
7754         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7755         instead, it seems to result in shorter ranges.
7756
7757 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7758
7759         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7760         insert-before-markers.
7761         From Jesper Harder <harder@ifa.au.dk>
7762
7763 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7764
7765         * nnmaildir.el (nnmaildir-save-mail): create the destination
7766         groups if they do not exist.
7767
7768 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7771
7772 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7773
7774         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7775         gnus-group-real-name.
7776
7777         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7778         (gnus-newsgroup-variables): Ditto.
7779
7780         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7781         return it.
7782
7783 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7784
7785         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7786         * nnmaildir.el (top-level): Add commentary.
7787         (nnmaildir-version): Indicate that nnmaildir is now a standard
7788         part of Gnus, not separately released.
7789
7790 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7791
7792         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7793         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7794         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7795         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7796
7797 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7798
7799         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7800
7801 2001-12-20  Simon Josefsson  <jas@extundo.com>
7802
7803         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7804         ZHU <zsh@cs.rochester.edu>.
7805         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7806         Brian P Templeton <bpt@tunes.org>.
7807
7808 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7809
7810         * nnmaildir.el: New file.
7811         From Paul Jarc <prj@po.cwru.edu>.
7812
7813 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7814
7815         * nndoc.el (nndoc-type-alist): Move forward to the end.
7816
7817 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7820         `dolist'.
7821
7822 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7823
7824         * gnus-win.el (gnus-frames-on-display-list): New function.
7825         (gnus-get-buffer-window): Use it.
7826
7827 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7828
7829         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7830
7831 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7832
7833         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7834
7835 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7836            From Harald Meland <Harald.Meland@usit.uio.no>
7837
7838         * gnus-win.el (gnus-get-buffer-window): New function.
7839         (gnus-all-windows-visible-p): Use it.
7840
7841         * gnus-util.el (gnus-horizontal-recenter)
7842         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7843         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7844
7845         * gnus-score.el (gnus-score-insert-help): Use it.
7846
7847         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7848         (gnus-generate-tree, gnus-highlight-selected-tree)
7849         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7850         it.
7851
7852         * gnus-art.el (gnus-article-set-window-start)
7853         (gnus-mm-display-part, gnus-request-article-this-buffer)
7854         (gnus-button-next-page, gnus-button-prev-page)
7855         (gnus-article-button-next-page, gnus-article-button-prev-page):
7856         Use it.
7857
7858 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7859
7860         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7861         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7862         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7863
7864 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7867         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7868         * mml1991.el, nnultimate.el: Add `coding'.
7869
7870 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7871
7872         * ChangeLog: changed coding to buffer-file-coding-system
7873         * ChangeLog.1: same
7874         * nnwfm.el: same
7875         * gnus-smiley.el: same
7876         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7877         * gnus-delay.el: same
7878         * gnus-spec.el: same
7879         * message.el: same
7880         * mml1991.el: same
7881         * nnultimate.el: same
7882
7883 2001-12-16  Simon Josefsson  <jas@extundo.com>
7884         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7885
7886         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7887         (gnus-summary-save-map): Add muttprint.
7888         (gnus-summary-make-menu-bar): Ditto.
7889         (gnus-summary-muttprint): New function.
7890
7891         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7892
7893 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7894
7895         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7896         temporary list instead of buffer.
7897
7898         * mm-url.el (executable-find): autoload.
7899
7900 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7901
7902         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7903         to variable, follow doc-string conventions).
7904
7905 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7906
7907         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7908         subscribe-level
7909         * gnus-topic.el (gnus-subscribe-topics): use it.
7910
7911 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7912
7913         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7914         messages. (A small patch with indentation)
7915         From Sean Neakums <sneakums@zork.net>.
7916
7917         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7918         nil after shooting down the gnus-original-article-buffer.
7919
7920 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * uudecode.el (uudecode-use-external): New variable.
7923         (uudecode-decode-region): Automatically detect external program.
7924
7925         * binhex.el (binhex-use-external): New variable.
7926         (binhex-decode-region-internal): New function.
7927         (binhex-decode-region): Automatically detect external program.
7928
7929         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7930         Use them.
7931
7932 2001-12-12  Simon Josefsson  <jas@extundo.com>
7933
7934         * nnvirtual.el (nnvirtual-always-rescan)
7935         (nnvirtual-component-regexp): Fix doc.
7936
7937         * nnoo.el (defvoo): Add doc to defvoo variables.
7938
7939         * nnml.el (nnml-directory, nnml-active-file)
7940         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7941         (nnml-marks-is-evil, nnml-filenames-are-evil)
7942         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7943
7944         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7945         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7946         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7947         `error'.
7948
7949         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7950         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7951
7952         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7953         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7954         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7955         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7956
7957         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7958         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7959
7960         * imap.el, nnimap.el: Fix indentation.
7961
7962         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7963
7964 2001-12-12  Didier Verna  <didier@xemacs.org>
7965
7966         * gnus-msg.el (gnus-group-news): New function.
7967         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7968         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7969         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7970         for it.
7971         * gnus-msg.el (gnus-summary-news-other-window): New function.
7972         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7973         bind it to `i'.
7974         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7975         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7976         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7977         for it (called with a prefix).
7978         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7979         group-name argument.
7980         * gnus-msg.el (gnus-setup-message): use it.
7981
7982 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7983
7984         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7985
7986 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7987
7988         * mml.el (mime-to-mml): Remove Content-Disposition too.
7989
7990 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7991
7992         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7993         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7994         strings only.
7995         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7996
7997 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7998
7999         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8000         (nnmail-fancy-expiry-target): Use it.
8001         Suggestions from Simon Josefsson <jas@extundo.com>.
8002
8003 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8004
8005         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8006
8007 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8008
8009         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8010
8011         * gnus-util.el (gnus-url-unhex-string): Move here.
8012
8013 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8014
8015         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8016         mm-url-decode-entities-nbsp.
8017
8018         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8019         * webmail.el, nnwfm.el: Use mm-url.
8020
8021         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8022         (mm-url-remove-markup): Move from nnweb.
8023         (mm-url-fetch-simple): Move from webmail.
8024
8025         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8026
8027 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8030         (gnus-summary-print-article): Use it.
8031
8032         * gnus-util.el (gnus-replace-in-string): Typo.
8033
8034 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8035
8036         * nnweb.el (nnweb-replace-in-string): Removed.
8037
8038         * gnus-util.el (gnus-replace-in-string): New function.
8039         (gnus-mode-string-quote): Use it.
8040
8041         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8042         * nnwfm.el (nnwfm-create-mapping): Ditto.
8043
8044 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8045
8046         * dgnushack.el (dgnushack-compile): nnrss.el and
8047         nnslashdot.el don't depend on nnweb, url, w3.
8048
8049         * nnrss.el: Use mm-url.
8050
8051 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8052
8053         * mm-url.el (mm-url-insert-file-contents): Support file:.
8054
8055 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8056
8057         * mm-view.el: Lower case for the description line. Sync from the
8058         Emacs CVS.
8059
8060 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8061
8062         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8063         From:  Stefan Monnier  <monnier@cs.yale.edu>
8064
8065 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8068
8069 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8070
8071         * mm-url.el: Require executable.
8072         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8073
8074 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8075
8076         * pop3.el (pop3-munge-message-separator): Only use valid date.
8077         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8078
8079         * Makefile.in: gnus-load.elc may not be generated.
8080
8081 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8082
8083         * mm-url.el: New file.
8084         * nnslashdot.el: Use it.
8085         * mm-extern.el (mm-extern-url): Use it.
8086
8087 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8088
8089         * gnus-sum.el (gnus-summary-save-article): Nix
8090         gnus-display-mime-function and gnus-article-prepare-hook.
8091
8092         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8093         the beginning of lines.
8094         (gnus-complex-form-to-spec): Ditto.
8095
8096 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8097
8098         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8099         From Paul Jarc <prj@po.cwru.edu>.
8100
8101 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8102
8103         * message.el: New variable message-subscribed-address-file;
8104         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8105
8106 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107
8108         * message.el (message-tab-body-function): Set to nil.
8109         (message-tab): Use text-mode-map or global-map.
8110         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8111
8112 2001-11-30  Simon Josefsson  <jas@extundo.com>
8113
8114         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8115         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8116         <christoph.conrad@gmx.de>.
8117         (gnus-agent-fetch-group-1): Add verbose message.
8118
8119 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8120
8121         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8122         of integers.
8123
8124 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8125
8126         * message.el (message-newgroups-header-regexp)
8127         (message-completion-alist, message-tab-body-function): Use
8128         defcustom rather than defvar.
8129         (message-tab): Mention `message-tab-body-function' in doc.
8130         Suggested by Karl Eichwalder.
8131
8132 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8133
8134         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8135
8136 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8137
8138         * nnheader.el (nnheader-find-nov-line): Don't use macro
8139         gnus-delete-line.
8140
8141         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8142         (gnus-group-name-charset): Ditto.
8143
8144         * gnus-util.el (gnus-buffer-live-p): Ditto.
8145
8146 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8147
8148         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8149         open parenthesis in doc.
8150         (sieve-manage-authenticator-alist): Typo in doc.
8151         * imap.el (imap-authenticator-alist): Typo in doc.
8152         (imap-stream-alist): Backslash.
8153
8154         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8155           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8156
8157 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8158
8159         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8160
8161         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8162
8163         * gnus-msg.el (gnus-configure-posting-styles): use
8164         make-local-hook. Add LOCAL for add-hook.
8165
8166 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8167
8168         * message.el (message-mode): Use `make-local-hook' unless
8169         obsolete.
8170         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8171
8172 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * canlock.el: Remove sha1.el and base64.el stuff.
8175
8176 2001-11-26  Didier Verna  <didier@xemacs.org>
8177
8178         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8179         if needed.
8180
8181 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * message.el (message-tamago-not-in-use-p): New function.
8184         (message-strip-forbidden-properties): Use it.
8185
8186 2001-11-26  Didier Verna  <didier@xemacs.org>
8187
8188         * gnus-start.el (gnus-check-first-time-used): only check for
8189         existence of .el[d] files.
8190
8191 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8194
8195         * message.el (message-setup-1): Clean up mc-*.
8196
8197 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8198
8199         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8200         * gnus-score.el (gnus-score-find-bnews): Use it.
8201
8202         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8203         (gnus-summary-limit-to-author): Ditto.
8204         (gnus-summary-limit-to-extra): Ditto.
8205         (gnus-summary-find-matching): Support not-matching argument.
8206
8207 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8208
8209         * message.el (message-wash-subject): Use `insert' rather than
8210         `insert-string', which is deprecated.
8211
8212 2001-11-24  Simon Josefsson  <jas@extundo.com>
8213
8214         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8215         message. (Gnus does not "default" to using 8bit for the message,
8216         it default to use 8bit encoding and the user-supplied CTE
8217         value. Calling this behaviour "treating it as 8bit" is perhaps
8218         better.)
8219
8220         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8221         (compare mm-charset-to-coding-system).
8222
8223 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8226         buffer. Correctly decode hex.
8227
8228 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8229
8230         * gnus-agent.el (gnus-category-insert-line): Convert category
8231         names to strings.
8232
8233 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8234
8235         * message.el (sha1): eval-and-compile.
8236
8237 2001-11-20  Simon Josefsson  <jas@extundo.com>
8238
8239         * message.el (message-allow-no-recipients): New variable.
8240         (message-send): Use it, customize the prompting when posting to
8241         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8242
8243 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8244
8245         * mm-util.el (mm-coding-system-priorities): New variable.
8246         (mm-sort-coding-systems-predicate): New function.
8247         (mm-find-mime-charset-region): Resort coding systems if needed.
8248         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8249
8250 2001-11-20  Didier Verna  <didier@xemacs.org>
8251
8252         * gnus-group.el (gnus-group-make-help-group): new optional
8253         argument to control the error behavior.
8254         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8255         erroring.
8256
8257 2001-11-19  Simon Josefsson  <jas@extundo.com>
8258
8259         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8260         instead of C-c C-u.  Suggested by Per Abrahamsen
8261         <abraham@dina.kvl.dk>.
8262
8263 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8264
8265         * nnfolder.el (nnfolder-read-folder): Use group instead of
8266         nnfolder-current-group.
8267         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8268
8269 2001-11-17  Simon Josefsson  <jas@extundo.com>
8270
8271         * message.el (message-send): Ask user if Fcc/Gcc should be
8272         performed when no other sender was specified.
8273         Suggested by prj@po.cwru.edu (Paul Jarc).
8274
8275 2001-11-17  Simon Josefsson  <jas@extundo.com>
8276
8277         * message.el (message-mode, message-mode-map): Use C-c C-u for
8278         Importance: instead of C-c C-p (used by SC).
8279
8280 2001-11-16  Simon Josefsson  <jas@extundo.com>
8281
8282         * message.el (message-insert-importance-high)
8283         (message-insert-importance-low): Save point.
8284
8285         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8286         value.
8287
8288 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8289
8290         * message.el (message-strip-special-text-properties): New option.
8291         (message-strip-forbidden-properties): Obey it.
8292
8293 2001-11-14  Sam Steingold  <sds@gnu.org>
8294
8295         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8296
8297 2001-11-15  Simon Josefsson  <jas@extundo.com>
8298
8299         Support "Importance:" header in Message.
8300
8301         * message.el (message-mode-map): Bind C-c C-p to
8302         `message-insert-or-toggle-importance'
8303         (message-mode-menu): Add message-insert-importance-{high,low}.
8304         (message-insert-importance-high, message-insert-importance-low)
8305         (message-insert-or-toggle-importance): New functions.
8306         (message-tool-bar-map): Add {un,}important.
8307         (message-mode): Doc fix.
8308
8309 2001-11-15  Simon Josefsson  <jas@extundo.com>
8310
8311         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8312
8313         * mml.el (mml-menu): Fix toolbar tooltip.
8314
8315 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8318         * nnml.el (nnml-save-marks): Ditto.
8319
8320         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8321
8322 2001-11-15  Simon Josefsson  <jas@extundo.com>
8323
8324         * nnml.el (nnml-save-marks):
8325         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8326         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8327
8328 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8329
8330         * gnus-art.el (gnus-article-wash-status-strings): Use
8331         `copy-sequence', not `copy-seq'.
8332
8333 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8334
8335         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8336         (gnus-gnus-article-wash-status-entry): New function.
8337         (gnus-article-wash-status): Use it.
8338
8339 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8340
8341         * mml1991.el: Add coding header.
8342
8343 2001-11-12  Simon Josefsson  <jas@extundo.com>
8344
8345         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8346         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8347         `mml1991-sign' and `mml1991-encrypt'.
8348         (mml1991-encrypt, mml1991-sign): New glue functions.
8349         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8350
8351         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8352         (mml-menu): Add PGP to menu.
8353
8354         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8355         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8356         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8357         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8358
8359         * mml2015.el: Mention RFC 3156.
8360
8361         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8362
8363 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8366
8367         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8368           From <Michael.Cook@cisco.com>
8369
8370 2001-11-11  Simon Josefsson  <jas@extundo.com>
8371
8372         * message.el (top-level): Autoload sha1.
8373         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8374         canlock, no need to require two different hash algs).  Suggested
8375         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8376
8377 2001-11-09  Simon Josefsson  <jas@extundo.com>
8378
8379         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8380         <Pavel@Janik.cz>.
8381
8382 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8383
8384         * message.el (message-point-in-header-p): New function.
8385         (message-do-auto-fill): Use it.
8386         (message-beginning-of-line): New function.  Goes to beginning of
8387         header value (i.e., end of header name), or to beginning of line
8388         if already at beginning of value.  Behaves like
8389         `beginning-of-line' when in message body.
8390         (message-mode-map): Bind it.
8391
8392 2001-11-08  Simon Josefsson  <jas@extundo.com>
8393
8394         * gnus-msg.el (gnus-posting-styles): Add doc.
8395
8396 2001-11-07  Simon Josefsson  <jas@extundo.com>
8397
8398         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8399
8400         * sieve-mode.el (sieve-control-commands-face)
8401         (sieve-control-commands-face, sieve-action-commands-face)
8402         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8403         faces.
8404         (sieve-font-lock-keywords): Use them.
8405         (sieve-mode): Only set font-lock-defaults in emacs.
8406
8407         * gnus-art.el (gnus-default-article-saver): Add
8408         gnus-summary-save-body-in-file.
8409         (gnus-summary-write-to-file): Fix doc.
8410
8411 2001-11-07  Simon Josefsson  <jas@extundo.com>
8412
8413         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8414         reference to the correct chapter in the manual.
8415
8416         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8417         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8418
8419 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8420
8421         * mml.el (mml-preview): Bind mail-header-separator.
8422
8423 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * message.el: Always require canlock.
8426         (message-ignored-supersedes-headers): Include Cancel-Lock and
8427         Cancel-Key.
8428         (message-insert-canlock): Don't require canlock.
8429         (message-cancel-news): Don't check whether canlock is available.
8430         (message-supersede): Support cancel-locks.
8431
8432         * gnus-art.el: Don't autoload canlock.
8433
8434 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8435
8436         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8437         From: <andre@slamdunknetworks.com>
8438
8439 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8440
8441         * many files: Fix copyright lines.
8442
8443 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8444
8445         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8446         Suggested by Dave Love  <fx@gnu.org>.
8447
8448 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8449
8450         * message.el (message-kill-buffer): Remove auto-save file after
8451         confirm.
8452
8453         * message.el (message-send-mail): Call message-generate-headers
8454         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8455
8456         * gnus-topic.el (gnus-topic-rename): Initial-input.
8457         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8458
8459 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8460
8461         * message.el (message-forbidden-properties): New constant.
8462         (message-strip-forbidden-properties): New function.
8463         (message-mode): Activate it.
8464
8465 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8466
8467         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8468         (mm-hack-charsets): Fix doc.
8469
8470 2001-11-02  Simon Josefsson  <jas@extundo.com>
8471
8472         * gnus-int.el (gnus-check-server): Message "...done" when done.
8473
8474         * imap.el (imap-close): Don't message (imap-send-command-wait
8475         returns if the connection is dropped).
8476         (imap-wait-for-tag): Nix out message only when necessary.
8477
8478         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8479         for non-crossposting.
8480         (gnus-sieve-crosspost): Default to t to be consistent with other
8481         parts of Gnus.
8482
8483 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8484
8485         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8486         (mm-iso-8859-x-to-15-table): Ditto.
8487         (mm-iso-8859-x-to-15-region): Ditto.
8488         (mm-find-mime-charset-region): Ditto.
8489
8490 2001-11-01  Simon Josefsson  <jas@extundo.com>
8491
8492         * nnimap.el (nnimap-close-asynchronous): New variable.
8493         (nnimap-close-group): Use it.
8494         (nnimap-expunge): Don't use it.
8495
8496         * imap.el (imap-callbacks): New variable.
8497         (imap-remassoc): Copied from `gnus-remassoc'.
8498         (imap-add-callback): New function.
8499         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8500         behaviour.
8501         (imap-parse-response): Call the callback.
8502
8503         * message.el (message-insert-canlock): New variable.
8504         (message-canlock-generate, message-canlock-password)
8505         (message-insert-canlock): New functions.
8506         (message-send-news): Call `message-insert-canlock'.
8507         (top-level): Require canlock when compiling.
8508         (message-insert-canlock): Require canlock before we need it.
8509
8510 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8511
8512         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8513
8514 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8515
8516         * dgnushack.el (dgnushack-make-load): A workaround for
8517         custom-add-loads bug in some versions of XEmacs.
8518
8519 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8522
8523 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8524
8525         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8526         (mm-hack-charsets): New variable.
8527         (mm-iso-8859-15-compatible): New variable.
8528         (mm-iso-8859-x-to-15-table): New variable.
8529         (mm-find-mime-charset-region): Add parameter hack-charsets.
8530
8531         * mm-bodies.el (mm-encode-body): Use it.
8532         * mml.el (mml-parse-1): Ditto.
8533
8534 2001-11-01  Simon Josefsson  <jas@extundo.com>
8535
8536         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8537
8538 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8541         is nil.
8542
8543 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8544
8545         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8546
8547         * message.el (message-forward-rmail-make-body): Use
8548         save-window-excursion.
8549         (message-encode-message-body): Search with noerror.
8550         (message-setup-1): Convert compose-mail send-actions to
8551         message-send-actions.
8552
8553 2001-11-01  Simon Josefsson  <jas@extundo.com>
8554
8555         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8556         <yamaoka@jpl.org>.
8557
8558 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8559
8560         * sieve-manage.el (sieve-string-bytes): No complain.
8561
8562 2001-11-01  Simon Josefsson  <jas@extundo.com>
8563
8564         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8565         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8566         has autoload cookies, so no `require' should be necessary.)
8567
8568         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8569         files.
8570
8571 2001-10-31  Simon Josefsson  <jas@extundo.com>
8572
8573         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8574         parameter.
8575
8576         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8577         `display' is a number (and C-u wasn't used to enter group), only
8578         fetch that number of articles.
8579
8580 2001-10-31  Matt Armstrong  <matt@lickey.com>
8581
8582         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8583         not-subscribed -> subscribed.
8584
8585 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8586         From: Josh Huber <huber@alum.wpi.edu>
8587
8588         * message.el (message-subscribed-address-functions): New variable.
8589         (message-subscribed-addresses): New variable.
8590         (message-subscribed-regexps): New variable.
8591         (message-goto-mail-followup-to): New function.
8592         (message-send-mail): Add Mail-Followup-To.
8593         (message-make-mft): New function.
8594
8595         * gnus.el (gnus-find-subscribed-addresses): New function.
8596
8597 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8598
8599         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8600         (mail-source-fetch-pop): Ditto.
8601         (mail-source-check-pop): Ditto.
8602
8603         * gnus-start.el (gnus-read-init-file): Ditto.
8604         (gnus-activate-group): Ditto.
8605         (gnus-read-newsrc-el-file): Ditto.
8606
8607 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8608
8609         * message.el (message-get-reply-headers): Make sure there is ", ".
8610
8611         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8612         mm-coding-system-p. Don't correct it only in XEmacs.
8613         (mm-charset-to-coding-system): Use mm-coding-system-p and
8614         mm-get-coding-system-list.
8615         (mm-emacs-mule, mm-mule4-p): New variables.
8616         (mm-enable-multibyte, mm-disable-multibyte,
8617         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8618         mm-with-unibyte-current-buffer,
8619         mm-with-unibyte-current-buffer-mule4): Use them.
8620         (mm-find-mime-charset-region): Treat iso-2022-jp.
8621
8622         From  Dave Love  <fx@gnu.org>:
8623
8624         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8625         construction.
8626         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8627         entries conditional on not having a coding system defined for
8628         them.
8629         (mm-mule-charset-to-mime-charset): Use
8630         find-coding-systems-for-charsets if defined.
8631         (mm-charset-to-coding-system): Don't use
8632         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8633         later.  Add last resort search of coding systems.
8634         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8635         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8636         Mule 4.
8637         (mm-find-mime-charset-region): Re-write.
8638         (mm-with-unibyte-current-buffer): Restore buffer as well as
8639         multibyteness.
8640
8641 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8642
8643         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8644         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8645         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8646
8647 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8648
8649         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8650         again.
8651
8652         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8653
8654 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8655
8656         * gnus-spec.el (gnus-parse-simple-format): Use
8657           buffer-substring-no-properties.
8658
8659 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * gnus-art.el (article-verify-cancel-lock): New function.
8662
8663         * nnheader.el (nntp-process-response): New variable.
8664         (nnheader-init-server-buffer): Make `nntp-process-response'
8665         buffer-local in `nntp-server-buffer'.
8666
8667         * nntp.el (nntp-prepare-post-hook): New hook.
8668         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8669         (nntp-async-trigger): Ditto.
8670         (nntp-request-post): Insert a server's ID if there's no Message-ID
8671         header; run `nntp-prepare-post-hook'.
8672
8673 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8676         instead.
8677
8678         * message.el (message-forward-subject-author-subject): Don't use
8679         message-news-p, which widens the buffer.
8680         (message-forward-make-body): New function.
8681         (message-forward): Use it.
8682         (message-insinuate-rmail): New function.
8683         (message-forward-rmail-make-body): New function.
8684
8685 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8686
8687         * mm-extern.el (mm-extern): Provide it.
8688
8689         * mm-partial.el (mm-partial): Provide it.
8690
8691 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8692
8693         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8694
8695 2001-10-29  Simon Josefsson  <jas@extundo.com>
8696
8697         * mml.el (mml-preview): Bind message-this-is-news if it is
8698         news. From Jesper Harder <harder@myrealbox.com>.
8699
8700 2001-10-28  Simon Josefsson  <jas@extundo.com>
8701
8702         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8703
8704 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8705
8706         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8707         ironic smilies.
8708
8709 2001-10-27  Simon Josefsson  <jas@extundo.com>
8710
8711         * message.el (message-indent-citation): Don't add trailing
8712         whitespace when citing text.
8713
8714         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8715         <harder@ifa.au.dk>.
8716
8717 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8718
8719         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8720         not available.
8721         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8722         (nnweb-type-definition): Add google as alias of dejanews.
8723         (nnweb-google-parse-1): Forward 1 line.
8724
8725 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8726
8727         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8728         variable `message-forward-ignored-headers'.
8729
8730 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8731
8732         * gnus.el (gnus-expand-group-parameter): New function.
8733         (gnus-expand-group-parameters): Call it.
8734         (gnus-group-fast-parameter): New function.
8735         (gnus-group-find-parameter): Call it.
8736
8737 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8738
8739         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8740         vector (it didn't before because of a bug).
8741         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8742         available.  Before it converted it to an article number.
8743
8744         This makes followup to news articles with negative numbers in
8745         nnvirtual groups use news instead of mail.
8746
8747 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8748
8749         * gnus.el (post-method): Use `native' instead of `nil'.
8750
8751         * gnus-msg.el (gnus-post-method): Ditto.
8752
8753 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8754
8755         * gnus.el (gnus-define-group-parameter): Grammar fix.
8756
8757 2001-10-22  Simon Josefsson  <jas@extundo.com>
8758
8759         * gnus-msg.el (gnus-extended-version): Include
8760         system-configuration.
8761         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8762
8763 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8764
8765         * gnus.el (post-method): Customization fix: `native' is not a
8766         valid value.
8767         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8768         `native' is not a valid value.
8769
8770 2001-10-21  Simon Josefsson  <jas@extundo.com>
8771
8772         * nnimap.el (nnimap): Defgroup
8773         (nnimap-strict-function, nnimap-strict-function-match): New
8774         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8775         (nnimap-split-crosspost, nnimap-split-inbox)
8776         (nnimap-split-rule, nnimap-split-predicate)
8777         (nnimap-split-predicate): Defcustom.
8778         (nnimap-split-inbox, nnimap-expunge-search-string)
8779         (nnimap-importantize-dormant): Remove "*" from doc.
8780
8781 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8782
8783         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8784         not supplied via prefix arg.  From Lisp, make arg mandatory.
8785         Suggested by Frank Schmitt.
8786
8787 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8788
8789         * message.el (message-do-auto-fill): Avoid calling
8790         'rfc822-goto-eoh'.
8791
8792 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8793         From Paul Jarc <prj@po.cwru.edu>.
8794
8795         * message.el (message-get-reply-headers): Restructure the logic
8796         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8797
8798 2001-10-20  Simon Josefsson  <jas@extundo.com>
8799
8800         * message.el (message-cancel-news): Support cancel-locks.
8801         Suggested by Per Abrahamsson.
8802
8803         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8804         conses.  From David Z Maze <dmaze@MIT.EDU>.
8805
8806         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8807
8808 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8809
8810         * mm-decode.el (mm-default-directory): Fix customize type.
8811
8812         * message.el (message-setup-fill-variables): Kludge to use
8813         normal-auto-fill-function even if auto fill is already activated.
8814
8815 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8816
8817         * message.el (message-do-auto-fill): New version that does not
8818         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8819         (message-setup-1): Removed the `message-field' property.
8820
8821         * gnus-draft.el (gnus-draft-edit-message): Removed the
8822         `message-field' property.
8823
8824 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8825
8826         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8827         `message-field'.  The `field' property has a special significance in
8828         Emacs 21.
8829
8830         * message.el (message-send, message-setup-1): Ditto.
8831
8832 2001-10-18  Simon Josefsson  <jas@extundo.com>
8833
8834         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8835         when undoing.
8836
8837 2001-10-18  Simon Josefsson  <jas@extundo.com>
8838         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8839
8840         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8841         (gnus-summary-make-menu-bar): Ditto.
8842
8843 2001-10-17  Simon Josefsson  <jas@extundo.com>
8844
8845         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8846         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8847
8848 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8851         * gnus-util.el (gnus-user-date): New function.
8852         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8853
8854 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8855
8856         * message.el (message-check-news-header-syntax): Special case
8857         nnvirtual groups.
8858
8859         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8860         customize type to `symbol'.
8861
8862 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8863
8864         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8865         %&foo;.
8866         (gnus-parse-simple-format): Support user extended spec too.
8867         %u&foo; invokes gnus-user-format-function-foo.
8868
8869 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8870
8871         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8872         the server.
8873         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8874         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8875         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8876         * nndiary.el (nndiary-request-expire-articles): Ditto.
8877         (nndiary-schedule): Defsubst it before use it.
8878         (nndiary-error): eval-and-compile.
8879
8880 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8881
8882         * gnus-msg.el (gnus-post-method): Changed two instances of
8883         `active' to `current' and one `null' to `not'.
8884
8885 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8886         From Katsumi Yamaoka <yamaoka@jpl.org>.
8887
8888         * message.el (message-setup-fill-variables): Use
8889         `normal-auto-fill-function' instead of `auto-fill-function'.
8890
8891 2001-10-16  Simon Josefsson  <jas@extundo.com>
8892
8893         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8894         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8895         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8896
8897 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8898         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8899
8900         * gnus-draft.el (gnus-draft-edit-message): Add text property
8901         `field' with value `header' to message headers.
8902         * message.el (message-setup-1): Really add text property to all of
8903         the header, not just part of it.
8904
8905 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * gnus-group.el (gnus-group-sort-by-server): Use it.
8908
8909         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8910
8911         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8912         and keystroke.
8913
8914 2001-10-14  Simon Josefsson  <jas@extundo.com>
8915
8916         * dig.el: Doc fix.
8917
8918         * smime.el: Doc fix.
8919
8920         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8921         charset magic from message.el.
8922
8923 2001-10-12  Simon Josefsson  <jas@extundo.com>
8924         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8925
8926         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8927         'cite from g-a-wash-types.
8928         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8929         (gnus-article-hide-citation): Fix.
8930
8931         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8932         character.
8933         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8934
8935         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8936         definition.
8937         (gnus-signature-toggle): Toggle `s' mode line character.
8938
8939         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8940         doing stuff that clears it.
8941
8942 2001-10-12  Simon Josefsson  <jas@extundo.com>
8943
8944         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8945         From Eric Marsden <emarsden@laas.fr>.
8946
8947 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8948
8949         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8950         (autoload): Add some autoloads.
8951
8952 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8953         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8954
8955         * message.el (message-do-auto-fill): New function.  Like
8956         `do-auto-fill' but don't fill when in the message header.
8957         (message-setup-1): Put a text property on the message header.
8958         (message-setup-fill-variables): Use `message-do-auto-fill'.
8959
8960 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * message.el (message-send-mail-partially): Insert an empty line
8963         first, because of the change of message-make-lines.
8964
8965 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8966
8967         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8968         iso-8859-15, make it an alias for iso-8859-1.
8969
8970 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * message.el (message-send-news): Don't modify the value of
8973         `message-syntax-checks' if it is not a list (possibly it is
8974         `dont-check-for-anything-just-trust-me').
8975
8976 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8979         `find-coding-system' for XEmacs to check whether the coding-system
8980         `utf-8' is available.
8981
8982 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8983
8984         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8985
8986 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8987
8988         * message.el (message-send-news): Oops, missed case with no
8989         "Followup-To" header...
8990
8991 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8992
8993         * message.el (message-send-news): Allow
8994         `gnus-group-name-charset-group-alist' to affect encoding of the
8995         "Newsgroups" and "Followup-To" headers.
8996
8997 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * Makefile.in (install-el): Depend on gnus-load.el.
9000
9001 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * Makefile.in (install-el): Use -f.
9004         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9005
9006 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9007
9008         * message.el (message-send-news): Don't encode Followups-To when
9009         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9010
9011         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9012         header.
9013
9014         * gnus-art.el (article-decode-group-name): Also decode
9015         "Followup-To".
9016
9017         * rfc2047.el (rfc2047-encode-message-header): Encode without
9018         asking for null methods.
9019
9020         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9021         default charset for newsgroup names in accordance with USEFOR.
9022
9023         * gnus-group.el (gnus-group-name-charset-method-alist,
9024         gnus-group-name-charset-group-alist): Removed "*" from doc
9025         strings, "*" should not be used for complex variables.
9026
9027 2001-10-06  Simon Josefsson  <jas@extundo.com>
9028
9029         Support UTF-8 group names better.
9030
9031         * message.el (message-check-news-header-syntax): Encode group
9032         names before comparison.
9033
9034         * gnus-msg.el (gnus-copy-article-buffer): Run all
9035         `gnus-article-decode-hook's except `article-decode-charset'
9036         instead of hardcoding call to one of them.
9037
9038         * gnus-art.el (gnus-article-decode-hook): Add
9039         `article-decode-group-name'.
9040         (article-decode-group-name): New function, use `g-d-n'.
9041
9042         * gnus-group.el (gnus-group-insert-group-line): Decode
9043         gnus-tmp-group using `g-d-n'.
9044
9045         * gnus-util.el (gnus-decode-newsgroups): New function.
9046
9047 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9048
9049         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9050         `gnus-group-name-charset-group-alist'.
9051
9052 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * Makefile.in: Install el in install. Add uninstall.
9055
9056 2001-10-05  Simon Josefsson  <jas@extundo.com>
9057
9058         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9059
9060         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9061
9062         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9063         empty folders.
9064
9065         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9066         limiting if read-all (C-u RET) was used.
9067
9068 2001-10-04  Simon Josefsson  <jas@extundo.com>
9069
9070         * mail-source.el (mail-source-movemail-program): New variable.
9071         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9072         <thutt@thutt.vmware.com>.
9073
9074 2001-10-03  Simon Josefsson  <jas@extundo.com>
9075
9076         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9077         (gnus-summary-line-format-alist): Fix param.
9078
9079 2001-10-02  Simon Josefsson  <jas@extundo.com>
9080
9081         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9082         don't go through `nnimap-request-expire-articles' to delete the
9083         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9084
9085 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9086
9087         * gnus-agent.el (gnus-agent-write-active): The min in the
9088         agent/active may be larger than that in the server/active.
9089
9090 2001-10-01  Simon Josefsson  <jas@extundo.com>
9091
9092         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9093         is IMAP4rev1.
9094
9095         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9096
9097         * nnfolder.el: Ditto.
9098
9099 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9100
9101         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9102         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9103
9104 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9105
9106         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9107         (message-mode-menu): Menu item for same.
9108
9109         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9110         delayed articles.
9111
9112         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9113         nndraft:delayed does not exist.
9114         (gnus-delay-initialize): Don't set up keymap, that's done from
9115         message.el now.
9116         (gnus-delay, gnus-delay-group, gnus-delay-header)
9117         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9118
9119 2001-09-29  Simon Josefsson  <jas@extundo.com>
9120
9121         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9122         utf-8, not eight-bit-control.
9123
9124         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9125         (imap-log, imap-debug): Custom.
9126         (imap-log-buffer, imap-debug-buffer): New constants.
9127         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9128         (imap-network-open, imap-shell-open, imap-starttls-open)
9129         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9130         (imap-debug): Use imap-*-buffer.
9131
9132         * nndoc.el (nndoc-article-type): Add mailman.
9133         (nndoc-type-alist): Ditto.
9134         (nndoc-mailman-type-p): New function.
9135
9136 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9139         gnus-art.el.
9140
9141 2001-09-27  Simon Josefsson  <jas@extundo.com>
9142
9143         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9144         (gnus-topic-catchup-articles): New function. Suggested by Robin
9145         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9146
9147 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9149
9150         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9151         previous ones.
9152
9153 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154         From Daiki Ueno  <ueno@unixuser.org>
9155
9156         * gnus-sum.el (gnus-summary-show-article): The arglist of
9157         detect-coding-region is incompatible.
9158
9159 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9160         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9161
9162         * gnus-group.el (gnus-group-delete-group): Typo.
9163
9164 2001-09-26  Simon Josefsson  <jas@extundo.com>
9165
9166         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9167
9168         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9169
9170 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9171
9172         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9173
9174 2001-09-22  Simon Josefsson  <jas@extundo.com>
9175
9176         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9177
9178         * nnfolder.el (nnfolder-open-marks): Ditto.
9179
9180         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9181         (gnus-update-marks): Use it.
9182         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9183         hardcoded list.
9184
9185         * gnus.el (gnus-article-special-mark-lists): Add killed.
9186         (gnus-article-unpropagated-mark-lists): New constant.
9187
9188 2001-09-22  Simon Josefsson  <jas@extundo.com>
9189
9190         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9191         custom option.
9192
9193 2001-09-23  Simon Josefsson  <jas@extundo.com>
9194
9195         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9196
9197 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9200
9201 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9202
9203         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9204         accept lists of functions.
9205
9206 2001-09-20  Simon Josefsson  <jas@extundo.com>
9207
9208         * gnus-group.el (gnus-group-catchup): Update expire marks in
9209         backend.  Also, if ALL also set expire marks on tick/dormant.
9210
9211 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9212
9213         * message.el (message-tab-body-function): New variable.
9214         * message.el (message-tab): Use it.
9215
9216 2001-09-19  Sam Steingold  <sds@gnu.org>
9217
9218         * gnus-win.el (gnus-buffer-configuration): Respect
9219         `gnus-bug-create-help-buffer'.
9220
9221 2001-09-18  Simon Josefsson  <jas@extundo.com>
9222
9223         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9224         (gnus-parse-simple-format): Re-revert.
9225
9226 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9227         Trivial patch.
9228
9229         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9230         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9231
9232 2001-09-18  Simon Josefsson  <jas@extundo.com>
9233
9234         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9235         signed.
9236         (gnus-parse-simple-format): Don't use it.
9237
9238 2001-09-17  Miles Bader  <miles@gnu.org>
9239
9240         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9241         error querying a backend abort the whole process.
9242
9243 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9244
9245         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9246         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9247
9248 2001-09-17  Didier Verna  <didier@xemacs.org>
9249
9250         * nndiary.el: version 0.2-b14.
9251         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9252         compatibility problem with XEmacs 21.1.
9253
9254 2001-09-15  Simon Josefsson  <jas@extundo.com>
9255
9256         * gnus-group.el (gnus-group-line-format): Document %c.
9257
9258         * nnml.el (nnml-parse-head): Handle CRLF files.
9259         (nnml-generate-nov-file): Ditto.
9260         (nnml-retrieve-headers): Ditto.
9261
9262 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9263
9264         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9265
9266 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9267
9268         * gnus-spec.el (gnus-correct-substring): Still stopped one
9269         character before we wanted (never included last character).
9270         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9271         add missing "," (once per function)
9272
9273 2001-09-14  Simon Josefsson  <jas@extundo.com>
9274
9275         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9276         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9277         default before gnus-group is loaded and the variable set.)
9278
9279         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9280         killed or unsent marks.
9281
9282         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9283         isn't an article to set it on (e.g. when you `a' in a group).
9284
9285 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9286
9287         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9288         can read e-mails from Microsoft Outlook users not using ISO
9289         8859-2 character set.
9290
9291 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9292
9293         * gnus-diary.el: Minor modifications to avoid warnings.
9294         (gnus-summary-misc-menu): defvar.
9295         (gnus-diary-check-message): Use gnus-point-at-eol.
9296         (gnus-diary-kill-entire-line): eval-and-compile.
9297
9298 2001-09-12  Didier Verna  <didier@xemacs.org>
9299
9300         * nndiary.el: new version (0.2-b13).
9301         * nndiary.el (nndiary-mail-sources): doc update.
9302         * nndiary.el (nndiary-split-methods): ditto.
9303         * nndiary.el (nndiary-request-accept-article-hooks): New.
9304         * nndiary.el (nndiary-request-accept-article): use it, check
9305         message validity.
9306         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9307         * nndiary.el (nndiary-schedule): fix bug (misplaced
9308         condition-case): it didn't return nil on error.
9309         * gnus-diary.el: new version.
9310         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9311         * gnus-diary.el (gnus-diary-header-value-history): New.
9312         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9313         * gnus-diary.el (gnus-diary-add-header): New.
9314         * gnus-diary.el (gnus-diary-check-message): New.
9315         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9316         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9317
9318 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9319
9320         * gnus-sum.el (gnus-select-newsgroup): Make
9321         `gnus-current-select-method' buffer-local.
9322
9323         * gnus-art.el (gnus-request-article-this-buffer): Refer
9324         `gnus-current-select-method' in the current summary buffer.
9325
9326 2001-09-10  Simon Josefsson  <jas@extundo.com>
9327         From Daniel Pittman <daniel@rimspace.net>
9328
9329         * gnus-spec.el (gnus-correct-pad-form): Fix.
9330
9331 2001-09-09  Simon Josefsson  <jas@extundo.com>
9332
9333         * mm-decode.el (mm-inline-media-tests): Add
9334         application/x-emacs-lisp.
9335         (mm-attachment-override-types): Add
9336         application/{x-,}pkcs7-signature.
9337
9338         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9339         (gnus-server-line-format, gnus-server-mode-line-format)
9340         (gnus-server-browse-in-group-buffer): Customize.
9341
9342 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * nnml.el (nnml-marks-changed-p): Typo.
9345         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9346         (nnml-marks-changed-p): Use gnus-gethash.
9347         (nnml-marks-modtime): Use gnus-make-hashtable.
9348
9349         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9350         (nnfolder-request-expire-articles, nnfolder-save-marks)
9351         (nnfolder-open-marks): Typo.
9352         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9353         (nnfolder-marks-changed-p): Use gnus-gethash.
9354         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9355
9356 2001-09-08  Simon Josefsson  <jas@extundo.com>
9357
9358         * nnfolder.el (nnfolder-marks-modtime): New variable.
9359         (nnfolder-marks-changed-p): New function.
9360         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9361         (nnfolder-request-update-info): Don't update if marks didn't change.
9362
9363         * nnml.el (nnml-marks-modtime): New variable.
9364         (nnml-marks-changed-p): New function.
9365         (nnml-save-marks, nnml-open-marks): Save modtime.
9366         (nnml-request-update-info): Don't update if marks didn't change.
9367
9368         * gnus-agent.el (gnus-agent-any-covered-gcc)
9369         (gnus-agent-add-server, gnus-agent-remove-server): Use
9370         gnus-agent-method-p.
9371
9372         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9373         (gnus-unbuttonized-mime-type-p): Use it.
9374
9375         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9376         fetch group.
9377
9378 2001-09-08  Simon Josefsson  <jas@extundo.com>
9379         From Daniel Pittman <daniel@rimspace.net>
9380
9381         * gnus-spec.el (gnus-correct-pad-form): New function.
9382         (gnus-parse-simple-format): Use it.
9383
9384 2001-09-07  Simon Josefsson  <jas@extundo.com>
9385
9386         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9387         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9388         Putnam <reader@newsguy.com>.
9389         (gnus-group-sort-selected-groups): Touch dribble file.
9390
9391 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9392
9393         * nnml.el (nnml-filenames-are-evil): New variable.
9394         (nnml-article-to-file-alist): Rename to ...
9395         (nnml-current-group-article-to-file-alist): ... this.
9396         Respect `nnml-filenames-are-evil'.
9397         (nnml-active-number): Update.
9398         (nnml-update-file-alist): Update.
9399         (nnml-request-article): Use nnheader-article-to-file-alist.
9400         (nnml-request-rename-group): Likewise.
9401
9402 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-sum.el (gnus-summary-insert-line): Fix.
9405
9406 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9407
9408         * gnus-sum.el: Bind g-s-t-s to "W g".
9409         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9410         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9411         display of graphical smilies.
9412
9413 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9414
9415         * gnus-start.el (gnus-setup-news): A typo.
9416         From Bill White <billw@wolfram.com>.
9417
9418 2001-09-06  Simon Josefsson  <jas@extundo.com>
9419
9420         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9421         and unseen marks.
9422
9423 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9424
9425         * nnmail.el (nnmail-split-fancy): Document `junk'.
9426
9427 2001-09-04  Simon Josefsson  <jas@extundo.com>
9428
9429         * imap.el (imap-search): Don't error if server is broken.
9430
9431 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9432
9433         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9434         searching for an article that isn't in the mbox.
9435
9436 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9439         right, and get all the comments.
9440
9441 2001-09-02  Simon Josefsson  <jas@extundo.com>
9442         Suggested by Dan Christensen <jdc+news@uwo.ca>
9443
9444         * nnfolder.el (nnfolder-request-update-info): Fix message.
9445
9446         * nnml.el (nnml-request-update-info): Ditto.
9447
9448 2001-09-01  Simon Josefsson  <jas@extundo.com>
9449
9450         * nnml.el (nnml-request-expire-articles): Also bind
9451         `nnml-current-group' and `nnml-article-file-alist' when using
9452         expiry-target. (Otherwise nnml will be in a inconsistent internal
9453         state causing all kind of problems.)
9454         (nnml-request-expire-articles): If `nnml-article-to-file' or
9455         `file-attributes' failes, return article as un-expirable instead
9456         of treating it as expired.
9457
9458 2001-08-31  Sam Steingold  <sds@gnu.org>
9459
9460         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9461         typo: `exmine' --> `examine'.
9462
9463 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9464
9465         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9466
9467 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468
9469         * nnml.el (nnml-check-directory-twice): Remove.
9470         (nnml-retrieve-headers): Ditto.
9471         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9472
9473 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9474
9475         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9476         directory twice on Windows, or on GNU Emacs-21.
9477
9478 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9479
9480         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9481         (nnml-request-rename-group): Ditto.
9482         (nnml-active-number): Ditto.
9483         (nnml-request-create-group): Use nnml-directory-articles.
9484         (nnml-request-expire-articles): Use nnml-directory-articles, which
9485         gets list from nov database if available.
9486         (nnml-get-nov-buffer): New function.
9487         (nnml-open-nov): Use it.
9488         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9489         gets alist from nov database if available.
9490         (nnml-directory-articles): New function.
9491         (nnml-article-to-file-alist): New function.
9492
9493 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9494
9495         * mm-decode.el (mm-display-external): Use `name' as filename, if
9496         `filename' attribute is not present.
9497
9498 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9499
9500         * mail-source.el (mail-source-flash): New defcustom.
9501         (mail-source-new-mail-p): Ring visible bell if appropriate.
9502         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9503         timer is cleared even if mail check signals an error.
9504
9505 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9508         type 'list.
9509
9510 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * flow-fill.el (fill-flowed): eol might be point-max.
9513
9514 2001-08-27  Simon Josefsson  <jas@extundo.com>
9515
9516         * nnml.el (nnml-request-update-info): Fix message.
9517         (nnml-open-marks): Ditto.
9518
9519         * nnfolder.el (nnfolder-request-update-info):
9520         (nnfolder-open-marks): Fix message.
9521
9522 2001-08-25  Simon Josefsson  <jas@extundo.com>
9523
9524         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9525         after group in ~/.
9526
9527 2001-08-25  Simon Josefsson  <jas@extundo.com>
9528         From Andreas Jaeger  <aj@suse.de>
9529
9530         * nnfolder.el (nnfolder-open-marks): Fix typo.
9531         * nnml.el (nnml-open-marks): Likewise.
9532
9533 2001-08-25  Simon Josefsson  <jas@extundo.com>
9534
9535         Make nnfolder groups self-contained as far as marks are concerned.
9536
9537         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9538         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9539         (nnfolder-open-server): Make marks directory.
9540         (nnfolder-request-delete-group): Delete marks file.
9541         (nnfolder-request-delete-group): Check of nov/marks file exist
9542         before deleting.
9543         (nnfolder-request-rename-group): Rename marks file.
9544         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9545         (nnfolder-request-set-mark, nnfolder-request-update-info)
9546         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9547         (nnfolder-open-marks): New functions.
9548         (top-level): Require gnus.
9549
9550 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9551
9552         * nnweb.el (nnweb-type-definition): Use google raw file.
9553         (nnweb-google-parse-1): Ditto.
9554         (nnweb-google-identity): Ditto.
9555         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9556         (nnweb-altavista-wash-article): Ditto.
9557         (nnweb-request-article): Remove nnweb-decode-entities.
9558
9559         * nnml.el: Require 'gnus.
9560
9561 2001-08-25  Simon Josefsson  <jas@extundo.com>
9562
9563         * nnml.el (nnml-marks-is-evil): Add doc.
9564
9565 2001-08-25  Simon Josefsson  <jas@extundo.com>
9566
9567         * nnml.el (nnml-save-marks): Wrap saving marks in a
9568         condition-case, to allow user to start Gnus if saving marks failed
9569         for some reason.
9570
9571 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9574
9575         * gnus-group.el (gnus-update-group-mark-positions): Bind
9576         gnus-group-update-hook to nil.
9577
9578 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * mml.el (mml-generate-mime-1): Force as multibyte string.
9581
9582 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9583
9584         * gnus-sum.el (gnus-summary-insert-line)
9585         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9586         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9587
9588         * gnus-spec.el (gnus-correct-substring): Take optional END.
9589
9590         * nnrss.el (nnrss-request-article): Remove \n.
9591         (nnrss-retrieve-headers): Lines number is -1.
9592
9593 2001-08-24  Simon Josefsson  <jas@extundo.com>
9594
9595         * gnus-group.el (gnus-info-clear-data): Call
9596         nnfoo-request-set-mark to propagate marks.  Fix bug:
9597         `gnus-group-update-line' doesn't update read range unless we call
9598         `gnus-get-unread-articles-in-group' first.
9599
9600         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9601         to server.
9602
9603 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9604
9605         * gnus-util.el (gnus-create-info-command): Return an interactive
9606         function.
9607
9608 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9609         From Katsumi Yamaoka <yamaoka@jpl.org>
9610
9611         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9612
9613 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * gnus-sum.el (gnus-select-newsgroup): Use it.
9616
9617         * gnus-util.el (gnus-not-ignore): New function.
9618
9619         * lpath.el (featurep): Don't fbind char-int.
9620
9621         * gnus-util.el (gnus-create-info-command): New function.
9622
9623         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9624         right node.
9625
9626         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9627         (gnus-summary-limit-children): Use 'identity instead of `all'.
9628         (gnus-summary-limit-to-display-predicate): New command and
9629         keystroke.
9630
9631 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9634
9635         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9636
9637 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * gnus-spec.el: Add the Gnus version.
9640         (gnus-update-format-specifications): If the Gnus version changes,
9641         nix out the format spec cache.
9642
9643         * gnus.el (gnus-continuum-version): Made into a command and
9644         optionalize the VERSION.
9645
9646         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9647         the start of the lines.
9648
9649 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * gnus.el (gnus-visual-p): Define function before use of
9652         function.
9653
9654 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9657         (gnus-article-mark-to-type): New function.
9658         (gnus-update-missing-marks): Only update marks of type 'list.
9659
9660         * gnus.el (gnus-article-special-mark-lists): New variable.
9661
9662 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9663
9664         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9665         (gnus-select-newsgroup): Still use 'all.
9666         (gnus-summary-initial-limit): Comparing with 'all.
9667
9668 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9669
9670         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9671         active.
9672
9673 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674
9675         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9676         nnslashdot-*-retrieve-headers.
9677         (nnslashdot-request-article): Fix for slashcode 2.2.
9678         (nnslashdot-make-tuple): New function.
9679         (nnslashdot-read-groups): Use it.
9680
9681 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9684         list.
9685
9686         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9687
9688 2001-08-20  Simon Josefsson  <jas@extundo.com>
9689
9690         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9691         opened, error instead of continuing (and exploding later).
9692
9693 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * gnus.el (gnus-expand-group-parameters): Return the parameter
9696         list.
9697
9698         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9699         (gnus-summary-show-article): Guess at charset if required.
9700
9701         * gnus-spec.el (gnus-correct-substring): Stopped one character
9702         before we wanted.
9703
9704 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9705
9706         * earcon.el (earcon-auto-play): Remove unused option.
9707
9708 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709
9710         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9711         message down in levels, since it happens very fast.
9712
9713         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9714         of smiley-regexp-alist.
9715
9716         * mm-view.el (mm-inline-text): Ignore vcard errors.
9717
9718         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9719
9720         * gnus-score.el (gnus-all-score-files): Use append instead of
9721         nconc.
9722
9723         * gnus.el (gnus-splash-face): Doc fix.
9724
9725         * mm-decode.el (mm-mailcap-command): Use
9726         mm-path-name-rewrite-functions.
9727         (mm-path-name-rewrite-functions): New variable.
9728
9729         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9730         (gnus-complex-form-to-spec): Insert tab.
9731         (gnus-spec-tab): New function.
9732
9733         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9734         entering the group.
9735
9736         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9737         the positional spec.
9738         (gnus-parse-complex-format): React to %C.
9739
9740         * gnus-ems.el (gnus-char-width): Moved here.
9741
9742         * gnus-sum.el (gnus-select-newsgroup): Set
9743         gnus-newsgroup-articles.
9744         (gnus-unseen-mark): New variable.
9745         (gnus-newsgroup-unseen): Ditto.
9746         (gnus-newsgroup-seen): Ditto.
9747         (gnus-adjust-marked-articles): Use them.
9748         (gnus-update-marks): Use them.
9749         (gnus-summary-update-secondary-mark): Display.
9750         (gnus-summary-prepare-threads): Display.
9751
9752         * gnus-msg.el (gnus-inews-group-method): Use and return the
9753         method, not the server.
9754
9755 2001-08-19  Simon Josefsson  <jas@extundo.com>
9756
9757         * gnus-srvr.el (gnus-server-agent-face): New.
9758         (gnus-server-agent-face): New.
9759         (gnus-server-mode): Turn on font-lock-mode.
9760
9761         * gnus.el (gnus-server-visual): Add defgroup.
9762
9763 2001-08-19  Simon Josefsson  <jas@extundo.com>
9764         From Joe Casadonte <jcasadonte@northbound-train.com>
9765
9766         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9767         gnus-server-denied-face): New.
9768         (gnus-server-opened-face, gnus-server-closed-face,
9769         gnus-server-denied-face): New.
9770         (gnus-server-font-lock-keywords): Add.
9771
9772 2001-08-19  Simon Josefsson  <jas@extundo.com>
9773
9774         * nnml.el (nnml-request-set-mark): Return nil.
9775         (nnml-save-marks): Use nnml-possibly-create-directory.
9776         (nnml-open-marks): Only work in temp buffer when inserting/reading
9777         .marks file.
9778
9779 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9780
9781         * gnus.el (gnus-expand-group-parameters): Fix.
9782
9783         * gnus-spec.el (gnus-char-width): New function.
9784         (gnus-correct-substring, gnus-correct-length): Use it.
9785
9786         * message.el (message-required-mail-headers): Fix doc.
9787
9788 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9789
9790         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9791
9792         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9793
9794 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9795
9796         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9797         slashdot 2.2 (not fully fixed yet).
9798         (nnslashdot-request-article): Ditto.
9799
9800 2001-08-18  Simon Josefsson  <jas@extundo.com>
9801
9802         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9803         nnimap.
9804
9805         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9806         gnus-util.
9807         (nnimap-request-update-info-internal): Use new functions.
9808
9809         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9810         new functions.
9811
9812 2001-08-18  Simon Josefsson  <jas@extundo.com>
9813
9814         Make nnml groups self-contained as far as marks are concerned.
9815
9816         * nnml.el (nnml-request-delete-group): Delete marks file.
9817         (nnml-request-rename-group): Move marks file.
9818         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9819         variables.
9820         (nnml-request-set-mark, nnml-request-update-info): New server
9821         functions.
9822         (nnml-save-marks, nnml-open-marks): New functions.
9823
9824 2001-08-18  Simon Josefsson  <jas@extundo.com>
9825
9826         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9827         `set' when setting marks.
9828
9829 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * gnus.el (gnus-info-find-node): Take an argument.
9832
9833         * gnus-art.el (gnus-button-handle-info): New function.
9834         (gnus-url-unhex-string): Replace "+" with " ".
9835
9836 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9837
9838         * message.el (message-check-news-header-syntax): Check bad From.
9839
9840 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * gnus-spec.el (gnus-correct-length): New function.
9843         (gnus-correct-substring): New function.
9844         (gnus-tilde-max-form): Use it.
9845
9846 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9847
9848         * nnmh.el: Docstring changes as below.
9849
9850         * nnml.el: Docstring changes as below.
9851
9852         * nnbabyl.el: Docstring changes as below.
9853
9854         * nnmbox.el: Docstring changes as below.
9855
9856         * nnfolder.el: Added docstrings identifying each virtual server
9857         parameter.
9858
9859 2001-08-18  Simon Josefsson  <jas@extundo.com>
9860
9861         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9862
9863 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9864
9865         * message.el: rename "Abort Message" to "Postpone Message".
9866         Remove "Attach file as MIME" from Message menu, it's already in
9867         the MIME menu.
9868
9869 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9870
9871         * smime.el (smime-point-at-eol): eval-and-compile.
9872         (smime-make-temp-file): New function.
9873         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9874         Use it.
9875
9876 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9879         (gnus-agent-summary-fetch-group): New command and keystroke.
9880
9881         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9882         (gnus-mime-display-security): Make it respect
9883         gnus-unbuttonized-mime-type-p.
9884
9885         * gnus-sum.el (gnus-articles-to-read): Comments.
9886         (gnus-article-marked-p): New function.
9887         (gnus-summary-display-make-predicate): New function.
9888         (gnus-select-newsgroup): Use them.
9889
9890         * mm-decode.el (mm-save-part-to-file): Made it not error.
9891
9892 2001-08-17  Simon Josefsson  <jas@extundo.com>
9893
9894         * imap.el (imap-wait-for-tag): If process-status isn't open or
9895         run, return nil instead of sit-for looping.
9896
9897 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9898
9899         * lpath.el (featurep): fbind xml-parse-region.
9900
9901         * gnus.el (gnus-message-archive-method): Default to "archive".
9902         (gnus-message-archive-method): Doc fix.
9903         (gnus-parameters-get-parameter): Cleaned up.
9904         (gnus-expand-group-parameter): New function.
9905
9906         * gnus-start.el (gnus-setup-news): Push the archive server only
9907         the server list.
9908
9909         * mml.el (mml-menu): Changed name to "Attachments".
9910
9911         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9912         when there is something to detroy.
9913
9914 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9917         nil.
9918
9919 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9920
9921         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9922         which specifies a time today or tomorrow.
9923
9924 2001-08-15  Simon Josefsson  <jas@extundo.com>
9925         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9926
9927         * gnus-agent.el (gnus-agent-make-mode-line-string)
9928         (gnus-agent-toggle-plugged): Use new API.
9929
9930 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9931
9932         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9933         deadline has expired.
9934
9935 2001-08-12  Simon Josefsson  <jas@extundo.com>
9936         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9937
9938         Support `recent' mark indicating newly arrived messages (to
9939         separate from old but unread messages).
9940
9941         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9942         `nnmail-split-history' if recent is > 0.
9943         (nnimap-request-update-info-internal): Update `recent' marks.
9944         (nnimap-request-set-mark): Never set `recent' marks.
9945         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9946         recent.
9947
9948         * gnus-sum.el (gnus-recent-mark): New mark.
9949         (gnus-newsgroup-recent): New variable.
9950         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9951         (gnus-summary-prepare-threads): Mark recent articles.
9952         (gnus-summary-add-mark): Support recent.
9953         (gnus-summary-update-secondary-mark): Support recent.
9954
9955         * gnus.el (gnus-article-mark-lists): Add recent.
9956
9957 2001-08-12  Simon Josefsson  <jas@extundo.com>
9958
9959         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9960         whether successful decoding took place.  Add doc.
9961
9962 2001-08-12  Simon Josefsson  <jas@extundo.com>
9963         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9964
9965         * gnus.el (gnus-summary-line-format, gnus-parameters):
9966         * gnus-gl.el (gnus-summary-grouplens-line-format):
9967         * gnus-salt.el (gnus-summary-pick-line-format):
9968         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9969
9970 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9971         Committed by Kai Gro\e,b_\e(Bjohann.
9972
9973         * gnus-score.el (gnus-score-string): Fix `match' regexp
9974         for `extra' header case.
9975
9976 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9977
9978         * nnmbox.el (nnmbox-read-mbox): No warning.
9979
9980 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * nndoc.el (nndoc-article-type): Fix doc.
9983         (nndoc-generate-article-function): New variable.
9984         (nndoc-dissection-function): New variable.
9985         (nndoc-type-alist): Add oe-dbx.
9986         (nndoc-oe-dbx-type-p): New function.
9987         (nndoc-oe-dbx-dissection): New function.
9988         (nndoc-oe-dbx-generate-article): New function.
9989
9990 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9991
9992         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9993         whether deadline has been reached.  Patch from Dan Nicolaescu
9994         <dann@godzilla.ics.uci.edu>.
9995
9996 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9997
9998         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9999         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10000         <rintaman@cs.Helsinki.FI>.
10001
10002         * mail-source.el (mail-source-movemail): The error buffer is
10003         modified, but nothing in it.
10004
10005 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10006
10007         * message.el (message-bogus-system-names): New variable.
10008         (message-make-fqdn): Use it.
10009
10010 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10011
10012         * nndraft.el (nndraft-request-group): Use
10013         nndraft-auto-save-file-name.
10014
10015 2001-08-09  Simon Josefsson  <jas@extundo.com>
10016
10017         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10018         Don't ask whether to decrypt.  Just leave result in buffer (don't
10019         call mm).
10020
10021         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10022         parts as well.
10023         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10024         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10025
10026 2001-08-09  Simon Josefsson  <jas@extundo.com>
10027
10028         * mm-decode.el (mm-insert-part): Return decoding success status.
10029         (mm-save-part-to-file): Error if decoding failed.
10030
10031 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10032
10033         * message.el (message-tab): Use indent-relative.
10034         (message-mode): Don't bind indent-line-function to indent-relative.
10035
10036 2001-08-09  Simon Josefsson  <jas@extundo.com>
10037
10038         * message.el (message-get-reply-headers): Fix string. Suggested by
10039         Christoph Conrad <cc@cli.de>.
10040
10041 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10042
10043         * message.el (message-tab): Use the current value of
10044         indent-line-function.
10045         (message-mode): Bind indent-line-function to indent-relative.
10046
10047 2001-08-08  Simon Josefsson  <jas@extundo.com>
10048
10049         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10050         whether `imtest' is installed.
10051
10052 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10054
10055         * gnus-sum.el (gnus-summary-show-article): Call
10056         gnus-summary-update-secondary-secondary-mark.
10057         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10058         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10059
10060 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10061
10062         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10063
10064         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10065
10066         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10067         <gerd@gnu.org>.
10068
10069         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10070
10071         * gnus-util.el (gnus-output-to-rmail): Ditto.
10072         (gnus-output-to-mail): Ditto.
10073
10074         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10075
10076 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10077
10078         * message.el (message-indent-citation): Use
10079         `message-yank-cited-prefix' for empty lines.
10080
10081 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10082
10083         * message.el (message-indent-citation): Quote only lines starting
10084         with ">" using `message-yank-cited-prefix'.
10085
10086 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10087         Trivial patch.
10088
10089         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10090         gnus-cache-fully-p.
10091
10092 2001-08-04  Simon Josefsson  <jas@extundo.com>
10093
10094         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10095         file if it doesn't exist (by calling gnus-cache-read-active).
10096
10097 2001-08-04  Simon Josefsson  <jas@extundo.com>
10098
10099         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10100         (gnus-cache-passively-or-fully-p): Removed.
10101         (gnus-cache-fully-p): Fix it.
10102
10103         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10104
10105 2001-08-04  Simon Josefsson  <jas@extundo.com>
10106
10107         * gnus-cache.el (gnus-cache-fully-p)
10108         (gnus-cache-passively-or-fully-p): New functions.
10109         (gnus-cache-possibly-enter-article): Cosmetic change, use
10110         `g-c-p-o-f-p'.
10111         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10112         was bogus (`g-c-p-a-a' does not change active info, just change
10113         the functions parameters).
10114         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10115         not removed in groups that match `gnus-uncacheable-groups'.
10116
10117         Reported and modifications based on discussions with Nuutti
10118         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10119
10120 2001-08-04  Simon Josefsson  <jas@extundo.com>
10121         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10122
10123         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10124         calls `gnus-cache-update-active' if bounds has been extended.
10125
10126 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10127
10128         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10129         before remove.
10130         (gnus-mime-security-show-details): Ditto.
10131
10132 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10133
10134         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10135         syntax.  Protect string-match against nil string and regexp.
10136
10137 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10138
10139         * mm-util.el (mm-find-charset-region): Remove control-1.
10140
10141 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10142
10143         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10144
10145 2001-08-04  Simon Josefsson  <jas@extundo.com>
10146
10147         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10148         buffer.  Delete MIME-Version header.
10149
10150 2001-08-03  Simon Josefsson  <jas@extundo.com>
10151
10152         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10153         that is entered does not necessarily have the highest article
10154         number in the group, so use `gnus-cache-possibly-alter-active'
10155         instead of `gnus-cache-update-active'.
10156
10157 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10158
10159         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10160
10161 2001-08-03  Simon Josefsson  <jas@extundo.com>
10162
10163         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10164         menu.
10165
10166 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus.el (post-method): New group parameter.  It also provides
10169         the user option `gnus-post-method-alist' and the internal function
10170         `gnus-parameter-post-method'.
10171
10172         * gnus-msg.el (gnus-post-method): Bind the value of
10173         `gnus-post-method' to the group parameter if it is defined.
10174
10175 2001-08-02  Simon Josefsson  <jas@extundo.com>
10176
10177         * smime.el (smime-extra-arguments): Removed.
10178         (smime-call-openssl-region): Don't use it.
10179
10180 2001-08-02  Simon Josefsson  <jas@extundo.com>
10181
10182         * smime.el (smime-sign-region): Handle stderr.
10183         (smime-encrypt-region): Ditto.
10184
10185         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10186         match the ASN.1 length bytes.
10187         (mm-pkcs7-enveloped-magic): Ditto.
10188         (mm-view-pkcs7-get-type): Don't regexp quote.
10189
10190 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10191         From Andreas Fuchs <asf@void.at>
10192
10193         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10194
10195 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10196
10197         * gnus-art.el (gnus-header-button-alist): References regexp.
10198
10199 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10200
10201         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10202         already fboundp.  Add INTERACTIVE arg to autoload form.
10203
10204 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10205
10206         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10207
10208         * nnmail.el (nnmail-cache-open): Ditto.
10209
10210 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10211
10212         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10213
10214 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10217
10218 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10219         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10220
10221         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10222         (gnus-agent-toggle-plugged): Use it.
10223
10224 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10227         (gnus-ding-file-coding-system): New variable.
10228         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10229         (gnus-slave-save-newsrc): Use it.
10230
10231 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10232
10233         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10234         syntax.
10235
10236 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10237         Originally from Andreas Fuchs <asf@void.at>
10238
10239         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10240         (mml2015-gpg-pretty-print-fpr): New function.
10241         (mml2015-gpg-extract-signature-details): More details, rename from
10242         `m-g-e-from'.
10243         (mml2015-gpg-verify): Use them.
10244         (mml2015-gpg-clear-verify): Use them.
10245
10246 2001-07-31  Simon Josefsson  <jas@extundo.com>
10247
10248         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10249         buffer when done.
10250
10251 2001-07-30  Simon Josefsson  <jas@extundo.com>
10252
10253         * smime.el (smime-call-openssl-region): Revert previous change,
10254         just pass on buf to `call-process-region'.
10255         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10256         `smime-new-details-buffer'.  Inserts error messages into buffer.
10257         (smime-noverify-region): Ditto.
10258         (smime-decrypt-region): Ditto.  Handles stderr separately.
10259         (smime-verify-buffer, smime-noverify-buffer)
10260         (smime-decrypt-buffer): Doc fix.
10261         (smime-new-details-buffer): New function.
10262         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10263         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10264         (smime-sign-region, smime-encrypt-region): Don't use
10265         `insert-buffer'.
10266
10267         * mml-smime.el (mml-smime-verify): Fix security button strings.
10268
10269 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10270
10271         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10272         gnus-article-mime-handles.
10273
10274 2001-07-29  Simon Josefsson  <jas@extundo.com>
10275
10276         * mail-source.el (top-level): Require message for message-directory.
10277         (mail-source-directory): Change default to message-directory.
10278
10279         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10280         (smime-certificate-directory, smime-openssl-program)
10281         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10282         (smime-extra-arguments): New variable.
10283         (smime-dns-server): Fix customize group.
10284         (smime-call-openssl-region): Use `smime-extra-arguments'.
10285
10286 2001-07-29  Simon Josefsson  <jas@extundo.com>
10287         From Vladimir Volovich <vvv@vsu.ru>
10288
10289         * smime.el (smime-call-openssl-region): Ignore stderr.
10290
10291 2001-07-29  Simon Josefsson  <jas@extundo.com>
10292         From Christoph Conrad <christoph.conrad@gmx.de>
10293
10294         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10295         file.
10296
10297 2001-07-29  Simon Josefsson  <jas@extundo.com>
10298
10299         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10300
10301         Support S/MIME decryption.
10302
10303         * mm-decode.el (mm-inline-media-tests):
10304         (mm-inlined-types):
10305         (mm-automatic-display):
10306         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10307
10308         * mm-view.el (mm-pkcs7-signed-magic):
10309         (mm-pkcs7-enveloped-magic): New variables.
10310         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10311         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10312         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10313         PKCS#7 blobs.
10314
10315         * smime.el (smime-decrypt-region): Expand keyfile.
10316
10317 2001-07-29  Simon Josefsson  <jas@extundo.com>
10318
10319         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10320         `ssl.el' variables.
10321
10322         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10323         but line instead of narrowing to it, because `nnmail-parse-active'
10324         calls widen.  Thanks to Christoph Conrad
10325         <christoph.conrad@gmx.de>.
10326
10327 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10328
10329         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10330         for %B spec.
10331
10332         * gnus-sum.el (gnus-summary-prepare-threads): If
10333         gnus-sum-thread-tree-root is nil, use subject instead.
10334         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10335         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10336         (gnus-sum-thread-tree-leaf-with-other)
10337         (gnus-sum-thread-tree-single-leaf): Documentation.
10338         (gnus-sum-thread-tree-single-indent): Allow nil.
10339
10340 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10341
10342         * message.el (message-fill-paragraph): Do nothing if the user
10343         wants filladapt-mode.
10344
10345 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10346
10347         * mm-decode.el (mm-image-type-from-buffer): New function.
10348         (mm-get-image): Use it.
10349
10350 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10351
10352         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10353
10354         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10355         mm-display-parts too.
10356
10357 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * nnfolder.el (nnfolder-request-accept-article): Bind
10360         nntp-server-buffer.
10361
10362         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10363         nntp-server-buffer.
10364
10365 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10366
10367         * message.el (message-check-news-header-syntax): Use
10368         message-post-method.
10369         (message-send-news): Bind message-post-method.
10370
10371 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372
10373         * mml.el (mml-tweak-type-alist): New variable.
10374         (mml-tweak-function-alist): New variable.
10375         (mml-tweak-part): New function.
10376         (mml-generate-mime-1): Use it.
10377
10378 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10379
10380         * nnfolder.el (nnfolder-request-accept-article): Replace
10381         nnfolder-request-list.
10382
10383 2001-07-27  Simon Josefsson  <jas@extundo.com>
10384
10385         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10386         nnoo-change-server failed to do it.
10387
10388 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10389
10390         * gnus.el (gnus-parameters): Make it customizable.
10391
10392 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10395
10396         * message.el (message-set-auto-save-file-name): More
10397         poor-system-types.
10398
10399         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10400
10401         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10402         supports +.
10403
10404 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405
10406         * mm-decode.el (mm-readable-p): New function.
10407         (mm-inline-media-tests): Fix the default testers.
10408
10409 2001-07-26  Simon Josefsson  <jas@extundo.com>
10410
10411         * nnimap.el (nnimap-version): Bump version number.
10412
10413 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414         From Steven E. Harris <seh@speakeasy.org>
10415
10416         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10417         in M$Windows too.
10418
10419 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10420
10421         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10422
10423 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10424
10425         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10426
10427         * mm-decode.el (mm-get-image): Guess then use the type.
10428
10429         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10430
10431 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10432
10433         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10434         display (%B) for threads if threading is off.
10435
10436 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437         From Henrik Enberg <henrik@enberg.org>
10438
10439         * gnus-msg.el: Customization patch.
10440
10441 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10442
10443         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10444         variable.
10445         (nnmail-split-fancy-with-parent): Ignore certain groups.
10446
10447 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * gnus-util.el (gnus-byte-compile): New function.
10450         (gnus-use-byte-compile): New variable.
10451         (gnus-make-sort-function): Use it.
10452
10453         * nnmail.el (nnmail-get-new-mail): Use it.
10454
10455         * gnus-agent.el (gnus-category-make-function): Simple function or
10456         compiled function.
10457         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10458
10459         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10460         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10461         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10462
10463         * message.el (message-check-news-header-syntax): Remove quote.
10464
10465 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466
10467         * message.el (message-use-mail-followup-to): `t' is not a
10468         documented value.
10469
10470 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10471
10472         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10473
10474 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10475
10476         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10477         there are long lines.
10478
10479 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * dgnushack.el (copy-list): New compiler macro.
10482
10483 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * message.el (message-bounce): If no Return-Path, the whole
10486         content is considered as the original message.
10487
10488         * nnml.el (nnml-check-directory-twice): New variable.
10489         (nnml-article-to-file): Use it.
10490         (nnml-retrieve-headers): Hack it.
10491
10492 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * gnus-win.el (gnus-buffer-configuration): New configure.
10495
10496         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10497         not alive.
10498
10499         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10500         (mm-display-external): Use display-term configure.
10501
10502 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10503
10504         * gnus-delay.el (gnus-delay-default-hour): New variable.
10505         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10506
10507 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10508         From Karl Kleinpaste <karl@charcoal.com>
10509
10510         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10511         (gnus-summary-prepare-threads): Ditto.
10512
10513         * gnus.el (gnus-summary-line-format): Add %B.
10514
10515 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10516
10517         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10518
10519         * mm-util.el (mm-string-as-multibyte): New function.
10520
10521         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10522
10523 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10524
10525         * mm-util.el (mm-universal-coding-system): New variable.
10526
10527         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10528
10529         * score-mode.el (score-mode-coding-system): Use it.
10530
10531 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-start.el (gnus-setup-news): Call
10534         `gnus-check-bogus-newsgroups' just after the native server is
10535         opened.
10536
10537 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10538
10539         * nnmail.el (nnmail-do-request-post): Util function to be used by
10540         `nnchoke-request-post' for all nnmail-derived backends.
10541
10542         * nnml.el (nnml-request-post): Use it.
10543
10544         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10545         backend, for it groks nnml-request-post.
10546
10547         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10548         Treat `mail-post' backends like `mail' backends, not like `news'
10549         backends.
10550
10551 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * gnus-msg.el (gnus-setup-message): make-local-hook.
10554
10555 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10556
10557         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10558         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10559         <karl@charcoal.com>, slightly changed by Kai.
10560
10561         * message.el (message-check-news-header-syntax): When checking
10562         whether the groups exist, check the right server based on
10563         `gnus-post-method'.
10564
10565 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10566
10567         * gnus-delay.el: New file.
10568
10569 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570
10571         * mm-util.el (mm-read-coding-system): Take two arguments.
10572
10573         * gnus-sum.el (gnus-summary-show-article): Use
10574         mm-read-coding-system.
10575
10576         * gnus-art.el (article-de-quoted-unreadable):
10577         (article-de-base64-unreadable, article-wash-html):
10578         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10579
10580 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10581
10582         * nnml.el (nnml-request-post): New function.  Can be used for
10583         annotations in nnml groups.
10584
10585 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10588         command.
10589
10590         * gnus-start.el (gnus-find-new-newsgroups): Use
10591         `message-make-date' instead of `current-time-string'.
10592         (gnus-ask-server-for-new-groups): Ditto.
10593         (gnus-check-first-time-used): Ditto.
10594
10595 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10596
10597         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10598
10599 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10600
10601         * message.el (message-shorten-references): Change `maxcount' and
10602         `cut' to obey USEFOR draft 5.
10603
10604 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10605
10606         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10607         (gnus-summary-set-article-display-arrow): New function.
10608         (gnus-summary-goto-subject): Use it.
10609
10610 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10611
10612         * gnus-sum.el (gnus-summary-import-article): Insert date if
10613         doesn't exist.
10614
10615 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10616
10617         * mml.el (mml-content-type-parameters): New variable.
10618         (mml-content-disposition-parameters): New variable.
10619         (mml-insert-mime-headers): Use them.
10620         (mml-parse-1): Accept charset.
10621
10622 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10623
10624         * gnus-group.el (gnus-group-select-group): Doc fix.
10625
10626         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10627
10628 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10631         to handle `define-derived-mode'.
10632
10633 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634         From:  Stefan Monnier  <monnier@cs.yale.edu>
10635
10636         * message.el (message-mode): Use define-derived-mode.
10637         (message-tab): message-completion-alist.
10638
10639         * imap.el (imap-interactive-login): Use make-local-variable.
10640         (imap-open): Ditto.
10641         (imap-authenticate): Ditto.
10642
10643         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10644
10645         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10646
10647 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10648
10649         * message.el (message-citation-line-function): Refer to
10650         gnus-cite-attribution-suffix.
10651
10652 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10653
10654         * gnus-art.el,...: Error convention changes.
10655
10656 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10659
10660 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10661
10662         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10663         (nnrss-read-server-data): Ditto.
10664
10665 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10666
10667         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10668         * Cleanup files.
10669         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10670
10671 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10672
10673         * gnus.el (gnus-summary-line-format): Add %o.
10674
10675         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10676         unless shell outputs something.
10677
10678 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * gnus-art.el (gnus-boring-article-headers): Better doc.
10681         (article-hide-headers): Better regexp.
10682         Suggested by Matt Swift <swift@alum.mit.edu>.
10683
10684         * nnheader.el (nnheader-max-head-length): Better doc.
10685         (nnheader-header-value): Skip spaces.
10686         (nnheader-parse-head): Remove space.
10687         Suggested by Matt Swift <swift@alum.mit.edu>.
10688
10689         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10690         (gnus-get-newsgroup-headers): Remove space.
10691
10692 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10693
10694         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10695         (gnus-summary-reply): Use it.
10696         (gnus-summary-reply-broken-reply-to): New function.
10697         (gnus-msg-force-broken-reply-to): New function.
10698
10699         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10700
10701 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10702
10703         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10704
10705 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10706
10707         * mm-decode.el (mm-external-terminal-program): New variable.
10708         (mm-display-external): Use it. Use term to display when no
10709         window-system.
10710
10711 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10712
10713         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10714         Browse->Next entries to Browse->Prev
10715
10716 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10717
10718         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10719
10720 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10723         for the default encoding.
10724
10725         * nnrss.el (nnrss-url-field): New field.
10726         (nnrss-request-article): Add newsgroups.
10727
10728         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10729
10730 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10733
10734         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10735         (gnus-draft-setup): Remove backlog.
10736
10737 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10738
10739         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10740         Cleanup.
10741
10742 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * gnus-msg.el (gnus-bug): Erase buffer.
10745
10746         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10747
10748 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10749
10750         * mm-decode.el (mm-attachment-override-p): Fix typo.
10751
10752 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-kill.el (gnus-execute): Work with the extra headers.
10755         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10756
10757 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10760         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10761
10762         * message.el (message-send-mail-real-function): New variable.
10763         (message-send-mail-partially, message-send-mail):
10764
10765         * nngateway.el (nngateway-request-post): Use it.
10766
10767         * gnus-agent.el (gnus-agentize): Use it.
10768
10769         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10770         (nnsoup-revert-variables): Use it.
10771
10772 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10773
10774         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10775         text/plain if the type doesn't match any other media types.
10776         (mm-inlined-types): Doc fix.
10777         (mm-display-inline): Revert previous change (now handled by a
10778         default type in `mm-inline-media-tests'.
10779         (mm-inlinable-p): Revive.
10780         (mm-display-part): Call `mm-inlinable-p'.
10781         (mm-attachment-override-p): Ditto.
10782         (mm-inlined-p): Doc fix.
10783
10784         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10785         well as `mm-inlined-p'.
10786
10787 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10790         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10791
10792 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793         From  Paul Jarc <prj@po.cwru.edu>
10794
10795         * message.el (message-use-mail-followup-to): New variable.
10796         (message-get-reply-headers): Use it.
10797
10798 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10799
10800         * nnheader.el (nnheader-init-server-buffer): Make sure the
10801         *nntpd* buffer is made multibyte instead of a random buffer.
10802
10803 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10804
10805         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10806         when it returns headers.
10807
10808 2001-07-07  Simon Josefsson  <jas@extundo.com>
10809
10810         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10811         trying to fold. Thanks to Colin Walters
10812         <walters@cis.ohio-state.edu>
10813
10814 2001-07-06  Simon Josefsson  <jas@extundo.com>
10815
10816         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10817         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10818         Add information in `assert's.
10819
10820         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10821         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10822         and `nnimap-group-overview-filename', should handle all
10823         change-of-uidvalidity related issues.  But there may be other
10824         problems.)
10825
10826 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10827
10828         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10829         header name when folding.
10830
10831 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10832
10833         * mm-decode.el (mm-inlined-types): Document relationship with
10834         `mm-inline-media-tests'.
10835         (mm-display-inline): Default to displaying as plain text if no
10836         inlining handler is available.
10837         (mm-inlinable-p): Remove.
10838         (mm-inlined-p): Don't call `mm-inlinable-p'.
10839         (mm-automatic-display-p): Ditto.
10840         (mm-attachment-override-p): Ditto.
10841
10842 2001-07-04  Simon Josefsson  <jas@extundo.com>
10843
10844         * nnimap.el (nnimap-importantize-dormant): New variable.
10845         (nnimap-request-update-info-internal): Use it.
10846         (nnimap-request-set-mark): Ditto.
10847
10848 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10849
10850         * nntp.el (nntp-send-command): don't pass a buffer argument to
10851         `point'. Only XEmacs accepts this.
10852         * nntp.el (nntp-send-command-nodelete): ditto.
10853         * nntp.el (nntp-send-command-and-decode): ditto.
10854
10855 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10856
10857         * nntp.el (nntp-open-connection-function): doc update.
10858         * nntp.el (nntp-pre-command): New.
10859         * nntp.el (nntp-via-rlogin-command): New.
10860         * nntp.el (nntp-via-telnet-command): New.
10861         * nntp.el (nntp-via-telnet-switches): New.
10862         * nntp.el (nntp-via-user-name): New.
10863         * nntp.el (nntp-via-user-password): New.
10864         * nntp.el (nntp-via-address): New.
10865         * nntp.el (nntp-via-envuser): New.
10866         * nntp.el (nntp-via-shell-prompt): New.
10867         * nntp.el (nntp-open-telnet-stream): New.
10868         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10869         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10870         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10871         * nntp.el (nntp-send-command): ditto.
10872         * nntp.el (nntp-send-command-nodelete): ditto.
10873         * nntp.el (nntp-send-command-and-decode): ditto.
10874
10875 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10876         Trivial patch.
10877
10878         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10879         `when'.
10880
10881 2001-07-03  Simon Josefsson  <jas@extundo.com>
10882         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10883
10884         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10885
10886 2001-07-03  Simon Josefsson  <jas@extundo.com>
10887
10888         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10889         remove it (workaround XEmacs `fill-region' bug).
10890
10891 2001-07-01  Simon Josefsson  <jas@extundo.com>
10892
10893         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10894
10895 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10896
10897         * mml2015.el (mml2015-format-error): New function.
10898         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10899         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10900         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10901
10902 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10903
10904         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10905         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10906
10907         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10908         group variables.
10909
10910 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10911
10912         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10913
10914         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10915         (nnrss-save-group-data): Ditto.
10916
10917         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10918
10919 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * message.el (message-do-send-housekeeping): Narrow to headers.
10922
10923 2001-06-24  Simon Josefsson  <jas@extundo.com>
10924
10925         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10926         insertion when breaking lines looked for " \t" instead of "[ \t]".
10927         (rfc2047-encode-message-header): Fold lines even if
10928         no QP encoding is done.
10929
10930 2001-06-23  Simon Josefsson  <jas@extundo.com>
10931         From Samuel Tardieu <sam@inf.enst.fr>
10932
10933         * smime.el (smime-keys): Support additional certificates.
10934         (smime-make-certfiles): New function.
10935         (smime-sign-region): Use previous variables.
10936         (smime-get-certfiles): New function.
10937         (smime-sign-buffer): Use it.
10938         (smime-verify-region): Support both CAfile and CApath.
10939
10940 2001-06-23  Simon Josefsson  <jas@extundo.com>
10941
10942         * smime.el (smime-decrypt-region): Perhaps work.
10943
10944 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10945
10946         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10947
10948 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10949
10950         * mm-decode.el (mm-save-part): Rewrite file name.
10951         (mm-file-name-rewrite-functions): New variable.
10952         (mm-file-name-delete-whitespace): New function.
10953         (mm-file-name-trim-whitespace): New function.
10954         (mm-file-name-collapse-whitespace): New function.
10955         (mm-file-name-replace-whitespace): New variable and function.
10956
10957 2001-06-22  Simon Josefsson  <jas@extundo.com>
10958
10959         * message.el (message-make-date): Workaround locale for weekdays.
10960
10961 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * message.el (message-goto-body): Return nil if not found. (revert!)
10964
10965 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10966         From Fremlin <chief@bandits.org>
10967
10968         * message.el (message-goto-body): Some messages have no header.
10969
10970         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10971
10972 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10973
10974         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10975
10976 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10977
10978         * message.el (message-make-date): Add week day.
10979         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10980
10981 2001-06-19  Simon Josefsson  <jas@extundo.com>
10982
10983         * message.el (message-yank-prefix): Doc fix.
10984         (message-yank-cited-prefix): Ditto.
10985         (message-delete-not-region): Keep citation prefix on first line,
10986         if possible and appropriate.
10987
10988 2001-06-19  Simon Josefsson  <jas@extundo.com>
10989
10990         * imap.el (imap-process-connection-type): New variable.
10991         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10992         recent `imtest's work completely (no line length issues), while
10993         making making old `imtest's unusable.  Thanks to NAGY Andras
10994         <nagya@inf.elte.hu> for his work.
10995
10996 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10997
10998         * imap.el (imap-ssl-program): Add -quiet to shut up
10999         OpenSSL/SSLeay's internal debug talk.
11000
11001 2001-06-19  Matt Armstrong  <matt@lickey.com>
11002
11003         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11004         server.
11005
11006 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11007
11008         * nnmail.el (nnmail-article-buffer): New variable.
11009         (nnmail-split-incoming): Use it.
11010
11011 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11012
11013         * qp.el (quoted-printable-decode-region): If called interactively,
11014         use coding-system-for-read.
11015
11016 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11017
11018         * message.el (message-check-news-header-syntax): Check Reply-To.
11019
11020 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * mml.el (mml-parse-1): Use message options.
11023
11024         * message.el (message-do-fcc): Don't do anything if there is no
11025         FCC.
11026
11027 2001-06-16  Simon Josefsson  <jas@extundo.com>
11028
11029         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11030         (nnimap-expunge-search-string): New variable.
11031         (nnimap-request-expire-articles): Use it.
11032
11033 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034
11035         * message.el (message-send-mail-with-qmail): wrong exit status is
11036         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11037
11038 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11039
11040         * gnus-art.el (article-strip-multiple-blank-lines): Use
11041         delete-region instead of replace-match.
11042
11043 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11046         (nnweb-google-wash-article): Ditto.
11047
11048 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11049
11050         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11051
11052 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11055         specs.
11056
11057 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11058
11059         * gnus.el (gnus-email-address): Move it here.
11060
11061         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11062         requested.
11063         (article-de-base64-unreadable): Ditto.
11064         (article-wash-html): Ditto.
11065
11066 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11067
11068         * message.el (message-options-set-recipient): Don't add ", "
11069         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11070
11071 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11074
11075 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11076
11077         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11078         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11079
11080         * nnrss.el (nnrss-node-text): Node might be nil.
11081
11082 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11083
11084         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11085         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11086
11087         * nnrss.el (nnrss-group-alist): More items.
11088
11089 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11092
11093 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094         Trivial patch from Dale Hagglund  <rdh@best.com>
11095
11096         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11097         restrict clauses.
11098
11099 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11100
11101         From Benjamin Rutt <brutt+news@bloomington.in.us>
11102
11103         * message.el (message-wide-reply-confirm-recipients): New variable.
11104
11105 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11107
11108         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11109         fix so it works with XEmacs.
11110
11111 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11114         headers.
11115
11116 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * nnrss.el: Fix a few bugs.
11119
11120 2001-06-05  Simon Josefsson  <jas@extundo.com>
11121
11122         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11123         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11124
11125 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11126
11127         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11128         binary so that we don't transmit ISO 2022 garbage to the process.
11129         This is needed under XEmacs.
11130
11131 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11132
11133         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11134         autoloaded incorrectly below because ssl-program-* is bound.)
11135         Thanks to Amos Gouaux for report.
11136
11137 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11138
11139         * imap.el (imap-kerberos4-open):
11140         (imap-gssapi-open):
11141         (imap-ssl-open):
11142         (imap-network-open):
11143         (imap-shell-open):
11144         (imap-starttls-open): Set buffer to workaround spurious
11145         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11146         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11147         Colman <colman@ppllc.com> for report.
11148
11149 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * gnus-sum.el (gnus-summary-catchup): New argument.
11152         (gnus-summary-catchup-from-here): New function.
11153
11154 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11155
11156         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11157         back, then insert glyph.  (Before, the glyph was inserted first,
11158         then the newline.)  This works around a behavior in XEmacs where
11159         it is not possible to insert a character after a glyph which is at
11160         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11161
11162 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11163
11164         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11165
11166         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11167         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11168         mm-destroy-postponed-undisplay-list): New functions.
11169         (mm-display-external): Use them.
11170
11171 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11172
11173         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11174         `default-low' when evaluating `gnus-summary-highlight'.
11175         From Raja R Harinath <harinath@cs.umn.edu>.
11176
11177 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11178
11179         * message.el (message-yank-cited-prefix): New variable.
11180         (message-indent-citation): Use it.
11181
11182         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11183         as details.
11184         (mml2015-mailcrypt-clear-verify): Ditto.
11185
11186 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11187         From Nevin Kapur <nevin@jhu.edu>.
11188
11189         * gnus-sum.el (gnus-summary-default-high-score,
11190         gnus-summary-default-low-score): New variables.
11191         (gnus-summary-highlight): Use them.
11192
11193 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11194
11195         * message.el (message-mail): pass the 'send-actions argument to
11196         `message-setup'.
11197
11198 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11199         From Raymond Scholz <ray-2001@zonix.de>
11200
11201         * gnus-art.el (gnus-mime-view-part-as-charset):
11202         (gnus-mime-internalize-part): Doc fixes.
11203
11204 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11205
11206         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11207         status lines without any text ("^215$").
11208
11209 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * nnrss.el (nnrss-check-group): Reverse.
11212
11213 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11214
11215         * message.el (message-get-reply-headers):
11216         (message-followup): Fix typo, suggested by David Green
11217         <dgreen@uab.edu>
11218
11219 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11220
11221         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11222
11223         * nnrss.el (nnrss-open-server): Read server data when it is called.
11224         (nnrss-request-expire-articles): Fix.
11225
11226 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11227
11228         * message.el (message-do-send-housekeeping): mail-abbrevs may
11229         rename buffer behind Gnus.
11230
11231 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11232
11233         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11234         (nnrss-group-alist): Add more resources.
11235         (nnrss-check-group): Ignore errors.
11236
11237 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238
11239         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11240
11241         * nnslashdot.el (nnslashdot-request-list): Add time.
11242         (nnslashdot-request-expire-articles): New function.
11243
11244         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11245         secondary methods too.
11246
11247 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * message.el (message-use-followup-to): Set default value to t.
11250
11251 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11252
11253         * message.el (message-dont-reply-to-names): Fix documentation.
11254         (message-get-reply-headers): Use Mail-Followup-To only for wide
11255         replies.
11256
11257 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11258
11259         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11260         correctly.
11261         (nnrss-check-group): Use time.
11262
11263 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11264
11265         * gnus.el: Oort Gnus v0.03 is released.
11266
11267 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11270         group.
11271
11272 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11275
11276 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * nnultimate.el (nnultimate-retrieve-headers): Return all
11279         available headers.
11280
11281         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11282         (gnus-get-newsgroup-headers-xover): Use it.
11283
11284 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285
11286         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11287
11288 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11289
11290         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11291
11292 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11293
11294         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11295         disable it.
11296
11297         * gnus.el (gnus-info-nodes): Remove a few The's.
11298
11299 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300
11301         * mail-source.el (mail-source-movemail): Call-process may return a
11302         signal description string.
11303
11304         * gnus-start.el (gnus-read-newsrc-el-file):
11305         gnus-newsrc-file-version may be nil.
11306
11307         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11308         Suggested by Michael Sperber [Mr. Preprocessor]
11309         <sperber@informatik.uni-tuebingen.de>.
11310
11311 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11312
11313         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11314
11315 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11316
11317         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11318         fontify HANDLE.
11319
11320 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11321
11322         * smime.el (smime-ask-passphrase): Rework to return value.
11323         (smime-sign-region): Rework to bind value and use it.
11324         (smime-decrypt-region): Ditto.
11325
11326 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11327         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11328
11329         * smime.el (smime-ask-passphrase): New function.
11330         (smime-sign-region): Use it.
11331         (smime-encrypt-cipher): New variable.
11332         (smime-decrypt-region): Ditto.
11333
11334 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11335         Committed by Simon Josefsson  <simon@josefsson.org>
11336
11337         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11338         the log.
11339
11340 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11341
11342         * gnus.el: Oort Gnus v0.02 is released.
11343
11344 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11345
11346         * gnus.el: Oort Gnus v0.01 is released.
11347
11348 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11349
11350         * gnus-sum.el (gnus-summary-highlight): Highlight read
11351         undownloaded articles as read articles.
11352
11353         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11354         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11355         articles, even read ones, as such.
11356
11357         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11358         (gnus-find-matching-articles): New function.
11359         (gnus-summary-limit-include-matching-articles): New command.
11360         (gnus-summary-limit-include-thread): Include articles that have
11361         matching subjects.
11362         (gnus-offer-save-summaries): Clean up.
11363
11364 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11365
11366         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11367
11368 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11369         From Jason Merrill <jason_merrill@redhat.com>
11370
11371         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11372
11373 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11374         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11375
11376         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11377         newsgroup names when the original article is a news message.
11378
11379 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11380
11381         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11382         supported. Suggest by Jim Meyering <jim@meyering.net>.
11383
11384 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11385         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11386
11387         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11388         regexp in nnmail-split-fancy.
11389
11390 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11391
11392         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11393
11394 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11395
11396         * message.el (message-send-mail): Improve the interaction with the
11397         user.
11398
11399 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11400
11401         * imap.el (imap-message-copy): Work around buggy servers that
11402         doesn't send TRYCREATE tags.
11403
11404 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11407
11408 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11411         date.
11412
11413 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11414
11415         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11416         lives.
11417
11418 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419
11420         * gnus-art.el (gnus-parse-news-url): New function.
11421         (gnus-button-handle-news): New function.
11422         (gnus-button-alist): Point to new functions.
11423
11424         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11425
11426         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11427         gnus-format-specs.
11428
11429         * message.el (message-check-news-header-syntax): Question even
11430         when Gnus doesn't know the group names.
11431         (message-send-news): Clean up.
11432
11433         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11434         exited on purpose without saving.
11435
11436         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11437
11438 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * gnus-score.el (gnus-score-orphans): Clean up.
11441
11442         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11443
11444         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11445         later.
11446
11447         * gnus-start.el (gnus-close-all-servers): Find the right items to
11448         close.
11449
11450         * qp.el (quoted-printable-decode-region): Just message
11451         malformation; don't quit.
11452
11453 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11454         From Gerd Moellmann <gerd@gnu.org>.
11455
11456         * gnus.el (gnus-interactive): A typo.
11457
11458 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11459         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11460
11461         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11462         `assq-delete-all', if that function exists; otherwise use the old
11463         definition. Documentation changed to match the one in
11464         `assq-delete-all'.
11465
11466 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467
11468         * gnus-start.el (gnus-close-all-servers): New function.
11469
11470         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11471         (gnus-server-remove-denials): Clean up.
11472
11473         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11474         keystroke.
11475
11476 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * message.el (message-send-news): Message where we are sending.
11479         (message-send-mail): Ditto.
11480
11481         * gnus.el (gnus-server-string): New function.
11482
11483         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11484
11485         * mm-decode.el (mm-default-directory): Customized.
11486         (mm-tmp-directory): Ditto.
11487
11488         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11489         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11490         or Chars.
11491         (gnus-summary-line-format-alist): ?l is now a string.
11492         (gnus-summary-prepare-threads): Output ? for unknown lines.
11493         (gnus-summary-insert-line): Ditto.
11494         (gnus-summary-print-article): Unbalanced parentheses.
11495
11496         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11497         out whether new stuff has arrived.
11498
11499 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11500
11501         * gnus-sum.el: Let printing work on ttys on Emacs.
11502
11503 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11506         when forcing news.
11507
11508         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11509         command.
11510
11511 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11512
11513         * message.el (message-set-auto-save-file-name): Don't use
11514         asterisks under nt.
11515
11516 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11519         lists of articles.
11520
11521         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11522
11523         * gnus-msg.el (gnus-put-message): Clean up.
11524         (gnus-summary-reply): Mark all replied-to articles as replied to.
11525         (gnus-inews-add-send-actions): Also mark as forwarded.
11526         (gnus-summary-mail-forward): Mark as forwarded.
11527
11528         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11529         of articles.
11530         (gnus-summary-mark-article-as-forwarded): Ditto.
11531
11532         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11533         forwarded.
11534         (gnus-summary-mail-forward): Clean up.
11535
11536         * gnus.el (gnus-article-mark-lists): Added forward.
11537
11538         * gnus-sum.el (gnus-forwarded-mark): New variable.
11539         (gnus-summary-prepare-threads): Use it.
11540         (gnus-summary-update-secondary-mark): Ditto.
11541         (gnus-newsgroup-forwarded): New variable.
11542
11543 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11544
11545         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11546         (gnus-summary-very-wide-reply): New command and keystroke.
11547         (gnus-summary-very-wide-reply-with-original): Ditto.
11548
11549         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11550         (gnus-score-adaptive): Use it.
11551
11552         * gnus-start.el (gnus-get-unread-articles): Clean up.
11553
11554 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555
11556         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11557         boards.
11558
11559 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11560
11561         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11562         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11563
11564 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11565
11566         * nnultimate.el (nnultimate-retrieve-headers): Understand
11567         long-form month names.
11568
11569 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570
11571         * gnus-sum.el (gnus-summary-show-all-headers):
11572         gnus-article-show-all-headers is broken. Use
11573         gnus-summary-toggle-header instead.
11574
11575         * mml2015.el (mml2015-gpg-extract-from): No error.
11576
11577 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11578         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11579
11580         * mml2015.el (mml2015-gpg-extract-from): New function.
11581         (mml2015-gpg-verify): Use it.
11582         (mml2015-gpg-clear-verify): Use it.
11583
11584 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * message.el (message-setup-fill-variables): Use
11587         fill-paragraph-function.
11588         (message-fill-paragraph): Take an argument.
11589         (message-newline-and-reformat): Take another argument.
11590
11591 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11592
11593         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11594
11595 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * message.el (message-forward): local-variable-p takes an extra
11598         argument in XEmacs.
11599
11600 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11601
11602         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11603         `nnimap-use-nov-p' (it really tested the negative).
11604         (nnimap-retrieve-headers): Use it.
11605
11606 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11607
11608         * message.el (message-generate-headers-first): Update doc.
11609
11610 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11611         Trivial patch.
11612
11613         * gnus.el (gnus-summary-line-format): Typo.
11614
11615 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11616
11617         * mailcap.el (mailcap-mime-data): Add application/sieve.
11618         (mailcap-mime-extensions): Add .siv, .xls.
11619
11620 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11621         From Christoph Conrad <christoph.conrad@gmx.de>
11622
11623         * gnus-score.el (gnus-summary-lower-thread): Typo.
11624
11625 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11626
11627         * message.el (message-forward-decoded-p): New variable.
11628         (message-forward-subject-author-subject): Use it.
11629         (message-make-forward-subject): Use it.
11630         (message-forward): Use it.
11631
11632         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11633
11634         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11635         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11636
11637 ;;Has been fixed -- zsh.
11638 ;;2001-03-05  Dave Love  <fx@gnu.org>
11639 ;;
11640 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11641 ;;      Move it after definition of mm-coding-system-p.
11642 ;;
11643 2001-03-01  Dave Love  <fx@gnu.org>
11644
11645         * mm-util.el (mm-inhibit-file-name-handlers): Add
11646         image-file-handler.
11647
11648 2001-02-11  Dave Love  <fx@gnu.org>
11649
11650         * message.el (message-signature-file): Fix doc, :type.
11651
11652 2001-02-08  Dave Love  <fx@gnu.org>
11653
11654         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11655         (message-posting-charset): Defvar when compiling again.
11656         (rfc2047-encodable-p): Require message.
11657
11658         * gnus-sum.el (gnus-alter-articles-to-read-function):
11659         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11660
11661 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11662
11663         * nnrss.el: New file.
11664
11665 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11666         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11667
11668         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11669         `skip-chars-forward'.
11670
11671 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11672
11673         * nndraft.el (nndraft-request-group): Restore auto save files if
11674         the original files do not exist.
11675
11676 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11677
11678         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11679         SCORE paths.
11680
11681         * mm-decode.el (mm-dissect-buffer): Call
11682         mail-extract-address-components only if necessary.
11683
11684 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11685
11686         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11687         directory part.
11688         (gnus-score-search-global-directories): Use file-directory-p.
11689
11690         * gnus-score.el (gnus-score-score-files-1): Use
11691         gnus-kill-files-directory.
11692         From Adrian Aichner <adrian@xemacs.org>.
11693
11694 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11695
11696         * gnus.el (charset): Move here from gnus-sum.el.
11697
11698 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11699
11700         * mml.el (mml-preview): Disable local map.
11701
11702         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11703         gnus-article-post-menu here.
11704
11705         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11706         if it has not been made.
11707
11708 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11709
11710         * gnus-art.el (gnus-article-describe-key): Map key to event.
11711         (gnus-article-describe-key-briefly): Ditto
11712
11713 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11714
11715         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11716
11717 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11718         From Katsumi Yamaoka <yamaoka@jpl.org>.
11719
11720         * dgnushack.el (coerce, merge, subseq): defmacro.
11721
11722 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11723
11724         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11725         A fake defalias in nndraft.el results a not-activated bug in
11726         uncompiled versions.
11727
11728 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11729         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * gnus-util.el (gnus-split-references): Handle malformed References:.
11732
11733 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11734
11735         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11736
11737 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11738         From NAGY Andras <nagya@inf.elte.hu>.
11739
11740         * gnus.el (gnus-parameters): Typo.
11741
11742 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11743
11744         * gnus.el (gnus-read-method): Remove redundancy.
11745
11746 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11747
11748         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11749         (nnslashdot-request-list): Use it.
11750
11751 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11752
11753         * nnml.el (nnml-generate-active-info): Fix the case when there is
11754         no file.
11755
11756         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11757         (gnus-summary-create-article): New function.
11758
11759         * gnus-group.el (gnus-group-mark-article-read): New function.
11760
11761         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11762
11763         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11764
11765 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11766
11767         * gnus-art.el (gnus-article-edit-done): Don't use
11768         gnus-article-edit-exit.
11769         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11770
11771         * gnus.el (gnus-parameters): New variable.
11772         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11773         (gnus-parameters-get-parameter): New function.
11774         (gnus-group-find-parameter): Use it.
11775
11776 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11777
11778         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11779         change of default value to `current'.
11780
11781 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * nneething.el (nneething-get-head): Insert unreadable file too.
11784
11785 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11786
11787         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11788
11789         * webmail.el (webmail-type-definition): Deja is bought by google.
11790
11791 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11792
11793         * gnus-sum.el (gnus-fetch-headers): New function.
11794         (gnus-select-newsgroup): Use it.
11795         (gnus-summary-insert-articles): New function.
11796         (gnus-summary-insert-old-articles): New function.
11797         (gnus-summary-insert-new-articles): New function.
11798
11799         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11800         (gnus-group-list-active): Ditto.
11801         * gnus-sum.el (gnus-set-mode-line): Ditto.
11802         (gnus-summary-read-group-1): Ditto.
11803
11804 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11805
11806         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11807         current topic.
11808
11809 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11810
11811         * smiley.el (gnus-smiley-display): Don't do widening.
11812
11813         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11814         within body.
11815
11816         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11817
11818         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11819         New variable.
11820         (gnus-mime-display-multipart-related-as-mixed): New variable.
11821         (gnus-mime-display-part): Use them.
11822
11823 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11826         something special.
11827
11828 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11829
11830         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11831         (nnweb-request-article): Call reference if exists.
11832         (nnweb-type-definition): Dejanews is bought by google.com.
11833         Beta!
11834
11835 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836
11837         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11838
11839 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11840
11841         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11842         gnus-article-sort-functions.
11843         (gnus-article-sort-functions): Doc fix.  Refer to
11844         gnus-thread-sort-functions.
11845
11846 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847         From Paul Jarc <prj@po.cwru.edu>.
11848
11849         * message.el (message-get-reply-headers): More fixes.
11850
11851 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11852         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11853
11854         * message.el (message-get-reply-headers): Fix bug with
11855         Mail-Followup-To/to-address interaction.
11856
11857 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11858
11859         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11860         gnus-article-copy.
11861
11862 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11863
11864         * message.el (message-do-send-housekeeping): Rename to a better
11865         name.
11866
11867 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11868
11869         * message.el (message-cancel-news): Check article first, then ask
11870         yes or no.
11871
11872 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11873
11874         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11875
11876 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11877
11878         * gnus-range.el (gnus-range-normalize): New function.
11879
11880 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11881
11882         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11883
11884 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11885
11886         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11887
11888         * nnagent.el (nnagent-request-regenerate): New function.
11889
11890         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11891
11892         * nnml.el (nnml-generate-nov-databases): Accept argument
11893         server. Don't open server if it is opened.
11894         (nnml-request-regenerate): Use it. Change to deffoo.
11895
11896 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11897         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11898
11899         * gnus.el (gnus-define-group-parameter): Fix.
11900
11901 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11902
11903         * gnus.el (gnus-define-group-parameter): Improved.
11904
11905         * gnus-sum.el (charset): Define parameter.
11906         (ignored-charsets): Ditto.
11907         (gnus-summary-setup-default-charset): Use them.
11908
11909         * gnus-start.el (gnus-read-descriptions-file): Use them.
11910
11911         * gnus-cus.el (gnus-group-parameters): Remove them.
11912
11913 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11914
11915         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11916
11917 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11918
11919         * gnus-sum.el (gnus-summary-read-group-1): Remove
11920         gnus-summary-set-local-parameters.
11921         (gnus-summary-setup-buffer): Put it here.
11922
11923 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11924
11925         * gnus.el (to-address): Define parameter.
11926         (to-list): Ditto.
11927         * gnus-art.el (article-hide-boring-headers): Use them.
11928         * gnus-msg.el (gnus-post-news): Ditto.
11929         * gnus-cus.el (gnus-group-parameters): Remove them.
11930
11931 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11932
11933         * gnus-draft.el (gnus-draft-reminder): New function.
11934
11935         * gnus-art.el (gnus-sender-save-name): New function.
11936
11937 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11938
11939         * mm-util.el (mm-mime-charset): Error message.
11940
11941 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * message.el (message-check-news-body-syntax): Don't check mml lines.
11944
11945 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11946
11947         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11948         subscribe.
11949
11950         * gnus-start.el (gnus-call-subscribe-functions): New function.
11951         (gnus-find-new-newsgroups): Use it.
11952         (gnus-ask-server-for-new-groups): Use it.
11953         (gnus-check-first-time-used): Use it.
11954         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11955         (gnus-subscribe-options-newsgroup-method): Ditto.
11956         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11957         return .
11958
11959 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11960
11961         * gnus-cus.el (gnus-score-customize): Doc fix.
11962
11963 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11964
11965         * dgnushack.el (my-getenv): Typo.
11966
11967 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11968
11969         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11970
11971 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11972
11973         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11974
11975         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11976         (gnus-treatment-function-alist): Use it.
11977         (article-remove-leading-whitespace): New function.
11978         (gnus-article-make-menu-bar): Use it.
11979
11980         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11981         remove-leading-whitespace.
11982         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11983         because of conflict.
11984
11985 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11986
11987         * Makefile.in: Hack generating gnus-load.el.
11988         * dgnushack.el: Ditto.
11989         * gnus-load.el: Remove it.
11990
11991 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11992
11993         * dgnushack.el : Add URLDIR.
11994
11995         * Makefile.in (EMACS_COMP): Ditto.
11996
11997 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11998
11999         * gnus-cus.el (gnus-score-customize): Error on no score file.
12000
12001 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12002
12003         * mm-decode.el (mm-merge-handles): New function.
12004
12005         * mm-view.el (mm-inline-message): Use it.
12006         (mm-view-message): Ditto.
12007
12008         * mm-partial.el (mm-inline-partial): Ditto.
12009
12010         * mm-extern.el (mm-inline-external-body): Ditto.
12011
12012         * gnus-art.el (gnus-mime-view-part): Ditto.
12013         (gnus-mime-view-part-as-type): Ditto.
12014         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12015         cases.
12016
12017 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * message.el (message-cancel-news): Allow to shoot foot.
12020         (message-supersede): Ditto.
12021
12022 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12023         Trivial patch.
12024
12025         * gnus-sum.el (gnus-simplify-subject-re): Use
12026         message-subject-re-regexp.
12027
12028 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12029
12030         * nnmail.el (nnmail-expiry-target-group): Bind
12031         nnmail-cache-accepted-message-ids to nil.
12032
12033         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12034         coding system.
12035
12036 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * qp.el (quoted-printable-encode-region): Make sure characters are
12039         between 00 and FF.  Don't check charset.
12040
12041         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12042         in Emacs 20.
12043         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12044
12045 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12046
12047         * message.el (message-make-forward-subject): Argument decoded.
12048         (message-forward): Use it when digest.
12049
12050         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12051         buffer.
12052
12053 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12054
12055         * message.el (message-generate-headers-first): Doc fix.
12056
12057 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12058
12059         * gnus-art.el (article-make-date-line): Error proof.
12060
12061 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12062
12063         * gnus-group.el (gnus-group-listing-limit): New variable.
12064         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12065
12066         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12067
12068 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * message.el (message-newline-and-reformat): Special case for
12071         breaking at BOL.
12072
12073 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12074
12075         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12076         message/rfc822.
12077
12078 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12079
12080         * message.el (message-encode-message-body): Don't insert
12081         Content-Type if it is inside a mail.
12082
12083 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12084
12085         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12086         gnus-article-commands-menu.
12087
12088         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12089         in Emacs.
12090
12091         * gnus-start.el (gnus-read-descriptions-file): Use
12092         gnus-group-name-charset and gnus-group-charset-alist.
12093
12094 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12095
12096         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12097         active region.
12098
12099         * gnus-start.el (gnus-group-change-level): Remove from both
12100         gnus-zombie-list and gnus-killed-list.
12101
12102 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12105         gnus-subscribe-topics.
12106
12107         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12108
12109 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * gnus-art.el (gnus-article-make-menu-bar): Make
12112         gnus-article-post-menu.
12113
12114         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12115
12116         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12117
12118         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12119
12120         * message.el (message-mode-menu): Ditto.
12121
12122         * gnus-art.el (defvar): eval-when-compile.
12123
12124 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * gnus-agent.el (gnus-agentize): Fix doc.
12127
12128 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12129
12130         * mml.el (mml-preview): Bind `q'.
12131
12132 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12135
12136 2001-01-31  Dave Love  <fx@gnu.org>
12137
12138         * mm-util.el (mm-mime-mule-charset-alist)
12139         (mm-find-mime-charset-region): Consider mule-utf-8.
12140
12141 2001-01-31  Dave Love  <fx@gnu.org>
12142
12143         * gnus-art.el (gnus-article-x-face-command)
12144         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12145         :version.
12146
12147 2001-01-26  Dave Love  <fx@gnu.org>
12148
12149         * mm-util.el (mm-multibyte-string-p): New.
12150
12151 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12152 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12153 ;;      string-as-multibyte on class.  Clarify line-folding.
12154         (quoted-printable-encode-string): Make temp buffer inherit
12155         string's multibyteness.
12156
12157 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12158
12159         * nnheader.el (toplevel): Don't require `gnus-util' at
12160         compile-time; this creates a circular dependency, and prevents
12161         a bootstrap.
12162
12163 2001-01-22  Andreas Schwab  <schwab@suse.de>
12164
12165         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12166
12167 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12168
12169         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12170
12171         * gnus-art.el (article-hide-list-identifiers): Ditto.
12172
12173         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12174
12175 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12176
12177         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12178
12179         * gnus-art.el (article-hide-list-identifiers): Similar.
12180
12181 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12182
12183         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12184
12185 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12186
12187         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12188
12189 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * gnus-util.el (gnus-string-equal): New function.
12192
12193         * gnus-art.el (article-hide-boring-headers): Use it.
12194
12195 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12196
12197         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12198
12199 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12202
12203 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12206         command if there is not last-saver.
12207
12208 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12209
12210         * nntp.el (nntp-open-connection): 201 is possible.
12211
12212 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12215         (rfc2047-charset-encoding-alist): Add big5.
12216
12217 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218
12219         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12220         (gnus-agent-remove-server): Ditto.
12221         (autoload): gnus-server-update-server.
12222
12223         * gnus-srvr.el (gnus-server-line-format): Add %a.
12224         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12225         (gnus-server-insert-server-line): Use it.
12226
12227 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228
12229         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12230         GB2312 and Big5.
12231
12232 2001-01-24  Simon Josefsson  <sj@extundo.com>
12233
12234         * mail-source.el (mail-sources): Add :program specifier to IMAP
12235         mail source.
12236         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12237
12238 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12239
12240         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12241
12242 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * nntp.el (nntp-wait-for): Return the success code.
12245         (nntp-open-connection): Use it.
12246
12247 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248
12249         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12250
12251 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12252
12253         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12254
12255 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12258         argument. Allow to print several articles in one file.
12259
12260 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * webmail.el (webmail-type-definition): netaddress changes.
12263
12264 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12265
12266         * gnus.el: Fix copyright. Remove trailing spaces.
12267
12268         * message.el (message-forward): Use mule4.
12269
12270 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12271
12272         * mm-util.el (mm-string-as-unibyte): New function.
12273
12274         * message.el (message-forward): Use it.
12275
12276 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * message.el (message-cite-original-without-signature): Don't peel
12279         off the blank line.
12280         (message-get-reply-headers): Add Cc if it is not in follow-to.
12281
12282 2001-01-20  Simon Josefsson  <sj@extundo.com>
12283
12284         * mm-decode.el (mm-handle-multipart-from): Add.
12285         (mm-dissect-buffer): Save From: header value.
12286         (mm-security-from): Remove.
12287         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12288
12289         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12290         instead of `mml-security-from'.  Protect null from value.
12291
12292 2001-01-20  Simon Josefsson  <sj@extundo.com>
12293
12294         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12295         application/vnd.ms-excel attachments.
12296
12297 2001-01-19  Simon Josefsson  <sj@extundo.com>
12298
12299         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12300
12301 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * message.el (message-ignored-mail-headers): Ditto.
12304
12305 2001-01-19  Simon Josefsson  <sj@extundo.com>
12306
12307         * message.el (message-ignored-news-headers): Only search beginning
12308         of line.
12309
12310 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12311         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12312
12313         * message.el (message-send-mail): Content-Type may not be there.
12314
12315 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12318         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12319
12320         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12321         not.
12322
12323 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12324
12325         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12326         non-native groups.
12327
12328 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12329
12330         * message.el (message-yank-original): Understand
12331         universal-argument.
12332
12333 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12334
12335         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12336         (article-hide-boring-headers): Ditto.
12337
12338         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12339
12340 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12341
12342         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12343         one.
12344
12345 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12346
12347         * message.el (message-make-in-reply-to): Add comment to message-id
12348         (old syntax, see 2000-08-02 change).
12349
12350 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12351
12352         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12353         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12354         (gnus-button-reply): Ditto.
12355
12356 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-art.el (article-display-x-face): Fix.
12359
12360 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12361
12362         * gnus-art.el (article-display-x-face): Use
12363         gnus-original-article-buffer.
12364
12365 2001-01-15  Jack Twilley  <jmt@tbe.net>
12366
12367         * message.el (message-add-header): Move to point-max.
12368
12369 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12370
12371         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12372         nil, improve documentation.
12373         (smime-certificate-directory): Comment out false hints (until it
12374         is implemented).
12375
12376         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12377         there aren't any keys.
12378         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12379         verify certificate.  Default is changed to only check integrity.
12380         Improved security status texts.  If a certificate doesn't contain
12381         a email address, don't fail.
12382
12383         * smime.el (smime-noverify-region):
12384         (smime-noverify-buffer): New functions.  Verifies integrity only.
12385
12386 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12387
12388         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12389
12390 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12393         (gnus-remove-some-windows): Ditto.
12394
12395 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12396
12397         * gnus-art.el (article-make-date-line): 11th.
12398
12399 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12400
12401         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12402         (mml2015-gpg-sign): Ditto.
12403
12404 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12405
12406         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12407         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12408
12409 2001-01-08  Dave Love  <fx@gnu.org>
12410
12411         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12412         single character.
12413
12414         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12415
12416         * message.el: Doc and message fixes.
12417         (message-send-rename-function)
12418         (message-make-forward-subject-function)
12419         (message-send-mail-function, message-reply-to-function)
12420         (message-wide-reply-to-function, message-followup-to-function)
12421         (message-distribution-function, message-auto-save-directory): Fix
12422         :type.
12423
12424         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12425         proceeding after warnings.  Amend multipart warning message.
12426
12427 2001-01-04  Dave Love  <fx@gnu.org>
12428
12429         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12430         compiling.
12431         (gnus-make-directory): Require nnmail.
12432
12433         * mm-decode.el (mm-inline-media-tests): Add
12434         image/x-portable-bitmap.
12435         (mm-get-image): Grok pbm.
12436
12437 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12438
12439         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12440
12441 2001-01-09  Didier Verna  <didier@xemacs.org>
12442
12443         * dgnushack.el (dgnushack-compile): give a dummy value to
12444         `gnus-xmas-glyph-directory' for the time of compilation.
12445         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12446         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12447         * gnus-art.el: ditto.
12448         * gnus-group.el: ditto.
12449         * gnus-salt.el: ditto.
12450         * gnus-sum.el: ditto.
12451         * gnus-topic.el: ditto.
12452         * gnus-xmas.el (gnus-xmas-define): see above.
12453         * gnus-xmas.el (gnus-xmas-redefine): see above.
12454         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12455         non-continuable error when the directory can't be found.
12456
12457 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12458
12459         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12460         handle.
12461         * gnus-art.el (gnus-mime-view-part): Copy it.
12462         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12463
12464 2001-01-09  Michael Downes  <mjd@ams.org>
12465
12466         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12467
12468 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12469
12470         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12471         orig-file. Use ',source.
12472
12473 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12476         (gnus-xmas-group-startup-message):
12477         Detect gnus-xmas-glyph-directory when it is nil.
12478
12479 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12480
12481         * pop3.el (pop3-get-message-count): Andrew Innes
12482         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12483
12484 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12485
12486         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12487
12488         * time-date.el (time-to-number-of-days): New function.
12489
12490 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12491         Trivial patch.
12492
12493         * nnslashdot.el (nnslashdot-request-list): Always get the right
12494         sid.
12495
12496 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12497
12498         * message.el (message-minibuffer-local-map): New keymap.
12499         (message-read-from-minibuffer): Use it.
12500         * gnus-msg.el (gnus-summary-resend-message): Use it
12501
12502 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * gnus-start.el (gnus-display-time-event-handler): New function.
12505         (gnus-after-getting-new-news-hook): Use it.
12506
12507 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * message.el (message-ignored-mail-headers): Add draft header.
12510
12511 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12514         excursion.
12515
12516         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12517
12518 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12519         A revoked patch.
12520
12521         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12522
12523 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12524
12525         * qp.el (quoted-printable-decode-region): Don't backward-char.
12526
12527 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12528
12529         * gnus-draft.el: Mark articles as replied.
12530
12531         * gnus-sum.el (gnus-summary-add-mark): New function.
12532
12533         * gnus-group.el (gnus-add-mark): New function.
12534
12535         * gnus-sum.el (gnus-summary-buffer-name): New function.
12536         (gnus-summary-setup-buffer): Use it.
12537
12538         * gnus-draft.el: Set things up with the right post method and
12539         stuff.
12540
12541         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12542
12543         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12544
12545         * gnus.el (gnus-draft-meta-information-header): New variable.
12546
12547 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12548
12549         * gnus-art.el (gnus-treatment-function-alist): Move the date
12550         functions before the header sorting functions.
12551
12552         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12553
12554         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12555         Don't (push "/usr/share/emacs/site-lisp" load-path).
12556
12557         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12558         to empty fill prefixes.
12559
12560 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12561
12562         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12563         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12564
12565 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12566
12567         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12568
12569         * nnml.el (autoload): Move to nnheader.el.
12570
12571         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12572         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12573         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12574         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12575
12576 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * gnus-art.el (article-make-date-line): Get the hours right.
12579         (gnus-ignored-headers): More hiding.
12580
12581         * nnmail.el (nnmail-expiry-wait): Not an integer.
12582
12583         * message.el (message-goto-body): Only expand abbrev when called
12584         interactively.
12585         (message-make-lines): Use it.
12586
12587 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12588
12589         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12590
12591 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12594         include the expunged articles.
12595
12596         * gnus-group.el (gnus-group-sort-by-server): New function.
12597
12598         * gnus.el (gnus-method-to-server-name): New function.
12599         (gnus-group-prefixed-name): Use it.
12600
12601         * gnus-group.el (gnus-group-sort-function): Doc fix.
12602         (gnus-group-sort-groups-by-server): New command.
12603
12604 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12605
12606         * gnus-art.el (gnus-treat-date-english): New variable.
12607         (article-date-english): New command.
12608         (gnus-english-month-names): New variable.
12609         (article-make-date-line): Do 'english.
12610
12611         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12612         after the fill prefix.
12613
12614         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12615         score...".
12616
12617         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12618
12619         * message.el (message-mode-map): Bind comment-region.
12620
12621         * gnus-art.el (gnus-mime-display-part): Let w3 display
12622         multipart/related.
12623
12624         * mm-bodies.el (mm-long-lines-p): New function.
12625         (mm-body-encoding): Use it.
12626         (mm-body-encoding): Encode articles with lines longer than 1000
12627         characters.
12628
12629 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12630
12631         * mm-util.el (mm-enable-multibyte): Use
12632         default-enable-multibyte-characters.
12633         (mm-enable-multibyte-mule4): Ditto.
12634         (mm-disable-multibyte): Test XEmacs.
12635         (mm-disable-multibyte-mule4): Ditto.
12636         (mm-with-unibyte-current-buffer): Simplified.
12637         (mm-with-unibyte-current-buffer-mule4): Ditto.
12638
12639 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12640
12641         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12642
12643         * nnheader.el (nnheader-string-as-multibyte): New alias.
12644
12645         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12646
12647         * gnus-uu.el (gnus-message-process-mark): New function.
12648         (gnus-uu-mark-by-regexp): Use it.
12649         (gnus-new-processable): New function.
12650
12651 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12652          Trivial patch.
12653
12654         * gnus-sum.el (gnus-no-mark): New variable.
12655
12656 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12657
12658         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12659         backslashes.
12660
12661 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12664         definition.
12665
12666 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12667
12668         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12669
12670         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12671         XEmacs.
12672
12673 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12674         Trivial patch.
12675
12676         * mml.el (mml-read-tag): Save tag location.
12677
12678 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12679
12680         * starttls.el: Sync with Emacs 21.
12681
12682 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12683
12684         * message.el (message-mail): Support yank-action.
12685
12686         * message.el (message-setup): Revoke the last change.
12687
12688 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12689
12690         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12691         <jvromans@squirrel.nl>.
12692
12693 2000-12-24  Simon Josefsson  <sj@extundo.com>
12694
12695         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12696         mailing list junk at end of part.
12697
12698 2000-12-23  Simon Josefsson  <sj@extundo.com>
12699
12700         * nnimap.el (nnimap-expiry-target): New function.
12701         (nnimap-request-expire-articles): Use it.
12702
12703 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12704
12705         * gnus.el (gnus-group-parameters-more): New variable.
12706         * gnus-cus.el (gnus-group-customize): Use it.
12707
12708         * gnus.el (gnus-define-group-parameter): New macro.
12709         (auto-expire): Use it
12710         (total-expire): Use it.
12711         * gnus-art.el (banner): Use it.
12712
12713         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12714         <ljz@asfast.com>.
12715
12716 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12717
12718         * gnus-topic.el (gnus-topic-create-topic): Use list.
12719
12720         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12721         before binding gnus-default-article-saver.
12722
12723         * gnus-sum.el (gnus-summary-save-article):
12724         (gnus-summary-pipe-output):
12725         (gnus-summary-save-article-mail):
12726         (gnus-summary-save-article-rmail):
12727         (gnus-summary-save-article-file):
12728         (gnus-summary-write-article-file):
12729         (gnus-summary-save-article-body-file): Ditto.
12730
12731         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12732
12733 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12734
12735         * gnus-art.el (gnus-mime-security-button-map):
12736         (gnus-mime-button-map): Add parent.
12737
12738 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12739
12740         * messagexmas.el (message-xmas-redefine): New function.
12741
12742         * message.el: Use it.
12743
12744         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12745
12746         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12747
12748 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12749
12750         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12751         malformatted messages.
12752
12753 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12754
12755         * mm-util.el (mm-image-load-path): New function.
12756
12757         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12758
12759         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12760
12761         * message.el (message-tool-bar-map): Use it.
12762
12763         * Makefile.in (install-el): New rule.
12764
12765 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-art.el (article-treat-dumbquotes): Quote \.
12768
12769 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12770
12771         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12772         Emacs 20 runs on a terminal.
12773
12774 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12775
12776         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12777
12778         * mml.el (gnus-add-minor-mode): Autoload.
12779
12780         * message.el (message-forward): Save-restriction.
12781
12782 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12783
12784         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12785         Paul Stevenson <p.stevenson@surrey.ac.uk>
12786
12787 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12788
12789         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12790
12791         * mml.el (gnus-ems): Don't require.
12792
12793         * gnus.el (gnus-decode-rfc1522): Removed.
12794         (gnus-set-text-properties): Define.
12795
12796 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12797
12798         * gnus-art.el (gnus-mime-*): handle may be nil.
12799
12800         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12801
12802         * gnus.el (gnus-group-remove-excess-properties): Not defined
12803         in gnus-xmas.
12804
12805 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12806
12807         * message.el (message-mail-user-agent): Add :version.
12808
12809 2000-12-21  Miles Bader  <miles@gnu.org>
12810
12811         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12812
12813 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12814
12815         * message.el (message-mail-user-agent): New variable.
12816         (message-setup): Renamed to message-setup-1. Support
12817         mail-user-agent.
12818         (message-mail-user-agent): New function.
12819         (message-mail): Use it.
12820         (message-reply): Use it.
12821         (message-resend): Use it.
12822         (message-mail-other-window): Use it.
12823         (message-mail-other-frame): Use it.
12824
12825         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12826
12827 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12828
12829         * message.el (message-tool-bar-map): Simplify.
12830         (message-narrow-to-head-1): New function.
12831         (message-narrow-to-head): Use it.
12832         (message-reply): Ditto.
12833         (message-cancel-news): Ditto.
12834         (message-supersede): Ditto.
12835         (message-make-forward-subject): Ditto.
12836         (message-bounce): Ditto.
12837
12838 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12839
12840         * uudecode.el (uudecode-decode-region-external): make-temp-file
12841         may not be defined.
12842
12843         * binhex.el (defalias): eval-and-compile.
12844
12845         * message.el (message-tool-bar-map): New function.
12846         (message-mode): Use it.
12847
12848 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12849
12850         * nntp.el (nntp-find-connection): Remove the entry.
12851         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12852
12853 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12854
12855         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12856
12857         * message.el (message-forward): Copy buffer in unibyte mode.
12858
12859 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12860
12861         * message.el (message-make-forward-subject): Don't widen. Decode.
12862         (message-forward): Don't decode subject.
12863
12864 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12865
12866         * qp.el (quoted-printable-encode-region): Upcase QP.
12867
12868 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12871         mail-extract-a-c instead. Don't depend on Gnus.
12872
12873         * mml.el (gnus-ems): Require it.
12874
12875         * gnus-msg.el (gnus-summary-mail-forward):
12876
12877         * message.el (message-forward):  Move mime-to-mml here.
12878
12879 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12880
12881         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12882         * gnus-art.el (gnus-insert-mime-button): Simplify.
12883         (gnus-mime-display-alternative): Ditto.
12884         (gnus-insert-mime-security-button): Ditto.
12885
12886 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12887
12888         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12889         text-property-not-all doesn't return nil when start=mark(end).
12890         (gnus-remove-text-properties-when): Ditto.
12891
12892 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12893
12894         * gnus-start.el (gnus-group-change-level): Remove group from
12895         gnus-active-hashtb if real killed.
12896
12897 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12898
12899         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12900         (gnus-mime-display-alternative): Ditto.
12901         (gnus-insert-mime-security-button): Ditto.
12902
12903 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * gnus-start.el (gnus-group-change-level): Don't add it into
12906         killed-list if it was killed.
12907
12908 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12909
12910         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12911         (nnmbox-active-file-coding-system): Ditto.
12912
12913         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12914
12915 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12916
12917         * gnus.el (gnus-version):
12918         (gnus-version-number): Set to Oort Gnus 0.01.
12919
12920         * gnus-art.el (gnus-mime-security-button-map):
12921         (gnus-insert-mime-security-button): Fix for Emacs21.
12922
12923 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12924
12925         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12926         easymenu, because XEmacs doesn't understand :help.
12927
12928         * mm-uu.el: Require binhex.
12929
12930 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12931
12932         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12933
12934 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12935
12936         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12937
12938 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12939
12940         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12941
12942 2000-12-18  Dave Love  <fx@gnu.org>
12943
12944         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12945         (unused).
12946
12947 2000-12-13  Miles Bader  <miles@gnu.org>
12948
12949         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12950         to t, so that we don't get stuck while trying to smilefy
12951         intangible text.
12952
12953 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12954
12955         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12956         at the end of the buffer.
12957         (smiley-region): In the loop, move to the end of the submatch
12958         matching the smiley instead of using the end of the match
12959         of the whole regexp.
12960
12961 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12962
12963         * message.el (message-mode): Doc fix.
12964
12965 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12966
12967         * smiley-ems.el (smiley-region): Doc fix.
12968
12969 2000-12-11  Miles Bader  <miles@gnu.org>
12970
12971         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12972         bottom line visible, check to see if it's partially obscured, and
12973         if so, either scroll one more line to make it fully visible, or
12974         revert to showing the second line from the top.
12975
12976 2000-12-07  Dave Love  <fx@gnu.org>
12977
12978         * mailcap.el (mailcap-download-directory)
12979         * gnus-audio.el (gnus-audio-directory)
12980         * smiley-ems.el (smiley-data-directory): Fix :type.
12981
12982 2000-11-30  Dave Love  <fx@gnu.org>
12983
12984         * message.el (message-auto-save-directory): Use
12985         file-name-as-directory.
12986         (message-set-auto-save-file-name): Create
12987         message-auto-save-directory if necessary.
12988         (message-replace-chars-in-string): Removed -- unused.
12989         (message-mail-alias-type): Customize.
12990         (message-headers): Remove duplicate defgroup.
12991
12992 2000-11-29  Dave Love  <fx@gnu.org>
12993
12994         * qp.el (quoted-printable-decode-region): Use error, not message
12995         to report malformed text (like base64).  Amend message.
12996
12997 2000-11-29  Miles Bader  <miles@gnu.org>
12998
12999         * message.el (message-header-lines): Fontify tag.
13000
13001 2000-11-27  Dave Love  <fx@gnu.org>
13002
13003         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13004         compiler warning.
13005
13006 ;2000-11-26  Dave Love  <fx@gnu.org>
13007 ;
13008 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13009 ;
13010 2000-11-23  Dave Love  <fx@gnu.org>
13011
13012         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13013
13014         * mm-uu.el (uudecode): Require.
13015         (uudecode-decode-region, uudecode-decode-region-external): Don't
13016         autoload.
13017         (mm-uu-copy-to-buffer): Doc fix.
13018         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13019         type fix.
13020
13021         * mailcap.el: Doc fixes.
13022         (mailcap-mime-data): Various adjustments.
13023         (mailcap): New group.
13024         (mailcap-download-directory): Customize.
13025         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13026         (mailcap-temporary-directory): Deleted (unused).
13027         (mailcap-unescape-mime-test): Simplify slightly.
13028         (mailcap-viewer-passes-test): Use functionp.
13029         (mailcap-command-p): Aliased to executable-find.
13030
13031         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13032         default-enable-multibyte-characters is nil.
13033
13034 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13035
13036         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13037
13038 2000-11-21  Dave Love  <fx@gnu.org>
13039
13040         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13041         gnus-article-mode-map.
13042 ;       (gnus-mime-button-menu): Use mouse-set-point.
13043         (gnus-insert-mime-button, gnus-mime-display-alternative)
13044         (gnus-mime-display-alternative): Don't use local-map property.
13045
13046 2000-11-17  Dave Love  <fx@gnu.org>
13047
13048         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13049         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13050         and make-temp-file.
13051         (uudecode-decode-region): Doc fix.
13052
13053 2000-11-14  Dave Love  <fx@gnu.org>
13054
13055         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13056         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13057         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13058         New files, derived from the XPMs.
13059
13060 2000-11-10  Dave Love  <fx@gnu.org>
13061
13062         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13063         (gnus-agent-lib-file, gnus-agent-load-alist)
13064         (gnus-agent-save-alist, gnus-agent-article-name): Use
13065         expand-file-name.
13066
13067         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13068         :version.
13069         (nnkiboze-score-file): Defvar when compiling.
13070
13071         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13072
13073         * gnus-art.el (gnus-article-banner-alist)
13074         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13075         (gnus-article-date-lapsed-new-header)
13076         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13077         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13078         (gnus-treat-strip-headers-in-body)
13079         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13080         (gnus-treat-translate): Add :version.
13081         (gnus-article-mime-part-function): Fix defcustom.
13082
13083         * nnmail.el (nnmail-expiry-target)
13084         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13085         (nnmail-split-header-length-limit): Add :version.
13086
13087         * gnus-sum.el (gnus-auto-expirable-marks)
13088         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13089         (gnus-extra-headers, gnus-ignored-from-addresses)
13090         (gnus-newsgroup-ignored-charsets)
13091         (gnus-group-highlight-words-alist)
13092         (gnus-summary-show-article-charset-alist): Add :version.
13093
13094         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13095         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13096         files, converted from the XPMs.
13097
13098         * gnus-cache.el (gnus-cache-active-file): Don't use
13099         file-name-as-directory on directory.
13100         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13101         use file-name-as-directory on directory.
13102
13103         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13104         (date-to-time): Use it.
13105
13106 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13107 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13108 ;       (message-newline-and-reformat): Likewise.
13109         (message-forward-as-mime, message-forward-ignored-headers)
13110         (message-buffer-naming-style, message-default-charset)
13111         (message-dont-reply-to-names, message-send-mail-partially-limit):
13112         Add :version.
13113
13114         * mm-util.el: Doc fixes.
13115         (mm-mime-charset): Don't use the raw result of
13116         mm-preferred-coding-system.
13117         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13118         (mm-with-unibyte): Simplify.
13119
13120         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13121         concat.
13122
13123         * pop3.el (pop3-version): Deleted.
13124         (pop3-make-date): New function, avoiding message-make-date.
13125         (pop3-munge-message-separator): Use it.
13126
13127 2000-11-09  Dave Love  <fx@gnu.org>
13128
13129         * gnus-group.el (gnus-group-make-directory-group)
13130         (gnus-group-fetch-faq): Use expand-file-name.
13131         (gnus-group-fetch-faq): Simplify completing-read form.
13132
13133         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13134         test for Mule.
13135
13136         * message.el (tool-bar-map): Defvar when compiling.
13137
13138         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13139         (gnus-tm-lisp-directory): Deleted.
13140         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13141         (featurep 'xemacs).
13142         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13143         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13144         version numbers from file names.
13145
13146 2000-11-08  Dave Love  <fx@gnu.org>
13147
13148         * mm-view.el: Use featurep for XEmacs test.
13149         (mm-inline-message): Test for `remove-specifier'; don't use
13150         condition-case.
13151
13152         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13153
13154         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13155         (gnus-score-find-bnews): Don't concat "".
13156
13157         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13158         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13159         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13160         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13161
13162         * gnus-sum.el: Put some defvars in eval-when-compile.
13163         (gnus-summary-mode-hook): Add :options.
13164         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13165         (gnus-summary-tool-bar-map): New variable.
13166         (gnus-summary-make-tool-bar): New function.
13167         (gnus-summary-mode): Put kill-all-local-variables first.
13168
13169         * gnus-group.el (gnus-group-toolbar-map): New variable.
13170         (gnus-group-make-tool-bar): Rewritten.
13171         (gnus-group-mode): Put kill-all-local-variables first.
13172
13173         * rfc2047.el: Require gnus-util.
13174
13175         * nnml.el (gnus-sorted-intersection): Autoload.
13176
13177         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13178         Put some defvars in eval-when-compile.
13179         (gnus-intersection, gnus-sorted-complement):  Autoload.
13180
13181         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13182
13183         * mm-encode.el (mm-body-7-or-8): Autoload.
13184
13185         * mm-decode.el (mm-insert-inline): Autoload.
13186
13187         * mml.el:
13188         * message.el: Put some defvars in eval-when-compile.
13189
13190         * gnus-msg.el: Put some defvars in eval-when-compile.
13191         (gnus-msg-mail): Move after gnus-setup-message.
13192
13193         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13194
13195 2000-11-07  Dave Love  <fx@gnu.org>
13196
13197         * gnus-util.el (nnheader): Don't require message (recursive
13198         autoload).
13199
13200         * uudecode.el: Avoid compiler warnings.
13201
13202         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13203         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13204
13205 2000-11-06  Dave Love  <fx@gnu.org>
13206
13207         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13208
13209         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13210         (uudecode-char-int): New alias, replacing char-int.
13211         (uudecode-decode-region): Don't call buffer-disable-undo.
13212
13213 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13214 ;       (mm-uu-configure-list): Doc fix.
13215 ;
13216 ;       * earcon.el (running-xemacs): Don't define.
13217 ;
13218 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13219 ;
13220 ;       * message.el (message-font-lock-keywords): Match a final newline
13221 ;       to help font-lock's multiline support.
13222 ;
13223 2000-11-03  Dave Love  <fx@gnu.org>
13224
13225         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13226
13227         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13228         name.
13229
13230         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13231         <banner>: Fix custom type, doc.
13232
13233         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13234         name.  Don't disable undo explicitly.
13235
13236 ;2000-11-02  Dave Love  <fx@gnu.org>
13237 ;
13238 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13239 ;       cite-prefix.
13240
13241 2000-11-01  Dave Love  <fx@gnu.org>
13242
13243         * rfc2047.el (base64): Require unconditionally.
13244         (message-posting-charset): Defvar when compiling.
13245         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13246         message.
13247
13248         * gnus-sum.el (nnoo): Require.
13249         (mm-uu-dissect): Autoload.
13250
13251         * mml.el (mml-parse-1): Clarify message.
13252         (mml-minibuffer-read-type): Use mailcap-mime-types.
13253
13254 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13255
13256         * mml.el: Fix a typo in the requiring of CL.
13257
13258 2000-11-01  Dave Love  <fx@gnu.org>
13259
13260         * utf7.el: Require cl when compiling.
13261
13262         * binhex.el: Use (featurep 'xemacs).
13263         (binhex-char-int): New alias, replacing char-int.  Change callers.
13264         (binhex-decode-region): Simplify work buffer code.
13265         (binhex-decode-region-external): Use expand-file-name, not concat.
13266
13267 2000-10-30  Dave Love  <fx@gnu.org>
13268
13269         * gnus-art.el: Fix 2000-10-27 change properly.
13270
13271 2000-10-28  Miles Bader  <miles@gnu.org>
13272
13273         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13274
13275 2000-10-27  Dave Love  <fx@gnu.org>
13276
13277         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13278         strings.
13279         (gnus-group-make-tool-bar): New function.
13280         (gnus-group-mode): Use it.
13281
13282         * message.el (message-mode-menu): Add some :help strings.
13283         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13284         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13285
13286         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13287         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13288         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13289
13290         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13291         display-graphic-p here.
13292
13293 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13294
13295         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13296         of the `gnus-xemacs' variable, as the latter has been removed.
13297         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13298         * gnus-art.el (gnus-treat-display-xface)
13299         (gnus-treat-display-smileys, gnus-treat-display-picons)
13300         (gnus-article-read-summary-keys): Likewise.
13301
13302 2000-10-26  Dave Love  <fx@gnu.org>
13303
13304         (defvar): Use rmail-spool-directory unconditionally.
13305
13306 2000-10-18  Dave Love  <fx@gnu.org>
13307
13308         * mm-bodies.el (mm-uu-decode-function)
13309         (mm-uu-binhex-decode-function): Defvar when compiling.
13310
13311         * gnus-nocem.el (gnus-nocem-issuers): Update.
13312         (gnus-nocem-check-from): New option.
13313         (gnus-nocem-scan-groups): Use it.
13314         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13315         (gnus-nocem-check-article-limit): Add :version.
13316
13317 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13318
13319         * ietf-drums.el (mm-util): Require CL when compiling.
13320
13321 2000-10-15  Dave Love  <fx@gnu.org>
13322
13323         * qp.el: Require mm-util.
13324
13325 2000-10-13  Dave Love  <fx@gnu.org>
13326
13327         * qp.el (quoted-printable-decode-region): Avoid invalid
13328         coding-systems.
13329
13330 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13331
13332         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13333         to a recursive load.
13334
13335 2000-10-12  Dave Love  <fx@gnu.org>
13336
13337         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13338
13339         * gnus.el (gnus-group-startup-message): Check for PBM image.
13340
13341 2000-10-09  Dave Love  <fx@gnu.org>
13342
13343         * mail-source.el (mail-source-fetch-imap): Bind
13344         default-enable-multibyte-characters rather than using
13345         mm-disable-multibyte.
13346
13347 2000-10-05  Dave Love  <fx@gnu.org>
13348
13349         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13350         Autoload.
13351         (quoted-printable-decode-region):  Rename arg which confused
13352         charset with coding-system.  Don't use nonascii-insert-offset.
13353         Coding-system encode the region initially.  Don't recognize `=='
13354         as valid QP.  Coding-system decode the region finally.
13355         (quoted-printable-decode-string): Rename arg which confused
13356         charset with coding-system.
13357
13358         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13359         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13360         mm-encode-coding-region.
13361         (mm-decode-body, mm-decode-string): Rename variables which
13362         confused charset with coding-system.
13363         (binhex-decode-region): Don't autoload.
13364         (mm-body-encoding): Require message.
13365         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13366         cond branches.
13367
13368         * gnus-art.el (article-de-quoted-unreadable)
13369         (article-de-base64-unreadable): Fold search case
13370         rather than downcasing string.  Apply mm-charset-to-coding-system
13371         to arg of quoted-printable-decode-region.
13372
13373 2000-10-04  Dave Love  <fx@gnu.org>
13374
13375         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13376         Require ring when compiling.
13377         (gnus-article-compface-xbm): New variable.
13378
13379 2000-10-04  Dave Love  <fx@gnu.org>
13380
13381         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13382         pbm images.
13383
13384         * frown.pbm, smile.pbm, wry.pbm: New files.
13385
13386         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13387
13388 2000-10-03  Dave Love  <fx@gnu.org>
13389
13390         * mail-source.el (mail-sources): Revert to nil.
13391
13392         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13393
13394         * qp.el: Don't require mm-util.
13395         (quoted-printable-decode-region): Rewritten.
13396         (quoted-printable-decode-string, quoted-printable-encode-region):
13397         Doc fix.
13398         (quoted-printable-encode-region): Barf on multibyte characters.
13399         Maybe make the class multibyte.  Upcase chars, not formatted
13400         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13401         (quoted-printable-encode-string): Don't use
13402         mm-with-unibyte-buffer.
13403
13404 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13405
13406         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13407
13408 2000-09-21  Dave Love  <fx@gnu.org>
13409
13410         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13411         (for Emacs 20).  Tidy somewhat.
13412
13413 2000-09-21  Dave Love  <fx@gnu.org>
13414
13415         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13416         image processing.  Rationalize logic somewhat.
13417
13418 2000-09-20  Dave Love  <fx@gnu.org>
13419
13420         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13421         specifically.
13422
13423         * gnus.el (gnus-version-number): Avoid some redundant
13424         autoloads.
13425
13426 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13427
13428         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13429         to XBM; we always have PBM support.
13430
13431 2000-09-14  Dave Love  <fx@gnu.org>
13432
13433         * gnus.el (gnus-charset):
13434         * mm-decode.el (mime-display):
13435         * imap.el (imap) <defgroup>: Add :version.
13436
13437 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13438
13439         * parse-time.el: Fix author's mail address.
13440
13441         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13442         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13443         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13444         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13445         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13446         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13447         * rfc2231.el, uudecode.el: Fix copyright notice.
13448
13449         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13450         require `w3' at load-time only if not running in batch mode.
13451
13452 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13453
13454         * gnus.el: Before merge with Emacs21.
13455
13456 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13457
13458         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13459
13460 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13461
13462         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13463         to avoid conflict with the standard `back-to-indentation'
13464         binding.
13465
13466 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13467
13468         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13469
13470         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13471         (mm-disable-multibyte-mule4): Ditto.
13472         (mm-with-unibyte-current-buffer-mule4): Ditto.
13473
13474 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13475
13476         * pop3.el (pop3-movemail): Use binary.
13477         (pop3-movemail-file-coding-system): Removed.
13478
13479 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13482
13483 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13484
13485         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13486         exists.
13487
13488 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13489
13490         * gnus-msg.el (gnus-post-method): Use backend name when the
13491         address is "".
13492
13493 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13494
13495         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13496         mm-verify-option.
13497         (gnus-treat-x-pgp-sig): Default value.
13498         (gnus-ignored-headers): Redundant.
13499
13500 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * gnus-win.el (gnus-configure-frame): Save selected window.
13503
13504 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13505
13506         * nnmbox.el: Require gnus-range.
13507         (nnmbox-group-building-active-articles): New variable.
13508         (nnmbox-group-active-articles): New variable; this is a cache of
13509         all active articles by group and number.
13510         (nnmbox-in-header-p): New function.
13511         (nnmbox-find-article): New function.
13512         (nnmbox-record-active-article): New function.
13513         (nnmbox-record-deleted-article): New function.
13514         (nnmbox-is-article-active-p): New function.
13515         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13516         (nnmbox-request-article): Ditto.  Also supply extra arg to
13517         nnmbox-article-group-number.
13518         (nnmbox-request-expire-articles): Ditto.
13519         (nnmbox-request-move-article): Ditto.
13520         (nnmbox-request-replace-article): Ditto.
13521         (nnmbox-request-rename-group): Rename group entry in active
13522         article cache.
13523         (nnmbox-delete-mail): Update active article cache, unless article
13524         is being replaced.
13525         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13526         than partially duplicating it.
13527         (nnmbox-article-group-number): Add extra `this-line' arg, to
13528         handle articles belonging to multiple groups.
13529         (nnmbox-save-mail): Update active article cache.
13530         (nnmbox-read-mbox): Build active article cache when loading mbox.
13531         Also do some repair work, if we find articles that are missing the
13532         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13533         reconstruct these from Xref info.
13534
13535 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13536
13537         * mail-source.el (mail-source-report-new-mail): Use
13538         nnheader-run-at-time.
13539
13540 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13541
13542         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13543         an error is thrown, and then rethrow the error.
13544         (mail-source-check-pop): Ditto.
13545         (mail-source-start-idle-timer): Prevent multiple pop checks
13546         running if the check takes a long time.
13547
13548 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13551         succeed.
13552
13553 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13554
13555         * gnus-win.el (gnus-configure-windows): Make sure
13556         nntp-server-buffer is live.
13557         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13558
13559 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13560
13561         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13562
13563 2000-12-04  Andreas Jaeger  <aj@suse.de>
13564
13565         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13566
13567 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13568
13569         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13570
13571 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13572         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13573
13574         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13575
13576 2000-12-01  Simon Josefsson  <sj@extundo.com>
13577
13578         * mml-smime.el (mml-smime-verify): Fix address parsing.
13579
13580 2000-12-01  Simon Josefsson  <sj@extundo.com>
13581
13582         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13583         more than one certificate inside PKCS#7 blob.  Better security
13584         information (clamed / actual sender, openssl output, certificates
13585         inside message).
13586
13587         * smime.el (smime-verify-region): Output to /dev/null.
13588         (smime-buffer-as-string-region): Don't parse empty lines.
13589
13590 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13591
13592         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13593         ?d and ?D.
13594         (gnus-mime-security-show-details-inline): New variable.
13595         (gnus-mime-security-show-details): Use them.
13596         (gnus-insert-mime-security-button): Ditto.
13597
13598         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13599         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13600         (mml2015-gpg-clear-verify): Ditto.
13601         (mml2015-gpg-decrypt-1): Ditto.
13602         (mml2015-use): Prefer 'gpg.
13603
13604 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13605
13606         * gnus-util.el (gnus-add-text-properties-when): New function.
13607         (gnus-remove-text-properties-when): Ditto.
13608
13609         * gnus-cite.el (gnus-article-hide-citation): Use them.
13610         (gnus-article-toggle-cited-text): Use them.
13611
13612         * gnus-art.el (gnus-signature-toggle): Use them.
13613         (gnus-article-show-hidden-text): Ditto.
13614         (gnus-article-hide-text): Ditto.
13615
13616 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13617
13618         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13619
13620 2000-11-30  Simon Josefsson  <sj@extundo.com>
13621
13622         * smime.el (smime-point-at-eol): New alias.
13623         (smime-buffer-as-string-region): Use it.
13624
13625 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13626
13627         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13628
13629 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13632
13633         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13634
13635         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13636
13637 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13638
13639         * nnmh.el (nnmh-request-expire-articles): Implemented
13640         expiry-target for nnmh backend.
13641
13642 2000-11-30  Simon Josefsson  <sj@extundo.com>
13643
13644         * mm-decode.el (mm-security-from): New variable.
13645         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13646
13647         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13648         than `from'.
13649
13650 2000-11-30  Simon Josefsson  <sj@extundo.com>
13651
13652         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13653         address match sender address.
13654
13655         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13656
13657         * smime.el (smime-verify-region): Don't copy buffer.
13658         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13659         (smime-pkcs7-region): New function.
13660         (smime-pkcs7-certificates-region): Ditto.
13661         (smime-pkcs7-email-region): Ditto.
13662         (smime-buffer-as-string-region): Ditto.
13663
13664         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13665         buffer.
13666
13667 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13668
13669         * smime.el (smime-decrypt-region): Fix keyfile argument.
13670
13671 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13672
13673         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13674
13675 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676
13677         * message.el (message-shoot-gnksa-feet): New variable.
13678         (message-gnksa-enable-p): New function.
13679         (message-send): Use it.
13680         (message-check-news-body-syntax): Ditto.
13681
13682 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * message.el (message-make-message-id): Remove the redundancy.
13685
13686 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13687
13688         * message.el (message-setup): Discourage using mc-install-*-mode.
13689
13690         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13691
13692 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13693
13694         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13695
13696 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13697
13698         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13699
13700 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13701
13702         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13703
13704 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13705
13706         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13707         insert-buffer-substring.
13708
13709         * message.el (message-send-mail): Use buffer-substring-no-properties.
13710         (message-send-news): Ditto.
13711
13712 2000-11-22  David Edmondson  <dme@dme.org>
13713
13714         * imap.el (imap-wait-for-tag): Message read info.
13715
13716 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717
13718         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13719         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13720         (mml2015-gpg-encrypt): Ditto.
13721
13722 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13723
13724         * mm-decode.el (mm-verify-option): Default value.
13725
13726         * mml-sec.el (mml-secure-part): Error message.
13727
13728 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13729
13730         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13731
13732 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13733
13734         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13735
13736 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13737
13738         * gnus-art.el (gnus-article-describe-key): Use prompt.
13739         (gnus-article-describe-key-briefly): Ditto.
13740
13741 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13742
13743         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13744
13745 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13746
13747         * gnus-art.el (gnus-article-describe-key): New function.
13748         (gnus-article-describe-key-briefly): New function.
13749
13750 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13751
13752         * mm-decode.el (mm-decrypt-option): Doc typo.
13753
13754         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13755         return a number.
13756
13757 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13758
13759         * message.el (message-newline-and-reformat): Typo.
13760
13761 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13762
13763         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13764         original-article-buffer exists.
13765
13766         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13767         (rfc2047-header-encoding-alist): Addresses are different from text.
13768         (rfc2047-encode-message-header): Ditto.
13769         (rfc2047-dissect-region): Extra parameter.
13770         (rfc2047-encode-region): Ditto.
13771         (rfc2047-encode-string): Ditto.
13772
13773 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13776         (mm-uu-pgp-encrypted-extract): Use it.
13777         (mm-uu-pgp-signed-extract-1): New function.
13778         (mm-uu-pgp-signed-extract): Use it.
13779
13780         * gnus-art.el (gnus-mime-display-security): New function.
13781         (gnus-mime-display-part): Use it.
13782         (gnus-mime-security-verify-or-decrypt): New function.
13783         (gnus-mime-security-press-button): New function.
13784         (gnus-insert-mime-security-button): Use it.
13785
13786         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13787         (mm-find-raw-part-by-type): Ditto.
13788         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13789         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13790         (mm-destroy-parts): Kill nested multibyte buffer.
13791
13792         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13793         (mml2015-gpg-verify): Ditto.
13794
13795 2000-11-18  Simon Josefsson  <sj@extundo.com>
13796
13797         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13798         (mml2015-function-alist): Use it.
13799
13800         * mml-sec.el (mml-sign-alist): Update names.
13801         (mml-encrypt-alist): Ditto.
13802         (mml-secure-part-smime-sign): Moved to mml-smime.el
13803         as `mml-smime-sign-query'.
13804         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13805         `mml-smime-get-file-cert'.
13806         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13807         `mml-smime-get-dns-cert'.
13808         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13809         `mml-smime-encrypt-query'.
13810         (mml-smime-sign-buffer): Use mml-smime-sign.
13811         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13812
13813         * mml-smime.el (mml-smime-sign): New function.
13814         (mml-smime-encrypt):
13815         (mml-smime-sign-query):
13816         (mml-smime-get-file-cert):
13817         (mml-smime-get-dns-cert):
13818         (mml-smime-encrypt-query): Moved from mml-sec.el.
13819
13820 2000-11-16  Simon Josefsson  <sj@extundo.com>
13821
13822         * mml2015.el (mml2015-gpg-clear-verify): New function.
13823         (mml2015-function-alist): Add it.
13824
13825 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13826
13827         * message.el (message-setup-fill-variables): Use
13828         message-cite-prefix-regexp.
13829         (message-newline-and-reformat): Check the end of citation, leading
13830         WSP, break in the cite prefix.
13831         (message-fill-paragraph): New function.
13832
13833 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13834
13835         * lpath.el: Shut up.
13836
13837 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13838
13839         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13840         raw 8-bit in headers in dk.* newsgroups.
13841
13842 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13843
13844         * message.el (message-newline-and-reformat): Match extra WSPs.
13845
13846 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13847
13848         * mml.el (mml-generate-mime-1): Ignore ascii.
13849
13850 2000-11-16 Justin Sheehy  <justin@iago.org>
13851
13852         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13853
13854 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13855
13856         * message.el (message-cite-prefix-regexp): Prefix should not end
13857         at space.
13858
13859 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13860
13861         * message.el (message-mode-syntax-table): Add - as a word
13862         constituent as in articles.
13863         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13864         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13865         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13866
13867 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13868
13869         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13870
13871 2000-11-12  David Edmondson  <dme@dme.org>
13872
13873         * message.el (message-font-lock-keywords): use
13874         message-cite-prefix-regexp.
13875
13876 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13877
13878         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13879         Stein Arild Str\e,Ax\e(Bmme.
13880         (gnus-group-jump-to-group): Use it.
13881         (gnus-group-jump-to-group-prompt): Customize.
13882
13883 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13884
13885         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13886
13887 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13888
13889         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13890         incompatible.
13891         (mml2015-mailcrypt-sign): Ditto.
13892
13893 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13894
13895         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13896         group is open.
13897
13898 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13899
13900         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13901         nnvirtual articles.
13902         (gnus-backlog-request-article): Don't request nnvirtual articles.
13903
13904 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13907         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13908
13909 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13910
13911         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13912         * mml.el (mml-generate-mime-1): Use charset attribute.
13913         * mm-bodies.el (mm-encode-body): Add parameter charset.
13914         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13915
13916 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13917
13918         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13919         (mml2015-mailcrypt-clear-decrypt): Ditto.
13920         (mml2015-mailcrypt-verify): Ditto.
13921         (mml2015-mailcrypt-clear-verify): Ditto.
13922         (mml2015-gpg-verify): Ditto.
13923
13924 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13925
13926         * smime.el (smime-openssl-program): Test the existence of openssl.
13927         * mml-smime.el: Require mm-decode.
13928         (mml-smime-verify-test): New function.
13929         * mm-decode.el (mm-verify-function-alist): Use it.
13930
13931 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13934         anyway.
13935
13936 2000-11-13  Simon Josefsson  <sj@extundo.com>
13937
13938         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13939         verification doesn't work.
13940
13941 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13942
13943         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13944         (gnus-inews-do-gcc): Use it.
13945
13946 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13949         leading space.
13950         * mm-extern.el (mm-inline-external-body): Report error when no
13951         access-type.
13952
13953 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13954
13955         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13956
13957 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13958
13959         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13960
13961 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13962
13963         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13964         as multipart/mixed.
13965
13966 2000-11-12  David Edmondson  <dme@dme.org>
13967
13968         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13969         and replace `.' with `\w' to allow for different syntax tables
13970         (from Vladimir Volovich).
13971         * message.el (message-newline-and-reformat): use
13972         `message-cite-prefix-regexp'.
13973         * gnus-cite.el (gnus-supercite-regexp): use
13974         `message-cite-prefix-regexp'.
13975         * gnus-cite.el (gnus-cite-parse): use
13976         `message-cite-prefix-regexp'.
13977
13978 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13979
13980         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13981         PGP SIGNATURE.  Escape leading "-"'s.
13982         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13983
13984 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13985
13986         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13987
13988 2000-11-11  Simon Josefsson  <sj@extundo.com>
13989
13990         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13991
13992         * smime.el (smime-details-buffer): New variable.
13993         (smime-sign-region):
13994         (smime-encrypt-region):
13995         (smime-verify-region):
13996         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13997
13998         * mml-smime.el (mml-smime-verify): Support security info.
13999
14000 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14001
14002         * mm-decode.el (mm-verify-option): Set default to nil.
14003         (mm-decrypt-option): Ditto.
14004         * gnus-art.el (article-verify-x-pgp-sig): New function.
14005
14006 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14007
14008         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14009         preferred part.
14010
14011 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14012
14013         * gnus-sum.el (gnus-move-split-methods): Say that
14014         `gnus-split-methods' uses file names, whereas this uses group
14015         names.  (Report from Nevin Kapur)
14016
14017 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14018
14019         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14020
14021 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14022
14023         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14024         (nnheader-directory-articles): Use it.
14025         (nnheader-article-to-file-alist): Ditto.
14026
14027 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14028
14029         * rfc2047.el (rfc2047-pad-base64): New function.
14030         (rfc2047-decode): Use it.
14031
14032 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14033
14034         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14035         select method.
14036
14037 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14038
14039         * mml2015.el (mml2015-gpg-decrypt-1):
14040         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14041
14042 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14043
14044         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14045
14046 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14047
14048         * pop3.el (pop3-munge-message-separator): A message may have an
14049         empty body.
14050
14051 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14052
14053         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14054         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14055         (mm-uu-pgp-signed-extract): Use coding-system.
14056
14057 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14058
14059         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14060         (gnus-insert-mime-security-button): New function.
14061         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14062         * mml2015.el:  Add security info when verify or decrypt.
14063         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14064         (mm-uu-pgp-encrypted-extract): Ditto.
14065
14066 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14067
14068         * mm-decode.el (mm-display-parts): New function.
14069         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14070
14071 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14072
14073         * gnus-mlspl.el: Documentation tweaks.
14074
14075 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14076
14077         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14078         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14079         argument.
14080
14081 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14082
14083         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14084
14085 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14086
14087         * gnus-art.el (gnus-article-encrypt): New function.
14088         (gnus-article-encrypt-protocol-alist): New variable.
14089         (gnus-article-encrypt-protocol): New variable.
14090         * mml2015.el (mml2015-self-encrypt): New function.
14091         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14092
14093 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14094
14095         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14096         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14097         let mailcap do it.
14098         * mml2015.el: Remove snarf code.
14099         * mm-decode.el: Remove snarf code.
14100
14101 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14102
14103         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14104         (mml-insert-mime): Understand gnus-decoded.
14105         (mime-to-mml): New parameter handles.
14106         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14107         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14108
14109 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14110
14111         * mm-decode.el (mime-security): New group.
14112         (mm-verify-function-alist): Add test function.
14113         (mm-decrypt-function-alist): Ditto.
14114         (mm-snarf-option): Set default value as nil.
14115         (mm-find-part-by-type): Recursive parameter.
14116         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14117         * mml2015.el: Support draft-ietf-openpgp-multsig.
14118
14119 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14122         (gnus-article-view-part-as-charset): New function.
14123
14124 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14125
14126         * mm-decode.el (mm-verify-option): Default value.
14127         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14128
14129 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14130
14131         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14132
14133 2000-11-05  Simon Josefsson  <sj@extundo.com>
14134
14135         * mml-smime.el (mml-smime-verify): Work in original multipart
14136         buffert.
14137
14138         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14139         (mm-handle-multipart-ctl-parameter): Ditto.
14140         (mm-alist-to-plist): New function.
14141         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14142         for multiparts.
14143         (mm-destroy-parts): Destroy multipart buffert.
14144         (mm-remove-part): Ditto.
14145
14146         * mml-smime.el (mml-smime-sign): Not used.
14147         (mml-smime-encrypt): Ditto.
14148
14149         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14150
14151         Verify S/MIME signature support.
14152
14153         * mm-decode.el (mm-inline-media-tests): Add
14154         application/{x-,}pkcs7-signature.
14155         (mm-inlined-types): Ditto.
14156         (mm-automatic-display): Ditto.
14157         (mm-verify-function-alist): Ditto.  Add name of method.
14158         (mm-decrypt-function-alist): Add name of method.
14159         (mm-find-part-by-type): Add documentation.
14160         (mm-possibly-verify-or-decrypt): Use new format of
14161         mm-{verify,decrypt}-function-alist.  Use method names.
14162
14163         * mml-smime.el (mml-smime-verify): New function.
14164
14165 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14166
14167         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14168
14169 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14170
14171         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14172         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14173         * mm-decode.el (mm-snarf-option): New variable.
14174
14175 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14176
14177         * mm-util.el (mm-subst-char-in-string): New function.
14178         (mm-replace-chars-in-string): Use it.
14179         * message.el (message-replace-chars-in-string): Use it.
14180         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14181         * gnus-mh.el (mh-lib-progs): Shut up.
14182
14183 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14184
14185         * base64.el, md5.el: Moved to contrib directory.
14186
14187 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14188
14189         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14190         the last article when search.
14191
14192 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14193
14194         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14195         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14196
14197 2000-09-29  David Edmondson  <dme@thus.net>
14198
14199         * message.el (message-newline-and-reformat): Typo.
14200
14201 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14202
14203         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14204
14205 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14206
14207         * nntp.el (nntp-decode-text): Delete bogus status lines.
14208
14209 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14210
14211         * message.el (message-font-lock-keywords): Match a final newline
14212         to help font-lock's multiline support.
14213
14214 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14215
14216         * nnoo.el (nnoo-set): New function.
14217
14218 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14219
14220         * gpg.el, gpg-ring.el: Moved to contrib directory.
14221
14222 2000-11-04  Simon Josefsson  <sj@extundo.com>
14223
14224         * nnimap.el (nnimap-split-inbox): Typo.
14225
14226 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14229
14230 2000-11-03  Simon Josefsson  <sj@extundo.com>
14231
14232         * rfc2231.el (rfc2231-parse-qp-string): New function.
14233         (require): rfc2047.
14234
14235         * mail-parse.el (mail-header-parse-content-type):
14236         (mail-header-parse-content-disposition): Support invalid QP
14237         encoded strings, by using `rfc2231-parse-qp-string'.
14238
14239 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14240
14241         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14242         (rfc2231-decode-encoded-string): Typo "> X 1".
14243         (rfc2231-encode-string): Insert the name of charset.
14244         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14245
14246 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14247
14248         * mm-decode.el (mm-save-part): Return the filename.
14249         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14250         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14251         (gnus-mime-action-alist): Use it.
14252         (gnus-mime-button-commands): Use it.
14253         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14254         (mm-inline-external-body): unwind-protect.
14255
14256 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14257
14258         * gnus-art.el (gnus-insert-mime-button): Show url.
14259
14260 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14261
14262         * mml.el (mml-generate-mime-1): Support external url.
14263         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14264
14265 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14266
14267         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14268         * mm-decode.el (mm-display-external): Ditto.
14269         * mm-extern.el: New file.
14270         * mm-decode.el (mm-inline-media-tests): Hook it up.
14271         (mm-inlined-types): Inline message/external-body.
14272
14273 2000-11-02  Simon Josefsson  <sj@extundo.com>
14274
14275         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14276
14277         * message.el (message-get-reply-headers): Better handling when
14278         Mail-Followup-To is very large.
14279
14280 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14281
14282         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14283         * gnus-art.el (gnus-article-edit-done):
14284         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14285         counting code here.
14286         * gnus-msg.el (gnus-setup-message): Remove a hack.
14287
14288 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14289
14290         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14291         (gnus-summary-mode): Make them local variables.
14292         (gnus-set-global-variables): Globalize them.
14293         (gnus-summary-exit): Kill them.
14294
14295 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14296
14297         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14298         word.
14299
14300 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14301
14302         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14303         gnus-article-wash-types.
14304         * gnus-art.el (gnus-article-wash-status): Use them.
14305
14306 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14307
14308         * mml.el (mml-read-tag): Remove spaces and LF.
14309
14310 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14311
14312         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14313         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14314
14315 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14316
14317         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14318
14319 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14320
14321         * gnus-sum.el (gnus-article-charset): New variable.
14322         (gnus-summary-display-article): Set it.
14323         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14324         * gnus-art.el (gnus-article-mode): Make it local variable.
14325
14326 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14327
14328         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14329
14330 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14331
14332         * nnwfm.el: New file.
14333
14334         * nnweb.el (nnweb-replace-in-string): New function.
14335
14336 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14337
14338         * mml2015.el: Wrap gpg.el.
14339         * gpg.el (gpg-verify): The last argument of apply is a list.
14340         (gpg-encrypt): Add passphrase as a parameter.
14341
14342 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14343
14344         * gpg.el: New file.
14345         * gpg-ring.el: New file.
14346
14347 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14348
14349         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14350
14351 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14354         double-quote characters.
14355         (gnus-summary-prepare-threads): Ditto.
14356
14357 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14358
14359         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14360         * mml.el (mml-read-tag): Don't skip the leading space.
14361         * lpath.el (font-lock-set-defaults): Shut up.
14362
14363 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14364
14365         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14366
14367 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14368
14369         * qp.el (quoted-printable-encode-region): Replace leading - when
14370         ultra safe.
14371         * mml.el (mml-generate-mime-postprocess-function): Removed.
14372         (mml-postprocess-alist): Removed.
14373         (mml-generate-mime-1): Use ultra-safe when sign.
14374         * mml2015.el (mml2015-fix-micalg): Uppercase.
14375         (mml2015-verify): Insert LF.
14376         (mml2015-mailcrypt-sign): Downcase; search backward.
14377
14378 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14379
14380         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14381         restrictive.
14382         (nnultimate-table-regexp): New variable.
14383         (nnultimate-forum-table-p): Use it.
14384
14385 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14386         Trivial patch.
14387
14388         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14389
14390 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14391
14392         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14393         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14394
14395 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14396
14397         * mml2015.el: Shut up.
14398
14399 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14400
14401         * gnus.el (gnus-server-browse-hashtb): Removed.
14402         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14403         (gnus-group-insert-group-line-info): Use simplified method.
14404         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14405
14406 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14407
14408         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14409         moved here.
14410         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14411         * gnus-group.el (gnus-group-prepare-flat): Use it.
14412         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14413
14414 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14415
14416         * mml.el (mml-mode): Show menu in XEmacs.
14417
14418 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14419
14420         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14421         (gnus-server-read-server-in-server-buffer): New function.
14422         (gnus-browse-foreign-server): Browse in group buffer.
14423         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14424         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14425         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14426         * gnus.el (gnus-server-browse-hashtb): New variable.
14427
14428 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14429
14430         * nnfolder.el (nnfolder-open-nov): Use group.
14431
14432 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14433
14434         * nnfolder.el: Add NOV. Set version to 2.0.
14435         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14436
14437 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14438
14439         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14440
14441 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14442
14443         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14444         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14445
14446 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14447
14448         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14449
14450 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14451
14452         * mm-decode.el (mm-verify-function-alist): New variable.
14453         (mm-verify-option): New variable.
14454         (mm-decrypt-function-alist): Ditto.
14455         (mm-decrypt-option): Ditto.
14456         (mm-find-raw-part-by-type): New function.
14457         (mm-possibly-verify-or-decrypt): New function.
14458         (mm-dissect-multipart): Use it.
14459         * mml2015.el (mml2015-fix-micalg): New function.
14460         (mml2015-decrypt): Use new interface.
14461         (mml2015-verify):  Use new interface.
14462         (mml2015-setup): Make it bogus.
14463
14464 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14465
14466         * mml.el (mml-generate-mime-postprocess-function): Set to
14467         mml-postprocess.
14468         (autoload): Autoload mml2015 and mml-smime.
14469         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14470         * mml2015.el (mml2015-encrypt): New function.
14471         (mml2015-sign): New function.
14472         (mml2015-encrypt-function): New variable.
14473         (mml2015-sign-function): New variable.
14474         (mml2015-mailcrypt-encrypt): Use message-recipients.
14475         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14476         * mml-smime.el (mml-smime-setup): Ditto.
14477
14478 2000-10-28  Simon Josefsson  <sj@extundo.com>
14479
14480         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14481         Communigate Pro 3.3.1 server.
14482
14483         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14484         in buffers.
14485         (mml-secure-dns-server): Removed.
14486         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14487         write certificates to files.
14488
14489         * smime.el (smime-dns-server): New variable.
14490         (smime-mail-to-domain):
14491         (smime-cert-by-dns): New functions.
14492
14493         * dig.el: New file.
14494
14495 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14496
14497         * message.el (message-options): New variable.
14498         (message-options-set-recipient): New function.
14499         (message-send): Use them.
14500         * gnus-int.el (gnus-request-replace-article): Use them.
14501         (gnus-request-accept-article): Ditto.
14502         * mml.el (mml-preview): Use them.
14503         * gnus-sum.el (gnus-summary-edit-article): Use them.
14504
14505         * message.el (message-options-get): New function.
14506         (message-options-get): New function.
14507         * rfc2047.el (rfc2047-encode-message-header): Use them.
14508         * mm-bodies.el (mm-encode-body): Use them.
14509
14510 2000-10-28  Simon Josefsson  <sj@extundo.com>
14511
14512         * nnimap.el (nnimap-retrieve-which-headers):
14513         (nnimap-request-article-part): Quote message-id.
14514
14515         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14516         (smime-CA-file): New variable.
14517         (smime-call-openssl-region): Don't error.
14518         (smime-sign-region): Return result value.
14519         (smime-encrypt-region): Ditto.
14520         (smime-verify-region): New function.
14521         (smime-decrypt-region): Ditto.
14522         (smime-verify-buffer): Ditto.
14523         (smime-decrypt-buffer): Ditto.
14524
14525         * mml.el: Require mml-sec.
14526         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14527         (mml-mode-map): Add "sign" and "encrypt" maps.
14528         (mml-menu): Add security menu.
14529         (mml-preview): Use generate-new-buffer.
14530
14531         * mml-sec.el: New file.
14532
14533 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14534
14535         * mm-decode.el (mm-find-part-by-type): Move it here.
14536         * mml.el (mml-postprocess): Move it here.
14537         (mml-postprocess-alist): Move it here. Merge them.
14538
14539 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14540
14541         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14542         unencoded stuff in the header.
14543
14544 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14545
14546         * gnus-group.el (gnus-group-listed-groups): New variable.
14547         (gnus-group-list-option): New variable.
14548         (gnus-group-list-limit-map): New keymap.
14549         (gnus-group-list-flush-map): New keymap.
14550         (gnus-group-list-plus-map): New keymap.
14551         (gnus-group-prepare-logic): New function.
14552         (gnus-group-prepare-flat): Merge with
14553         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14554         (gnus-group-prepare-flat-list-dead): Ditto.
14555         (gnus-group-list-matching): Use gnus-group-prepare-function.
14556         (gnus-group-list-dormant): Ditto.
14557         (gnus-group-list-cached): Ditto.
14558         (gnus-group-listed-groups): New function.
14559         (gnus-group-list-limit): New function.
14560         (gnus-group-list-flush): New function.
14561         (gnus-group-list-plus): New function.
14562         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14563         (gnus-topic-prepare-topic): Ditto.
14564
14565 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14566
14567         * message.el (message-insert-to, message-get-reply-headers):
14568         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14569
14570 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14571
14572         * mml2015.el: New file.
14573         * smime.el: New file.
14574         * mml-smime.el: New file.
14575
14576 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14577
14578         * ChangeLog: Moved to ChangeLog.1.
14579
14580     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14581   Copying and distribution of this file, with or without modification,
14582   are permitted provided the copyright notice and this notice are preserved.
14583
14584 ;; Local Variables:
14585 ;; coding: iso-2022-7bit
14586 ;; End: