* gnus-sum.el (gnus-highlight-selected-summary)
[gnus] / lisp / ChangeLog
1 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2
3         * gnus-sum.el (gnus-highlight-selected-summary)
4         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
5         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
6         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
7         and makes it clear that we don't need the side effect.
8         * gnus-util.el (gnus-delete-line): do.  
9         * gnus-xmas.el (gnus-group-add-icon): do.
10         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
11         * nntp.el (nntp-send-authinfo-from-file): do.
12         * nnml.el (nnml-header-value): do.
13         * nnheader.el (nnheader-insert-references): do.
14         * gnus-cite.el (gnus-article-highlight-citation) 
15         (gnus-cite-parse): do.
16         * gnus-score.el (gnus-score-followup): do.
17         * gnus-draft.el (gnus-draft-send): do.
18         * gnus-group.el (gnus-group-highlight-line): do.
19         * gnus-cache.el (gnus-cache-braid-nov): do.
20         * nnfolder.el (nnfolder-retrieve-headers)
21         (nnfolder-request-article): do.
22         * gnus-art.el (article-hide-boring-headers)
23         (gnus-article-hide-header): do.
24         
25         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
26         * nnml.el (nnml-request-replace-article): do.
27         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
28         * nnfolder.el (nnfolder-request-move-article): do.
29         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
30         * gnus-art.el (gnus-mm-display-part): do.
31
32         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
33         
34 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
35
36         * nntp.el (nntp-possibly-change-group): Avoid calling
37         process-buffer on nil (Which happened when you lost your
38         connection while fetching); instead signal a "Server Closed
39         Connection" error.
40
41 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
42
43         * gnus-agent.el (gnus-agent-enable-expiration): New
44         variable. Either ENABLE or DISABLE.  Sets default behavior for
45         selecting which groups are expired.
46         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
47         gnus-agent-set-cat-groups): Provides abstract interface for
48         accessing agent category.  Category now implemented by an alist.
49         (gnus-agent-add-group, gnus-agent-remove-group,
50         gnus-category-insert-line, gnus-category-edit-predicate,
51         gnus-category-edit-score, gnus-category-edit-groups,
52         gnus-category-copy, gnus-category-add, gnus-group-category): Use
53         new agent category abstraction.
54         (gnus-agent-find-parameter): New function. Search for agent
55         configuration parameter first in the group's parameters, then its
56         topics (if any), and then the group's category.  If not found
57         anywhere, use the original defined constants.
58         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
59         gnus-agent-find-parameter.
60         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
61         gnus-agent-cache now blocks retrieving headers and articles from
62         the local cache.  Fetched content is still added to the cache
63         before being returned.
64         (gnus-agent-fetch-session): Use error-message-string to generate
65         displayed error message.
66         (gnus-agent-customize-category): New Command. 'e' in category
67         buffer opens category customization buffer.
68         (gnus-category-read): Reads either positional or alist format;
69         returns alist format.
70         (gnus-category-write): Writes category file compatible with
71         current, and previous, versions of gnus-agent.
72         (gnus-category-make-function, gnus-category-make-function-1):
73         Corrected documentation; parameter is predicate NOT category.
74         (gnus-predicate-implies-unread): Now works in more cases per the
75         todo comment.
76         (gnus-function-implies-unread-1): New function. Supports
77         gnus-predicate-implies-unread.
78         (gnus-agent-expire-group): Command now provides default of group
79         under point.
80         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
81         agent-days-until-old parameters. No longer supports
82         gnus-agent-expire-days being set to an alist.
83         (gnus-agent-request-article): Now performs its own checks of
84         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
85         assuming that the caller will do them correctly.
86         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
87         gnus-agent-expire-days is set to an alist.  Converts said alist
88         into group parameter so that gnus-agent-expire-days will not be
89         needed.
90         * gnus-art.el (gnus-request-article-this-buffer): Conditional
91         checks surrounding gnus-agent-request-article removed; now
92         performed by gnus-agent-request-article.
93         * gnus-cus.el (gnus-agent-parameters): New variable. List of
94         customizable group/topic parameters that regulate the agent.
95         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
96         kill-buffer with gnus-kill-buffer to remove the killed buffer from
97         the list of gnus buffers.
98         (gnus-trim-whitespace): Removes leading and trailing whitespace
99         from multiline strings.
100         (gnus-agent-cat-prepare-category-field,
101         gnus-agent-customize-category): Constructs a category
102         customization buffer.
103         * gnus-int.el (gnus-retrieve-headers,
104         gnus-request-expire-articles): No longer checks gnus-agent-cache
105         as it is handled internally by the agent.
106         (gnus-request-head, gnus-request-body): Conditional checks
107         surrounding gnus-agent-request-article removed; now performed by
108         gnus-agent-request-article.
109         
110         * gnus-start.el (): Added defvar statements to resolve compilation
111         warnings.
112         (gnus-long-file-names): New function. Isolates platform dependent
113         msdos-long-file-names.
114         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
115         option of writing directly to file.  Avoids memory exhausted
116         errors when .newsrc.eld is huge.
117         (gnus-save-newsrc-file): Uses new
118         gnus-save-startup-file-via-temp-buffer.
119         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
120         standard-output.
121         (gnus-display-time-event-handler): Changed to alias from a defun
122         to avoid a compile-time warning when display-time-event-handler is
123         not defined.
124         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
125         standard-output such that prin1 and princ will write directly to a
126         file.
127
128         * gnus.el (gnus-agent-cache): Expanded documentation.
129         (gnus-summary-high-undownloaded-face): Removed second bold keyword
130         so that this face is actually bold.
131
132         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
133         gnus-use-cache has been set.
134
135 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
136
137         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
138
139 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
140
141         * gnus-art.el (gnus-article-refer-article): Be more permissive.
142
143 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
144
145         * spam.el: Fix typo.
146
147 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
148         (Trivial patch.)
149
150         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
151         errors-buffer. This produces a nicer error message in case of
152         problems.
153         
154 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
155
156         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
157         load stats iff spam-use-stat is on
158
159         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
160         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
161         instead of spam-stat-load and spam-stat-save in the
162         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
163
164 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
165
166         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
167
168 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * message.el (message-make-fqdn): Protect against nil user-mail. 
171
172 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
173
174         * gnus-art.el (gnus-boring-article-headers): New values:
175         'to-list and 'cc-list.
176         
177 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * spam.el (spam-setup-widening): new function to set
180         nnimap-split-download-body, we add it to gnus-get-new-news-hook
181         (spam-list-of-statistical-checks): list of statistical splitter
182         checks
183         (spam-split): added a widen call when a statistical check is
184         enabled
185
186 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
187
188         * gnus-msg.el (gnus-user-agent): Changed default to
189         'emacs-gnus-type, renamed 'full.
190
191 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
192
193         * nnfolder.el (nnfolder-request-accept-article): Don't use
194         mail-header-unfold-field.
195
196 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
197
198         * imap.el (imap-ssl-open): Don't depend on ssl.el.
199         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
200
201 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * spam.el: add spam-stat-load to gnus-get-new-news-hook
204         (spam-split): remove spam-stat-load call
205
206 2003-02-26  Simon Josefsson  <jas@extundo.com>
207
208         * gnus-sum.el (gnus-summary-toggle-header): Run
209         gnus-article-decode-hook instead of calling a-decode-encoded-words
210         directly (the latter is run as part of the former).
211
212 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
213
214         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
215
216 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
217
218         * message.el (message-sendmail-envelope-from): New option.
219         (message-sendmail-envelope-from): New function.
220         (message-send-mail-with-sendmail): Use it.
221
222 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
223
224         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
225         compensation for TDMA addresses.
226
227 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
228
229         * gnus-msg.el (gnus-user-agent): New variable.
230         (gnus-version-expose-system): Removed.  Obsoleted by
231         `gnus-user-agent'.
232         (gnus-extended-version): Use `gnus-user-agent'.
233
234 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
235
236         * spam.el (spam-stat-register-spam-routine,
237         spam-stat-register-ham-routine): remove spam-stat-save
238         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
239
240 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
241
242         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
243         reference.
244
245 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
246
247         * nnheader.el (nnheader-find-nov-line): Changed midpoint
248         calculation to avoid integer overflow.
249
250 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
251
252         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
253
254 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
255         * spam.el: disabled spam-get-article-as-filename
256
257         From Michael Shields  <shields@msrl.com>
258
259         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
260         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
261         * gnus-sum.el (gnus-summary-expire-articles): Use it.
262         * spam.el (spam-summary-prepare-exit): Use it.
263         * gnus.el (gnus-install-group-spam-parameters): New.
264         * spam.el (spam-group-ham-processor-copy-p): New.
265         * spam.el (spam-summary-prepare-exit): Support for ham copying.
266         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
267         that would cause the current message to be moved if the group had
268         no spam.
269         * spam.el (spam-ham-move-routine): New `copy' argument.
270
271 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
272         From Martin Thornquist <martint@ifi.uio.no>
273
274         * gnus-topic.el (gnus-topic-select-group): Select last group if
275         after last group.
276         * gnus-group.el (gnus-group-select-group): Ditto.
277
278 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
281         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
282         point-at-(b|e)ol which aren't available in Emacs 20.
283
284         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
285
286 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
287
288         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
289         clause of the condition-case statement.  Errors connecting to a
290         server no longer terminate gnus.
291
292         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
293         make its use obvious.  Added no-nothing case to avoid
294         opening(closing) servers when already open(closed).
295         (gnus-agent-while-plugged): Added macro to facilitate internal use
296         of gnus-agent-toggle-plugged.
297         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
298         temporarily open servers.
299         (gnus-agent-get-undownloaded-list): Sort list of article numbers
300         as sorting gnus-newsgroup-headers is wrong.
301         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
302         to temporarily open servers. Corrected logic to handle setting
303         gnus-agent-mark-unread-after-downloaded.
304         (gnus-agent-fetch-articles): Now handles headers with missing
305         article sizes and/or missing article lengths.  Now clears the
306         message buffer when finished.
307         (gnus-agent-fetch-group-1): Position point before calling
308         gnus-summary-set-agent-mark.
309         (gnus-get-predicate): Corrected description, parameter is
310         predicate not category.
311         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
312         provide a separate single group expiration function.
313         (gnus-agent-regenerate-group): Now clears the message buffer when
314         finished.
315         
316 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
317
318         * gnus.el (gnus-agent-target-move-group-header): New variable.
319         * gnus-draft.el (gnus-draft-send): If special header
320         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
321         that group, instead of performing the regular sending functions.
322
323 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
326
327 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
328
329         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
330         variables.
331         (message-make-fqdn): Use it.  Improved validity check.
332
333 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * message.el (message-user-mail-address): Check whether
336         user-mail-address looks valid.
337
338         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
339
340         * gnus-util.el (gnus-fetch-original-field): New function.
341
342 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
343
344         * message.el (message-mode): \\(...\\) around additional
345         paragraph-separate alternative.
346
347 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
348
349         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
350         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
351         display key bindings.
352         (gnus-mime-button-menu): Rewrite.
353
354 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-art.el (gnus-button-url-regexp): Removed `.
357
358 2003-02-23  Max Froumentin  <mf@w3.org>
359
360         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
361
362 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-art.el (gnus-mime-action-on-part): Require a match
365         interactively. 
366
367         * gnus-start.el (gnus-save-newsrc-file): Use
368         gnus-backup-startup-file. 
369         (gnus-backup-startup-file): New variable.
370
371 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus.el (gnus-summary-buffer-name): Moved function here. 
374
375         * gnus-draft.el (defun): Remove debug.
376
377 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
378
379         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
380         can't open server.
381
382 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-draft.el (defun): Configure posting styles.
385
386         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
387         the entry for the group exists before we alter it.
388
389 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
390
391         * message.el (message-mode): MML tags separate paragraphs.  Small
392         change from David S Goldberg <david.goldberg6@verizon.net>.
393
394         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
395         `gnus-newsgroup-headers'.
396
397         * gnus-art.el (gnus-article-refer-article): Grok more message id
398         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
399
400 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
401
402         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
403         use "path name".
404
405 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
406
407         * gnus-sum.el (gnus-summary-move-article)
408         (gnus-summary-expire-articles): send data header for article, not
409         just article ID
410
411         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
412         (gnus-register-spool-action): added hashtable of message ID keys
413         with message motion data
414
415 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
416         From Reiner Steib  <Reiner.Steib@gmx.de>.
417
418         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
419         variable, used in `gnus-button-mid-or-mail-heuristic'.
420         (gnus-button-mid-or-mail-heuristic): New function derived from
421         Florian Weimer's Perl script.
422         (gnus-button-handle-mid-or-mail): Allow a function instead of
423         'guess.
424         (gnus-button-guessed-mid-regexp): Removed.
425
426 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * message.el (message-resend): Bind message-setup-hook to nil;
429         remove X-Draft-From header.
430
431 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
432
433         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
434         (gnus-newsgroup-undownloaded)
435         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
436         Doc fixes.
437
438 2003-02-17  John Paul Wallington  <jpw@gnu.org>
439
440         * gnus.el (gnus-shell-command-separator, gnus-email-address)
441         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
442
443 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
444
445         * gnus-spec.el (gnus-xmas-format): Use insert instead of
446         insert-string which is obsolete in Emacs 21.4.
447
448         * message.el (message-cross-post-followup-to-header): do.
449         
450         * spam.el (spam-ifile-register-with-ifile)
451         (spam-stat-register-spam-routine)
452         (spam-stat-register-ham-routine)
453         (spam-bogofilter-register-with-bogofilter): do.
454
455         * mailcap.el (mailcap-mime-data): Fix typo.
456
457         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
458
459 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
460
461         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
462         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
463         `gnus-cite-unsightly-citation-regexp'.
464
465 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
468         even if there's just a header.
469
470 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
471
472         * message.el (message-fix-before-sending): Fix highlighting of
473         illegible and invisible text.
474
475         * gnus-util.el (gnus-multiple-choice): Separate choices with
476         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
477
478 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
479
480         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
481
482 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
483
484         * spam.el (spam-ham-move-routine) 
485         (spam-mark-spam-as-expired-and-move-routine): use
486         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
487         around process-mark manipulation on the group
488
489 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
490
491         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
492         submenu.
493
494 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * mail-source.el (mail-source-fetch): Reverse the return value of
497         the continuation question.
498
499 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * nndraft.el (nndraft-request-move-article): Bind
502         nnmh-allow-delete-final to t.
503
504 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
505
506         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
507        
508 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
509       
510         * nntp.el (nntp-accept-process-output): Don't use point-max to get
511         the buffer's size.
512
513 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
514
515         * nnheader.el: Added cygwin to system-type comparisons.
516        
517 2003-01-27  Juanma Barranquero  <lektu@terra.es>
518
519         * imap.el (imap-mailbox-status): Fix typo.
520
521 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
524         online.
525
526 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
527
528         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
529         commands.
530         * gnus-sum.el: Small change from Frank Weinberg
531         <frank@usenet-rundfahrt.de>:
532         (gnus-auto-center-group): New variable.
533         (gnus-summary-read-group-1): Use it.
534         (gnus-summary-next-group): Fix docstring.
535
536 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * gnus-util.el (gnus-faces-at): Simplify.
539
540 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
541
542         * spam.el (spam-ham-move-routine) 
543         (spam-mark-spam-as-expired-and-move-routine): made the article
544         move conditional, so it's not called even if there's nothing to move
545
546 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
547
548         * message.el (message-unix-mail-delimiter): Accept any whitespace
549         after the email address and before the date; do not require the
550         space character.  From Kurt B. Kaiser <kbk@shore.net>.
551
552 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
555         gnus-article-boring-faces variable is bound; use gnus-faces-at.
556
557         * gnus-util.el (gnus-faces-at): New macro.
558
559 2003-02-13  Michael Shields  <shields@msrl.com>
560
561         * gnus-cite.el
562         (gnus-cite-attribution-suffix, gnus-cite-parse):
563         Better handling for Microsoft citation styles.
564         (gnus-unsightly-citation-regexp): New.
565
566 2003-02-12  Michael Shields  <shields@msrl.com>
567
568         * gnus-art.el (article-strip-banner): Strip both per-group and
569         per-user-address banners.
570         (article-really-strip-banner): New.
571
572 2003-02-12  Michael Shields  <shields@msrl.com>
573
574         * gnus-sum.el (gnus-article-goto-next-page,
575         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
576         relying on the summary bindings of `n' and `p'.
577
578 2003-02-12  Michael Shields  <shields@msrl.com>
579
580         * gnus-art.el (gnus-article-only-boring-p): New.
581         (gnus-article-skip-boring): New.
582         * gnus-cite.el (gnus-article-boring-faces): New.
583         * gnus-sum.el (gnus-summary-next-page): Use
584         gnus-article-only-boring-p.
585
586 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
587
588         * spam.el (spam-mark-spam-as-expired-and-move-routine)
589         (spam-ham-move-routine): unmark all articles before marking those
590         of interest and calling gnus-summary-move-article
591
592 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
593
594         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
595         logically the complement of gnus-get-buffer-create and
596         gnus-add-buffer.
597
598         * gnus-util.el (gnus-kill-buffer): do.
599
600         * nnmail.el: Autoload gnus-kill-buffer.
601
602 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
603
604         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
605         gnus-summary-goto-subject as gnus-summary-update-mark operates on
606         the current LINE.
607         (gnus-agent-summary-fetch-group): Minimized the number of times
608         that the article is updated in the buffer.
609         
610 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * spam.el (spam-ham-move-routine): use the process-mark instead of
613         gnus-current-article when moving articles
614         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
615
616 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
619         (gnus-topic-catchup-articles): Ditto.
620         (gnus-topic-mark-topic): Reverse recursive logic.
621
622 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
623
624         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
625         gnus-refer-thread-limit is t.
626
627 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
628
629         * mm-util.el (mm-mule-charset-to-mime-charset): Use
630         sort-coding-systems to prefer utf-8 over utf-16.
631
632 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
633
634         * gnus-agent.el (gnus-agent-expire-days):
635         gnus-request-move-article depends on gnus-agent-expire to clean up
636         the cache after moving the article.  Therefore, g-a-e-d can NOT
637         default to nil or can gnus-agent-expire be disabled by doing so.
638         If you don't want to run gnus-agent-expire, don't call it.
639         (gnus-agent-expire): The broken test to disable gnus-agent-expire
640         when g-a-e-d was NOT nil was removed.
641         (gnus-agent-article-name): Removed unnecessary input test as
642         article IDs are always strings.
643         (gnus-agent-regenerate-group): Added check to protect against
644         servers that generate absurdly long article IDs.  Valid IDs are
645         less than 10 digits to avoid overflow errors.  Fixed logic error
646         when ensuring that the final article ID is present in the new
647         alist.
648         
649 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
652         next line after finding the parent.
653
654 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus.el (gnus-version-number): Bumped.
657
658 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
659
660         * gnus.el: Oort Gnus v0.15 is released.
661
662 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
663
664         * nnmail.el (nnmail-split-it): If a message ends up matching the
665           same mailbox more than once, it will cause duplicates to appear
666           in the mailbox.
667
668 2003-02-08  Simon Josefsson  <jas@extundo.com>
669
670         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
671         code that only worked under Emacs.
672
673         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
674         Das <satyaki@chicory.stanford.edu>.
675
676 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
677
678         * gnus-art.el (gnus-article-refer-article): Use
679         gnus-replace-in-string.
680
681         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
682         (gnus-remove-duplicates): do.
683
684 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
685
686         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
687         (gnus-request-scan): set
688         gnus-internal-registry-spool-current-method to gnus-command-method
689         before a request-scan operation
690
691         * gnus-registry.el (regtest-nnmail): use
692         gnus-internal-registry-spool-current-method
693
694         
695
696 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * mail-source.el (mail-source-fetch): Typo fix.
699
700 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
701
702         * nnmail.el (nnmail-spool-hook): new hook
703         (nnmail-cache-insert): call nnmail-spool-hook
704
705         * gnus-registry.el: new file with examples of using the hooks
706
707         * gnus.el (gnus-registry): added registry customization group
708         (gnus-group-prefixed-name): improve function to return full group
709         name optionally
710         (gnus-group-guess-prefixed-name): shortcut to
711         gnus-group-prefixed-name, using just the group name
712         (gnus-group-full-name): always get a group's full name
713         (gnus-group-guess-full-name): shortcut, using just the group name
714
715         * gnus-sum.el (gnus-summary-article-move-hook) 
716         (gnus-summary-article-delete-hook) 
717         (gnus-summary-article-expire-hook): new hooks
718         (gnus-summary-move-article, gnus-summary-expire-articles) 
719         (gnus-summary-delete-article): invoke the new hooks
720
721 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
722
723         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
724           from message-ID
725
726 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
727
728         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
729
730 2003-02-07  John Paul Wallington  <jpw@gnu.org>
731
732         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
733         (mm-write-region, mm-detect-coding-region): Doc fixes.
734
735 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * mail-source.el (mail-source-fetch): Ignore errors.
738         (mail-source-ignore-errors): New variable.
739
740         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
741         articles. 
742
743         * gnus-msg.el (gnus-version-expose-system): Change default.
744
745 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
746
747         * gnus-msg.el (gnus-version-expose-system): New variable.
748
749 2003-02-07  Simon Josefsson  <jas@extundo.com>
750
751         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
752         patch from deskpot@myrealbox.com (Vasily Korytov).
753
754 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-art.el (article-display-face): Get the Face header from
757         the current buffer.
758
759 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-art.el (gnus-mime-view-part-internally): Bind
762         buffer-read-only to nil.
763
764 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
767         from g-a-e-1 to g-a-e-2.
768
769 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
770
771         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
772         of bbdb-search-simple, use spam-use-BBDB-exclusive
773         (spam-check-whitelist): use spam-use-whitelist-exclusive
774         (spam-use-whitelist-exclusive): new variable affecting
775         spam-use-whitelist
776         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
777
778 2003-02-05  Simon Josefsson  <jas@extundo.com>
779
780         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
781         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
782         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
783         (gnus-agent-expire-1): New.
784         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
785         (gnus-agent-expire-2): New.
786
787 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
788
789         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
790         "delete-if" is misleading because it isn't actually destructive.
791
792         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
793         
794         * nnmail.el (nnmail-purge-split-history): do.
795
796         * gnus-win.el (gnus-get-buffer-window): do.
797         
798         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
799         let-binding.
800         (gnus-simplify-all-whitespace): do.
801
802 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-delay.el (gnus-delay-article): Fix binding of the
805         nndraft:delayed group.
806
807 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * gnus.el (spam group parameters): change 'other to 'const in
810         the group parameter definitions to soothe XEmacs
811
812 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
813
814         * gnus-delay.el (gnus-delay-article): Really create
815         nndraft:delayed group if it doesn't exist.
816
817 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
818
819         * gnus-sum.el (gnus-summary-search-article): Speed up by
820         disabling various visual features while searching.
821         (gnus-summary-recenter): Test gnus-auto-center-summary first.
822
823 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
824
825         * spam.el (spam-list-of-checks): Don't quote nil and t in
826         docstrings.  From the elisp manual:
827
828            When a documentation string refers to a Lisp symbol, write
829            it [..] with single-quotes around it.  [..] There are two
830            exceptions: write t and nil without single-quotes.
831
832         * messcompat.el (message-from-style): do.
833
834         * message.el (message-send-mail): do.
835
836         * gnus-util.el (gnus-use-byte-compile): do.
837
838         * gnus-score.el (gnus-score-lower-thread): do.
839
840         * gnus-int.el (gnus-server-unopen-status): do.
841
842         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
843         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
844
845         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
846         (gnus-group-parameters): do.
847
848         * gnus-art.el (gnus-article-mime-match-handle-function): do.
849
850         * mm-decode.el (mm-text-html-renderer): do.
851
852 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * nnheader.el (nnheader-directory-separator-character): Change the
855         way to compute the dafault value.
856
857 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
858
859         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
860         (gnus-button-alist): Fix regexp for describe-key.
861         (gnus-button-handle-describe-function)
862         (gnus-button-handle-describe-variable)
863         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
864         (gnus-button-handle-apropos-variable)
865         (gnus-button-handle-apropos-documentation): Docstring fix.
866
867         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
868
869 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
872         to nil.
873
874         * nnmail.el: Removed gnus-util autoload.
875
876         * gnus.el: Use gnus-prin1-to-string throughout.
877
878         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
879         print-level. 
880
881         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
882         (gnus-treat-display-grey-xface): Removed.
883
884         * gnus-fun.el (gnus-grab-cam-face): New.
885         (gnus-convert-image-to-gray-x-face): Removed.
886         (gnus-convert-gray-x-face-to-xpm): removed.
887         (gnus-convert-gray-x-face-region): Removed.
888         (gnus-grab-gray-x-face): Removed.
889
890         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
891
892 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
893
894         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
895         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
896         bound.
897
898         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
899
900 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
901
902         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
903         Remove -- these are bogus options which are never used.
904
905 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
906
907         * gnus-art.el (gnus-article-mode): Use summary tool bar.
908
909 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * spam.el (spam-check-blackholes) 
912         (spam-blackhole-good-server-regex): new variable to skip some IPs
913         when checking blackholes; use it
914         (spam-check-bogofilter-headers) 
915         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
916         case more X-Bogosity is used than just "Yes/No"
917         (spam-ham-move-routine): semi-fixed, only first article is
918         properly moved now
919
920 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
921
922         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
923         as well.
924         
925         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
926         
927         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
928         
929         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
930         
931         * gnus-bcklg.el (gnus-backlog-shutdown): do.
932         
933         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
934
935 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-fun.el (gnus-face-encode): New function.
938         (gnus-convert-png-to-face): Use it.
939
940         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
941
942 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
943
944         * mm-decode.el (mm-dissection-list): Remove.
945         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
946         only used in mm-remove-all-parts.
947         (mm-remove-all-parts): Remove it, it's never called.
948
949 2003-01-25  Simon Josefsson  <jas@extundo.com>
950
951         * gnus-group.el (gnus-group-make-group): Report errors.
952
953         * nnimap.el (nnimap-request-create-group): Ditto.
954
955         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
956
957         * sieve.el (sieve-upload): Fix error printing.
958
959         * mm-encode.el (mm-qp-or-base64): Always QP iff
960         mm-use-ultra-safe-encoding and cleartext PGP.
961
962         * gnus-sum.el (gnus-summary-select-article): Inhibit
963         redisplay (mainly for secured messages).
964
965         * nnmail.el (nnmail-article-group): Copy body too (but don't
966         process it).
967
968 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
969
970         * gnus-art.el (gnus-article-setup-buffer): Reset
971         gnus-button-marker-list.
972
973 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * nntp.el (nntp-read-timeout): Default to using a second delay
976         under Microsoft Windows.
977
978 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * nnheader.el (nnheader-directory-separator-character): New
981         variable. 
982
983 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
984
985         * gnus-agent.el (gnus-agent-max-fetch-size)
986         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
987         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
988         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
989         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
990         (gnus-agent-braid-nov, gnus-agent-load-alist)
991         (gnus-agent-article-alist-save-format)
992         (gnus-agent-read-agentview, gnus-agent-save-alist)
993         (gnus-agent-fetch-group-1, gnus-agent-expire)
994         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
995         (gnus-agent-regenerate-group): Reformat to keep under eighty
996         columns.  Reword docstrings so that first line is under eighty
997         chars and a complete sentence.  Still need to work on the rear
998         end of the file, in particular gnus-agent-expire.       
999
1000 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-agent.el (gnus-agentize): Indent.
1003
1004         * gnus.el (gnus-version-number): Bumped.
1005
1006 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1007
1008         * gnus.el: Oort Gnus v0.14 is released.
1009
1010 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1011
1012         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1013         before beginning.  Tiny patch from Mark Thomas
1014         <swoon@bellatlantic.net>.
1015
1016 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1017
1018         * spam.el (spam-check-blackholes, spam-split) 
1019         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1020         gnus-message calls to show to users what spam.el is doing
1021
1022 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1023
1024         * gnus-msg.el (gnus-message-replysign)
1025         (gnus-message-replyencrypt): Fix typo.
1026
1027 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1030         details. 
1031
1032 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * gnus-art.el (gnus-article-press-button): let* -> let.
1035         (gnus-mime-security-show-details): Cleaned up.
1036         (gnus-mime-security-press-button): Save excursion.
1037         (gnus-insert-mime-security-button): Clean up.
1038
1039         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1040
1041         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1042         timeout. 
1043
1044         * nntp.el (nntp-accept-process-output): Removed timeout. 
1045         (nntp-read-timeout): New variable.
1046         (nntp-accept-process-output): Use it.
1047
1048         * gnus-sum.el (gnus-data-find-list): Remove *.
1049
1050 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1051
1052         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1053         introduced on 2002-01-22.
1054         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1055
1056 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1057
1058         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
1059         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1060         checks of incoming mail based on simple header regexp matching
1061
1062 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1063
1064         * gnus-sum.el (gnus-spam-mark): set to `$'
1065
1066 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1067
1068         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1069         gnus-newsgroup-unfetched, the list of articles whose headers have
1070         not been fetched from the server.
1071
1072         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1073         parameter as it never worked due to a bug.  Added check to prevent
1074         selection of any article in the gnus-newsgroup-unfetched list.
1075         (gnus-summary-find-prev): Added check to prevent selection of any
1076         article in the gnus-newsgroup-unfetched list.
1077         (gnus-summary-first-subject): Documented API. Modified
1078         implementation so that constraints are handled independently.
1079         Added check to prevent selection of any article in the
1080         gnus-newsgroup-unfetched list.
1081         (gnus-summary-first-unseen-subject): Updated parameters in
1082         gnus-summary-first-subject call to match new API.
1083         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1084         (gnus-summary-catchup): Do not mark unfetched articles as read.
1085         
1086 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1087
1088         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1089         make-obsolete-variable allows only two arguments in XEmacs and
1090         Emacs 20.
1091
1092         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1093         gnus-article-hide-pgp.
1094         (gnus-summary-make-menu-bar): do.
1095
1096         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1097         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1098         gnus-article-hide-pgp.
1099         (article-hide-pgp): Remove.
1100         (gnus-article-hide): Remove gnus-article-hide-pgp.
1101
1102         * gnus.el: Remove gnus-article-hide-pgp
1103
1104 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * message.el (message-required-headers): Doc fix.
1107
1108 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1111         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1112         option to make ifile a purely binary classifier
1113
1114 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1117         (mml-secure-encrypt-pgpmime): Removed double.
1118
1119         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1120         debugging statements.
1121
1122 2003-01-21  Andreas Fuchs  <asf@void.at>
1123
1124         * mml-sec.el (mml-sign-alist): Added pgpauto.
1125
1126 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus.el (gnus-version-number): Bumped version number.
1129
1130 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1131
1132         * gnus.el: Oort Gnus v0.13 is released.
1133
1134 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-art.el (gnus-button-url-regexp): Removed |.
1137
1138         * message.el (message-send-hook): Doc fix.
1139
1140         * gnus-win.el (gnus-buffer-configuration): Display article
1141         instead of article-copy when `reply'.
1142
1143 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1144
1145         * gnus.el (gnus-format): Change customize group to gnus.
1146         (gnus-cache): Add link.
1147         (gnus-group-charter-alist): Fix docstring.
1148
1149 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1150
1151         * mailcap.el (mailcap-print-command): lpr-command might be
1152         unbound in XEmacs.
1153
1154 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1155
1156         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1157
1158         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1159         calculation of net characters added for use in the gnus-data
1160         structure.
1161         
1162 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1163
1164         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1165         message.  Suggested by Jari Aalto.
1166
1167 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
1170         (gnus-article-reply-with-original): Ditto.
1171
1172         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1173         read articles don't become unread.
1174
1175 2003-01-17  Simon Josefsson  <jas@extundo.com>
1176
1177         * gnus-fun.el (gnus-x-face-from-file): 
1178         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1179
1180         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1181         (gnus-convert-image-to-face-command): Doc fix.
1182
1183 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1186
1187 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1188
1189         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1190         avoid encoding problems.
1191
1192         * mailcap.el (mailcap-ps-command): New variable.
1193         (mailcap-mime-data): Add print entry where applicable.  Use
1194         pdftotext on a tty.
1195
1196 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1197
1198         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1199
1200 2003-01-16  Simon Josefsson  <jas@extundo.com>
1201
1202         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
1203         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
1204         (gnus-face-from-file): Doc fix; don't mention image format.
1205
1206 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1207
1208         * spam.el (spam-get-article-as-filename): new function (unused for now)
1209         (spam-get-article-as-buffer): new function
1210         (spam-get-article-as-string): use spam-get-article-as-buffer
1211         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1212
1213 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1214  
1215         * gnus-agent.el: Don't use `path'.
1216         From the GNU coding standards:
1217         
1218             Please do not use the term ``pathname'' that is used in Unix
1219             documentation; use ``file name'' (two words) instead.  We use
1220             the term ``path'' only for search paths, which are lists of
1221             directory names.
1222
1223         * nnsoup.el (nnsoup-file-name): Ditto.
1224  
1225         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1226         (nnmail-group-pathname): Ditto.
1227  
1228         * nnimap.el (nnimap-group-overview-filename): Ditto.
1229  
1230         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1231         (nnheader-group-pathname): Ditto.
1232  
1233         * nnfolder.el (nnfolder-group-pathname): Ditto.
1234  
1235         * gnus.el (gnus-home-directory): Ditto.
1236  
1237         * gnus-group.el (gnus-group-icon-list): Ditto.
1238  
1239 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1240
1241         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1242
1243         * message.el (message-mode-menu): Use it.
1244         (message-mode-menu): Deactivate "Yank Original" if there's no
1245         reply buffer.
1246
1247         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1248
1249         * message.el (message-mark-active-p): New function.
1250
1251 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1254         (spam-bogofilter-database-directory): new variables
1255         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1256         (spam-bogofilter-register-with-bogofilter) 
1257         (spam-bogofilter-register-spam-routine) 
1258         (spam-bogofilter-register-ham-routine) 
1259         (spam-group-ham-processor-bogofilter-p): new functions for the new
1260         Bogofilter interface
1261         (spam-summary-prepare-exit): use the new Bogofilter functions
1262         (spam-list-of-checks): added spam-use-bogofilter-headers
1263         (spam-bogofilter-score): rewrote function
1264         (spam-check-bogofilter): optional score parameter, uses
1265         spam-check-bogofilter-headers better
1266         (spam-check-bogofilter-headers): optional score parameter
1267
1268         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1269         default, in the gnus-start customization group.  Used to disable
1270         the spam-*/ham-* parameters.
1271         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1272
1273 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1274
1275         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1276         XEmacs.
1277
1278         * gnus-ems.el (gnus-mark-active-p): do.
1279
1280 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1281
1282         * gnus.texi (Using MIME): Mention auto-compression-mode with
1283         gnus-mime-copy-part.
1284
1285 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * message.el (message-send): Don't warn about duplicates when
1288         superseding. 
1289
1290 2003-01-15  Simon Josefsson  <jas@extundo.com>
1291
1292         * nnimap.el (nnimap-split-download-body): New variable.
1293         (nnimap-split-articles): Use it.
1294
1295 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1296
1297         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1298         integrity checker was incorrectly flagging, and removing, articles
1299         whose article number was negative.
1300         (gnus-agent-fetch-group-1): When executed in the group's summary
1301         buffer, refresh each downloaded line to update the status flag and
1302         font.  Preserve the value of gnus-newsgroup-headers so that
1303         gnus-agent-fetch-articles can split the requests by size.
1304         (gnus-agent-expire): Corrected day calculation for when
1305         gnus-agent-expire-days contains a list.
1306
1307 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1310
1311 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1312
1313         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1314           /usr/bin/play as default player. 
1315           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1316
1317 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1320         articles to be marked as well.
1321
1322 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1323         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1324         fictious headers generated by nnagent (ie. Undownloaded Article
1325         ####) in the list of articles that have not been downloaded.
1326         
1327         * gnus-int.el (): Added require declarations to resolve
1328         compile-time warnings.
1329         (gnus-open-server): If the server status is set to offline,
1330         recursively execute gnus-open-server to open the offline backend
1331         (e.g. nnagent).
1332
1333 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1334
1335         * gnus-art.el (gnus-article-reply-with-original): Use
1336         gnus-mark-active-p.
1337         (gnus-article-followup-with-original): do.
1338
1339 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1340
1341         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1342
1343 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1344
1345         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1346         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1347
1348 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1349
1350         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1351         (gnus-face-from-file): Ditto.
1352
1353 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1356         gnus-alter-articles-to-read-function to the unread articles. 
1357
1358 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1359
1360         * deuglify.el (gnus-article-outlook-unwrap-lines)
1361         (gnus-article-outlook-repair-attribution)
1362         (gnus-article-outlook-rearrange-citation): New function names,
1363         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1364         doc-string.
1365
1366         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1367         removed `W k' key binding (use `W Y f' instead).
1368         (gnus-summary-make-menu-bar): Use new function names.
1369
1370 2003-01-13  Simon Josefsson  <jas@extundo.com>
1371
1372         * gnus-fun.el (gnus-random-x-face): Doc fix.
1373         (gnus-insert-random-x-face-header): New function.
1374
1375 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1376
1377         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1378         mark is not active.
1379
1380         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1381
1382         * gnus-ems.el (gnus-mark-active-p): New function.
1383
1384         * gnus-group.el (gnus-topic-mode-p): New function.
1385         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1386         Deactivate items if mark is not active.
1387
1388 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus.el (gnus-version-number): Bumped version.
1391         (gnus-summary-line-format): Doc fix.
1392
1393 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1394
1395         * gnus.el: Oort Gnus v0.12 is released.
1396
1397 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * mail-source.el (mail-sources): Removed autoload to make it
1400         compile under XEmacs.
1401
1402 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1403
1404         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1405         regexp or a function too.
1406         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1407         confirmation even if the original article is mail.
1408
1409 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1412         articles to be marked when not yanking.
1413
1414 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1415
1416         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1417         
1418 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-fun.el (gnus-face-from-file): Autoload.
1421
1422         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1423         errors.
1424
1425 2003-01-12  Simon Josefsson  <jas@extundo.com>
1426
1427         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1428         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1429
1430         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1431         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1432
1433 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1436         in every string.
1437
1438         * gnus.el (gnus-version-number): Bumped version number.
1439
1440 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1441
1442         * gnus.el: Oort Gnus v0.11 is released.
1443
1444 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1445
1446         * message.el (message-fetch-reply-field): Narrow to headers.
1447
1448         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1449         if Gnus isn't alive.
1450
1451 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1452
1453         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1454         marks from articles that are already stored in the agent.
1455         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1456         backup copy of an invalid .overview file for later analysis.
1457         
1458 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1459
1460         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1461         exit work with two frames.
1462
1463 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1464
1465         * message.el (message-forward-make-body): Use mule4.
1466
1467 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * message.el (message-mode-map): Move wide-reply command.
1470
1471 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1472
1473         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1474         castellano.
1475         (gnus-outlook-display-hook): New variable.
1476         (gnus-outlook-display-article-buffer): New function.
1477         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1478         (gnus-outlook-deuglify-article): Made them interactive and added
1479         optional arg.  Use `g-o-d-a-b'.
1480         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1481
1482         * gnus-sum.el: Added autoloads.
1483         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1484         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1485
1486 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-art.el (gnus-display-mime): Use the mime emulation
1489         variable. 
1490
1491         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1492
1493         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1494         newsrc-alist is initialized properly.
1495
1496         * mail-source.el (mail-sources): Autoload.
1497
1498         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1499         nil.
1500
1501         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1502         insert two newlines.
1503
1504         * message.el (message-check-news-header-syntax): Compute the
1505         header length correctly.
1506
1507 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1508
1509         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1510         alist when keeping fetched article file.
1511         (gnus-agent-retrieve-headers): When parsing response for article
1512         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1513         against garbage in the server's response.
1514
1515         * gnus-int.el (gnus-request-expire-articles,
1516         gnus-request-move-article): Only expire when the group's server
1517         has been agentized.
1518
1519 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1522         errors when deleting overlays.
1523
1524         * gnus-score.el (gnus-score-followup): Allow tracing.
1525
1526         * gnus-art.el (gnus-treat-display-face): New variable.
1527         (article-display-face): New command.
1528
1529         * gnus-fun.el (gnus-face-from-file): New function.
1530         (gnus-convert-face-to-png): Ditto.
1531
1532         * gnus-art.el (gnus-ignored-headers): Added Face.
1533
1534 2003-01-10  Simon Josefsson  <jas@extundo.com>
1535
1536         * nndraft.el (nndraft-request-group): Avoid crash in
1537         directory-files when draft directory doesn't exists.
1538
1539         * gnus-sum.el (gnus-select-article-hook): Add :option.
1540
1541 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1542
1543         * spam.el (spam-use-stat): new variable
1544         (spam-group-spam-processor-stat-p) 
1545         (spam-group-ham-processor-stat-p): new convenience functions
1546         (spam-summary-prepare-exit): add spam/ham processors to sequence
1547         (spam-list-of-checks): add spam-use-stat to list of checks
1548         (spam-split): conditionally load the spam-stat tables
1549         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1550         spam-check-ifile): new functions
1551
1552         * spam-stat.el (spam-stat): typo fix
1553         (spam-stat-install-hooks): new variable
1554         (spam-stat-split-fancy-spam-group): added documentation clarification
1555         (spam-stat-split-fancy-spam-threshhold): new variable
1556         (spam-stat-install-hooks): make hooks conditional
1557         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1558
1559         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1560         spam-stat ham/spam processor symbols
1561
1562 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1565         file exists.
1566
1567 2003-01-10  Simon Josefsson  <jas@extundo.com>
1568
1569         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1570         undownloaded/downloadable only when unplugged.
1571
1572 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1573
1574         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1575
1576 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1577
1578         * spam.el (spam-check-ifile): fixed call-process-region to use the
1579         db parameter only if it's set
1580         (spam-ifile-register-with-ifile): ditto
1581
1582 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1583
1584         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1585         spam-stat-nbad before creating the hash table.
1586         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1587         Changed copyright statement to FSF.
1588
1589 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1590
1591         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1592         processable articles as read.
1593         (gnus-agent-summary-fetch-series): Remove processable and
1594         downloadable marks on all downloaded articles in the series.
1595
1596         * nntp.el (nntp-report): Throw error after reporting the problem.
1597         (nntp-accept-process-output): Corrected error check to report an
1598         error when the process is nil.
1599
1600 2003-01-09  Simon Josefsson  <jas@extundo.com>
1601
1602         * message.el (message-tool-bar-map): Add preview.
1603
1604 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1605
1606         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1607         previewing.
1608
1609 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1610
1611         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1612         bug when the (n+1)th article to be added to a group has a smaller
1613         number than the n articles already added.
1614
1615 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1616
1617         * message.el (message-mode-field-menu): Use backquote.
1618
1619 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1620
1621         * spam.el: fixed the BBDB autoloads again, using
1622         bbdb-search-simple now (which is not a macro, thank god)
1623
1624         * lpath.el (bbdb-search): removed function from maybe-fbind list
1625
1626         * gnus.el (ham-process-destination): added new parameter for
1627         destination of ham articles found in spam groups at summary exit
1628
1629         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1630         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1631         (spam-ifile-database-path): added new parameter for ifile's database
1632         (spam-move-spam-nonspam-groups-only): new parameter to determine
1633         if spam should be moved from all groups or only some
1634         (spam-summary-prepare-exit): fixed logic to use
1635         spam-move-spam-nonspam-groups-only when deciding to invoke
1636         spam-mark-spam-as-expired-and-move-routine; always invoke that
1637         routine after the spam has been expired-or-moved in case there's
1638         some spam left over; use spam-ham-move-routine in spam groups
1639         (spam-ham-move-routine): new function to move ham articles to the
1640         ham-process-destinations group parameter
1641
1642 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1645
1646         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1647         gnus-summary-update-article-line.
1648
1649 2003-01-08  Simon Josefsson  <jas@extundo.com>
1650
1651         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1652         not successful.
1653
1654 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1657
1658 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1659
1660         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1661         logic, finally
1662
1663 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1666         (gnus-parse-format): Change to %~.
1667
1668         * message.el (message-generate-headers): Don't generate optional
1669         empty headers.
1670
1671 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * message.el (message-cross-post-default)
1674         (message-cross-post-note-function, message-shoot-gnksa-feet)
1675         (message-strip-subject-trailing-was, message-change-subject)
1676         (message-mark-insert-file, message-cross-post-followup-to)
1677         (message-cross-post-followup-to, message-mode-map)
1678         (message-generate-unsubscribed-mail-followup-to)
1679         (message-make-mail-followup-to): Minor changes to doc-strings and
1680         error messages.  Updated copyright line.
1681
1682         * message.el (message-make-mail-followup-to,
1683         message-generate-unsubscribed-mail-followup-to): New function
1684         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1685         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1686         names.
1687
1688         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1689         (mml-preview-insert-mft): Removed function name.
1690         (mml-preview): Use new function names.
1691
1692         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1693
1694         * message.el (message-mode-field-menu): Moved header related
1695         commands from "Message" to "Field" menu.
1696
1697 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1698
1699         * message.el (message-generate-headers-first): Added customization
1700         if variable is a list.
1701
1702 2003-01-07  Michael Shields  <shields@msrl.com>
1703
1704         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1705         where the last line of the article is the last line of the window.
1706
1707 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-msg.el (gnus-debug): Use ignore-errors.
1710
1711         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1712         `gnus-summary-update-line'.
1713
1714 2003-01-08  Simon Josefsson  <jas@extundo.com>
1715
1716         * gnus-art.el (gnus-unbuttonized-mime-types)
1717         (gnus-buttonized-mime-types): Doc fix.
1718
1719 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1720
1721         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1722
1723 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1724
1725         * nnrss.el (nnrss-group-alist): Add and clear up.
1726
1727 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1728
1729         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1730
1731         * lpath.el (bbdb-search): added BBDB functions for a better way to
1732         fix missing functions
1733
1734         * spam.el (spam-check-ifile): if should be an unless
1735
1736         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1737         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1738         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1739
1740 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1743         gnus-summary-refer-thread to thread menu.
1744
1745 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1746
1747         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1748         summary buffer, articles that cannot be fetched are marked as
1749         canceled.
1750
1751         * nntp.el (nntp-with-open-group): The quit signal handler must
1752         propagate the quit signal to the next outer handler so that the
1753         caller knows that the request aborted abnormally.
1754
1755 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1756
1757         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1758         (spam-ifile-register-spam-routine)
1759         (spam-ifile-register-ham-routine): added ifile functionality that
1760         does not use ifile-gnus.el to classify and register articles
1761         (spam-get-article-as-string): convenience function
1762         (spam-summary-prepare-exit): added ifile spam and ham registration
1763         (spam-ifile-all-categories, spam-ifile-spam-category)
1764         (spam-ifile-path, spam-ifile): added customization options
1765
1766         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1767         exit processor
1768         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1769         list of choices
1770
1771 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-score.el (gnus-score-followup): Also score immediate
1774         followups.
1775
1776 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1779
1780 2003-01-07  Simon Josefsson  <jas@extundo.com>
1781
1782         * message.el (message-mode-menu): Fix receipt balloon help.
1783
1784 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1785
1786         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1787         always be interpreted as news.
1788
1789 2003-01-07  Simon Josefsson  <jas@extundo.com>
1790
1791         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1792         gnus-sieve-script, instead of the global variable
1793         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1794         <sb@dod.no>.
1795
1796 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1797
1798         * gnus.el: Renamed gnus-summary-*-uncached-face as
1799         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1800         the cache.
1801
1802         * gnus-sum.el: Ditto.
1803
1804 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1805
1806         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1807         in either the group or summary buffer.
1808         New command "JS", in summary buffer, will fetch articles per the
1809         group's category, predicate, and processable flags.
1810         (gnus-agent-summary-fetch-series): Rewritten to call
1811         gnus-agent-session-fetch-group once with all articles in the
1812         series.
1813         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1814         return list of fetched articles.
1815         (gnus-agent-fetch-articles): Split fetch list into sublists such
1816         that the article buffer is only slightly larger than
1817         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1818         the group's article alist is saved.
1819         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1820         longer result in the agent trying to fetch an article.
1821         (gnus-agent-fetch-group-1): Can now be called in either the group
1822         or summary buffer.  Removed the max-fetch-size code that I added
1823         on 2002-12-13 as that capability is now part of
1824         gnus-agent-fetch-articles.  Added code to update summary buffer.
1825         When called in the group buffer, articles that can not be fetched
1826         are AUTOMATICALLY MARKED AS READ.
1827
1828         * gnus-sum.el (): Modified eval-when-compile to minimize
1829         misleading compilation warnings.
1830         (gnus-update-summary-mark-positions): Changed code to use
1831         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1832
1833         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1834         empty file as the parser assumes that the file isn't empty.
1835
1836         * nntp.el (nntp-send-string): The process-send-string call can,
1837         because it performs I/O on the process, change the process' state
1838         from open to closed.  If this happens, call nntp-report
1839         immediately to report the broken connection.
1840         (nntp-report): Rewritten to avoid needing a global variable to
1841         determine the appropriate course of action.  Instead, two function
1842         implementations are provided and the nntp-report function value is
1843         bound to the appropriate implementation.
1844         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1845         (nntp-with-open-group): Now binds nntp-report's function cell
1846         rather than binding gnus-with-open-group-first-pass.  Added a
1847         condition-case to detect a quit during a nntp command.  When the
1848         quit occurs, the current connection is closed as a fetch articles
1849         request could have several megabytes queued up for reading.
1850         (nntp-retrieve-headers): Bind articles to itself.  If
1851         nntp-with-open-group repeats this command, I must have access to
1852         the original list of articles.
1853         (nntp-retrieve-groups): Ditto for groups.
1854         (nntp-retrieve-articles): Ditto for articles.
1855         (*): Replaced nntp-possibly-change-group calls to
1856         nntp-with-open-group forms in all, but one, occurrance.
1857         (nntp-accept-process-output): Bug fix. Detect when called with
1858         null process.
1859
1860 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1861
1862         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1863         if we don't need to.
1864         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1865
1866 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * gnus-group.el (gnus-group-make-web-group): Pass the select
1869         method on to group-create.
1870         (gnus-group-line-format-alist): %U is an integer.
1871
1872         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1873         ephemeral groups.
1874         (gnus-summary-read-group-1): Ditto.
1875         (gnus-group-make-articles-read): Ditto.
1876
1877         * mm-url.el (mm-url-program): Doc fix.
1878
1879         * message.el (message-mode-map): Rebound
1880         message-insert-wide-reply.
1881
1882 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1885         color as `gnus-group-startup-message' does.
1886
1887 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * spam.el: fixed line lengths to 80 chars or less
1890
1891         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1892         "not-read" mark
1893         (gnus-summary-mark-forward): added the spam-mark to the list of
1894         marks not to be marked as "read" when viewed
1895
1896 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1899
1900         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1901         Protect against unactive groups.
1902
1903         * message.el (message-check-news-header-syntax): Check long
1904         header lines.
1905         (message-check-news-header-syntax): Update `start'.
1906
1907         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1908         (gnus-group-line-format): %U.
1909         (gnus-group-line-format-alist): ?U.
1910         (gnus-number-of-unseen-articles-in-group): New function.
1911
1912         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1913
1914         * gnus.el (gnus-version-number): Bump version number.
1915
1916 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1917
1918         * gnus.el: Oort Gnus v0.10 is released.
1919
1920 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * gnus.el (gnus-version-number): Fix version number.
1923
1924 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1925
1926         * gnus.el: Oort Gnus v0.08 is released.
1927
1928 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1929
1930         * mm-util.el: Add mm-string-make-unibyte.
1931
1932         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1933         UTF-8 groups.
1934
1935 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1938
1939         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1940
1941 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1942
1943         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1944         function.
1945
1946 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1949         (gnus-summary-read-group-1): Update group line.
1950         (gnus-summary-exit-no-update): Update group on exit.
1951
1952         * gnus-group.el (gnus-group-line-format): Add %*.
1953         (gnus-group-line-format-alist): Ditto.
1954         (gnus-group-insert-group-line): Set it.
1955         (gnus-group-is-exiting-p): New variable.
1956         (gnus-group-insert-group-line): Use it.
1957
1958 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1959
1960         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1961         enable BBDB ham processing
1962         (spam-blacklist-register-routine): enable blacklist spam processing
1963         (spam-whitelist-register-routine): enable whitelist ham processing
1964         (spam-fetch-field-from-fast): fast fetching of the "from" field
1965         from (gnus-data-list)
1966         (spam-summary-prepare-exit): works completely now
1967         (spam-use-blacklist): oops, should be nil by default
1968         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1969         split processing now; before it was for summary exit as
1970         well but that's done with the spam-contents and spam-process
1971         parameters now
1972
1973 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1974
1975         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1976         characters.
1977
1978 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1981         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1982         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1983         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1984         (spam-mark-spam-as-expired-and-move-routine)
1985         (spam-generic-register-routine, spam-BBDB-register-routine)
1986         (spam-ifile-register-routine, spam-blacklist-register-routine)
1987         (spam-whitelist-register-routine): new functions
1988         (spam-summary-prepare-exit): added summary exit processing (expire
1989         or move) of spam-marked articles for spam groups; added slots for
1990         all the spam-*-register-routine functions
1991
1992 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * pop3.el (pop3-retr): Wait 500 msecs.
1995         (pop3-read-response): Ditto.
1996
1997         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1998         right.
1999         (gnus-inews-make-draft): New function.
2000         (gnus-setup-message): Use it.
2001
2002         * message.el (message-required-headers): Add From.
2003
2004 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2005         Trivial patch from Norbert Koch <nk@viteno.net>.
2006
2007         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2008
2009 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * message.el (message-generate-headers): Let header formatters do
2012         their work.
2013
2014 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2015
2016         * deuglify.el (gnus-article-outlook-deuglify-article):
2017         Rehighlight, reapply treatments and call
2018         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2019         (gnus-outlook-repair-attribution-block): Recognize cited
2020         attributions.  Suggested by Niklas Morberg.
2021
2022 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2023
2024         * gnus-art.el (gnus-treat-predicate): Check condition first.
2025
2026 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2027
2028         * lpath.el: Add url-http-file-exists-p.
2029
2030         * gnus-group.el (gnus-group-fetch-charter): Use
2031         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2032
2033 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * message.el (message-draft-headers): Also generate From to get a
2036         nicer draft buffer summary.
2037
2038         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2039         parameter.
2040
2041         * gnus-art.el (article-wash-html): Clean up.
2042         (article-wash-html): Typo fix.
2043
2044         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2045         (gnus-summary-mail-forward): To many lists of lists.
2046
2047         * gnus-art.el (article-wash-html): Clean up.
2048
2049 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2050
2051         * gnus-art.el (gnus-treat-wash-html): New variable.
2052
2053 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * message.el (message-check-news-header-syntax): Allow posting.
2056         (message-check-news-header-syntax): Fix logic for sure, this
2057         time.
2058
2059 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2060
2061         * message.el (message-check-news-header-syntax): Check syntax of
2062         continuation headers.
2063
2064 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2065
2066         * gnus-art.el (gnus-button-url-regexp,
2067         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2068         (gnus-header-button-alist): Regexps are case insensitive here.
2069
2070 2003-01-02  Simon Josefsson  <jas@extundo.com>
2071
2072         * dig.el (query-dig): Doc fix.
2073
2074 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2075
2076         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2077         summary buffer line, not just the download mark.
2078
2079 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2082         (gnus-summary-insert-dormant-articles): New command and
2083         keystroke.
2084
2085         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2086         function for mass insertion of subjects.
2087
2088         * nndraft.el (nndraft-generate-headers): Don't move point.
2089
2090         * gnus.el (nnheader): Require nnheader.
2091
2092         * nndraft.el (nndraft-request-associate-buffer): Use
2093         make-local-variable.
2094
2095 2003-01-02  Michael Shields  <shields@msrl.com>
2096
2097         * nndraft.el (nndraft-request-associate-buffer): Make
2098         write-contents-hooks buffer-local before setting it.
2099
2100 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus.el (gnus-group-parameter-value): Take an extra param.
2103         (gnus-group-fast-parameter): Let group param results be nil.
2104
2105         * gnus-art.el (gnus-article-forward-header): New function.
2106         (article-date-ut): Use it to remove continuation date headers.
2107
2108         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2109         read-event.
2110         (gnus-summary-remove-bookmark): Clean up.
2111         (gnus-summary-set-bookmark): Clean up.
2112
2113         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2114
2115         * gnus.el (gnus-group-startup-message): Bind data-directory to
2116         the Gnus etc directory.
2117
2118 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2119
2120         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2121         ham-processing of articles; use the new
2122         spam-group-(spam|ham)-contents-p functions
2123         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2124         convenience functions
2125         (spam-mark-junk-as-spam-routine): use the new
2126         spam-group-spam-contents-p function
2127
2128         * gnus.el (spam-process, spam-contents, spam-process-destination):
2129         added new parameters with corresponding global variables
2130         (gnus-group-spam-exit-processor-ifile,
2131         gnus-group-spam-exit-processor-bogofilter,
2132         gnus-group-spam-exit-processor-blacklist,
2133         gnus-group-spam-exit-processor-whitelist,
2134         gnus-group-spam-exit-processor-BBDB,
2135         gnus-group-spam-classification-spam,
2136         gnus-group-spam-classification-ham): added new symbols for the
2137         spam-process and spam-contents parameters
2138
2139         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2140         customization and list itself to store mark symbol rather than
2141         mark character.
2142         (spam-bogofilter-register-routine): added logic to generate mark
2143         values list from spam-ham-marks and spam-spam-marks, so (member)
2144         would work.
2145
2146 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * message.el (message-cross-post-followup-to): Fix comment.
2149
2150 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2153         customization and list itself to store mark symbol rather than
2154         mark character.
2155         (spam-bogofilter-register-routine): added logic to generate mark
2156         values list from spam-ham-marks and spam-spam-marks, so (member)
2157         would work.
2158
2159 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2160
2161         * message.el (message-signature-insert-empty-line): New variable.
2162
2163 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2164
2165         * message.el: Renamed functions and variables: "xpost" ->
2166         "cross-post", "-fup2" -> "-followup-to".
2167         (message-cross-post-old-target, message-cross-post-default,
2168         message-cross-post-note, message-followup-to-note,
2169         message-cross-post-note-function): New variables names.
2170         (message-xpost-old-target, message-xpost-default,
2171         message-xpost-note, message-fup2-note,
2172         message-xpost-note-function): Removed variable names.
2173         (message-cross-post-followup-to-header,
2174         message-cross-post-insert-note, message-cross-post-followup-to):
2175         New function names.
2176         (message-xpost-fup2-header, message-xpost-insert-note,
2177         message-xpost-fup2): Removed function names.
2178
2179 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2180
2181         * message.el (message-send-mail): Added message-cleanup-headers to
2182         prevent newlines in headers.
2183
2184 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * dns.el (dns-make-network-process): Comment.
2187
2188         * gnus-sum.el (gnus-summary-display-while-building): Default to
2189         nil.
2190
2191 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2192
2193         * gnus-sum.el (gnus-summary-display-while-building): New
2194         variable.
2195
2196 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2197
2198         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2199         before rearranging the article.
2200
2201 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * nndraft.el (nndraft-generate-headers): New function.
2204         (nndraft-request-associate-buffer): Use it to write headers on
2205         buffer save.
2206
2207         * message.el (message-generate-headers): Let the function be a
2208         lambda form.
2209         (message-draft-headers): New variable.
2210
2211         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2212         function.
2213         (gnus-setup-message): Use it.
2214
2215         * message.el (message-generate-headers-first): Doc fix.
2216         (message-setup-1): Use new function for getting which headers to
2217         generate.
2218         (message-headers-to-generate): New function.
2219
2220 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2221
2222         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2223
2224 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2225
2226         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2227         mention negatives.
2228
2229 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2230
2231         * deuglify.el (gnus-outlook-rearrange-article): Use
2232         `transpose-regions' instead of tempering the kill-ring.
2233         (gnus-article-outlook-deuglify-article): Rehighlight article
2234         instead of a complete redisplay.
2235
2236 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2237
2238         * spam.el: most defvars are defcustoms now
2239
2240         patches from Michael Shields  <shields@msrl.com>
2241
2242         * spam.el (spam-bogofilter-articles): Select the article
2243         body using gnus-summary-show-article t instead of
2244         gnus-summary-select-article; this presents the raw text
2245         without running any hooks.
2246
2247         * spam.el (spam-bogofilter-articles): Use message-remove-header
2248         to remove headers; the old way incorrectly removed just the first
2249         line of folded headers.
2250
2251 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2254
2255 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus-start.el (gnus-load): New function.
2258         (gnus-read-newsrc-el-file): Use it.
2259
2260 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2261
2262         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2263         (gnus-button-handle-apropos-documentation): New function.
2264         (gnus-button-handle-ctan): New function.
2265         (gnus-button-alist): Use them.  Improve some regexps.
2266         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2267
2268 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2269
2270         * message.el (message-subscribed-p): New function.
2271         (message-send-mail): Use it.
2272         * mml.el (mml-preview-insert-mft): New function.
2273         (mml-preview): Use it.
2274
2275 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2278         when sorting by date.
2279
2280         * gnus-art.el (gnus-article-edit-mode): New variable.
2281         (gnus-article-setup-buffer): Warn user about discarding edits.
2282
2283         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2284         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2285         headers.
2286
2287         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2288
2289 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2290
2291         * message.el (message-completion-alist): Added "Mail-Followup-To"
2292         and "Mail-Copies-To".
2293
2294 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2295
2296         * gnus-group.el: Add key bindings for
2297         gnus-group-sort-groups-by-real-name and
2298         gnus-group-sort-selected-groups-by-real-name.
2299
2300 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2301
2302         * gnus.texi (Sorting Groups): Add key bindings for
2303         gnus-group-sort-groups-by-real-name and
2304         gnus-group-sort-selected-groups-by-real-name.
2305
2306 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * spam.el (spam-use-dig): new variable for blackhole checking
2309         through dig.el
2310         (spam-check-blackholes): added dig.el checking functionality and
2311         more verbose reporting; query-dig is autoloaded from dig.el
2312         (spam-use-blackholes): disabled by default
2313         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2314         blackhole servers list
2315
2316 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * message.el (message-required-headers): New variable.
2319
2320 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * dig.el (query-dig): new function
2323
2324 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2327         prefixes.
2328
2329         * dns.el (query-dns): Protect against errors.
2330
2331         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2332         (gnus-inews-add-send-actions): Mark all answered messages as
2333         answered.
2334
2335 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2336
2337         * nnmail.el (nnmail-split-it): Added tracing to
2338         `:' split rule
2339
2340 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2341
2342         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2343         and "%s" so we don't overquote them.
2344
2345 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2346
2347         * (mm-display-external): Display the actual command that has been
2348         executed in the echo area.
2349
2350 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2353
2354         * message.el (message-with-reply-buffer): New macro.
2355         (message-fetch-reply-field): Use it.
2356         (message-insert-wide-reply): New command and keystroke.
2357         (message-carefully-insert-headers): New function.
2358         (message-insert-to): Use new function.
2359
2360         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2361         (gnus-topic-goto-missing-group): Use it.
2362
2363         * message.el (message-required-news-headers): Removed Lines.
2364         (message-reply): Don't insert References first.
2365         (message-followup): Ditto.
2366         (message-make-references): New function.
2367         (message-followup): Set message-reply-headers before generating
2368         the buffer stuff.
2369
2370 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2371
2372         * mml.el (mml-generate-mime-1): Reverse the order of
2373         encoding/flowing.
2374
2375 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2378         after moving them.
2379
2380         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2381         fit with newer standard format.
2382         (gnus-summary-make-false-root-always): New variable.
2383         (gnus-gather-threads-by-subject): Use it.
2384
2385         * message.el (message-get-reply-headers): Take an address list
2386         optional argument.
2387
2388 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus.el (gnus-keep-backlog): Change default to 20.
2391
2392         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2393         start.
2394         (gnus-agent-check-overview-buffer): Remove negative article
2395         numbers.
2396
2397         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2398         (nnmail-cache-ignore-groups): Doc fix.
2399
2400         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2401         (nnimap-debug-buffer): New variable.
2402         (nnimap-debug): Use it.
2403
2404 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2405
2406         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2407
2408 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2411         they aren't already sorted.
2412
2413 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2414
2415         * message.el (message-mode-menu): Add ellipses to menu items
2416         expecting user interaction.
2417         (message-mode-field-menu): do.
2418
2419 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2420
2421         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2422         it isn't used any more.
2423
2424 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2425
2426         * binhex.el (binhex-decoder-program): Fix docstring.
2427
2428 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2429
2430         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2431         special chars if the mailcap file uses single quotes around %s.
2432         From Laurent Martelli <laurent@bearteam.org>.
2433
2434 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2435
2436         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2437         return the info object.
2438
2439 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2440
2441         * gnus-int.el (gnus-request-update-info): Artificially add
2442         (1 . (1- min)) to the read range, in case the backend doesn't
2443         store marks for nonexistent articles.
2444
2445 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * binhex.el (binhex-insert-char): Eval-and-compile.
2448
2449 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2450
2451         * lpath.el: Add tool-bar-local-item-from-menu.
2452
2453         * message.el (message-tool-bar-local-item-from-menu): New function.
2454         (message-tool-bar-map): Use it.
2455
2456 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2457
2458         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2459
2460         * gnus-art.el (gnus-article-header-rank): Last header in
2461         gnus-sorted-header-list should have higher rank than non-members.
2462
2463 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2466         covered methods.
2467
2468 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2469
2470         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2471         eval-when-compile.  Suggested by Kevin Greiner.
2472
2473 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2474
2475         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2476         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2477         even though no headers may have been fetched
2478         (gnus-agent-fetch-group-1, and perhaps others, require this
2479         behavior).
2480         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2481         server buffer is constrained by gnus-agent-max-fetch-size.
2482         Multiple chunks in the same group may perform arbitrarily large
2483         updates.
2484
2485 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2486
2487         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2488         gnus-summary-update-download-mark to update the article in the
2489         summary.
2490
2491 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2492
2493         * gnus.el (gnus-summary-high-uncached-face,
2494         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2495         New faces.
2496
2497         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2498         added this on 2002-11-23 but it just wasn't working out as
2499         intended.  The idea isn't entirely dead, three new faces
2500         gnus-summary-*-uncached-face are being added to gnus.el to provide
2501         the basis for an improved implementation.
2502         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2503         proper file to open is lib/servers.
2504         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2505         (i.e. removing the article from gnus-newsgroup-downloadable) will
2506         now restore the article's default mark rather than simply setting
2507         no mark.
2508         (gnus-agent-get-undownloaded-list): Corrected documentation.
2509         Added code to set new summary local variable,
2510         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2511         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2512         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2513         up to date.  Call new gnus-summary-update-download-mark to keep
2514         summary buffer up-to-date.
2515         (gnus-agent-fetch-selected-article): Keep
2516         gnus-newsgroup-undownloaded up to date.
2517         (gnus-agent-fetch-articles): Return list of articles that were
2518         successfully fetched.
2519         (gnus-agent-check-overview-buffer): No more thingatpt.
2520         (gnus-agent-expire): No longer deletes NOV entries of unread
2521         articles.
2522         (gnus-agent-unread-articles): New function.
2523         (gnus-agent-regenerate-group): The article number must be
2524         terminated by a tab character.  Added more messages to report
2525         repairs.  Inhibit quits while writing changes so it is now safe
2526         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2527         downloaded to 1) resolve the unbound references and 2) avoid
2528         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2529
2530         * gnus-art.el (gnus-article-prepare): The agent
2531         downloaded/undownloaded mark is no longer stored as the article's
2532         mark.
2533
2534         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2535         gnus-summary-highlight may use it.  Added downloaded as
2536         gnus-summary-highlight was using it.
2537
2538         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2539         the download mark now follows Kai's +/- convention.
2540         (gnus-downloaded-mark): Added ?+ mark.
2541         (gnus-summary-highlight): Added rules to select
2542         gnus-summary-high-uncached-face,
2543         gnus-summary-normal-uncached-face, and
2544         gnus-summary-low-uncached-face.  Removed the
2545         gnus-agent-downloaded-article-face.
2546         (gnus-summary-line-format-alist): Implemented the download flag
2547         format (?O) as named in the manual.  This implementation displays
2548         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2549         gnus-no-mark.
2550         (gnus-newsgroup-agentized): New local variable that identifies
2551         which groups are agentized.  While the agent is now on by default,
2552         you don't have to agentize every server that you use.
2553         (gnus-update-summary-mark-positions): Completed support for the
2554         download type of mark.
2555         (gnus-summary-insert-line): Added undownloaded to the parameters.
2556         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2557         reference by the gnus-summary-line-format-spec.
2558
2559         * nntp.el (nntp-with-open-group): This macro handles dropped or
2560         broken connections by opening a new connection and repeating the
2561         failed command.
2562         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2563         XOVER commands preceeding the active articles with the nov entry
2564         of the first available article.  When gnus connected to such a
2565         server, the unexpected nov entry would result in duplicate lines
2566         in the agent's overview file.  This patch fixes the duplicate
2567         lines problem and improves performance by skipping over all
2568         articles IDs that preceed the first nov entry in the server's
2569         reply.
2570
2571 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2574         (gnus-summary-highlight): Use it instead of `downloaded'.
2575         (gnus-summary-highlight-line): Ditto.
2576
2577         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2578
2579 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2582
2583         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2584         calls.
2585
2586         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2587         downloaded variable if we're in an uncovered group.
2588
2589         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2590         font to soemthing less noticeable.
2591         (gnus-agent-group-covered-p): New function.
2592
2593 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2594
2595         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2596         Because of an unknown bug, the group buffer is saved in .overview
2597         file.
2598
2599 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2600
2601         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2602         `and' with `or'.
2603
2604 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2605
2606         * nntp.el (nntp-send-command): Assume that echo does not happen
2607         when nntp-open-connection-function is nntp-open-network-stream.
2608         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2609
2610 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2611
2612         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2613
2614 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2615
2616         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2617         nntp-server-buffer if we aren't going to write to it.
2618
2619 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2620         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2621
2622         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2623
2624 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2627         decoded words.
2628
2629 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2630
2631         * gnus.el (fboundp): After loading mm-util, make sure it was the
2632         right one.
2633
2634 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2635
2636         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2637         gnus-sum.  Made into a user option.
2638
2639         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2640         (gnus-summary-mark-article-as-unread)
2641
2642 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2643
2644         * time-date.el (date-to-time): Typo.
2645
2646         * parse-time.el: Typo.
2647
2648         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2649
2650         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2651
2652         * nnimap.el:
2653         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2654
2655         * mm-encode.el (mm-safer-encoding): Typo.
2656
2657         * messcompat.el: Typo.
2658
2659         * message.el (message-face-alist): Typo.
2660
2661         * imap.el (imap-interactive-login, imap-open): Typos.
2662
2663         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2664
2665         * gnus.el: Typo.
2666
2667         * gnus-win.el (gnus-configure-frame): Typo.
2668
2669         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2670
2671         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2672
2673         * gnus-sum.el (gnus-summary-article-number)
2674         (gnus-summary-read-group-1, gnus-summary-mark-article)
2675         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2676
2677         * gnus-mule.el (gnus-mule-add-group): Typo.
2678
2679         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2680
2681         * gnus-group.el (gnus-group-fetch-faq): Typo.
2682
2683         * gnus-art.el (gnus-decode-header-methods): Typo.
2684
2685         * flow-fill.el: Typo.
2686
2687 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2688
2689         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2690
2691 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2692
2693         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2694         (gnus-summary-mark-article-as-unread)
2695         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2696         Reformatting to avoid long lines.
2697         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2698
2699 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2700
2701         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2702         be accessed through `mail-header-number'.
2703
2704 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2705
2706         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2707         compressed range to gnus-summary-insert-articles.
2708
2709 2002-11-26  Kevin Ryde <user42@zip.com.au>
2710
2711         * gnus-art.el (gnus-mime-copy-part): Look for filename
2712         parameter under content-disposition, not content-type.
2713
2714         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2715         (gnus-summary-reselect-current-group): Use it.
2716
2717 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2718
2719         * gnus-agent.el (gnus-agent-uncached-articles): if
2720         gnus-agent-load-alist fails, return ARTICLES.
2721
2722         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2723
2724 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2725
2726         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2727         superfluous function call.
2728         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2729         Add warning to docstring.
2730
2731 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-agent.el: Autoload number-at-point instead.
2734         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2735
2736 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2737
2738         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2739         require thingatpt (for number-at-point) and protect against
2740         deactivate-mark being unbound (on XEmacs).
2741
2742 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2743
2744         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2745         print message on entry.
2746
2747         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2748
2749         * gnus-range.el (gnus-range-difference): New function.
2750         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2751
2752 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2753
2754         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2755         gnus-remove-from-range instead of gnus-range-difference which
2756         doesn't exist.
2757
2758 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2759         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2760
2761         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2762         used for showing which articles have been downloaded.
2763         (gnus-agent-article-alist): Format change.  Add documentation.
2764         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2765         process-marked articles.
2766         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2767         in the series are individually fetched to minimize lose of
2768         content due to an error/quit.
2769         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2770         gnus-message instead of message.
2771         (gnus-agent-read-servers): Use file lib/methods instead of
2772         lib/servers.  TODO: Why?
2773         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2774         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2775         come from the agent.  This means that they are not downloaded.
2776         (gnus-agent-fetch-selected-article): Don't use history.
2777         (gnus-agent-save-history, gnus-agent-enter-history)
2778         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2779         Removed function; history is not used anymore.
2780         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2781         (gnus-agent-crosspost): Started rewrite then realized that a typo
2782         in gnus-agent-fetch-articles ensures that this function is never
2783         called.  This will need to be fixed later.
2784         (gnus-agent-check-overview-buffer): Some sanity checks on the
2785         agent overview buffer.  This is a safety net used during
2786         development.
2787         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2788         changed, write a number to the file indicating this.
2789         (gnus-agent-fetch-headers): Rewrite to respect
2790         gnus-agent-consider-all-articles without relying on the
2791         `.fetched' files.  Make it fast.
2792         (gnus-agent-braid-nov): Change resulting from
2793         gnus-agent-fetch-headers change.
2794         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2795         `.fetched' files.
2796         (gnus-agent-read-agentview): New function, used by
2797         gnus-agent-load-alist.
2798         (gnus-agent-load-fetched-headers): Remove.
2799         (gnus-agent-save-alist): Rewrite to accomodate new format.
2800         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2801         same order as in gnus-newsgroup-headers.
2802         (gnus-agent-expire): Document and implement extra args ARTICLES,
2803         GROUP, FORCE.  Do not restrict usage.
2804         (gnus-agent-uncached-articles): New function.
2805         (gnus-agent-retrieve-headers): Use it.
2806         (gnus-agent-regenerate-group): No longer needs to be called from
2807         gnus-agent-regenerate.  Individual groups may be regenerated. The
2808         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2809         The article fetch dates are validated in the article alist.  The
2810         article alist is pruned of entries that do not reference existing
2811         NOV entries.  All changes are computed then applied with
2812         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2813         regeneration.  The optional clean parameter has been replaced with
2814         an optional reread parameter.  Clean is no longer necessary as
2815         regeneration gets the appropriate setting from
2816         gnus-agent-consider-all-articles.  The new reread parameter will
2817         result in fetched, or all, articles being marked as unread.
2818         (gnus-agent-regenerate): Removed code to regenerate the history
2819         file as it is no longer used.
2820
2821         * gnus-start.el (gnus-make-ascending-articles-unread): New
2822         function, for efficient mass-marking.
2823
2824         * gnus-sum.el (gnus-summary-highlight): Use new face for
2825         downloaded articles.
2826         (gnus-article-mark): Prefer to indicate read/unread status over
2827         downloaded status.
2828         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2829         line.
2830         (gnus-summary-highlight-line): Use new face for downloaded
2831         articles.
2832         (gnus-summary-insert-old-articles): Improved performance by
2833         replacing the initial LIST of older articles with a compressed
2834         RANGE of older articles.  Some servers appear to lie about
2835         their active range so the original list could contain millions
2836         of article numbers.  The range is not expanded into a list
2837         until the optional ALL parameter has been applied.
2838
2839 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2840
2841         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2842
2843 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2844
2845         * spam.el:
2846         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2847
2848         * spam.el: added `M s t' and `M s x' key mappings
2849
2850 2002-11-20  Simon Josefsson  <jas@extundo.com>
2851
2852         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2853
2854 2002-11-19  Simon Josefsson  <jas@extundo.com>
2855
2856         * gnus-sum.el (gnus-summary-morse-message): Load
2857         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2858         (unmorse-region): Autoload it instead.
2859
2860 2002-11-18  Simon Josefsson  <jas@extundo.com>
2861
2862         * gnus-sum.el (gnus-summary-morse-message): New function.
2863         (gnus-summary-wash-map): Bind to `W m'.
2864         (gnus-summary-make-menu-bar): Add.
2865
2866         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2867         before storing \Deleted mark on expired articles.
2868
2869 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2870         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2871
2872         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2873         parens in column 0.
2874
2875 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2876
2877         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2878
2879         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2880
2881         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2882
2883 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2884
2885         * message.el (message-set-auto-save-file-name): Use
2886         make-directory, to avoid the dependence on gnus-util.
2887
2888 2002-11-16  Simon Josefsson  <jas@extundo.com>
2889
2890         * nnimap.el (nnimap-callback-callback-function):
2891         (nnimap-callback-buffer): Removed, these cannot be global but must
2892         be embedded into the callback.
2893         (nnimap-make-callback): New.  Embedd article number, callback and
2894         buffer in function.
2895         (nnimap-callback, nnimap-request-article-part): Update.
2896
2897 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2900
2901 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2902
2903         * gnus.el (gnus-summary-line-format): Document %C.
2904
2905 2002-11-11  Simon Josefsson  <jas@extundo.com>
2906
2907         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2908         output when called interactively.
2909
2910 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2913
2914         * message.el (message-draft-coding-system): Improve comment; use
2915         mm-auto-save-coding-system for the default value.
2916
2917         * nndraft.el (nndraft-request-article): Revert to the state before
2918         2002-10-29; regexp-quote mail-header-separator.
2919
2920 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2921
2922         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2923         allow editing of drafts from an nnvirtual group.
2924
2925 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2928         mm-auto-save-coding-system.
2929
2930         * message.el (message-draft-coding-system): Default to
2931         iso-2022-7bit.
2932
2933         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2934         restore the default value to emacs-mule or escape-quoted.
2935
2936 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2939         a delayed or a queued article as well as a draft.
2940
2941         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2942         delayed or a queued article in the raw format; treat a delayed
2943         article as a raw article as well as a draft.
2944         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2945         for the delayed group.
2946
2947         * nndraft.el (nndraft-request-article): Ignore auto save files for
2948         a delayed or a queued article; don't bother to decode a queued
2949         article; don't bind nnmail-file-coding-system for a queued article.
2950
2951         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2952         and the queue group.
2953
2954 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2955
2956         * gnus-group.el (gnus-group-delete-group):
2957         gnus-cache-active-hashtb might be void.
2958
2959 2002-11-02  Simon Josefsson  <jas@extundo.com>
2960
2961         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2962         setting of the default user ID.  From Raymond Scholz
2963         <ray-2002@zonix.de>.
2964
2965 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2966
2967         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2968         charset.
2969
2970 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2971         From Alex Schroeder <alex@emacswiki.org>
2972         * spam-stat.el (spam-stat-process-directory): add dir to message
2973         (spam-stat-reduce-size): No longer remove words
2974         with values close to 0.5, because the default value is 0.2.
2975
2976 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2977
2978         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2979         documentation.
2980
2981 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2982
2983         * gnus-agent.el (gnus-agent-fetched-headers)
2984         (gnus-agent-load-fetched-headers)
2985         (gnus-agent-save-fetched-headers): Remove variable and two
2986         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2987         works better.
2988         (gnus-agent-fetch-headers): New implementation from Kevin
2989         Greiner.  Uses gnus-agent-article-alist to store information
2990         about fetched messages which aren't on the server anymore.  The
2991         trick is to return a list of considered messages to the caller,
2992         but to only fetch those which haven't been fetched yet.
2993
2994 2002-10-30  Simon Josefsson  <jas@extundo.com>
2995
2996         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2997
2998         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2999
3000 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3001
3002         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3003         versions of emacs-w3m than 1.3.3.
3004
3005         * lpath.el: Bind w3m-minor-mode-map.
3006
3007         * mm-view.el (mm-w3m-mode-command-alist)
3008         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3009         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3010         (mm-setup-w3m): Simplified.
3011         (mm-w3m-local-map-property): New function.
3012         (mm-inline-text-html-render-with-w3m): Use it.
3013
3014         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3015         mm-w3m-local-map-property.
3016
3017 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * mm-util.el (mm-auto-save-coding-system): Default to
3020         iso-2022-7bit.
3021
3022         * nndraft.el (nndraft-request-article): Decode an article using
3023         the coding-system emacs-mule if it seems to have been saved using
3024         emacs-mule.
3025         (nndraft-request-replace-article): Use message-draft-coding-system
3026         instead of mm-auto-save-coding-system for the draft or delayed
3027         group.
3028
3029 2002-10-28  Josh  <huber@alum.wpi.edu>
3030
3031         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3032         functions.
3033
3034 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3035         From mah@everybody.org (Mark A. Hershberger).
3036
3037         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3038         type values ("url" size) regardless of the values of
3039         mm-url-use-external.
3040
3041 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3042
3043         * nnimap.el (nnimap-request-article-part): Try harder to show
3044         group name in debugging message.
3045
3046 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3047
3048         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3049         directory if it doesn't exist.
3050         (gnus-agent-fetch-headers): Remove old cruft that tried to
3051         abstain from downloading articles more than once if
3052         gnus-agent-consider-all-articles was true.  This is now done
3053         properly via the .fetched files.
3054
3055 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * nndraft.el (nndraft-request-article): Treat delayed articles
3058         like drafts.
3059
3060 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3063
3064 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3065
3066         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3067         Remove unused optional arg DIR and corresponding code.
3068
3069         * nnimap.el (nnimap-request-article-part): Include group name in
3070         debugging output.
3071
3072 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3073
3074         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3075
3076 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3077
3078         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3079         contains range of headers that have been fetched by the agent
3080         already.  Compare gnus-agent-article-alist.
3081         (gnus-agent-file-header-cache): Like
3082         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3083         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3084         seen/recent logic.
3085         Remember which headers have been fetched before and don't fetch
3086         them again the next time round.
3087         (gnus-agent-load-fetched-headers)
3088         (gnus-agent-save-fetched-headers): New functions, for remembering
3089         which headers have been fetched before.
3090
3091 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * lpath.el: Remove useless bindings.
3094
3095 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3096
3097         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3098         features while searching.
3099
3100 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3101
3102         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3103
3104 2002-10-22  Simon Josefsson  <jas@extundo.com>
3105
3106         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3107         (pgg-snarf-keys): Add.
3108
3109 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * lpath.el: Fbind bbdb-records.
3112
3113         * spam.el: Don't autoload bbdb-records.
3114
3115 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3118         prevent inf-loop.
3119
3120 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * nnslashdot.el: Removed some test lines.
3123         More test.
3124
3125 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3126
3127         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3128         are known to be downloaded already.
3129
3130 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3133         (mm-text-html-washer-alist): Ditto.
3134
3135 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3136
3137         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3138         boundary between headers and body.
3139         * nnml.el (nnml-parse-head): Ditto.
3140
3141 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3144         entries.
3145
3146         * gnus-group.el (gnus-fetch-group): Allow an optional
3147         specification of the articles to select.
3148
3149         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3150
3151 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3152
3153         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3154         headers from the group, update variable `articles' to contain
3155         only those numbers where headers exist.  (When fetching all
3156         articles in a group, Gnus creates lots of numbers where there is
3157         no articles.)
3158
3159 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3160
3161         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3162         doesn't have the 'alist custom type, use cons cells instead.
3163         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3164         (pgg-parse-hash-algorithm-alist): Ditto.
3165         (pgg-parse-compression-algorithm-alist): Ditto.
3166         (pgg-parse-signature-type-alist): Ditto.
3167
3168         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3169
3170         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3171
3172         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3173
3174 2002-10-19  Simon Josefsson  <jas@extundo.com>
3175
3176         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3177         buffer.
3178
3179 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3180
3181         * gnus-spec.el (gnus-make-format-preserve-properties)
3182         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3183         properties also on XEmacs.  `gnus-xmas-format' is like format but
3184         preserves text properties on XEmacs (though it only understands
3185         simple format specs).  The variable
3186         `gnus-make-format-preserve-properties' controls whether the
3187         function is used, and is checked in `gnus-parse-simple-format'.
3188         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3189
3190         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3191         output.
3192         (gnus-agent-consider-all-articles): New variable.
3193         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3194         (gnus-agent-fetch-headers): Depending on
3195         gnus-agent-consider-all-articles, maybe get all articles.
3196         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3197         `read'.
3198         (gnus-predicate-imples-unread): New function.
3199         (gnus-agent-fetch-headers): Optimize to call
3200         gnus-list-of-unread-articles if that is sufficient.
3201         Check unseen and recent instead of seen and recent.
3202         (gnus-agent-fetch-headers): Abstain from calling
3203         gnus-list-range-intersection if range (a . b) would have (> a b).
3204
3205 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * message.el (message-send-mail): Make it possible to perform
3208         edebug-defun.
3209
3210 2002-10-18  Simon Josefsson  <jas@extundo.com>
3211
3212         * gnus-art.el (gnus-button-man-handler): Change default to
3213         `manual-entry' (defined in both emacsen).
3214         (gnus-button-man-handler): Remove emacsen difference and use
3215         `manual-entry'.
3216
3217 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * spam.el: Wrap autoload settings for bbdb-records,
3220         executable-find and ifile-spam-filter with eval-and-compile.
3221         (spam-display-buffer-contents): Remove.
3222         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3223
3224 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3225
3226         * spam.el (spam-display-buffer-contents): New function.
3227         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3228         from Katsumi Yamaoka <yamaoka@jpl.org>.
3229
3230 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3231
3232         * nnheader.el (nnheader-parse-naked-head): New function.
3233         (nnheader-parse-head): Use the above function, in order to handle
3234         continuation lines properly.
3235         (nnheader-remove-body): New function.
3236         (nnheader-remove-cr-followed-by-lf): New function.
3237         (nnheader-ms-strip-cr): Use the above function.
3238
3239         * gnus-agent.el (gnus-agent-regenerate-group): Call
3240         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3241         `nnheader-parse-head'.
3242         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3243
3244         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3245         continuation lines by itself; call `nnheader-parse-naked-head'
3246         instead of `nnheader-parse-head'.
3247         * nndiary.el (nndiary-parse-head): Ditto.
3248         * nnfolder.el (nnfolder-parse-head): Ditto.
3249         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3250         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3251         * nnml.el (nnml-parse-head): Ditto.
3252
3253 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3254
3255         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3256         XEmacs, default to it if featurep 'xemacs.
3257
3258 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * spam-stat.el: Check for the existence of hash functions instead
3261         of the Emacs version to decide whether to load cl.  Suggested by
3262         Kai Gro\e,A_\e(Bjohann.
3263
3264 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3265
3266         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3267         if it isn't open yet.
3268
3269 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * gnus-group.el: Require mm-url only when compiling.
3272         (gnus-group-fetch-charter): Require mm-url.
3273
3274         * spam-stat.el: Require cl for the functions gethash,
3275         hash-table-count, make-hash-table and mapc for Emacs 20.
3276         (puthash): Alias to cl-puthash for Emacs 20.
3277         (with-syntax-table): New macro for Emacs 20.
3278
3279 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3280
3281         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3282
3283 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3284
3285         * spam.el (spam-check-ifile): added ifile as a spam checking
3286         backend, and spam-use-ifle as the variable to toggle that check.
3287
3288 2002-10-12  Simon Josefsson  <jas@extundo.com>
3289
3290         * message.el (message-beginning-of-line): New variable.
3291         (message-beginning-of-line): Use it.
3292
3293 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3294
3295         * spam.el: more compilation fixes for BBDB
3296
3297         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3298         (spam-stat-reduce-size): Interactive.
3299         (spam-stat-reset): New function.
3300         (spam-stat-save): Interactive.
3301
3302 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus.el: Autoload gnus-delay-initialize.
3305
3306         * message.el: Autoload gnus-delay-article.
3307
3308 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3309
3310         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3311         text property in Emacs.
3312
3313 2002-10-11  Simon Josefsson  <jas@extundo.com>
3314
3315         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3316         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3317
3318         * mml1991.el (mml1991-pgg-sign): Remove CR.
3319
3320 2002-10-10  Simon Josefsson  <jas@extundo.com>
3321
3322         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3323         decrypt failed.
3324         (mml2015-trust-boundaries-alist): Removed.
3325         (mml2015-gpg-extract-signature-details): Don't use it.
3326         (mml2015-unabbrev-trust-alist): New.
3327         (mml2015-gpg-extract-signature-details): Use it.
3328
3329 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3330
3331         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3332         BBDB installed
3333
3334         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3335         statistical analysis of spam in Lisp only
3336
3337 2002-10-10  Simon Josefsson  <jas@extundo.com>
3338
3339         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3340         auth, selected or examine state.
3341
3342         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3343         buffer and error buffer depending on type of information.
3344
3345         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3346         --status-fd stuff even if gpg.el is not used (revert earlier
3347         change).
3348         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3349         gnus details.
3350         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3351         buffer.
3352
3353         * pgg.el (pgg-verify-region): Use it.
3354
3355         * pgg-def.el (pgg-query-keyserver): New variable.
3356
3357         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3358         key-identifier in packet.  Is this a good idea?
3359
3360         * mml.el (mml-mode-map): Add security commands that operates on
3361         MIME parts.
3362         (mml-menu): And menu items for them.
3363
3364         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3365
3366         * mml.el (mml-parse-1): Support sender in #secure tags.
3367
3368         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3369         defined.
3370
3371         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3372         (mml-pgp-encrypt-buffer): Support combined signing.
3373
3374         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3375         (mml1991-gpg-encrypt): Ditto.
3376         (mml1991-pgg-encrypt): Ditto.
3377         (mml1991-encrypt): Pass sign parameter.
3378
3379         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3380         (mml-signencrypt-style): Mention the variable.
3381
3382 2002-10-09  Simon Josefsson  <jas@extundo.com>
3383
3384         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3385         pgg-gpg-user-id.
3386
3387         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3388         (pgg-fetch-key-function): Nil if w3 is not installed.
3389
3390 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3391
3392         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3393         gnus-agent-current-history.
3394
3395 2002-10-06  Simon Josefsson  <jas@extundo.com>
3396
3397         * imap.el (imap-parse-status): Don't use read to read token.
3398
3399 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3400
3401         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3402         for methods not covered by the agent, and when unplugged.
3403
3404 2002-10-05  Simon Josefsson  <jas@extundo.com>
3405
3406         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3407         signing.
3408
3409         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3410         a named server fails, ignore the server.
3411
3412         * mml1991.el (mml1991-pgg-sign): Do QP.
3413
3414         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3415         work.
3416
3417 2002-10-04  Simon Josefsson  <jas@extundo.com>
3418
3419         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3420
3421         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3422         binary-write-decoded-region from MEL.
3423
3424         * pgg.el (pgg-encrypt-region): Support sign.
3425
3426         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3427
3428         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3429
3430         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3431         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3432         branch where PGG was taken from in the ChangeLog entries below.
3433
3434 2002-10-01  Simon Josefsson  <jas@extundo.com>
3435
3436         * pgg-pgp.el: Don't require mel.  Don't use luna.
3437         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3438         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3439         (pgg-pgp-process-region): Don't use binary-funcall.
3440
3441         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3442
3443         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3444         instead of concat.
3445
3446         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3447
3448 2002-09-29  Simon Josefsson  <jas@extundo.com>
3449
3450         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3451         compile warnings.
3452
3453         * pgg.el (pgg-decrypt-region): Don't parse packet.
3454
3455         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3456
3457 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3458
3459         * pgg.el: Remove dependency on calist.el.
3460
3461 2002-09-28  Simon Josefsson  <jas@extundo.com>
3462
3463         * pgg.el (pgg-temporary-file-directory): New variable.
3464         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3465
3466         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3467         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3468
3469         * pgg-parse.el (pgg-char-int): Defalias.
3470         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3471         (pgg-read-bytes, pgg-read-body): Use it.
3472         (pgg-decode-packets): Don't use MEL, use base64-*.
3473         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3474         (pgg-string-as-unibyte): Defalias.
3475         (pgg-parse-armor-region): Use it.
3476
3477         * pgg-gpg.el (pgg-gpg-process-region): Use
3478         pgg-temporary-file-directory.
3479
3480         * luna.el: Don't def-edebug.
3481
3482         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3483         binary-write-decoded-region from MEL.
3484
3485         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3486
3487         * alist.el, calist.el: Don't require product/APEL.
3488
3489         * pgg-parse.el (top-level): Remove dependency on static.el,
3490         pccl.el, mel.el.
3491         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3492         `define-ccl-program' is boundp, instead of using broken.
3493
3494 2002-10-01  Simon Josefsson  <jas@extundo.com>
3495
3496         * message.el (message-required-mail-headers): Remove Lines:.
3497
3498 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3499         From Jesper Harder.
3500
3501         * gnus-group.el (gnus-group-fetch-charter,
3502         gnus-group-fetch-control): Prompt for group if given a prefix
3503         argument.
3504         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3505         gnus-group-fetch-control to summary key map and menu.
3506
3507
3508 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3509
3510         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3511         number when there are no articles.
3512
3513 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3514
3515         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3516         arg ALL means to fetch all articles, not only downloadable ones.
3517         (gnus-agent-fetch-selected-article): New function for
3518         gnus-select-article-hook or gnus-mark-article-hook.
3519
3520 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3521         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3522
3523         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3524         raw-text.
3525
3526 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3527
3528         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3529         Pinard).
3530         Major revamp of the code, documentation is in comments in the file
3531         for now.
3532
3533 2002-09-30  Simon Josefsson  <jas@extundo.com>
3534
3535         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3536         buffer seem to be needed?
3537
3538 2002-09-29  Simon Josefsson  <jas@extundo.com>
3539
3540         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3541         compile warnings.
3542
3543         * mml1991.el (mml1991-function-alist): Add pgg.
3544         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3545         (mml1991-pgg-encrypt): Fix recipients querying.
3546
3547 2002-09-28  Simon Josefsson  <jas@extundo.com>
3548
3549         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3550         from dme@dme.org.
3551         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3552         handle is returned.
3553
3554 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3557         Protect against non-existent of `nnimap-mailbox-info'.
3558
3559 2002-09-27  Simon Josefsson  <jas@extundo.com>
3560
3561         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3562         (gnus-setup-news-hook): Use it.
3563         (gnus-after-getting-new-news-hook): Ditto.
3564
3565         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3566
3567 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3568         From Mats Lidell <matsl@contactor.se>.
3569
3570         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3571
3572 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3573
3574         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3575         the part to decode encoded words, use raw words instead of decoded
3576         words.
3577
3578 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3579
3580         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3581
3582         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3583         (mm-setup-w3m): Use it.
3584
3585 2002-09-27  Simon Josefsson  <jas@extundo.com>
3586
3587         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3588         article buffers.
3589
3590         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3591         it just in case.
3592         (nnimap-update-unseen): New function; update unseen count in
3593         `n-m-info'.
3594         (nnimap-close-group): Call it.
3595
3596         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3597         (gnus-after-getting-new-news-hook): Ditto.
3598
3599         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3600         message into verboselevel 9.  Change slow mail check message.
3601         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3602         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3603         used as a hook after getting new mail.
3604
3605 2002-09-26  Simon Josefsson  <jas@extundo.com>
3606
3607         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3608         SELECT/EXAMINE is first unseen article, not number of unseen
3609         articles.  Make them distinct by renaming the former to
3610         `first-unseen' instead of `unseen'.
3611
3612         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3613         too.
3614         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3615         changed.
3616         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3617
3618         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3619
3620         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3621         better.
3622
3623         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3624         if dissecting resulting buffer actually had any information.
3625
3626 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3629         because the function `string<' allows symbols.
3630
3631         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3632
3633 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3634
3635         * message.el (message-forward-make-body): Revert an early change
3636         because 8-bit utf-8 emails.
3637
3638 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3639
3640         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3641         links to Info)
3642         * gnus-art.el (gnus-treat-highlight-signature):
3643         * gnus-art.el (gnus-treat-buttonize):
3644         * gnus-art.el (gnus-treat-buttonize-head):
3645         * gnus-art.el (gnus-treat-emphasize):
3646         * gnus-art.el (gnus-treat-strip-cr):
3647         * gnus-art.el (gnus-treat-unsplit-urls):
3648         * gnus-art.el (gnus-treat-leading-whitespace):
3649         * gnus-art.el (gnus-treat-hide-headers):
3650         * gnus-art.el (gnus-treat-hide-boring-headers):
3651         * gnus-art.el (gnus-treat-hide-signature):
3652         * gnus-art.el (gnus-treat-fill-article):
3653         * gnus-art.el (gnus-treat-hide-citation):
3654         * gnus-art.el (gnus-treat-hide-citation-maybe):
3655         * gnus-art.el (gnus-treat-strip-list-identifiers):
3656         * gnus-art.el (gnus-treat-strip-pgp):
3657         * gnus-art.el (gnus-treat-strip-pem):
3658         * gnus-art.el (gnus-treat-strip-banner):
3659         * gnus-art.el (gnus-treat-highlight-headers):
3660         * gnus-art.el (gnus-treat-highlight-citation):
3661         * gnus-art.el (gnus-treat-date-ut):
3662         * gnus-art.el (gnus-treat-date-local):
3663         * gnus-art.el (gnus-treat-date-english):
3664         * gnus-art.el (gnus-treat-date-lapsed):
3665         * gnus-art.el (gnus-treat-date-original):
3666         * gnus-art.el (gnus-treat-date-iso8601):
3667         * gnus-art.el (gnus-treat-date-user-defined):
3668         * gnus-art.el (gnus-treat-strip-headers-in-body):
3669         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3670         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3671         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3672         * gnus-art.el (gnus-treat-unfold-headers):
3673         * gnus-art.el (gnus-treat-fold-headers):
3674         * gnus-art.el (gnus-treat-fold-newsgroups):
3675         * gnus-art.el (gnus-treat-overstrike):
3676         * gnus-art.el (gnus-treat-display-xface):
3677         * gnus-art.el (gnus-treat-display-smileys):
3678         * gnus-art.el (gnus-treat-from-picon):
3679         * gnus-art.el (gnus-treat-mail-picon):
3680         * gnus-art.el (gnus-treat-newsgroups-picon):
3681         * gnus-art.el (gnus-treat-body-boundary):
3682         * gnus-art.el (gnus-treat-capitalize-sentences):
3683         * gnus-art.el (gnus-treat-fill-long-lines):
3684         * gnus-art.el (gnus-treat-play-sounds):
3685         * gnus-art.el (gnus-treat-translate):
3686         * gnus-art.el (gnus-treat-x-pgp-sig):
3687         * gnus-art.el (gnus-mime-button-line-format):
3688         * gnus-art.el (gnus-button-man-level):
3689         * gnus-art.el (gnus-button-emacs-level):
3690         * gnus-cus.el (gnus-group-parameters):
3691         * gnus-gl.el (bbb-build-mid-scores-alist):
3692         * gnus-group.el (gnus-group-line-format):
3693         * gnus-mlspl.el (gnus-group-split-setup):
3694         * gnus-mlspl.el (gnus-group-split):
3695         * gnus-msg.el (gnus-mailing-list-groups):
3696         * gnus-msg.el (gnus-posting-styles):
3697         * gnus-nocem.el (gnus-nocem-issuers):
3698         * gnus-score.el (gnus-score-regexp-bad-p):
3699         * gnus-srvr.el (gnus-server-line-format):
3700         * gnus-topic.el (gnus-topic-line-format):
3701         * gnus.el (gnus-summary-line-format):
3702         * mail-source.el (mail-sources):
3703         * message.el (message-subscribed-address-file):
3704         * nnmail.el (nnmail-split-fancy):
3705
3706 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3707
3708         * mail-source.el(mail-source-run-script): use `functionp' to test
3709         whether the argument `script' is in fact a function.
3710         (mail-sources): adjust the defcustom to allow users to specify a
3711         function or a string as the value of the `:prescript' and
3712         `:postscript' arguments of the `file' and `pop3' mail sources.
3713
3714 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3715
3716         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3717         number when article 1 does not exist.
3718
3719 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3720
3721         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3722         apropos if apropos-variable does not exist.
3723         (gnus-button-guessed-mid-regexp)
3724         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3725         regexes.  From Reiner Steib.
3726         (gnus-button-handle-describe-function)
3727         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3728         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3729         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3730
3731 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3732         Trivial patch.
3733
3734         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3735         the file.
3736
3737 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3738
3739         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3740
3741 2002-09-24  Simon Josefsson  <jas@extundo.com>
3742
3743         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3744         (mml2015-use): Prefer PGG if installed.
3745         (mml2015-function-alist): Add PGG wrappers.
3746         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3747         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3748         prefix, make regexp optionally skip it.
3749         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3750         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3751         (mml2015-pgg-encrypt): New functions.
3752         (defvar, autoload): Prevent byte-compile warnings.
3753
3754 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3755         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3756
3757         * gnus-art.el (article-strip-banner): Check for the existence of
3758         from header.
3759
3760 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3761
3762         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3763         (gnus-button-alist): Improved regexp for
3764         gnus-button-handle-mid-or-mail (false positives), fixed
3765         gnus-button-handle-man entries.
3766         From Reiner Steib.
3767
3768 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3769         From Josh Huber.
3770
3771         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3772         nnmail-extra-headers is non-nil.
3773
3774 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3775
3776         * nnmaildir.el: Store article numbers persistently.  General
3777         revision.
3778         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3779         for nnmail-expiry-wait; delete instead of moving if 'force is
3780         given.
3781
3782 2002-09-23  Simon Josefsson  <jas@extundo.com>
3783         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3784
3785         * smime.el (smime-sign-buffer): Get key and extra certs.
3786         (smime-get-key-with-certs-by-email): Utility function.
3787
3788 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3789         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3790
3791         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3792         article exists.
3793
3794 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3795
3796         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3797
3798 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3799         From Reiner Steib.
3800
3801         * gnus-art.el (gnus-button-handle-custom,
3802         gnus-button-handle-mid-or-mail,
3803         gnus-button-handle-describe-{function,variable,key},
3804         gnus-button-handle-apropos{,command,variable}): New functions.
3805         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3806         gnus-button-{man,emacs,mail}-level): New variables.
3807         (gnus-button-alist): Use the above to buttonize emacs and mail
3808         related links.
3809
3810 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3811
3812         * gnus-int.el (gnus-status-message): Fix spacing.
3813
3814         * imap.el (imap-continuation): Fix typos.
3815
3816 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3817
3818         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3819
3820         * gnus-art.el (gnus-article-reply-with-original): Correct
3821         with-current-buffer scope.
3822
3823         * message.el (message-completion-alist): Add Reply-To, From, etc.
3824
3825 2002-09-18  Simon Josefsson  <jas@extundo.com>
3826
3827         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3828         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3829
3830 2002-09-17  Simon Josefsson  <jas@extundo.com>
3831
3832         * nnimap.el (nnimap-expiry-target): Don't search for which
3833         articles exists here.
3834         (nnimap-request-expire-articles): Do it here instead.  Only expire
3835         when articles are found.  Suggested by Nevin Kapur
3836         <nevin@jhu.edu>.
3837
3838 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3839         From Reiner Steib <reiner.steib@gmx.de>.
3840
3841         * message.el (message-strip-subject-trailing-was)
3842         (message-change-subject, message-add-archive-header)
3843         (message-xpost-fup2-header, message-xpost-insert-note)
3844         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3845         adopted from message-utils.el.  Add functions to the keymap, mode
3846         describtion and menu.
3847         (message-change-subject,message-xpost-fup2): Signal error if
3848         current header is empty.
3849         (message-xpost-insert-note): Changed insert position.
3850         (message-archive-note): Ensure to insert note in message body (not
3851         in head).
3852         (message-archive-header, message-archive-note)
3853         (message-xpost-default, message-xpost-note, message-fup2-note)
3854         (message-xpost-note-function): New variables adopted from
3855         message-utils.el.  Changed some doc-strings.
3856         (message-mark-insert-{begin,end}): Rename from
3857         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3858         values.
3859         (message-subject-trailing-was-query)
3860         (message-subject-trailing-was-ask-regexp)
3861         (message-subject-trailing-was-regexp): New variables.
3862         (message-to-list-only): Added doc-string and menu entry.
3863
3864         * message-utils.el: Removed.  Functions are now in message.el.
3865
3866 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3867
3868         * gnus-art.el (gnus-article-reply-with-original,
3869         gnus-article-followup-with-original): Switch to
3870         gnus-summary-buffer before reply/followup.
3871
3872 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3873
3874         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3875         not exist. Toggle it anyway.
3876
3877 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3878
3879         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3880
3881         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3882         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3883
3884         * rfc2047.el (message-posting-charset): Defvar it.
3885         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3886         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3887
3888         * mail-source.el (mail-source-fetch): Hide password.
3889
3890         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3891
3892 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3893         From John Paul Wallington <jpw@shootybangbang.com>.
3894
3895         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3896
3897 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3900
3901 2002-09-11  Simon Josefsson  <jas@extundo.com>
3902
3903         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3904         (nnimap-split-rule): Doc fix.
3905         (nnimap-request-expire-articles): Cleanup code.
3906
3907 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3908         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3909
3910         * gnus-art.el (gnus-article-address-banner-alist): New option.
3911         (article-strip-banner): Refer the above option to split banners of
3912         free mail servers, when no group parameter is specified.
3913
3914 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * nntp.el (nntp-wait-for-string): Check for a process in the
3917         current buffer instead of `nntp-server-buffer'.
3918
3919 2002-09-09  Simon Josefsson  <jas@extundo.com>
3920
3921         * gnus-art.el (gnus-button-man-handler): New variable.
3922         (gnus-button-alist): Use g-b-handle-man.
3923         (gnus-button-handle-man): New, call g-b-man-handler.
3924
3925 2002-09-08  Simon Josefsson  <jas@extundo.com>
3926
3927         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3928
3929 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3932
3933 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3936
3937         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3938         keystroke.
3939
3940         * gnus-srvr.el (gnus-browse-describe-group): New command and
3941         keystroke.
3942
3943 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3946         value for gnus-decoration property.
3947
3948 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3949
3950         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3951         string) as group name in case we have a CRLF in the file.
3952
3953 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3954
3955         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3956         group.
3957         (rfc1843-decode-hzp): do.
3958         (rfc1843-newsgroups-regexp): do.
3959
3960 2002-09-04  Simon Josefsson  <jas@extundo.com>
3961
3962         * message.el (message-canlock-generate): Make sure sha1 doesn't
3963         call external programs.
3964
3965 2002-09-03  Simon Josefsson  <jas@extundo.com>
3966
3967         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3968
3969         * gnus-agent.el (gnus-agent-batch): Add doc.
3970
3971 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3972
3973         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3974         check for signed and encrypted parts.
3975         * mml.el (mml-parse-1): Correct small typo which preventing
3976         setting recipients in a secure tag.
3977
3978 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * mm-util.el (mm-coding-system-priorities): Default to a list of
3981         iso-2022-jp and others for the Japanese environment.
3982
3983 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3986         invalid display names.
3987
3988 2002-08-30  Simon Josefsson  <jas@extundo.com>
3989
3990         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3991         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3992
3993 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3994
3995         * gnus.el (gnus-group-charter-alist): New option.
3996         (gnus-group-fetch-control-use-browse-url): New option.
3997
3998         * gnus-group.el (gnus-group-fetch-charter): New function.
3999         (gnus-group-fetch-control): New function.
4000         Add them to the keymap and menu. Require mm-url.
4001
4002 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4005         From Alex Schroeder <alex@emacswiki.org>.
4006
4007 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4008
4009         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4010         items expecting user interaction.
4011
4012         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4013
4014         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4015
4016         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4017
4018         * mml.el (mml-menu): do.
4019
4020 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * mail-source.el (mail-source-touch-pop): New function.
4023
4024         * message.el (message-smtpmail-send-it): New function.
4025         (message-send-mail-function): Add it for a candidate.
4026
4027 2002-08-27  Simon Josefsson  <jas@extundo.com>
4028
4029         * gnus-msg.el (posting-charset-alist): Use
4030         gnus-define-group-parameter instead of defcustom.
4031         (gnus-put-message): Handle SPC in GCC.
4032         (gnus-inews-insert-gcc): Ditto.
4033         (gnus-inews-insert-archive-gcc): Ditto.
4034
4035 2002-08-26  Simon Josefsson  <jas@extundo.com>
4036
4037         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4038         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4039         (gnus-agent-possibly-save-gcc): Autoload.
4040         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4041
4042 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus.el (gnus-other-frame-function): New user option.
4045         (gnus-other-frame): Use it; add a doc-string; make it work with
4046         the gnuclient program.
4047
4048         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4049
4050         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4051         `device-connection' and `dfw-device'.
4052
4053 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4054
4055         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4056         positives, make it stricter.  From Jochen Hein (trivial change).
4057
4058 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus.el (gnus-other-frame): Trivial fix.
4061
4062 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus.el (gnus-other-frame-parameters): New user option.
4065         (gnus-other-frame-object): New variable.
4066         (gnus-other-frame): Make it search for existing Gnus frame; don't
4067         read new news; delete frame on exit.
4068
4069         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4070
4071         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4072
4073 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4074         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4075
4076         * message.el (message-set-auto-save-file-name): Add support for
4077         the Cygwin Emacs; the system-type is `cygwin'.
4078         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4079
4080 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4081
4082         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4083
4084         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4085         avoid arithmetic errors.
4086
4087 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4090
4091 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4094         (message-ignored-resent-headers): Add envelope From.
4095
4096 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4097
4098         * gnus.el (gnus-summary-line-format): Document %k specifier.
4099
4100 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4101
4102         * gnus-sum.el (gnus-summary-line-message-size): New function.
4103         (gnus-summary-line-format-alist): Use it.
4104
4105 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-art.el (article-make-date-line): Refer to the value for
4108         `gnus-article-time-format' in the summary buffer.
4109
4110         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4111
4112 2002-08-14  Simon Josefsson  <jas@extundo.com>
4113
4114         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4115         quoting.
4116         (gnus-button-alist): Fix doc.
4117         (gnus-header-button-alist): Use ' not ` for default value quoting.
4118         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4119         rationale similar to 2002-05-01 change.
4120         (gnus-article-add-buttons-to-head): Evaluate expression.
4121
4122         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4123
4124 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * message.el (message-font-lock-keywords): Refer to the value for
4127         `message-cite-prefix-regexp' dynamically.
4128
4129 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4132
4133 2002-08-12  Simon Josefsson  <jas@extundo.com>
4134
4135         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4136         (imap-shell-open): Skip initial junk before IMAP greeting.
4137
4138 2002-08-11  Simon Josefsson  <jas@extundo.com>
4139
4140         * message-utils.el (message-xpost-default,
4141         message-xpost-fup2-header, message-xpost-fup2): Fixed
4142         Typos.  Trivial changes from Reiner Steib
4143         <4uce.02.r.steib@gmx.net>.
4144
4145 2002-08-09  Simon Josefsson  <jas@extundo.com>
4146
4147         * message.el (message-canlock-password): Set
4148         canlock-password-for-verify to newly generated canlock-password.
4149         When Emacs is restarted, Custom makes sure this is set, but during
4150         the same session we must set it manually.
4151
4152 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4153
4154         * yenc.el: New file.
4155
4156         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4157         (mm-uu-type-alist): Add yenc.
4158         (mm-uu-yenc-filename): New function.
4159         (mm-uu-yenc-extract): New function.
4160
4161         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4162
4163 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4164
4165         * dgnushack.el (merge): Don't use coerce.
4166
4167 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4168
4169         * mailcap.el (mailcap-mime-data): Test window-system rather than
4170         mm-device-type.
4171         (mailcap-mime-data): Call xdvi and gv with "-safer".
4172
4173         * mm-util.el: Don't define mm-device-type.
4174
4175 2002-08-05  Simon Josefsson  <jas@extundo.com>
4176
4177         * mm-util.el (mm-coding-system-priorities): coding-system type not
4178         supported everywhere.
4179
4180 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * gnus.el (gnus-version-number): Bumped version number.
4183
4184 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4185
4186         * gnus.el: Oort Gnus v0.07 is released.
4187
4188 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4191         (gnus-article-sort-functions): Doc fix.
4192         (t): New keystroke.
4193         (gnus-article-sort-by-random): New function.
4194         (gnus-thread-sort-by-random): New function.
4195
4196 2002-08-02  Simon Josefsson  <jas@extundo.com>
4197
4198         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4199         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4200
4201 2002-07-31  Danny Siu  <dsiu@adobe.com>
4202
4203         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4204         when splitting malformed messages without message-id
4205
4206 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4207         From Niklas Morberg <niklas.morberg@axis.com>.
4208
4209         * nnweb.el (nnweb-type, nnweb-type-definition)
4210         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4211         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4212         functionality.
4213         * nnweb.el: Removed old non-functioning search engines.
4214
4215 2002-07-27  Simon Josefsson  <jas@extundo.com>
4216
4217         * message.el (message-forward-make-body): Don't use
4218         `message-forward-ignored-headers' when doing a "raw" followup (it
4219         is important to preserve e.g. CTE).
4220
4221         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4222
4223         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4224         regexp-quote, Cyrus Sieve is fixed.
4225
4226         * sieve-manage.el (sieve-manage-deletescript): New function.
4227
4228         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4229         (sieve-manage-mode): Fix menubar.
4230         (sieve-activate): Change some messages.
4231         (sieve-deactivate-all): New function.
4232         (sieve-deactivate): New alias.
4233         (sieve-remove): New function.
4234         (sieve-help): Fix help.
4235         All suggested by Ned Ludd.
4236
4237 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4240         (mm-w3m-safe-url-regexp): New user option.
4241
4242         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4243         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4244
4245 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4246
4247         * gnus-sum.el (gnus-summary-delete-article): Force
4248         nnmail-expiry-target to 'delete, so that absolute deletion
4249         happens when absolute deletion is requested.
4250
4251 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4252         From Nevin Kapur <nevin@jhu.edu>.
4253
4254         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4255         headers as empty headers.
4256
4257 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4258         From Jochen Hein <jochen@jochen.org>.
4259
4260         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4261         correct typo.
4262         (gnus-emphasis-strikethru): New face.
4263
4264 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4265         From Jason Merrill <jason@redhat.com>.
4266
4267         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4268         entire file for each of a sequence of missing articles.
4269
4270         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4271         value for gnus-view-pseudos.
4272
4273         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4274         avoid nreverse.
4275
4276 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4277         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4278
4279         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4280         (gnus-summary-mode-line-format-alist): Add %h for number of
4281         spams.
4282         (gnus-newsgroup-spam-marked): New variable.
4283         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4284         (gnus-article-read-p, gnus-article-mark)
4285         (gnus-set-global-variables, gnus-set-global-variables)
4286         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4287         (gnus-summary-mark-article-as-unread)
4288         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4289         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4290         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4291
4292 2002-07-10  Simon Josefsson  <jas@extundo.com>
4293
4294         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4295         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4296
4297 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4298
4299         * gnus-sum.el (gnus-summary-delete-article): Respect group
4300         parameters while expiring.
4301
4302 2002-07-08  Simon Josefsson  <jas@extundo.com>
4303
4304         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4305         Enberg.
4306
4307 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4308
4309         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4310         function is called interactively.  From Niklas Morberg.
4311
4312 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4313
4314         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4315         cdaar to cdar and car.
4316
4317         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4318         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4319
4320 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4323         don't break a narrowed article.
4324
4325         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4326         (nntp-open-via-rlogin-and-telnet): Ditto.
4327
4328 2002-07-02  Didier Verna  <didier@xemacs.org>
4329
4330         * nnmail.el (nnmail-split-methods): fix custom type.
4331
4332 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4333
4334         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4335         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4336
4337 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4338
4339         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4340         (gnus-summary-resend-message): Use it.
4341
4342 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4345         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4346
4347 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4348
4349         * message.el (message-font-lock-keywords): Don't fontify
4350         headers in the message body, only in the header.
4351         (message-font-lock-make-header-matcher): New function, used by
4352         message-font-lock-keywords.
4353         From Katsumi Yamaoka <yamaoka@jpl.org>.
4354
4355 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4358
4359 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4362
4363 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4364
4365         * message.el (message-font-lock-keywords): Revert 2002-06-22
4366         change.
4367
4368 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4369
4370         * message.el (message-font-lock-keywords): Put colon in header
4371         name match.
4372
4373 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4374
4375         * message.el (message-font-lock-keywords): Don't use header faces
4376         in the body.  Thanks to Stefan Monnier for the hint on the
4377         implementation.
4378
4379 2002-05-09  Miles Bader  <miles@gnu.org>
4380
4381         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4382         (gnus-article-hide-citation): Respect it.
4383
4384 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4385
4386         * pop3.el (pop3-open-server): Fix typo.
4387
4388 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4389
4390         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4391         instead of push to ignore duplicate to-(list|address) values.
4392         * nnmail.el (nnmail-cache-ignore-groups): New.
4393         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4394
4395 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4396
4397         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4398         before sending.  Suggested by Jan Rychter.
4399
4400 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * dgnushack.el (remove): New compiler macro.
4403         (last, coerce, subseq): Remove compiler macros for those built-in
4404         or unused functions.
4405
4406 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4407
4408         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4409         sure to write byte-compiled versions of gnus-*-format-alist to
4410         .newsrc.eld.  From Simon Josefsson.
4411
4412 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4413
4414         * gnus-agent.el (gnus-agent-read-servers)
4415         (gnus-agent-write-servers): Put server name (string like
4416         "nnchoke:frumple") in the file instead of a server specification
4417         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4418         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4419
4420 2002-06-16  Simon Josefsson  <jas@extundo.com>
4421
4422         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4423         Reiner Steib <4uce.02.r.steib@gmx.net>.
4424
4425 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4426
4427         * nnheader.el (nnheader-file-name-translation-alist): Set the
4428         default value for MS Windows systems.
4429
4430         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4431
4432 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * message.el (message-beginning-of-line): Keep the region active
4435         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4436
4437 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4438
4439         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4440         * gnus-msg.el (gnus-summary-reply): Ditto.
4441         * gnus-msg.el (gnus-summary-handle-replysign): New.
4442
4443 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4446         if sending failed.
4447
4448 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4449
4450         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4451         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4452         to sign while encrypting.
4453
4454 2002-06-11  Simon Josefsson  <jas@extundo.com>
4455
4456         * gnus-int.el (gnus-request-move-article): Agent expire article if
4457         successfuly moved.
4458
4459         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4460         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4461
4462 2002-06-10  Simon Josefsson  <jas@extundo.com>
4463
4464         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4465
4466 2002-06-09  Simon Josefsson  <jas@extundo.com>
4467
4468         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4469
4470         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4471
4472 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4473
4474         * flow-fill.el (fill-flowed): Ignore errors.
4475
4476 2002-06-06  Simon Josefsson  <jas@extundo.com>
4477
4478         * message.el (message-send-mail-with-sendmail): Improve error message.
4479
4480 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4481
4482         * message.el (message-interactive): Change default from nil to t.
4483         Better to be safe than to be fast.
4484
4485 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4486
4487         * message.el (message-send-mail-with-sendmail): Check return value
4488         from call-process-region.
4489
4490 2002-06-04  Simon Josefsson  <jas@extundo.com>
4491
4492         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4493         (gnus-group-post-news, gnus-summary-mail-other-window)
4494         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4495         gnus-article-copy to nil, thereby inhibiting the `header' posting
4496         style match to use data from last viewed article.
4497         Suggested by Hrvoje Niksic.
4498
4499 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * spam.el (spam-point-at-eol): New alias.
4502         (spam-parse-whitelist): Use it.
4503
4504 2002-06-03  Simon Josefsson  <jas@extundo.com>
4505
4506         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4507         (nnmail-article-group): Use it.
4508
4509 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4510
4511         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4512         so that code reading them won't be surprised.  From Jesper Harder
4513         <harder@ifa.au.dk>.
4514
4515 2002-05-29  Simon Josefsson  <jas@extundo.com>
4516
4517         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4518         articles.
4519
4520         * gnus.el (gnus-agent-cache): Doc fix.
4521         (gnus-agent): Change default to t.
4522
4523         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4524         ARTICLES, GROUP and FORCE parameters.
4525
4526 2002-05-28  Simon Josefsson  <jas@extundo.com>
4527
4528         * gnus-group.el (gnus-group-line-format): Doc fix.
4529
4530 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4531
4532         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4533         original article before yanking.  From Jesper Harder
4534         <harder@ifa.au.dk>.
4535
4536 2002-05-26  Simon Josefsson  <jas@extundo.com>
4537
4538         * gnus-sum.el (gnus-summary-menu-split): New function.
4539         (gnus-summary-make-menu-bar): Split charset submenu.
4540         (gnus-summary-menu-maxlen): New variable.
4541         (gnus-summary-menu-split): Use it.
4542
4543 2002-05-25  Simon Josefsson  <jas@extundo.com>
4544
4545         * mml.el (mml-preview): Generate some headers.
4546
4547         * gnus.el (gnus-large-newsgroup): Fix :type.
4548
4549         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4550         Agent cache NOV's by default now).
4551         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4552
4553 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4554
4555         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4556         call to gnus-parent-id when we check for References loops.
4557         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4558         twice by saving the simplified subject string in simp-subject.
4559
4560 2002-05-23  Simon Josefsson  <jas@extundo.com>
4561
4562         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4563         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4564
4565         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4566         Niklas Morberg <niklas.morberg@axis.com>.
4567
4568 2002-05-22  Simon Josefsson  <jas@extundo.com>
4569
4570         * sieve.el (sieve-change-region): Define it before it is used.
4571
4572         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4573         (gnus-summary-reply): Ask for confirmation when replying to news.
4574         Defaults to not ask.  From Benjamin Rutt
4575         <rutt+news@cis.ohio-state.edu>.
4576
4577         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4578
4579 2002-05-21  Simon Josefsson  <jas@extundo.com>
4580
4581         * sieve-mode.el (sieve-manage): Fix autoloads.
4582
4583         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4584         name (makes it work with recent Cyrus timsieved).
4585
4586 2002-05-20  Jason  <jbaker@cs.utah.edu>
4587         Trivial patch.
4588
4589         * gnus-art.el (gnus-request-article-this-buffer): Try
4590         reconnecting if you don't get the message.
4591
4592 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4595         Reply-To headers from the headers.
4596
4597 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * mm-url.el (mm-url-insert): Remove junk message.
4600
4601 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4604         (nnslashdot-use-front-page): New variable.
4605         (nnslashdot-request-list): Use it.
4606
4607         * mm-url.el (mm-url-timeout): New variable.
4608         (mm-url-retries): Ditto.
4609         (mm-url-insert): Use it.
4610
4611 2002-05-16  Simon Josefsson  <jas@extundo.com>
4612
4613         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4614         (gnus-simplify-subject-functions): Mention g-s-a-w.
4615
4616 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4617
4618         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4619         nnmail-cache-insert.
4620         * nndiary.el (nndiary-request-accept-article): Ditto.
4621         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4622         * nnimap.el (nnimap-request-accept-article): Ditto.
4623         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4624         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4625         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4626         * nnmh.el (nnmh-request-accept-article): Ditto.
4627         * nnmail.el (nnmail-cache-insert): Change group to required,
4628         removed code which tried to figure out the group.
4629
4630 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4631
4632         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4633         messages. From Hans de Graaff <hans@degraaff.org>.
4634         * nnml.el (nnml-request-accept-article): Pass in the group name to
4635         nnmail-cache-insert, since it's available.
4636
4637 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4638
4639         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4640
4641 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4642         From Florian Weimer <fw@deneb.enyo.de>.
4643
4644         * gnus.el (subscribed): New group parameter.
4645         (gnus-find-subscribed-addresses): Use it.
4646
4647 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4648
4649         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4650         the default for pgpmime to support pgp v2.
4651         * mml-sec.el (mml-signencrypt-style): New accessor function to
4652         allow users to get/set the signencrypt style more easily without
4653         frobbing the alist directly.
4654         * mml.el (mml-generate-mime-1): Use accessor function.
4655
4656 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4657
4658         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4659         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4660         <schwab@suse.de>.
4661
4662 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4663
4664         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4665         when intuiting the group the message is written to.  From Josh
4666         Huber <huber@alum.wpi.edu>.
4667
4668 2002-05-06  Simon Josefsson  <jas@extundo.com>
4669
4670         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4671         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4672
4673 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4674
4675         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4676         argument, and fixed compiler warning. (added autoload for
4677         gpg-encrypt).
4678
4679 2002-05-04  Simon Josefsson  <jas@extundo.com>
4680
4681         * mml1991.el (mml1991-function-alist): Doc fix.
4682
4683         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4684         doesn't exist (for previewing messages without having Gnus
4685         started).
4686
4687         * mm-util.el (mm-coding-system-priorities): Defcustom.
4688
4689         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4690
4691 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4692
4693         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4694         default.
4695         * mml-sec.el:
4696         * mml-sec.el (mml-signencrypt-style): New.
4697         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4698         argument `sign'.
4699         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4700         signencrypt.
4701         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4702         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4703         both signed & encryped is processed in one operation. (rather than
4704         two separate ops: sign, then encrypt)
4705         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4706         indication if a message is signed by an expired key.
4707         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4708         enables combined sign & encrypt operation. (this was always on
4709         before).
4710         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4711
4712 2002-05-01  Simon Josefsson  <jas@extundo.com>
4713
4714         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4715         server.
4716         (nnimap-mailbox-info): defvar instead of defvoo.
4717
4718 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4719
4720         * gnus.el: Oort Gnus v0.06 is released.
4721
4722 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * lpath.el: Bind url-package-version.
4725
4726 2002-05-01  Simon Josefsson  <jas@extundo.com>
4727
4728         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4729         filename before deleting the group itself, because the presence of
4730         a group filename decides if long filenames are used or not.
4731
4732         * gnus-art.el (gnus-button-alist): Don't inline
4733         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4734         without also modifying g-button-alist.
4735         (gnus-button-alist): Fix type to allow variable as well as regexp.
4736         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4737         themselves, variables to its contents.
4738         (gnus-button-entry): Ditto.
4739
4740 2002-05-01  Simon Josefsson  <jas@extundo.com>
4741
4742         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4743         UIDNEXT as a string.
4744
4745         * nnimap.el (nnimap-string-lessp-numerical): New function.
4746         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4747         integers.
4748
4749 2002-04-29  Simon Josefsson  <jas@extundo.com>
4750
4751         * nnmail.el (nnmail-cache-insert): Accept optional group
4752         parameter.
4753
4754         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4755         n-r-g-a is disabled.
4756
4757 2002-04-29  Simon Josefsson  <jas@extundo.com>
4758
4759         * nnimap.el (nnimap-split-fancy): Fix doc.
4760         (nnimap-split-fancy): Fix doc.
4761
4762         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4763         (nnimap-mailbox-info): New internal variable.
4764         (nnimap-retrieve-groups): Implement faster new mail check.
4765
4766         * nnimap.el (nnimap-split-articles): Support
4767         nnmail-cache-accepted-message-ids.
4768         (nnimap-request-accept-article): Ditto.
4769
4770         * imap.el (imap-mailbox-status-asynch): New command.
4771
4772 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4773
4774         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4775         are no subscribed mail groups.
4776         - Strip quoted names when comparing addresses
4777
4778 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4779
4780         * mm-decode.el (mm-text-html-renderer): Change customize type to
4781         const.
4782
4783         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4784         (gnus-debug-exclude-variables): do.
4785
4786 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4787
4788         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4789         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4790
4791 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * dns.el (dns-make-network-process): New macro.
4794         (query-dns): Use it.
4795
4796 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4797
4798         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4799         article-buffer.
4800
4801         * mm-url.el (mm-url-package-name): New variable.
4802         (mm-url-package-version): New variable.
4803         (mm-url-insert-file-contents): Bind url-package-name and
4804         url-package-version here.
4805         * nnrss.el (nnrss-insert-w3): Move the bindings.
4806
4807         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4808         url-package-version. Trivial change from Andrew J Cosgriff
4809         <ajc@polydistortion.net>
4810
4811         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4812         attachments. Trivial change from Peter 'Luna' Runestig
4813         <peter@runestig.com>.
4814
4815 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4816
4817         * nnkiboze.el (nnkiboze-request-scan): Call
4818         nnkiboze-possibly-change-group.
4819         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4820         problems.
4821         (nnkiboze-generate-group): Set newsrc to the *highest* article
4822         number kibozed, not the lowest.
4823
4824 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4825
4826         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4827
4828 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4829         From Dan Christensen <jdc+news@uwo.ca>.
4830
4831         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4832         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4833         Recognize math postings.  Extract Date (now ignores "(15kb)").
4834         Extract email address using gnus-extract-address-components
4835         instead of just taking the first word.  Create Date and From
4836         headers for message which are missing these headers.  Get rid
4837         of spurious \\ lines (purely cosmetic).  Extend body-end and
4838         file-end regexps, to exclude more garbage from the message.
4839         Make URL rephrasing regexp more flexible, to match current
4840         format.
4841
4842 2002-04-23  Simon Josefsson  <jas@extundo.com>
4843
4844         * netrc.el: New file, functions copied from gnus-util.el by Ted
4845         Zlatanov <tzz@lifelogs.com>.
4846
4847         * gnus-util.el: Require netrc.
4848         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4849         new code in netrc.el.
4850
4851 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4852
4853         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4854         message-ignored-resent-headers, too.  From Matthieu Moy
4855         <Matthieu.Moy@imag.fr>.
4856
4857 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4858
4859         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4860         boolean not a string
4861         * gnus-group.el (gnus-group-line-format): add description of %C
4862         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4863           as %C
4864         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4865
4866 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4867
4868         * nnmaildir.el (nnmaildir-request-scan): typo: set
4869         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4870         nnmail-get-new-mail for 'find-new-groups.
4871
4872 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4873
4874         * nnmaildir.el (nnmaildir-request-update-info,
4875         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4876         unnecessary calls to nnmaildir-request-scan.
4877
4878 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4879
4880         * gnus-msg.el:
4881         * gnus-msg.el (gnus-message-replysign): New.
4882         * gnus-msg.el (gnus-message-replyencrypt): New.
4883         * gnus-msg.el (gnus-message-replysignencrypted): New.
4884         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4885         (above) to automatically encrypt/sign to encrypted/signed
4886         messages.
4887         * message.el:
4888         * message.el (message-mode-map): Add keybinding for
4889         `message-to-list-only'
4890         * message.el (message-mode): Add description for
4891         `message-to-list-only'
4892         * message.el (message-to-list-only): New.
4893         * message.el (message-make-mft): Changed to use the cl loop macro,
4894         and added optional flag to return only the matched list. (for use
4895         in new message-to-list-only function)
4896
4897 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4898
4899         * gnus-msg.el:
4900         * gnus-msg.el (gnus-message-replysign):
4901         * gnus-msg.el (gnus-replysign): New.
4902         * gnus-msg.el (gnus-replyencrypt): New.
4903         * gnus-msg.el (gnus-replysignencrypted): New.
4904         * gnus-msg.el (gnus-summary-reply):
4905         * message.el:
4906         * message.el (message-mode-map):
4907         * message.el (message-mode):
4908         * message.el (message-to-list-only): New.
4909         * message.el (message-make-mft):
4910
4911 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4912
4913         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4914
4915 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4916
4917         * message.el (message-gen-unsubscribed-mft): accept a prefix
4918         argument so CC can be included with C-u C-c C-f C-a
4919
4920 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4921         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4922
4923         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4924         Improve docstring.
4925         (spam-enter-blacklist): New command.
4926
4927         * gnus-sum.el (gnus-spam-mark): New mark.
4928         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4929         (gnus-summary-make-tool-bar): Correct conditional.
4930         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4931         (gnus-summary-mark-as-spam): New command.
4932
4933 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4934
4935         * mml-sec.el (mml-secure-message): changed to support arbritrary
4936         modes.
4937         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4938         changed to support "signencrypt" mode.
4939         * mml.el (mml-parse-1): changed to support different secure modes
4940         more easily. (for signencrypt)
4941
4942 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4943
4944         * gnus-sum.el (gnus-update-summary-mark-positions)
4945         (gnus-summary-toggle-header):
4946         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4947         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4948         (gnus-uu-post-encoded):
4949         * nnfolder.el (nnfolder-possibly-change-group):
4950         * nnimap.el (nnimap-retrieve-headers):
4951         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4952
4953 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4954
4955         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4956         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4957
4958 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-srvr.el (gnus-server-set-info): Clear
4961         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4962         From Daiki Ueno <ueno@unixuser.org>.
4963
4964 2002-04-11  Simon Josefsson  <jas@extundo.com>
4965
4966         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4967         viewing of security buttons.  Thanks to Nicolas Kowalski
4968         <Nicolas.Kowalski@imag.fr>.
4969
4970         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4971         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4972         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4973         <Nicolas.Kowalski@imag.fr>.
4974         (smime-decrypt-buffer): Ditto.
4975
4976 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4979         header line.
4980
4981 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4982
4983         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4984
4985 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4986
4987         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4988
4989 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4990
4991         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4992         errors when debug.
4993
4994 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4995
4996         * message.el (message-make-mft): Changed MFT code from using
4997         message-recipients (which included Bcc) to use only the To and CC
4998         headers.
4999
5000 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5001
5002         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5003         add link.
5004         (gnus-treat-mail-picon): Ditto.
5005         (gnus-treat-newsgroups-picon): Ditto.
5006         (gnus-picon-databases): Fix custom type.
5007         (gnus-picon-databases): Add link.
5008         (gnus-article-x-face-command): Add to gnus-picon group.
5009
5010 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5011
5012         * message.el (message-buffer-naming-style): Remove.
5013
5014 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5015
5016         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5017
5018         * message.el (message-tool-bar-map): Ditto.
5019
5020         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5021
5022 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5023
5024         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5025
5026 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5027
5028         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5029
5030 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5031         Trivial patch.
5032
5033         * dns.el: open-network-stream under XEmacs does udp.
5034
5035 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5036
5037         * spam.el (spam-enter-whitelist): New function.
5038         (spam-parse-whitelist): Ditto.
5039         (spam-refresh-list-cache): Ditto.
5040         (spam-address-whitelisted-p): New function.
5041
5042         * dns.el (query-dns): Use TCP when make-network-process isn't
5043         available.
5044         (dns-servers): New variable.
5045         (dns-parse-resolv-conf): New function.
5046         (query-dns): Use it.
5047
5048         * spam.el: New file.
5049
5050         * dns.el (query-dns): Test.
5051
5052 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * lpath.el (featurep): Bind make-network-process.
5055
5056 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5057
5058         * nnmaildir.el: Use defstruct.  Use a single copy of
5059         nnmail-extra-headers to save memory.  Store server's group name
5060         prefix instead of each group's prefixed name.
5061         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5062         nntp-server-buffer.
5063
5064 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * dns.el: New file.
5067
5068 2002-03-28  Simon Josefsson  <jas@extundo.com>
5069
5070         * gnus-sum.el (gnus-summary-dummy-line-format):
5071         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5072         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5073
5074 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5075
5076         * gnus-sum.el (gnus-summary-move-article)
5077         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5078         the doc string.
5079
5080 2002-03-28  Simon Josefsson  <jas@extundo.com>
5081
5082         * mml-sec.el (mml-secure-message): Search after
5083         mail-header-separator from top of message.
5084
5085 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5086
5087         * nnmaildir.el: Cosmetic changes.
5088         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5089         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5090         nnmaildir--group-ls): New macros/functions.  Use them.
5091         (nnmaildir--unlink): Evalutate argument only once.
5092
5093 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5094
5095         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5096         symbols.
5097         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5098         `gnus-point-at-eol'.
5099
5100 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5101
5102         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5103         nnmaildir--marks-dir): New macros.  Use them.
5104         Use inhibit-quit for atomicity instead of in-memory journaling.
5105         (nnmaildir--edit-prep): New function.
5106         (Local Variables): Use it.
5107
5108 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5109
5110         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5111
5112 2002-03-25  Simon Josefsson  <jas@extundo.com>
5113
5114         * message.el (message-mode): Fix doc.
5115
5116 2002-03-25  Simon Josefsson  <jas@extundo.com>
5117
5118         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5119         Matthieu Moy <Matthieu.Moy@imag.fr>.
5120
5121 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5122
5123         * mml-sec.el (mml-unsecure-message): Add docstring.
5124
5125 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5126
5127         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5128         value.
5129         Trivial change from andre@slamdunknetworks.com
5130
5131 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5132
5133         * mml.el (mml-mode-map): Added a keybinding for
5134         `mml-unsecure-message'.  Also, added a menu entry for said
5135         function in the Attachments menu.
5136
5137 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * canlock.el (canlock-version): Remove.
5140         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5141         here; simplify \x insertions.
5142         (canlock-sha1): New function, always return a unibyte string.
5143         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5144         of a password.
5145         (canlock-insert-header): Use `canlock-sha1'.
5146         (canlock-verify): Ditto.
5147
5148 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5149
5150         * message.el (message-fix-before-sending): Add an option that
5151         ignores illegible text.
5152         Trivial change from Mark Milhollan <mlm@attglobal.net>
5153
5154         * message.el (message-font-lock-keywords): Support multi-line MML
5155         tags.
5156
5157         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5158         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5159
5160 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5163         symbols for "View as different encoding" submenu.
5164
5165 2002-03-19  Simon Josefsson  <jas@extundo.com>
5166
5167         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5168         encoding" submenu.
5169
5170 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5171
5172         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5173
5174 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5175
5176         * gnus-sum.el (gnus-sum-thread-tree-root)
5177         (gnus-sum-thread-tree-single-indent)
5178         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5179         (gnus-sum-thread-tree-leaf-with-other)
5180         (gnus-sum-thread-tree-single-leaf): Make customizable.
5181
5182 2002-03-16  Simon Josefsson  <jas@extundo.com>
5183
5184         * gnus-util.el (gnus-extract-address-components): Don't break on
5185         names such as James "Kibo" Parry.  From Francis Litterio
5186         <franl@world.std.com>.
5187
5188 2002-03-13  Simon Josefsson  <jas@extundo.com>
5189
5190         * pop3.el (pop3-open-server): Revert multibyte change.  From
5191         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5192
5193         * message.el (message-send-mail-with-qmail): Make it work.  From
5194         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5195
5196 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5197
5198         * message.el (message-make-mft): Set case-fold-search while
5199         generating the MFT.  Also, a little cleanup in the MFT code.
5200
5201 2002-03-12  Simon Josefsson  <jas@extundo.com>
5202
5203         * message.el (message-qmail-inject-args): May be function.
5204         (message-send-mail-with-qmail): Call function if m-q-i-a is
5205         function.  From fn@hungry.org (Faried Nawaz).
5206
5207 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * message.el (message-abbrevs-loaded): Remove.
5210         (mailabbrev): Require it.
5211
5212         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5213
5214 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * pop3.el (pop3-open-server): Set process buffer unibyte.
5217
5218 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5221
5222 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5223
5224         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5225         too.
5226
5227 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5228
5229         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5230         duplication.
5231         (gnus-summary-save-parts-type-history): Ditto.
5232         (gnus-summary-save-parts-last-directory): Ditto.
5233         Trivial change from andre@slamdunknetworks.com
5234
5235 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5236
5237         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5238
5239 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5240
5241         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5242         -->" as the end of the first article.
5243
5244         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5245         From Matthieu Moy <Matthieu.Moy@imag.fr>
5246
5247         * message.el (message-add-action): Use add-to-list.
5248         (message-delete-action): New function.
5249
5250         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5251         pieces.
5252
5253 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5254
5255         * nnnil.el: New file.
5256         * gnus.el (gnus-valid-select-methods): Include nnnil.
5257
5258 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5259
5260         * message.el (message-syntax-checks): Because canlock is
5261         supported, we disable sender syntax check.
5262         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5263
5264         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5265         value of message-syntax-checks.
5266
5267         * qp.el (quoted-printable-decode-region): Doc addition.
5268         From: Eli Zaretskii <eliz@is.elta.co.il>
5269
5270         * mail-source.el (make-source-make-complex-temp-name): Use
5271         make-temp-file.
5272
5273         * mm-util.el (mm-make-temp-file): New function.
5274         * nneething.el (nneething-file-name): Use it.
5275         * mml-smime.el (mml-smime-encrypt): Ditto.
5276         * mm-view.el (mm-inline-wash-with-file): Ditto.
5277         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5278         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5279         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5280         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5281         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5282         * gnus-art.el (gnus-mime-print-part): Ditto.
5283
5284 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5285
5286         * message.el (nnmaildir-article-number-to-base-name): New
5287         function.
5288         (nnmaildir-base-name-to-article-number): New function.
5289
5290 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * smime.el (smime-make-temp-file): Don't quote
5293         `temporary-file-directory'.
5294
5295 2002-03-04  Simon Josefsson  <jas@extundo.com>
5296
5297         * smime.el (smime-sign-region): Rename argument keyfiles to
5298         keyfile. You only sign something with one key.
5299         (smime-sign-buffer): Better completing-read prompt.
5300         (smime-decrypt-buffer): Ditto.
5301
5302         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5303
5304         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5305         completing-read.
5306         (mm-view-pkcs7-decrypt): CRLF->LF.
5307
5308 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5309
5310         * message.el (message-hierarchical-addresses): New variable.
5311         (message-get-reply-headers): Use it.
5312         From Ted Zlatanov <teodor.zlatanov@divine.com>
5313
5314 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5315
5316         * message.el (message-mode): If buffer-file-name, don't set auto
5317         save file name.
5318         Trivial change from Geoff Greene <ggreene@wpi.edu>
5319
5320 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5321
5322         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5323         takes one argument in read-char.
5324
5325         * message.el (message-fix-before-sending): Forward a char.
5326         Check mmu-multibyte-p, add control-1.
5327
5328 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5329
5330         * gnus-start.el (gnus-read-init-file): Ditto.
5331
5332         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5333
5334         * dgnushack.el (dgnushack-make-load): Ditto.
5335
5336         * mail-source.el (mail-source-fetch): Extract the right error
5337         code.
5338
5339         * message.el (message-fix-before-sending): Check illegible text.
5340
5341         * gnus-util.el (gnus-multiple-choice): New function.
5342
5343         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5344         also defined in gnus-score.el.
5345
5346 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5347
5348         * message.el (message-get-reply-headers): downcase email addresses
5349         for comaparisons for duplicate removal.
5350
5351 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5352
5353         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5354         implementation of PKCS#7, which just allows users read the
5355         message.
5356         (mm-view-pkcs7): Use it.
5357
5358 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * gnus.el (large-newsgroup-initial): New parameter.
5361
5362         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5363         (gnus-summary-insert-old-articles): Ditto.
5364
5365 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5366
5367         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5368         used as the default answer of the question, "How many articles?".
5369         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5370
5371         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5372         small numbers.
5373
5374 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * deuglify.el: Fix comments.
5377
5378 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5379
5380         * html2text.el (html2text-clean-anchor): If there is no HREF,
5381         insert nothing.
5382
5383         * mml.el (mml-generate-mime-1): Add cdr.
5384         From: andre@slamdunknetworks.com
5385
5386         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5387         (mm-text-html-washer-alist): Ditto.
5388
5389         * mm-decode.el (mm-text-html-renderer): Add html2text.
5390
5391         * html2text.el: Face lift.
5392
5393         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5394
5395 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5396
5397         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5398
5399         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5400
5401         * deuglify.el: New file. The original file name is
5402         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5403
5404         * mm-decode.el (mm-display-external): Use
5405         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5406
5407 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5408
5409         * nnmaildir.el (nnmaildir-request-list): Report the highest
5410         article number, not the total number of articles.
5411
5412 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5413
5414         * gnus-sum.el: Move uu key map here.
5415         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5416
5417 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5418
5419         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5420         nnmail-expiry-wait* if expire-age parameter is not set.
5421
5422 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5423
5424         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5425         function.
5426         (gnus-group-sort-selected-groups-by-real-name): New function.
5427         (gnus-group-make-menu-bar): Add sort by real name.
5428
5429         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5430         rebuild.
5431         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5432         nil as dependencies as well.
5433
5434 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5435
5436         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5437         for mime-parts.
5438
5439         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5440
5441         * gnus-group.el (gnus-group-name-decode): Don't test
5442         multibyte-string, because it breaks XEmacs.
5443         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5444
5445         * message.el (message-send-mail): Be talkative.
5446
5447         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5448         (mm-automatic-display): Ditto.
5449
5450         * mailcap.el (mailcap-mime-data): Ditto.
5451         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5452
5453 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * many files: Remove trailing whitespaces, replace spc+tab with
5456         tab, replace leading whitespaces with tabs.
5457
5458 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5459
5460         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5461         articles with no body and no blank line after the header.
5462
5463 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5464
5465         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5466         parts.
5467
5468         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5469         non-ascii chars.
5470
5471         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5472
5473         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5474         w3-delay-image-loads.
5475         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5476         (mm-w3-prepare-buffer): Ditto.
5477
5478         * mail-source.el (mail-source-fetch-directory): Run scripts.
5479
5480 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5483         for Majordomo confirmations.
5484
5485 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5488
5489 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5492
5493 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5494
5495         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5496         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5497
5498 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5499
5500         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5501         (mm-inline-render-with-stdin): Ditto.
5502         (mm-inline-render-with-function): Ditto.
5503         (mm-inline-wash-with-file): Bind coding-system-for-write.
5504         (mm-inline-wash-with-stdin): Ditto.
5505
5506 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5507
5508         Suggested by Felix Natter <fnatter@gmx.net>
5509
5510         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5511         gnus-mime-externalize-view.
5512         (gnus-mime-view-part-internally): Rename from
5513         gnus-mime-internalize-view.
5514         (gnus-article-view-part-externally): Rename from
5515         gnus-article-externalize-part.
5516         (gnus-mime-action-alist): Change correspondingly.
5517         (gnus-mime-button-commands): Ditto.
5518         (gnus-mime-action-alist): Remove duplication.
5519
5520         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5521
5522 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5523
5524         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5525
5526         * gnus-art.el (gnus-display-mime): Use it.
5527
5528         * mm-partial.el (mm-partial-find-parts): Use it.
5529
5530         * gnus-sum.el (gnus-article-loose-mime): Rename from
5531         gnus-article-no-strict-mime.
5532         (gnus-summary-save-parts): Use it.
5533
5534 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5537         local variable.
5538
5539         * gnus-art.el (article-display-x-face): Don't sort multiple
5540         X-Faces.
5541
5542 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5545         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5546
5547         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5548
5549 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5550
5551         Some ideas is inspired by code from Hrvoje Niksic
5552         <hniksic@arsdigita.com>
5553
5554         * gnus-art.el (gnus-article-wash-function): Set the default to
5555         nil, so that we use mm-text-html-renderer instead.
5556         (article-wash-html): Use mm-text-html-renderer.
5557
5558         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5559         (mm-text-html-renderer): New variable.
5560         (mm-inline-text-html-renderer): Set the default to nil, so that we
5561         use mm-text-html-renderer instead.
5562
5563         * mm-view.el (mm-inline-text-html): New function.
5564         (mm-text-html-renderer-alist): New variable.
5565         (mm-inline-text-vcard): New function.
5566         (mm-inline-text): Split.
5567         (mm-links-remove-leading-blank): New function.
5568         (mm-inline-render-with-file): New function.
5569         (mm-inline-render-with-stdin): New function.
5570         (mm-inline-render-with-function): New function.
5571         (mm-text-html-washer-alist): New variable.
5572         (mm-inline-wash-with-file): New function.
5573         (mm-inline-wash-with-stdin): New function.
5574
5575 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5576
5577         * message-utils.el: Fix installation doc.
5578         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5579
5580 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5581
5582         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5583         (gnus-post-method): Use it.
5584         (gnus-summary-cancel-article): Find the correct post-method.
5585
5586         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5587         * message.el (message-send-news): Ditto.
5588         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5589         <ipmonger@delamancha.org>
5590
5591         * gnus.el (gnus-select-method): Fix doc.
5592         (gnus-server-string): Use 'using nntp'.
5593
5594         * gnus-agent.el (gnus-slave-unplugged): New command.
5595         From: Felix Natter <fnatter@gmx.net>
5596
5597 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5598
5599         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5600         Call edit-done-function first, then change the window
5601         configuration.
5602         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5603         (gnus-article-edit-mode): mml-mode.
5604
5605         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5606         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5607
5608         * message-utils.el: Adopt the file.
5609
5610         * message-utils.el: New file.
5611         From Holger Schauer <Holger.Schauer@gmx.de>
5612
5613 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5614
5615         * gnus-sum.el (gnus-summary-move-article): Select-article only
5616         when gnus-move-split-methods is non-nil. And we don't render or
5617         mark the article.
5618
5619         * gnus-fun.el (gnus-shell-command-to-string): New function.
5620         (gnus-shell-command-on-region): New function.
5621         (gnus-random-x-face): Use them.
5622         (gnus-x-face-from-file): Ditto.
5623         (gnus-convert-image-to-gray-x-face): Ditto.
5624         (gnus-convert-gray-x-face-to-xpm): Ditto.
5625         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5626
5627 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-art.el (gnus-treat-display-xface): Don't use
5630         `shell-command-to-string' when compiling.
5631         (gnus-treat-display-grey-xface): Ditto.
5632
5633 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5634
5635         * nnmaildir.el (nnmaildir--article-count): If the group is
5636         completely empty, report minimum article number as 1 instead of 0.
5637
5638 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5639
5640         * gnus-agent.el (gnus-get-predicate): Use nconc.
5641
5642         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5643         gnus-summary-display-cache as cache.
5644
5645         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5646         (nndoc-mail-in-mail-type-p): New function.
5647         (nndoc-mail-in-mail-article-begin): New function.
5648
5649 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5652
5653         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5654         use-hard-newlines to nil.
5655
5656         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5657         image is not available if window-system is not available.
5658
5659         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5660
5661 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5662
5663         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5664         bookmark, because update-mark doesn't handle it correctly.
5665
5666 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5667
5668         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5669         directly instead of calling message-send-mail.
5670
5671         * gnus-start.el (gnus-read-descriptions-file): Use
5672         gnus-default-charset.
5673
5674         * mm-util.el (mm-guess-mime-charset): New function.
5675
5676         * gnus.el (gnus-default-charset): Use it.
5677         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5678         the default.
5679
5680 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5681
5682         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5683         (article-display-x-face): Use it.  Disable grey xface, if
5684         uncompface is not found.
5685
5686         * message.el (message-mode): Don't enable multibyte on an indirect
5687         buffer.
5688
5689         * nnrss.el (nnrss-content-function): New variable.
5690         (nnrss-request-article): Use it.
5691
5692 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5693
5694         * gnus.el: Add article-unsplit-urls.
5695         * gnus-sum.el: Ditto.
5696         * gnus-art.el (gnus-treat-strip-cr): New variable.
5697         (gnus-treatment-function-alist): Use it.
5698         (article-unsplit-urls): New function.
5699         (gnus-article-make-menu-bar): Use it.
5700         From: Michael Cook <michael.cook@cisco.com>
5701
5702 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5703
5704         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5705         copy.
5706
5707 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5708
5709         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5710         with internal whitespace.
5711         (gnus-parent-id): Ditto.
5712
5713 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5714
5715         * gnus-art.el (gnus-article-treat-body-boundary): Add
5716         gnus-decoration property.
5717         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5718
5719         * message.el (message-mode): Set local-abbrev-table.
5720         From Matt Armstrong <matt@lickey.com>.
5721
5722         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5723         too many spaces.
5724
5725         * rfc2047.el (rfc2047-unfold-region): Ditto.
5726         (rfc2047-decode-region): Don't unfold. Let
5727         gnus-article-treat-unfold-headers do it.
5728
5729         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5730         From: Jesper Harder <harder@ifa.au.dk>
5731
5732 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5735         (gnus-configure-posting-styles): Use it.
5736         (gnus-configure-posting-styles): Remove trailing newspaces.
5737
5738 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5739
5740         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5741         is non-nil.
5742
5743         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5744
5745         * gnus.el (gnus-server-to-method): Switch position with
5746         gnus-server-get-method.
5747         (gnus-agent): Add doc.
5748
5749         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5750         (gnus-summary-save-parts): Use it.
5751
5752         * gnus-art.el (gnus-display-mime): Use it.
5753         * mm-partial.el (mm-partial-find-parts): Use it.
5754
5755         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5756
5757         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5758         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5759
5760         * nnagent.el (nnagent-request-expire-articles): Don't delete
5761         files.
5762
5763 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5764
5765         * message.el (message-gen-unsubscribed-mft): New function.
5766         From Sriram Karra <karra@cs.utah.edu>.
5767
5768         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5769         open parenthesis.
5770
5771         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5772         (mm-inline-text-html-render-with-w3): Ditto.
5773         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5774         Suggested by Dave Love  <d.love@dl.ac.uk>.
5775
5776         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5777
5778         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5779         * nntp.el (nntp-send-command): Ditto.
5780         * nntp.el (nntp-send-command-nodelete): Ditto.
5781
5782 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * mm-url.el (mm-url-load-url): New function.
5785         (mm-url-insert-file-contents): Use it.
5786
5787         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5788
5789         * message.el (message-forward-make-body): Correctly copy
5790         forward-buffer.
5791
5792         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5793
5794 2002-02-04  Simon Josefsson  <jas@extundo.com>
5795
5796         * gnus-art.el (gnus-article-followup-with-original): Mark with
5797         force, prevent errors when following up from article buffer.
5798         (gnus-article-reply-with-original): Ditto.
5799
5800         * binhex.el (binhex-decoder-switches): Fix doc.  From
5801         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5802
5803 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5804
5805         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5806         highlight-citation after emphasize.
5807
5808 2002-02-04  Simon Josefsson  <jas@extundo.com>
5809
5810         * nnfolder.el (nnfolder-open-marks):
5811
5812         * nnml.el (nnml-open-marks): Message when done.  From David
5813         Edmondson <dme@sun.com>.
5814
5815 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5816
5817         * imap.el (imap-anonymous-auth): Fix typo.
5818         From: Steinar Bang <sb@dod.no>
5819
5820         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5821         save-excursion.
5822         (gnus-cache-braid-heads): Ditto.
5823
5824         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5825         line, because there are extra articles in the overview buffer.
5826
5827         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5828
5829         * message.el (message-forward-rmail-make-body): Directly use
5830         rmail-msg-restore-non-pruned-header to avoid calling
5831         vertical-motion.
5832
5833 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5834
5835         * gnus-cache.el (gnus-summary-insert-cached-articles):
5836         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5837
5838         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5839         gnus-newsgroups-unselected.
5840
5841         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5842         gnus-add-to-sorted-list.
5843
5844         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5845         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5846         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5847         (gnus-update-read-articles): UNREAD is sorted.
5848         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5849         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5850         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5851         (gnus-newsgroup-dormant): Require sorted.
5852
5853         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5854         directories.
5855         (gnus-dired-print): New function.
5856
5857         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5858         ps-despool.
5859
5860 2002-02-02  Simon Josefsson  <jas@extundo.com>
5861
5862         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5863
5864 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5865
5866         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5867         t. This makes gnus-agent customizable without putting
5868         gnus-agentize into .gnus.
5869
5870         * gnus.el (gnus-agent): Make it customizable.
5871
5872         * gnus-dired.el: New file.
5873         From Benjamin Rutt <brutt@bloomington.in.us>
5874
5875         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5876         if no article.
5877         (gnus-cache-possibly-remove-article): Ditto.
5878         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5879
5880 2002-02-01  Simon Josefsson  <jas@extundo.com>
5881
5882         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5883
5884 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5887         (mm-setup-w3m): Don't bind keys listed in the above.
5888
5889 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5892         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5893         is non-nil; bind `w3m-force-redisplay' with nil.
5894
5895         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5896
5897         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5898
5899 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5900
5901         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5902         use mail-header-unfold-field.
5903
5904         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5905         gnus-summary-limit.
5906
5907         * gnus-range.el (gnus-add-to-sorted-list): New function.
5908         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5909         (gnus-mark-article-as-unread): Ditto.
5910         (gnus-summary-mark-article-as-unread): Ditto.
5911         (gnus-build-get-header): Ditto.
5912         (gnus-summary-prepare-threads): Ditto.
5913         (gnus-summary-insert-pseudos): Ditto.
5914         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5915         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5916         (gnus-summary-insert-old-articles): Ditto.
5917
5918         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5919         (gnus-configure-posting-styles): Support the new format.
5920
5921         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5922         edebug-form-spec to (sexp body).
5923         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5924
5925         * message.el (message-reply-headers): Add doc.
5926
5927 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5930         gnus-cache-active-hashtb.
5931
5932         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5933         (gnus-agent-summary-fetch-group): Use it.
5934
5935         * gnus-msg.el (gnus-debug-files): New variable.
5936         (gnus-debug-exclude-variables): New variable.
5937         (gnus-debug): Use them.
5938
5939         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5940
5941 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5942
5943         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5944         (message-mode-syntax-table): Move back the previous position.
5945
5946         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5947
5948         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5949         gnus-sorted-difference.
5950
5951         * nnsoup.el (nnsoup-request-expire-articles): Use
5952         gnus-sorted-difference.
5953
5954         * nnheader.el: Autoload gnus-sorted-difference.
5955
5956         * nnfolder.el (nnfolder-request-expire-articles): Use
5957         gnus-sorted-difference.
5958
5959         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5960         gnus-sorted-difference.
5961
5962         * gnus-range.el: Autoload cookies.
5963         (gnus-sorted-difference): New function.
5964         (gnus-sorted-ndifference): New function.
5965         (gnus-sorted-nintersection): Rename from
5966         gnus-set-sorted-intersection.
5967         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5968         (gnus-list-range-difference): Rename from
5969         gnus-inverse-list-range-intersection.
5970         (gnus-inverse-list-range-intersection): Use defalias.
5971
5972         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5973         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5974         (gnus-articles-to-read): Use gnus-sorted-difference.
5975         (gnus-summary-limit-mark-excluded-as-read): Use
5976         gnus-sorted-intersection and gnus-sorted-ndifference.
5977         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5978         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5979
5980         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5981
5982 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5985         property to the buffer for using emacs-w3m command keys.
5986
5987         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5988         option.
5989
5990         * mm-view.el (mm-w3m-mode-map): New variable.
5991         (mm-w3m-mode-command-alist): New variable.
5992         (mm-w3m-minor-mode): Removed.
5993         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5994         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5995         buffer for using emacs-w3m command keys.
5996
5997 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5998
5999         * message.el (message-mode-syntax-table): Move forward.
6000         (message-cite-prefix-regexp): Auto detect non word constituents.
6001         (message-cite-prefix-regexp): Don't use with-syntax-table.
6002
6003         * gnus-sum.el (gnus-summary-update-info): Use
6004         gnus-list-range-intersection.
6005
6006         * gnus-agent.el (gnus-agent-fetch-headers): Use
6007         gnus-list-range-intersection.
6008
6009         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6010         (gnus-list-range-intersection): Use it.
6011         (gnus-inverse-list-range-intersection): Ditto.
6012         (gnus-sorted-intersection): Add doc.
6013         (gnus-set-sorted-intersection): Add doc.
6014         (gnus-sorted-union): New function.
6015         (gnus-set-sorted-union): New function.
6016
6017         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6018         (gnus-inverse-list-range-intersection): Ditto.
6019
6020 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6021
6022         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6023
6024         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6025         and permit `:' and `\' in order to handle full Windows pathnames.
6026         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6027         technically not correct per standard, but seems to have common use.
6028
6029 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6030
6031         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6032         replacing numbers.
6033
6034 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6037
6038         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6039         Don't split when the window is small, e.g. when a small *BBDB*
6040         window is the lowest one.
6041
6042         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6043         nnheader-find-nov-line to speed up. Use nreverse, because it is
6044         sorted. Use nnheader-insert-nov-file.
6045
6046 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6049
6050         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6051         of `w3m-display-inline-images' with the value of
6052         `mm-inline-text-html-with-images'.
6053         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6054
6055         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6056
6057 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6058
6059         * time-date.el: Add autoload cookies.  Many doc fixes.
6060         (time-add): New function.
6061         (time-subtract): Renamed from subtract-time.
6062         (subtract-time): New alias for time-subtract.
6063
6064 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6067         emacs-w3m in doc-string.
6068
6069         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6070         `w3m-current-buffer'.
6071
6072 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6073
6074         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6075
6076         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6077         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6078         (mm-w3m-cid-retrieve): New function.
6079         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6080
6081 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6082
6083         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6084
6085 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086
6087         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6088
6089 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090
6091         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6092         32K.
6093
6094         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6095
6096         * nnmail.el (nnmail-article-group): Decode headers before running
6097         split rules over them.
6098         (nnmail-mail-splitting-charset): New variable.
6099
6100         * smiley.el: Replaced with smiley-ems.el.
6101
6102 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6103
6104         * mm-url.el (mm-url-predefined-programs): Add w3m.
6105         (mm-url-program): Ditto.
6106
6107 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * nnml.el (nnml-use-compressed-files): New variable.
6110         (nnml-filenames-are-evil): Removed.
6111         (nnml-current-group-article-to-file-alist): Don't use.
6112         (nnml-update-file-alist): Inhibit.
6113         (nnml-article-to-file): Use new var.
6114
6115 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6116
6117         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6118
6119         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6120
6121 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6124         function.
6125
6126         * gnus-util.el (gnus-cache-file-contents): New function.
6127
6128         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6129         (gnus-agent-load-alist): Use it.
6130
6131         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6132
6133         * nnheader.el (nnheader-insert-nov-file): New function.
6134
6135         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6136
6137         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6138         there are no references.
6139         (gnus-extract-message-id-from-in-reply-to): New function.
6140         (gnus-nov-parse-line): Use in-reply-to if there are no
6141         references.
6142
6143 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6146
6147         * gnus-util.el (gnus-parse-without-error): New macro.
6148
6149 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6150
6151         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6152         (gnus-article-wash-function): use locate-library to decide which
6153         to use.
6154
6155 2002-01-25  Simon Josefsson  <jas@extundo.com>
6156
6157         * pop3.el (pop3-munge-message-separator): Work if no date.
6158         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6159
6160 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-agent.el (gnus-agent-save-alist): Fix.
6163
6164         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6165         mistake.  Reinstated lost code.
6166
6167 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6168
6169         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6170         one exists in the case of an encrypted message with an internal
6171         signature.
6172
6173 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6176
6177 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * dgnushack.el: Commented out the experimental code.
6180
6181 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6184         error.
6185
6186         * gnus.el (gnus-server-to-method): Made into subst.
6187         (gnus-server-method-cache): New variable.
6188         (gnus-server-to-method): Use it.
6189         (gnus-group-method-cache): New variable.
6190         (gnus-find-method-for-group-1): Renamed.
6191         (gnus-find-method-for-group): New function.
6192         (gnus-group-method-cache): Removed.
6193
6194         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6195         function.
6196
6197         * gnus-range.el (gnus-members-of-range): New function.
6198         (gnus-list-range-intersection): Renamed.
6199         (gnus-inverse-list-range-intersection): New function.
6200
6201         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6202
6203         * nnagent.el (nnagent-retrieve-headers): New implementation.
6204
6205         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6206         implementation.
6207
6208 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6211         `w3m-meta-content-type-charset-regexp'.
6212
6213         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6214         charset-encoded html contents.
6215
6216 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6217
6218         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6219         an empty file.
6220
6221         * nnweb.el (url): Ignore errors when request url.
6222
6223         * nnrss.el: Clean up the comments.
6224
6225 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6228
6229         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6230         (mm-inline-media-tests): Test whether the value of
6231         `mm-inline-text-html-renderer' is a function for text/html.
6232
6233         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6234         separated from `mm-inline-text'.
6235         (mm-w3m-minor-mode): New variable.
6236         (mm-w3m-setup): New variable.
6237         (mm-setup-w3m): New function.
6238         (mm-inline-text-html-render-with-w3m): New function.
6239         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6240         text/html.
6241
6242 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6243
6244         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6245
6246 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6249         and `gnus-xmas-completing-read'.
6250
6251 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6252
6253         * nneething.el (nneething-message-id-number): Abolished.
6254         (nneething-encode-file-name): Not encode numerical characters.
6255         (nneething-make-head): `nneething-message-id-number' is not
6256         used to generate message IDs.
6257
6258 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6261         characters.
6262
6263 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6264
6265         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6266         (gnus-xmas-redefine): Redefine conditionally.
6267
6268 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6269
6270         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6271         tag.
6272
6273 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6274
6275         * message.el (message-font-lock-keywords): Added the secure tag.
6276         * mml-sec.el: Added functions to generate/modify/remove the secure
6277         tag while in message mode.
6278         * mml-sec.el (mml-secure-message): New.
6279         * mml-sec.el (mml-unsecure-message): New.
6280         * mml-sec.el (mml-secure-message-sign-smime): New.
6281         * mml-sec.el (mml-secure-message-sign-pgp): New.
6282         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6283         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6284         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6285         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6286         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6287         convert it to either a part or multipart depending on if there are
6288         other parts in the message.
6289         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6290         to use the secure tag, rather than the part tag.
6291         * mml.el (mml-preview): Added a save-excursion to keep cursor
6292         position after doing an MML preview.
6293
6294 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * nnheader.el (nnheader-parse-overview-file): New function.
6297         (nnheader-write-overview-file): New function.
6298
6299 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6302         in wanted.
6303
6304         * nnweb.el (nnweb-type-definition): Clean up.
6305
6306 2002-01-21  Alastair Burt  <burt@dfki.de>
6307         Trivial patch.
6308
6309         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6310         buffer exists before jumping to it.
6311
6312 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6315         function.
6316         (article-wash-html): Use it.
6317         (gnus-article-wash-function): New variable.
6318         (gnus-article-wash-html-with-w3m): New function.
6319
6320 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6321
6322         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6323         XEmacs.
6324
6325 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6326
6327         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6328         command line.
6329
6330 2002-01-21  Simon Josefsson  <jas@extundo.com>
6331
6332         * canlock.el (base64-encode-string): Autoload it from base64.
6333         (canlock-make-cancel-key): Base64 encode unibyte string.
6334
6335 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * nnfolder.el (nnfolder-request-accept-article): Unfold
6338         x-from-line.
6339         (nnfolder-request-replace-article): Ditto.
6340
6341 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6342
6343         * gnus-group.el (gnus-group-best-unread-group): Use the right
6344         positioning function.
6345
6346 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * smiley-ems.el (smiley-region): Use new function.
6349         (smiley-update-cache): Use general image functions.
6350         (smiley-region): Use general functions.
6351
6352         * gnus-util.el (gnus-graphic-display-p): New function.
6353
6354         * nnmail.el (nnmail-article-group): Allow outputting traces of
6355         non-strings.
6356
6357         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6358         (nndoc-exim-bounce-type-p): New function.
6359
6360         * message.el (message-dont-send): Doc fix.
6361
6362         * gnus-util.el (gnus-completing-read): Remove
6363         inherit-input-method.
6364
6365         * gnus-art.el (gnus-treat-smiley): Doc fix.
6366
6367         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6368         articles.
6369
6370 2002-01-19  Simon Josefsson  <jas@extundo.com>
6371
6372         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6373         (imap-kerberos4-open): Ditto.
6374         (imap-open): Set port correctly, don't set auth.
6375
6376 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * gnus.el (gnus-version-number): Bump version number.
6379
6380 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6381
6382         * gnus.el: Oort Gnus v0.05 is released.
6383
6384 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6387         exists.
6388
6389         * gnus-spec.el (gnus-string-width-function): New function.
6390         (gnus-tilde-cut-form): Use it.
6391         (gnus-tilde-max-form): Ditto.
6392         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6393         (gnus-substring-function): Use it.
6394         (gnus-tilde-cut-form): Ditto.
6395         (gnus-substring-function): New function.
6396
6397         * message.el (message-check-news-header-syntax): New message.
6398
6399         * gnus.el (gnus-slave-no-server): Doc fix.
6400
6401         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6402
6403 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6406         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6407         (seen (NUM1 . NUM2)).
6408
6409 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6410
6411         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6412         number in closed topics.
6413
6414 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6415
6416         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6417         functions.
6418
6419 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * gnus.el (gnus-group-find-parameter): Clean up.
6422
6423         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6424         articles.
6425
6426         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6427
6428         * nnmail.el (nnmail-article-group): Clean up.
6429
6430 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6431
6432         * gnus-agent.el (gnus-category-name): Intern the category name.
6433
6434 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6437
6438         * gnus-util.el (gnus-completing-read): New function.
6439
6440 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6441
6442         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6443
6444         * smiley-ems.el (smiley-region): Register smiley.
6445         (smiley-toggle-buffer): Rewrite the function.
6446         (smiley-active): Removed.
6447
6448 2002-01-19  Simon Josefsson  <jas@extundo.com>
6449
6450         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6451         Jesper Harder <harder@ifa.au.dk>.
6452
6453 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6454
6455         * gnus-art.el (gnus-request-article-this-buffer): Call
6456         `nneething-get-file-name' to extract the file name from the
6457         message id.
6458
6459         * nneething.el (nneething-encode-file-name): New function.
6460         (nneething-decode-file-name): Ditto.
6461         (nneething-get-file-name): Ditto.
6462         (nneething-make-head): Encode the file name and encapsulate it
6463         into the field of the message id.
6464
6465 2002-01-18  Simon Josefsson  <jas@extundo.com>
6466
6467         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6468         stored in .marks.
6469
6470         * nnfolder.el (nnfolder-request-update-info): Ditto.
6471
6472 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6473
6474         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6475
6476 2002-01-18  Simon Josefsson  <jas@extundo.com>
6477
6478         * imap.el (imap-starttls-p): Don't check for binary.
6479         (imap-gssapi-auth-p): Ditto.
6480         (imap-kerberos4-auth-p): Ditto.
6481         (imap-open): Change logic.  Iterate through all possible streams,
6482         instead of bailing out after first failure.  Move authenticator
6483         decision to `imap-authenticate'.
6484         (imap-authenticate): Change logic, now finds the authenticator to
6485         use, was previously in `imap-open'.
6486         (imap-open): Return nil on failure.
6487         (imap-open): Setup temp buffer correctly.
6488         (imap-open): Return buffer only on success.
6489         (imap-interactive-login, imap-interactive-login): Tell the user
6490         which stream/authenticator is used for the queried
6491         username/password.
6492         (imap-open, imap-authenticate): Set variables.
6493         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6494         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6495
6496 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6499
6500 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501
6502         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6503
6504 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6505
6506         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6507         (gnus-agent-group-mode-map): Bind it to "Jo".
6508         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6509
6510 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6511
6512         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6513         (gnus-summary-mail-toolbar): Add mail article deletion button.
6514
6515         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6516         false positives for lines of "^^^^".
6517
6518         * gnus-picon.el (gnus-picon-find-face): faces database is all
6519         lowercase.
6520
6521 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6524         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6525         duplications.
6526         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6527
6528 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * gnus-sum.el (gnus-summary-initial-limit): Inline
6531         gnus-summary-limit-children.
6532         (gnus-summary-initial-limit): Don't limit if
6533         gnus-newsgroup-display is nil.
6534         (gnus-summary-initial-limit): No, don't.
6535
6536         * gnus-util.el
6537         (gnus-put-text-property-excluding-characters-with-faces): Inline
6538         gnus-put-text-property.
6539
6540         * gnus-spec.el (gnus-default-format-specs): New variable.
6541
6542         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6543         gnus-format-specs.
6544         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6545
6546         * gnus-spec.el (gnus-update-format-specifications): Really check
6547         the Gnus version of the .newsrc.eld file.
6548         (gnus-format-specs): Save the new default summary format.
6549
6550         * gnus-util.el (gnus-parent-id): Check whether references is empty
6551         before splitting.
6552
6553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6554         functions.
6555         (gnus-gather-threads-by-references): Inline
6556         `gnus-split-references'.
6557
6558         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6559         default value of gnus-summary-line-format-spec.
6560
6561 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6562
6563         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6564         message.
6565         (nnslashdot-request-list): Ditto.
6566         (nnslashdot-sid-strip): Removed.
6567
6568 2002-01-15  Simon Josefsson  <jas@extundo.com>
6569
6570         * nnimap.el (nnimap-close-asynchronous): Enable.
6571         (nnimap-close-group): Expunge.
6572
6573 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6574
6575         * gnus-util.el (gnus-user-date-format-alist): Typo.
6576         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6577
6578 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6579
6580         * nneething.el (nneething-request-article): Set
6581         `nnmail-file-coding-system' to `binary' locally, in order to read
6582         files without any conversion.
6583
6584 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6585
6586         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6587         nnheader-file-coding-system and nnmail-active-file-coding-system.
6588         (gnus-agent-regenerate-group): Ditto.
6589         (gnus-agent-regenerate): Ditto.
6590         (gnus-agent-write-active): Ditto.
6591         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6594
6595         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6596         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6597
6598 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6599
6600         * gnus.el: We don't need gnus-article-show-all-headers.
6601
6602         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6603         Ditto.
6604
6605         * gnus-sum.el (gnus-summary-select-article): Don't call
6606         show-all-headers, because hidden headers are not hidden text any
6607         more.
6608
6609 2002-01-13  Simon Josefsson  <jas@extundo.com>
6610
6611         * message.el (message-newline-and-reformat): Use `newline' instead
6612         of inserting \n, so that the newline is marked as hard.
6613
6614         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6615         From Jesper Harder <harder@ifa.au.dk>.
6616
6617 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6618
6619         * imap.el (imap-close): Keep going if quit.
6620
6621         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6622         nntp-server-buffer.
6623
6624 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6627         avoid unbinding shadowed variables.
6628
6629         * gnus-art.el (gnus-picon-databases): Moved here.
6630         (gnus-picons-installed-p): Moved here.
6631         (gnus-article-reply-with-original): Use `mark'.
6632
6633         * gnus.el (gnus-picon): Moved here and renamed.
6634
6635         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6636         installed.
6637         (gnus-treat-mail-picon): Ditto.
6638         (gnus-treat-newsgroups-picon): Ditto.
6639
6640         * gnus-picon.el (gnus-picons-installed-p): New function.
6641
6642 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6643
6644         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6645
6646 2002-01-12  Simon Josefsson  <jas@extundo.com>
6647
6648         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6649         (nnimap-before-find-minmax-bugworkaround): Use it.
6650         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6651         (nnimap-dont-close): New variable.
6652         (nnimap-close-group): Use it.
6653
6654 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655
6656         * gnus-art.el (gnus-article-reply-with-original): Use
6657         `mark-active'.
6658
6659         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6660
6661         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6662         (gnus-score-advanced): Clean up.
6663         (gnus-score-advanced): Accept a multiple of the score.
6664
6665 2002-01-12  Simon Josefsson  <jas@extundo.com>
6666
6667         * flow-fill.el (fill-flowed-display-column)
6668         (fill-flowed-encode-columnq): New variables.  Suggested by
6669         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6670         (fill-flowed-encode, fill-flowed): Use them.
6671
6672         * message.el (message-send-news, message-send-mail): Use
6673         m-b-s-n-p-e-h-n.
6674
6675         * mml.el (autoload): Autoload fill-flowed-encode.
6676         (mml-buffer-substring-no-properties-except-hard-newlines): New
6677         function.
6678         (mml-read-part): Use it.
6679         (mml-generate-mime-1): Encode format=flowed if appropriate.
6680         (mml-insert-mime-headers): Insert format=flowed.
6681
6682         * flow-fill.el (fill-flowed-encode): New function.
6683         (fill-flowed): Bind fill-column to window width.
6684
6685 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6688         it exists.
6689         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6690         (gnus-summary-buffer-name): Don't return the dead name after all.
6691         (gnus-summary-setup-buffer): Kill the dead buffer.
6692
6693         * gnus-art.el (gnus-article-followup-with-original): Store the
6694         value of the mark before deactivating it.
6695
6696 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6697
6698         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6699         From: Karl Kleinpaste <karl@charcoal.com>
6700
6701         * gnus-art.el (article-display-x-face): Ditto.
6702         (gnus-article-reply-with-original): Use gnus-region-active-p.
6703         (gnus-article-followup-with-original): Ditto.
6704
6705         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6706         downloadable article either.
6707
6708 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6709
6710         * gnus-art.el (article-display-x-face): Insert From:.
6711
6712         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6713         article. Bind gnus-display-mime-function and
6714         gnus-article-prepare-hook.
6715
6716         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6717         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6718         gnus-agent-possibly-synchronize-flags to the last.
6719         (gnus-agent-go-online): New function. New variable.
6720
6721 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6722
6723         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6724         (gnus-agent-regenerate): Ditto.
6725
6726 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6727
6728         * message.el (message-ignored-news-headers)
6729         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6730         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6731
6732         * gnus.el (gnus-gethash-safe): New macro.
6733
6734         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6735         (gnus-agent-regenerate): Show messages.
6736
6737 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6738
6739         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6740         (gnus-agent-regenerate): New function.
6741         (gnus-agent-save-alist): Sort.
6742         (gnus-agent-copy-nov-line): Test eobp.
6743         (gnus-agent-retrieve-headers): Erase buffer.
6744
6745 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6746
6747         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6748         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6749
6750         * gnus.el (gnus-agent-covered-methods): Move here.
6751         (gnus-online): New function.
6752         (gnus-agent-method-p): Move here.
6753
6754         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6755         nil. Remove articles-alist.
6756
6757         * gnus-start.el (gnus-get-unread-articles): Check online.
6758         (gnus-groups-to-gnus-format): Ditto.
6759         (gnus-active-to-gnus-format): Ditto.
6760
6761         * gnus-agent.el (gnus-agent-get-function): Use it.
6762         (gnus-agent-get-undownloaded-list): Ditto.
6763         (gnus-agent-fetch-session): Only fetch online methods.
6764
6765         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6766         (gnus-server-mode-map): Ditto.
6767         (gnus-server-offline-face): New face.
6768         (gnus-server-offline-face): New variable.
6769         (gnus-server-font-lock-keywords): Add offline.
6770         (gnus-server-insert-server-line): Ditto.
6771         (gnus-server-offline-server): New function.
6772
6773         * gnus-int.el (gnus-open-server): Turn to offline.
6774         (gnus-server-unopen-status): New variable.
6775
6776 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6777
6778         * nnkiboze.el (nnkiboze-request-article): Use
6779         gnus-agent-request-article.
6780
6781         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6782         function. Insert undownloaded NOV.
6783
6784         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6785         (gnus-agent-request-article): New function.
6786
6787         * gnus.el (gnus-agent-cache): New variable.
6788
6789         * gnus-int.el (gnus-retrieve-headers): Use
6790         gnus-agent-retrieve-headers.
6791         (gnus-request-head): Use gnus-agent-request-article.
6792         (gnus-request-body): Ditto.
6793
6794         * gnus-art.el (gnus-request-article-this-buffer): Use
6795         gnus-agent-request-article.
6796
6797         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6798         article if it is undownloaded.
6799
6800 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6803
6804 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * canlock.el (canlock-string-as-unibyte): New macro.
6807         (canlock-sha1-with-openssl): Return a unibyte string.
6808         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6809
6810 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6811
6812         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6813
6814 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6815
6816         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6817         application/x-emacs-lisp.
6818
6819         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6820
6821         * nntp.el (nntp-request-article): Add group parameter.
6822         (nntp-request-head): Ditto.
6823         (nntp-find-group-and-number): Add parameter group. Figure out
6824         number if the status line doesn't give (e.g. quimby.gnus.org).
6825
6826 2002-01-08  Simon Josefsson  <jas@extundo.com>
6827
6828         * mml.el (mml-generate-mime-1): Set recipient correctly.
6829
6830 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6831
6832         * message.el (message-read-from-minibuffer): Add parameter
6833         initial-contents.
6834         * gnus-msg.el (gnus-summary-resend-message): Use it.
6835
6836         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6837         behavior of quit-config.
6838
6839         * message.el (message-make-from): Don't quote fullname.
6840         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6841
6842         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6843         From: <andre@slamdunknetworks.com>
6844
6845 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6846
6847         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6848
6849         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6850
6851         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6852         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6853         because bbdb may use it.
6854
6855 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6856
6857         * nneething.el (nneething-request-article): When a non-text file
6858         is converted to an article, its data is encoded in base64.  Call
6859         `nneething-make-head' with options to specify MIME types.
6860         (nneething-make-head): Add optional arguments to specify MIME
6861         types.
6862
6863 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6864
6865         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6866         header if there is not.
6867
6868         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6869
6870         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6871         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6872         (gnus-inews-do-gcc): Use them.
6873
6874         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6875         gnus-newsgroup-unselected.
6876
6877 2002-01-06  Simon Josefsson  <jas@extundo.com>
6878
6879         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6880         condition-case, not ignore-errors.
6881
6882 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6883
6884         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6885         gnus-fetch-old-headers.
6886
6887         * gnus-art.el (article-display-x-face): Use the current buffer
6888         unless `W f'. Otherwise, X-Face may be shown in the header of a
6889         forwarded part.
6890         (gnus-treatment-function-alist): Treat xface before hiding
6891         headers.
6892
6893 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894
6895         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6896         parameters.
6897
6898 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6899
6900         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6901         (mm-guess-charset): New function.
6902         (mm-charset-after): Use it.
6903         (mm-detect-coding-region): New function.
6904         (mm-detect-mime-charset-region): New function.
6905
6906         * gnus-sum.el (gnus-summary-show-article): Use
6907         mm-detect-coding-region.
6908
6909 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * message.el (message-make-fqdn): Be less violent.
6912
6913         * gnus.el (gnus-logo-color-style): Compute custom form
6914         automatically.
6915
6916         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6917         score file of the parent to the document group.
6918
6919         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6920         parameters parameter.
6921
6922         * gnus-score.el (gnus-score-load-file): Clean up.
6923
6924 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6925
6926         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6927         From: Damien Wyart <damien.wyart@free.fr>
6928
6929         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6930
6931 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6932
6933         * gnus-sum.el (gnus-select-group-hook): Typo.
6934
6935         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6936         is no quoted-printable-encoded STRING.
6937         From: Jesper Harder <harder@ifa.au.dk>
6938
6939         (rfc2047-decode-string): Decode it.
6940
6941 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6944
6945 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6946         Trivial patch.
6947
6948         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6949         buffer to get rid of junk line.
6950
6951 2002-01-05  Simon Josefsson  <jas@extundo.com>
6952
6953         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6954         C-o.
6955         (message-mode-map): Bind message-insert-or-toggle-importance to
6956         C-c C-u.
6957         (message-mode-map): Bind message-disposition-notification-to to
6958         C-c M-n.
6959         (message-mode-menu): Add m-d-n-t.
6960         (message-mode-field-menu): Add m-goto-from.
6961         (message-mode): Doc fix.
6962         (message-goto-from): New function.
6963         (message-insert-disposition-notification-to): New function.
6964         (message-tool-bar-map): Add receipt button.
6965
6966 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-sum.el (gnus-thread-latest-date): New function.
6969         (gnus-thread-sort-by-most-recent-number): Renamed.
6970         (gnus-thread-sort-functions): Doc fix.
6971         (gnus-select-group-hook): Don't use setq on a hook.
6972         (gnus-thread-latest-date): Use date, not number
6973
6974         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6975         (gnus-agent-expire): Allow regexp of expire-days.
6976
6977         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6978         region.
6979         (gnus-article-followup-with-original): Ditto.
6980
6981         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6982
6983         * gnus-art.el (gnus-mime-display-alternative): Use
6984         gnus-local-map-property.
6985         (gnus-mime-display-alternative): Ditto.
6986         (gnus-insert-mime-security-button): Ditto.
6987         (gnus-insert-next-page-button): Ditto.
6988         (gnus-button-prev-page): Take optional args.
6989         (gnus-insert-prev-page-button): widget-convert.
6990
6991         * gnus-util.el (gnus-local-map-property): New function.
6992
6993         * gnus-art.el (gnus-prev-page-map): Use parent map.
6994         (gnus-next-page-map): Ditto.
6995
6996         * gnus-spec.el (gnus-parse-format): Clean up.
6997         (gnus-parse-format): Do complex formatting for %=.
6998
6999         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7000         "X-Face: " to the data in the built-in scenario.
7001
7002         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7003         (gnus-correct-pad-form): Renamed.
7004         (gnus-tilde-max-form): Clean up.
7005         (gnus-pad-form): Use gnus-use-correct-string-widths.
7006
7007         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7008         support if that is available.
7009
7010         * gnus-sum.el (gnus-thread-highest-number): New function.
7011         (gnus-thread-sort-by-most-recent-thread): New function.
7012         (gnus-thread-sort-functions): Doc fix.
7013
7014 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7017         all cases.
7018         (gnus-summary-mode): Enable it in all cases.
7019         (gnus-summary-display-article): Ditto.
7020         (gnus-summary-edit-article): Ditto.
7021
7022         * gnus-ems.el (gnus-put-image): Really return glyph.
7023
7024         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7025         (gnus-treat-smiley): Don't take "P" in the interactive form.
7026
7027 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * compface.el (uncompface): XEmacs and Emacs have differing
7030         capabilities.
7031
7032         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7033
7034         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7035         (gnus-article-xface-ring-size): Removed.
7036         (gnus-article-display-xface): Removed.
7037         (gnus-remove-image): Cleaned up.
7038
7039         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7040         (gnus-xmas-create-image): Take pbm files.
7041         (gnus-x-face): Removed.
7042         (gnus-xmas-article-display-xface): Removed.
7043
7044         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7045         default-enable-multibyte-characters.
7046
7047         * compface.el (uncompface): Doc fix.
7048
7049         * gnus-art.el (gnus-article-x-face-command): Use
7050         gnus-display-x-face-in-from.
7051
7052         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7053
7054         * gnus-ems.el (gnus-put-image): Return the image.
7055
7056         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7057         (gnus-x-face): Moved here.
7058
7059 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7062         invisible if string is nil.
7063         (gnus-xmas-article-display-xface): Use it.
7064
7065         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7066         property when string is nil.
7067         (gnus-article-display-xface): Use it.
7068
7069 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * gnus-art.el (article-display-x-face): Check whether valid grey
7072         face was returned.
7073         (article-display-x-face): Place image in the right spot.
7074
7075         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7076         stderr.
7077         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7078
7079 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7082         parameters.
7083         (gnus-xmas-put-image): Allow non-strings to be passed.
7084
7085         * gnus-art.el (article-display-x-face): Use optional parameters.
7086
7087         * gnus-ems.el (gnus-create-image): Take optional parameters.
7088
7089         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7090
7091         * compface.el (compface-xbm-p): Removed.
7092
7093         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7094         (gnus-article-display-xface): Use compface.
7095
7096         * compface.el: New file.
7097
7098         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7099         (gnus-convert-image-to-x-face-command): Ditto.
7100         (gnus-random-x-face): Quote argument.
7101         (gnus-x-face-from-file): Ditto.
7102
7103 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7104
7105         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7106         the expire-group parameter once per article rather than once
7107         per group; bind `nnmaildir-article-file-name' and `article'
7108         for convenience.  Leave article alone when expire-group
7109         specifies the current group.
7110         (nnmaildir--update-nov): be more concurrency-friendly with
7111         temp file names.
7112
7113 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * gnus-start.el (gnus-read-init-file): Cleaned up.
7116
7117 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7118
7119         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7120         (gnus-read-init-file): Don't use it.
7121
7122 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7125
7126 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7127
7128         * gnus-start.el (gnus-read-init-file): Don't force coding system
7129         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7130
7131 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7132
7133         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7134         * nnspool.el (nnspool-request-post): Ditto.
7135
7136         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7137         (mm-find-mime-charset-region): Use it.
7138
7139 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7140
7141         * gnus.el (gnus-summary-line-format): Added :link.
7142         * gnus-topic.el (gnus-topic-line-format): Ditto.
7143         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7144         * gnus-srvr.el (gnus-server-line-format): Ditto.
7145         * gnus-group.el (gnus-group-line-format): Ditto.
7146
7147         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7148         :keys, it works on both Emacsen.
7149
7150 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7151
7152         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7153
7154 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7157
7158 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7159
7160         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7161         very wide reply.
7162
7163 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7166         (gnus-picon-cache): New variable.
7167         (gnus-picon-transform-newsgroups): Cache stuff.
7168
7169         * gnus-art.el (gnus-article-reply-with-original): New command.
7170         (gnus-article-followup-with-original): New command.
7171
7172         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7173         END parameters.
7174         (gnus-summary-followup): Take a list of list of articles.
7175         (gnus-inews-yank-articles): Allow lists of article/regions.
7176
7177         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7178         longer the usual commands.
7179
7180         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7181         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7182         shell-command-on-region.
7183
7184 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7185
7186         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7187           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7188
7189 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7190
7191         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7192         understand ':keys', wrap it in an featurep 'xemacs.
7193
7194 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7195
7196         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7197         order of headers (Actually, it is called in a reversed order). Add
7198         'gnus-image-text-deletable property.
7199         (gnus-remove-image): Remove text with such a property.
7200
7201         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7202         gnus-put-image.
7203
7204         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7205         with ", "
7206
7207 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7210
7211         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7212         (article-display-x-face): Display grey X-Faces.
7213
7214         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7215         (gnus-convert-gray-x-face-to-ppm): Ditto.
7216         (gnus-convert-image-to-gray-x-face): Ditto.
7217
7218         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7219         gnus-summary-show-raw-article.
7220
7221 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7222
7223         Display picons in XEmacs without showing text.
7224
7225         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7226         mm-create-image-xemacs to create xbm glyph, because it deletes
7227         temporary files.
7228         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7229         (gnus-xmas-remove-image): Make text visible, remove glyph.
7230
7231         * gnus-picon.el (gnus-picon-transform-newsgroups)
7232         (gnus-picon-transform-address): Insert spec backward, due to the
7233         incompatibility of gnus-xmas-put-image.
7234
7235 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7236
7237         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7238
7239 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * gnus.el: Doc fix.
7242
7243         * gnus-art.el: Doc fix.
7244
7245         * gnus-agent.el: Doc fix.
7246
7247 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7248
7249         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7250
7251 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7252
7253         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7254         NOV data out of the message again if nnmail-extra-headers has
7255         changed.
7256
7257 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * gnus-fun.el: New file.
7260         (gnus-convert-image-to-x-face-command): New variable.
7261         (gnus-insert-x-face): New function.
7262         (gnus-random-x-face): Renamed.
7263         (gnus-x-face-from-file): Renamed.
7264
7265         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7266         "_".
7267         (gnus-body-boundary-delimiter): Typo fix.
7268
7269 2002-01-02  Simon Josefsson  <jas@extundo.com>
7270
7271         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7272         (gnus-body-boundary-delimiter): Fix type.
7273
7274 2002-01-01  Simon Josefsson  <jas@extundo.com>
7275
7276         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7277         (gnus-treat-emphasize, gnus-treat-strip-cr)
7278         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7279         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7280         (gnus-treat-fill-article, gnus-treat-hide-citation)
7281         (gnus-treat-hide-citation-maybe)
7282         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7283         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7284         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7285         (gnus-treat-date-ut, gnus-treat-date-local)
7286         (gnus-treat-date-english, gnus-treat-date-lapsed)
7287         (gnus-treat-date-original, gnus-treat-date-iso8601)
7288         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7289         (gnus-treat-strip-trailing-blank-lines)
7290         (gnus-treat-strip-leading-blank-lines)
7291         (gnus-treat-strip-multiple-blank-lines)
7292         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7293         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7294         (gnus-treat-display-xface, gnus-treat-display-smileys)
7295         (gnus-treat-from-picon, gnus-treat-mail-picon)
7296         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7297         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7298         (gnus-treat-play-sounds, gnus-treat-translate)
7299         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7300
7301         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7302         (gnus-article-treat-body-boundary): Use it.
7303
7304         * message.el (message-mode): Fix doc.
7305         (message-mode-menu): Fix names.
7306
7307 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7308
7309         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7310         articles.
7311
7312         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7313         (gnus-picon-transform-address): Search for unknown faces as well.
7314         (gnus-picon-find-face): Don't search "news" for MISC.
7315         (gnus-picon-user-directories): Changed default back to exclude
7316         "unknown".
7317
7318         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7319
7320         * gnus-picon.el (gnus-picon-find-face): Search through all
7321         databases.
7322         (gnus-picon-find-face): New implementation.
7323
7324         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7325         keystroke.
7326         (gnus-topic-goto-next-topic): Ditto.
7327
7328         * gnus.el (gnus-summary-line-format): Changed default.
7329
7330         * nnmail.el (nnmail-extra-headers): Change default.
7331
7332         * gnus-sum.el (gnus-extra-headers): Change default.
7333
7334         * message.el (message-news-other-window): Changed "news" to
7335         "posting".
7336         (message-news-other-frame): Ditto.
7337         (message-do-send-housekeeping): Ditto.
7338
7339         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7340         function.
7341         (gnus-article-unread-p): New function.
7342         (gnus-article-unseen-p): New function.
7343         (gnus-dead-summary-mode-map): Typo.
7344
7345         * gnus-util.el (gnus-make-predicate): New function.
7346         (gnus-make-predicate-1): New function.
7347
7348         * gnus-sum.el: New function.
7349         (gnus-map-articles): New function.
7350
7351         * gnus-art.el (gnus-treat-fold-headers): New variable.
7352         (gnus-article-treat-fold-headers): New command and keystroke.
7353
7354         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7355         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7356
7357 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * message.el (message-fcc-externalize-attachments): New variable.
7360         (message-do-fcc): Use it.
7361
7362         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7363         (gnus-inews-do-gcc): Use it.
7364
7365         * mml.el (mml-tweak-sexp-alist): New variable.
7366         (mml-externalize-attachments): New variable.
7367         (mml-tweak-part): Use mml-tweak-sexp-alist.
7368         (mml-tweak-externalize-attachments): New function.
7369
7370 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7371
7372         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7373         'set-glyph-face' so x-face back/foreground can be set.
7374
7375 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * message.el (message-fix-before-sending): Fix a typo.
7378
7379 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus-art.el (gnus-treat-smiley): Renamed command.
7382         (gnus-article-remove-images): New command and keystroke.
7383
7384         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7385
7386         * smiley-ems.el (gnus-smiley-display): Removed.
7387
7388         * gnus.el (gnus-version-number): Update version.
7389
7390         * message.el (message-text-with-property): Renamed and moved
7391         here.
7392         (message-fix-before-sending): Highlight invisible text and place
7393         point there.
7394
7395 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7396
7397         * gnus.el: Oort Gnus v0.04 is released.
7398
7399 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7402
7403         * gnus-art.el (gnus-ignored-headers): More headers,
7404
7405         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7406         of `scan-error', since XEmacs doesn't seem to support that.
7407
7408 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7411         arg.
7412         (gnus-summary-best-unread-subject): Ditto.
7413         (gnus-summary-best-unread-subject): No, don't.
7414         (gnus-summary-better-unread-subject): New command.
7415
7416         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7417
7418         * lpath.el ((featurep 'xemacs)): fbind url function.
7419
7420         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7421         buffer.
7422         (gnus-xmas-remove-image): Implementation that does something.
7423         (gnus-xmas-article-display-xface): Mark images properly.
7424
7425         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7426
7427 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7428
7429         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7430
7431 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7432
7433         * gnus-group.el (gnus-group-line-format): Added %O to the default
7434         value.
7435
7436         * gnus-util.el (gnus-text-with-property): The smallest point is
7437         point-min.
7438
7439         * smiley-ems.el (smiley-region): Return images.
7440         (gnus-smiley-display): Allow toggling.
7441         (smiley-region): Use text properties, not overlays.
7442
7443         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7444         implemented yet.
7445
7446         * smiley-ems.el (smiley-update-cache): Check for valid types.
7447
7448         * gnus-art.el (gnus-with-article-buffer): New macro.
7449
7450         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7451         strings as well as the glyphs.
7452         (gnus-picon-transform-address): Ditto.
7453         (gnus-picon-insert-glyph): Ditto.
7454         (gnus-picon-transform-newsgroups): Toggle.
7455         (gnus-picon-transform-address): Toggle.
7456
7457         * gnus-ems.el (gnus-remove-image): New function.
7458         (gnus-put-image): Take an optional string.
7459
7460         * gnus-util.el (gnus-text-with-property): New function.
7461
7462         * gnus-art.el (gnus-delete-images): New function.
7463
7464         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7465
7466         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7467         (gnus-article-wash-status): Use it.
7468         (gnus-signature-toggle): Clean up.
7469         (gnus-add-wash-status): New function.
7470         (gnus-delete-wash-status): New function.
7471         (gnus-article-hide-text-type): Use them throughout.
7472         (gnus-add-image): New function.
7473
7474         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7475
7476         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7477         interface.
7478
7479         * gnus-art.el (article-display-x-face): Cleaned up.
7480
7481         * rfc2047.el (rfc2047-field-value): New function.
7482
7483         * mail-parse.el (mail-header-field-value): New alias.
7484
7485         * gnus-art.el (gnus-mime-print-part): Fix typos.
7486
7487         * smiley-ems.el (gnus-smiley-file-types): New variable.
7488         (smiley-update-cache): Use it.
7489         (smiley-regexp-alist): Suffix-less smiley names.
7490         (smiley-regexp-alist): Added more smileys.
7491
7492         * gnus-sum.el (gnus-print-buffer): Made into own function.
7493         (gnus-summary-print-article): Use it.
7494
7495         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7496         looked for when REQUEST is a string.
7497
7498         * gnus-art.el (gnus-mime-button-commands): Add printing
7499         keystroke.
7500         (gnus-mime-copy-part): Doc fix.
7501         (gnus-mime-print-part): New command.
7502
7503 2001-12-31  Simon Josefsson  <jas@extundo.com>
7504
7505         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7506         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7507
7508 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7509
7510         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7511         (picon): Fix doc.
7512
7513         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7514         longer exists. Remove those codes.
7515         * gnus.el (gnus-use-picons): Ditto.
7516
7517 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518
7519         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7520         infloop.
7521
7522         * gnus-sum.el (t): New `W D' map.
7523
7524         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7525         (gnus-article-treat-body-boundary): Clean up.
7526         (gnus-body-boundary-face): Removed.
7527         (gnus-article-goto-header): Moved here.
7528         (gnus-article-goto-header): Allow better regexps.
7529         (gnus-article-treat-fold-newsgroups): New command.
7530
7531         * gnus-sum.el (gnus-summary-move-article): We have to select an
7532         article to give `gnus-read-move-group-name' an opportunity to
7533         suggest an appropriate default.
7534
7535         * rfc2047.el (rfc2047-fold-line): New function.
7536         (rfc2047-unfold-line): Ditto.
7537         (rfc2047-fold-region): Don't fold just after the header name.
7538
7539         * mail-parse.el (mail-header-fold-line): New alias.
7540         (mail-header-unfold-line): Ditto.
7541
7542         * gnus-art.el (gnus-body-boundary-face): Renamed.
7543         (gnus-article-treat-body-boundary): Use it.
7544         (gnus-article-treat-body-boundary): Use an invisible header and a
7545         line of underline characters.
7546
7547 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7548
7549         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7550
7551         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7552         (gnus-picon-split-address): New function.
7553         (gnus-picon-find-face): Use it.
7554         (gnus-picon-transform-address): Use it. Set first to t for each
7555         address.
7556
7557         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7558         the macro then use it.
7559         (gnus-treatment-function-alist): Treat picons earlier.
7560
7561 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * gnus-art.el (gnus-body-separator-face): New variable.
7564         (gnus-article-treat-body-boundary): Use a blank, colored line.
7565
7566         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7567         well.
7568
7569         * gnus-art.el (gnus-treat-body-boundary): New variable.
7570         (gnus-article-treat-unfold-headers): Use helper macro.
7571         (gnus-article-treat-body-boundary): New command.
7572
7573         * gnus.el (gnus-logo-color-style): Change the default color.
7574         (gnus-splash-face): Gray, gray.
7575
7576         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7577         colors.
7578
7579         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7580         (gnus-logo-color-style): Ditto.
7581         (gnus-logo-colors): Ditto.
7582
7583         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7584
7585         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7586
7587         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7588         (gnus-picon-transform-newsgroups): New function.
7589
7590         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7591         string.
7592
7593         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7594
7595         * gnus-art.el (gnus-treat-cc-picon): New variable.
7596         (gnus-treat-mail-picon): Renamed.
7597
7598         * gnus-picon.el: New implementation.
7599         (gnus-picon-find-face): Renamed.
7600         (gnus-treat-from-picon): Use it.
7601         (gnus-picon-transform-address): Renamed.
7602         (gnus-treat-from-picon): Use it.
7603         (gnus-picon-create-glyph): Renamed.
7604         (gnus-picon-transform-address): Use it.
7605         (gnus-treat-cc-picon): New command.
7606
7607         * mm-decode.el (mm-create-image-xemacs): Separated out into
7608         function.
7609         (mm-get-image): Use it.
7610
7611         * gnus-art.el (gnus-treat-display-picons): Simplify.
7612         (gnus-treat-from-picon): Renamed.
7613
7614         * gnus-ems.el (gnus-create-image): New function.
7615         (gnus-put-image): New function.
7616
7617         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7618         (gnus-with-article-headers): New macro.
7619         (gnus-article-goto-header): New function.
7620
7621         * gnus-xmas.el (gnus-image-type-available-p): New function.
7622
7623         * gnus-ems.el (gnus-image-type-available-p): New function.
7624
7625 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7626
7627         * nnrss.el (nnrss-check-group): Find the correct tag, because
7628         xml.el is changed.
7629
7630 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7633         lines are shorter than the window width.
7634         (gnus-ignored-headers): More headers.
7635
7636 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7637
7638         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7639         (gnus-treat-unfold-headers): Renamed.
7640         (gnus-article-treat-unfold-headers): New command and keystroke.
7641
7642         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7643
7644         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7645
7646 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * sha1-el.el (sha1-use-external): New variable.
7649         (sha1-region): Use it.
7650         (sha1-string): Ditto.
7651
7652         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7653         * gnus-picon.el: Less warnings when compile.
7654
7655 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7658         alias.
7659         (gnus-picons-database): Default to list.
7660         (gnus-picons-lookup-internal): Use it.
7661
7662         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7663         to "bogus".
7664
7665         * gnus-win.el (gnus-configure-windows-hook): New hook.
7666
7667 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7668
7669         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7670
7671 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7674         lists.
7675         (gnus-select-newsgroup): Don't append; push.
7676         (gnus-adjust-marked-articles): Remove obsolete ranges from
7677         `seen'.
7678         (gnus-update-marks): Clean up.
7679         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7680
7681 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7682
7683         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7684
7685 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686
7687         * gnus-sum.el (gnus-auto-select-subject): New variable.
7688         (gnus-summary-best-unread-subject): New function.
7689         (gnus-summary-best-unread-article): Use it.
7690         (gnus-summary-first-unseen-subject): New function and command.
7691
7692         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7693         other treatments.
7694
7695         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7696         function.
7697
7698         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7699         from the list of hidden types.
7700
7701         * mm-view.el (mm-inline-text): Ditto.
7702         (mm-inline-text): Ditto.
7703         (mm-w3-prepare-buffer): Ditto.
7704
7705         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7706
7707 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * gnus-art.el (gnus-ignored-headers): Added more headers.
7710
7711 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7712
7713         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7714         once.
7715
7716 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7719
7720 2001-12-28  Simon Josefsson  <jas@extundo.com>
7721
7722         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7723         Jesper Harder <harder@ifa.au.dk>.
7724
7725 2001-12-27  Simon Josefsson  <jas@extundo.com>
7726
7727         * gnus-sum.el (gnus-select-newsgroup): Make
7728         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7729         contain all articles (instead of none) when no seen marks have
7730         been set for the group.
7731         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7732         instead, it seems to result in shorter ranges.
7733
7734 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7735
7736         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7737         insert-before-markers.
7738         From Jesper Harder <harder@ifa.au.dk>
7739
7740 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7741
7742         * nnmaildir.el (nnmaildir-save-mail): create the destination
7743         groups if they do not exist.
7744
7745 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7748
7749 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7750
7751         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7752         gnus-group-real-name.
7753
7754         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7755         (gnus-newsgroup-variables): Ditto.
7756
7757         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7758         return it.
7759
7760 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7761
7762         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7763         * nnmaildir.el (top-level): Add commentary.
7764         (nnmaildir-version): Indicate that nnmaildir is now a standard
7765         part of Gnus, not separately released.
7766
7767 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7768
7769         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7770         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7771         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7772         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7773
7774 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7775
7776         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7777
7778 2001-12-20  Simon Josefsson  <jas@extundo.com>
7779
7780         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7781         ZHU <zsh@cs.rochester.edu>.
7782         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7783         Brian P Templeton <bpt@tunes.org>.
7784
7785 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7786
7787         * nnmaildir.el: New file.
7788         From Paul Jarc <prj@po.cwru.edu>.
7789
7790 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7791
7792         * nndoc.el (nndoc-type-alist): Move forward to the end.
7793
7794 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7797         `dolist'.
7798
7799 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7800
7801         * gnus-win.el (gnus-frames-on-display-list): New function.
7802         (gnus-get-buffer-window): Use it.
7803
7804 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7805
7806         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7807
7808 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7809
7810         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7811
7812 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7813            From Harald Meland <Harald.Meland@usit.uio.no>
7814
7815         * gnus-win.el (gnus-get-buffer-window): New function.
7816         (gnus-all-windows-visible-p): Use it.
7817
7818         * gnus-util.el (gnus-horizontal-recenter)
7819         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7820         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7821
7822         * gnus-score.el (gnus-score-insert-help): Use it.
7823
7824         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7825         (gnus-generate-tree, gnus-highlight-selected-tree)
7826         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7827         it.
7828
7829         * gnus-art.el (gnus-article-set-window-start)
7830         (gnus-mm-display-part, gnus-request-article-this-buffer)
7831         (gnus-button-next-page, gnus-button-prev-page)
7832         (gnus-article-button-next-page, gnus-article-button-prev-page):
7833         Use it.
7834
7835 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7836
7837         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7838         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7839         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7840
7841 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7842
7843         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7844         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7845         * mml1991.el, nnultimate.el: Add `coding'.
7846
7847 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7848
7849         * ChangeLog: changed coding to buffer-file-coding-system
7850         * ChangeLog.1: same
7851         * nnwfm.el: same
7852         * gnus-smiley.el: same
7853         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7854         * gnus-delay.el: same
7855         * gnus-spec.el: same
7856         * message.el: same
7857         * mml1991.el: same
7858         * nnultimate.el: same
7859
7860 2001-12-16  Simon Josefsson  <jas@extundo.com>
7861         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7862
7863         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7864         (gnus-summary-save-map): Add muttprint.
7865         (gnus-summary-make-menu-bar): Ditto.
7866         (gnus-summary-muttprint): New function.
7867
7868         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7869
7870 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7871
7872         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7873         temporary list instead of buffer.
7874
7875         * mm-url.el (executable-find): autoload.
7876
7877 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7878
7879         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7880         to variable, follow doc-string conventions).
7881
7882 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7883
7884         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7885         subscribe-level
7886         * gnus-topic.el (gnus-subscribe-topics): use it.
7887
7888 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7891         messages. (A small patch with indentation)
7892         From Sean Neakums <sneakums@zork.net>.
7893
7894         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7895         nil after shooting down the gnus-original-article-buffer.
7896
7897 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7898
7899         * uudecode.el (uudecode-use-external): New variable.
7900         (uudecode-decode-region): Automatically detect external program.
7901
7902         * binhex.el (binhex-use-external): New variable.
7903         (binhex-decode-region-internal): New function.
7904         (binhex-decode-region): Automatically detect external program.
7905
7906         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7907         Use them.
7908
7909 2001-12-12  Simon Josefsson  <jas@extundo.com>
7910
7911         * nnvirtual.el (nnvirtual-always-rescan)
7912         (nnvirtual-component-regexp): Fix doc.
7913
7914         * nnoo.el (defvoo): Add doc to defvoo variables.
7915
7916         * nnml.el (nnml-directory, nnml-active-file)
7917         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7918         (nnml-marks-is-evil, nnml-filenames-are-evil)
7919         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7920
7921         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7922         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7923         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7924         `error'.
7925
7926         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7927         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7928
7929         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7930         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7931         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7932         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7933
7934         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7935         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7936
7937         * imap.el, nnimap.el: Fix indentation.
7938
7939         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7940
7941 2001-12-12  Didier Verna  <didier@xemacs.org>
7942
7943         * gnus-msg.el (gnus-group-news): New function.
7944         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7945         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7946         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7947         for it.
7948         * gnus-msg.el (gnus-summary-news-other-window): New function.
7949         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7950         bind it to `i'.
7951         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7952         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7953         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7954         for it (called with a prefix).
7955         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7956         group-name argument.
7957         * gnus-msg.el (gnus-setup-message): use it.
7958
7959 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7960
7961         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7962
7963 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7964
7965         * mml.el (mime-to-mml): Remove Content-Disposition too.
7966
7967 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7968
7969         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7970         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7971         strings only.
7972         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7973
7974 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7975
7976         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7977         (nnmail-fancy-expiry-target): Use it.
7978         Suggestions from Simon Josefsson <jas@extundo.com>.
7979
7980 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7981
7982         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7983
7984 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7985
7986         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7987
7988         * gnus-util.el (gnus-url-unhex-string): Move here.
7989
7990 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7991
7992         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7993         mm-url-decode-entities-nbsp.
7994
7995         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7996         * webmail.el, nnwfm.el: Use mm-url.
7997
7998         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7999         (mm-url-remove-markup): Move from nnweb.
8000         (mm-url-fetch-simple): Move from webmail.
8001
8002         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8003
8004 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8007         (gnus-summary-print-article): Use it.
8008
8009         * gnus-util.el (gnus-replace-in-string): Typo.
8010
8011 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * nnweb.el (nnweb-replace-in-string): Removed.
8014
8015         * gnus-util.el (gnus-replace-in-string): New function.
8016         (gnus-mode-string-quote): Use it.
8017
8018         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8019         * nnwfm.el (nnwfm-create-mapping): Ditto.
8020
8021 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8022
8023         * dgnushack.el (dgnushack-compile): nnrss.el and
8024         nnslashdot.el don't depend on nnweb, url, w3.
8025
8026         * nnrss.el: Use mm-url.
8027
8028 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8029
8030         * mm-url.el (mm-url-insert-file-contents): Support file:.
8031
8032 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8033
8034         * mm-view.el: Lower case for the description line. Sync from the
8035         Emacs CVS.
8036
8037 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8040         From:  Stefan Monnier  <monnier@cs.yale.edu>
8041
8042 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8045
8046 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8047
8048         * mm-url.el: Require executable.
8049         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8050
8051 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8052
8053         * pop3.el (pop3-munge-message-separator): Only use valid date.
8054         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8055
8056         * Makefile.in: gnus-load.elc may not be generated.
8057
8058 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * mm-url.el: New file.
8061         * nnslashdot.el: Use it.
8062         * mm-extern.el (mm-extern-url): Use it.
8063
8064 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8065
8066         * gnus-sum.el (gnus-summary-save-article): Nix
8067         gnus-display-mime-function and gnus-article-prepare-hook.
8068
8069         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8070         the beginning of lines.
8071         (gnus-complex-form-to-spec): Ditto.
8072
8073 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8074
8075         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8076         From Paul Jarc <prj@po.cwru.edu>.
8077
8078 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * message.el: New variable message-subscribed-address-file;
8081         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8082
8083 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * message.el (message-tab-body-function): Set to nil.
8086         (message-tab): Use text-mode-map or global-map.
8087         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8088
8089 2001-11-30  Simon Josefsson  <jas@extundo.com>
8090
8091         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8092         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8093         <christoph.conrad@gmx.de>.
8094         (gnus-agent-fetch-group-1): Add verbose message.
8095
8096 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8097
8098         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8099         of integers.
8100
8101 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8102
8103         * message.el (message-newgroups-header-regexp)
8104         (message-completion-alist, message-tab-body-function): Use
8105         defcustom rather than defvar.
8106         (message-tab): Mention `message-tab-body-function' in doc.
8107         Suggested by Karl Eichwalder.
8108
8109 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8110
8111         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8112
8113 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8114
8115         * nnheader.el (nnheader-find-nov-line): Don't use macro
8116         gnus-delete-line.
8117
8118         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8119         (gnus-group-name-charset): Ditto.
8120
8121         * gnus-util.el (gnus-buffer-live-p): Ditto.
8122
8123 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8124
8125         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8126         open parenthesis in doc.
8127         (sieve-manage-authenticator-alist): Typo in doc.
8128         * imap.el (imap-authenticator-alist): Typo in doc.
8129         (imap-stream-alist): Backslash.
8130
8131         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8132           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8133
8134 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8135
8136         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8137
8138         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8139
8140         * gnus-msg.el (gnus-configure-posting-styles): use
8141         make-local-hook. Add LOCAL for add-hook.
8142
8143 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8144
8145         * message.el (message-mode): Use `make-local-hook' unless
8146         obsolete.
8147         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8148
8149 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * canlock.el: Remove sha1.el and base64.el stuff.
8152
8153 2001-11-26  Didier Verna  <didier@xemacs.org>
8154
8155         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8156         if needed.
8157
8158 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * message.el (message-tamago-not-in-use-p): New function.
8161         (message-strip-forbidden-properties): Use it.
8162
8163 2001-11-26  Didier Verna  <didier@xemacs.org>
8164
8165         * gnus-start.el (gnus-check-first-time-used): only check for
8166         existence of .el[d] files.
8167
8168 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8169
8170         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8171
8172         * message.el (message-setup-1): Clean up mc-*.
8173
8174 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8175
8176         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8177         * gnus-score.el (gnus-score-find-bnews): Use it.
8178
8179         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8180         (gnus-summary-limit-to-author): Ditto.
8181         (gnus-summary-limit-to-extra): Ditto.
8182         (gnus-summary-find-matching): Support not-matching argument.
8183
8184 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8185
8186         * message.el (message-wash-subject): Use `insert' rather than
8187         `insert-string', which is deprecated.
8188
8189 2001-11-24  Simon Josefsson  <jas@extundo.com>
8190
8191         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8192         message. (Gnus does not "default" to using 8bit for the message,
8193         it default to use 8bit encoding and the user-supplied CTE
8194         value. Calling this behaviour "treating it as 8bit" is perhaps
8195         better.)
8196
8197         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8198         (compare mm-charset-to-coding-system).
8199
8200 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8201
8202         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8203         buffer. Correctly decode hex.
8204
8205 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8206
8207         * gnus-agent.el (gnus-category-insert-line): Convert category
8208         names to strings.
8209
8210 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8211
8212         * message.el (sha1): eval-and-compile.
8213
8214 2001-11-20  Simon Josefsson  <jas@extundo.com>
8215
8216         * message.el (message-allow-no-recipients): New variable.
8217         (message-send): Use it, customize the prompting when posting to
8218         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8219
8220 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8221
8222         * mm-util.el (mm-coding-system-priorities): New variable.
8223         (mm-sort-coding-systems-predicate): New function.
8224         (mm-find-mime-charset-region): Resort coding systems if needed.
8225         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8226
8227 2001-11-20  Didier Verna  <didier@xemacs.org>
8228
8229         * gnus-group.el (gnus-group-make-help-group): new optional
8230         argument to control the error behavior.
8231         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8232         erroring.
8233
8234 2001-11-19  Simon Josefsson  <jas@extundo.com>
8235
8236         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8237         instead of C-c C-u.  Suggested by Per Abrahamsen
8238         <abraham@dina.kvl.dk>.
8239
8240 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8241
8242         * nnfolder.el (nnfolder-read-folder): Use group instead of
8243         nnfolder-current-group.
8244         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8245
8246 2001-11-17  Simon Josefsson  <jas@extundo.com>
8247
8248         * message.el (message-send): Ask user if Fcc/Gcc should be
8249         performed when no other sender was specified.
8250         Suggested by prj@po.cwru.edu (Paul Jarc).
8251
8252 2001-11-17  Simon Josefsson  <jas@extundo.com>
8253
8254         * message.el (message-mode, message-mode-map): Use C-c C-u for
8255         Importance: instead of C-c C-p (used by SC).
8256
8257 2001-11-16  Simon Josefsson  <jas@extundo.com>
8258
8259         * message.el (message-insert-importance-high)
8260         (message-insert-importance-low): Save point.
8261
8262         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8263         value.
8264
8265 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8266
8267         * message.el (message-strip-special-text-properties): New option.
8268         (message-strip-forbidden-properties): Obey it.
8269
8270 2001-11-14  Sam Steingold  <sds@gnu.org>
8271
8272         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8273
8274 2001-11-15  Simon Josefsson  <jas@extundo.com>
8275
8276         Support "Importance:" header in Message.
8277
8278         * message.el (message-mode-map): Bind C-c C-p to
8279         `message-insert-or-toggle-importance'
8280         (message-mode-menu): Add message-insert-importance-{high,low}.
8281         (message-insert-importance-high, message-insert-importance-low)
8282         (message-insert-or-toggle-importance): New functions.
8283         (message-tool-bar-map): Add {un,}important.
8284         (message-mode): Doc fix.
8285
8286 2001-11-15  Simon Josefsson  <jas@extundo.com>
8287
8288         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8289
8290         * mml.el (mml-menu): Fix toolbar tooltip.
8291
8292 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8295         * nnml.el (nnml-save-marks): Ditto.
8296
8297         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8298
8299 2001-11-15  Simon Josefsson  <jas@extundo.com>
8300
8301         * nnml.el (nnml-save-marks):
8302         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8303         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8304
8305 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8306
8307         * gnus-art.el (gnus-article-wash-status-strings): Use
8308         `copy-sequence', not `copy-seq'.
8309
8310 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8311
8312         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8313         (gnus-gnus-article-wash-status-entry): New function.
8314         (gnus-article-wash-status): Use it.
8315
8316 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * mml1991.el: Add coding header.
8319
8320 2001-11-12  Simon Josefsson  <jas@extundo.com>
8321
8322         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8323         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8324         `mml1991-sign' and `mml1991-encrypt'.
8325         (mml1991-encrypt, mml1991-sign): New glue functions.
8326         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8327
8328         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8329         (mml-menu): Add PGP to menu.
8330
8331         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8332         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8333         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8334         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8335
8336         * mml2015.el: Mention RFC 3156.
8337
8338         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8339
8340 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8341
8342         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8343
8344         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8345           From <Michael.Cook@cisco.com>
8346
8347 2001-11-11  Simon Josefsson  <jas@extundo.com>
8348
8349         * message.el (top-level): Autoload sha1.
8350         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8351         canlock, no need to require two different hash algs).  Suggested
8352         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8353
8354 2001-11-09  Simon Josefsson  <jas@extundo.com>
8355
8356         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8357         <Pavel@Janik.cz>.
8358
8359 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8360
8361         * message.el (message-point-in-header-p): New function.
8362         (message-do-auto-fill): Use it.
8363         (message-beginning-of-line): New function.  Goes to beginning of
8364         header value (i.e., end of header name), or to beginning of line
8365         if already at beginning of value.  Behaves like
8366         `beginning-of-line' when in message body.
8367         (message-mode-map): Bind it.
8368
8369 2001-11-08  Simon Josefsson  <jas@extundo.com>
8370
8371         * gnus-msg.el (gnus-posting-styles): Add doc.
8372
8373 2001-11-07  Simon Josefsson  <jas@extundo.com>
8374
8375         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8376
8377         * sieve-mode.el (sieve-control-commands-face)
8378         (sieve-control-commands-face, sieve-action-commands-face)
8379         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8380         faces.
8381         (sieve-font-lock-keywords): Use them.
8382         (sieve-mode): Only set font-lock-defaults in emacs.
8383
8384         * gnus-art.el (gnus-default-article-saver): Add
8385         gnus-summary-save-body-in-file.
8386         (gnus-summary-write-to-file): Fix doc.
8387
8388 2001-11-07  Simon Josefsson  <jas@extundo.com>
8389
8390         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8391         reference to the correct chapter in the manual.
8392
8393         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8394         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8395
8396 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * mml.el (mml-preview): Bind mail-header-separator.
8399
8400 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * message.el: Always require canlock.
8403         (message-ignored-supersedes-headers): Include Cancel-Lock and
8404         Cancel-Key.
8405         (message-insert-canlock): Don't require canlock.
8406         (message-cancel-news): Don't check whether canlock is available.
8407         (message-supersede): Support cancel-locks.
8408
8409         * gnus-art.el: Don't autoload canlock.
8410
8411 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8412
8413         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8414         From: <andre@slamdunknetworks.com>
8415
8416 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * many files: Fix copyright lines.
8419
8420 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8423         Suggested by Dave Love  <fx@gnu.org>.
8424
8425 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8426
8427         * message.el (message-kill-buffer): Remove auto-save file after
8428         confirm.
8429
8430         * message.el (message-send-mail): Call message-generate-headers
8431         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8432
8433         * gnus-topic.el (gnus-topic-rename): Initial-input.
8434         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8435
8436 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8437
8438         * message.el (message-forbidden-properties): New constant.
8439         (message-strip-forbidden-properties): New function.
8440         (message-mode): Activate it.
8441
8442 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8443
8444         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8445         (mm-hack-charsets): Fix doc.
8446
8447 2001-11-02  Simon Josefsson  <jas@extundo.com>
8448
8449         * gnus-int.el (gnus-check-server): Message "...done" when done.
8450
8451         * imap.el (imap-close): Don't message (imap-send-command-wait
8452         returns if the connection is dropped).
8453         (imap-wait-for-tag): Nix out message only when necessary.
8454
8455         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8456         for non-crossposting.
8457         (gnus-sieve-crosspost): Default to t to be consistent with other
8458         parts of Gnus.
8459
8460 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8461
8462         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8463         (mm-iso-8859-x-to-15-table): Ditto.
8464         (mm-iso-8859-x-to-15-region): Ditto.
8465         (mm-find-mime-charset-region): Ditto.
8466
8467 2001-11-01  Simon Josefsson  <jas@extundo.com>
8468
8469         * nnimap.el (nnimap-close-asynchronous): New variable.
8470         (nnimap-close-group): Use it.
8471         (nnimap-expunge): Don't use it.
8472
8473         * imap.el (imap-callbacks): New variable.
8474         (imap-remassoc): Copied from `gnus-remassoc'.
8475         (imap-add-callback): New function.
8476         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8477         behaviour.
8478         (imap-parse-response): Call the callback.
8479
8480         * message.el (message-insert-canlock): New variable.
8481         (message-canlock-generate, message-canlock-password)
8482         (message-insert-canlock): New functions.
8483         (message-send-news): Call `message-insert-canlock'.
8484         (top-level): Require canlock when compiling.
8485         (message-insert-canlock): Require canlock before we need it.
8486
8487 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8488
8489         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8490
8491 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8492
8493         * dgnushack.el (dgnushack-make-load): A workaround for
8494         custom-add-loads bug in some versions of XEmacs.
8495
8496 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8499
8500 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8503         (mm-hack-charsets): New variable.
8504         (mm-iso-8859-15-compatible): New variable.
8505         (mm-iso-8859-x-to-15-table): New variable.
8506         (mm-find-mime-charset-region): Add parameter hack-charsets.
8507
8508         * mm-bodies.el (mm-encode-body): Use it.
8509         * mml.el (mml-parse-1): Ditto.
8510
8511 2001-11-01  Simon Josefsson  <jas@extundo.com>
8512
8513         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8514
8515 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8516
8517         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8518         is nil.
8519
8520 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8521
8522         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8523
8524         * message.el (message-forward-rmail-make-body): Use
8525         save-window-excursion.
8526         (message-encode-message-body): Search with noerror.
8527         (message-setup-1): Convert compose-mail send-actions to
8528         message-send-actions.
8529
8530 2001-11-01  Simon Josefsson  <jas@extundo.com>
8531
8532         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8533         <yamaoka@jpl.org>.
8534
8535 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8536
8537         * sieve-manage.el (sieve-string-bytes): No complain.
8538
8539 2001-11-01  Simon Josefsson  <jas@extundo.com>
8540
8541         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8542         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8543         has autoload cookies, so no `require' should be necessary.)
8544
8545         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8546         files.
8547
8548 2001-10-31  Simon Josefsson  <jas@extundo.com>
8549
8550         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8551         parameter.
8552
8553         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8554         `display' is a number (and C-u wasn't used to enter group), only
8555         fetch that number of articles.
8556
8557 2001-10-31  Matt Armstrong  <matt@lickey.com>
8558
8559         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8560         not-subscribed -> subscribed.
8561
8562 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8563         From: Josh Huber <huber@alum.wpi.edu>
8564
8565         * message.el (message-subscribed-address-functions): New variable.
8566         (message-subscribed-addresses): New variable.
8567         (message-subscribed-regexps): New variable.
8568         (message-goto-mail-followup-to): New function.
8569         (message-send-mail): Add Mail-Followup-To.
8570         (message-make-mft): New function.
8571
8572         * gnus.el (gnus-find-subscribed-addresses): New function.
8573
8574 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8575
8576         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8577         (mail-source-fetch-pop): Ditto.
8578         (mail-source-check-pop): Ditto.
8579
8580         * gnus-start.el (gnus-read-init-file): Ditto.
8581         (gnus-activate-group): Ditto.
8582         (gnus-read-newsrc-el-file): Ditto.
8583
8584 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8585
8586         * message.el (message-get-reply-headers): Make sure there is ", ".
8587
8588         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8589         mm-coding-system-p. Don't correct it only in XEmacs.
8590         (mm-charset-to-coding-system): Use mm-coding-system-p and
8591         mm-get-coding-system-list.
8592         (mm-emacs-mule, mm-mule4-p): New variables.
8593         (mm-enable-multibyte, mm-disable-multibyte,
8594         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8595         mm-with-unibyte-current-buffer,
8596         mm-with-unibyte-current-buffer-mule4): Use them.
8597         (mm-find-mime-charset-region): Treat iso-2022-jp.
8598
8599         From  Dave Love  <fx@gnu.org>:
8600
8601         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8602         construction.
8603         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8604         entries conditional on not having a coding system defined for
8605         them.
8606         (mm-mule-charset-to-mime-charset): Use
8607         find-coding-systems-for-charsets if defined.
8608         (mm-charset-to-coding-system): Don't use
8609         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8610         later.  Add last resort search of coding systems.
8611         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8612         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8613         Mule 4.
8614         (mm-find-mime-charset-region): Re-write.
8615         (mm-with-unibyte-current-buffer): Restore buffer as well as
8616         multibyteness.
8617
8618 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8621         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8622         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8623
8624 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8625
8626         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8627         again.
8628
8629         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8630
8631 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8632
8633         * gnus-spec.el (gnus-parse-simple-format): Use
8634           buffer-substring-no-properties.
8635
8636 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-art.el (article-verify-cancel-lock): New function.
8639
8640         * nnheader.el (nntp-process-response): New variable.
8641         (nnheader-init-server-buffer): Make `nntp-process-response'
8642         buffer-local in `nntp-server-buffer'.
8643
8644         * nntp.el (nntp-prepare-post-hook): New hook.
8645         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8646         (nntp-async-trigger): Ditto.
8647         (nntp-request-post): Insert a server's ID if there's no Message-ID
8648         header; run `nntp-prepare-post-hook'.
8649
8650 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8651
8652         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8653         instead.
8654
8655         * message.el (message-forward-subject-author-subject): Don't use
8656         message-news-p, which widens the buffer.
8657         (message-forward-make-body): New function.
8658         (message-forward): Use it.
8659         (message-insinuate-rmail): New function.
8660         (message-forward-rmail-make-body): New function.
8661
8662 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8663
8664         * mm-extern.el (mm-extern): Provide it.
8665
8666         * mm-partial.el (mm-partial): Provide it.
8667
8668 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8669
8670         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8671
8672 2001-10-29  Simon Josefsson  <jas@extundo.com>
8673
8674         * mml.el (mml-preview): Bind message-this-is-news if it is
8675         news. From Jesper Harder <harder@myrealbox.com>.
8676
8677 2001-10-28  Simon Josefsson  <jas@extundo.com>
8678
8679         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8680
8681 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8682
8683         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8684         ironic smilies.
8685
8686 2001-10-27  Simon Josefsson  <jas@extundo.com>
8687
8688         * message.el (message-indent-citation): Don't add trailing
8689         whitespace when citing text.
8690
8691         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8692         <harder@ifa.au.dk>.
8693
8694 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8695
8696         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8697         not available.
8698         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8699         (nnweb-type-definition): Add google as alias of dejanews.
8700         (nnweb-google-parse-1): Forward 1 line.
8701
8702 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8703
8704         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8705         variable `message-forward-ignored-headers'.
8706
8707 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8708
8709         * gnus.el (gnus-expand-group-parameter): New function.
8710         (gnus-expand-group-parameters): Call it.
8711         (gnus-group-fast-parameter): New function.
8712         (gnus-group-find-parameter): Call it.
8713
8714 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8715
8716         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8717         vector (it didn't before because of a bug).
8718         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8719         available.  Before it converted it to an article number.
8720
8721         This makes followup to news articles with negative numbers in
8722         nnvirtual groups use news instead of mail.
8723
8724 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8725
8726         * gnus.el (post-method): Use `native' instead of `nil'.
8727
8728         * gnus-msg.el (gnus-post-method): Ditto.
8729
8730 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8731
8732         * gnus.el (gnus-define-group-parameter): Grammar fix.
8733
8734 2001-10-22  Simon Josefsson  <jas@extundo.com>
8735
8736         * gnus-msg.el (gnus-extended-version): Include
8737         system-configuration.
8738         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8739
8740 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8741
8742         * gnus.el (post-method): Customization fix: `native' is not a
8743         valid value.
8744         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8745         `native' is not a valid value.
8746
8747 2001-10-21  Simon Josefsson  <jas@extundo.com>
8748
8749         * nnimap.el (nnimap): Defgroup
8750         (nnimap-strict-function, nnimap-strict-function-match): New
8751         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8752         (nnimap-split-crosspost, nnimap-split-inbox)
8753         (nnimap-split-rule, nnimap-split-predicate)
8754         (nnimap-split-predicate): Defcustom.
8755         (nnimap-split-inbox, nnimap-expunge-search-string)
8756         (nnimap-importantize-dormant): Remove "*" from doc.
8757
8758 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8759
8760         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8761         not supplied via prefix arg.  From Lisp, make arg mandatory.
8762         Suggested by Frank Schmitt.
8763
8764 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8765
8766         * message.el (message-do-auto-fill): Avoid calling
8767         'rfc822-goto-eoh'.
8768
8769 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8770         From Paul Jarc <prj@po.cwru.edu>.
8771
8772         * message.el (message-get-reply-headers): Restructure the logic
8773         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8774
8775 2001-10-20  Simon Josefsson  <jas@extundo.com>
8776
8777         * message.el (message-cancel-news): Support cancel-locks.
8778         Suggested by Per Abrahamsson.
8779
8780         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8781         conses.  From David Z Maze <dmaze@MIT.EDU>.
8782
8783         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8784
8785 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8786
8787         * mm-decode.el (mm-default-directory): Fix customize type.
8788
8789         * message.el (message-setup-fill-variables): Kludge to use
8790         normal-auto-fill-function even if auto fill is already activated.
8791
8792 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8793
8794         * message.el (message-do-auto-fill): New version that does not
8795         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8796         (message-setup-1): Removed the `message-field' property.
8797
8798         * gnus-draft.el (gnus-draft-edit-message): Removed the
8799         `message-field' property.
8800
8801 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8802
8803         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8804         `message-field'.  The `field' property has a special significance in
8805         Emacs 21.
8806
8807         * message.el (message-send, message-setup-1): Ditto.
8808
8809 2001-10-18  Simon Josefsson  <jas@extundo.com>
8810
8811         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8812         when undoing.
8813
8814 2001-10-18  Simon Josefsson  <jas@extundo.com>
8815         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8816
8817         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8818         (gnus-summary-make-menu-bar): Ditto.
8819
8820 2001-10-17  Simon Josefsson  <jas@extundo.com>
8821
8822         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8823         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8824
8825 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8826
8827         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8828         * gnus-util.el (gnus-user-date): New function.
8829         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8830
8831 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8832
8833         * message.el (message-check-news-header-syntax): Special case
8834         nnvirtual groups.
8835
8836         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8837         customize type to `symbol'.
8838
8839 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8840
8841         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8842         %&foo;.
8843         (gnus-parse-simple-format): Support user extended spec too.
8844         %u&foo; invokes gnus-user-format-function-foo.
8845
8846 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8847
8848         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8849         the server.
8850         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8851         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8852         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8853         * nndiary.el (nndiary-request-expire-articles): Ditto.
8854         (nndiary-schedule): Defsubst it before use it.
8855         (nndiary-error): eval-and-compile.
8856
8857 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8858
8859         * gnus-msg.el (gnus-post-method): Changed two instances of
8860         `active' to `current' and one `null' to `not'.
8861
8862 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8863         From Katsumi Yamaoka <yamaoka@jpl.org>.
8864
8865         * message.el (message-setup-fill-variables): Use
8866         `normal-auto-fill-function' instead of `auto-fill-function'.
8867
8868 2001-10-16  Simon Josefsson  <jas@extundo.com>
8869
8870         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8871         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8872         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8873
8874 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8875         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8876
8877         * gnus-draft.el (gnus-draft-edit-message): Add text property
8878         `field' with value `header' to message headers.
8879         * message.el (message-setup-1): Really add text property to all of
8880         the header, not just part of it.
8881
8882 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * gnus-group.el (gnus-group-sort-by-server): Use it.
8885
8886         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8887
8888         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8889         and keystroke.
8890
8891 2001-10-14  Simon Josefsson  <jas@extundo.com>
8892
8893         * dig.el: Doc fix.
8894
8895         * smime.el: Doc fix.
8896
8897         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8898         charset magic from message.el.
8899
8900 2001-10-12  Simon Josefsson  <jas@extundo.com>
8901         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8902
8903         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8904         'cite from g-a-wash-types.
8905         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8906         (gnus-article-hide-citation): Fix.
8907
8908         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8909         character.
8910         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8911
8912         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8913         definition.
8914         (gnus-signature-toggle): Toggle `s' mode line character.
8915
8916         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8917         doing stuff that clears it.
8918
8919 2001-10-12  Simon Josefsson  <jas@extundo.com>
8920
8921         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8922         From Eric Marsden <emarsden@laas.fr>.
8923
8924 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8927         (autoload): Add some autoloads.
8928
8929 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8930         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8931
8932         * message.el (message-do-auto-fill): New function.  Like
8933         `do-auto-fill' but don't fill when in the message header.
8934         (message-setup-1): Put a text property on the message header.
8935         (message-setup-fill-variables): Use `message-do-auto-fill'.
8936
8937 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8938
8939         * message.el (message-send-mail-partially): Insert an empty line
8940         first, because of the change of message-make-lines.
8941
8942 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8943
8944         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8945         iso-8859-15, make it an alias for iso-8859-1.
8946
8947 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * message.el (message-send-news): Don't modify the value of
8950         `message-syntax-checks' if it is not a list (possibly it is
8951         `dont-check-for-anything-just-trust-me').
8952
8953 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8956         `find-coding-system' for XEmacs to check whether the coding-system
8957         `utf-8' is available.
8958
8959 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8962
8963 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8964
8965         * message.el (message-send-news): Oops, missed case with no
8966         "Followup-To" header...
8967
8968 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8969
8970         * message.el (message-send-news): Allow
8971         `gnus-group-name-charset-group-alist' to affect encoding of the
8972         "Newsgroups" and "Followup-To" headers.
8973
8974 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * Makefile.in (install-el): Depend on gnus-load.el.
8977
8978 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * Makefile.in (install-el): Use -f.
8981         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8982
8983 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8984
8985         * message.el (message-send-news): Don't encode Followups-To when
8986         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8987
8988         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8989         header.
8990
8991         * gnus-art.el (article-decode-group-name): Also decode
8992         "Followup-To".
8993
8994         * rfc2047.el (rfc2047-encode-message-header): Encode without
8995         asking for null methods.
8996
8997         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8998         default charset for newsgroup names in accordance with USEFOR.
8999
9000         * gnus-group.el (gnus-group-name-charset-method-alist,
9001         gnus-group-name-charset-group-alist): Removed "*" from doc
9002         strings, "*" should not be used for complex variables.
9003
9004 2001-10-06  Simon Josefsson  <jas@extundo.com>
9005
9006         Support UTF-8 group names better.
9007
9008         * message.el (message-check-news-header-syntax): Encode group
9009         names before comparison.
9010
9011         * gnus-msg.el (gnus-copy-article-buffer): Run all
9012         `gnus-article-decode-hook's except `article-decode-charset'
9013         instead of hardcoding call to one of them.
9014
9015         * gnus-art.el (gnus-article-decode-hook): Add
9016         `article-decode-group-name'.
9017         (article-decode-group-name): New function, use `g-d-n'.
9018
9019         * gnus-group.el (gnus-group-insert-group-line): Decode
9020         gnus-tmp-group using `g-d-n'.
9021
9022         * gnus-util.el (gnus-decode-newsgroups): New function.
9023
9024 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9025
9026         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9027         `gnus-group-name-charset-group-alist'.
9028
9029 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9030
9031         * Makefile.in: Install el in install. Add uninstall.
9032
9033 2001-10-05  Simon Josefsson  <jas@extundo.com>
9034
9035         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9036
9037         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9038
9039         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9040         empty folders.
9041
9042         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9043         limiting if read-all (C-u RET) was used.
9044
9045 2001-10-04  Simon Josefsson  <jas@extundo.com>
9046
9047         * mail-source.el (mail-source-movemail-program): New variable.
9048         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9049         <thutt@thutt.vmware.com>.
9050
9051 2001-10-03  Simon Josefsson  <jas@extundo.com>
9052
9053         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9054         (gnus-summary-line-format-alist): Fix param.
9055
9056 2001-10-02  Simon Josefsson  <jas@extundo.com>
9057
9058         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9059         don't go through `nnimap-request-expire-articles' to delete the
9060         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9061
9062 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9063
9064         * gnus-agent.el (gnus-agent-write-active): The min in the
9065         agent/active may be larger than that in the server/active.
9066
9067 2001-10-01  Simon Josefsson  <jas@extundo.com>
9068
9069         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9070         is IMAP4rev1.
9071
9072         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9073
9074         * nnfolder.el: Ditto.
9075
9076 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9077
9078         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9079         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9080
9081 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9082
9083         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9084         (message-mode-menu): Menu item for same.
9085
9086         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9087         delayed articles.
9088
9089         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9090         nndraft:delayed does not exist.
9091         (gnus-delay-initialize): Don't set up keymap, that's done from
9092         message.el now.
9093         (gnus-delay, gnus-delay-group, gnus-delay-header)
9094         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9095
9096 2001-09-29  Simon Josefsson  <jas@extundo.com>
9097
9098         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9099         utf-8, not eight-bit-control.
9100
9101         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9102         (imap-log, imap-debug): Custom.
9103         (imap-log-buffer, imap-debug-buffer): New constants.
9104         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9105         (imap-network-open, imap-shell-open, imap-starttls-open)
9106         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9107         (imap-debug): Use imap-*-buffer.
9108
9109         * nndoc.el (nndoc-article-type): Add mailman.
9110         (nndoc-type-alist): Ditto.
9111         (nndoc-mailman-type-p): New function.
9112
9113 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9114
9115         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9116         gnus-art.el.
9117
9118 2001-09-27  Simon Josefsson  <jas@extundo.com>
9119
9120         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9121         (gnus-topic-catchup-articles): New function. Suggested by Robin
9122         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9123
9124 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9125         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9126
9127         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9128         previous ones.
9129
9130 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131         From Daiki Ueno  <ueno@unixuser.org>
9132
9133         * gnus-sum.el (gnus-summary-show-article): The arglist of
9134         detect-coding-region is incompatible.
9135
9136 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9138
9139         * gnus-group.el (gnus-group-delete-group): Typo.
9140
9141 2001-09-26  Simon Josefsson  <jas@extundo.com>
9142
9143         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9144
9145         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9146
9147 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148
9149         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9150
9151 2001-09-22  Simon Josefsson  <jas@extundo.com>
9152
9153         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9154
9155         * nnfolder.el (nnfolder-open-marks): Ditto.
9156
9157         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9158         (gnus-update-marks): Use it.
9159         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9160         hardcoded list.
9161
9162         * gnus.el (gnus-article-special-mark-lists): Add killed.
9163         (gnus-article-unpropagated-mark-lists): New constant.
9164
9165 2001-09-22  Simon Josefsson  <jas@extundo.com>
9166
9167         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9168         custom option.
9169
9170 2001-09-23  Simon Josefsson  <jas@extundo.com>
9171
9172         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9173
9174 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9175
9176         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9177
9178 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9179
9180         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9181         accept lists of functions.
9182
9183 2001-09-20  Simon Josefsson  <jas@extundo.com>
9184
9185         * gnus-group.el (gnus-group-catchup): Update expire marks in
9186         backend.  Also, if ALL also set expire marks on tick/dormant.
9187
9188 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9189
9190         * message.el (message-tab-body-function): New variable.
9191         * message.el (message-tab): Use it.
9192
9193 2001-09-19  Sam Steingold  <sds@gnu.org>
9194
9195         * gnus-win.el (gnus-buffer-configuration): Respect
9196         `gnus-bug-create-help-buffer'.
9197
9198 2001-09-18  Simon Josefsson  <jas@extundo.com>
9199
9200         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9201         (gnus-parse-simple-format): Re-revert.
9202
9203 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9204         Trivial patch.
9205
9206         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9207         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9208
9209 2001-09-18  Simon Josefsson  <jas@extundo.com>
9210
9211         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9212         signed.
9213         (gnus-parse-simple-format): Don't use it.
9214
9215 2001-09-17  Miles Bader  <miles@gnu.org>
9216
9217         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9218         error querying a backend abort the whole process.
9219
9220 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221
9222         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9223         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9224
9225 2001-09-17  Didier Verna  <didier@xemacs.org>
9226
9227         * nndiary.el: version 0.2-b14.
9228         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9229         compatibility problem with XEmacs 21.1.
9230
9231 2001-09-15  Simon Josefsson  <jas@extundo.com>
9232
9233         * gnus-group.el (gnus-group-line-format): Document %c.
9234
9235         * nnml.el (nnml-parse-head): Handle CRLF files.
9236         (nnml-generate-nov-file): Ditto.
9237         (nnml-retrieve-headers): Ditto.
9238
9239 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9240
9241         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9242
9243 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9244
9245         * gnus-spec.el (gnus-correct-substring): Still stopped one
9246         character before we wanted (never included last character).
9247         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9248         add missing "," (once per function)
9249
9250 2001-09-14  Simon Josefsson  <jas@extundo.com>
9251
9252         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9253         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9254         default before gnus-group is loaded and the variable set.)
9255
9256         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9257         killed or unsent marks.
9258
9259         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9260         isn't an article to set it on (e.g. when you `a' in a group).
9261
9262 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9263
9264         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9265         can read e-mails from Microsoft Outlook users not using ISO
9266         8859-2 character set.
9267
9268 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9269
9270         * gnus-diary.el: Minor modifications to avoid warnings.
9271         (gnus-summary-misc-menu): defvar.
9272         (gnus-diary-check-message): Use gnus-point-at-eol.
9273         (gnus-diary-kill-entire-line): eval-and-compile.
9274
9275 2001-09-12  Didier Verna  <didier@xemacs.org>
9276
9277         * nndiary.el: new version (0.2-b13).
9278         * nndiary.el (nndiary-mail-sources): doc update.
9279         * nndiary.el (nndiary-split-methods): ditto.
9280         * nndiary.el (nndiary-request-accept-article-hooks): New.
9281         * nndiary.el (nndiary-request-accept-article): use it, check
9282         message validity.
9283         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9284         * nndiary.el (nndiary-schedule): fix bug (misplaced
9285         condition-case): it didn't return nil on error.
9286         * gnus-diary.el: new version.
9287         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9288         * gnus-diary.el (gnus-diary-header-value-history): New.
9289         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9290         * gnus-diary.el (gnus-diary-add-header): New.
9291         * gnus-diary.el (gnus-diary-check-message): New.
9292         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9293         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9294
9295 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9296
9297         * gnus-sum.el (gnus-select-newsgroup): Make
9298         `gnus-current-select-method' buffer-local.
9299
9300         * gnus-art.el (gnus-request-article-this-buffer): Refer
9301         `gnus-current-select-method' in the current summary buffer.
9302
9303 2001-09-10  Simon Josefsson  <jas@extundo.com>
9304         From Daniel Pittman <daniel@rimspace.net>
9305
9306         * gnus-spec.el (gnus-correct-pad-form): Fix.
9307
9308 2001-09-09  Simon Josefsson  <jas@extundo.com>
9309
9310         * mm-decode.el (mm-inline-media-tests): Add
9311         application/x-emacs-lisp.
9312         (mm-attachment-override-types): Add
9313         application/{x-,}pkcs7-signature.
9314
9315         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9316         (gnus-server-line-format, gnus-server-mode-line-format)
9317         (gnus-server-browse-in-group-buffer): Customize.
9318
9319 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9320
9321         * nnml.el (nnml-marks-changed-p): Typo.
9322         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9323         (nnml-marks-changed-p): Use gnus-gethash.
9324         (nnml-marks-modtime): Use gnus-make-hashtable.
9325
9326         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9327         (nnfolder-request-expire-articles, nnfolder-save-marks)
9328         (nnfolder-open-marks): Typo.
9329         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9330         (nnfolder-marks-changed-p): Use gnus-gethash.
9331         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9332
9333 2001-09-08  Simon Josefsson  <jas@extundo.com>
9334
9335         * nnfolder.el (nnfolder-marks-modtime): New variable.
9336         (nnfolder-marks-changed-p): New function.
9337         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9338         (nnfolder-request-update-info): Don't update if marks didn't change.
9339
9340         * nnml.el (nnml-marks-modtime): New variable.
9341         (nnml-marks-changed-p): New function.
9342         (nnml-save-marks, nnml-open-marks): Save modtime.
9343         (nnml-request-update-info): Don't update if marks didn't change.
9344
9345         * gnus-agent.el (gnus-agent-any-covered-gcc)
9346         (gnus-agent-add-server, gnus-agent-remove-server): Use
9347         gnus-agent-method-p.
9348
9349         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9350         (gnus-unbuttonized-mime-type-p): Use it.
9351
9352         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9353         fetch group.
9354
9355 2001-09-08  Simon Josefsson  <jas@extundo.com>
9356         From Daniel Pittman <daniel@rimspace.net>
9357
9358         * gnus-spec.el (gnus-correct-pad-form): New function.
9359         (gnus-parse-simple-format): Use it.
9360
9361 2001-09-07  Simon Josefsson  <jas@extundo.com>
9362
9363         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9364         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9365         Putnam <reader@newsguy.com>.
9366         (gnus-group-sort-selected-groups): Touch dribble file.
9367
9368 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9369
9370         * nnml.el (nnml-filenames-are-evil): New variable.
9371         (nnml-article-to-file-alist): Rename to ...
9372         (nnml-current-group-article-to-file-alist): ... this.
9373         Respect `nnml-filenames-are-evil'.
9374         (nnml-active-number): Update.
9375         (nnml-update-file-alist): Update.
9376         (nnml-request-article): Use nnheader-article-to-file-alist.
9377         (nnml-request-rename-group): Likewise.
9378
9379 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-sum.el (gnus-summary-insert-line): Fix.
9382
9383 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9384
9385         * gnus-sum.el: Bind g-s-t-s to "W g".
9386         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9387         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9388         display of graphical smilies.
9389
9390 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * gnus-start.el (gnus-setup-news): A typo.
9393         From Bill White <billw@wolfram.com>.
9394
9395 2001-09-06  Simon Josefsson  <jas@extundo.com>
9396
9397         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9398         and unseen marks.
9399
9400 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9401
9402         * nnmail.el (nnmail-split-fancy): Document `junk'.
9403
9404 2001-09-04  Simon Josefsson  <jas@extundo.com>
9405
9406         * imap.el (imap-search): Don't error if server is broken.
9407
9408 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9409
9410         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9411         searching for an article that isn't in the mbox.
9412
9413 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9414
9415         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9416         right, and get all the comments.
9417
9418 2001-09-02  Simon Josefsson  <jas@extundo.com>
9419         Suggested by Dan Christensen <jdc+news@uwo.ca>
9420
9421         * nnfolder.el (nnfolder-request-update-info): Fix message.
9422
9423         * nnml.el (nnml-request-update-info): Ditto.
9424
9425 2001-09-01  Simon Josefsson  <jas@extundo.com>
9426
9427         * nnml.el (nnml-request-expire-articles): Also bind
9428         `nnml-current-group' and `nnml-article-file-alist' when using
9429         expiry-target. (Otherwise nnml will be in a inconsistent internal
9430         state causing all kind of problems.)
9431         (nnml-request-expire-articles): If `nnml-article-to-file' or
9432         `file-attributes' failes, return article as un-expirable instead
9433         of treating it as expired.
9434
9435 2001-08-31  Sam Steingold  <sds@gnu.org>
9436
9437         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9438         typo: `exmine' --> `examine'.
9439
9440 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9443
9444 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9445
9446         * nnml.el (nnml-check-directory-twice): Remove.
9447         (nnml-retrieve-headers): Ditto.
9448         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9449
9450 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9451
9452         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9453         directory twice on Windows, or on GNU Emacs-21.
9454
9455 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9456
9457         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9458         (nnml-request-rename-group): Ditto.
9459         (nnml-active-number): Ditto.
9460         (nnml-request-create-group): Use nnml-directory-articles.
9461         (nnml-request-expire-articles): Use nnml-directory-articles, which
9462         gets list from nov database if available.
9463         (nnml-get-nov-buffer): New function.
9464         (nnml-open-nov): Use it.
9465         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9466         gets alist from nov database if available.
9467         (nnml-directory-articles): New function.
9468         (nnml-article-to-file-alist): New function.
9469
9470 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9471
9472         * mm-decode.el (mm-display-external): Use `name' as filename, if
9473         `filename' attribute is not present.
9474
9475 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9476
9477         * mail-source.el (mail-source-flash): New defcustom.
9478         (mail-source-new-mail-p): Ring visible bell if appropriate.
9479         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9480         timer is cleared even if mail check signals an error.
9481
9482 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9483
9484         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9485         type 'list.
9486
9487 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9488
9489         * flow-fill.el (fill-flowed): eol might be point-max.
9490
9491 2001-08-27  Simon Josefsson  <jas@extundo.com>
9492
9493         * nnml.el (nnml-request-update-info): Fix message.
9494         (nnml-open-marks): Ditto.
9495
9496         * nnfolder.el (nnfolder-request-update-info):
9497         (nnfolder-open-marks): Fix message.
9498
9499 2001-08-25  Simon Josefsson  <jas@extundo.com>
9500
9501         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9502         after group in ~/.
9503
9504 2001-08-25  Simon Josefsson  <jas@extundo.com>
9505         From Andreas Jaeger  <aj@suse.de>
9506
9507         * nnfolder.el (nnfolder-open-marks): Fix typo.
9508         * nnml.el (nnml-open-marks): Likewise.
9509
9510 2001-08-25  Simon Josefsson  <jas@extundo.com>
9511
9512         Make nnfolder groups self-contained as far as marks are concerned.
9513
9514         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9515         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9516         (nnfolder-open-server): Make marks directory.
9517         (nnfolder-request-delete-group): Delete marks file.
9518         (nnfolder-request-delete-group): Check of nov/marks file exist
9519         before deleting.
9520         (nnfolder-request-rename-group): Rename marks file.
9521         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9522         (nnfolder-request-set-mark, nnfolder-request-update-info)
9523         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9524         (nnfolder-open-marks): New functions.
9525         (top-level): Require gnus.
9526
9527 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9528
9529         * nnweb.el (nnweb-type-definition): Use google raw file.
9530         (nnweb-google-parse-1): Ditto.
9531         (nnweb-google-identity): Ditto.
9532         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9533         (nnweb-altavista-wash-article): Ditto.
9534         (nnweb-request-article): Remove nnweb-decode-entities.
9535
9536         * nnml.el: Require 'gnus.
9537
9538 2001-08-25  Simon Josefsson  <jas@extundo.com>
9539
9540         * nnml.el (nnml-marks-is-evil): Add doc.
9541
9542 2001-08-25  Simon Josefsson  <jas@extundo.com>
9543
9544         * nnml.el (nnml-save-marks): Wrap saving marks in a
9545         condition-case, to allow user to start Gnus if saving marks failed
9546         for some reason.
9547
9548 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9551
9552         * gnus-group.el (gnus-update-group-mark-positions): Bind
9553         gnus-group-update-hook to nil.
9554
9555 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9556
9557         * mml.el (mml-generate-mime-1): Force as multibyte string.
9558
9559 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * gnus-sum.el (gnus-summary-insert-line)
9562         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9563         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9564
9565         * gnus-spec.el (gnus-correct-substring): Take optional END.
9566
9567         * nnrss.el (nnrss-request-article): Remove \n.
9568         (nnrss-retrieve-headers): Lines number is -1.
9569
9570 2001-08-24  Simon Josefsson  <jas@extundo.com>
9571
9572         * gnus-group.el (gnus-info-clear-data): Call
9573         nnfoo-request-set-mark to propagate marks.  Fix bug:
9574         `gnus-group-update-line' doesn't update read range unless we call
9575         `gnus-get-unread-articles-in-group' first.
9576
9577         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9578         to server.
9579
9580 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9581
9582         * gnus-util.el (gnus-create-info-command): Return an interactive
9583         function.
9584
9585 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9586         From Katsumi Yamaoka <yamaoka@jpl.org>
9587
9588         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9589
9590 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * gnus-sum.el (gnus-select-newsgroup): Use it.
9593
9594         * gnus-util.el (gnus-not-ignore): New function.
9595
9596         * lpath.el (featurep): Don't fbind char-int.
9597
9598         * gnus-util.el (gnus-create-info-command): New function.
9599
9600         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9601         right node.
9602
9603         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9604         (gnus-summary-limit-children): Use 'identity instead of `all'.
9605         (gnus-summary-limit-to-display-predicate): New command and
9606         keystroke.
9607
9608 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9609
9610         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9611
9612         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9613
9614 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * gnus-spec.el: Add the Gnus version.
9617         (gnus-update-format-specifications): If the Gnus version changes,
9618         nix out the format spec cache.
9619
9620         * gnus.el (gnus-continuum-version): Made into a command and
9621         optionalize the VERSION.
9622
9623         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9624         the start of the lines.
9625
9626 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * gnus.el (gnus-visual-p): Define function before use of
9629         function.
9630
9631 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9634         (gnus-article-mark-to-type): New function.
9635         (gnus-update-missing-marks): Only update marks of type 'list.
9636
9637         * gnus.el (gnus-article-special-mark-lists): New variable.
9638
9639 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9642         (gnus-select-newsgroup): Still use 'all.
9643         (gnus-summary-initial-limit): Comparing with 'all.
9644
9645 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9648         active.
9649
9650 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9651
9652         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9653         nnslashdot-*-retrieve-headers.
9654         (nnslashdot-request-article): Fix for slashcode 2.2.
9655         (nnslashdot-make-tuple): New function.
9656         (nnslashdot-read-groups): Use it.
9657
9658 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9661         list.
9662
9663         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9664
9665 2001-08-20  Simon Josefsson  <jas@extundo.com>
9666
9667         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9668         opened, error instead of continuing (and exploding later).
9669
9670 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671
9672         * gnus.el (gnus-expand-group-parameters): Return the parameter
9673         list.
9674
9675         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9676         (gnus-summary-show-article): Guess at charset if required.
9677
9678         * gnus-spec.el (gnus-correct-substring): Stopped one character
9679         before we wanted.
9680
9681 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9682
9683         * earcon.el (earcon-auto-play): Remove unused option.
9684
9685 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9688         message down in levels, since it happens very fast.
9689
9690         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9691         of smiley-regexp-alist.
9692
9693         * mm-view.el (mm-inline-text): Ignore vcard errors.
9694
9695         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9696
9697         * gnus-score.el (gnus-all-score-files): Use append instead of
9698         nconc.
9699
9700         * gnus.el (gnus-splash-face): Doc fix.
9701
9702         * mm-decode.el (mm-mailcap-command): Use
9703         mm-path-name-rewrite-functions.
9704         (mm-path-name-rewrite-functions): New variable.
9705
9706         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9707         (gnus-complex-form-to-spec): Insert tab.
9708         (gnus-spec-tab): New function.
9709
9710         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9711         entering the group.
9712
9713         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9714         the positional spec.
9715         (gnus-parse-complex-format): React to %C.
9716
9717         * gnus-ems.el (gnus-char-width): Moved here.
9718
9719         * gnus-sum.el (gnus-select-newsgroup): Set
9720         gnus-newsgroup-articles.
9721         (gnus-unseen-mark): New variable.
9722         (gnus-newsgroup-unseen): Ditto.
9723         (gnus-newsgroup-seen): Ditto.
9724         (gnus-adjust-marked-articles): Use them.
9725         (gnus-update-marks): Use them.
9726         (gnus-summary-update-secondary-mark): Display.
9727         (gnus-summary-prepare-threads): Display.
9728
9729         * gnus-msg.el (gnus-inews-group-method): Use and return the
9730         method, not the server.
9731
9732 2001-08-19  Simon Josefsson  <jas@extundo.com>
9733
9734         * gnus-srvr.el (gnus-server-agent-face): New.
9735         (gnus-server-agent-face): New.
9736         (gnus-server-mode): Turn on font-lock-mode.
9737
9738         * gnus.el (gnus-server-visual): Add defgroup.
9739
9740 2001-08-19  Simon Josefsson  <jas@extundo.com>
9741         From Joe Casadonte <jcasadonte@northbound-train.com>
9742
9743         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9744         gnus-server-denied-face): New.
9745         (gnus-server-opened-face, gnus-server-closed-face,
9746         gnus-server-denied-face): New.
9747         (gnus-server-font-lock-keywords): Add.
9748
9749 2001-08-19  Simon Josefsson  <jas@extundo.com>
9750
9751         * nnml.el (nnml-request-set-mark): Return nil.
9752         (nnml-save-marks): Use nnml-possibly-create-directory.
9753         (nnml-open-marks): Only work in temp buffer when inserting/reading
9754         .marks file.
9755
9756 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * gnus.el (gnus-expand-group-parameters): Fix.
9759
9760         * gnus-spec.el (gnus-char-width): New function.
9761         (gnus-correct-substring, gnus-correct-length): Use it.
9762
9763         * message.el (message-required-mail-headers): Fix doc.
9764
9765 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9766
9767         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9768
9769         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9770
9771 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9774         slashdot 2.2 (not fully fixed yet).
9775         (nnslashdot-request-article): Ditto.
9776
9777 2001-08-18  Simon Josefsson  <jas@extundo.com>
9778
9779         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9780         nnimap.
9781
9782         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9783         gnus-util.
9784         (nnimap-request-update-info-internal): Use new functions.
9785
9786         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9787         new functions.
9788
9789 2001-08-18  Simon Josefsson  <jas@extundo.com>
9790
9791         Make nnml groups self-contained as far as marks are concerned.
9792
9793         * nnml.el (nnml-request-delete-group): Delete marks file.
9794         (nnml-request-rename-group): Move marks file.
9795         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9796         variables.
9797         (nnml-request-set-mark, nnml-request-update-info): New server
9798         functions.
9799         (nnml-save-marks, nnml-open-marks): New functions.
9800
9801 2001-08-18  Simon Josefsson  <jas@extundo.com>
9802
9803         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9804         `set' when setting marks.
9805
9806 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9807
9808         * gnus.el (gnus-info-find-node): Take an argument.
9809
9810         * gnus-art.el (gnus-button-handle-info): New function.
9811         (gnus-url-unhex-string): Replace "+" with " ".
9812
9813 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9814
9815         * message.el (message-check-news-header-syntax): Check bad From.
9816
9817 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818
9819         * gnus-spec.el (gnus-correct-length): New function.
9820         (gnus-correct-substring): New function.
9821         (gnus-tilde-max-form): Use it.
9822
9823 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9824
9825         * nnmh.el: Docstring changes as below.
9826
9827         * nnml.el: Docstring changes as below.
9828
9829         * nnbabyl.el: Docstring changes as below.
9830
9831         * nnmbox.el: Docstring changes as below.
9832
9833         * nnfolder.el: Added docstrings identifying each virtual server
9834         parameter.
9835
9836 2001-08-18  Simon Josefsson  <jas@extundo.com>
9837
9838         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9839
9840 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9841
9842         * message.el: rename "Abort Message" to "Postpone Message".
9843         Remove "Attach file as MIME" from Message menu, it's already in
9844         the MIME menu.
9845
9846 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * smime.el (smime-point-at-eol): eval-and-compile.
9849         (smime-make-temp-file): New function.
9850         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9851         Use it.
9852
9853 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9856         (gnus-agent-summary-fetch-group): New command and keystroke.
9857
9858         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9859         (gnus-mime-display-security): Make it respect
9860         gnus-unbuttonized-mime-type-p.
9861
9862         * gnus-sum.el (gnus-articles-to-read): Comments.
9863         (gnus-article-marked-p): New function.
9864         (gnus-summary-display-make-predicate): New function.
9865         (gnus-select-newsgroup): Use them.
9866
9867         * mm-decode.el (mm-save-part-to-file): Made it not error.
9868
9869 2001-08-17  Simon Josefsson  <jas@extundo.com>
9870
9871         * imap.el (imap-wait-for-tag): If process-status isn't open or
9872         run, return nil instead of sit-for looping.
9873
9874 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * lpath.el (featurep): fbind xml-parse-region.
9877
9878         * gnus.el (gnus-message-archive-method): Default to "archive".
9879         (gnus-message-archive-method): Doc fix.
9880         (gnus-parameters-get-parameter): Cleaned up.
9881         (gnus-expand-group-parameter): New function.
9882
9883         * gnus-start.el (gnus-setup-news): Push the archive server only
9884         the server list.
9885
9886         * mml.el (mml-menu): Changed name to "Attachments".
9887
9888         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9889         when there is something to detroy.
9890
9891 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9894         nil.
9895
9896 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9897
9898         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9899         which specifies a time today or tomorrow.
9900
9901 2001-08-15  Simon Josefsson  <jas@extundo.com>
9902         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9903
9904         * gnus-agent.el (gnus-agent-make-mode-line-string)
9905         (gnus-agent-toggle-plugged): Use new API.
9906
9907 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9908
9909         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9910         deadline has expired.
9911
9912 2001-08-12  Simon Josefsson  <jas@extundo.com>
9913         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9914
9915         Support `recent' mark indicating newly arrived messages (to
9916         separate from old but unread messages).
9917
9918         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9919         `nnmail-split-history' if recent is > 0.
9920         (nnimap-request-update-info-internal): Update `recent' marks.
9921         (nnimap-request-set-mark): Never set `recent' marks.
9922         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9923         recent.
9924
9925         * gnus-sum.el (gnus-recent-mark): New mark.
9926         (gnus-newsgroup-recent): New variable.
9927         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9928         (gnus-summary-prepare-threads): Mark recent articles.
9929         (gnus-summary-add-mark): Support recent.
9930         (gnus-summary-update-secondary-mark): Support recent.
9931
9932         * gnus.el (gnus-article-mark-lists): Add recent.
9933
9934 2001-08-12  Simon Josefsson  <jas@extundo.com>
9935
9936         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9937         whether successful decoding took place.  Add doc.
9938
9939 2001-08-12  Simon Josefsson  <jas@extundo.com>
9940         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9941
9942         * gnus.el (gnus-summary-line-format, gnus-parameters):
9943         * gnus-gl.el (gnus-summary-grouplens-line-format):
9944         * gnus-salt.el (gnus-summary-pick-line-format):
9945         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9946
9947 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9948         Committed by Kai Gro\e,b_\e(Bjohann.
9949
9950         * gnus-score.el (gnus-score-string): Fix `match' regexp
9951         for `extra' header case.
9952
9953 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9954
9955         * nnmbox.el (nnmbox-read-mbox): No warning.
9956
9957 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9958
9959         * nndoc.el (nndoc-article-type): Fix doc.
9960         (nndoc-generate-article-function): New variable.
9961         (nndoc-dissection-function): New variable.
9962         (nndoc-type-alist): Add oe-dbx.
9963         (nndoc-oe-dbx-type-p): New function.
9964         (nndoc-oe-dbx-dissection): New function.
9965         (nndoc-oe-dbx-generate-article): New function.
9966
9967 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9968
9969         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9970         whether deadline has been reached.  Patch from Dan Nicolaescu
9971         <dann@godzilla.ics.uci.edu>.
9972
9973 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9974
9975         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9976         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9977         <rintaman@cs.Helsinki.FI>.
9978
9979         * mail-source.el (mail-source-movemail): The error buffer is
9980         modified, but nothing in it.
9981
9982 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9983
9984         * message.el (message-bogus-system-names): New variable.
9985         (message-make-fqdn): Use it.
9986
9987 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9988
9989         * nndraft.el (nndraft-request-group): Use
9990         nndraft-auto-save-file-name.
9991
9992 2001-08-09  Simon Josefsson  <jas@extundo.com>
9993
9994         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9995         Don't ask whether to decrypt.  Just leave result in buffer (don't
9996         call mm).
9997
9998         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9999         parts as well.
10000         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10001         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10002
10003 2001-08-09  Simon Josefsson  <jas@extundo.com>
10004
10005         * mm-decode.el (mm-insert-part): Return decoding success status.
10006         (mm-save-part-to-file): Error if decoding failed.
10007
10008 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10009
10010         * message.el (message-tab): Use indent-relative.
10011         (message-mode): Don't bind indent-line-function to indent-relative.
10012
10013 2001-08-09  Simon Josefsson  <jas@extundo.com>
10014
10015         * message.el (message-get-reply-headers): Fix string. Suggested by
10016         Christoph Conrad <cc@cli.de>.
10017
10018 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * message.el (message-tab): Use the current value of
10021         indent-line-function.
10022         (message-mode): Bind indent-line-function to indent-relative.
10023
10024 2001-08-08  Simon Josefsson  <jas@extundo.com>
10025
10026         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10027         whether `imtest' is installed.
10028
10029 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10031
10032         * gnus-sum.el (gnus-summary-show-article): Call
10033         gnus-summary-update-secondary-secondary-mark.
10034         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10035         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10036
10037 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10038
10039         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10040
10041         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10042
10043         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10044         <gerd@gnu.org>.
10045
10046         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10047
10048         * gnus-util.el (gnus-output-to-rmail): Ditto.
10049         (gnus-output-to-mail): Ditto.
10050
10051         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10052
10053 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10054
10055         * message.el (message-indent-citation): Use
10056         `message-yank-cited-prefix' for empty lines.
10057
10058 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10059
10060         * message.el (message-indent-citation): Quote only lines starting
10061         with ">" using `message-yank-cited-prefix'.
10062
10063 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10064         Trivial patch.
10065
10066         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10067         gnus-cache-fully-p.
10068
10069 2001-08-04  Simon Josefsson  <jas@extundo.com>
10070
10071         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10072         file if it doesn't exist (by calling gnus-cache-read-active).
10073
10074 2001-08-04  Simon Josefsson  <jas@extundo.com>
10075
10076         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10077         (gnus-cache-passively-or-fully-p): Removed.
10078         (gnus-cache-fully-p): Fix it.
10079
10080         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10081
10082 2001-08-04  Simon Josefsson  <jas@extundo.com>
10083
10084         * gnus-cache.el (gnus-cache-fully-p)
10085         (gnus-cache-passively-or-fully-p): New functions.
10086         (gnus-cache-possibly-enter-article): Cosmetic change, use
10087         `g-c-p-o-f-p'.
10088         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10089         was bogus (`g-c-p-a-a' does not change active info, just change
10090         the functions parameters).
10091         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10092         not removed in groups that match `gnus-uncacheable-groups'.
10093
10094         Reported and modifications based on discussions with Nuutti
10095         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10096
10097 2001-08-04  Simon Josefsson  <jas@extundo.com>
10098         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10099
10100         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10101         calls `gnus-cache-update-active' if bounds has been extended.
10102
10103 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10104
10105         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10106         before remove.
10107         (gnus-mime-security-show-details): Ditto.
10108
10109 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10110
10111         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10112         syntax.  Protect string-match against nil string and regexp.
10113
10114 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10115
10116         * mm-util.el (mm-find-charset-region): Remove control-1.
10117
10118 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10121
10122 2001-08-04  Simon Josefsson  <jas@extundo.com>
10123
10124         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10125         buffer.  Delete MIME-Version header.
10126
10127 2001-08-03  Simon Josefsson  <jas@extundo.com>
10128
10129         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10130         that is entered does not necessarily have the highest article
10131         number in the group, so use `gnus-cache-possibly-alter-active'
10132         instead of `gnus-cache-update-active'.
10133
10134 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10135
10136         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10137
10138 2001-08-03  Simon Josefsson  <jas@extundo.com>
10139
10140         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10141         menu.
10142
10143 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus.el (post-method): New group parameter.  It also provides
10146         the user option `gnus-post-method-alist' and the internal function
10147         `gnus-parameter-post-method'.
10148
10149         * gnus-msg.el (gnus-post-method): Bind the value of
10150         `gnus-post-method' to the group parameter if it is defined.
10151
10152 2001-08-02  Simon Josefsson  <jas@extundo.com>
10153
10154         * smime.el (smime-extra-arguments): Removed.
10155         (smime-call-openssl-region): Don't use it.
10156
10157 2001-08-02  Simon Josefsson  <jas@extundo.com>
10158
10159         * smime.el (smime-sign-region): Handle stderr.
10160         (smime-encrypt-region): Ditto.
10161
10162         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10163         match the ASN.1 length bytes.
10164         (mm-pkcs7-enveloped-magic): Ditto.
10165         (mm-view-pkcs7-get-type): Don't regexp quote.
10166
10167 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10168         From Andreas Fuchs <asf@void.at>
10169
10170         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10171
10172 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10173
10174         * gnus-art.el (gnus-header-button-alist): References regexp.
10175
10176 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10177
10178         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10179         already fboundp.  Add INTERACTIVE arg to autoload form.
10180
10181 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10182
10183         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10184
10185         * nnmail.el (nnmail-cache-open): Ditto.
10186
10187 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10188
10189         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10190
10191 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10194
10195 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10196         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10197
10198         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10199         (gnus-agent-toggle-plugged): Use it.
10200
10201 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10202
10203         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10204         (gnus-ding-file-coding-system): New variable.
10205         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10206         (gnus-slave-save-newsrc): Use it.
10207
10208 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10209
10210         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10211         syntax.
10212
10213 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10214         Originally from Andreas Fuchs <asf@void.at>
10215
10216         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10217         (mml2015-gpg-pretty-print-fpr): New function.
10218         (mml2015-gpg-extract-signature-details): More details, rename from
10219         `m-g-e-from'.
10220         (mml2015-gpg-verify): Use them.
10221         (mml2015-gpg-clear-verify): Use them.
10222
10223 2001-07-31  Simon Josefsson  <jas@extundo.com>
10224
10225         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10226         buffer when done.
10227
10228 2001-07-30  Simon Josefsson  <jas@extundo.com>
10229
10230         * smime.el (smime-call-openssl-region): Revert previous change,
10231         just pass on buf to `call-process-region'.
10232         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10233         `smime-new-details-buffer'.  Inserts error messages into buffer.
10234         (smime-noverify-region): Ditto.
10235         (smime-decrypt-region): Ditto.  Handles stderr separately.
10236         (smime-verify-buffer, smime-noverify-buffer)
10237         (smime-decrypt-buffer): Doc fix.
10238         (smime-new-details-buffer): New function.
10239         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10240         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10241         (smime-sign-region, smime-encrypt-region): Don't use
10242         `insert-buffer'.
10243
10244         * mml-smime.el (mml-smime-verify): Fix security button strings.
10245
10246 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10247
10248         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10249         gnus-article-mime-handles.
10250
10251 2001-07-29  Simon Josefsson  <jas@extundo.com>
10252
10253         * mail-source.el (top-level): Require message for message-directory.
10254         (mail-source-directory): Change default to message-directory.
10255
10256         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10257         (smime-certificate-directory, smime-openssl-program)
10258         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10259         (smime-extra-arguments): New variable.
10260         (smime-dns-server): Fix customize group.
10261         (smime-call-openssl-region): Use `smime-extra-arguments'.
10262
10263 2001-07-29  Simon Josefsson  <jas@extundo.com>
10264         From Vladimir Volovich <vvv@vsu.ru>
10265
10266         * smime.el (smime-call-openssl-region): Ignore stderr.
10267
10268 2001-07-29  Simon Josefsson  <jas@extundo.com>
10269         From Christoph Conrad <christoph.conrad@gmx.de>
10270
10271         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10272         file.
10273
10274 2001-07-29  Simon Josefsson  <jas@extundo.com>
10275
10276         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10277
10278         Support S/MIME decryption.
10279
10280         * mm-decode.el (mm-inline-media-tests):
10281         (mm-inlined-types):
10282         (mm-automatic-display):
10283         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10284
10285         * mm-view.el (mm-pkcs7-signed-magic):
10286         (mm-pkcs7-enveloped-magic): New variables.
10287         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10288         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10289         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10290         PKCS#7 blobs.
10291
10292         * smime.el (smime-decrypt-region): Expand keyfile.
10293
10294 2001-07-29  Simon Josefsson  <jas@extundo.com>
10295
10296         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10297         `ssl.el' variables.
10298
10299         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10300         but line instead of narrowing to it, because `nnmail-parse-active'
10301         calls widen.  Thanks to Christoph Conrad
10302         <christoph.conrad@gmx.de>.
10303
10304 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10305
10306         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10307         for %B spec.
10308
10309         * gnus-sum.el (gnus-summary-prepare-threads): If
10310         gnus-sum-thread-tree-root is nil, use subject instead.
10311         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10312         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10313         (gnus-sum-thread-tree-leaf-with-other)
10314         (gnus-sum-thread-tree-single-leaf): Documentation.
10315         (gnus-sum-thread-tree-single-indent): Allow nil.
10316
10317 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * message.el (message-fill-paragraph): Do nothing if the user
10320         wants filladapt-mode.
10321
10322 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10323
10324         * mm-decode.el (mm-image-type-from-buffer): New function.
10325         (mm-get-image): Use it.
10326
10327 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10328
10329         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10330
10331         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10332         mm-display-parts too.
10333
10334 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10335
10336         * nnfolder.el (nnfolder-request-accept-article): Bind
10337         nntp-server-buffer.
10338
10339         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10340         nntp-server-buffer.
10341
10342 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343
10344         * message.el (message-check-news-header-syntax): Use
10345         message-post-method.
10346         (message-send-news): Bind message-post-method.
10347
10348 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10349
10350         * mml.el (mml-tweak-type-alist): New variable.
10351         (mml-tweak-function-alist): New variable.
10352         (mml-tweak-part): New function.
10353         (mml-generate-mime-1): Use it.
10354
10355 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10356
10357         * nnfolder.el (nnfolder-request-accept-article): Replace
10358         nnfolder-request-list.
10359
10360 2001-07-27  Simon Josefsson  <jas@extundo.com>
10361
10362         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10363         nnoo-change-server failed to do it.
10364
10365 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10366
10367         * gnus.el (gnus-parameters): Make it customizable.
10368
10369 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10370
10371         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10372
10373         * message.el (message-set-auto-save-file-name): More
10374         poor-system-types.
10375
10376         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10377
10378         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10379         supports +.
10380
10381 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10382
10383         * mm-decode.el (mm-readable-p): New function.
10384         (mm-inline-media-tests): Fix the default testers.
10385
10386 2001-07-26  Simon Josefsson  <jas@extundo.com>
10387
10388         * nnimap.el (nnimap-version): Bump version number.
10389
10390 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10391         From Steven E. Harris <seh@speakeasy.org>
10392
10393         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10394         in M$Windows too.
10395
10396 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10397
10398         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10399
10400 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10401
10402         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10403
10404         * mm-decode.el (mm-get-image): Guess then use the type.
10405
10406         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10407
10408 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10409
10410         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10411         display (%B) for threads if threading is off.
10412
10413 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414         From Henrik Enberg <henrik@enberg.org>
10415
10416         * gnus-msg.el: Customization patch.
10417
10418 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10419
10420         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10421         variable.
10422         (nnmail-split-fancy-with-parent): Ignore certain groups.
10423
10424 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10425
10426         * gnus-util.el (gnus-byte-compile): New function.
10427         (gnus-use-byte-compile): New variable.
10428         (gnus-make-sort-function): Use it.
10429
10430         * nnmail.el (nnmail-get-new-mail): Use it.
10431
10432         * gnus-agent.el (gnus-category-make-function): Simple function or
10433         compiled function.
10434         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10435
10436         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10437         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10438         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10439
10440         * message.el (message-check-news-header-syntax): Remove quote.
10441
10442 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * message.el (message-use-mail-followup-to): `t' is not a
10445         documented value.
10446
10447 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10450
10451 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10452
10453         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10454         there are long lines.
10455
10456 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * dgnushack.el (copy-list): New compiler macro.
10459
10460 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10461
10462         * message.el (message-bounce): If no Return-Path, the whole
10463         content is considered as the original message.
10464
10465         * nnml.el (nnml-check-directory-twice): New variable.
10466         (nnml-article-to-file): Use it.
10467         (nnml-retrieve-headers): Hack it.
10468
10469 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10470
10471         * gnus-win.el (gnus-buffer-configuration): New configure.
10472
10473         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10474         not alive.
10475
10476         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10477         (mm-display-external): Use display-term configure.
10478
10479 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10480
10481         * gnus-delay.el (gnus-delay-default-hour): New variable.
10482         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10483
10484 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10485         From Karl Kleinpaste <karl@charcoal.com>
10486
10487         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10488         (gnus-summary-prepare-threads): Ditto.
10489
10490         * gnus.el (gnus-summary-line-format): Add %B.
10491
10492 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10495
10496         * mm-util.el (mm-string-as-multibyte): New function.
10497
10498         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10499
10500 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10501
10502         * mm-util.el (mm-universal-coding-system): New variable.
10503
10504         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10505
10506         * score-mode.el (score-mode-coding-system): Use it.
10507
10508 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-start.el (gnus-setup-news): Call
10511         `gnus-check-bogus-newsgroups' just after the native server is
10512         opened.
10513
10514 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10515
10516         * nnmail.el (nnmail-do-request-post): Util function to be used by
10517         `nnchoke-request-post' for all nnmail-derived backends.
10518
10519         * nnml.el (nnml-request-post): Use it.
10520
10521         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10522         backend, for it groks nnml-request-post.
10523
10524         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10525         Treat `mail-post' backends like `mail' backends, not like `news'
10526         backends.
10527
10528 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10529
10530         * gnus-msg.el (gnus-setup-message): make-local-hook.
10531
10532 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10533
10534         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10535         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10536         <karl@charcoal.com>, slightly changed by Kai.
10537
10538         * message.el (message-check-news-header-syntax): When checking
10539         whether the groups exist, check the right server based on
10540         `gnus-post-method'.
10541
10542 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10543
10544         * gnus-delay.el: New file.
10545
10546 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10547
10548         * mm-util.el (mm-read-coding-system): Take two arguments.
10549
10550         * gnus-sum.el (gnus-summary-show-article): Use
10551         mm-read-coding-system.
10552
10553         * gnus-art.el (article-de-quoted-unreadable):
10554         (article-de-base64-unreadable, article-wash-html):
10555         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10556
10557 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10558
10559         * nnml.el (nnml-request-post): New function.  Can be used for
10560         annotations in nnml groups.
10561
10562 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10565         command.
10566
10567         * gnus-start.el (gnus-find-new-newsgroups): Use
10568         `message-make-date' instead of `current-time-string'.
10569         (gnus-ask-server-for-new-groups): Ditto.
10570         (gnus-check-first-time-used): Ditto.
10571
10572 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10573
10574         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10575
10576 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10577
10578         * message.el (message-shorten-references): Change `maxcount' and
10579         `cut' to obey USEFOR draft 5.
10580
10581 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10582
10583         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10584         (gnus-summary-set-article-display-arrow): New function.
10585         (gnus-summary-goto-subject): Use it.
10586
10587 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10588
10589         * gnus-sum.el (gnus-summary-import-article): Insert date if
10590         doesn't exist.
10591
10592 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10593
10594         * mml.el (mml-content-type-parameters): New variable.
10595         (mml-content-disposition-parameters): New variable.
10596         (mml-insert-mime-headers): Use them.
10597         (mml-parse-1): Accept charset.
10598
10599 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10600
10601         * gnus-group.el (gnus-group-select-group): Doc fix.
10602
10603         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10604
10605 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10608         to handle `define-derived-mode'.
10609
10610 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10611         From:  Stefan Monnier  <monnier@cs.yale.edu>
10612
10613         * message.el (message-mode): Use define-derived-mode.
10614         (message-tab): message-completion-alist.
10615
10616         * imap.el (imap-interactive-login): Use make-local-variable.
10617         (imap-open): Ditto.
10618         (imap-authenticate): Ditto.
10619
10620         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10621
10622         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10623
10624 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10625
10626         * message.el (message-citation-line-function): Refer to
10627         gnus-cite-attribution-suffix.
10628
10629 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10630
10631         * gnus-art.el,...: Error convention changes.
10632
10633 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10636
10637 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10640         (nnrss-read-server-data): Ditto.
10641
10642 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643
10644         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10645         * Cleanup files.
10646         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10647
10648 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10649
10650         * gnus.el (gnus-summary-line-format): Add %o.
10651
10652         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10653         unless shell outputs something.
10654
10655 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * gnus-art.el (gnus-boring-article-headers): Better doc.
10658         (article-hide-headers): Better regexp.
10659         Suggested by Matt Swift <swift@alum.mit.edu>.
10660
10661         * nnheader.el (nnheader-max-head-length): Better doc.
10662         (nnheader-header-value): Skip spaces.
10663         (nnheader-parse-head): Remove space.
10664         Suggested by Matt Swift <swift@alum.mit.edu>.
10665
10666         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10667         (gnus-get-newsgroup-headers): Remove space.
10668
10669 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10670
10671         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10672         (gnus-summary-reply): Use it.
10673         (gnus-summary-reply-broken-reply-to): New function.
10674         (gnus-msg-force-broken-reply-to): New function.
10675
10676         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10677
10678 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10681
10682 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10683
10684         * mm-decode.el (mm-external-terminal-program): New variable.
10685         (mm-display-external): Use it. Use term to display when no
10686         window-system.
10687
10688 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10689
10690         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10691         Browse->Next entries to Browse->Prev
10692
10693 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10694
10695         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10696
10697 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10700         for the default encoding.
10701
10702         * nnrss.el (nnrss-url-field): New field.
10703         (nnrss-request-article): Add newsgroups.
10704
10705         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10706
10707 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10708
10709         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10710
10711         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10712         (gnus-draft-setup): Remove backlog.
10713
10714 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10715
10716         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10717         Cleanup.
10718
10719 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * gnus-msg.el (gnus-bug): Erase buffer.
10722
10723         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10724
10725 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * mm-decode.el (mm-attachment-override-p): Fix typo.
10728
10729 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-kill.el (gnus-execute): Work with the extra headers.
10732         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10733
10734 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10737         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10738
10739         * message.el (message-send-mail-real-function): New variable.
10740         (message-send-mail-partially, message-send-mail):
10741
10742         * nngateway.el (nngateway-request-post): Use it.
10743
10744         * gnus-agent.el (gnus-agentize): Use it.
10745
10746         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10747         (nnsoup-revert-variables): Use it.
10748
10749 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10750
10751         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10752         text/plain if the type doesn't match any other media types.
10753         (mm-inlined-types): Doc fix.
10754         (mm-display-inline): Revert previous change (now handled by a
10755         default type in `mm-inline-media-tests'.
10756         (mm-inlinable-p): Revive.
10757         (mm-display-part): Call `mm-inlinable-p'.
10758         (mm-attachment-override-p): Ditto.
10759         (mm-inlined-p): Doc fix.
10760
10761         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10762         well as `mm-inlined-p'.
10763
10764 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10767         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10768
10769 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770         From  Paul Jarc <prj@po.cwru.edu>
10771
10772         * message.el (message-use-mail-followup-to): New variable.
10773         (message-get-reply-headers): Use it.
10774
10775 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10776
10777         * nnheader.el (nnheader-init-server-buffer): Make sure the
10778         *nntpd* buffer is made multibyte instead of a random buffer.
10779
10780 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10781
10782         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10783         when it returns headers.
10784
10785 2001-07-07  Simon Josefsson  <jas@extundo.com>
10786
10787         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10788         trying to fold. Thanks to Colin Walters
10789         <walters@cis.ohio-state.edu>
10790
10791 2001-07-06  Simon Josefsson  <jas@extundo.com>
10792
10793         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10794         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10795         Add information in `assert's.
10796
10797         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10798         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10799         and `nnimap-group-overview-filename', should handle all
10800         change-of-uidvalidity related issues.  But there may be other
10801         problems.)
10802
10803 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10804
10805         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10806         header name when folding.
10807
10808 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10809
10810         * mm-decode.el (mm-inlined-types): Document relationship with
10811         `mm-inline-media-tests'.
10812         (mm-display-inline): Default to displaying as plain text if no
10813         inlining handler is available.
10814         (mm-inlinable-p): Remove.
10815         (mm-inlined-p): Don't call `mm-inlinable-p'.
10816         (mm-automatic-display-p): Ditto.
10817         (mm-attachment-override-p): Ditto.
10818
10819 2001-07-04  Simon Josefsson  <jas@extundo.com>
10820
10821         * nnimap.el (nnimap-importantize-dormant): New variable.
10822         (nnimap-request-update-info-internal): Use it.
10823         (nnimap-request-set-mark): Ditto.
10824
10825 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10826
10827         * nntp.el (nntp-send-command): don't pass a buffer argument to
10828         `point'. Only XEmacs accepts this.
10829         * nntp.el (nntp-send-command-nodelete): ditto.
10830         * nntp.el (nntp-send-command-and-decode): ditto.
10831
10832 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10833
10834         * nntp.el (nntp-open-connection-function): doc update.
10835         * nntp.el (nntp-pre-command): New.
10836         * nntp.el (nntp-via-rlogin-command): New.
10837         * nntp.el (nntp-via-telnet-command): New.
10838         * nntp.el (nntp-via-telnet-switches): New.
10839         * nntp.el (nntp-via-user-name): New.
10840         * nntp.el (nntp-via-user-password): New.
10841         * nntp.el (nntp-via-address): New.
10842         * nntp.el (nntp-via-envuser): New.
10843         * nntp.el (nntp-via-shell-prompt): New.
10844         * nntp.el (nntp-open-telnet-stream): New.
10845         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10846         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10847         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10848         * nntp.el (nntp-send-command): ditto.
10849         * nntp.el (nntp-send-command-nodelete): ditto.
10850         * nntp.el (nntp-send-command-and-decode): ditto.
10851
10852 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10853         Trivial patch.
10854
10855         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10856         `when'.
10857
10858 2001-07-03  Simon Josefsson  <jas@extundo.com>
10859         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10860
10861         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10862
10863 2001-07-03  Simon Josefsson  <jas@extundo.com>
10864
10865         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10866         remove it (workaround XEmacs `fill-region' bug).
10867
10868 2001-07-01  Simon Josefsson  <jas@extundo.com>
10869
10870         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10871
10872 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10873
10874         * mml2015.el (mml2015-format-error): New function.
10875         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10876         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10877         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10878
10879 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10880
10881         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10882         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10883
10884         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10885         group variables.
10886
10887 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10888
10889         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10890
10891         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10892         (nnrss-save-group-data): Ditto.
10893
10894         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10895
10896 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * message.el (message-do-send-housekeeping): Narrow to headers.
10899
10900 2001-06-24  Simon Josefsson  <jas@extundo.com>
10901
10902         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10903         insertion when breaking lines looked for " \t" instead of "[ \t]".
10904         (rfc2047-encode-message-header): Fold lines even if
10905         no QP encoding is done.
10906
10907 2001-06-23  Simon Josefsson  <jas@extundo.com>
10908         From Samuel Tardieu <sam@inf.enst.fr>
10909
10910         * smime.el (smime-keys): Support additional certificates.
10911         (smime-make-certfiles): New function.
10912         (smime-sign-region): Use previous variables.
10913         (smime-get-certfiles): New function.
10914         (smime-sign-buffer): Use it.
10915         (smime-verify-region): Support both CAfile and CApath.
10916
10917 2001-06-23  Simon Josefsson  <jas@extundo.com>
10918
10919         * smime.el (smime-decrypt-region): Perhaps work.
10920
10921 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10924
10925 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10926
10927         * mm-decode.el (mm-save-part): Rewrite file name.
10928         (mm-file-name-rewrite-functions): New variable.
10929         (mm-file-name-delete-whitespace): New function.
10930         (mm-file-name-trim-whitespace): New function.
10931         (mm-file-name-collapse-whitespace): New function.
10932         (mm-file-name-replace-whitespace): New variable and function.
10933
10934 2001-06-22  Simon Josefsson  <jas@extundo.com>
10935
10936         * message.el (message-make-date): Workaround locale for weekdays.
10937
10938 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10939
10940         * message.el (message-goto-body): Return nil if not found. (revert!)
10941
10942 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943         From Fremlin <chief@bandits.org>
10944
10945         * message.el (message-goto-body): Some messages have no header.
10946
10947         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10948
10949 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10950
10951         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10952
10953 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * message.el (message-make-date): Add week day.
10956         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10957
10958 2001-06-19  Simon Josefsson  <jas@extundo.com>
10959
10960         * message.el (message-yank-prefix): Doc fix.
10961         (message-yank-cited-prefix): Ditto.
10962         (message-delete-not-region): Keep citation prefix on first line,
10963         if possible and appropriate.
10964
10965 2001-06-19  Simon Josefsson  <jas@extundo.com>
10966
10967         * imap.el (imap-process-connection-type): New variable.
10968         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10969         recent `imtest's work completely (no line length issues), while
10970         making making old `imtest's unusable.  Thanks to NAGY Andras
10971         <nagya@inf.elte.hu> for his work.
10972
10973 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10974
10975         * imap.el (imap-ssl-program): Add -quiet to shut up
10976         OpenSSL/SSLeay's internal debug talk.
10977
10978 2001-06-19  Matt Armstrong  <matt@lickey.com>
10979
10980         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10981         server.
10982
10983 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10984
10985         * nnmail.el (nnmail-article-buffer): New variable.
10986         (nnmail-split-incoming): Use it.
10987
10988 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10989
10990         * qp.el (quoted-printable-decode-region): If called interactively,
10991         use coding-system-for-read.
10992
10993 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * message.el (message-check-news-header-syntax): Check Reply-To.
10996
10997 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10998
10999         * mml.el (mml-parse-1): Use message options.
11000
11001         * message.el (message-do-fcc): Don't do anything if there is no
11002         FCC.
11003
11004 2001-06-16  Simon Josefsson  <jas@extundo.com>
11005
11006         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11007         (nnimap-expunge-search-string): New variable.
11008         (nnimap-request-expire-articles): Use it.
11009
11010 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11011
11012         * message.el (message-send-mail-with-qmail): wrong exit status is
11013         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11014
11015 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * gnus-art.el (article-strip-multiple-blank-lines): Use
11018         delete-region instead of replace-match.
11019
11020 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11023         (nnweb-google-wash-article): Ditto.
11024
11025 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11026
11027         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11028
11029 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11032         specs.
11033
11034 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11035
11036         * gnus.el (gnus-email-address): Move it here.
11037
11038         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11039         requested.
11040         (article-de-base64-unreadable): Ditto.
11041         (article-wash-html): Ditto.
11042
11043 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * message.el (message-options-set-recipient): Don't add ", "
11046         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11047
11048 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11049
11050         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11051
11052 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11053
11054         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11055         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11056
11057         * nnrss.el (nnrss-node-text): Node might be nil.
11058
11059 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11060
11061         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11062         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11063
11064         * nnrss.el (nnrss-group-alist): More items.
11065
11066 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11067
11068         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11069
11070 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11071         Trivial patch from Dale Hagglund  <rdh@best.com>
11072
11073         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11074         restrict clauses.
11075
11076 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11077
11078         From Benjamin Rutt <brutt+news@bloomington.in.us>
11079
11080         * message.el (message-wide-reply-confirm-recipients): New variable.
11081
11082 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11083         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11084
11085         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11086         fix so it works with XEmacs.
11087
11088 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11091         headers.
11092
11093 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * nnrss.el: Fix a few bugs.
11096
11097 2001-06-05  Simon Josefsson  <jas@extundo.com>
11098
11099         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11100         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11101
11102 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11103
11104         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11105         binary so that we don't transmit ISO 2022 garbage to the process.
11106         This is needed under XEmacs.
11107
11108 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11109
11110         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11111         autoloaded incorrectly below because ssl-program-* is bound.)
11112         Thanks to Amos Gouaux for report.
11113
11114 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11115
11116         * imap.el (imap-kerberos4-open):
11117         (imap-gssapi-open):
11118         (imap-ssl-open):
11119         (imap-network-open):
11120         (imap-shell-open):
11121         (imap-starttls-open): Set buffer to workaround spurious
11122         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11123         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11124         Colman <colman@ppllc.com> for report.
11125
11126 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * gnus-sum.el (gnus-summary-catchup): New argument.
11129         (gnus-summary-catchup-from-here): New function.
11130
11131 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11132
11133         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11134         back, then insert glyph.  (Before, the glyph was inserted first,
11135         then the newline.)  This works around a behavior in XEmacs where
11136         it is not possible to insert a character after a glyph which is at
11137         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11138
11139 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11140
11141         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11142
11143         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11144         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11145         mm-destroy-postponed-undisplay-list): New functions.
11146         (mm-display-external): Use them.
11147
11148 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11149
11150         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11151         `default-low' when evaluating `gnus-summary-highlight'.
11152         From Raja R Harinath <harinath@cs.umn.edu>.
11153
11154 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11155
11156         * message.el (message-yank-cited-prefix): New variable.
11157         (message-indent-citation): Use it.
11158
11159         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11160         as details.
11161         (mml2015-mailcrypt-clear-verify): Ditto.
11162
11163 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11164         From Nevin Kapur <nevin@jhu.edu>.
11165
11166         * gnus-sum.el (gnus-summary-default-high-score,
11167         gnus-summary-default-low-score): New variables.
11168         (gnus-summary-highlight): Use them.
11169
11170 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11171
11172         * message.el (message-mail): pass the 'send-actions argument to
11173         `message-setup'.
11174
11175 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11176         From Raymond Scholz <ray-2001@zonix.de>
11177
11178         * gnus-art.el (gnus-mime-view-part-as-charset):
11179         (gnus-mime-internalize-part): Doc fixes.
11180
11181 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11182
11183         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11184         status lines without any text ("^215$").
11185
11186 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187
11188         * nnrss.el (nnrss-check-group): Reverse.
11189
11190 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11191
11192         * message.el (message-get-reply-headers):
11193         (message-followup): Fix typo, suggested by David Green
11194         <dgreen@uab.edu>
11195
11196 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11199
11200         * nnrss.el (nnrss-open-server): Read server data when it is called.
11201         (nnrss-request-expire-articles): Fix.
11202
11203 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * message.el (message-do-send-housekeeping): mail-abbrevs may
11206         rename buffer behind Gnus.
11207
11208 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11211         (nnrss-group-alist): Add more resources.
11212         (nnrss-check-group): Ignore errors.
11213
11214 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215
11216         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11217
11218         * nnslashdot.el (nnslashdot-request-list): Add time.
11219         (nnslashdot-request-expire-articles): New function.
11220
11221         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11222         secondary methods too.
11223
11224 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11225
11226         * message.el (message-use-followup-to): Set default value to t.
11227
11228 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11229
11230         * message.el (message-dont-reply-to-names): Fix documentation.
11231         (message-get-reply-headers): Use Mail-Followup-To only for wide
11232         replies.
11233
11234 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11235
11236         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11237         correctly.
11238         (nnrss-check-group): Use time.
11239
11240 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11241
11242         * gnus.el: Oort Gnus v0.03 is released.
11243
11244 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11247         group.
11248
11249 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11250
11251         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11252
11253 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * nnultimate.el (nnultimate-retrieve-headers): Return all
11256         available headers.
11257
11258         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11259         (gnus-get-newsgroup-headers-xover): Use it.
11260
11261 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11264
11265 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11268
11269 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11270
11271         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11272         disable it.
11273
11274         * gnus.el (gnus-info-nodes): Remove a few The's.
11275
11276 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11277
11278         * mail-source.el (mail-source-movemail): Call-process may return a
11279         signal description string.
11280
11281         * gnus-start.el (gnus-read-newsrc-el-file):
11282         gnus-newsrc-file-version may be nil.
11283
11284         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11285         Suggested by Michael Sperber [Mr. Preprocessor]
11286         <sperber@informatik.uni-tuebingen.de>.
11287
11288 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11289
11290         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11291
11292 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11293
11294         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11295         fontify HANDLE.
11296
11297 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11298
11299         * smime.el (smime-ask-passphrase): Rework to return value.
11300         (smime-sign-region): Rework to bind value and use it.
11301         (smime-decrypt-region): Ditto.
11302
11303 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11304         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11305
11306         * smime.el (smime-ask-passphrase): New function.
11307         (smime-sign-region): Use it.
11308         (smime-encrypt-cipher): New variable.
11309         (smime-decrypt-region): Ditto.
11310
11311 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11312         Committed by Simon Josefsson  <simon@josefsson.org>
11313
11314         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11315         the log.
11316
11317 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11318
11319         * gnus.el: Oort Gnus v0.02 is released.
11320
11321 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11322
11323         * gnus.el: Oort Gnus v0.01 is released.
11324
11325 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * gnus-sum.el (gnus-summary-highlight): Highlight read
11328         undownloaded articles as read articles.
11329
11330         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11331         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11332         articles, even read ones, as such.
11333
11334         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11335         (gnus-find-matching-articles): New function.
11336         (gnus-summary-limit-include-matching-articles): New command.
11337         (gnus-summary-limit-include-thread): Include articles that have
11338         matching subjects.
11339         (gnus-offer-save-summaries): Clean up.
11340
11341 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11342
11343         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11344
11345 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346         From Jason Merrill <jason_merrill@redhat.com>
11347
11348         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11349
11350 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11351         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11354         newsgroup names when the original article is a news message.
11355
11356 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11357
11358         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11359         supported. Suggest by Jim Meyering <jim@meyering.net>.
11360
11361 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11362         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11363
11364         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11365         regexp in nnmail-split-fancy.
11366
11367 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11368
11369         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11370
11371 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11372
11373         * message.el (message-send-mail): Improve the interaction with the
11374         user.
11375
11376 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11377
11378         * imap.el (imap-message-copy): Work around buggy servers that
11379         doesn't send TRYCREATE tags.
11380
11381 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11384
11385 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11388         date.
11389
11390 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391
11392         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11393         lives.
11394
11395 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * gnus-art.el (gnus-parse-news-url): New function.
11398         (gnus-button-handle-news): New function.
11399         (gnus-button-alist): Point to new functions.
11400
11401         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11402
11403         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11404         gnus-format-specs.
11405
11406         * message.el (message-check-news-header-syntax): Question even
11407         when Gnus doesn't know the group names.
11408         (message-send-news): Clean up.
11409
11410         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11411         exited on purpose without saving.
11412
11413         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11414
11415 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * gnus-score.el (gnus-score-orphans): Clean up.
11418
11419         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11420
11421         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11422         later.
11423
11424         * gnus-start.el (gnus-close-all-servers): Find the right items to
11425         close.
11426
11427         * qp.el (quoted-printable-decode-region): Just message
11428         malformation; don't quit.
11429
11430 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431         From Gerd Moellmann <gerd@gnu.org>.
11432
11433         * gnus.el (gnus-interactive): A typo.
11434
11435 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11436         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11439         `assq-delete-all', if that function exists; otherwise use the old
11440         definition. Documentation changed to match the one in
11441         `assq-delete-all'.
11442
11443 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11444
11445         * gnus-start.el (gnus-close-all-servers): New function.
11446
11447         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11448         (gnus-server-remove-denials): Clean up.
11449
11450         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11451         keystroke.
11452
11453 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * message.el (message-send-news): Message where we are sending.
11456         (message-send-mail): Ditto.
11457
11458         * gnus.el (gnus-server-string): New function.
11459
11460         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11461
11462         * mm-decode.el (mm-default-directory): Customized.
11463         (mm-tmp-directory): Ditto.
11464
11465         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11466         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11467         or Chars.
11468         (gnus-summary-line-format-alist): ?l is now a string.
11469         (gnus-summary-prepare-threads): Output ? for unknown lines.
11470         (gnus-summary-insert-line): Ditto.
11471         (gnus-summary-print-article): Unbalanced parentheses.
11472
11473         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11474         out whether new stuff has arrived.
11475
11476 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11477
11478         * gnus-sum.el: Let printing work on ttys on Emacs.
11479
11480 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11483         when forcing news.
11484
11485         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11486         command.
11487
11488 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11489
11490         * message.el (message-set-auto-save-file-name): Don't use
11491         asterisks under nt.
11492
11493 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11494
11495         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11496         lists of articles.
11497
11498         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11499
11500         * gnus-msg.el (gnus-put-message): Clean up.
11501         (gnus-summary-reply): Mark all replied-to articles as replied to.
11502         (gnus-inews-add-send-actions): Also mark as forwarded.
11503         (gnus-summary-mail-forward): Mark as forwarded.
11504
11505         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11506         of articles.
11507         (gnus-summary-mark-article-as-forwarded): Ditto.
11508
11509         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11510         forwarded.
11511         (gnus-summary-mail-forward): Clean up.
11512
11513         * gnus.el (gnus-article-mark-lists): Added forward.
11514
11515         * gnus-sum.el (gnus-forwarded-mark): New variable.
11516         (gnus-summary-prepare-threads): Use it.
11517         (gnus-summary-update-secondary-mark): Ditto.
11518         (gnus-newsgroup-forwarded): New variable.
11519
11520 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11523         (gnus-summary-very-wide-reply): New command and keystroke.
11524         (gnus-summary-very-wide-reply-with-original): Ditto.
11525
11526         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11527         (gnus-score-adaptive): Use it.
11528
11529         * gnus-start.el (gnus-get-unread-articles): Clean up.
11530
11531 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11534         boards.
11535
11536 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11537
11538         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11539         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11540
11541 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11542
11543         * nnultimate.el (nnultimate-retrieve-headers): Understand
11544         long-form month names.
11545
11546 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547
11548         * gnus-sum.el (gnus-summary-show-all-headers):
11549         gnus-article-show-all-headers is broken. Use
11550         gnus-summary-toggle-header instead.
11551
11552         * mml2015.el (mml2015-gpg-extract-from): No error.
11553
11554 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11555         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11556
11557         * mml2015.el (mml2015-gpg-extract-from): New function.
11558         (mml2015-gpg-verify): Use it.
11559         (mml2015-gpg-clear-verify): Use it.
11560
11561 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * message.el (message-setup-fill-variables): Use
11564         fill-paragraph-function.
11565         (message-fill-paragraph): Take an argument.
11566         (message-newline-and-reformat): Take another argument.
11567
11568 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11569
11570         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11571
11572 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * message.el (message-forward): local-variable-p takes an extra
11575         argument in XEmacs.
11576
11577 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11578
11579         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11580         `nnimap-use-nov-p' (it really tested the negative).
11581         (nnimap-retrieve-headers): Use it.
11582
11583 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11584
11585         * message.el (message-generate-headers-first): Update doc.
11586
11587 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11588         Trivial patch.
11589
11590         * gnus.el (gnus-summary-line-format): Typo.
11591
11592 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11593
11594         * mailcap.el (mailcap-mime-data): Add application/sieve.
11595         (mailcap-mime-extensions): Add .siv, .xls.
11596
11597 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11598         From Christoph Conrad <christoph.conrad@gmx.de>
11599
11600         * gnus-score.el (gnus-summary-lower-thread): Typo.
11601
11602 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603
11604         * message.el (message-forward-decoded-p): New variable.
11605         (message-forward-subject-author-subject): Use it.
11606         (message-make-forward-subject): Use it.
11607         (message-forward): Use it.
11608
11609         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11610
11611         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11612         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11613
11614 ;;Has been fixed -- zsh.
11615 ;;2001-03-05  Dave Love  <fx@gnu.org>
11616 ;;
11617 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11618 ;;      Move it after definition of mm-coding-system-p.
11619 ;;
11620 2001-03-01  Dave Love  <fx@gnu.org>
11621
11622         * mm-util.el (mm-inhibit-file-name-handlers): Add
11623         image-file-handler.
11624
11625 2001-02-11  Dave Love  <fx@gnu.org>
11626
11627         * message.el (message-signature-file): Fix doc, :type.
11628
11629 2001-02-08  Dave Love  <fx@gnu.org>
11630
11631         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11632         (message-posting-charset): Defvar when compiling again.
11633         (rfc2047-encodable-p): Require message.
11634
11635         * gnus-sum.el (gnus-alter-articles-to-read-function):
11636         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11637
11638 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * nnrss.el: New file.
11641
11642 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11643         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11644
11645         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11646         `skip-chars-forward'.
11647
11648 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11649
11650         * nndraft.el (nndraft-request-group): Restore auto save files if
11651         the original files do not exist.
11652
11653 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11654
11655         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11656         SCORE paths.
11657
11658         * mm-decode.el (mm-dissect-buffer): Call
11659         mail-extract-address-components only if necessary.
11660
11661 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11662
11663         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11664         directory part.
11665         (gnus-score-search-global-directories): Use file-directory-p.
11666
11667         * gnus-score.el (gnus-score-score-files-1): Use
11668         gnus-kill-files-directory.
11669         From Adrian Aichner <adrian@xemacs.org>.
11670
11671 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11672
11673         * gnus.el (charset): Move here from gnus-sum.el.
11674
11675 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676
11677         * mml.el (mml-preview): Disable local map.
11678
11679         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11680         gnus-article-post-menu here.
11681
11682         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11683         if it has not been made.
11684
11685 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * gnus-art.el (gnus-article-describe-key): Map key to event.
11688         (gnus-article-describe-key-briefly): Ditto
11689
11690 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11691
11692         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11693
11694 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11695         From Katsumi Yamaoka <yamaoka@jpl.org>.
11696
11697         * dgnushack.el (coerce, merge, subseq): defmacro.
11698
11699 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11700
11701         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11702         A fake defalias in nndraft.el results a not-activated bug in
11703         uncompiled versions.
11704
11705 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11706         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11707
11708         * gnus-util.el (gnus-split-references): Handle malformed References:.
11709
11710 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11711
11712         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11713
11714 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11715         From NAGY Andras <nagya@inf.elte.hu>.
11716
11717         * gnus.el (gnus-parameters): Typo.
11718
11719 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11720
11721         * gnus.el (gnus-read-method): Remove redundancy.
11722
11723 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11724
11725         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11726         (nnslashdot-request-list): Use it.
11727
11728 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11729
11730         * nnml.el (nnml-generate-active-info): Fix the case when there is
11731         no file.
11732
11733         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11734         (gnus-summary-create-article): New function.
11735
11736         * gnus-group.el (gnus-group-mark-article-read): New function.
11737
11738         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11739
11740         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11741
11742 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11743
11744         * gnus-art.el (gnus-article-edit-done): Don't use
11745         gnus-article-edit-exit.
11746         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11747
11748         * gnus.el (gnus-parameters): New variable.
11749         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11750         (gnus-parameters-get-parameter): New function.
11751         (gnus-group-find-parameter): Use it.
11752
11753 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11754
11755         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11756         change of default value to `current'.
11757
11758 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11759
11760         * nneething.el (nneething-get-head): Insert unreadable file too.
11761
11762 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11763
11764         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11765
11766         * webmail.el (webmail-type-definition): Deja is bought by google.
11767
11768 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11769
11770         * gnus-sum.el (gnus-fetch-headers): New function.
11771         (gnus-select-newsgroup): Use it.
11772         (gnus-summary-insert-articles): New function.
11773         (gnus-summary-insert-old-articles): New function.
11774         (gnus-summary-insert-new-articles): New function.
11775
11776         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11777         (gnus-group-list-active): Ditto.
11778         * gnus-sum.el (gnus-set-mode-line): Ditto.
11779         (gnus-summary-read-group-1): Ditto.
11780
11781 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11784         current topic.
11785
11786 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * smiley.el (gnus-smiley-display): Don't do widening.
11789
11790         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11791         within body.
11792
11793         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11794
11795         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11796         New variable.
11797         (gnus-mime-display-multipart-related-as-mixed): New variable.
11798         (gnus-mime-display-part): Use them.
11799
11800 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11801
11802         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11803         something special.
11804
11805 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11806
11807         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11808         (nnweb-request-article): Call reference if exists.
11809         (nnweb-type-definition): Dejanews is bought by google.com.
11810         Beta!
11811
11812 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11815
11816 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11817
11818         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11819         gnus-article-sort-functions.
11820         (gnus-article-sort-functions): Doc fix.  Refer to
11821         gnus-thread-sort-functions.
11822
11823 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824         From Paul Jarc <prj@po.cwru.edu>.
11825
11826         * message.el (message-get-reply-headers): More fixes.
11827
11828 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11829         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11830
11831         * message.el (message-get-reply-headers): Fix bug with
11832         Mail-Followup-To/to-address interaction.
11833
11834 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11835
11836         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11837         gnus-article-copy.
11838
11839 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * message.el (message-do-send-housekeeping): Rename to a better
11842         name.
11843
11844 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11845
11846         * message.el (message-cancel-news): Check article first, then ask
11847         yes or no.
11848
11849 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11850
11851         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11852
11853 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854
11855         * gnus-range.el (gnus-range-normalize): New function.
11856
11857 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11858
11859         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11860
11861 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11862
11863         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11864
11865         * nnagent.el (nnagent-request-regenerate): New function.
11866
11867         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11868
11869         * nnml.el (nnml-generate-nov-databases): Accept argument
11870         server. Don't open server if it is opened.
11871         (nnml-request-regenerate): Use it. Change to deffoo.
11872
11873 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11874         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * gnus.el (gnus-define-group-parameter): Fix.
11877
11878 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11879
11880         * gnus.el (gnus-define-group-parameter): Improved.
11881
11882         * gnus-sum.el (charset): Define parameter.
11883         (ignored-charsets): Ditto.
11884         (gnus-summary-setup-default-charset): Use them.
11885
11886         * gnus-start.el (gnus-read-descriptions-file): Use them.
11887
11888         * gnus-cus.el (gnus-group-parameters): Remove them.
11889
11890 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11891
11892         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11893
11894 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11895
11896         * gnus-sum.el (gnus-summary-read-group-1): Remove
11897         gnus-summary-set-local-parameters.
11898         (gnus-summary-setup-buffer): Put it here.
11899
11900 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11901
11902         * gnus.el (to-address): Define parameter.
11903         (to-list): Ditto.
11904         * gnus-art.el (article-hide-boring-headers): Use them.
11905         * gnus-msg.el (gnus-post-news): Ditto.
11906         * gnus-cus.el (gnus-group-parameters): Remove them.
11907
11908 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11909
11910         * gnus-draft.el (gnus-draft-reminder): New function.
11911
11912         * gnus-art.el (gnus-sender-save-name): New function.
11913
11914 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11915
11916         * mm-util.el (mm-mime-charset): Error message.
11917
11918 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11919
11920         * message.el (message-check-news-body-syntax): Don't check mml lines.
11921
11922 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11925         subscribe.
11926
11927         * gnus-start.el (gnus-call-subscribe-functions): New function.
11928         (gnus-find-new-newsgroups): Use it.
11929         (gnus-ask-server-for-new-groups): Use it.
11930         (gnus-check-first-time-used): Use it.
11931         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11932         (gnus-subscribe-options-newsgroup-method): Ditto.
11933         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11934         return .
11935
11936 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11937
11938         * gnus-cus.el (gnus-score-customize): Doc fix.
11939
11940 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11941
11942         * dgnushack.el (my-getenv): Typo.
11943
11944 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11945
11946         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11947
11948 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949
11950         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11951
11952         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11953         (gnus-treatment-function-alist): Use it.
11954         (article-remove-leading-whitespace): New function.
11955         (gnus-article-make-menu-bar): Use it.
11956
11957         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11958         remove-leading-whitespace.
11959         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11960         because of conflict.
11961
11962 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * Makefile.in: Hack generating gnus-load.el.
11965         * dgnushack.el: Ditto.
11966         * gnus-load.el: Remove it.
11967
11968 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11969
11970         * dgnushack.el : Add URLDIR.
11971
11972         * Makefile.in (EMACS_COMP): Ditto.
11973
11974 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11975
11976         * gnus-cus.el (gnus-score-customize): Error on no score file.
11977
11978 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11979
11980         * mm-decode.el (mm-merge-handles): New function.
11981
11982         * mm-view.el (mm-inline-message): Use it.
11983         (mm-view-message): Ditto.
11984
11985         * mm-partial.el (mm-inline-partial): Ditto.
11986
11987         * mm-extern.el (mm-inline-external-body): Ditto.
11988
11989         * gnus-art.el (gnus-mime-view-part): Ditto.
11990         (gnus-mime-view-part-as-type): Ditto.
11991         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11992         cases.
11993
11994 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11995
11996         * message.el (message-cancel-news): Allow to shoot foot.
11997         (message-supersede): Ditto.
11998
11999 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12000         Trivial patch.
12001
12002         * gnus-sum.el (gnus-simplify-subject-re): Use
12003         message-subject-re-regexp.
12004
12005 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * nnmail.el (nnmail-expiry-target-group): Bind
12008         nnmail-cache-accepted-message-ids to nil.
12009
12010         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12011         coding system.
12012
12013 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12014
12015         * qp.el (quoted-printable-encode-region): Make sure characters are
12016         between 00 and FF.  Don't check charset.
12017
12018         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12019         in Emacs 20.
12020         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12021
12022 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12023
12024         * message.el (message-make-forward-subject): Argument decoded.
12025         (message-forward): Use it when digest.
12026
12027         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12028         buffer.
12029
12030 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12031
12032         * message.el (message-generate-headers-first): Doc fix.
12033
12034 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12035
12036         * gnus-art.el (article-make-date-line): Error proof.
12037
12038 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * gnus-group.el (gnus-group-listing-limit): New variable.
12041         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12042
12043         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12044
12045 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12046
12047         * message.el (message-newline-and-reformat): Special case for
12048         breaking at BOL.
12049
12050 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12051
12052         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12053         message/rfc822.
12054
12055 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12056
12057         * message.el (message-encode-message-body): Don't insert
12058         Content-Type if it is inside a mail.
12059
12060 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12063         gnus-article-commands-menu.
12064
12065         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12066         in Emacs.
12067
12068         * gnus-start.el (gnus-read-descriptions-file): Use
12069         gnus-group-name-charset and gnus-group-charset-alist.
12070
12071 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12072
12073         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12074         active region.
12075
12076         * gnus-start.el (gnus-group-change-level): Remove from both
12077         gnus-zombie-list and gnus-killed-list.
12078
12079 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12080
12081         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12082         gnus-subscribe-topics.
12083
12084         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12085
12086 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087
12088         * gnus-art.el (gnus-article-make-menu-bar): Make
12089         gnus-article-post-menu.
12090
12091         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12092
12093         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12094
12095         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12096
12097         * message.el (message-mode-menu): Ditto.
12098
12099         * gnus-art.el (defvar): eval-when-compile.
12100
12101 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * gnus-agent.el (gnus-agentize): Fix doc.
12104
12105 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12106
12107         * mml.el (mml-preview): Bind `q'.
12108
12109 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12112
12113 2001-01-31  Dave Love  <fx@gnu.org>
12114
12115         * mm-util.el (mm-mime-mule-charset-alist)
12116         (mm-find-mime-charset-region): Consider mule-utf-8.
12117
12118 2001-01-31  Dave Love  <fx@gnu.org>
12119
12120         * gnus-art.el (gnus-article-x-face-command)
12121         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12122         :version.
12123
12124 2001-01-26  Dave Love  <fx@gnu.org>
12125
12126         * mm-util.el (mm-multibyte-string-p): New.
12127
12128 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12129 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12130 ;;      string-as-multibyte on class.  Clarify line-folding.
12131         (quoted-printable-encode-string): Make temp buffer inherit
12132         string's multibyteness.
12133
12134 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12135
12136         * nnheader.el (toplevel): Don't require `gnus-util' at
12137         compile-time; this creates a circular dependency, and prevents
12138         a bootstrap.
12139
12140 2001-01-22  Andreas Schwab  <schwab@suse.de>
12141
12142         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12143
12144 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12145
12146         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12147
12148         * gnus-art.el (article-hide-list-identifiers): Ditto.
12149
12150         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12151
12152 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12153
12154         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12155
12156         * gnus-art.el (article-hide-list-identifiers): Similar.
12157
12158 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12159
12160         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12161
12162 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163
12164         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12165
12166 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * gnus-util.el (gnus-string-equal): New function.
12169
12170         * gnus-art.el (article-hide-boring-headers): Use it.
12171
12172 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12173
12174         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12175
12176 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12179
12180 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12181
12182         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12183         command if there is not last-saver.
12184
12185 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12186
12187         * nntp.el (nntp-open-connection): 201 is possible.
12188
12189 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12192         (rfc2047-charset-encoding-alist): Add big5.
12193
12194 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12195
12196         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12197         (gnus-agent-remove-server): Ditto.
12198         (autoload): gnus-server-update-server.
12199
12200         * gnus-srvr.el (gnus-server-line-format): Add %a.
12201         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12202         (gnus-server-insert-server-line): Use it.
12203
12204 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12205
12206         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12207         GB2312 and Big5.
12208
12209 2001-01-24  Simon Josefsson  <sj@extundo.com>
12210
12211         * mail-source.el (mail-sources): Add :program specifier to IMAP
12212         mail source.
12213         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12214
12215 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12216
12217         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12218
12219 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12220
12221         * nntp.el (nntp-wait-for): Return the success code.
12222         (nntp-open-connection): Use it.
12223
12224 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12225
12226         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12227
12228 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12231
12232 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12233
12234         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12235         argument. Allow to print several articles in one file.
12236
12237 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12238
12239         * webmail.el (webmail-type-definition): netaddress changes.
12240
12241 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12242
12243         * gnus.el: Fix copyright. Remove trailing spaces.
12244
12245         * message.el (message-forward): Use mule4.
12246
12247 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12248
12249         * mm-util.el (mm-string-as-unibyte): New function.
12250
12251         * message.el (message-forward): Use it.
12252
12253 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12254
12255         * message.el (message-cite-original-without-signature): Don't peel
12256         off the blank line.
12257         (message-get-reply-headers): Add Cc if it is not in follow-to.
12258
12259 2001-01-20  Simon Josefsson  <sj@extundo.com>
12260
12261         * mm-decode.el (mm-handle-multipart-from): Add.
12262         (mm-dissect-buffer): Save From: header value.
12263         (mm-security-from): Remove.
12264         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12265
12266         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12267         instead of `mml-security-from'.  Protect null from value.
12268
12269 2001-01-20  Simon Josefsson  <sj@extundo.com>
12270
12271         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12272         application/vnd.ms-excel attachments.
12273
12274 2001-01-19  Simon Josefsson  <sj@extundo.com>
12275
12276         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12277
12278 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12279
12280         * message.el (message-ignored-mail-headers): Ditto.
12281
12282 2001-01-19  Simon Josefsson  <sj@extundo.com>
12283
12284         * message.el (message-ignored-news-headers): Only search beginning
12285         of line.
12286
12287 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12288         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12289
12290         * message.el (message-send-mail): Content-Type may not be there.
12291
12292 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12293
12294         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12295         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12296
12297         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12298         not.
12299
12300 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12301
12302         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12303         non-native groups.
12304
12305 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * message.el (message-yank-original): Understand
12308         universal-argument.
12309
12310 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12313         (article-hide-boring-headers): Ditto.
12314
12315         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12316
12317 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12318
12319         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12320         one.
12321
12322 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12323
12324         * message.el (message-make-in-reply-to): Add comment to message-id
12325         (old syntax, see 2000-08-02 change).
12326
12327 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12328
12329         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12330         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12331         (gnus-button-reply): Ditto.
12332
12333 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * gnus-art.el (article-display-x-face): Fix.
12336
12337 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12338
12339         * gnus-art.el (article-display-x-face): Use
12340         gnus-original-article-buffer.
12341
12342 2001-01-15  Jack Twilley  <jmt@tbe.net>
12343
12344         * message.el (message-add-header): Move to point-max.
12345
12346 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12347
12348         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12349         nil, improve documentation.
12350         (smime-certificate-directory): Comment out false hints (until it
12351         is implemented).
12352
12353         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12354         there aren't any keys.
12355         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12356         verify certificate.  Default is changed to only check integrity.
12357         Improved security status texts.  If a certificate doesn't contain
12358         a email address, don't fail.
12359
12360         * smime.el (smime-noverify-region):
12361         (smime-noverify-buffer): New functions.  Verifies integrity only.
12362
12363 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12364
12365         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12366
12367 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12368
12369         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12370         (gnus-remove-some-windows): Ditto.
12371
12372 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12373
12374         * gnus-art.el (article-make-date-line): 11th.
12375
12376 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12377
12378         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12379         (mml2015-gpg-sign): Ditto.
12380
12381 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12382
12383         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12384         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12385
12386 2001-01-08  Dave Love  <fx@gnu.org>
12387
12388         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12389         single character.
12390
12391         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12392
12393         * message.el: Doc and message fixes.
12394         (message-send-rename-function)
12395         (message-make-forward-subject-function)
12396         (message-send-mail-function, message-reply-to-function)
12397         (message-wide-reply-to-function, message-followup-to-function)
12398         (message-distribution-function, message-auto-save-directory): Fix
12399         :type.
12400
12401         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12402         proceeding after warnings.  Amend multipart warning message.
12403
12404 2001-01-04  Dave Love  <fx@gnu.org>
12405
12406         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12407         compiling.
12408         (gnus-make-directory): Require nnmail.
12409
12410         * mm-decode.el (mm-inline-media-tests): Add
12411         image/x-portable-bitmap.
12412         (mm-get-image): Grok pbm.
12413
12414 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12415
12416         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12417
12418 2001-01-09  Didier Verna  <didier@xemacs.org>
12419
12420         * dgnushack.el (dgnushack-compile): give a dummy value to
12421         `gnus-xmas-glyph-directory' for the time of compilation.
12422         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12423         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12424         * gnus-art.el: ditto.
12425         * gnus-group.el: ditto.
12426         * gnus-salt.el: ditto.
12427         * gnus-sum.el: ditto.
12428         * gnus-topic.el: ditto.
12429         * gnus-xmas.el (gnus-xmas-define): see above.
12430         * gnus-xmas.el (gnus-xmas-redefine): see above.
12431         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12432         non-continuable error when the directory can't be found.
12433
12434 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12435
12436         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12437         handle.
12438         * gnus-art.el (gnus-mime-view-part): Copy it.
12439         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12440
12441 2001-01-09  Michael Downes  <mjd@ams.org>
12442
12443         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12444
12445 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12446
12447         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12448         orig-file. Use ',source.
12449
12450 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12451
12452         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12453         (gnus-xmas-group-startup-message):
12454         Detect gnus-xmas-glyph-directory when it is nil.
12455
12456 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * pop3.el (pop3-get-message-count): Andrew Innes
12459         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12460
12461 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12464
12465         * time-date.el (time-to-number-of-days): New function.
12466
12467 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12468         Trivial patch.
12469
12470         * nnslashdot.el (nnslashdot-request-list): Always get the right
12471         sid.
12472
12473 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * message.el (message-minibuffer-local-map): New keymap.
12476         (message-read-from-minibuffer): Use it.
12477         * gnus-msg.el (gnus-summary-resend-message): Use it
12478
12479 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12480
12481         * gnus-start.el (gnus-display-time-event-handler): New function.
12482         (gnus-after-getting-new-news-hook): Use it.
12483
12484 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12485
12486         * message.el (message-ignored-mail-headers): Add draft header.
12487
12488 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12491         excursion.
12492
12493         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12494
12495 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12496         A revoked patch.
12497
12498         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12499
12500 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12501
12502         * qp.el (quoted-printable-decode-region): Don't backward-char.
12503
12504 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * gnus-draft.el: Mark articles as replied.
12507
12508         * gnus-sum.el (gnus-summary-add-mark): New function.
12509
12510         * gnus-group.el (gnus-add-mark): New function.
12511
12512         * gnus-sum.el (gnus-summary-buffer-name): New function.
12513         (gnus-summary-setup-buffer): Use it.
12514
12515         * gnus-draft.el: Set things up with the right post method and
12516         stuff.
12517
12518         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12519
12520         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12521
12522         * gnus.el (gnus-draft-meta-information-header): New variable.
12523
12524 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12525
12526         * gnus-art.el (gnus-treatment-function-alist): Move the date
12527         functions before the header sorting functions.
12528
12529         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12530
12531         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12532         Don't (push "/usr/share/emacs/site-lisp" load-path).
12533
12534         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12535         to empty fill prefixes.
12536
12537 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12538
12539         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12540         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12541
12542 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12543
12544         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12545
12546         * nnml.el (autoload): Move to nnheader.el.
12547
12548         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12549         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12550         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12551         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12552
12553 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * gnus-art.el (article-make-date-line): Get the hours right.
12556         (gnus-ignored-headers): More hiding.
12557
12558         * nnmail.el (nnmail-expiry-wait): Not an integer.
12559
12560         * message.el (message-goto-body): Only expand abbrev when called
12561         interactively.
12562         (message-make-lines): Use it.
12563
12564 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12565
12566         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12567
12568 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12571         include the expunged articles.
12572
12573         * gnus-group.el (gnus-group-sort-by-server): New function.
12574
12575         * gnus.el (gnus-method-to-server-name): New function.
12576         (gnus-group-prefixed-name): Use it.
12577
12578         * gnus-group.el (gnus-group-sort-function): Doc fix.
12579         (gnus-group-sort-groups-by-server): New command.
12580
12581 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12582
12583         * gnus-art.el (gnus-treat-date-english): New variable.
12584         (article-date-english): New command.
12585         (gnus-english-month-names): New variable.
12586         (article-make-date-line): Do 'english.
12587
12588         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12589         after the fill prefix.
12590
12591         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12592         score...".
12593
12594         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12595
12596         * message.el (message-mode-map): Bind comment-region.
12597
12598         * gnus-art.el (gnus-mime-display-part): Let w3 display
12599         multipart/related.
12600
12601         * mm-bodies.el (mm-long-lines-p): New function.
12602         (mm-body-encoding): Use it.
12603         (mm-body-encoding): Encode articles with lines longer than 1000
12604         characters.
12605
12606 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12607
12608         * mm-util.el (mm-enable-multibyte): Use
12609         default-enable-multibyte-characters.
12610         (mm-enable-multibyte-mule4): Ditto.
12611         (mm-disable-multibyte): Test XEmacs.
12612         (mm-disable-multibyte-mule4): Ditto.
12613         (mm-with-unibyte-current-buffer): Simplified.
12614         (mm-with-unibyte-current-buffer-mule4): Ditto.
12615
12616 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12617
12618         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12619
12620         * nnheader.el (nnheader-string-as-multibyte): New alias.
12621
12622         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12623
12624         * gnus-uu.el (gnus-message-process-mark): New function.
12625         (gnus-uu-mark-by-regexp): Use it.
12626         (gnus-new-processable): New function.
12627
12628 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12629          Trivial patch.
12630
12631         * gnus-sum.el (gnus-no-mark): New variable.
12632
12633 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12636         backslashes.
12637
12638 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12641         definition.
12642
12643 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12644
12645         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12646
12647         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12648         XEmacs.
12649
12650 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12651         Trivial patch.
12652
12653         * mml.el (mml-read-tag): Save tag location.
12654
12655 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12656
12657         * starttls.el: Sync with Emacs 21.
12658
12659 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12660
12661         * message.el (message-mail): Support yank-action.
12662
12663         * message.el (message-setup): Revoke the last change.
12664
12665 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12666
12667         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12668         <jvromans@squirrel.nl>.
12669
12670 2000-12-24  Simon Josefsson  <sj@extundo.com>
12671
12672         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12673         mailing list junk at end of part.
12674
12675 2000-12-23  Simon Josefsson  <sj@extundo.com>
12676
12677         * nnimap.el (nnimap-expiry-target): New function.
12678         (nnimap-request-expire-articles): Use it.
12679
12680 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12681
12682         * gnus.el (gnus-group-parameters-more): New variable.
12683         * gnus-cus.el (gnus-group-customize): Use it.
12684
12685         * gnus.el (gnus-define-group-parameter): New macro.
12686         (auto-expire): Use it
12687         (total-expire): Use it.
12688         * gnus-art.el (banner): Use it.
12689
12690         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12691         <ljz@asfast.com>.
12692
12693 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12694
12695         * gnus-topic.el (gnus-topic-create-topic): Use list.
12696
12697         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12698         before binding gnus-default-article-saver.
12699
12700         * gnus-sum.el (gnus-summary-save-article):
12701         (gnus-summary-pipe-output):
12702         (gnus-summary-save-article-mail):
12703         (gnus-summary-save-article-rmail):
12704         (gnus-summary-save-article-file):
12705         (gnus-summary-write-article-file):
12706         (gnus-summary-save-article-body-file): Ditto.
12707
12708         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12709
12710 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12711
12712         * gnus-art.el (gnus-mime-security-button-map):
12713         (gnus-mime-button-map): Add parent.
12714
12715 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716
12717         * messagexmas.el (message-xmas-redefine): New function.
12718
12719         * message.el: Use it.
12720
12721         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12722
12723         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12724
12725 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12726
12727         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12728         malformatted messages.
12729
12730 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12731
12732         * mm-util.el (mm-image-load-path): New function.
12733
12734         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12735
12736         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12737
12738         * message.el (message-tool-bar-map): Use it.
12739
12740         * Makefile.in (install-el): New rule.
12741
12742 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-art.el (article-treat-dumbquotes): Quote \.
12745
12746 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12747
12748         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12749         Emacs 20 runs on a terminal.
12750
12751 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12752
12753         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12754
12755         * mml.el (gnus-add-minor-mode): Autoload.
12756
12757         * message.el (message-forward): Save-restriction.
12758
12759 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12760
12761         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12762         Paul Stevenson <p.stevenson@surrey.ac.uk>
12763
12764 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12767
12768         * mml.el (gnus-ems): Don't require.
12769
12770         * gnus.el (gnus-decode-rfc1522): Removed.
12771         (gnus-set-text-properties): Define.
12772
12773 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12774
12775         * gnus-art.el (gnus-mime-*): handle may be nil.
12776
12777         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12778
12779         * gnus.el (gnus-group-remove-excess-properties): Not defined
12780         in gnus-xmas.
12781
12782 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * message.el (message-mail-user-agent): Add :version.
12785
12786 2000-12-21  Miles Bader  <miles@gnu.org>
12787
12788         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12789
12790 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12791
12792         * message.el (message-mail-user-agent): New variable.
12793         (message-setup): Renamed to message-setup-1. Support
12794         mail-user-agent.
12795         (message-mail-user-agent): New function.
12796         (message-mail): Use it.
12797         (message-reply): Use it.
12798         (message-resend): Use it.
12799         (message-mail-other-window): Use it.
12800         (message-mail-other-frame): Use it.
12801
12802         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12803
12804 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12805
12806         * message.el (message-tool-bar-map): Simplify.
12807         (message-narrow-to-head-1): New function.
12808         (message-narrow-to-head): Use it.
12809         (message-reply): Ditto.
12810         (message-cancel-news): Ditto.
12811         (message-supersede): Ditto.
12812         (message-make-forward-subject): Ditto.
12813         (message-bounce): Ditto.
12814
12815 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12816
12817         * uudecode.el (uudecode-decode-region-external): make-temp-file
12818         may not be defined.
12819
12820         * binhex.el (defalias): eval-and-compile.
12821
12822         * message.el (message-tool-bar-map): New function.
12823         (message-mode): Use it.
12824
12825 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12826
12827         * nntp.el (nntp-find-connection): Remove the entry.
12828         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12829
12830 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12833
12834         * message.el (message-forward): Copy buffer in unibyte mode.
12835
12836 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12837
12838         * message.el (message-make-forward-subject): Don't widen. Decode.
12839         (message-forward): Don't decode subject.
12840
12841 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12842
12843         * qp.el (quoted-printable-encode-region): Upcase QP.
12844
12845 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12846
12847         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12848         mail-extract-a-c instead. Don't depend on Gnus.
12849
12850         * mml.el (gnus-ems): Require it.
12851
12852         * gnus-msg.el (gnus-summary-mail-forward):
12853
12854         * message.el (message-forward):  Move mime-to-mml here.
12855
12856 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12857
12858         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12859         * gnus-art.el (gnus-insert-mime-button): Simplify.
12860         (gnus-mime-display-alternative): Ditto.
12861         (gnus-insert-mime-security-button): Ditto.
12862
12863 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12864
12865         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12866         text-property-not-all doesn't return nil when start=mark(end).
12867         (gnus-remove-text-properties-when): Ditto.
12868
12869 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12870
12871         * gnus-start.el (gnus-group-change-level): Remove group from
12872         gnus-active-hashtb if real killed.
12873
12874 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12875
12876         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12877         (gnus-mime-display-alternative): Ditto.
12878         (gnus-insert-mime-security-button): Ditto.
12879
12880 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12881
12882         * gnus-start.el (gnus-group-change-level): Don't add it into
12883         killed-list if it was killed.
12884
12885 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12886
12887         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12888         (nnmbox-active-file-coding-system): Ditto.
12889
12890         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12891
12892 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12893
12894         * gnus.el (gnus-version):
12895         (gnus-version-number): Set to Oort Gnus 0.01.
12896
12897         * gnus-art.el (gnus-mime-security-button-map):
12898         (gnus-insert-mime-security-button): Fix for Emacs21.
12899
12900 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12901
12902         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12903         easymenu, because XEmacs doesn't understand :help.
12904
12905         * mm-uu.el: Require binhex.
12906
12907 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12910
12911 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12914
12915 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12916
12917         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12918
12919 2000-12-18  Dave Love  <fx@gnu.org>
12920
12921         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12922         (unused).
12923
12924 2000-12-13  Miles Bader  <miles@gnu.org>
12925
12926         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12927         to t, so that we don't get stuck while trying to smilefy
12928         intangible text.
12929
12930 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12931
12932         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12933         at the end of the buffer.
12934         (smiley-region): In the loop, move to the end of the submatch
12935         matching the smiley instead of using the end of the match
12936         of the whole regexp.
12937
12938 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12939
12940         * message.el (message-mode): Doc fix.
12941
12942 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12943
12944         * smiley-ems.el (smiley-region): Doc fix.
12945
12946 2000-12-11  Miles Bader  <miles@gnu.org>
12947
12948         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12949         bottom line visible, check to see if it's partially obscured, and
12950         if so, either scroll one more line to make it fully visible, or
12951         revert to showing the second line from the top.
12952
12953 2000-12-07  Dave Love  <fx@gnu.org>
12954
12955         * mailcap.el (mailcap-download-directory)
12956         * gnus-audio.el (gnus-audio-directory)
12957         * smiley-ems.el (smiley-data-directory): Fix :type.
12958
12959 2000-11-30  Dave Love  <fx@gnu.org>
12960
12961         * message.el (message-auto-save-directory): Use
12962         file-name-as-directory.
12963         (message-set-auto-save-file-name): Create
12964         message-auto-save-directory if necessary.
12965         (message-replace-chars-in-string): Removed -- unused.
12966         (message-mail-alias-type): Customize.
12967         (message-headers): Remove duplicate defgroup.
12968
12969 2000-11-29  Dave Love  <fx@gnu.org>
12970
12971         * qp.el (quoted-printable-decode-region): Use error, not message
12972         to report malformed text (like base64).  Amend message.
12973
12974 2000-11-29  Miles Bader  <miles@gnu.org>
12975
12976         * message.el (message-header-lines): Fontify tag.
12977
12978 2000-11-27  Dave Love  <fx@gnu.org>
12979
12980         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12981         compiler warning.
12982
12983 ;2000-11-26  Dave Love  <fx@gnu.org>
12984 ;
12985 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12986 ;
12987 2000-11-23  Dave Love  <fx@gnu.org>
12988
12989         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12990
12991         * mm-uu.el (uudecode): Require.
12992         (uudecode-decode-region, uudecode-decode-region-external): Don't
12993         autoload.
12994         (mm-uu-copy-to-buffer): Doc fix.
12995         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12996         type fix.
12997
12998         * mailcap.el: Doc fixes.
12999         (mailcap-mime-data): Various adjustments.
13000         (mailcap): New group.
13001         (mailcap-download-directory): Customize.
13002         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13003         (mailcap-temporary-directory): Deleted (unused).
13004         (mailcap-unescape-mime-test): Simplify slightly.
13005         (mailcap-viewer-passes-test): Use functionp.
13006         (mailcap-command-p): Aliased to executable-find.
13007
13008         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13009         default-enable-multibyte-characters is nil.
13010
13011 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13012
13013         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13014
13015 2000-11-21  Dave Love  <fx@gnu.org>
13016
13017         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13018         gnus-article-mode-map.
13019 ;       (gnus-mime-button-menu): Use mouse-set-point.
13020         (gnus-insert-mime-button, gnus-mime-display-alternative)
13021         (gnus-mime-display-alternative): Don't use local-map property.
13022
13023 2000-11-17  Dave Love  <fx@gnu.org>
13024
13025         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13026         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13027         and make-temp-file.
13028         (uudecode-decode-region): Doc fix.
13029
13030 2000-11-14  Dave Love  <fx@gnu.org>
13031
13032         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13033         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13034         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13035         New files, derived from the XPMs.
13036
13037 2000-11-10  Dave Love  <fx@gnu.org>
13038
13039         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13040         (gnus-agent-lib-file, gnus-agent-load-alist)
13041         (gnus-agent-save-alist, gnus-agent-article-name): Use
13042         expand-file-name.
13043
13044         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13045         :version.
13046         (nnkiboze-score-file): Defvar when compiling.
13047
13048         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13049
13050         * gnus-art.el (gnus-article-banner-alist)
13051         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13052         (gnus-article-date-lapsed-new-header)
13053         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13054         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13055         (gnus-treat-strip-headers-in-body)
13056         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13057         (gnus-treat-translate): Add :version.
13058         (gnus-article-mime-part-function): Fix defcustom.
13059
13060         * nnmail.el (nnmail-expiry-target)
13061         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13062         (nnmail-split-header-length-limit): Add :version.
13063
13064         * gnus-sum.el (gnus-auto-expirable-marks)
13065         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13066         (gnus-extra-headers, gnus-ignored-from-addresses)
13067         (gnus-newsgroup-ignored-charsets)
13068         (gnus-group-highlight-words-alist)
13069         (gnus-summary-show-article-charset-alist): Add :version.
13070
13071         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13072         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13073         files, converted from the XPMs.
13074
13075         * gnus-cache.el (gnus-cache-active-file): Don't use
13076         file-name-as-directory on directory.
13077         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13078         use file-name-as-directory on directory.
13079
13080         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13081         (date-to-time): Use it.
13082
13083 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13084 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13085 ;       (message-newline-and-reformat): Likewise.
13086         (message-forward-as-mime, message-forward-ignored-headers)
13087         (message-buffer-naming-style, message-default-charset)
13088         (message-dont-reply-to-names, message-send-mail-partially-limit):
13089         Add :version.
13090
13091         * mm-util.el: Doc fixes.
13092         (mm-mime-charset): Don't use the raw result of
13093         mm-preferred-coding-system.
13094         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13095         (mm-with-unibyte): Simplify.
13096
13097         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13098         concat.
13099
13100         * pop3.el (pop3-version): Deleted.
13101         (pop3-make-date): New function, avoiding message-make-date.
13102         (pop3-munge-message-separator): Use it.
13103
13104 2000-11-09  Dave Love  <fx@gnu.org>
13105
13106         * gnus-group.el (gnus-group-make-directory-group)
13107         (gnus-group-fetch-faq): Use expand-file-name.
13108         (gnus-group-fetch-faq): Simplify completing-read form.
13109
13110         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13111         test for Mule.
13112
13113         * message.el (tool-bar-map): Defvar when compiling.
13114
13115         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13116         (gnus-tm-lisp-directory): Deleted.
13117         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13118         (featurep 'xemacs).
13119         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13120         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13121         version numbers from file names.
13122
13123 2000-11-08  Dave Love  <fx@gnu.org>
13124
13125         * mm-view.el: Use featurep for XEmacs test.
13126         (mm-inline-message): Test for `remove-specifier'; don't use
13127         condition-case.
13128
13129         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13130
13131         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13132         (gnus-score-find-bnews): Don't concat "".
13133
13134         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13135         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13136         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13137         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13138
13139         * gnus-sum.el: Put some defvars in eval-when-compile.
13140         (gnus-summary-mode-hook): Add :options.
13141         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13142         (gnus-summary-tool-bar-map): New variable.
13143         (gnus-summary-make-tool-bar): New function.
13144         (gnus-summary-mode): Put kill-all-local-variables first.
13145
13146         * gnus-group.el (gnus-group-toolbar-map): New variable.
13147         (gnus-group-make-tool-bar): Rewritten.
13148         (gnus-group-mode): Put kill-all-local-variables first.
13149
13150         * rfc2047.el: Require gnus-util.
13151
13152         * nnml.el (gnus-sorted-intersection): Autoload.
13153
13154         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13155         Put some defvars in eval-when-compile.
13156         (gnus-intersection, gnus-sorted-complement):  Autoload.
13157
13158         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13159
13160         * mm-encode.el (mm-body-7-or-8): Autoload.
13161
13162         * mm-decode.el (mm-insert-inline): Autoload.
13163
13164         * mml.el:
13165         * message.el: Put some defvars in eval-when-compile.
13166
13167         * gnus-msg.el: Put some defvars in eval-when-compile.
13168         (gnus-msg-mail): Move after gnus-setup-message.
13169
13170         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13171
13172 2000-11-07  Dave Love  <fx@gnu.org>
13173
13174         * gnus-util.el (nnheader): Don't require message (recursive
13175         autoload).
13176
13177         * uudecode.el: Avoid compiler warnings.
13178
13179         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13180         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13181
13182 2000-11-06  Dave Love  <fx@gnu.org>
13183
13184         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13185
13186         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13187         (uudecode-char-int): New alias, replacing char-int.
13188         (uudecode-decode-region): Don't call buffer-disable-undo.
13189
13190 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13191 ;       (mm-uu-configure-list): Doc fix.
13192 ;
13193 ;       * earcon.el (running-xemacs): Don't define.
13194 ;
13195 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13196 ;
13197 ;       * message.el (message-font-lock-keywords): Match a final newline
13198 ;       to help font-lock's multiline support.
13199 ;
13200 2000-11-03  Dave Love  <fx@gnu.org>
13201
13202         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13203
13204         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13205         name.
13206
13207         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13208         <banner>: Fix custom type, doc.
13209
13210         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13211         name.  Don't disable undo explicitly.
13212
13213 ;2000-11-02  Dave Love  <fx@gnu.org>
13214 ;
13215 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13216 ;       cite-prefix.
13217
13218 2000-11-01  Dave Love  <fx@gnu.org>
13219
13220         * rfc2047.el (base64): Require unconditionally.
13221         (message-posting-charset): Defvar when compiling.
13222         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13223         message.
13224
13225         * gnus-sum.el (nnoo): Require.
13226         (mm-uu-dissect): Autoload.
13227
13228         * mml.el (mml-parse-1): Clarify message.
13229         (mml-minibuffer-read-type): Use mailcap-mime-types.
13230
13231 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13232
13233         * mml.el: Fix a typo in the requiring of CL.
13234
13235 2000-11-01  Dave Love  <fx@gnu.org>
13236
13237         * utf7.el: Require cl when compiling.
13238
13239         * binhex.el: Use (featurep 'xemacs).
13240         (binhex-char-int): New alias, replacing char-int.  Change callers.
13241         (binhex-decode-region): Simplify work buffer code.
13242         (binhex-decode-region-external): Use expand-file-name, not concat.
13243
13244 2000-10-30  Dave Love  <fx@gnu.org>
13245
13246         * gnus-art.el: Fix 2000-10-27 change properly.
13247
13248 2000-10-28  Miles Bader  <miles@gnu.org>
13249
13250         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13251
13252 2000-10-27  Dave Love  <fx@gnu.org>
13253
13254         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13255         strings.
13256         (gnus-group-make-tool-bar): New function.
13257         (gnus-group-mode): Use it.
13258
13259         * message.el (message-mode-menu): Add some :help strings.
13260         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13261         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13262
13263         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13264         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13265         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13266
13267         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13268         display-graphic-p here.
13269
13270 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13271
13272         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13273         of the `gnus-xemacs' variable, as the latter has been removed.
13274         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13275         * gnus-art.el (gnus-treat-display-xface)
13276         (gnus-treat-display-smileys, gnus-treat-display-picons)
13277         (gnus-article-read-summary-keys): Likewise.
13278
13279 2000-10-26  Dave Love  <fx@gnu.org>
13280
13281         (defvar): Use rmail-spool-directory unconditionally.
13282
13283 2000-10-18  Dave Love  <fx@gnu.org>
13284
13285         * mm-bodies.el (mm-uu-decode-function)
13286         (mm-uu-binhex-decode-function): Defvar when compiling.
13287
13288         * gnus-nocem.el (gnus-nocem-issuers): Update.
13289         (gnus-nocem-check-from): New option.
13290         (gnus-nocem-scan-groups): Use it.
13291         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13292         (gnus-nocem-check-article-limit): Add :version.
13293
13294 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13295
13296         * ietf-drums.el (mm-util): Require CL when compiling.
13297
13298 2000-10-15  Dave Love  <fx@gnu.org>
13299
13300         * qp.el: Require mm-util.
13301
13302 2000-10-13  Dave Love  <fx@gnu.org>
13303
13304         * qp.el (quoted-printable-decode-region): Avoid invalid
13305         coding-systems.
13306
13307 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13308
13309         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13310         to a recursive load.
13311
13312 2000-10-12  Dave Love  <fx@gnu.org>
13313
13314         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13315
13316         * gnus.el (gnus-group-startup-message): Check for PBM image.
13317
13318 2000-10-09  Dave Love  <fx@gnu.org>
13319
13320         * mail-source.el (mail-source-fetch-imap): Bind
13321         default-enable-multibyte-characters rather than using
13322         mm-disable-multibyte.
13323
13324 2000-10-05  Dave Love  <fx@gnu.org>
13325
13326         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13327         Autoload.
13328         (quoted-printable-decode-region):  Rename arg which confused
13329         charset with coding-system.  Don't use nonascii-insert-offset.
13330         Coding-system encode the region initially.  Don't recognize `=='
13331         as valid QP.  Coding-system decode the region finally.
13332         (quoted-printable-decode-string): Rename arg which confused
13333         charset with coding-system.
13334
13335         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13336         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13337         mm-encode-coding-region.
13338         (mm-decode-body, mm-decode-string): Rename variables which
13339         confused charset with coding-system.
13340         (binhex-decode-region): Don't autoload.
13341         (mm-body-encoding): Require message.
13342         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13343         cond branches.
13344
13345         * gnus-art.el (article-de-quoted-unreadable)
13346         (article-de-base64-unreadable): Fold search case
13347         rather than downcasing string.  Apply mm-charset-to-coding-system
13348         to arg of quoted-printable-decode-region.
13349
13350 2000-10-04  Dave Love  <fx@gnu.org>
13351
13352         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13353         Require ring when compiling.
13354         (gnus-article-compface-xbm): New variable.
13355
13356 2000-10-04  Dave Love  <fx@gnu.org>
13357
13358         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13359         pbm images.
13360
13361         * frown.pbm, smile.pbm, wry.pbm: New files.
13362
13363         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13364
13365 2000-10-03  Dave Love  <fx@gnu.org>
13366
13367         * mail-source.el (mail-sources): Revert to nil.
13368
13369         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13370
13371         * qp.el: Don't require mm-util.
13372         (quoted-printable-decode-region): Rewritten.
13373         (quoted-printable-decode-string, quoted-printable-encode-region):
13374         Doc fix.
13375         (quoted-printable-encode-region): Barf on multibyte characters.
13376         Maybe make the class multibyte.  Upcase chars, not formatted
13377         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13378         (quoted-printable-encode-string): Don't use
13379         mm-with-unibyte-buffer.
13380
13381 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13382
13383         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13384
13385 2000-09-21  Dave Love  <fx@gnu.org>
13386
13387         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13388         (for Emacs 20).  Tidy somewhat.
13389
13390 2000-09-21  Dave Love  <fx@gnu.org>
13391
13392         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13393         image processing.  Rationalize logic somewhat.
13394
13395 2000-09-20  Dave Love  <fx@gnu.org>
13396
13397         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13398         specifically.
13399
13400         * gnus.el (gnus-version-number): Avoid some redundant
13401         autoloads.
13402
13403 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13404
13405         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13406         to XBM; we always have PBM support.
13407
13408 2000-09-14  Dave Love  <fx@gnu.org>
13409
13410         * gnus.el (gnus-charset):
13411         * mm-decode.el (mime-display):
13412         * imap.el (imap) <defgroup>: Add :version.
13413
13414 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13415
13416         * parse-time.el: Fix author's mail address.
13417
13418         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13419         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13420         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13421         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13422         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13423         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13424         * rfc2231.el, uudecode.el: Fix copyright notice.
13425
13426         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13427         require `w3' at load-time only if not running in batch mode.
13428
13429 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13430
13431         * gnus.el: Before merge with Emacs21.
13432
13433 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13434
13435         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13436
13437 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13438
13439         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13440         to avoid conflict with the standard `back-to-indentation'
13441         binding.
13442
13443 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13444
13445         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13446
13447         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13448         (mm-disable-multibyte-mule4): Ditto.
13449         (mm-with-unibyte-current-buffer-mule4): Ditto.
13450
13451 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13452
13453         * pop3.el (pop3-movemail): Use binary.
13454         (pop3-movemail-file-coding-system): Removed.
13455
13456 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457
13458         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13459
13460 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13461
13462         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13463         exists.
13464
13465 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13466
13467         * gnus-msg.el (gnus-post-method): Use backend name when the
13468         address is "".
13469
13470 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13471
13472         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13473         mm-verify-option.
13474         (gnus-treat-x-pgp-sig): Default value.
13475         (gnus-ignored-headers): Redundant.
13476
13477 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13478
13479         * gnus-win.el (gnus-configure-frame): Save selected window.
13480
13481 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13482
13483         * nnmbox.el: Require gnus-range.
13484         (nnmbox-group-building-active-articles): New variable.
13485         (nnmbox-group-active-articles): New variable; this is a cache of
13486         all active articles by group and number.
13487         (nnmbox-in-header-p): New function.
13488         (nnmbox-find-article): New function.
13489         (nnmbox-record-active-article): New function.
13490         (nnmbox-record-deleted-article): New function.
13491         (nnmbox-is-article-active-p): New function.
13492         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13493         (nnmbox-request-article): Ditto.  Also supply extra arg to
13494         nnmbox-article-group-number.
13495         (nnmbox-request-expire-articles): Ditto.
13496         (nnmbox-request-move-article): Ditto.
13497         (nnmbox-request-replace-article): Ditto.
13498         (nnmbox-request-rename-group): Rename group entry in active
13499         article cache.
13500         (nnmbox-delete-mail): Update active article cache, unless article
13501         is being replaced.
13502         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13503         than partially duplicating it.
13504         (nnmbox-article-group-number): Add extra `this-line' arg, to
13505         handle articles belonging to multiple groups.
13506         (nnmbox-save-mail): Update active article cache.
13507         (nnmbox-read-mbox): Build active article cache when loading mbox.
13508         Also do some repair work, if we find articles that are missing the
13509         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13510         reconstruct these from Xref info.
13511
13512 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513
13514         * mail-source.el (mail-source-report-new-mail): Use
13515         nnheader-run-at-time.
13516
13517 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13518
13519         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13520         an error is thrown, and then rethrow the error.
13521         (mail-source-check-pop): Ditto.
13522         (mail-source-start-idle-timer): Prevent multiple pop checks
13523         running if the check takes a long time.
13524
13525 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13526
13527         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13528         succeed.
13529
13530 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13531
13532         * gnus-win.el (gnus-configure-windows): Make sure
13533         nntp-server-buffer is live.
13534         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13535
13536 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13537
13538         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13539
13540 2000-12-04  Andreas Jaeger  <aj@suse.de>
13541
13542         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13543
13544 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13545
13546         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13547
13548 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13550
13551         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13552
13553 2000-12-01  Simon Josefsson  <sj@extundo.com>
13554
13555         * mml-smime.el (mml-smime-verify): Fix address parsing.
13556
13557 2000-12-01  Simon Josefsson  <sj@extundo.com>
13558
13559         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13560         more than one certificate inside PKCS#7 blob.  Better security
13561         information (clamed / actual sender, openssl output, certificates
13562         inside message).
13563
13564         * smime.el (smime-verify-region): Output to /dev/null.
13565         (smime-buffer-as-string-region): Don't parse empty lines.
13566
13567 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13568
13569         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13570         ?d and ?D.
13571         (gnus-mime-security-show-details-inline): New variable.
13572         (gnus-mime-security-show-details): Use them.
13573         (gnus-insert-mime-security-button): Ditto.
13574
13575         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13576         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13577         (mml2015-gpg-clear-verify): Ditto.
13578         (mml2015-gpg-decrypt-1): Ditto.
13579         (mml2015-use): Prefer 'gpg.
13580
13581 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * gnus-util.el (gnus-add-text-properties-when): New function.
13584         (gnus-remove-text-properties-when): Ditto.
13585
13586         * gnus-cite.el (gnus-article-hide-citation): Use them.
13587         (gnus-article-toggle-cited-text): Use them.
13588
13589         * gnus-art.el (gnus-signature-toggle): Use them.
13590         (gnus-article-show-hidden-text): Ditto.
13591         (gnus-article-hide-text): Ditto.
13592
13593 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13594
13595         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13596
13597 2000-11-30  Simon Josefsson  <sj@extundo.com>
13598
13599         * smime.el (smime-point-at-eol): New alias.
13600         (smime-buffer-as-string-region): Use it.
13601
13602 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13603
13604         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13605
13606 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13607
13608         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13609
13610         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13611
13612         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13613
13614 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13615
13616         * nnmh.el (nnmh-request-expire-articles): Implemented
13617         expiry-target for nnmh backend.
13618
13619 2000-11-30  Simon Josefsson  <sj@extundo.com>
13620
13621         * mm-decode.el (mm-security-from): New variable.
13622         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13623
13624         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13625         than `from'.
13626
13627 2000-11-30  Simon Josefsson  <sj@extundo.com>
13628
13629         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13630         address match sender address.
13631
13632         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13633
13634         * smime.el (smime-verify-region): Don't copy buffer.
13635         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13636         (smime-pkcs7-region): New function.
13637         (smime-pkcs7-certificates-region): Ditto.
13638         (smime-pkcs7-email-region): Ditto.
13639         (smime-buffer-as-string-region): Ditto.
13640
13641         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13642         buffer.
13643
13644 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13645
13646         * smime.el (smime-decrypt-region): Fix keyfile argument.
13647
13648 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13649
13650         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13651
13652 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13653
13654         * message.el (message-shoot-gnksa-feet): New variable.
13655         (message-gnksa-enable-p): New function.
13656         (message-send): Use it.
13657         (message-check-news-body-syntax): Ditto.
13658
13659 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * message.el (message-make-message-id): Remove the redundancy.
13662
13663 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13664
13665         * message.el (message-setup): Discourage using mc-install-*-mode.
13666
13667         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13668
13669 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13670
13671         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13672
13673 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13674
13675         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13676
13677 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13678
13679         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13680
13681 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13682
13683         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13684         insert-buffer-substring.
13685
13686         * message.el (message-send-mail): Use buffer-substring-no-properties.
13687         (message-send-news): Ditto.
13688
13689 2000-11-22  David Edmondson  <dme@dme.org>
13690
13691         * imap.el (imap-wait-for-tag): Message read info.
13692
13693 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13696         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13697         (mml2015-gpg-encrypt): Ditto.
13698
13699 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13700
13701         * mm-decode.el (mm-verify-option): Default value.
13702
13703         * mml-sec.el (mml-secure-part): Error message.
13704
13705 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13706
13707         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13708
13709 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13710
13711         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13712
13713 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13714
13715         * gnus-art.el (gnus-article-describe-key): Use prompt.
13716         (gnus-article-describe-key-briefly): Ditto.
13717
13718 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13719
13720         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13721
13722 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13723
13724         * gnus-art.el (gnus-article-describe-key): New function.
13725         (gnus-article-describe-key-briefly): New function.
13726
13727 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13728
13729         * mm-decode.el (mm-decrypt-option): Doc typo.
13730
13731         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13732         return a number.
13733
13734 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13735
13736         * message.el (message-newline-and-reformat): Typo.
13737
13738 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13741         original-article-buffer exists.
13742
13743         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13744         (rfc2047-header-encoding-alist): Addresses are different from text.
13745         (rfc2047-encode-message-header): Ditto.
13746         (rfc2047-dissect-region): Extra parameter.
13747         (rfc2047-encode-region): Ditto.
13748         (rfc2047-encode-string): Ditto.
13749
13750 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13751
13752         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13753         (mm-uu-pgp-encrypted-extract): Use it.
13754         (mm-uu-pgp-signed-extract-1): New function.
13755         (mm-uu-pgp-signed-extract): Use it.
13756
13757         * gnus-art.el (gnus-mime-display-security): New function.
13758         (gnus-mime-display-part): Use it.
13759         (gnus-mime-security-verify-or-decrypt): New function.
13760         (gnus-mime-security-press-button): New function.
13761         (gnus-insert-mime-security-button): Use it.
13762
13763         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13764         (mm-find-raw-part-by-type): Ditto.
13765         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13766         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13767         (mm-destroy-parts): Kill nested multibyte buffer.
13768
13769         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13770         (mml2015-gpg-verify): Ditto.
13771
13772 2000-11-18  Simon Josefsson  <sj@extundo.com>
13773
13774         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13775         (mml2015-function-alist): Use it.
13776
13777         * mml-sec.el (mml-sign-alist): Update names.
13778         (mml-encrypt-alist): Ditto.
13779         (mml-secure-part-smime-sign): Moved to mml-smime.el
13780         as `mml-smime-sign-query'.
13781         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13782         `mml-smime-get-file-cert'.
13783         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13784         `mml-smime-get-dns-cert'.
13785         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13786         `mml-smime-encrypt-query'.
13787         (mml-smime-sign-buffer): Use mml-smime-sign.
13788         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13789
13790         * mml-smime.el (mml-smime-sign): New function.
13791         (mml-smime-encrypt):
13792         (mml-smime-sign-query):
13793         (mml-smime-get-file-cert):
13794         (mml-smime-get-dns-cert):
13795         (mml-smime-encrypt-query): Moved from mml-sec.el.
13796
13797 2000-11-16  Simon Josefsson  <sj@extundo.com>
13798
13799         * mml2015.el (mml2015-gpg-clear-verify): New function.
13800         (mml2015-function-alist): Add it.
13801
13802 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13803
13804         * message.el (message-setup-fill-variables): Use
13805         message-cite-prefix-regexp.
13806         (message-newline-and-reformat): Check the end of citation, leading
13807         WSP, break in the cite prefix.
13808         (message-fill-paragraph): New function.
13809
13810 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13811
13812         * lpath.el: Shut up.
13813
13814 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13815
13816         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13817         raw 8-bit in headers in dk.* newsgroups.
13818
13819 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13820
13821         * message.el (message-newline-and-reformat): Match extra WSPs.
13822
13823 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13824
13825         * mml.el (mml-generate-mime-1): Ignore ascii.
13826
13827 2000-11-16 Justin Sheehy  <justin@iago.org>
13828
13829         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13830
13831 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13832
13833         * message.el (message-cite-prefix-regexp): Prefix should not end
13834         at space.
13835
13836 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13837
13838         * message.el (message-mode-syntax-table): Add - as a word
13839         constituent as in articles.
13840         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13841         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13842         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13843
13844 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13845
13846         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13847
13848 2000-11-12  David Edmondson  <dme@dme.org>
13849
13850         * message.el (message-font-lock-keywords): use
13851         message-cite-prefix-regexp.
13852
13853 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13854
13855         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13856         Stein Arild Str\e,Ax\e(Bmme.
13857         (gnus-group-jump-to-group): Use it.
13858         (gnus-group-jump-to-group-prompt): Customize.
13859
13860 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13861
13862         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13863
13864 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13865
13866         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13867         incompatible.
13868         (mml2015-mailcrypt-sign): Ditto.
13869
13870 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13871
13872         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13873         group is open.
13874
13875 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13876
13877         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13878         nnvirtual articles.
13879         (gnus-backlog-request-article): Don't request nnvirtual articles.
13880
13881 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13882
13883         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13884         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13885
13886 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13889         * mml.el (mml-generate-mime-1): Use charset attribute.
13890         * mm-bodies.el (mm-encode-body): Add parameter charset.
13891         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13892
13893 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13894
13895         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13896         (mml2015-mailcrypt-clear-decrypt): Ditto.
13897         (mml2015-mailcrypt-verify): Ditto.
13898         (mml2015-mailcrypt-clear-verify): Ditto.
13899         (mml2015-gpg-verify): Ditto.
13900
13901 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13902
13903         * smime.el (smime-openssl-program): Test the existence of openssl.
13904         * mml-smime.el: Require mm-decode.
13905         (mml-smime-verify-test): New function.
13906         * mm-decode.el (mm-verify-function-alist): Use it.
13907
13908 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13909
13910         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13911         anyway.
13912
13913 2000-11-13  Simon Josefsson  <sj@extundo.com>
13914
13915         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13916         verification doesn't work.
13917
13918 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13919
13920         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13921         (gnus-inews-do-gcc): Use it.
13922
13923 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13924
13925         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13926         leading space.
13927         * mm-extern.el (mm-inline-external-body): Report error when no
13928         access-type.
13929
13930 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13931
13932         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13933
13934 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13935
13936         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13937
13938 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13941         as multipart/mixed.
13942
13943 2000-11-12  David Edmondson  <dme@dme.org>
13944
13945         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13946         and replace `.' with `\w' to allow for different syntax tables
13947         (from Vladimir Volovich).
13948         * message.el (message-newline-and-reformat): use
13949         `message-cite-prefix-regexp'.
13950         * gnus-cite.el (gnus-supercite-regexp): use
13951         `message-cite-prefix-regexp'.
13952         * gnus-cite.el (gnus-cite-parse): use
13953         `message-cite-prefix-regexp'.
13954
13955 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13956
13957         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13958         PGP SIGNATURE.  Escape leading "-"'s.
13959         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13960
13961 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13962
13963         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13964
13965 2000-11-11  Simon Josefsson  <sj@extundo.com>
13966
13967         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13968
13969         * smime.el (smime-details-buffer): New variable.
13970         (smime-sign-region):
13971         (smime-encrypt-region):
13972         (smime-verify-region):
13973         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13974
13975         * mml-smime.el (mml-smime-verify): Support security info.
13976
13977 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13978
13979         * mm-decode.el (mm-verify-option): Set default to nil.
13980         (mm-decrypt-option): Ditto.
13981         * gnus-art.el (article-verify-x-pgp-sig): New function.
13982
13983 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13984
13985         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13986         preferred part.
13987
13988 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13989
13990         * gnus-sum.el (gnus-move-split-methods): Say that
13991         `gnus-split-methods' uses file names, whereas this uses group
13992         names.  (Report from Nevin Kapur)
13993
13994 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13995
13996         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13997
13998 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13999
14000         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14001         (nnheader-directory-articles): Use it.
14002         (nnheader-article-to-file-alist): Ditto.
14003
14004 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14005
14006         * rfc2047.el (rfc2047-pad-base64): New function.
14007         (rfc2047-decode): Use it.
14008
14009 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14010
14011         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14012         select method.
14013
14014 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14015
14016         * mml2015.el (mml2015-gpg-decrypt-1):
14017         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14018
14019 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14020
14021         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14022
14023 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14024
14025         * pop3.el (pop3-munge-message-separator): A message may have an
14026         empty body.
14027
14028 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14029
14030         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14031         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14032         (mm-uu-pgp-signed-extract): Use coding-system.
14033
14034 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14035
14036         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14037         (gnus-insert-mime-security-button): New function.
14038         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14039         * mml2015.el:  Add security info when verify or decrypt.
14040         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14041         (mm-uu-pgp-encrypted-extract): Ditto.
14042
14043 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14044
14045         * mm-decode.el (mm-display-parts): New function.
14046         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14047
14048 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14049
14050         * gnus-mlspl.el: Documentation tweaks.
14051
14052 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14053
14054         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14055         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14056         argument.
14057
14058 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14059
14060         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14061
14062 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14063
14064         * gnus-art.el (gnus-article-encrypt): New function.
14065         (gnus-article-encrypt-protocol-alist): New variable.
14066         (gnus-article-encrypt-protocol): New variable.
14067         * mml2015.el (mml2015-self-encrypt): New function.
14068         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14069
14070 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14071
14072         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14073         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14074         let mailcap do it.
14075         * mml2015.el: Remove snarf code.
14076         * mm-decode.el: Remove snarf code.
14077
14078 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14079
14080         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14081         (mml-insert-mime): Understand gnus-decoded.
14082         (mime-to-mml): New parameter handles.
14083         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14084         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14085
14086 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14087
14088         * mm-decode.el (mime-security): New group.
14089         (mm-verify-function-alist): Add test function.
14090         (mm-decrypt-function-alist): Ditto.
14091         (mm-snarf-option): Set default value as nil.
14092         (mm-find-part-by-type): Recursive parameter.
14093         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14094         * mml2015.el: Support draft-ietf-openpgp-multsig.
14095
14096 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14097
14098         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14099         (gnus-article-view-part-as-charset): New function.
14100
14101 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14102
14103         * mm-decode.el (mm-verify-option): Default value.
14104         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14105
14106 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14107
14108         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14109
14110 2000-11-05  Simon Josefsson  <sj@extundo.com>
14111
14112         * mml-smime.el (mml-smime-verify): Work in original multipart
14113         buffert.
14114
14115         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14116         (mm-handle-multipart-ctl-parameter): Ditto.
14117         (mm-alist-to-plist): New function.
14118         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14119         for multiparts.
14120         (mm-destroy-parts): Destroy multipart buffert.
14121         (mm-remove-part): Ditto.
14122
14123         * mml-smime.el (mml-smime-sign): Not used.
14124         (mml-smime-encrypt): Ditto.
14125
14126         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14127
14128         Verify S/MIME signature support.
14129
14130         * mm-decode.el (mm-inline-media-tests): Add
14131         application/{x-,}pkcs7-signature.
14132         (mm-inlined-types): Ditto.
14133         (mm-automatic-display): Ditto.
14134         (mm-verify-function-alist): Ditto.  Add name of method.
14135         (mm-decrypt-function-alist): Add name of method.
14136         (mm-find-part-by-type): Add documentation.
14137         (mm-possibly-verify-or-decrypt): Use new format of
14138         mm-{verify,decrypt}-function-alist.  Use method names.
14139
14140         * mml-smime.el (mml-smime-verify): New function.
14141
14142 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14143
14144         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14145
14146 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14147
14148         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14149         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14150         * mm-decode.el (mm-snarf-option): New variable.
14151
14152 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14153
14154         * mm-util.el (mm-subst-char-in-string): New function.
14155         (mm-replace-chars-in-string): Use it.
14156         * message.el (message-replace-chars-in-string): Use it.
14157         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14158         * gnus-mh.el (mh-lib-progs): Shut up.
14159
14160 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14161
14162         * base64.el, md5.el: Moved to contrib directory.
14163
14164 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14165
14166         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14167         the last article when search.
14168
14169 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14170
14171         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14172         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14173
14174 2000-09-29  David Edmondson  <dme@thus.net>
14175
14176         * message.el (message-newline-and-reformat): Typo.
14177
14178 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14179
14180         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14181
14182 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14183
14184         * nntp.el (nntp-decode-text): Delete bogus status lines.
14185
14186 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14187
14188         * message.el (message-font-lock-keywords): Match a final newline
14189         to help font-lock's multiline support.
14190
14191 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14192
14193         * nnoo.el (nnoo-set): New function.
14194
14195 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14196
14197         * gpg.el, gpg-ring.el: Moved to contrib directory.
14198
14199 2000-11-04  Simon Josefsson  <sj@extundo.com>
14200
14201         * nnimap.el (nnimap-split-inbox): Typo.
14202
14203 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14204
14205         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14206
14207 2000-11-03  Simon Josefsson  <sj@extundo.com>
14208
14209         * rfc2231.el (rfc2231-parse-qp-string): New function.
14210         (require): rfc2047.
14211
14212         * mail-parse.el (mail-header-parse-content-type):
14213         (mail-header-parse-content-disposition): Support invalid QP
14214         encoded strings, by using `rfc2231-parse-qp-string'.
14215
14216 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14217
14218         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14219         (rfc2231-decode-encoded-string): Typo "> X 1".
14220         (rfc2231-encode-string): Insert the name of charset.
14221         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14222
14223 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14224
14225         * mm-decode.el (mm-save-part): Return the filename.
14226         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14227         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14228         (gnus-mime-action-alist): Use it.
14229         (gnus-mime-button-commands): Use it.
14230         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14231         (mm-inline-external-body): unwind-protect.
14232
14233 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14234
14235         * gnus-art.el (gnus-insert-mime-button): Show url.
14236
14237 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14238
14239         * mml.el (mml-generate-mime-1): Support external url.
14240         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14241
14242 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14243
14244         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14245         * mm-decode.el (mm-display-external): Ditto.
14246         * mm-extern.el: New file.
14247         * mm-decode.el (mm-inline-media-tests): Hook it up.
14248         (mm-inlined-types): Inline message/external-body.
14249
14250 2000-11-02  Simon Josefsson  <sj@extundo.com>
14251
14252         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14253
14254         * message.el (message-get-reply-headers): Better handling when
14255         Mail-Followup-To is very large.
14256
14257 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14258
14259         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14260         * gnus-art.el (gnus-article-edit-done):
14261         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14262         counting code here.
14263         * gnus-msg.el (gnus-setup-message): Remove a hack.
14264
14265 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14266
14267         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14268         (gnus-summary-mode): Make them local variables.
14269         (gnus-set-global-variables): Globalize them.
14270         (gnus-summary-exit): Kill them.
14271
14272 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14273
14274         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14275         word.
14276
14277 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14278
14279         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14280         gnus-article-wash-types.
14281         * gnus-art.el (gnus-article-wash-status): Use them.
14282
14283 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14284
14285         * mml.el (mml-read-tag): Remove spaces and LF.
14286
14287 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14288
14289         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14290         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14291
14292 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14293
14294         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14295
14296 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14297
14298         * gnus-sum.el (gnus-article-charset): New variable.
14299         (gnus-summary-display-article): Set it.
14300         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14301         * gnus-art.el (gnus-article-mode): Make it local variable.
14302
14303 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14304
14305         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14306
14307 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14308
14309         * nnwfm.el: New file.
14310
14311         * nnweb.el (nnweb-replace-in-string): New function.
14312
14313 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14314
14315         * mml2015.el: Wrap gpg.el.
14316         * gpg.el (gpg-verify): The last argument of apply is a list.
14317         (gpg-encrypt): Add passphrase as a parameter.
14318
14319 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14320
14321         * gpg.el: New file.
14322         * gpg-ring.el: New file.
14323
14324 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14325
14326         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14327
14328 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14331         double-quote characters.
14332         (gnus-summary-prepare-threads): Ditto.
14333
14334 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14335
14336         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14337         * mml.el (mml-read-tag): Don't skip the leading space.
14338         * lpath.el (font-lock-set-defaults): Shut up.
14339
14340 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14341
14342         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14343
14344 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14345
14346         * qp.el (quoted-printable-encode-region): Replace leading - when
14347         ultra safe.
14348         * mml.el (mml-generate-mime-postprocess-function): Removed.
14349         (mml-postprocess-alist): Removed.
14350         (mml-generate-mime-1): Use ultra-safe when sign.
14351         * mml2015.el (mml2015-fix-micalg): Uppercase.
14352         (mml2015-verify): Insert LF.
14353         (mml2015-mailcrypt-sign): Downcase; search backward.
14354
14355 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14356
14357         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14358         restrictive.
14359         (nnultimate-table-regexp): New variable.
14360         (nnultimate-forum-table-p): Use it.
14361
14362 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14363         Trivial patch.
14364
14365         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14366
14367 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14368
14369         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14370         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14371
14372 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14373
14374         * mml2015.el: Shut up.
14375
14376 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14377
14378         * gnus.el (gnus-server-browse-hashtb): Removed.
14379         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14380         (gnus-group-insert-group-line-info): Use simplified method.
14381         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14382
14383 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14384
14385         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14386         moved here.
14387         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14388         * gnus-group.el (gnus-group-prepare-flat): Use it.
14389         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14390
14391 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14392
14393         * mml.el (mml-mode): Show menu in XEmacs.
14394
14395 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14396
14397         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14398         (gnus-server-read-server-in-server-buffer): New function.
14399         (gnus-browse-foreign-server): Browse in group buffer.
14400         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14401         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14402         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14403         * gnus.el (gnus-server-browse-hashtb): New variable.
14404
14405 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14406
14407         * nnfolder.el (nnfolder-open-nov): Use group.
14408
14409 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14410
14411         * nnfolder.el: Add NOV. Set version to 2.0.
14412         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14413
14414 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14415
14416         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14417
14418 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14419
14420         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14421         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14422
14423 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14424
14425         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14426
14427 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14428
14429         * mm-decode.el (mm-verify-function-alist): New variable.
14430         (mm-verify-option): New variable.
14431         (mm-decrypt-function-alist): Ditto.
14432         (mm-decrypt-option): Ditto.
14433         (mm-find-raw-part-by-type): New function.
14434         (mm-possibly-verify-or-decrypt): New function.
14435         (mm-dissect-multipart): Use it.
14436         * mml2015.el (mml2015-fix-micalg): New function.
14437         (mml2015-decrypt): Use new interface.
14438         (mml2015-verify):  Use new interface.
14439         (mml2015-setup): Make it bogus.
14440
14441 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14442
14443         * mml.el (mml-generate-mime-postprocess-function): Set to
14444         mml-postprocess.
14445         (autoload): Autoload mml2015 and mml-smime.
14446         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14447         * mml2015.el (mml2015-encrypt): New function.
14448         (mml2015-sign): New function.
14449         (mml2015-encrypt-function): New variable.
14450         (mml2015-sign-function): New variable.
14451         (mml2015-mailcrypt-encrypt): Use message-recipients.
14452         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14453         * mml-smime.el (mml-smime-setup): Ditto.
14454
14455 2000-10-28  Simon Josefsson  <sj@extundo.com>
14456
14457         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14458         Communigate Pro 3.3.1 server.
14459
14460         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14461         in buffers.
14462         (mml-secure-dns-server): Removed.
14463         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14464         write certificates to files.
14465
14466         * smime.el (smime-dns-server): New variable.
14467         (smime-mail-to-domain):
14468         (smime-cert-by-dns): New functions.
14469
14470         * dig.el: New file.
14471
14472 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14473
14474         * message.el (message-options): New variable.
14475         (message-options-set-recipient): New function.
14476         (message-send): Use them.
14477         * gnus-int.el (gnus-request-replace-article): Use them.
14478         (gnus-request-accept-article): Ditto.
14479         * mml.el (mml-preview): Use them.
14480         * gnus-sum.el (gnus-summary-edit-article): Use them.
14481
14482         * message.el (message-options-get): New function.
14483         (message-options-get): New function.
14484         * rfc2047.el (rfc2047-encode-message-header): Use them.
14485         * mm-bodies.el (mm-encode-body): Use them.
14486
14487 2000-10-28  Simon Josefsson  <sj@extundo.com>
14488
14489         * nnimap.el (nnimap-retrieve-which-headers):
14490         (nnimap-request-article-part): Quote message-id.
14491
14492         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14493         (smime-CA-file): New variable.
14494         (smime-call-openssl-region): Don't error.
14495         (smime-sign-region): Return result value.
14496         (smime-encrypt-region): Ditto.
14497         (smime-verify-region): New function.
14498         (smime-decrypt-region): Ditto.
14499         (smime-verify-buffer): Ditto.
14500         (smime-decrypt-buffer): Ditto.
14501
14502         * mml.el: Require mml-sec.
14503         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14504         (mml-mode-map): Add "sign" and "encrypt" maps.
14505         (mml-menu): Add security menu.
14506         (mml-preview): Use generate-new-buffer.
14507
14508         * mml-sec.el: New file.
14509
14510 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14511
14512         * mm-decode.el (mm-find-part-by-type): Move it here.
14513         * mml.el (mml-postprocess): Move it here.
14514         (mml-postprocess-alist): Move it here. Merge them.
14515
14516 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14517
14518         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14519         unencoded stuff in the header.
14520
14521 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14522
14523         * gnus-group.el (gnus-group-listed-groups): New variable.
14524         (gnus-group-list-option): New variable.
14525         (gnus-group-list-limit-map): New keymap.
14526         (gnus-group-list-flush-map): New keymap.
14527         (gnus-group-list-plus-map): New keymap.
14528         (gnus-group-prepare-logic): New function.
14529         (gnus-group-prepare-flat): Merge with
14530         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14531         (gnus-group-prepare-flat-list-dead): Ditto.
14532         (gnus-group-list-matching): Use gnus-group-prepare-function.
14533         (gnus-group-list-dormant): Ditto.
14534         (gnus-group-list-cached): Ditto.
14535         (gnus-group-listed-groups): New function.
14536         (gnus-group-list-limit): New function.
14537         (gnus-group-list-flush): New function.
14538         (gnus-group-list-plus): New function.
14539         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14540         (gnus-topic-prepare-topic): Ditto.
14541
14542 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14543
14544         * message.el (message-insert-to, message-get-reply-headers):
14545         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14546
14547 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14548
14549         * mml2015.el: New file.
14550         * smime.el: New file.
14551         * mml-smime.el: New file.
14552
14553 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14554
14555         * ChangeLog: Moved to ChangeLog.1.
14556
14557     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14558   Copying and distribution of this file, with or without modification,
14559   are permitted provided the copyright notice and this notice are preserved.
14560
14561 ;; Local Variables:
14562 ;; coding: iso-2022-7bit
14563 ;; End: