(gnus-button-mid-or-mail-heuristic-alist): Added
[gnus] / lisp / ChangeLog
1 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
4         compensation for TDMA addresses.
5
6 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7
8         * gnus-msg.el (gnus-user-agent): New variable.
9         (gnus-version-expose-system): Removed.  Obsoleted by
10         `gnus-user-agent'.
11         (gnus-extended-version): Use `gnus-user-agent'.
12
13 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * spam.el (spam-stat-register-spam-routine,
16         spam-stat-register-ham-routine): remove spam-stat-save
17         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
18
19 2002-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20
21         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
22         reference.
23
24 2002-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25
26         * nnheader.el (nnheader-find-nov-line): Changed midpoint
27         calculation to avoid integer overflow.
28
29 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
30
31         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
32
33 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
34         * spam.el: disabled spam-get-article-as-filename
35
36         From Michael Shields  <shields@msrl.com>
37
38         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
39         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
40         * gnus-sum.el (gnus-summary-expire-articles): Use it.
41         * spam.el (spam-summary-prepare-exit): Use it.
42         * gnus.el (gnus-install-group-spam-parameters): New.
43         * spam.el (spam-group-ham-processor-copy-p): New.
44         * spam.el (spam-summary-prepare-exit): Support for ham copying.
45         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
46         that would cause the current message to be moved if the group had
47         no spam.
48         * spam.el (spam-ham-move-routine): New `copy' argument.
49
50 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
51         From Martin Thornquist <martint@ifi.uio.no>
52
53         * gnus-topic.el (gnus-topic-select-group): Select last group if
54         after last group.
55         * gnus-group.el (gnus-group-select-group): Ditto.
56
57 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
60         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
61         point-at-(b|e)ol which aren't available in Emacs 20.
62
63         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
64
65 2002-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
66
67         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
68         clause of the condition-case statement.  Errors connecting to a
69         server no longer terminate gnus.
70
71         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
72         make its use obvious.  Added no-nothing case to avoid
73         opening(closing) servers when already open(closed).
74         (gnus-agent-while-plugged): Added macro to facilitate internal use
75         of gnus-agent-toggle-plugged.
76         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
77         temporarily open servers.
78         (gnus-agent-get-undownloaded-list): Sort list of article numbers
79         as sorting gnus-newsgroup-headers is wrong.
80         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
81         to temporarily open servers. Corrected logic to handle setting
82         gnus-agent-mark-unread-after-downloaded.
83         (gnus-agent-fetch-articles): Now handles headers with missing
84         article sizes and/or missing article lengths.  Now clears the
85         message buffer when finished.
86         (gnus-agent-fetch-group-1): Position point before calling
87         gnus-summary-set-agent-mark.
88         (gnus-get-predicate): Corrected description, parameter is
89         predicate not category.
90         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
91         provide a separate single group expiration function.
92         (gnus-agent-regenerate-group): Now clears the message buffer when
93         finished.
94         
95 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
96
97         * gnus.el (gnus-agent-target-move-group-header): New variable.
98         * gnus-draft.el (gnus-draft-send): If special header
99         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
100         that group, instead of performing the regular sending functions.
101
102 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
105
106 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
107
108         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
109         variables.
110         (message-make-fqdn): Use it.  Improved validity check.
111
112 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * message.el (message-user-mail-address): Check whether
115         user-mail-address looks valid.
116
117         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
118
119         * gnus-util.el (gnus-fetch-original-field): New function.
120
121 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
122
123         * message.el (message-mode): \\(...\\) around additional
124         paragraph-separate alternative.
125
126 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
127
128         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
129         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
130         display key bindings.
131         (gnus-mime-button-menu): Rewrite.
132
133 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-art.el (gnus-button-url-regexp): Removed `.
136
137 2003-02-23  Max Froumentin  <mf@w3.org>
138
139         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
140
141 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-art.el (gnus-mime-action-on-part): Require a match
144         interactively. 
145
146         * gnus-start.el (gnus-save-newsrc-file): Use
147         gnus-backup-startup-file. 
148         (gnus-backup-startup-file): New variable.
149
150 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * gnus.el (gnus-summary-buffer-name): Moved function here. 
153
154         * gnus-draft.el (defun): Remove debug.
155
156 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
157
158         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
159         can't open server.
160
161 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-draft.el (defun): Configure posting styles.
164
165         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
166         the entry for the group exists before we alter it.
167
168 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
169
170         * message.el (message-mode): MML tags separate paragraphs.  Small
171         change from David S Goldberg <david.goldberg6@verizon.net>.
172
173         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
174         `gnus-newsgroup-headers'.
175
176         * gnus-art.el (gnus-article-refer-article): Grok more message id
177         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
178
179 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
180
181         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
182         use "path name".
183
184 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
185
186         * gnus-sum.el (gnus-summary-move-article)
187         (gnus-summary-expire-articles): send data header for article, not
188         just article ID
189
190         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
191         (gnus-register-spool-action): added hashtable of message ID keys
192         with message motion data
193
194 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
195         From Reiner Steib  <Reiner.Steib@gmx.de>.
196
197         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
198         variable, used in `gnus-button-mid-or-mail-heuristic'.
199         (gnus-button-mid-or-mail-heuristic): New function derived from
200         Florian Weimer's Perl script.
201         (gnus-button-handle-mid-or-mail): Allow a function instead of
202         'guess.
203         (gnus-button-guessed-mid-regexp): Removed.
204
205 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * message.el (message-resend): Bind message-setup-hook to nil;
208         remove X-Draft-From header.
209
210 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
211
212         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
213         (gnus-newsgroup-undownloaded)
214         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
215         Doc fixes.
216
217 2003-02-17  John Paul Wallington  <jpw@gnu.org>
218
219         * gnus.el (gnus-shell-command-separator, gnus-email-address)
220         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
221
222 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
223
224         * gnus-spec.el (gnus-xmas-format): Use insert instead of
225         insert-string which is obsolete in Emacs 21.4.
226
227         * message.el (message-cross-post-followup-to-header): do.
228         
229         * spam.el (spam-ifile-register-with-ifile)
230         (spam-stat-register-spam-routine)
231         (spam-stat-register-ham-routine)
232         (spam-bogofilter-register-with-bogofilter): do.
233
234         * mailcap.el (mailcap-mime-data): Fix typo.
235
236         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
237
238 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
239
240         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
241         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
242         `gnus-cite-unsightly-citation-regexp'.
243
244 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
247         even if there's just a header.
248
249 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
250
251         * message.el (message-fix-before-sending): Fix highlighting of
252         illegible and invisible text.
253
254         * gnus-util.el (gnus-multiple-choice): Separate choices with
255         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
256
257 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
258
259         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
260
261 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
262
263         * spam.el (spam-ham-move-routine) 
264         (spam-mark-spam-as-expired-and-move-routine): use
265         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
266         around process-mark manipulation on the group
267
268 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
269
270         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
271         submenu.
272
273 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * mail-source.el (mail-source-fetch): Reverse the return value of
276         the continuation question.
277
278 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * nndraft.el (nndraft-request-move-article): Bind
281         nnmh-allow-delete-final to t.
282
283 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
284
285         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
286        
287 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
288       
289         * nntp.el (nntp-accept-process-output): Don't use point-max to get
290         the buffer's size.
291
292 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
293
294         * nnheader.el: Added cygwin to system-type comparisons.
295        
296 2003-01-27  Juanma Barranquero  <lektu@terra.es>
297
298         * imap.el (imap-mailbox-status): Fix typo.
299
300 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
301
302         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
303         online.
304
305 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
306
307         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
308         commands.
309         * gnus-sum.el: Small change from Frank Weinberg
310         <frank@usenet-rundfahrt.de>:
311         (gnus-auto-center-group): New variable.
312         (gnus-summary-read-group-1): Use it.
313         (gnus-summary-next-group): Fix docstring.
314
315 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * gnus-util.el (gnus-faces-at): Simplify.
318
319 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
320
321         * spam.el (spam-ham-move-routine) 
322         (spam-mark-spam-as-expired-and-move-routine): made the article
323         move conditional, so it's not called even if there's nothing to move
324
325 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
326
327         * message.el (message-unix-mail-delimiter): Accept any whitespace
328         after the email address and before the date; do not require the
329         space character.  From Kurt B. Kaiser <kbk@shore.net>.
330
331 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
334         gnus-article-boring-faces variable is bound; use gnus-faces-at.
335
336         * gnus-util.el (gnus-faces-at): New macro.
337
338 2003-02-13  Michael Shields  <shields@msrl.com>
339
340         * gnus-cite.el
341         (gnus-cite-attribution-suffix, gnus-cite-parse):
342         Better handling for Microsoft citation styles.
343         (gnus-unsightly-citation-regexp): New.
344
345 2003-02-12  Michael Shields  <shields@msrl.com>
346
347         * gnus-art.el (article-strip-banner): Strip both per-group and
348         per-user-address banners.
349         (article-really-strip-banner): New.
350
351 2003-02-12  Michael Shields  <shields@msrl.com>
352
353         * gnus-sum.el (gnus-article-goto-next-page,
354         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
355         relying on the summary bindings of `n' and `p'.
356
357 2003-02-12  Michael Shields  <shields@msrl.com>
358
359         * gnus-art.el (gnus-article-only-boring-p): New.
360         (gnus-article-skip-boring): New.
361         * gnus-cite.el (gnus-article-boring-faces): New.
362         * gnus-sum.el (gnus-summary-next-page): Use
363         gnus-article-only-boring-p.
364
365 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
366
367         * spam.el (spam-mark-spam-as-expired-and-move-routine)
368         (spam-ham-move-routine): unmark all articles before marking those
369         of interest and calling gnus-summary-move-article
370
371 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
372
373         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
374         logically the complement of gnus-get-buffer-create and
375         gnus-add-buffer.
376
377         * gnus-util.el (gnus-kill-buffer): do.
378
379         * nnmail.el: Autoload gnus-kill-buffer.
380
381 2002-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
382
383         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
384         gnus-summary-goto-subject as gnus-summary-update-mark operates on
385         the current LINE.
386         (gnus-agent-summary-fetch-group): Minimized the number of times
387         that the article is updated in the buffer.
388         
389 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * spam.el (spam-ham-move-routine): use the process-mark instead of
392         gnus-current-article when moving articles
393         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
394
395 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
398         (gnus-topic-catchup-articles): Ditto.
399         (gnus-topic-mark-topic): Reverse recursive logic.
400
401 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
402
403         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
404         gnus-refer-thread-limit is t.
405
406 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
407
408         * mm-util.el (mm-mule-charset-to-mime-charset): Use
409         sort-coding-systems to prefer utf-8 over utf-16.
410
411 2002-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
412
413         * gnus-agent.el (gnus-agent-expire-days):
414         gnus-request-move-article depends on gnus-agent-expire to clean up
415         the cache after moving the article.  Therefore, g-a-e-d can NOT
416         default to nil or can gnus-agent-expire be disabled by doing so.
417         If you don't want to run gnus-agent-expire, don't call it.
418         (gnus-agent-expire): The broken test to disable gnus-agent-expire
419         when g-a-e-d was NOT nil was removed.
420         (gnus-agent-article-name): Removed unnecessary input test as
421         article IDs are always strings.
422         (gnus-agent-regenerate-group): Added check to protect against
423         servers that generate absurdly long article IDs.  Valid IDs are
424         less than 10 digits to avoid overflow errors.  Fixed logic error
425         when ensuring that the final article ID is present in the new
426         alist.
427         
428 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
431         next line after finding the parent.
432
433 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * gnus.el (gnus-version-number): Bumped.
436
437 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
438
439         * gnus.el: Oort Gnus v0.15 is released.
440
441 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
442
443         * nnmail.el (nnmail-split-it): If a message ends up matching the
444           same mailbox more than once, it will cause duplicates to appear
445           in the mailbox.
446
447 2003-02-08  Simon Josefsson  <jas@extundo.com>
448
449         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
450         code that only worked under Emacs.
451
452         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
453         Das <satyaki@chicory.stanford.edu>.
454
455 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
456
457         * gnus-art.el (gnus-article-refer-article): Use
458         gnus-replace-in-string.
459
460         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
461         (gnus-remove-duplicates): do.
462
463 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
464
465         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
466         (gnus-request-scan): set
467         gnus-internal-registry-spool-current-method to gnus-command-method
468         before a request-scan operation
469
470         * gnus-registry.el (regtest-nnmail): use
471         gnus-internal-registry-spool-current-method
472
473         
474
475 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * mail-source.el (mail-source-fetch): Typo fix.
478
479 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * nnmail.el (nnmail-spool-hook): new hook
482         (nnmail-cache-insert): call nnmail-spool-hook
483
484         * gnus-registry.el: new file with examples of using the hooks
485
486         * gnus.el (gnus-registry): added registry customization group
487         (gnus-group-prefixed-name): improve function to return full group
488         name optionally
489         (gnus-group-guess-prefixed-name): shortcut to
490         gnus-group-prefixed-name, using just the group name
491         (gnus-group-full-name): always get a group's full name
492         (gnus-group-guess-full-name): shortcut, using just the group name
493
494         * gnus-sum.el (gnus-summary-article-move-hook) 
495         (gnus-summary-article-delete-hook) 
496         (gnus-summary-article-expire-hook): new hooks
497         (gnus-summary-move-article, gnus-summary-expire-articles) 
498         (gnus-summary-delete-article): invoke the new hooks
499
500 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
501
502         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
503           from message-ID
504
505 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
506
507         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
508
509 2003-02-07  John Paul Wallington  <jpw@gnu.org>
510
511         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
512         (mm-write-region, mm-detect-coding-region): Doc fixes.
513
514 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * mail-source.el (mail-source-fetch): Ignore errors.
517         (mail-source-ignore-errors): New variable.
518
519         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
520         articles. 
521
522         * gnus-msg.el (gnus-version-expose-system): Change default.
523
524 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
525
526         * gnus-msg.el (gnus-version-expose-system): New variable.
527
528 2003-02-07  Simon Josefsson  <jas@extundo.com>
529
530         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
531         patch from deskpot@myrealbox.com (Vasily Korytov).
532
533 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-art.el (article-display-face): Get the Face header from
536         the current buffer.
537
538 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-art.el (gnus-mime-view-part-internally): Bind
541         buffer-read-only to nil.
542
543 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
546         from g-a-e-1 to g-a-e-2.
547
548 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
549
550         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
551         of bbdb-search-simple, use spam-use-BBDB-exclusive
552         (spam-check-whitelist): use spam-use-whitelist-exclusive
553         (spam-use-whitelist-exclusive): new variable affecting
554         spam-use-whitelist
555         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
556
557 2003-02-05  Simon Josefsson  <jas@extundo.com>
558
559         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
560         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
561         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
562         (gnus-agent-expire-1): New.
563         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
564         (gnus-agent-expire-2): New.
565
566 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
567
568         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
569         "delete-if" is misleading because it isn't actually destructive.
570
571         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
572         
573         * nnmail.el (nnmail-purge-split-history): do.
574
575         * gnus-win.el (gnus-get-buffer-window): do.
576         
577         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
578         let-binding.
579         (gnus-simplify-all-whitespace): do.
580
581 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gnus-delay.el (gnus-delay-article): Fix binding of the
584         nndraft:delayed group.
585
586 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
587
588         * gnus.el (spam group parameters): change 'other to 'const in
589         the group parameter definitions to soothe XEmacs
590
591 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
592
593         * gnus-delay.el (gnus-delay-article): Really create
594         nndraft:delayed group if it doesn't exist.
595
596 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
597
598         * gnus-sum.el (gnus-summary-search-article): Speed up by
599         disabling various visual features while searching.
600         (gnus-summary-recenter): Test gnus-auto-center-summary first.
601
602 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
603
604         * spam.el (spam-list-of-checks): Don't quote nil and t in
605         docstrings.  From the elisp manual:
606
607            When a documentation string refers to a Lisp symbol, write
608            it [..] with single-quotes around it.  [..] There are two
609            exceptions: write t and nil without single-quotes.
610
611         * messcompat.el (message-from-style): do.
612
613         * message.el (message-send-mail): do.
614
615         * gnus-util.el (gnus-use-byte-compile): do.
616
617         * gnus-score.el (gnus-score-lower-thread): do.
618
619         * gnus-int.el (gnus-server-unopen-status): do.
620
621         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
622         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
623
624         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
625         (gnus-group-parameters): do.
626
627         * gnus-art.el (gnus-article-mime-match-handle-function): do.
628
629         * mm-decode.el (mm-text-html-renderer): do.
630
631 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * nnheader.el (nnheader-directory-separator-character): Change the
634         way to compute the dafault value.
635
636 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
637
638         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
639         (gnus-button-alist): Fix regexp for describe-key.
640         (gnus-button-handle-describe-function)
641         (gnus-button-handle-describe-variable)
642         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
643         (gnus-button-handle-apropos-variable)
644         (gnus-button-handle-apropos-documentation): Docstring fix.
645
646         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
647
648 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
651         to nil.
652
653         * nnmail.el: Removed gnus-util autoload.
654
655         * gnus.el: Use gnus-prin1-to-string throughout.
656
657         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
658         print-level. 
659
660         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
661         (gnus-treat-display-grey-xface): Removed.
662
663         * gnus-fun.el (gnus-grab-cam-face): New.
664         (gnus-convert-image-to-gray-x-face): Removed.
665         (gnus-convert-gray-x-face-to-xpm): removed.
666         (gnus-convert-gray-x-face-region): Removed.
667         (gnus-grab-gray-x-face): Removed.
668
669         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
670
671 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
672
673         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
674         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
675         bound.
676
677         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
678
679 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
680
681         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
682         Remove -- these are bogus options which are never used.
683
684 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
685
686         * gnus-art.el (gnus-article-mode): Use summary tool bar.
687
688 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
689
690         * spam.el (spam-check-blackholes) 
691         (spam-blackhole-good-server-regex): new variable to skip some IPs
692         when checking blackholes; use it
693         (spam-check-bogofilter-headers) 
694         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
695         case more X-Bogosity is used than just "Yes/No"
696         (spam-ham-move-routine): semi-fixed, only first article is
697         properly moved now
698
699 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
700
701         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
702         as well.
703         
704         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
705         
706         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
707         
708         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
709         
710         * gnus-bcklg.el (gnus-backlog-shutdown): do.
711         
712         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
713
714 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus-fun.el (gnus-face-encode): New function.
717         (gnus-convert-png-to-face): Use it.
718
719         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
720
721 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
722
723         * mm-decode.el (mm-dissection-list): Remove.
724         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
725         only used in mm-remove-all-parts.
726         (mm-remove-all-parts): Remove it, it's never called.
727
728 2003-01-25  Simon Josefsson  <jas@extundo.com>
729
730         * gnus-group.el (gnus-group-make-group): Report errors.
731
732         * nnimap.el (nnimap-request-create-group): Ditto.
733
734         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
735
736         * sieve.el (sieve-upload): Fix error printing.
737
738         * mm-encode.el (mm-qp-or-base64): Always QP iff
739         mm-use-ultra-safe-encoding and cleartext PGP.
740
741         * gnus-sum.el (gnus-summary-select-article): Inhibit
742         redisplay (mainly for secured messages).
743
744         * nnmail.el (nnmail-article-group): Copy body too (but don't
745         process it).
746
747 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
748
749         * gnus-art.el (gnus-article-setup-buffer): Reset
750         gnus-button-marker-list.
751
752 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * nntp.el (nntp-read-timeout): Default to using a second delay
755         under Microsoft Windows.
756
757 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnheader.el (nnheader-directory-separator-character): New
760         variable. 
761
762 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
763
764         * gnus-agent.el (gnus-agent-max-fetch-size)
765         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
766         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
767         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
768         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
769         (gnus-agent-braid-nov, gnus-agent-load-alist)
770         (gnus-agent-article-alist-save-format)
771         (gnus-agent-read-agentview, gnus-agent-save-alist)
772         (gnus-agent-fetch-group-1, gnus-agent-expire)
773         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
774         (gnus-agent-regenerate-group): Reformat to keep under eighty
775         columns.  Reword docstrings so that first line is under eighty
776         chars and a complete sentence.  Still need to work on the rear
777         end of the file, in particular gnus-agent-expire.       
778
779 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-agent.el (gnus-agentize): Indent.
782
783         * gnus.el (gnus-version-number): Bumped.
784
785 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
786
787         * gnus.el: Oort Gnus v0.14 is released.
788
789 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
790
791         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
792         before beginning.  Tiny patch from Mark Thomas
793         <swoon@bellatlantic.net>.
794
795 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
796
797         * spam.el (spam-check-blackholes, spam-split) 
798         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
799         gnus-message calls to show to users what spam.el is doing
800
801 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
802
803         * gnus-msg.el (gnus-message-replysign)
804         (gnus-message-replyencrypt): Fix typo.
805
806 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
809         details. 
810
811 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-art.el (gnus-article-press-button): let* -> let.
814         (gnus-mime-security-show-details): Cleaned up.
815         (gnus-mime-security-press-button): Save excursion.
816         (gnus-insert-mime-security-button): Clean up.
817
818         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
819
820         * gnus-async.el (gnus-async-wait-for-article): Don't use a
821         timeout. 
822
823         * nntp.el (nntp-accept-process-output): Removed timeout. 
824         (nntp-read-timeout): New variable.
825         (nntp-accept-process-output): Use it.
826
827         * gnus-sum.el (gnus-data-find-list): Remove *.
828
829 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
830
831         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
832         introduced on 2002-01-22.
833         (gnus-summary-first-unseen-or-unread-subject): Ditto.
834
835 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
836
837         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
838         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
839         checks of incoming mail based on simple header regexp matching
840
841 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * gnus-sum.el (gnus-spam-mark): set to `$'
844
845 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
846
847         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
848         gnus-newsgroup-unfetched, the list of articles whose headers have
849         not been fetched from the server.
850
851         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
852         parameter as it never worked due to a bug.  Added check to prevent
853         selection of any article in the gnus-newsgroup-unfetched list.
854         (gnus-summary-find-prev): Added check to prevent selection of any
855         article in the gnus-newsgroup-unfetched list.
856         (gnus-summary-first-subject): Documented API. Modified
857         implementation so that constraints are handled independently.
858         Added check to prevent selection of any article in the
859         gnus-newsgroup-unfetched list.
860         (gnus-summary-first-unseen-subject): Updated parameters in
861         gnus-summary-first-subject call to match new API.
862         (gnus-summary-first-unseen-or-unread-subject): Ditto.
863         (gnus-summary-catchup): Do not mark unfetched articles as read.
864         
865 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
866
867         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
868         make-obsolete-variable allows only two arguments in XEmacs and
869         Emacs 20.
870
871         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
872         gnus-article-hide-pgp.
873         (gnus-summary-make-menu-bar): do.
874
875         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
876         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
877         gnus-article-hide-pgp.
878         (article-hide-pgp): Remove.
879         (gnus-article-hide): Remove gnus-article-hide-pgp.
880
881         * gnus.el: Remove gnus-article-hide-pgp
882
883 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * message.el (message-required-headers): Doc fix.
886
887 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
890         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
891         option to make ifile a purely binary classifier
892
893 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
896         (mml-secure-encrypt-pgpmime): Removed double.
897
898         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
899         debugging statements.
900
901 2003-01-21  Andreas Fuchs  <asf@void.at>
902
903         * mml-sec.el (mml-sign-alist): Added pgpauto.
904
905 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus.el (gnus-version-number): Bumped version number.
908
909 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
910
911         * gnus.el: Oort Gnus v0.13 is released.
912
913 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-art.el (gnus-button-url-regexp): Removed |.
916
917         * message.el (message-send-hook): Doc fix.
918
919         * gnus-win.el (gnus-buffer-configuration): Display article
920         instead of article-copy when `reply'.
921
922 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
923
924         * gnus.el (gnus-format): Change customize group to gnus.
925         (gnus-cache): Add link.
926         (gnus-group-charter-alist): Fix docstring.
927
928 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
929
930         * mailcap.el (mailcap-print-command): lpr-command might be
931         unbound in XEmacs.
932
933 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
934
935         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
936
937         * gnus-sum.el (gnus-summary-update-article-line): Fixed
938         calculation of net characters added for use in the gnus-data
939         structure.
940         
941 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
942
943         * nnmail.el (nnmail-process-unix-mail-format): Improve error
944         message.  Suggested by Jari Aalto.
945
946 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
949         (gnus-article-reply-with-original): Ditto.
950
951         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
952         read articles don't become unread.
953
954 2003-01-17  Simon Josefsson  <jas@extundo.com>
955
956         * gnus-fun.el (gnus-x-face-from-file): 
957         (gnus-face-from-file): Suggest image format in minibuffer prompt.
958
959         * gnus-fun.el (gnus-convert-image-to-x-face-command)
960         (gnus-convert-image-to-face-command): Doc fix.
961
962 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
965
966 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
967
968         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
969         avoid encoding problems.
970
971         * mailcap.el (mailcap-ps-command): New variable.
972         (mailcap-mime-data): Add print entry where applicable.  Use
973         pdftotext on a tty.
974
975 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
976
977         * gnus-sum.el (gnus-alter-header-function): Add type and group.
978
979 2003-01-16  Simon Josefsson  <jas@extundo.com>
980
981         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
982         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
983         (gnus-face-from-file): Doc fix; don't mention image format.
984
985 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * spam.el (spam-get-article-as-filename): new function (unused for now)
988         (spam-get-article-as-buffer): new function
989         (spam-get-article-as-string): use spam-get-article-as-buffer
990         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
991
992 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
993  
994         * gnus-agent.el: Don't use `path'.
995         From the GNU coding standards:
996         
997             Please do not use the term ``pathname'' that is used in Unix
998             documentation; use ``file name'' (two words) instead.  We use
999             the term ``path'' only for search paths, which are lists of
1000             directory names.
1001
1002         * nnsoup.el (nnsoup-file-name): Ditto.
1003  
1004         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1005         (nnmail-group-pathname): Ditto.
1006  
1007         * nnimap.el (nnimap-group-overview-filename): Ditto.
1008  
1009         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1010         (nnheader-group-pathname): Ditto.
1011  
1012         * nnfolder.el (nnfolder-group-pathname): Ditto.
1013  
1014         * gnus.el (gnus-home-directory): Ditto.
1015  
1016         * gnus-group.el (gnus-group-icon-list): Ditto.
1017  
1018 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1019
1020         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1021
1022         * message.el (message-mode-menu): Use it.
1023         (message-mode-menu): Deactivate "Yank Original" if there's no
1024         reply buffer.
1025
1026         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1027
1028         * message.el (message-mark-active-p): New function.
1029
1030 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1031
1032         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1033         (spam-bogofilter-database-directory): new variables
1034         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1035         (spam-bogofilter-register-with-bogofilter) 
1036         (spam-bogofilter-register-spam-routine) 
1037         (spam-bogofilter-register-ham-routine) 
1038         (spam-group-ham-processor-bogofilter-p): new functions for the new
1039         Bogofilter interface
1040         (spam-summary-prepare-exit): use the new Bogofilter functions
1041         (spam-list-of-checks): added spam-use-bogofilter-headers
1042         (spam-bogofilter-score): rewrote function
1043         (spam-check-bogofilter): optional score parameter, uses
1044         spam-check-bogofilter-headers better
1045         (spam-check-bogofilter-headers): optional score parameter
1046
1047         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1048         default, in the gnus-start customization group.  Used to disable
1049         the spam-*/ham-* parameters.
1050         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1051
1052 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1053
1054         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1055         XEmacs.
1056
1057         * gnus-ems.el (gnus-mark-active-p): do.
1058
1059 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1060
1061         * gnus.texi (Using MIME): Mention auto-compression-mode with
1062         gnus-mime-copy-part.
1063
1064 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * message.el (message-send): Don't warn about duplicates when
1067         superseding. 
1068
1069 2003-01-15  Simon Josefsson  <jas@extundo.com>
1070
1071         * nnimap.el (nnimap-split-download-body): New variable.
1072         (nnimap-split-articles): Use it.
1073
1074 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1075
1076         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1077         integrity checker was incorrectly flagging, and removing, articles
1078         whose article number was negative.
1079         (gnus-agent-fetch-group-1): When executed in the group's summary
1080         buffer, refresh each downloaded line to update the status flag and
1081         font.  Preserve the value of gnus-newsgroup-headers so that
1082         gnus-agent-fetch-articles can split the requests by size.
1083         (gnus-agent-expire): Corrected day calculation for when
1084         gnus-agent-expire-days contains a list.
1085
1086 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1089
1090 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1091
1092         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1093           /usr/bin/play as default player. 
1094           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1095
1096 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1099         articles to be marked as well.
1100
1101 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1102         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1103         fictious headers generated by nnagent (ie. Undownloaded Article
1104         ####) in the list of articles that have not been downloaded.
1105         
1106         * gnus-int.el (): Added require declarations to resolve
1107         compile-time warnings.
1108         (gnus-open-server): If the server status is set to offline,
1109         recursively execute gnus-open-server to open the offline backend
1110         (e.g. nnagent).
1111
1112 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1113
1114         * gnus-art.el (gnus-article-reply-with-original): Use
1115         gnus-mark-active-p.
1116         (gnus-article-followup-with-original): do.
1117
1118 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1119
1120         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1121
1122 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1123
1124         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1125         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1126
1127 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1128
1129         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1130         (gnus-face-from-file): Ditto.
1131
1132 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1135         gnus-alter-articles-to-read-function to the unread articles. 
1136
1137 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1138
1139         * deuglify.el (gnus-article-outlook-unwrap-lines)
1140         (gnus-article-outlook-repair-attribution)
1141         (gnus-article-outlook-rearrange-citation): New function names,
1142         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1143         doc-string.
1144
1145         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1146         removed `W k' key binding (use `W Y f' instead).
1147         (gnus-summary-make-menu-bar): Use new function names.
1148
1149 2003-01-13  Simon Josefsson  <jas@extundo.com>
1150
1151         * gnus-fun.el (gnus-random-x-face): Doc fix.
1152         (gnus-insert-random-x-face-header): New function.
1153
1154 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1155
1156         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1157         mark is not active.
1158
1159         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1160
1161         * gnus-ems.el (gnus-mark-active-p): New function.
1162
1163         * gnus-group.el (gnus-topic-mode-p): New function.
1164         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1165         Deactivate items if mark is not active.
1166
1167 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus.el (gnus-version-number): Bumped version.
1170         (gnus-summary-line-format): Doc fix.
1171
1172 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1173
1174         * gnus.el: Oort Gnus v0.12 is released.
1175
1176 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * mail-source.el (mail-sources): Removed autoload to make it
1179         compile under XEmacs.
1180
1181 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1182
1183         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1184         regexp or a function too.
1185         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1186         confirmation even if the original article is mail.
1187
1188 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1191         articles to be marked when not yanking.
1192
1193 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1194
1195         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1196         
1197 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-fun.el (gnus-face-from-file): Autoload.
1200
1201         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1202         errors.
1203
1204 2003-01-12  Simon Josefsson  <jas@extundo.com>
1205
1206         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1207         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1208
1209         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1210         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1211
1212 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1215         in every string.
1216
1217         * gnus.el (gnus-version-number): Bumped version number.
1218
1219 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1220
1221         * gnus.el: Oort Gnus v0.11 is released.
1222
1223 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1224
1225         * message.el (message-fetch-reply-field): Narrow to headers.
1226
1227         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1228         if Gnus isn't alive.
1229
1230 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1231
1232         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1233         marks from articles that are already stored in the agent.
1234         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1235         backup copy of an invalid .overview file for later analysis.
1236         
1237 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1238
1239         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1240         exit work with two frames.
1241
1242 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1243
1244         * message.el (message-forward-make-body): Use mule4.
1245
1246 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * message.el (message-mode-map): Move wide-reply command.
1249
1250 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1251
1252         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1253         castellano.
1254         (gnus-outlook-display-hook): New variable.
1255         (gnus-outlook-display-article-buffer): New function.
1256         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1257         (gnus-outlook-deuglify-article): Made them interactive and added
1258         optional arg.  Use `g-o-d-a-b'.
1259         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1260
1261         * gnus-sum.el: Added autoloads.
1262         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1263         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1264
1265 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * gnus-art.el (gnus-display-mime): Use the mime emulation
1268         variable. 
1269
1270         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1271
1272         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1273         newsrc-alist is initialized properly.
1274
1275         * mail-source.el (mail-sources): Autoload.
1276
1277         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1278         nil.
1279
1280         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1281         insert two newlines.
1282
1283         * message.el (message-check-news-header-syntax): Compute the
1284         header length correctly.
1285
1286 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1287
1288         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1289         alist when keeping fetched article file.
1290         (gnus-agent-retrieve-headers): When parsing response for article
1291         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1292         against garbage in the server's response.
1293
1294         * gnus-int.el (gnus-request-expire-articles,
1295         gnus-request-move-article): Only expire when the group's server
1296         has been agentized.
1297
1298 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1301         errors when deleting overlays.
1302
1303         * gnus-score.el (gnus-score-followup): Allow tracing.
1304
1305         * gnus-art.el (gnus-treat-display-face): New variable.
1306         (article-display-face): New command.
1307
1308         * gnus-fun.el (gnus-face-from-file): New function.
1309         (gnus-convert-face-to-png): Ditto.
1310
1311         * gnus-art.el (gnus-ignored-headers): Added Face.
1312
1313 2003-01-10  Simon Josefsson  <jas@extundo.com>
1314
1315         * nndraft.el (nndraft-request-group): Avoid crash in
1316         directory-files when draft directory doesn't exists.
1317
1318         * gnus-sum.el (gnus-select-article-hook): Add :option.
1319
1320 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1321
1322         * spam.el (spam-use-stat): new variable
1323         (spam-group-spam-processor-stat-p) 
1324         (spam-group-ham-processor-stat-p): new convenience functions
1325         (spam-summary-prepare-exit): add spam/ham processors to sequence
1326         (spam-list-of-checks): add spam-use-stat to list of checks
1327         (spam-split): conditionally load the spam-stat tables
1328         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1329         spam-check-ifile): new functions
1330
1331         * spam-stat.el (spam-stat): typo fix
1332         (spam-stat-install-hooks): new variable
1333         (spam-stat-split-fancy-spam-group): added documentation clarification
1334         (spam-stat-split-fancy-spam-threshhold): new variable
1335         (spam-stat-install-hooks): make hooks conditional
1336         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1337
1338         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1339         spam-stat ham/spam processor symbols
1340
1341 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1344         file exists.
1345
1346 2003-01-10  Simon Josefsson  <jas@extundo.com>
1347
1348         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1349         undownloaded/downloadable only when unplugged.
1350
1351 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1352
1353         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1354
1355 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * spam.el (spam-check-ifile): fixed call-process-region to use the
1358         db parameter only if it's set
1359         (spam-ifile-register-with-ifile): ditto
1360
1361 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1362
1363         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1364         spam-stat-nbad before creating the hash table.
1365         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1366         Changed copyright statement to FSF.
1367
1368 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1369
1370         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1371         processable articles as read.
1372         (gnus-agent-summary-fetch-series): Remove processable and
1373         downloadable marks on all downloaded articles in the series.
1374
1375         * nntp.el (nntp-report): Throw error after reporting the problem.
1376         (nntp-accept-process-output): Corrected error check to report an
1377         error when the process is nil.
1378
1379 2003-01-09  Simon Josefsson  <jas@extundo.com>
1380
1381         * message.el (message-tool-bar-map): Add preview.
1382
1383 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1384
1385         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1386         previewing.
1387
1388 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1389
1390         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1391         bug when the (n+1)th article to be added to a group has a smaller
1392         number than the n articles already added.
1393
1394 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1395
1396         * message.el (message-mode-field-menu): Use backquote.
1397
1398 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * spam.el: fixed the BBDB autoloads again, using
1401         bbdb-search-simple now (which is not a macro, thank god)
1402
1403         * lpath.el (bbdb-search): removed function from maybe-fbind list
1404
1405         * gnus.el (ham-process-destination): added new parameter for
1406         destination of ham articles found in spam groups at summary exit
1407
1408         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1409         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1410         (spam-ifile-database-path): added new parameter for ifile's database
1411         (spam-move-spam-nonspam-groups-only): new parameter to determine
1412         if spam should be moved from all groups or only some
1413         (spam-summary-prepare-exit): fixed logic to use
1414         spam-move-spam-nonspam-groups-only when deciding to invoke
1415         spam-mark-spam-as-expired-and-move-routine; always invoke that
1416         routine after the spam has been expired-or-moved in case there's
1417         some spam left over; use spam-ham-move-routine in spam groups
1418         (spam-ham-move-routine): new function to move ham articles to the
1419         ham-process-destinations group parameter
1420
1421 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1424
1425         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1426         gnus-summary-update-article-line.
1427
1428 2003-01-08  Simon Josefsson  <jas@extundo.com>
1429
1430         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1431         not successful.
1432
1433 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1436
1437 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1438
1439         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1440         logic, finally
1441
1442 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1445         (gnus-parse-format): Change to %~.
1446
1447         * message.el (message-generate-headers): Don't generate optional
1448         empty headers.
1449
1450 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1451
1452         * message.el (message-cross-post-default)
1453         (message-cross-post-note-function, message-shoot-gnksa-feet)
1454         (message-strip-subject-trailing-was, message-change-subject)
1455         (message-mark-insert-file, message-cross-post-followup-to)
1456         (message-cross-post-followup-to, message-mode-map)
1457         (message-generate-unsubscribed-mail-followup-to)
1458         (message-make-mail-followup-to): Minor changes to doc-strings and
1459         error messages.  Updated copyright line.
1460
1461         * message.el (message-make-mail-followup-to,
1462         message-generate-unsubscribed-mail-followup-to): New function
1463         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1464         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1465         names.
1466
1467         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1468         (mml-preview-insert-mft): Removed function name.
1469         (mml-preview): Use new function names.
1470
1471         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1472
1473         * message.el (message-mode-field-menu): Moved header related
1474         commands from "Message" to "Field" menu.
1475
1476 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1477
1478         * message.el (message-generate-headers-first): Added customization
1479         if variable is a list.
1480
1481 2003-01-07  Michael Shields  <shields@msrl.com>
1482
1483         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1484         where the last line of the article is the last line of the window.
1485
1486 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-msg.el (gnus-debug): Use ignore-errors.
1489
1490         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1491         `gnus-summary-update-line'.
1492
1493 2003-01-08  Simon Josefsson  <jas@extundo.com>
1494
1495         * gnus-art.el (gnus-unbuttonized-mime-types)
1496         (gnus-buttonized-mime-types): Doc fix.
1497
1498 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1499
1500         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1501
1502 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1503
1504         * nnrss.el (nnrss-group-alist): Add and clear up.
1505
1506 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1507
1508         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1509
1510         * lpath.el (bbdb-search): added BBDB functions for a better way to
1511         fix missing functions
1512
1513         * spam.el (spam-check-ifile): if should be an unless
1514
1515         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1516         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1517         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1518
1519 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1522         gnus-summary-refer-thread to thread menu.
1523
1524 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1525
1526         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1527         summary buffer, articles that cannot be fetched are marked as
1528         canceled.
1529
1530         * nntp.el (nntp-with-open-group): The quit signal handler must
1531         propagate the quit signal to the next outer handler so that the
1532         caller knows that the request aborted abnormally.
1533
1534 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1535
1536         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1537         (spam-ifile-register-spam-routine)
1538         (spam-ifile-register-ham-routine): added ifile functionality that
1539         does not use ifile-gnus.el to classify and register articles
1540         (spam-get-article-as-string): convenience function
1541         (spam-summary-prepare-exit): added ifile spam and ham registration
1542         (spam-ifile-all-categories, spam-ifile-spam-category)
1543         (spam-ifile-path, spam-ifile): added customization options
1544
1545         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1546         exit processor
1547         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1548         list of choices
1549
1550 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * gnus-score.el (gnus-score-followup): Also score immediate
1553         followups.
1554
1555 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1558
1559 2003-01-07  Simon Josefsson  <jas@extundo.com>
1560
1561         * message.el (message-mode-menu): Fix receipt balloon help.
1562
1563 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1564
1565         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1566         always be interpreted as news.
1567
1568 2003-01-07  Simon Josefsson  <jas@extundo.com>
1569
1570         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1571         gnus-sieve-script, instead of the global variable
1572         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1573         <sb@dod.no>.
1574
1575 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1576
1577         * gnus.el: Renamed gnus-summary-*-uncached-face as
1578         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1579         the cache.
1580
1581         * gnus-sum.el: Ditto.
1582
1583 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1584
1585         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1586         in either the group or summary buffer.
1587         New command "JS", in summary buffer, will fetch articles per the
1588         group's category, predicate, and processable flags.
1589         (gnus-agent-summary-fetch-series): Rewritten to call
1590         gnus-agent-session-fetch-group once with all articles in the
1591         series.
1592         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1593         return list of fetched articles.
1594         (gnus-agent-fetch-articles): Split fetch list into sublists such
1595         that the article buffer is only slightly larger than
1596         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1597         the group's article alist is saved.
1598         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1599         longer result in the agent trying to fetch an article.
1600         (gnus-agent-fetch-group-1): Can now be called in either the group
1601         or summary buffer.  Removed the max-fetch-size code that I added
1602         on 2002-12-13 as that capability is now part of
1603         gnus-agent-fetch-articles.  Added code to update summary buffer.
1604         When called in the group buffer, articles that can not be fetched
1605         are AUTOMATICALLY MARKED AS READ.
1606
1607         * gnus-sum.el (): Modified eval-when-compile to minimize
1608         misleading compilation warnings.
1609         (gnus-update-summary-mark-positions): Changed code to use
1610         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1611
1612         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1613         empty file as the parser assumes that the file isn't empty.
1614
1615         * nntp.el (nntp-send-string): The process-send-string call can,
1616         because it performs I/O on the process, change the process' state
1617         from open to closed.  If this happens, call nntp-report
1618         immediately to report the broken connection.
1619         (nntp-report): Rewritten to avoid needing a global variable to
1620         determine the appropriate course of action.  Instead, two function
1621         implementations are provided and the nntp-report function value is
1622         bound to the appropriate implementation.
1623         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1624         (nntp-with-open-group): Now binds nntp-report's function cell
1625         rather than binding gnus-with-open-group-first-pass.  Added a
1626         condition-case to detect a quit during a nntp command.  When the
1627         quit occurs, the current connection is closed as a fetch articles
1628         request could have several megabytes queued up for reading.
1629         (nntp-retrieve-headers): Bind articles to itself.  If
1630         nntp-with-open-group repeats this command, I must have access to
1631         the original list of articles.
1632         (nntp-retrieve-groups): Ditto for groups.
1633         (nntp-retrieve-articles): Ditto for articles.
1634         (*): Replaced nntp-possibly-change-group calls to
1635         nntp-with-open-group forms in all, but one, occurrance.
1636         (nntp-accept-process-output): Bug fix. Detect when called with
1637         null process.
1638
1639 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1640
1641         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1642         if we don't need to.
1643         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1644
1645 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * gnus-group.el (gnus-group-make-web-group): Pass the select
1648         method on to group-create.
1649         (gnus-group-line-format-alist): %U is an integer.
1650
1651         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1652         ephemeral groups.
1653         (gnus-summary-read-group-1): Ditto.
1654         (gnus-group-make-articles-read): Ditto.
1655
1656         * mm-url.el (mm-url-program): Doc fix.
1657
1658         * message.el (message-mode-map): Rebound
1659         message-insert-wide-reply.
1660
1661 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1664         color as `gnus-group-startup-message' does.
1665
1666 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1667
1668         * spam.el: fixed line lengths to 80 chars or less
1669
1670         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1671         "not-read" mark
1672         (gnus-summary-mark-forward): added the spam-mark to the list of
1673         marks not to be marked as "read" when viewed
1674
1675 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1678
1679         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1680         Protect against unactive groups.
1681
1682         * message.el (message-check-news-header-syntax): Check long
1683         header lines.
1684         (message-check-news-header-syntax): Update `start'.
1685
1686         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1687         (gnus-group-line-format): %U.
1688         (gnus-group-line-format-alist): ?U.
1689         (gnus-number-of-unseen-articles-in-group): New function.
1690
1691         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1692
1693         * gnus.el (gnus-version-number): Bump version number.
1694
1695 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1696
1697         * gnus.el: Oort Gnus v0.10 is released.
1698
1699 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * gnus.el (gnus-version-number): Fix version number.
1702
1703 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1704
1705         * gnus.el: Oort Gnus v0.08 is released.
1706
1707 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1708
1709         * mm-util.el: Add mm-string-make-unibyte.
1710
1711         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1712         UTF-8 groups.
1713
1714 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1717
1718         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1719
1720 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1721
1722         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1723         function.
1724
1725 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1728         (gnus-summary-read-group-1): Update group line.
1729         (gnus-summary-exit-no-update): Update group on exit.
1730
1731         * gnus-group.el (gnus-group-line-format): Add %*.
1732         (gnus-group-line-format-alist): Ditto.
1733         (gnus-group-insert-group-line): Set it.
1734         (gnus-group-is-exiting-p): New variable.
1735         (gnus-group-insert-group-line): Use it.
1736
1737 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1738
1739         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1740         enable BBDB ham processing
1741         (spam-blacklist-register-routine): enable blacklist spam processing
1742         (spam-whitelist-register-routine): enable whitelist ham processing
1743         (spam-fetch-field-from-fast): fast fetching of the "from" field
1744         from (gnus-data-list)
1745         (spam-summary-prepare-exit): works completely now
1746         (spam-use-blacklist): oops, should be nil by default
1747         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1748         split processing now; before it was for summary exit as
1749         well but that's done with the spam-contents and spam-process
1750         parameters now
1751
1752 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1753
1754         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1755         characters.
1756
1757 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1758
1759         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1760         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1761         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1762         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1763         (spam-mark-spam-as-expired-and-move-routine)
1764         (spam-generic-register-routine, spam-BBDB-register-routine)
1765         (spam-ifile-register-routine, spam-blacklist-register-routine)
1766         (spam-whitelist-register-routine): new functions
1767         (spam-summary-prepare-exit): added summary exit processing (expire
1768         or move) of spam-marked articles for spam groups; added slots for
1769         all the spam-*-register-routine functions
1770
1771 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * pop3.el (pop3-retr): Wait 500 msecs.
1774         (pop3-read-response): Ditto.
1775
1776         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1777         right.
1778         (gnus-inews-make-draft): New function.
1779         (gnus-setup-message): Use it.
1780
1781         * message.el (message-required-headers): Add From.
1782
1783 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1784         Trivial patch from Norbert Koch <nk@viteno.net>.
1785
1786         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1787
1788 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * message.el (message-generate-headers): Let header formatters do
1791         their work.
1792
1793 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1794
1795         * deuglify.el (gnus-article-outlook-deuglify-article):
1796         Rehighlight, reapply treatments and call
1797         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1798         (gnus-outlook-repair-attribution-block): Recognize cited
1799         attributions.  Suggested by Niklas Morberg.
1800
1801 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1802
1803         * gnus-art.el (gnus-treat-predicate): Check condition first.
1804
1805 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1806
1807         * lpath.el: Add url-http-file-exists-p.
1808
1809         * gnus-group.el (gnus-group-fetch-charter): Use
1810         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1811
1812 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * message.el (message-draft-headers): Also generate From to get a
1815         nicer draft buffer summary.
1816
1817         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1818         parameter.
1819
1820         * gnus-art.el (article-wash-html): Clean up.
1821         (article-wash-html): Typo fix.
1822
1823         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1824         (gnus-summary-mail-forward): To many lists of lists.
1825
1826         * gnus-art.el (article-wash-html): Clean up.
1827
1828 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1829
1830         * gnus-art.el (gnus-treat-wash-html): New variable.
1831
1832 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * message.el (message-check-news-header-syntax): Allow posting.
1835         (message-check-news-header-syntax): Fix logic for sure, this
1836         time.
1837
1838 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1839
1840         * message.el (message-check-news-header-syntax): Check syntax of
1841         continuation headers.
1842
1843 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1844
1845         * gnus-art.el (gnus-button-url-regexp,
1846         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1847         (gnus-header-button-alist): Regexps are case insensitive here.
1848
1849 2003-01-02  Simon Josefsson  <jas@extundo.com>
1850
1851         * dig.el (query-dig): Doc fix.
1852
1853 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1854
1855         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1856         summary buffer line, not just the download mark.
1857
1858 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1861         (gnus-summary-insert-dormant-articles): New command and
1862         keystroke.
1863
1864         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1865         function for mass insertion of subjects.
1866
1867         * nndraft.el (nndraft-generate-headers): Don't move point.
1868
1869         * gnus.el (nnheader): Require nnheader.
1870
1871         * nndraft.el (nndraft-request-associate-buffer): Use
1872         make-local-variable.
1873
1874 2003-01-02  Michael Shields  <shields@msrl.com>
1875
1876         * nndraft.el (nndraft-request-associate-buffer): Make
1877         write-contents-hooks buffer-local before setting it.
1878
1879 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus.el (gnus-group-parameter-value): Take an extra param.
1882         (gnus-group-fast-parameter): Let group param results be nil.
1883
1884         * gnus-art.el (gnus-article-forward-header): New function.
1885         (article-date-ut): Use it to remove continuation date headers.
1886
1887         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1888         read-event.
1889         (gnus-summary-remove-bookmark): Clean up.
1890         (gnus-summary-set-bookmark): Clean up.
1891
1892         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1893
1894         * gnus.el (gnus-group-startup-message): Bind data-directory to
1895         the Gnus etc directory.
1896
1897 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1898
1899         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1900         ham-processing of articles; use the new
1901         spam-group-(spam|ham)-contents-p functions
1902         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1903         convenience functions
1904         (spam-mark-junk-as-spam-routine): use the new
1905         spam-group-spam-contents-p function
1906
1907         * gnus.el (spam-process, spam-contents, spam-process-destination):
1908         added new parameters with corresponding global variables
1909         (gnus-group-spam-exit-processor-ifile,
1910         gnus-group-spam-exit-processor-bogofilter,
1911         gnus-group-spam-exit-processor-blacklist,
1912         gnus-group-spam-exit-processor-whitelist,
1913         gnus-group-spam-exit-processor-BBDB,
1914         gnus-group-spam-classification-spam,
1915         gnus-group-spam-classification-ham): added new symbols for the
1916         spam-process and spam-contents parameters
1917
1918         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1919         customization and list itself to store mark symbol rather than
1920         mark character.
1921         (spam-bogofilter-register-routine): added logic to generate mark
1922         values list from spam-ham-marks and spam-spam-marks, so (member)
1923         would work.
1924
1925 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * message.el (message-cross-post-followup-to): Fix comment.
1928
1929 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1930
1931         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1932         customization and list itself to store mark symbol rather than
1933         mark character.
1934         (spam-bogofilter-register-routine): added logic to generate mark
1935         values list from spam-ham-marks and spam-spam-marks, so (member)
1936         would work.
1937
1938 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1939
1940         * message.el (message-signature-insert-empty-line): New variable.
1941
1942 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1943
1944         * message.el: Renamed functions and variables: "xpost" ->
1945         "cross-post", "-fup2" -> "-followup-to".
1946         (message-cross-post-old-target, message-cross-post-default,
1947         message-cross-post-note, message-followup-to-note,
1948         message-cross-post-note-function): New variables names.
1949         (message-xpost-old-target, message-xpost-default,
1950         message-xpost-note, message-fup2-note,
1951         message-xpost-note-function): Removed variable names.
1952         (message-cross-post-followup-to-header,
1953         message-cross-post-insert-note, message-cross-post-followup-to):
1954         New function names.
1955         (message-xpost-fup2-header, message-xpost-insert-note,
1956         message-xpost-fup2): Removed function names.
1957
1958 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1959
1960         * message.el (message-send-mail): Added message-cleanup-headers to
1961         prevent newlines in headers.
1962
1963 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * dns.el (dns-make-network-process): Comment.
1966
1967         * gnus-sum.el (gnus-summary-display-while-building): Default to
1968         nil.
1969
1970 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1971
1972         * gnus-sum.el (gnus-summary-display-while-building): New
1973         variable.
1974
1975 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1976
1977         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1978         before rearranging the article.
1979
1980 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * nndraft.el (nndraft-generate-headers): New function.
1983         (nndraft-request-associate-buffer): Use it to write headers on
1984         buffer save.
1985
1986         * message.el (message-generate-headers): Let the function be a
1987         lambda form.
1988         (message-draft-headers): New variable.
1989
1990         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1991         function.
1992         (gnus-setup-message): Use it.
1993
1994         * message.el (message-generate-headers-first): Doc fix.
1995         (message-setup-1): Use new function for getting which headers to
1996         generate.
1997         (message-headers-to-generate): New function.
1998
1999 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2000
2001         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2002
2003 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2004
2005         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2006         mention negatives.
2007
2008 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2009
2010         * deuglify.el (gnus-outlook-rearrange-article): Use
2011         `transpose-regions' instead of tempering the kill-ring.
2012         (gnus-article-outlook-deuglify-article): Rehighlight article
2013         instead of a complete redisplay.
2014
2015 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2016
2017         * spam.el: most defvars are defcustoms now
2018
2019         patches from Michael Shields  <shields@msrl.com>
2020
2021         * spam.el (spam-bogofilter-articles): Select the article
2022         body using gnus-summary-show-article t instead of
2023         gnus-summary-select-article; this presents the raw text
2024         without running any hooks.
2025
2026         * spam.el (spam-bogofilter-articles): Use message-remove-header
2027         to remove headers; the old way incorrectly removed just the first
2028         line of folded headers.
2029
2030 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2033
2034 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-start.el (gnus-load): New function.
2037         (gnus-read-newsrc-el-file): Use it.
2038
2039 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2040
2041         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2042         (gnus-button-handle-apropos-documentation): New function.
2043         (gnus-button-handle-ctan): New function.
2044         (gnus-button-alist): Use them.  Improve some regexps.
2045         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2046
2047 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2048
2049         * message.el (message-subscribed-p): New function.
2050         (message-send-mail): Use it.
2051         * mml.el (mml-preview-insert-mft): New function.
2052         (mml-preview): Use it.
2053
2054 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2057         when sorting by date.
2058
2059         * gnus-art.el (gnus-article-edit-mode): New variable.
2060         (gnus-article-setup-buffer): Warn user about discarding edits.
2061
2062         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2063         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2064         headers.
2065
2066         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2067
2068 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2069
2070         * message.el (message-completion-alist): Added "Mail-Followup-To"
2071         and "Mail-Copies-To".
2072
2073 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2074
2075         * gnus-group.el: Add key bindings for
2076         gnus-group-sort-groups-by-real-name and
2077         gnus-group-sort-selected-groups-by-real-name.
2078
2079 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2080
2081         * gnus.texi (Sorting Groups): Add key bindings for
2082         gnus-group-sort-groups-by-real-name and
2083         gnus-group-sort-selected-groups-by-real-name.
2084
2085 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2086
2087         * spam.el (spam-use-dig): new variable for blackhole checking
2088         through dig.el
2089         (spam-check-blackholes): added dig.el checking functionality and
2090         more verbose reporting; query-dig is autoloaded from dig.el
2091         (spam-use-blackholes): disabled by default
2092         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2093         blackhole servers list
2094
2095 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * message.el (message-required-headers): New variable.
2098
2099 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * dig.el (query-dig): new function
2102
2103 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2106         prefixes.
2107
2108         * dns.el (query-dns): Protect against errors.
2109
2110         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2111         (gnus-inews-add-send-actions): Mark all answered messages as
2112         answered.
2113
2114 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2115
2116         * nnmail.el (nnmail-split-it): Added tracing to
2117         `:' split rule
2118
2119 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2120
2121         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2122         and "%s" so we don't overquote them.
2123
2124 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2125
2126         * (mm-display-external): Display the actual command that has been
2127         executed in the echo area.
2128
2129 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2132
2133         * message.el (message-with-reply-buffer): New macro.
2134         (message-fetch-reply-field): Use it.
2135         (message-insert-wide-reply): New command and keystroke.
2136         (message-carefully-insert-headers): New function.
2137         (message-insert-to): Use new function.
2138
2139         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2140         (gnus-topic-goto-missing-group): Use it.
2141
2142         * message.el (message-required-news-headers): Removed Lines.
2143         (message-reply): Don't insert References first.
2144         (message-followup): Ditto.
2145         (message-make-references): New function.
2146         (message-followup): Set message-reply-headers before generating
2147         the buffer stuff.
2148
2149 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2150
2151         * mml.el (mml-generate-mime-1): Reverse the order of
2152         encoding/flowing.
2153
2154 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2157         after moving them.
2158
2159         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2160         fit with newer standard format.
2161         (gnus-summary-make-false-root-always): New variable.
2162         (gnus-gather-threads-by-subject): Use it.
2163
2164         * message.el (message-get-reply-headers): Take an address list
2165         optional argument.
2166
2167 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus.el (gnus-keep-backlog): Change default to 20.
2170
2171         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2172         start.
2173         (gnus-agent-check-overview-buffer): Remove negative article
2174         numbers.
2175
2176         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2177         (nnmail-cache-ignore-groups): Doc fix.
2178
2179         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2180         (nnimap-debug-buffer): New variable.
2181         (nnimap-debug): Use it.
2182
2183 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2184
2185         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2186
2187 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2190         they aren't already sorted.
2191
2192 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2193
2194         * message.el (message-mode-menu): Add ellipses to menu items
2195         expecting user interaction.
2196         (message-mode-field-menu): do.
2197
2198 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2199
2200         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2201         it isn't used any more.
2202
2203 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2204
2205         * binhex.el (binhex-decoder-program): Fix docstring.
2206
2207 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2208
2209         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2210         special chars if the mailcap file uses single quotes around %s.
2211         From Laurent Martelli <laurent@bearteam.org>.
2212
2213 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2214
2215         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2216         return the info object.
2217
2218 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2219
2220         * gnus-int.el (gnus-request-update-info): Artificially add
2221         (1 . (1- min)) to the read range, in case the backend doesn't
2222         store marks for nonexistent articles.
2223
2224 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * binhex.el (binhex-insert-char): Eval-and-compile.
2227
2228 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2229
2230         * lpath.el: Add tool-bar-local-item-from-menu.
2231
2232         * message.el (message-tool-bar-local-item-from-menu): New function.
2233         (message-tool-bar-map): Use it.
2234
2235 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2236
2237         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2238
2239         * gnus-art.el (gnus-article-header-rank): Last header in
2240         gnus-sorted-header-list should have higher rank than non-members.
2241
2242 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2245         covered methods.
2246
2247 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2248
2249         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2250         eval-when-compile.  Suggested by Kevin Greiner.
2251
2252 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2253
2254         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2255         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2256         even though no headers may have been fetched
2257         (gnus-agent-fetch-group-1, and perhaps others, require this
2258         behavior).
2259         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2260         server buffer is constrained by gnus-agent-max-fetch-size.
2261         Multiple chunks in the same group may perform arbitrarily large
2262         updates.
2263
2264 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2265
2266         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2267         gnus-summary-update-download-mark to update the article in the
2268         summary.
2269
2270 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2271
2272         * gnus.el (gnus-summary-high-uncached-face,
2273         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2274         New faces.
2275
2276         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2277         added this on 2002-11-23 but it just wasn't working out as
2278         intended.  The idea isn't entirely dead, three new faces
2279         gnus-summary-*-uncached-face are being added to gnus.el to provide
2280         the basis for an improved implementation.
2281         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2282         proper file to open is lib/servers.
2283         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2284         (i.e. removing the article from gnus-newsgroup-downloadable) will
2285         now restore the article's default mark rather than simply setting
2286         no mark.
2287         (gnus-agent-get-undownloaded-list): Corrected documentation.
2288         Added code to set new summary local variable,
2289         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2290         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2291         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2292         up to date.  Call new gnus-summary-update-download-mark to keep
2293         summary buffer up-to-date.
2294         (gnus-agent-fetch-selected-article): Keep
2295         gnus-newsgroup-undownloaded up to date.
2296         (gnus-agent-fetch-articles): Return list of articles that were
2297         successfully fetched.
2298         (gnus-agent-check-overview-buffer): No more thingatpt.
2299         (gnus-agent-expire): No longer deletes NOV entries of unread
2300         articles.
2301         (gnus-agent-unread-articles): New function.
2302         (gnus-agent-regenerate-group): The article number must be
2303         terminated by a tab character.  Added more messages to report
2304         repairs.  Inhibit quits while writing changes so it is now safe
2305         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2306         downloaded to 1) resolve the unbound references and 2) avoid
2307         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2308
2309         * gnus-art.el (gnus-article-prepare): The agent
2310         downloaded/undownloaded mark is no longer stored as the article's
2311         mark.
2312
2313         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2314         gnus-summary-highlight may use it.  Added downloaded as
2315         gnus-summary-highlight was using it.
2316
2317         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2318         the download mark now follows Kai's +/- convention.
2319         (gnus-downloaded-mark): Added ?+ mark.
2320         (gnus-summary-highlight): Added rules to select
2321         gnus-summary-high-uncached-face,
2322         gnus-summary-normal-uncached-face, and
2323         gnus-summary-low-uncached-face.  Removed the
2324         gnus-agent-downloaded-article-face.
2325         (gnus-summary-line-format-alist): Implemented the download flag
2326         format (?O) as named in the manual.  This implementation displays
2327         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2328         gnus-no-mark.
2329         (gnus-newsgroup-agentized): New local variable that identifies
2330         which groups are agentized.  While the agent is now on by default,
2331         you don't have to agentize every server that you use.
2332         (gnus-update-summary-mark-positions): Completed support for the
2333         download type of mark.
2334         (gnus-summary-insert-line): Added undownloaded to the parameters.
2335         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2336         reference by the gnus-summary-line-format-spec.
2337
2338         * nntp.el (nntp-with-open-group): This macro handles dropped or
2339         broken connections by opening a new connection and repeating the
2340         failed command.
2341         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2342         XOVER commands preceeding the active articles with the nov entry
2343         of the first available article.  When gnus connected to such a
2344         server, the unexpected nov entry would result in duplicate lines
2345         in the agent's overview file.  This patch fixes the duplicate
2346         lines problem and improves performance by skipping over all
2347         articles IDs that preceed the first nov entry in the server's
2348         reply.
2349
2350 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2353         (gnus-summary-highlight): Use it instead of `downloaded'.
2354         (gnus-summary-highlight-line): Ditto.
2355
2356         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2357
2358 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2361
2362         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2363         calls.
2364
2365         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2366         downloaded variable if we're in an uncovered group.
2367
2368         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2369         font to soemthing less noticeable.
2370         (gnus-agent-group-covered-p): New function.
2371
2372 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2373
2374         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2375         Because of an unknown bug, the group buffer is saved in .overview
2376         file.
2377
2378 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2379
2380         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2381         `and' with `or'.
2382
2383 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2384
2385         * nntp.el (nntp-send-command): Assume that echo does not happen
2386         when nntp-open-connection-function is nntp-open-network-stream.
2387         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2388
2389 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2390
2391         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2392
2393 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2394
2395         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2396         nntp-server-buffer if we aren't going to write to it.
2397
2398 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2399         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2400
2401         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2402
2403 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2406         decoded words.
2407
2408 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2409
2410         * gnus.el (fboundp): After loading mm-util, make sure it was the
2411         right one.
2412
2413 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2414
2415         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2416         gnus-sum.  Made into a user option.
2417
2418         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2419         (gnus-summary-mark-article-as-unread)
2420
2421 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2422
2423         * time-date.el (date-to-time): Typo.
2424
2425         * parse-time.el: Typo.
2426
2427         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2428
2429         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2430
2431         * nnimap.el:
2432         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2433
2434         * mm-encode.el (mm-safer-encoding): Typo.
2435
2436         * messcompat.el: Typo.
2437
2438         * message.el (message-face-alist): Typo.
2439
2440         * imap.el (imap-interactive-login, imap-open): Typos.
2441
2442         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2443
2444         * gnus.el: Typo.
2445
2446         * gnus-win.el (gnus-configure-frame): Typo.
2447
2448         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2449
2450         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2451
2452         * gnus-sum.el (gnus-summary-article-number)
2453         (gnus-summary-read-group-1, gnus-summary-mark-article)
2454         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2455
2456         * gnus-mule.el (gnus-mule-add-group): Typo.
2457
2458         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2459
2460         * gnus-group.el (gnus-group-fetch-faq): Typo.
2461
2462         * gnus-art.el (gnus-decode-header-methods): Typo.
2463
2464         * flow-fill.el: Typo.
2465
2466 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2467
2468         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2469
2470 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2471
2472         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2473         (gnus-summary-mark-article-as-unread)
2474         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2475         Reformatting to avoid long lines.
2476         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2477
2478 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2479
2480         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2481         be accessed through `mail-header-number'.
2482
2483 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2484
2485         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2486         compressed range to gnus-summary-insert-articles.
2487
2488 2002-11-26  Kevin Ryde <user42@zip.com.au>
2489
2490         * gnus-art.el (gnus-mime-copy-part): Look for filename
2491         parameter under content-disposition, not content-type.
2492
2493         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2494         (gnus-summary-reselect-current-group): Use it.
2495
2496 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2497
2498         * gnus-agent.el (gnus-agent-uncached-articles): if
2499         gnus-agent-load-alist fails, return ARTICLES.
2500
2501         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2502
2503 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2504
2505         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2506         superfluous function call.
2507         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2508         Add warning to docstring.
2509
2510 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * gnus-agent.el: Autoload number-at-point instead.
2513         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2514
2515 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2516
2517         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2518         require thingatpt (for number-at-point) and protect against
2519         deactivate-mark being unbound (on XEmacs).
2520
2521 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2522
2523         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2524         print message on entry.
2525
2526         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2527
2528         * gnus-range.el (gnus-range-difference): New function.
2529         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2530
2531 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2532
2533         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2534         gnus-remove-from-range instead of gnus-range-difference which
2535         doesn't exist.
2536
2537 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2538         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2539
2540         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2541         used for showing which articles have been downloaded.
2542         (gnus-agent-article-alist): Format change.  Add documentation.
2543         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2544         process-marked articles.
2545         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2546         in the series are individually fetched to minimize lose of
2547         content due to an error/quit.
2548         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2549         gnus-message instead of message.
2550         (gnus-agent-read-servers): Use file lib/methods instead of
2551         lib/servers.  TODO: Why?
2552         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2553         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2554         come from the agent.  This means that they are not downloaded.
2555         (gnus-agent-fetch-selected-article): Don't use history.
2556         (gnus-agent-save-history, gnus-agent-enter-history)
2557         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2558         Removed function; history is not used anymore.
2559         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2560         (gnus-agent-crosspost): Started rewrite then realized that a typo
2561         in gnus-agent-fetch-articles ensures that this function is never
2562         called.  This will need to be fixed later.
2563         (gnus-agent-check-overview-buffer): Some sanity checks on the
2564         agent overview buffer.  This is a safety net used during
2565         development.
2566         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2567         changed, write a number to the file indicating this.
2568         (gnus-agent-fetch-headers): Rewrite to respect
2569         gnus-agent-consider-all-articles without relying on the
2570         `.fetched' files.  Make it fast.
2571         (gnus-agent-braid-nov): Change resulting from
2572         gnus-agent-fetch-headers change.
2573         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2574         `.fetched' files.
2575         (gnus-agent-read-agentview): New function, used by
2576         gnus-agent-load-alist.
2577         (gnus-agent-load-fetched-headers): Remove.
2578         (gnus-agent-save-alist): Rewrite to accomodate new format.
2579         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2580         same order as in gnus-newsgroup-headers.
2581         (gnus-agent-expire): Document and implement extra args ARTICLES,
2582         GROUP, FORCE.  Do not restrict usage.
2583         (gnus-agent-uncached-articles): New function.
2584         (gnus-agent-retrieve-headers): Use it.
2585         (gnus-agent-regenerate-group): No longer needs to be called from
2586         gnus-agent-regenerate.  Individual groups may be regenerated. The
2587         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2588         The article fetch dates are validated in the article alist.  The
2589         article alist is pruned of entries that do not reference existing
2590         NOV entries.  All changes are computed then applied with
2591         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2592         regeneration.  The optional clean parameter has been replaced with
2593         an optional reread parameter.  Clean is no longer necessary as
2594         regeneration gets the appropriate setting from
2595         gnus-agent-consider-all-articles.  The new reread parameter will
2596         result in fetched, or all, articles being marked as unread.
2597         (gnus-agent-regenerate): Removed code to regenerate the history
2598         file as it is no longer used.
2599
2600         * gnus-start.el (gnus-make-ascending-articles-unread): New
2601         function, for efficient mass-marking.
2602
2603         * gnus-sum.el (gnus-summary-highlight): Use new face for
2604         downloaded articles.
2605         (gnus-article-mark): Prefer to indicate read/unread status over
2606         downloaded status.
2607         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2608         line.
2609         (gnus-summary-highlight-line): Use new face for downloaded
2610         articles.
2611         (gnus-summary-insert-old-articles): Improved performance by
2612         replacing the initial LIST of older articles with a compressed
2613         RANGE of older articles.  Some servers appear to lie about
2614         their active range so the original list could contain millions
2615         of article numbers.  The range is not expanded into a list
2616         until the optional ALL parameter has been applied.
2617
2618 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2619
2620         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2621
2622 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         * spam.el:
2625         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2626
2627         * spam.el: added `M s t' and `M s x' key mappings
2628
2629 2002-11-20  Simon Josefsson  <jas@extundo.com>
2630
2631         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2632
2633 2002-11-19  Simon Josefsson  <jas@extundo.com>
2634
2635         * gnus-sum.el (gnus-summary-morse-message): Load
2636         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2637         (unmorse-region): Autoload it instead.
2638
2639 2002-11-18  Simon Josefsson  <jas@extundo.com>
2640
2641         * gnus-sum.el (gnus-summary-morse-message): New function.
2642         (gnus-summary-wash-map): Bind to `W m'.
2643         (gnus-summary-make-menu-bar): Add.
2644
2645         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2646         before storing \Deleted mark on expired articles.
2647
2648 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2649         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2650
2651         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2652         parens in column 0.
2653
2654 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2655
2656         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2657
2658         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2659
2660         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2661
2662 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2663
2664         * message.el (message-set-auto-save-file-name): Use
2665         make-directory, to avoid the dependence on gnus-util.
2666
2667 2002-11-16  Simon Josefsson  <jas@extundo.com>
2668
2669         * nnimap.el (nnimap-callback-callback-function):
2670         (nnimap-callback-buffer): Removed, these cannot be global but must
2671         be embedded into the callback.
2672         (nnimap-make-callback): New.  Embedd article number, callback and
2673         buffer in function.
2674         (nnimap-callback, nnimap-request-article-part): Update.
2675
2676 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2679
2680 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2681
2682         * gnus.el (gnus-summary-line-format): Document %C.
2683
2684 2002-11-11  Simon Josefsson  <jas@extundo.com>
2685
2686         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2687         output when called interactively.
2688
2689 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2692
2693         * message.el (message-draft-coding-system): Improve comment; use
2694         mm-auto-save-coding-system for the default value.
2695
2696         * nndraft.el (nndraft-request-article): Revert to the state before
2697         2002-10-29; regexp-quote mail-header-separator.
2698
2699 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2700
2701         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2702         allow editing of drafts from an nnvirtual group.
2703
2704 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2707         mm-auto-save-coding-system.
2708
2709         * message.el (message-draft-coding-system): Default to
2710         iso-2022-7bit.
2711
2712         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2713         restore the default value to emacs-mule or escape-quoted.
2714
2715 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2718         a delayed or a queued article as well as a draft.
2719
2720         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2721         delayed or a queued article in the raw format; treat a delayed
2722         article as a raw article as well as a draft.
2723         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2724         for the delayed group.
2725
2726         * nndraft.el (nndraft-request-article): Ignore auto save files for
2727         a delayed or a queued article; don't bother to decode a queued
2728         article; don't bind nnmail-file-coding-system for a queued article.
2729
2730         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2731         and the queue group.
2732
2733 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2734
2735         * gnus-group.el (gnus-group-delete-group):
2736         gnus-cache-active-hashtb might be void.
2737
2738 2002-11-02  Simon Josefsson  <jas@extundo.com>
2739
2740         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2741         setting of the default user ID.  From Raymond Scholz
2742         <ray-2002@zonix.de>.
2743
2744 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2745
2746         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2747         charset.
2748
2749 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2750         From Alex Schroeder <alex@emacswiki.org>
2751         * spam-stat.el (spam-stat-process-directory): add dir to message
2752         (spam-stat-reduce-size): No longer remove words
2753         with values close to 0.5, because the default value is 0.2.
2754
2755 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2756
2757         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2758         documentation.
2759
2760 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2761
2762         * gnus-agent.el (gnus-agent-fetched-headers)
2763         (gnus-agent-load-fetched-headers)
2764         (gnus-agent-save-fetched-headers): Remove variable and two
2765         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2766         works better.
2767         (gnus-agent-fetch-headers): New implementation from Kevin
2768         Greiner.  Uses gnus-agent-article-alist to store information
2769         about fetched messages which aren't on the server anymore.  The
2770         trick is to return a list of considered messages to the caller,
2771         but to only fetch those which haven't been fetched yet.
2772
2773 2002-10-30  Simon Josefsson  <jas@extundo.com>
2774
2775         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2776
2777         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2778
2779 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2780
2781         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2782         versions of emacs-w3m than 1.3.3.
2783
2784         * lpath.el: Bind w3m-minor-mode-map.
2785
2786         * mm-view.el (mm-w3m-mode-command-alist)
2787         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2788         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2789         (mm-setup-w3m): Simplified.
2790         (mm-w3m-local-map-property): New function.
2791         (mm-inline-text-html-render-with-w3m): Use it.
2792
2793         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2794         mm-w3m-local-map-property.
2795
2796 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * mm-util.el (mm-auto-save-coding-system): Default to
2799         iso-2022-7bit.
2800
2801         * nndraft.el (nndraft-request-article): Decode an article using
2802         the coding-system emacs-mule if it seems to have been saved using
2803         emacs-mule.
2804         (nndraft-request-replace-article): Use message-draft-coding-system
2805         instead of mm-auto-save-coding-system for the draft or delayed
2806         group.
2807
2808 2002-10-28  Josh  <huber@alum.wpi.edu>
2809
2810         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2811         functions.
2812
2813 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2814         From mah@everybody.org (Mark A. Hershberger).
2815
2816         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2817         type values ("url" size) regardless of the values of
2818         mm-url-use-external.
2819
2820 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2821
2822         * nnimap.el (nnimap-request-article-part): Try harder to show
2823         group name in debugging message.
2824
2825 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2826
2827         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2828         directory if it doesn't exist.
2829         (gnus-agent-fetch-headers): Remove old cruft that tried to
2830         abstain from downloading articles more than once if
2831         gnus-agent-consider-all-articles was true.  This is now done
2832         properly via the .fetched files.
2833
2834 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * nndraft.el (nndraft-request-article): Treat delayed articles
2837         like drafts.
2838
2839 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2842
2843 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2844
2845         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2846         Remove unused optional arg DIR and corresponding code.
2847
2848         * nnimap.el (nnimap-request-article-part): Include group name in
2849         debugging output.
2850
2851 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2852
2853         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2854
2855 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2856
2857         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2858         contains range of headers that have been fetched by the agent
2859         already.  Compare gnus-agent-article-alist.
2860         (gnus-agent-file-header-cache): Like
2861         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2862         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2863         seen/recent logic.
2864         Remember which headers have been fetched before and don't fetch
2865         them again the next time round.
2866         (gnus-agent-load-fetched-headers)
2867         (gnus-agent-save-fetched-headers): New functions, for remembering
2868         which headers have been fetched before.
2869
2870 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * lpath.el: Remove useless bindings.
2873
2874 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2875
2876         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2877         features while searching.
2878
2879 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2880
2881         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2882
2883 2002-10-22  Simon Josefsson  <jas@extundo.com>
2884
2885         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2886         (pgg-snarf-keys): Add.
2887
2888 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * lpath.el: Fbind bbdb-records.
2891
2892         * spam.el: Don't autoload bbdb-records.
2893
2894 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2897         prevent inf-loop.
2898
2899 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * nnslashdot.el: Removed some test lines.
2902         More test.
2903
2904 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2905
2906         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2907         are known to be downloaded already.
2908
2909 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2912         (mm-text-html-washer-alist): Ditto.
2913
2914 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2915
2916         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2917         boundary between headers and body.
2918         * nnml.el (nnml-parse-head): Ditto.
2919
2920 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2923         entries.
2924
2925         * gnus-group.el (gnus-fetch-group): Allow an optional
2926         specification of the articles to select.
2927
2928         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2929
2930 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2931
2932         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2933         headers from the group, update variable `articles' to contain
2934         only those numbers where headers exist.  (When fetching all
2935         articles in a group, Gnus creates lots of numbers where there is
2936         no articles.)
2937
2938 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2939
2940         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2941         doesn't have the 'alist custom type, use cons cells instead.
2942         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2943         (pgg-parse-hash-algorithm-alist): Ditto.
2944         (pgg-parse-compression-algorithm-alist): Ditto.
2945         (pgg-parse-signature-type-alist): Ditto.
2946
2947         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2948
2949         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2950
2951         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2952
2953 2002-10-19  Simon Josefsson  <jas@extundo.com>
2954
2955         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2956         buffer.
2957
2958 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2959
2960         * gnus-spec.el (gnus-make-format-preserve-properties)
2961         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2962         properties also on XEmacs.  `gnus-xmas-format' is like format but
2963         preserves text properties on XEmacs (though it only understands
2964         simple format specs).  The variable
2965         `gnus-make-format-preserve-properties' controls whether the
2966         function is used, and is checked in `gnus-parse-simple-format'.
2967         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2968
2969         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2970         output.
2971         (gnus-agent-consider-all-articles): New variable.
2972         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2973         (gnus-agent-fetch-headers): Depending on
2974         gnus-agent-consider-all-articles, maybe get all articles.
2975         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2976         `read'.
2977         (gnus-predicate-imples-unread): New function.
2978         (gnus-agent-fetch-headers): Optimize to call
2979         gnus-list-of-unread-articles if that is sufficient.
2980         Check unseen and recent instead of seen and recent.
2981         (gnus-agent-fetch-headers): Abstain from calling
2982         gnus-list-range-intersection if range (a . b) would have (> a b).
2983
2984 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * message.el (message-send-mail): Make it possible to perform
2987         edebug-defun.
2988
2989 2002-10-18  Simon Josefsson  <jas@extundo.com>
2990
2991         * gnus-art.el (gnus-button-man-handler): Change default to
2992         `manual-entry' (defined in both emacsen).
2993         (gnus-button-man-handler): Remove emacsen difference and use
2994         `manual-entry'.
2995
2996 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * spam.el: Wrap autoload settings for bbdb-records,
2999         executable-find and ifile-spam-filter with eval-and-compile.
3000         (spam-display-buffer-contents): Remove.
3001         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3002
3003 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3004
3005         * spam.el (spam-display-buffer-contents): New function.
3006         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3007         from Katsumi Yamaoka <yamaoka@jpl.org>.
3008
3009 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3010
3011         * nnheader.el (nnheader-parse-naked-head): New function.
3012         (nnheader-parse-head): Use the above function, in order to handle
3013         continuation lines properly.
3014         (nnheader-remove-body): New function.
3015         (nnheader-remove-cr-followed-by-lf): New function.
3016         (nnheader-ms-strip-cr): Use the above function.
3017
3018         * gnus-agent.el (gnus-agent-regenerate-group): Call
3019         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3020         `nnheader-parse-head'.
3021         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3022
3023         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3024         continuation lines by itself; call `nnheader-parse-naked-head'
3025         instead of `nnheader-parse-head'.
3026         * nndiary.el (nndiary-parse-head): Ditto.
3027         * nnfolder.el (nnfolder-parse-head): Ditto.
3028         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3029         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3030         * nnml.el (nnml-parse-head): Ditto.
3031
3032 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3033
3034         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3035         XEmacs, default to it if featurep 'xemacs.
3036
3037 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * spam-stat.el: Check for the existence of hash functions instead
3040         of the Emacs version to decide whether to load cl.  Suggested by
3041         Kai Gro\e,A_\e(Bjohann.
3042
3043 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3044
3045         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3046         if it isn't open yet.
3047
3048 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-group.el: Require mm-url only when compiling.
3051         (gnus-group-fetch-charter): Require mm-url.
3052
3053         * spam-stat.el: Require cl for the functions gethash,
3054         hash-table-count, make-hash-table and mapc for Emacs 20.
3055         (puthash): Alias to cl-puthash for Emacs 20.
3056         (with-syntax-table): New macro for Emacs 20.
3057
3058 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3059
3060         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3061
3062 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3063
3064         * spam.el (spam-check-ifile): added ifile as a spam checking
3065         backend, and spam-use-ifle as the variable to toggle that check.
3066
3067 2002-10-12  Simon Josefsson  <jas@extundo.com>
3068
3069         * message.el (message-beginning-of-line): New variable.
3070         (message-beginning-of-line): Use it.
3071
3072 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3073
3074         * spam.el: more compilation fixes for BBDB
3075
3076         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3077         (spam-stat-reduce-size): Interactive.
3078         (spam-stat-reset): New function.
3079         (spam-stat-save): Interactive.
3080
3081 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gnus.el: Autoload gnus-delay-initialize.
3084
3085         * message.el: Autoload gnus-delay-article.
3086
3087 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3088
3089         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3090         text property in Emacs.
3091
3092 2002-10-11  Simon Josefsson  <jas@extundo.com>
3093
3094         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3095         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3096
3097         * mml1991.el (mml1991-pgg-sign): Remove CR.
3098
3099 2002-10-10  Simon Josefsson  <jas@extundo.com>
3100
3101         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3102         decrypt failed.
3103         (mml2015-trust-boundaries-alist): Removed.
3104         (mml2015-gpg-extract-signature-details): Don't use it.
3105         (mml2015-unabbrev-trust-alist): New.
3106         (mml2015-gpg-extract-signature-details): Use it.
3107
3108 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3109
3110         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3111         BBDB installed
3112
3113         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3114         statistical analysis of spam in Lisp only
3115
3116 2002-10-10  Simon Josefsson  <jas@extundo.com>
3117
3118         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3119         auth, selected or examine state.
3120
3121         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3122         buffer and error buffer depending on type of information.
3123
3124         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3125         --status-fd stuff even if gpg.el is not used (revert earlier
3126         change).
3127         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3128         gnus details.
3129         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3130         buffer.
3131
3132         * pgg.el (pgg-verify-region): Use it.
3133
3134         * pgg-def.el (pgg-query-keyserver): New variable.
3135
3136         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3137         key-identifier in packet.  Is this a good idea?
3138
3139         * mml.el (mml-mode-map): Add security commands that operates on
3140         MIME parts.
3141         (mml-menu): And menu items for them.
3142
3143         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3144
3145         * mml.el (mml-parse-1): Support sender in #secure tags.
3146
3147         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3148         defined.
3149
3150         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3151         (mml-pgp-encrypt-buffer): Support combined signing.
3152
3153         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3154         (mml1991-gpg-encrypt): Ditto.
3155         (mml1991-pgg-encrypt): Ditto.
3156         (mml1991-encrypt): Pass sign parameter.
3157
3158         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3159         (mml-signencrypt-style): Mention the variable.
3160
3161 2002-10-09  Simon Josefsson  <jas@extundo.com>
3162
3163         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3164         pgg-gpg-user-id.
3165
3166         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3167         (pgg-fetch-key-function): Nil if w3 is not installed.
3168
3169 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3170
3171         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3172         gnus-agent-current-history.
3173
3174 2002-10-06  Simon Josefsson  <jas@extundo.com>
3175
3176         * imap.el (imap-parse-status): Don't use read to read token.
3177
3178 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3179
3180         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3181         for methods not covered by the agent, and when unplugged.
3182
3183 2002-10-05  Simon Josefsson  <jas@extundo.com>
3184
3185         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3186         signing.
3187
3188         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3189         a named server fails, ignore the server.
3190
3191         * mml1991.el (mml1991-pgg-sign): Do QP.
3192
3193         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3194         work.
3195
3196 2002-10-04  Simon Josefsson  <jas@extundo.com>
3197
3198         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3199
3200         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3201         binary-write-decoded-region from MEL.
3202
3203         * pgg.el (pgg-encrypt-region): Support sign.
3204
3205         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3206
3207         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3208
3209         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3210         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3211         branch where PGG was taken from in the ChangeLog entries below.
3212
3213 2002-10-01  Simon Josefsson  <jas@extundo.com>
3214
3215         * pgg-pgp.el: Don't require mel.  Don't use luna.
3216         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3217         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3218         (pgg-pgp-process-region): Don't use binary-funcall.
3219
3220         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3221
3222         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3223         instead of concat.
3224
3225         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3226
3227 2002-09-29  Simon Josefsson  <jas@extundo.com>
3228
3229         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3230         compile warnings.
3231
3232         * pgg.el (pgg-decrypt-region): Don't parse packet.
3233
3234         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3235
3236 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3237
3238         * pgg.el: Remove dependency on calist.el.
3239
3240 2002-09-28  Simon Josefsson  <jas@extundo.com>
3241
3242         * pgg.el (pgg-temporary-file-directory): New variable.
3243         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3244
3245         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3246         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3247
3248         * pgg-parse.el (pgg-char-int): Defalias.
3249         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3250         (pgg-read-bytes, pgg-read-body): Use it.
3251         (pgg-decode-packets): Don't use MEL, use base64-*.
3252         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3253         (pgg-string-as-unibyte): Defalias.
3254         (pgg-parse-armor-region): Use it.
3255
3256         * pgg-gpg.el (pgg-gpg-process-region): Use
3257         pgg-temporary-file-directory.
3258
3259         * luna.el: Don't def-edebug.
3260
3261         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3262         binary-write-decoded-region from MEL.
3263
3264         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3265
3266         * alist.el, calist.el: Don't require product/APEL.
3267
3268         * pgg-parse.el (top-level): Remove dependency on static.el,
3269         pccl.el, mel.el.
3270         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3271         `define-ccl-program' is boundp, instead of using broken.
3272
3273 2002-10-01  Simon Josefsson  <jas@extundo.com>
3274
3275         * message.el (message-required-mail-headers): Remove Lines:.
3276
3277 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3278         From Jesper Harder.
3279
3280         * gnus-group.el (gnus-group-fetch-charter,
3281         gnus-group-fetch-control): Prompt for group if given a prefix
3282         argument.
3283         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3284         gnus-group-fetch-control to summary key map and menu.
3285
3286
3287 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3288
3289         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3290         number when there are no articles.
3291
3292 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3293
3294         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3295         arg ALL means to fetch all articles, not only downloadable ones.
3296         (gnus-agent-fetch-selected-article): New function for
3297         gnus-select-article-hook or gnus-mark-article-hook.
3298
3299 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3300         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3301
3302         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3303         raw-text.
3304
3305 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3306
3307         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3308         Pinard).
3309         Major revamp of the code, documentation is in comments in the file
3310         for now.
3311
3312 2002-09-30  Simon Josefsson  <jas@extundo.com>
3313
3314         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3315         buffer seem to be needed?
3316
3317 2002-09-29  Simon Josefsson  <jas@extundo.com>
3318
3319         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3320         compile warnings.
3321
3322         * mml1991.el (mml1991-function-alist): Add pgg.
3323         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3324         (mml1991-pgg-encrypt): Fix recipients querying.
3325
3326 2002-09-28  Simon Josefsson  <jas@extundo.com>
3327
3328         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3329         from dme@dme.org.
3330         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3331         handle is returned.
3332
3333 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3336         Protect against non-existent of `nnimap-mailbox-info'.
3337
3338 2002-09-27  Simon Josefsson  <jas@extundo.com>
3339
3340         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3341         (gnus-setup-news-hook): Use it.
3342         (gnus-after-getting-new-news-hook): Ditto.
3343
3344         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3345
3346 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3347         From Mats Lidell <matsl@contactor.se>.
3348
3349         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3350
3351 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3352
3353         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3354         the part to decode encoded words, use raw words instead of decoded
3355         words.
3356
3357 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3358
3359         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3360
3361         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3362         (mm-setup-w3m): Use it.
3363
3364 2002-09-27  Simon Josefsson  <jas@extundo.com>
3365
3366         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3367         article buffers.
3368
3369         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3370         it just in case.
3371         (nnimap-update-unseen): New function; update unseen count in
3372         `n-m-info'.
3373         (nnimap-close-group): Call it.
3374
3375         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3376         (gnus-after-getting-new-news-hook): Ditto.
3377
3378         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3379         message into verboselevel 9.  Change slow mail check message.
3380         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3381         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3382         used as a hook after getting new mail.
3383
3384 2002-09-26  Simon Josefsson  <jas@extundo.com>
3385
3386         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3387         SELECT/EXAMINE is first unseen article, not number of unseen
3388         articles.  Make them distinct by renaming the former to
3389         `first-unseen' instead of `unseen'.
3390
3391         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3392         too.
3393         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3394         changed.
3395         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3396
3397         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3398
3399         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3400         better.
3401
3402         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3403         if dissecting resulting buffer actually had any information.
3404
3405 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3408         because the function `string<' allows symbols.
3409
3410         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3411
3412 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3413
3414         * message.el (message-forward-make-body): Revert an early change
3415         because 8-bit utf-8 emails.
3416
3417 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3418
3419         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3420         links to Info)
3421         * gnus-art.el (gnus-treat-highlight-signature):
3422         * gnus-art.el (gnus-treat-buttonize):
3423         * gnus-art.el (gnus-treat-buttonize-head):
3424         * gnus-art.el (gnus-treat-emphasize):
3425         * gnus-art.el (gnus-treat-strip-cr):
3426         * gnus-art.el (gnus-treat-unsplit-urls):
3427         * gnus-art.el (gnus-treat-leading-whitespace):
3428         * gnus-art.el (gnus-treat-hide-headers):
3429         * gnus-art.el (gnus-treat-hide-boring-headers):
3430         * gnus-art.el (gnus-treat-hide-signature):
3431         * gnus-art.el (gnus-treat-fill-article):
3432         * gnus-art.el (gnus-treat-hide-citation):
3433         * gnus-art.el (gnus-treat-hide-citation-maybe):
3434         * gnus-art.el (gnus-treat-strip-list-identifiers):
3435         * gnus-art.el (gnus-treat-strip-pgp):
3436         * gnus-art.el (gnus-treat-strip-pem):
3437         * gnus-art.el (gnus-treat-strip-banner):
3438         * gnus-art.el (gnus-treat-highlight-headers):
3439         * gnus-art.el (gnus-treat-highlight-citation):
3440         * gnus-art.el (gnus-treat-date-ut):
3441         * gnus-art.el (gnus-treat-date-local):
3442         * gnus-art.el (gnus-treat-date-english):
3443         * gnus-art.el (gnus-treat-date-lapsed):
3444         * gnus-art.el (gnus-treat-date-original):
3445         * gnus-art.el (gnus-treat-date-iso8601):
3446         * gnus-art.el (gnus-treat-date-user-defined):
3447         * gnus-art.el (gnus-treat-strip-headers-in-body):
3448         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3449         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3450         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3451         * gnus-art.el (gnus-treat-unfold-headers):
3452         * gnus-art.el (gnus-treat-fold-headers):
3453         * gnus-art.el (gnus-treat-fold-newsgroups):
3454         * gnus-art.el (gnus-treat-overstrike):
3455         * gnus-art.el (gnus-treat-display-xface):
3456         * gnus-art.el (gnus-treat-display-smileys):
3457         * gnus-art.el (gnus-treat-from-picon):
3458         * gnus-art.el (gnus-treat-mail-picon):
3459         * gnus-art.el (gnus-treat-newsgroups-picon):
3460         * gnus-art.el (gnus-treat-body-boundary):
3461         * gnus-art.el (gnus-treat-capitalize-sentences):
3462         * gnus-art.el (gnus-treat-fill-long-lines):
3463         * gnus-art.el (gnus-treat-play-sounds):
3464         * gnus-art.el (gnus-treat-translate):
3465         * gnus-art.el (gnus-treat-x-pgp-sig):
3466         * gnus-art.el (gnus-mime-button-line-format):
3467         * gnus-art.el (gnus-button-man-level):
3468         * gnus-art.el (gnus-button-emacs-level):
3469         * gnus-cus.el (gnus-group-parameters):
3470         * gnus-gl.el (bbb-build-mid-scores-alist):
3471         * gnus-group.el (gnus-group-line-format):
3472         * gnus-mlspl.el (gnus-group-split-setup):
3473         * gnus-mlspl.el (gnus-group-split):
3474         * gnus-msg.el (gnus-mailing-list-groups):
3475         * gnus-msg.el (gnus-posting-styles):
3476         * gnus-nocem.el (gnus-nocem-issuers):
3477         * gnus-score.el (gnus-score-regexp-bad-p):
3478         * gnus-srvr.el (gnus-server-line-format):
3479         * gnus-topic.el (gnus-topic-line-format):
3480         * gnus.el (gnus-summary-line-format):
3481         * mail-source.el (mail-sources):
3482         * message.el (message-subscribed-address-file):
3483         * nnmail.el (nnmail-split-fancy):
3484
3485 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3486
3487         * mail-source.el(mail-source-run-script): use `functionp' to test
3488         whether the argument `script' is in fact a function.
3489         (mail-sources): adjust the defcustom to allow users to specify a
3490         function or a string as the value of the `:prescript' and
3491         `:postscript' arguments of the `file' and `pop3' mail sources.
3492
3493 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3494
3495         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3496         number when article 1 does not exist.
3497
3498 2002-09-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3499
3500         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3501         apropos if apropos-variable does not exist.
3502         (gnus-button-guessed-mid-regexp)
3503         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3504         regexes.  From Reiner Steib.
3505         (gnus-button-handle-describe-function)
3506         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3507         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3508         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3509
3510 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3511         Trivial patch.
3512
3513         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3514         the file.
3515
3516 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3517
3518         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3519
3520 2002-09-24  Simon Josefsson  <jas@extundo.com>
3521
3522         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3523         (mml2015-use): Prefer PGG if installed.
3524         (mml2015-function-alist): Add PGG wrappers.
3525         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3526         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3527         prefix, make regexp optionally skip it.
3528         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3529         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3530         (mml2015-pgg-encrypt): New functions.
3531         (defvar, autoload): Prevent byte-compile warnings.
3532
3533 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3534         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3535
3536         * gnus-art.el (article-strip-banner): Check for the existence of
3537         from header.
3538
3539 2002-09-23  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3540
3541         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3542         (gnus-button-alist): Improved regexp for
3543         gnus-button-handle-mid-or-mail (false positives), fixed
3544         gnus-button-handle-man entries.
3545         From Reiner Steib.
3546
3547 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3548         From Josh Huber.
3549
3550         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3551         nnmail-extra-headers is non-nil.
3552
3553 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3554
3555         * nnmaildir.el: Store article numbers persistently.  General
3556         revision.
3557         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3558         for nnmail-expiry-wait; delete instead of moving if 'force is
3559         given.
3560
3561 2002-09-23  Simon Josefsson  <jas@extundo.com>
3562         Trivial fix from beaker@iavmb.pl (Krzysztof J\e$,1 9\e(Bdruczyk).
3563
3564         * smime.el (smime-sign-buffer): Get key and extra certs.
3565         (smime-get-key-with-certs-by-email): Utility function.
3566
3567 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3568         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3569
3570         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3571         article exists.
3572
3573 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3574
3575         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3576
3577 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3578         From Reiner Steib.
3579
3580         * gnus-art.el (gnus-button-handle-custom,
3581         gnus-button-handle-mid-or-mail,
3582         gnus-button-handle-describe-{function,variable,key},
3583         gnus-button-handle-apropos{,command,variable}): New functions.
3584         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3585         gnus-button-{man,emacs,mail}-level): New variables.
3586         (gnus-button-alist): Use the above to buttonize emacs and mail
3587         related links.
3588
3589 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3590
3591         * gnus-int.el (gnus-status-message): Fix spacing.
3592
3593         * imap.el (imap-continuation): Fix typos.
3594
3595 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3596
3597         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3598
3599         * gnus-art.el (gnus-article-reply-with-original): Correct
3600         with-current-buffer scope.
3601
3602         * message.el (message-completion-alist): Add Reply-To, From, etc.
3603
3604 2002-09-18  Simon Josefsson  <jas@extundo.com>
3605
3606         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3607         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3608
3609 2002-09-17  Simon Josefsson  <jas@extundo.com>
3610
3611         * nnimap.el (nnimap-expiry-target): Don't search for which
3612         articles exists here.
3613         (nnimap-request-expire-articles): Do it here instead.  Only expire
3614         when articles are found.  Suggested by Nevin Kapur
3615         <nevin@jhu.edu>.
3616
3617 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3618         From Reiner Steib <reiner.steib@gmx.de>.
3619
3620         * message.el (message-strip-subject-trailing-was)
3621         (message-change-subject, message-add-archive-header)
3622         (message-xpost-fup2-header, message-xpost-insert-note)
3623         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3624         adopted from message-utils.el.  Add functions to the keymap, mode
3625         describtion and menu.
3626         (message-change-subject,message-xpost-fup2): Signal error if
3627         current header is empty.
3628         (message-xpost-insert-note): Changed insert position.
3629         (message-archive-note): Ensure to insert note in message body (not
3630         in head).
3631         (message-archive-header, message-archive-note)
3632         (message-xpost-default, message-xpost-note, message-fup2-note)
3633         (message-xpost-note-function): New variables adopted from
3634         message-utils.el.  Changed some doc-strings.
3635         (message-mark-insert-{begin,end}): Rename from
3636         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3637         values.
3638         (message-subject-trailing-was-query)
3639         (message-subject-trailing-was-ask-regexp)
3640         (message-subject-trailing-was-regexp): New variables.
3641         (message-to-list-only): Added doc-string and menu entry.
3642
3643         * message-utils.el: Removed.  Functions are now in message.el.
3644
3645 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus-art.el (gnus-article-reply-with-original,
3648         gnus-article-followup-with-original): Switch to
3649         gnus-summary-buffer before reply/followup.
3650
3651 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3652
3653         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3654         not exist. Toggle it anyway.
3655
3656 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3657
3658         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3659
3660         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3661         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3662
3663         * rfc2047.el (message-posting-charset): Defvar it.
3664         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3665         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3666
3667         * mail-source.el (mail-source-fetch): Hide password.
3668
3669         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3670
3671 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3672         From John Paul Wallington <jpw@shootybangbang.com>.
3673
3674         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3675
3676 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3679
3680 2002-09-11  Simon Josefsson  <jas@extundo.com>
3681
3682         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3683         (nnimap-split-rule): Doc fix.
3684         (nnimap-request-expire-articles): Cleanup code.
3685
3686 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3687         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3688
3689         * gnus-art.el (gnus-article-address-banner-alist): New option.
3690         (article-strip-banner): Refer the above option to split banners of
3691         free mail servers, when no group parameter is specified.
3692
3693 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * nntp.el (nntp-wait-for-string): Check for a process in the
3696         current buffer instead of `nntp-server-buffer'.
3697
3698 2002-09-09  Simon Josefsson  <jas@extundo.com>
3699
3700         * gnus-art.el (gnus-button-man-handler): New variable.
3701         (gnus-button-alist): Use g-b-handle-man.
3702         (gnus-button-handle-man): New, call g-b-man-handler.
3703
3704 2002-09-08  Simon Josefsson  <jas@extundo.com>
3705
3706         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3707
3708 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3711
3712 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3715
3716         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3717         keystroke.
3718
3719         * gnus-srvr.el (gnus-browse-describe-group): New command and
3720         keystroke.
3721
3722 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3725         value for gnus-decoration property.
3726
3727 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3728
3729         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3730         string) as group name in case we have a CRLF in the file.
3731
3732 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3733
3734         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3735         group.
3736         (rfc1843-decode-hzp): do.
3737         (rfc1843-newsgroups-regexp): do.
3738
3739 2002-09-04  Simon Josefsson  <jas@extundo.com>
3740
3741         * message.el (message-canlock-generate): Make sure sha1 doesn't
3742         call external programs.
3743
3744 2002-09-03  Simon Josefsson  <jas@extundo.com>
3745
3746         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3747
3748         * gnus-agent.el (gnus-agent-batch): Add doc.
3749
3750 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3751
3752         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3753         check for signed and encrypted parts.
3754         * mml.el (mml-parse-1): Correct small typo which preventing
3755         setting recipients in a secure tag.
3756
3757 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * mm-util.el (mm-coding-system-priorities): Default to a list of
3760         iso-2022-jp and others for the Japanese environment.
3761
3762 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3765         invalid display names.
3766
3767 2002-08-30  Simon Josefsson  <jas@extundo.com>
3768
3769         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3770         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3771
3772 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3773
3774         * gnus.el (gnus-group-charter-alist): New option.
3775         (gnus-group-fetch-control-use-browse-url): New option.
3776
3777         * gnus-group.el (gnus-group-fetch-charter): New function.
3778         (gnus-group-fetch-control): New function.
3779         Add them to the keymap and menu. Require mm-url.
3780
3781 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3784         From Alex Schroeder <alex@emacswiki.org>.
3785
3786 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3787
3788         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3789         items expecting user interaction.
3790
3791         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3792
3793         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3794
3795         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3796
3797         * mml.el (mml-menu): do.
3798
3799 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * mail-source.el (mail-source-touch-pop): New function.
3802
3803         * message.el (message-smtpmail-send-it): New function.
3804         (message-send-mail-function): Add it for a candidate.
3805
3806 2002-08-27  Simon Josefsson  <jas@extundo.com>
3807
3808         * gnus-msg.el (posting-charset-alist): Use
3809         gnus-define-group-parameter instead of defcustom.
3810         (gnus-put-message): Handle SPC in GCC.
3811         (gnus-inews-insert-gcc): Ditto.
3812         (gnus-inews-insert-archive-gcc): Ditto.
3813
3814 2002-08-26  Simon Josefsson  <jas@extundo.com>
3815
3816         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3817         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3818         (gnus-agent-possibly-save-gcc): Autoload.
3819         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3820
3821 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus.el (gnus-other-frame-function): New user option.
3824         (gnus-other-frame): Use it; add a doc-string; make it work with
3825         the gnuclient program.
3826
3827         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3828
3829         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3830         `device-connection' and `dfw-device'.
3831
3832 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3833
3834         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3835         positives, make it stricter.  From Jochen Hein (trivial change).
3836
3837 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus.el (gnus-other-frame): Trivial fix.
3840
3841 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus.el (gnus-other-frame-parameters): New user option.
3844         (gnus-other-frame-object): New variable.
3845         (gnus-other-frame): Make it search for existing Gnus frame; don't
3846         read new news; delete frame on exit.
3847
3848         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3849
3850         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3851
3852 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3853         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3854
3855         * message.el (message-set-auto-save-file-name): Add support for
3856         the Cygwin Emacs; the system-type is `cygwin'.
3857         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3858
3859 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3860
3861         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3862
3863         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3864         avoid arithmetic errors.
3865
3866 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3869
3870 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3873         (message-ignored-resent-headers): Add envelope From.
3874
3875 2002-08-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3876
3877         * gnus.el (gnus-summary-line-format): Document %k specifier.
3878
3879 2002-08-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3880
3881         * gnus-sum.el (gnus-summary-line-message-size): New function.
3882         (gnus-summary-line-format-alist): Use it.
3883
3884 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-art.el (article-make-date-line): Refer to the value for
3887         `gnus-article-time-format' in the summary buffer.
3888
3889         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3890
3891 2002-08-14  Simon Josefsson  <jas@extundo.com>
3892
3893         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3894         quoting.
3895         (gnus-button-alist): Fix doc.
3896         (gnus-header-button-alist): Use ' not ` for default value quoting.
3897         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3898         rationale similar to 2002-05-01 change.
3899         (gnus-article-add-buttons-to-head): Evaluate expression.
3900
3901         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3902
3903 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * message.el (message-font-lock-keywords): Refer to the value for
3906         `message-cite-prefix-regexp' dynamically.
3907
3908 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3911
3912 2002-08-12  Simon Josefsson  <jas@extundo.com>
3913
3914         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3915         (imap-shell-open): Skip initial junk before IMAP greeting.
3916
3917 2002-08-11  Simon Josefsson  <jas@extundo.com>
3918
3919         * message-utils.el (message-xpost-default,
3920         message-xpost-fup2-header, message-xpost-fup2): Fixed
3921         Typos.  Trivial changes from Reiner Steib
3922         <4uce.02.r.steib@gmx.net>.
3923
3924 2002-08-09  Simon Josefsson  <jas@extundo.com>
3925
3926         * message.el (message-canlock-password): Set
3927         canlock-password-for-verify to newly generated canlock-password.
3928         When Emacs is restarted, Custom makes sure this is set, but during
3929         the same session we must set it manually.
3930
3931 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3932
3933         * yenc.el: New file.
3934
3935         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3936         (mm-uu-type-alist): Add yenc.
3937         (mm-uu-yenc-filename): New function.
3938         (mm-uu-yenc-extract): New function.
3939
3940         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3941
3942 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3943
3944         * dgnushack.el (merge): Don't use coerce.
3945
3946 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3947
3948         * mailcap.el (mailcap-mime-data): Test window-system rather than
3949         mm-device-type.
3950         (mailcap-mime-data): Call xdvi and gv with "-safer".
3951
3952         * mm-util.el: Don't define mm-device-type.
3953
3954 2002-08-05  Simon Josefsson  <jas@extundo.com>
3955
3956         * mm-util.el (mm-coding-system-priorities): coding-system type not
3957         supported everywhere.
3958
3959 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * gnus.el (gnus-version-number): Bumped version number.
3962
3963 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3964
3965         * gnus.el: Oort Gnus v0.07 is released.
3966
3967 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3970         (gnus-article-sort-functions): Doc fix.
3971         (t): New keystroke.
3972         (gnus-article-sort-by-random): New function.
3973         (gnus-thread-sort-by-random): New function.
3974
3975 2002-08-02  Simon Josefsson  <jas@extundo.com>
3976
3977         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3978         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3979
3980 2002-07-31  Danny Siu  <dsiu@adobe.com>
3981
3982         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3983         when splitting malformed messages without message-id
3984
3985 2002-07-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3986         From Niklas Morberg <niklas.morberg@axis.com>.
3987
3988         * nnweb.el (nnweb-type, nnweb-type-definition)
3989         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3990         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3991         functionality.
3992         * nnweb.el: Removed old non-functioning search engines.
3993
3994 2002-07-27  Simon Josefsson  <jas@extundo.com>
3995
3996         * message.el (message-forward-make-body): Don't use
3997         `message-forward-ignored-headers' when doing a "raw" followup (it
3998         is important to preserve e.g. CTE).
3999
4000         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4001
4002         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4003         regexp-quote, Cyrus Sieve is fixed.
4004
4005         * sieve-manage.el (sieve-manage-deletescript): New function.
4006
4007         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4008         (sieve-manage-mode): Fix menubar.
4009         (sieve-activate): Change some messages.
4010         (sieve-deactivate-all): New function.
4011         (sieve-deactivate): New alias.
4012         (sieve-remove): New function.
4013         (sieve-help): Fix help.
4014         All suggested by Ned Ludd.
4015
4016 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4019         (mm-w3m-safe-url-regexp): New user option.
4020
4021         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4022         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4023
4024 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4025
4026         * gnus-sum.el (gnus-summary-delete-article): Force
4027         nnmail-expiry-target to 'delete, so that absolute deletion
4028         happens when absolute deletion is requested.
4029
4030 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4031         From Nevin Kapur <nevin@jhu.edu>.
4032
4033         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4034         headers as empty headers.
4035
4036 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4037         From Jochen Hein <jochen@jochen.org>.
4038
4039         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4040         correct typo.
4041         (gnus-emphasis-strikethru): New face.
4042
4043 2002-07-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4044         From Jason Merrill <jason@redhat.com>.
4045
4046         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4047         entire file for each of a sequence of missing articles.
4048
4049         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4050         value for gnus-view-pseudos.
4051
4052         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4053         avoid nreverse.
4054
4055 2002-07-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4056         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4057
4058         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4059         (gnus-summary-mode-line-format-alist): Add %h for number of
4060         spams.
4061         (gnus-newsgroup-spam-marked): New variable.
4062         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4063         (gnus-article-read-p, gnus-article-mark)
4064         (gnus-set-global-variables, gnus-set-global-variables)
4065         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4066         (gnus-summary-mark-article-as-unread)
4067         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4068         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4069         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4070
4071 2002-07-10  Simon Josefsson  <jas@extundo.com>
4072
4073         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4074         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4075
4076 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4077
4078         * gnus-sum.el (gnus-summary-delete-article): Respect group
4079         parameters while expiring.
4080
4081 2002-07-08  Simon Josefsson  <jas@extundo.com>
4082
4083         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4084         Enberg.
4085
4086 2002-07-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4087
4088         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4089         function is called interactively.  From Niklas Morberg.
4090
4091 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4092
4093         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4094         cdaar to cdar and car.
4095
4096         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4097         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4098
4099 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4102         don't break a narrowed article.
4103
4104         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4105         (nntp-open-via-rlogin-and-telnet): Ditto.
4106
4107 2002-07-02  Didier Verna  <didier@xemacs.org>
4108
4109         * nnmail.el (nnmail-split-methods): fix custom type.
4110
4111 2002-07-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4112
4113         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4114         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4115
4116 2002-07-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4117
4118         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4119         (gnus-summary-resend-message): Use it.
4120
4121 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4124         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4125
4126 2002-06-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4127
4128         * message.el (message-font-lock-keywords): Don't fontify
4129         headers in the message body, only in the header.
4130         (message-font-lock-make-header-matcher): New function, used by
4131         message-font-lock-keywords.
4132         From Katsumi Yamaoka <yamaoka@jpl.org>.
4133
4134 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4137
4138 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4141
4142 2002-06-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4143
4144         * message.el (message-font-lock-keywords): Revert 2002-06-22
4145         change.
4146
4147 2002-06-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4148
4149         * message.el (message-font-lock-keywords): Put colon in header
4150         name match.
4151
4152 2002-06-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4153
4154         * message.el (message-font-lock-keywords): Don't use header faces
4155         in the body.  Thanks to Stefan Monnier for the hint on the
4156         implementation.
4157
4158 2002-05-09  Miles Bader  <miles@gnu.org>
4159
4160         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4161         (gnus-article-hide-citation): Respect it.
4162
4163 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4164
4165         * pop3.el (pop3-open-server): Fix typo.
4166
4167 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4168
4169         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4170         instead of push to ignore duplicate to-(list|address) values.
4171         * nnmail.el (nnmail-cache-ignore-groups): New.
4172         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4173
4174 2002-06-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4175
4176         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4177         before sending.  Suggested by Jan Rychter.
4178
4179 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * dgnushack.el (remove): New compiler macro.
4182         (last, coerce, subseq): Remove compiler macros for those built-in
4183         or unused functions.
4184
4185 2002-06-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4186
4187         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4188         sure to write byte-compiled versions of gnus-*-format-alist to
4189         .newsrc.eld.  From Simon Josefsson.
4190
4191 2002-06-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4192
4193         * gnus-agent.el (gnus-agent-read-servers)
4194         (gnus-agent-write-servers): Put server name (string like
4195         "nnchoke:frumple") in the file instead of a server specification
4196         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4197         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4198
4199 2002-06-16  Simon Josefsson  <jas@extundo.com>
4200
4201         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4202         Reiner Steib <4uce.02.r.steib@gmx.net>.
4203
4204 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4205
4206         * nnheader.el (nnheader-file-name-translation-alist): Set the
4207         default value for MS Windows systems.
4208
4209         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4210
4211 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * message.el (message-beginning-of-line): Keep the region active
4214         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4215
4216 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4217
4218         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4219         * gnus-msg.el (gnus-summary-reply): Ditto.
4220         * gnus-msg.el (gnus-summary-handle-replysign): New.
4221
4222 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4225         if sending failed.
4226
4227 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4228
4229         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4230         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4231         to sign while encrypting.
4232
4233 2002-06-11  Simon Josefsson  <jas@extundo.com>
4234
4235         * gnus-int.el (gnus-request-move-article): Agent expire article if
4236         successfuly moved.
4237
4238         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4239         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4240
4241 2002-06-10  Simon Josefsson  <jas@extundo.com>
4242
4243         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4244
4245 2002-06-09  Simon Josefsson  <jas@extundo.com>
4246
4247         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4248
4249         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4250
4251 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * flow-fill.el (fill-flowed): Ignore errors.
4254
4255 2002-06-06  Simon Josefsson  <jas@extundo.com>
4256
4257         * message.el (message-send-mail-with-sendmail): Improve error message.
4258
4259 2002-06-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4260
4261         * message.el (message-interactive): Change default from nil to t.
4262         Better to be safe than to be fast.
4263
4264 2002-06-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4265
4266         * message.el (message-send-mail-with-sendmail): Check return value
4267         from call-process-region.
4268
4269 2002-06-04  Simon Josefsson  <jas@extundo.com>
4270
4271         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4272         (gnus-group-post-news, gnus-summary-mail-other-window)
4273         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4274         gnus-article-copy to nil, thereby inhibiting the `header' posting
4275         style match to use data from last viewed article.
4276         Suggested by Hrvoje Niksic.
4277
4278 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * spam.el (spam-point-at-eol): New alias.
4281         (spam-parse-whitelist): Use it.
4282
4283 2002-06-03  Simon Josefsson  <jas@extundo.com>
4284
4285         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4286         (nnmail-article-group): Use it.
4287
4288 2002-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4289
4290         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4291         so that code reading them won't be surprised.  From Jesper Harder
4292         <harder@ifa.au.dk>.
4293
4294 2002-05-29  Simon Josefsson  <jas@extundo.com>
4295
4296         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4297         articles.
4298
4299         * gnus.el (gnus-agent-cache): Doc fix.
4300         (gnus-agent): Change default to t.
4301
4302         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4303         ARTICLES, GROUP and FORCE parameters.
4304
4305 2002-05-28  Simon Josefsson  <jas@extundo.com>
4306
4307         * gnus-group.el (gnus-group-line-format): Doc fix.
4308
4309 2002-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4310
4311         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4312         original article before yanking.  From Jesper Harder
4313         <harder@ifa.au.dk>.
4314
4315 2002-05-26  Simon Josefsson  <jas@extundo.com>
4316
4317         * gnus-sum.el (gnus-summary-menu-split): New function.
4318         (gnus-summary-make-menu-bar): Split charset submenu.
4319         (gnus-summary-menu-maxlen): New variable.
4320         (gnus-summary-menu-split): Use it.
4321
4322 2002-05-25  Simon Josefsson  <jas@extundo.com>
4323
4324         * mml.el (mml-preview): Generate some headers.
4325
4326         * gnus.el (gnus-large-newsgroup): Fix :type.
4327
4328         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4329         Agent cache NOV's by default now).
4330         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4331
4332 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4333
4334         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4335         call to gnus-parent-id when we check for References loops.
4336         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4337         twice by saving the simplified subject string in simp-subject.
4338
4339 2002-05-23  Simon Josefsson  <jas@extundo.com>
4340
4341         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4342         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4343
4344         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4345         Niklas Morberg <niklas.morberg@axis.com>.
4346
4347 2002-05-22  Simon Josefsson  <jas@extundo.com>
4348
4349         * sieve.el (sieve-change-region): Define it before it is used.
4350
4351         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4352         (gnus-summary-reply): Ask for confirmation when replying to news.
4353         Defaults to not ask.  From Benjamin Rutt
4354         <rutt+news@cis.ohio-state.edu>.
4355
4356         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4357
4358 2002-05-21  Simon Josefsson  <jas@extundo.com>
4359
4360         * sieve-mode.el (sieve-manage): Fix autoloads.
4361
4362         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4363         name (makes it work with recent Cyrus timsieved).
4364
4365 2002-05-20  Jason  <jbaker@cs.utah.edu>
4366         Trivial patch.
4367
4368         * gnus-art.el (gnus-request-article-this-buffer): Try
4369         reconnecting if you don't get the message.
4370
4371 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4374         Reply-To headers from the headers.
4375
4376 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * mm-url.el (mm-url-insert): Remove junk message.
4379
4380 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381
4382         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4383         (nnslashdot-use-front-page): New variable.
4384         (nnslashdot-request-list): Use it.
4385
4386         * mm-url.el (mm-url-timeout): New variable.
4387         (mm-url-retries): Ditto.
4388         (mm-url-insert): Use it.
4389
4390 2002-05-16  Simon Josefsson  <jas@extundo.com>
4391
4392         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4393         (gnus-simplify-subject-functions): Mention g-s-a-w.
4394
4395 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4396
4397         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4398         nnmail-cache-insert.
4399         * nndiary.el (nndiary-request-accept-article): Ditto.
4400         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4401         * nnimap.el (nnimap-request-accept-article): Ditto.
4402         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4403         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4404         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4405         * nnmh.el (nnmh-request-accept-article): Ditto.
4406         * nnmail.el (nnmail-cache-insert): Change group to required,
4407         removed code which tried to figure out the group.
4408
4409 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4410
4411         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4412         messages. From Hans de Graaff <hans@degraaff.org>.
4413         * nnml.el (nnml-request-accept-article): Pass in the group name to
4414         nnmail-cache-insert, since it's available.
4415
4416 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4417
4418         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4419
4420 2002-05-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4421         From Florian Weimer <fw@deneb.enyo.de>.
4422
4423         * gnus.el (subscribed): New group parameter.
4424         (gnus-find-subscribed-addresses): Use it.
4425
4426 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4427
4428         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4429         the default for pgpmime to support pgp v2.
4430         * mml-sec.el (mml-signencrypt-style): New accessor function to
4431         allow users to get/set the signencrypt style more easily without
4432         frobbing the alist directly.
4433         * mml.el (mml-generate-mime-1): Use accessor function.
4434
4435 2002-05-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4436
4437         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4438         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4439         <schwab@suse.de>.
4440
4441 2002-05-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4442
4443         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4444         when intuiting the group the message is written to.  From Josh
4445         Huber <huber@alum.wpi.edu>.
4446
4447 2002-05-06  Simon Josefsson  <jas@extundo.com>
4448
4449         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4450         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4451
4452 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4453
4454         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4455         argument, and fixed compiler warning. (added autoload for
4456         gpg-encrypt).
4457
4458 2002-05-04  Simon Josefsson  <jas@extundo.com>
4459
4460         * mml1991.el (mml1991-function-alist): Doc fix.
4461
4462         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4463         doesn't exist (for previewing messages without having Gnus
4464         started).
4465
4466         * mm-util.el (mm-coding-system-priorities): Defcustom.
4467
4468         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4469
4470 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4471
4472         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4473         default.
4474         * mml-sec.el:
4475         * mml-sec.el (mml-signencrypt-style): New.
4476         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4477         argument `sign'.
4478         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4479         signencrypt.
4480         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4481         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4482         both signed & encryped is processed in one operation. (rather than
4483         two separate ops: sign, then encrypt)
4484         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4485         indication if a message is signed by an expired key.
4486         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4487         enables combined sign & encrypt operation. (this was always on
4488         before).
4489         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4490
4491 2002-05-01  Simon Josefsson  <jas@extundo.com>
4492
4493         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4494         server.
4495         (nnimap-mailbox-info): defvar instead of defvoo.
4496
4497 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4498
4499         * gnus.el: Oort Gnus v0.06 is released.
4500
4501 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * lpath.el: Bind url-package-version.
4504
4505 2002-05-01  Simon Josefsson  <jas@extundo.com>
4506
4507         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4508         filename before deleting the group itself, because the presence of
4509         a group filename decides if long filenames are used or not.
4510
4511         * gnus-art.el (gnus-button-alist): Don't inline
4512         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4513         without also modifying g-button-alist.
4514         (gnus-button-alist): Fix type to allow variable as well as regexp.
4515         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4516         themselves, variables to its contents.
4517         (gnus-button-entry): Ditto.
4518
4519 2002-05-01  Simon Josefsson  <jas@extundo.com>
4520
4521         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4522         UIDNEXT as a string.
4523
4524         * nnimap.el (nnimap-string-lessp-numerical): New function.
4525         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4526         integers.
4527
4528 2002-04-29  Simon Josefsson  <jas@extundo.com>
4529
4530         * nnmail.el (nnmail-cache-insert): Accept optional group
4531         parameter.
4532
4533         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4534         n-r-g-a is disabled.
4535
4536 2002-04-29  Simon Josefsson  <jas@extundo.com>
4537
4538         * nnimap.el (nnimap-split-fancy): Fix doc.
4539         (nnimap-split-fancy): Fix doc.
4540
4541         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4542         (nnimap-mailbox-info): New internal variable.
4543         (nnimap-retrieve-groups): Implement faster new mail check.
4544
4545         * nnimap.el (nnimap-split-articles): Support
4546         nnmail-cache-accepted-message-ids.
4547         (nnimap-request-accept-article): Ditto.
4548
4549         * imap.el (imap-mailbox-status-asynch): New command.
4550
4551 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4552
4553         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4554         are no subscribed mail groups.
4555         - Strip quoted names when comparing addresses
4556
4557 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4558
4559         * mm-decode.el (mm-text-html-renderer): Change customize type to
4560         const.
4561
4562         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4563         (gnus-debug-exclude-variables): do.
4564
4565 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4566
4567         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4568         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4569
4570 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * dns.el (dns-make-network-process): New macro.
4573         (query-dns): Use it.
4574
4575 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4576
4577         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4578         article-buffer.
4579
4580         * mm-url.el (mm-url-package-name): New variable.
4581         (mm-url-package-version): New variable.
4582         (mm-url-insert-file-contents): Bind url-package-name and
4583         url-package-version here.
4584         * nnrss.el (nnrss-insert-w3): Move the bindings.
4585
4586         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4587         url-package-version. Trivial change from Andrew J Cosgriff
4588         <ajc@polydistortion.net>
4589
4590         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4591         attachments. Trivial change from Peter 'Luna' Runestig
4592         <peter@runestig.com>.
4593
4594 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4595
4596         * nnkiboze.el (nnkiboze-request-scan): Call
4597         nnkiboze-possibly-change-group.
4598         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4599         problems.
4600         (nnkiboze-generate-group): Set newsrc to the *highest* article
4601         number kibozed, not the lowest.
4602
4603 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4604
4605         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4606
4607 2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4608         From Dan Christensen <jdc+news@uwo.ca>.
4609
4610         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4611         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4612         Recognize math postings.  Extract Date (now ignores "(15kb)").
4613         Extract email address using gnus-extract-address-components
4614         instead of just taking the first word.  Create Date and From
4615         headers for message which are missing these headers.  Get rid
4616         of spurious \\ lines (purely cosmetic).  Extend body-end and
4617         file-end regexps, to exclude more garbage from the message.
4618         Make URL rephrasing regexp more flexible, to match current
4619         format.
4620
4621 2002-04-23  Simon Josefsson  <jas@extundo.com>
4622
4623         * netrc.el: New file, functions copied from gnus-util.el by Ted
4624         Zlatanov <tzz@lifelogs.com>.
4625
4626         * gnus-util.el: Require netrc.
4627         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4628         new code in netrc.el.
4629
4630 2002-04-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4631
4632         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4633         message-ignored-resent-headers, too.  From Matthieu Moy
4634         <Matthieu.Moy@imag.fr>.
4635
4636 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4637
4638         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4639         boolean not a string
4640         * gnus-group.el (gnus-group-line-format): add description of %C
4641         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4642           as %C
4643         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4644
4645 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4646
4647         * nnmaildir.el (nnmaildir-request-scan): typo: set
4648         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4649         nnmail-get-new-mail for 'find-new-groups.
4650
4651 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4652
4653         * nnmaildir.el (nnmaildir-request-update-info,
4654         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4655         unnecessary calls to nnmaildir-request-scan.
4656
4657 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4658
4659         * gnus-msg.el:
4660         * gnus-msg.el (gnus-message-replysign): New.
4661         * gnus-msg.el (gnus-message-replyencrypt): New.
4662         * gnus-msg.el (gnus-message-replysignencrypted): New.
4663         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4664         (above) to automatically encrypt/sign to encrypted/signed
4665         messages.
4666         * message.el:
4667         * message.el (message-mode-map): Add keybinding for
4668         `message-to-list-only'
4669         * message.el (message-mode): Add description for
4670         `message-to-list-only'
4671         * message.el (message-to-list-only): New.
4672         * message.el (message-make-mft): Changed to use the cl loop macro,
4673         and added optional flag to return only the matched list. (for use
4674         in new message-to-list-only function)
4675
4676 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4677
4678         * gnus-msg.el:
4679         * gnus-msg.el (gnus-message-replysign):
4680         * gnus-msg.el (gnus-replysign): New.
4681         * gnus-msg.el (gnus-replyencrypt): New.
4682         * gnus-msg.el (gnus-replysignencrypted): New.
4683         * gnus-msg.el (gnus-summary-reply):
4684         * message.el:
4685         * message.el (message-mode-map):
4686         * message.el (message-mode):
4687         * message.el (message-to-list-only): New.
4688         * message.el (message-make-mft):
4689
4690 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4691
4692         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4693
4694 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4695
4696         * message.el (message-gen-unsubscribed-mft): accept a prefix
4697         argument so CC can be included with C-u C-c C-f C-a
4698
4699 2002-04-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4700         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4701
4702         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4703         Improve docstring.
4704         (spam-enter-blacklist): New command.
4705
4706         * gnus-sum.el (gnus-spam-mark): New mark.
4707         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4708         (gnus-summary-make-tool-bar): Correct conditional.
4709         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4710         (gnus-summary-mark-as-spam): New command.
4711
4712 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4713
4714         * mml-sec.el (mml-secure-message): changed to support arbritrary
4715         modes.
4716         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4717         changed to support "signencrypt" mode.
4718         * mml.el (mml-parse-1): changed to support different secure modes
4719         more easily. (for signencrypt)
4720
4721 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4722
4723         * gnus-sum.el (gnus-update-summary-mark-positions)
4724         (gnus-summary-toggle-header):
4725         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4726         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4727         (gnus-uu-post-encoded):
4728         * nnfolder.el (nnfolder-possibly-change-group):
4729         * nnimap.el (nnimap-retrieve-headers):
4730         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4731
4732 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4733
4734         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4735         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4736
4737 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-srvr.el (gnus-server-set-info): Clear
4740         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4741         From Daiki Ueno <ueno@unixuser.org>.
4742
4743 2002-04-11  Simon Josefsson  <jas@extundo.com>
4744
4745         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4746         viewing of security buttons.  Thanks to Nicolas Kowalski
4747         <Nicolas.Kowalski@imag.fr>.
4748
4749         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4750         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4751         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4752         <Nicolas.Kowalski@imag.fr>.
4753         (smime-decrypt-buffer): Ditto.
4754
4755 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4758         header line.
4759
4760 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4761
4762         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4763
4764 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4765
4766         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4767
4768 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4769
4770         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4771         errors when debug.
4772
4773 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4774
4775         * message.el (message-make-mft): Changed MFT code from using
4776         message-recipients (which included Bcc) to use only the To and CC
4777         headers.
4778
4779 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4780
4781         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4782         add link.
4783         (gnus-treat-mail-picon): Ditto.
4784         (gnus-treat-newsgroups-picon): Ditto.
4785         (gnus-picon-databases): Fix custom type.
4786         (gnus-picon-databases): Add link.
4787         (gnus-article-x-face-command): Add to gnus-picon group.
4788
4789 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4790
4791         * message.el (message-buffer-naming-style): Remove.
4792
4793 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4794
4795         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4796
4797         * message.el (message-tool-bar-map): Ditto.
4798
4799         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4800
4801 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4802
4803         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4804
4805 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4806
4807         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4808
4809 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4810         Trivial patch.
4811
4812         * dns.el: open-network-stream under XEmacs does udp.
4813
4814 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4815
4816         * spam.el (spam-enter-whitelist): New function.
4817         (spam-parse-whitelist): Ditto.
4818         (spam-refresh-list-cache): Ditto.
4819         (spam-address-whitelisted-p): New function.
4820
4821         * dns.el (query-dns): Use TCP when make-network-process isn't
4822         available.
4823         (dns-servers): New variable.
4824         (dns-parse-resolv-conf): New function.
4825         (query-dns): Use it.
4826
4827         * spam.el: New file.
4828
4829         * dns.el (query-dns): Test.
4830
4831 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * lpath.el (featurep): Bind make-network-process.
4834
4835 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4836
4837         * nnmaildir.el: Use defstruct.  Use a single copy of
4838         nnmail-extra-headers to save memory.  Store server's group name
4839         prefix instead of each group's prefixed name.
4840         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4841         nntp-server-buffer.
4842
4843 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * dns.el: New file.
4846
4847 2002-03-28  Simon Josefsson  <jas@extundo.com>
4848
4849         * gnus-sum.el (gnus-summary-dummy-line-format):
4850         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4851         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4852
4853 2002-03-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4854
4855         * gnus-sum.el (gnus-summary-move-article)
4856         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4857         the doc string.
4858
4859 2002-03-28  Simon Josefsson  <jas@extundo.com>
4860
4861         * mml-sec.el (mml-secure-message): Search after
4862         mail-header-separator from top of message.
4863
4864 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4865
4866         * nnmaildir.el: Cosmetic changes.
4867         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4868         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4869         nnmaildir--group-ls): New macros/functions.  Use them.
4870         (nnmaildir--unlink): Evalutate argument only once.
4871
4872 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4873
4874         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4875         symbols.
4876         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4877         `gnus-point-at-eol'.
4878
4879 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4880
4881         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4882         nnmaildir--marks-dir): New macros.  Use them.
4883         Use inhibit-quit for atomicity instead of in-memory journaling.
4884         (nnmaildir--edit-prep): New function.
4885         (Local Variables): Use it.
4886
4887 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4888
4889         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4890
4891 2002-03-25  Simon Josefsson  <jas@extundo.com>
4892
4893         * message.el (message-mode): Fix doc.
4894
4895 2002-03-25  Simon Josefsson  <jas@extundo.com>
4896
4897         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4898         Matthieu Moy <Matthieu.Moy@imag.fr>.
4899
4900 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4901
4902         * mml-sec.el (mml-unsecure-message): Add docstring.
4903
4904 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4905
4906         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4907         value.
4908         Trivial change from andre@slamdunknetworks.com
4909
4910 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4911
4912         * mml.el (mml-mode-map): Added a keybinding for
4913         `mml-unsecure-message'.  Also, added a menu entry for said
4914         function in the Attachments menu.
4915
4916 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * canlock.el (canlock-version): Remove.
4919         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4920         here; simplify \x insertions.
4921         (canlock-sha1): New function, always return a unibyte string.
4922         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4923         of a password.
4924         (canlock-insert-header): Use `canlock-sha1'.
4925         (canlock-verify): Ditto.
4926
4927 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4928
4929         * message.el (message-fix-before-sending): Add an option that
4930         ignores illegible text.
4931         Trivial change from Mark Milhollan <mlm@attglobal.net>
4932
4933         * message.el (message-font-lock-keywords): Support multi-line MML
4934         tags.
4935
4936         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4937         Trivial change from lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly)
4938
4939 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4942         symbols for "View as different encoding" submenu.
4943
4944 2002-03-19  Simon Josefsson  <jas@extundo.com>
4945
4946         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4947         encoding" submenu.
4948
4949 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4950
4951         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4952
4953 2002-03-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4954
4955         * gnus-sum.el (gnus-sum-thread-tree-root)
4956         (gnus-sum-thread-tree-single-indent)
4957         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4958         (gnus-sum-thread-tree-leaf-with-other)
4959         (gnus-sum-thread-tree-single-leaf): Make customizable.
4960
4961 2002-03-16  Simon Josefsson  <jas@extundo.com>
4962
4963         * gnus-util.el (gnus-extract-address-components): Don't break on
4964         names such as James "Kibo" Parry.  From Francis Litterio
4965         <franl@world.std.com>.
4966
4967 2002-03-13  Simon Josefsson  <jas@extundo.com>
4968
4969         * pop3.el (pop3-open-server): Revert multibyte change.  From
4970         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4971
4972         * message.el (message-send-mail-with-qmail): Make it work.  From
4973         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4974
4975 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4976
4977         * message.el (message-make-mft): Set case-fold-search while
4978         generating the MFT.  Also, a little cleanup in the MFT code.
4979
4980 2002-03-12  Simon Josefsson  <jas@extundo.com>
4981
4982         * message.el (message-qmail-inject-args): May be function.
4983         (message-send-mail-with-qmail): Call function if m-q-i-a is
4984         function.  From fn@hungry.org (Faried Nawaz).
4985
4986 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4987
4988         * message.el (message-abbrevs-loaded): Remove.
4989         (mailabbrev): Require it.
4990
4991         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4992
4993 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * pop3.el (pop3-open-server): Set process buffer unibyte.
4996
4997 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5000
5001 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5002
5003         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5004         too.
5005
5006 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5007
5008         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5009         duplication.
5010         (gnus-summary-save-parts-type-history): Ditto.
5011         (gnus-summary-save-parts-last-directory): Ditto.
5012         Trivial change from andre@slamdunknetworks.com
5013
5014 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5015
5016         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5017
5018 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5019
5020         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5021         -->" as the end of the first article.
5022
5023         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5024         From Matthieu Moy <Matthieu.Moy@imag.fr>
5025
5026         * message.el (message-add-action): Use add-to-list.
5027         (message-delete-action): New function.
5028
5029         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5030         pieces.
5031
5032 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5033
5034         * nnnil.el: New file.
5035         * gnus.el (gnus-valid-select-methods): Include nnnil.
5036
5037 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5038
5039         * message.el (message-syntax-checks): Because canlock is
5040         supported, we disable sender syntax check.
5041         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5042
5043         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5044         value of message-syntax-checks.
5045
5046         * qp.el (quoted-printable-decode-region): Doc addition.
5047         From: Eli Zaretskii <eliz@is.elta.co.il>
5048
5049         * mail-source.el (make-source-make-complex-temp-name): Use
5050         make-temp-file.
5051
5052         * mm-util.el (mm-make-temp-file): New function.
5053         * nneething.el (nneething-file-name): Use it.
5054         * mml-smime.el (mml-smime-encrypt): Ditto.
5055         * mm-view.el (mm-inline-wash-with-file): Ditto.
5056         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5057         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5058         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5059         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5060         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5061         * gnus-art.el (gnus-mime-print-part): Ditto.
5062
5063 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5064
5065         * message.el (nnmaildir-article-number-to-base-name): New
5066         function.
5067         (nnmaildir-base-name-to-article-number): New function.
5068
5069 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * smime.el (smime-make-temp-file): Don't quote
5072         `temporary-file-directory'.
5073
5074 2002-03-04  Simon Josefsson  <jas@extundo.com>
5075
5076         * smime.el (smime-sign-region): Rename argument keyfiles to
5077         keyfile. You only sign something with one key.
5078         (smime-sign-buffer): Better completing-read prompt.
5079         (smime-decrypt-buffer): Ditto.
5080
5081         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5082
5083         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5084         completing-read.
5085         (mm-view-pkcs7-decrypt): CRLF->LF.
5086
5087 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5088
5089         * message.el (message-hierarchical-addresses): New variable.
5090         (message-get-reply-headers): Use it.
5091         From Ted Zlatanov <teodor.zlatanov@divine.com>
5092
5093 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * message.el (message-mode): If buffer-file-name, don't set auto
5096         save file name.
5097         Trivial change from Geoff Greene <ggreene@wpi.edu>
5098
5099 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5102         takes one argument in read-char.
5103
5104         * message.el (message-fix-before-sending): Forward a char.
5105         Check mmu-multibyte-p, add control-1.
5106
5107 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5108
5109         * gnus-start.el (gnus-read-init-file): Ditto.
5110
5111         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5112
5113         * dgnushack.el (dgnushack-make-load): Ditto.
5114
5115         * mail-source.el (mail-source-fetch): Extract the right error
5116         code.
5117
5118         * message.el (message-fix-before-sending): Check illegible text.
5119
5120         * gnus-util.el (gnus-multiple-choice): New function.
5121
5122         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5123         also defined in gnus-score.el.
5124
5125 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5126
5127         * message.el (message-get-reply-headers): downcase email addresses
5128         for comaparisons for duplicate removal.
5129
5130 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5133         implementation of PKCS#7, which just allows users read the
5134         message.
5135         (mm-view-pkcs7): Use it.
5136
5137 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5138
5139         * gnus.el (large-newsgroup-initial): New parameter.
5140
5141         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5142         (gnus-summary-insert-old-articles): Ditto.
5143
5144 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5145
5146         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5147         used as the default answer of the question, "How many articles?".
5148         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5149
5150         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5151         small numbers.
5152
5153 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5154
5155         * deuglify.el: Fix comments.
5156
5157 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5158
5159         * html2text.el (html2text-clean-anchor): If there is no HREF,
5160         insert nothing.
5161
5162         * mml.el (mml-generate-mime-1): Add cdr.
5163         From: andre@slamdunknetworks.com
5164
5165         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5166         (mm-text-html-washer-alist): Ditto.
5167
5168         * mm-decode.el (mm-text-html-renderer): Add html2text.
5169
5170         * html2text.el: Face lift.
5171
5172         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5173
5174 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5175
5176         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5177
5178         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5179
5180         * deuglify.el: New file. The original file name is
5181         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5182
5183         * mm-decode.el (mm-display-external): Use
5184         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5185
5186 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5187
5188         * nnmaildir.el (nnmaildir-request-list): Report the highest
5189         article number, not the total number of articles.
5190
5191 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5192
5193         * gnus-sum.el: Move uu key map here.
5194         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5195
5196 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5197
5198         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5199         nnmail-expiry-wait* if expire-age parameter is not set.
5200
5201 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5202
5203         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5204         function.
5205         (gnus-group-sort-selected-groups-by-real-name): New function.
5206         (gnus-group-make-menu-bar): Add sort by real name.
5207
5208         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5209         rebuild.
5210         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5211         nil as dependencies as well.
5212
5213 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5214
5215         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5216         for mime-parts.
5217
5218         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5219
5220         * gnus-group.el (gnus-group-name-decode): Don't test
5221         multibyte-string, because it breaks XEmacs.
5222         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5223
5224         * message.el (message-send-mail): Be talkative.
5225
5226         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5227         (mm-automatic-display): Ditto.
5228
5229         * mailcap.el (mailcap-mime-data): Ditto.
5230         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5231
5232 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * many files: Remove trailing whitespaces, replace spc+tab with
5235         tab, replace leading whitespaces with tabs.
5236
5237 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5238
5239         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5240         articles with no body and no blank line after the header.
5241
5242 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5245         parts.
5246
5247         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5248         non-ascii chars.
5249
5250         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5251
5252         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5253         w3-delay-image-loads.
5254         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5255         (mm-w3-prepare-buffer): Ditto.
5256
5257         * mail-source.el (mail-source-fetch-directory): Run scripts.
5258
5259 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5262         for Majordomo confirmations.
5263
5264 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5267
5268 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5271
5272 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5273
5274         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5275         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5276
5277 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5278
5279         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5280         (mm-inline-render-with-stdin): Ditto.
5281         (mm-inline-render-with-function): Ditto.
5282         (mm-inline-wash-with-file): Bind coding-system-for-write.
5283         (mm-inline-wash-with-stdin): Ditto.
5284
5285 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5286
5287         Suggested by Felix Natter <fnatter@gmx.net>
5288
5289         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5290         gnus-mime-externalize-view.
5291         (gnus-mime-view-part-internally): Rename from
5292         gnus-mime-internalize-view.
5293         (gnus-article-view-part-externally): Rename from
5294         gnus-article-externalize-part.
5295         (gnus-mime-action-alist): Change correspondingly.
5296         (gnus-mime-button-commands): Ditto.
5297         (gnus-mime-action-alist): Remove duplication.
5298
5299         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5300
5301 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5302
5303         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5304
5305         * gnus-art.el (gnus-display-mime): Use it.
5306
5307         * mm-partial.el (mm-partial-find-parts): Use it.
5308
5309         * gnus-sum.el (gnus-article-loose-mime): Rename from
5310         gnus-article-no-strict-mime.
5311         (gnus-summary-save-parts): Use it.
5312
5313 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5316         local variable.
5317
5318         * gnus-art.el (article-display-x-face): Don't sort multiple
5319         X-Faces.
5320
5321 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5324         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5325
5326         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5327
5328 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5329
5330         Some ideas is inspired by code from Hrvoje Niksic
5331         <hniksic@arsdigita.com>
5332
5333         * gnus-art.el (gnus-article-wash-function): Set the default to
5334         nil, so that we use mm-text-html-renderer instead.
5335         (article-wash-html): Use mm-text-html-renderer.
5336
5337         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5338         (mm-text-html-renderer): New variable.
5339         (mm-inline-text-html-renderer): Set the default to nil, so that we
5340         use mm-text-html-renderer instead.
5341
5342         * mm-view.el (mm-inline-text-html): New function.
5343         (mm-text-html-renderer-alist): New variable.
5344         (mm-inline-text-vcard): New function.
5345         (mm-inline-text): Split.
5346         (mm-links-remove-leading-blank): New function.
5347         (mm-inline-render-with-file): New function.
5348         (mm-inline-render-with-stdin): New function.
5349         (mm-inline-render-with-function): New function.
5350         (mm-text-html-washer-alist): New variable.
5351         (mm-inline-wash-with-file): New function.
5352         (mm-inline-wash-with-stdin): New function.
5353
5354 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5355
5356         * message-utils.el: Fix installation doc.
5357         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5358
5359 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5360
5361         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5362         (gnus-post-method): Use it.
5363         (gnus-summary-cancel-article): Find the correct post-method.
5364
5365         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5366         * message.el (message-send-news): Ditto.
5367         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5368         <ipmonger@delamancha.org>
5369
5370         * gnus.el (gnus-select-method): Fix doc.
5371         (gnus-server-string): Use 'using nntp'.
5372
5373         * gnus-agent.el (gnus-slave-unplugged): New command.
5374         From: Felix Natter <fnatter@gmx.net>
5375
5376 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5377
5378         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5379         Call edit-done-function first, then change the window
5380         configuration.
5381         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5382         (gnus-article-edit-mode): mml-mode.
5383
5384         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5385         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5386
5387         * message-utils.el: Adopt the file.
5388
5389         * message-utils.el: New file.
5390         From Holger Schauer <Holger.Schauer@gmx.de>
5391
5392 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5393
5394         * gnus-sum.el (gnus-summary-move-article): Select-article only
5395         when gnus-move-split-methods is non-nil. And we don't render or
5396         mark the article.
5397
5398         * gnus-fun.el (gnus-shell-command-to-string): New function.
5399         (gnus-shell-command-on-region): New function.
5400         (gnus-random-x-face): Use them.
5401         (gnus-x-face-from-file): Ditto.
5402         (gnus-convert-image-to-gray-x-face): Ditto.
5403         (gnus-convert-gray-x-face-to-xpm): Ditto.
5404         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5405
5406 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-art.el (gnus-treat-display-xface): Don't use
5409         `shell-command-to-string' when compiling.
5410         (gnus-treat-display-grey-xface): Ditto.
5411
5412 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5413
5414         * nnmaildir.el (nnmaildir--article-count): If the group is
5415         completely empty, report minimum article number as 1 instead of 0.
5416
5417 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5418
5419         * gnus-agent.el (gnus-get-predicate): Use nconc.
5420
5421         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5422         gnus-summary-display-cache as cache.
5423
5424         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5425         (nndoc-mail-in-mail-type-p): New function.
5426         (nndoc-mail-in-mail-article-begin): New function.
5427
5428 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5429
5430         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5431
5432         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5433         use-hard-newlines to nil.
5434
5435         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5436         image is not available if window-system is not available.
5437
5438         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5439
5440 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5441
5442         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5443         bookmark, because update-mark doesn't handle it correctly.
5444
5445 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5446
5447         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5448         directly instead of calling message-send-mail.
5449
5450         * gnus-start.el (gnus-read-descriptions-file): Use
5451         gnus-default-charset.
5452
5453         * mm-util.el (mm-guess-mime-charset): New function.
5454
5455         * gnus.el (gnus-default-charset): Use it.
5456         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5457         the default.
5458
5459 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5460
5461         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5462         (article-display-x-face): Use it.  Disable grey xface, if
5463         uncompface is not found.
5464
5465         * message.el (message-mode): Don't enable multibyte on an indirect
5466         buffer.
5467
5468         * nnrss.el (nnrss-content-function): New variable.
5469         (nnrss-request-article): Use it.
5470
5471 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5472
5473         * gnus.el: Add article-unsplit-urls.
5474         * gnus-sum.el: Ditto.
5475         * gnus-art.el (gnus-treat-strip-cr): New variable.
5476         (gnus-treatment-function-alist): Use it.
5477         (article-unsplit-urls): New function.
5478         (gnus-article-make-menu-bar): Use it.
5479         From: Michael Cook <michael.cook@cisco.com>
5480
5481 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5482
5483         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5484         copy.
5485
5486 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5487
5488         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5489         with internal whitespace.
5490         (gnus-parent-id): Ditto.
5491
5492 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5493
5494         * gnus-art.el (gnus-article-treat-body-boundary): Add
5495         gnus-decoration property.
5496         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5497
5498         * message.el (message-mode): Set local-abbrev-table.
5499         From Matt Armstrong <matt@lickey.com>.
5500
5501         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5502         too many spaces.
5503
5504         * rfc2047.el (rfc2047-unfold-region): Ditto.
5505         (rfc2047-decode-region): Don't unfold. Let
5506         gnus-article-treat-unfold-headers do it.
5507
5508         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5509         From: Jesper Harder <harder@ifa.au.dk>
5510
5511 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512
5513         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5514         (gnus-configure-posting-styles): Use it.
5515         (gnus-configure-posting-styles): Remove trailing newspaces.
5516
5517 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5518
5519         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5520         is non-nil.
5521
5522         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5523
5524         * gnus.el (gnus-server-to-method): Switch position with
5525         gnus-server-get-method.
5526         (gnus-agent): Add doc.
5527
5528         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5529         (gnus-summary-save-parts): Use it.
5530
5531         * gnus-art.el (gnus-display-mime): Use it.
5532         * mm-partial.el (mm-partial-find-parts): Use it.
5533
5534         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5535
5536         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5537         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5538
5539         * nnagent.el (nnagent-request-expire-articles): Don't delete
5540         files.
5541
5542 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5543
5544         * message.el (message-gen-unsubscribed-mft): New function.
5545         From Sriram Karra <karra@cs.utah.edu>.
5546
5547         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5548         open parenthesis.
5549
5550         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5551         (mm-inline-text-html-render-with-w3): Ditto.
5552         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5553         Suggested by Dave Love  <d.love@dl.ac.uk>.
5554
5555         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5556
5557         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5558         * nntp.el (nntp-send-command): Ditto.
5559         * nntp.el (nntp-send-command-nodelete): Ditto.
5560
5561 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5562
5563         * mm-url.el (mm-url-load-url): New function.
5564         (mm-url-insert-file-contents): Use it.
5565
5566         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5567
5568         * message.el (message-forward-make-body): Correctly copy
5569         forward-buffer.
5570
5571         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5572
5573 2002-02-04  Simon Josefsson  <jas@extundo.com>
5574
5575         * gnus-art.el (gnus-article-followup-with-original): Mark with
5576         force, prevent errors when following up from article buffer.
5577         (gnus-article-reply-with-original): Ditto.
5578
5579         * binhex.el (binhex-decoder-switches): Fix doc.  From
5580         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5581
5582 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5583
5584         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5585         highlight-citation after emphasize.
5586
5587 2002-02-04  Simon Josefsson  <jas@extundo.com>
5588
5589         * nnfolder.el (nnfolder-open-marks):
5590
5591         * nnml.el (nnml-open-marks): Message when done.  From David
5592         Edmondson <dme@sun.com>.
5593
5594 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5595
5596         * imap.el (imap-anonymous-auth): Fix typo.
5597         From: Steinar Bang <sb@dod.no>
5598
5599         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5600         save-excursion.
5601         (gnus-cache-braid-heads): Ditto.
5602
5603         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5604         line, because there are extra articles in the overview buffer.
5605
5606         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5607
5608         * message.el (message-forward-rmail-make-body): Directly use
5609         rmail-msg-restore-non-pruned-header to avoid calling
5610         vertical-motion.
5611
5612 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5613
5614         * gnus-cache.el (gnus-summary-insert-cached-articles):
5615         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5616
5617         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5618         gnus-newsgroups-unselected.
5619
5620         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5621         gnus-add-to-sorted-list.
5622
5623         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5624         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5625         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5626         (gnus-update-read-articles): UNREAD is sorted.
5627         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5628         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5629         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5630         (gnus-newsgroup-dormant): Require sorted.
5631
5632         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5633         directories.
5634         (gnus-dired-print): New function.
5635
5636         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5637         ps-despool.
5638
5639 2002-02-02  Simon Josefsson  <jas@extundo.com>
5640
5641         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5642
5643 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5644
5645         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5646         t. This makes gnus-agent customizable without putting
5647         gnus-agentize into .gnus.
5648
5649         * gnus.el (gnus-agent): Make it customizable.
5650
5651         * gnus-dired.el: New file.
5652         From Benjamin Rutt <brutt@bloomington.in.us>
5653
5654         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5655         if no article.
5656         (gnus-cache-possibly-remove-article): Ditto.
5657         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5658
5659 2002-02-01  Simon Josefsson  <jas@extundo.com>
5660
5661         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5662
5663 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5666         (mm-setup-w3m): Don't bind keys listed in the above.
5667
5668 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5671         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5672         is non-nil; bind `w3m-force-redisplay' with nil.
5673
5674         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5675
5676         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5677
5678 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5679
5680         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5681         use mail-header-unfold-field.
5682
5683         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5684         gnus-summary-limit.
5685
5686         * gnus-range.el (gnus-add-to-sorted-list): New function.
5687         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5688         (gnus-mark-article-as-unread): Ditto.
5689         (gnus-summary-mark-article-as-unread): Ditto.
5690         (gnus-build-get-header): Ditto.
5691         (gnus-summary-prepare-threads): Ditto.
5692         (gnus-summary-insert-pseudos): Ditto.
5693         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5694         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5695         (gnus-summary-insert-old-articles): Ditto.
5696
5697         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5698         (gnus-configure-posting-styles): Support the new format.
5699
5700         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5701         edebug-form-spec to (sexp body).
5702         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5703
5704         * message.el (message-reply-headers): Add doc.
5705
5706 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5707
5708         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5709         gnus-cache-active-hashtb.
5710
5711         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5712         (gnus-agent-summary-fetch-group): Use it.
5713
5714         * gnus-msg.el (gnus-debug-files): New variable.
5715         (gnus-debug-exclude-variables): New variable.
5716         (gnus-debug): Use them.
5717
5718         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5719
5720 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721
5722         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5723         (message-mode-syntax-table): Move back the previous position.
5724
5725         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5726
5727         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5728         gnus-sorted-difference.
5729
5730         * nnsoup.el (nnsoup-request-expire-articles): Use
5731         gnus-sorted-difference.
5732
5733         * nnheader.el: Autoload gnus-sorted-difference.
5734
5735         * nnfolder.el (nnfolder-request-expire-articles): Use
5736         gnus-sorted-difference.
5737
5738         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5739         gnus-sorted-difference.
5740
5741         * gnus-range.el: Autoload cookies.
5742         (gnus-sorted-difference): New function.
5743         (gnus-sorted-ndifference): New function.
5744         (gnus-sorted-nintersection): Rename from
5745         gnus-set-sorted-intersection.
5746         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5747         (gnus-list-range-difference): Rename from
5748         gnus-inverse-list-range-intersection.
5749         (gnus-inverse-list-range-intersection): Use defalias.
5750
5751         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5752         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5753         (gnus-articles-to-read): Use gnus-sorted-difference.
5754         (gnus-summary-limit-mark-excluded-as-read): Use
5755         gnus-sorted-intersection and gnus-sorted-ndifference.
5756         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5757         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5758
5759         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5760
5761 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5764         property to the buffer for using emacs-w3m command keys.
5765
5766         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5767         option.
5768
5769         * mm-view.el (mm-w3m-mode-map): New variable.
5770         (mm-w3m-mode-command-alist): New variable.
5771         (mm-w3m-minor-mode): Removed.
5772         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5773         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5774         buffer for using emacs-w3m command keys.
5775
5776 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5777
5778         * message.el (message-mode-syntax-table): Move forward.
5779         (message-cite-prefix-regexp): Auto detect non word constituents.
5780         (message-cite-prefix-regexp): Don't use with-syntax-table.
5781
5782         * gnus-sum.el (gnus-summary-update-info): Use
5783         gnus-list-range-intersection.
5784
5785         * gnus-agent.el (gnus-agent-fetch-headers): Use
5786         gnus-list-range-intersection.
5787
5788         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5789         (gnus-list-range-intersection): Use it.
5790         (gnus-inverse-list-range-intersection): Ditto.
5791         (gnus-sorted-intersection): Add doc.
5792         (gnus-set-sorted-intersection): Add doc.
5793         (gnus-sorted-union): New function.
5794         (gnus-set-sorted-union): New function.
5795
5796         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5797         (gnus-inverse-list-range-intersection): Ditto.
5798
5799 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5800
5801         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5802
5803         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5804         and permit `:' and `\' in order to handle full Windows pathnames.
5805         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5806         technically not correct per standard, but seems to have common use.
5807
5808 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5809
5810         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5811         replacing numbers.
5812
5813 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5814
5815         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5816
5817         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5818         Don't split when the window is small, e.g. when a small *BBDB*
5819         window is the lowest one.
5820
5821         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5822         nnheader-find-nov-line to speed up. Use nreverse, because it is
5823         sorted. Use nnheader-insert-nov-file.
5824
5825 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5828
5829         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5830         of `w3m-display-inline-images' with the value of
5831         `mm-inline-text-html-with-images'.
5832         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5833
5834         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5835
5836 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5837
5838         * time-date.el: Add autoload cookies.  Many doc fixes.
5839         (time-add): New function.
5840         (time-subtract): Renamed from subtract-time.
5841         (subtract-time): New alias for time-subtract.
5842
5843 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5846         emacs-w3m in doc-string.
5847
5848         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5849         `w3m-current-buffer'.
5850
5851 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5852
5853         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5854
5855         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5856         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5857         (mm-w3m-cid-retrieve): New function.
5858         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5859
5860 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5861
5862         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5863
5864 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5865
5866         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5867
5868 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5871         32K.
5872
5873         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5874
5875         * nnmail.el (nnmail-article-group): Decode headers before running
5876         split rules over them.
5877         (nnmail-mail-splitting-charset): New variable.
5878
5879         * smiley.el: Replaced with smiley-ems.el.
5880
5881 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5882
5883         * mm-url.el (mm-url-predefined-programs): Add w3m.
5884         (mm-url-program): Ditto.
5885
5886 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * nnml.el (nnml-use-compressed-files): New variable.
5889         (nnml-filenames-are-evil): Removed.
5890         (nnml-current-group-article-to-file-alist): Don't use.
5891         (nnml-update-file-alist): Inhibit.
5892         (nnml-article-to-file): Use new var.
5893
5894 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5895
5896         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5897
5898         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5899
5900 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5903         function.
5904
5905         * gnus-util.el (gnus-cache-file-contents): New function.
5906
5907         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5908         (gnus-agent-load-alist): Use it.
5909
5910         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5911
5912         * nnheader.el (nnheader-insert-nov-file): New function.
5913
5914         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5915
5916         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5917         there are no references.
5918         (gnus-extract-message-id-from-in-reply-to): New function.
5919         (gnus-nov-parse-line): Use in-reply-to if there are no
5920         references.
5921
5922 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5925
5926         * gnus-util.el (gnus-parse-without-error): New macro.
5927
5928 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5929
5930         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5931         (gnus-article-wash-function): use locate-library to decide which
5932         to use.
5933
5934 2002-01-25  Simon Josefsson  <jas@extundo.com>
5935
5936         * pop3.el (pop3-munge-message-separator): Work if no date.
5937         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5938
5939 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940
5941         * gnus-agent.el (gnus-agent-save-alist): Fix.
5942
5943         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5944         mistake.  Reinstated lost code.
5945
5946 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5947
5948         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5949         one exists in the case of an encrypted message with an internal
5950         signature.
5951
5952 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5955
5956 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * dgnushack.el: Commented out the experimental code.
5959
5960 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5963         error.
5964
5965         * gnus.el (gnus-server-to-method): Made into subst.
5966         (gnus-server-method-cache): New variable.
5967         (gnus-server-to-method): Use it.
5968         (gnus-group-method-cache): New variable.
5969         (gnus-find-method-for-group-1): Renamed.
5970         (gnus-find-method-for-group): New function.
5971         (gnus-group-method-cache): Removed.
5972
5973         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5974         function.
5975
5976         * gnus-range.el (gnus-members-of-range): New function.
5977         (gnus-list-range-intersection): Renamed.
5978         (gnus-inverse-list-range-intersection): New function.
5979
5980         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5981
5982         * nnagent.el (nnagent-retrieve-headers): New implementation.
5983
5984         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5985         implementation.
5986
5987 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5990         `w3m-meta-content-type-charset-regexp'.
5991
5992         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5993         charset-encoded html contents.
5994
5995 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5998         an empty file.
5999
6000         * nnweb.el (url): Ignore errors when request url.
6001
6002         * nnrss.el: Clean up the comments.
6003
6004 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6007
6008         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6009         (mm-inline-media-tests): Test whether the value of
6010         `mm-inline-text-html-renderer' is a function for text/html.
6011
6012         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6013         separated from `mm-inline-text'.
6014         (mm-w3m-minor-mode): New variable.
6015         (mm-w3m-setup): New variable.
6016         (mm-setup-w3m): New function.
6017         (mm-inline-text-html-render-with-w3m): New function.
6018         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6019         text/html.
6020
6021 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6022
6023         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6024
6025 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6028         and `gnus-xmas-completing-read'.
6029
6030 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6031
6032         * nneething.el (nneething-message-id-number): Abolished.
6033         (nneething-encode-file-name): Not encode numerical characters.
6034         (nneething-make-head): `nneething-message-id-number' is not
6035         used to generate message IDs.
6036
6037 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038
6039         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6040         characters.
6041
6042 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6043
6044         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6045         (gnus-xmas-redefine): Redefine conditionally.
6046
6047 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6048
6049         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6050         tag.
6051
6052 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6053
6054         * message.el (message-font-lock-keywords): Added the secure tag.
6055         * mml-sec.el: Added functions to generate/modify/remove the secure
6056         tag while in message mode.
6057         * mml-sec.el (mml-secure-message): New.
6058         * mml-sec.el (mml-unsecure-message): New.
6059         * mml-sec.el (mml-secure-message-sign-smime): New.
6060         * mml-sec.el (mml-secure-message-sign-pgp): New.
6061         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6062         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6063         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6064         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6065         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6066         convert it to either a part or multipart depending on if there are
6067         other parts in the message.
6068         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6069         to use the secure tag, rather than the part tag.
6070         * mml.el (mml-preview): Added a save-excursion to keep cursor
6071         position after doing an MML preview.
6072
6073 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * nnheader.el (nnheader-parse-overview-file): New function.
6076         (nnheader-write-overview-file): New function.
6077
6078 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6079
6080         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6081         in wanted.
6082
6083         * nnweb.el (nnweb-type-definition): Clean up.
6084
6085 2002-01-21  Alastair Burt  <burt@dfki.de>
6086         Trivial patch.
6087
6088         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6089         buffer exists before jumping to it.
6090
6091 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6094         function.
6095         (article-wash-html): Use it.
6096         (gnus-article-wash-function): New variable.
6097         (gnus-article-wash-html-with-w3m): New function.
6098
6099 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6100
6101         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6102         XEmacs.
6103
6104 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6105
6106         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6107         command line.
6108
6109 2002-01-21  Simon Josefsson  <jas@extundo.com>
6110
6111         * canlock.el (base64-encode-string): Autoload it from base64.
6112         (canlock-make-cancel-key): Base64 encode unibyte string.
6113
6114 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * nnfolder.el (nnfolder-request-accept-article): Unfold
6117         x-from-line.
6118         (nnfolder-request-replace-article): Ditto.
6119
6120 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6121
6122         * gnus-group.el (gnus-group-best-unread-group): Use the right
6123         positioning function.
6124
6125 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * smiley-ems.el (smiley-region): Use new function.
6128         (smiley-update-cache): Use general image functions.
6129         (smiley-region): Use general functions.
6130
6131         * gnus-util.el (gnus-graphic-display-p): New function.
6132
6133         * nnmail.el (nnmail-article-group): Allow outputting traces of
6134         non-strings.
6135
6136         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6137         (nndoc-exim-bounce-type-p): New function.
6138
6139         * message.el (message-dont-send): Doc fix.
6140
6141         * gnus-util.el (gnus-completing-read): Remove
6142         inherit-input-method.
6143
6144         * gnus-art.el (gnus-treat-smiley): Doc fix.
6145
6146         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6147         articles.
6148
6149 2002-01-19  Simon Josefsson  <jas@extundo.com>
6150
6151         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6152         (imap-kerberos4-open): Ditto.
6153         (imap-open): Set port correctly, don't set auth.
6154
6155 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus.el (gnus-version-number): Bump version number.
6158
6159 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6160
6161         * gnus.el: Oort Gnus v0.05 is released.
6162
6163 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6166         exists.
6167
6168         * gnus-spec.el (gnus-string-width-function): New function.
6169         (gnus-tilde-cut-form): Use it.
6170         (gnus-tilde-max-form): Ditto.
6171         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6172         (gnus-substring-function): Use it.
6173         (gnus-tilde-cut-form): Ditto.
6174         (gnus-substring-function): New function.
6175
6176         * message.el (message-check-news-header-syntax): New message.
6177
6178         * gnus.el (gnus-slave-no-server): Doc fix.
6179
6180         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6181
6182 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6185         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6186         (seen (NUM1 . NUM2)).
6187
6188 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189
6190         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6191         number in closed topics.
6192
6193 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6194
6195         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6196         functions.
6197
6198 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus.el (gnus-group-find-parameter): Clean up.
6201
6202         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6203         articles.
6204
6205         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6206
6207         * nnmail.el (nnmail-article-group): Clean up.
6208
6209 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6210
6211         * gnus-agent.el (gnus-category-name): Intern the category name.
6212
6213 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6216
6217         * gnus-util.el (gnus-completing-read): New function.
6218
6219 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6220
6221         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6222
6223         * smiley-ems.el (smiley-region): Register smiley.
6224         (smiley-toggle-buffer): Rewrite the function.
6225         (smiley-active): Removed.
6226
6227 2002-01-19  Simon Josefsson  <jas@extundo.com>
6228
6229         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6230         Jesper Harder <harder@ifa.au.dk>.
6231
6232 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6233
6234         * gnus-art.el (gnus-request-article-this-buffer): Call
6235         `nneething-get-file-name' to extract the file name from the
6236         message id.
6237
6238         * nneething.el (nneething-encode-file-name): New function.
6239         (nneething-decode-file-name): Ditto.
6240         (nneething-get-file-name): Ditto.
6241         (nneething-make-head): Encode the file name and encapsulate it
6242         into the field of the message id.
6243
6244 2002-01-18  Simon Josefsson  <jas@extundo.com>
6245
6246         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6247         stored in .marks.
6248
6249         * nnfolder.el (nnfolder-request-update-info): Ditto.
6250
6251 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6252
6253         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6254
6255 2002-01-18  Simon Josefsson  <jas@extundo.com>
6256
6257         * imap.el (imap-starttls-p): Don't check for binary.
6258         (imap-gssapi-auth-p): Ditto.
6259         (imap-kerberos4-auth-p): Ditto.
6260         (imap-open): Change logic.  Iterate through all possible streams,
6261         instead of bailing out after first failure.  Move authenticator
6262         decision to `imap-authenticate'.
6263         (imap-authenticate): Change logic, now finds the authenticator to
6264         use, was previously in `imap-open'.
6265         (imap-open): Return nil on failure.
6266         (imap-open): Setup temp buffer correctly.
6267         (imap-open): Return buffer only on success.
6268         (imap-interactive-login, imap-interactive-login): Tell the user
6269         which stream/authenticator is used for the queried
6270         username/password.
6271         (imap-open, imap-authenticate): Set variables.
6272         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6273         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6274
6275 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6278
6279 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6282
6283 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6284
6285         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6286         (gnus-agent-group-mode-map): Bind it to "Jo".
6287         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6288
6289 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6290
6291         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6292         (gnus-summary-mail-toolbar): Add mail article deletion button.
6293
6294         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6295         false positives for lines of "^^^^".
6296
6297         * gnus-picon.el (gnus-picon-find-face): faces database is all
6298         lowercase.
6299
6300 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6301
6302         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6303         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6304         duplications.
6305         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6306
6307 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * gnus-sum.el (gnus-summary-initial-limit): Inline
6310         gnus-summary-limit-children.
6311         (gnus-summary-initial-limit): Don't limit if
6312         gnus-newsgroup-display is nil.
6313         (gnus-summary-initial-limit): No, don't.
6314
6315         * gnus-util.el
6316         (gnus-put-text-property-excluding-characters-with-faces): Inline
6317         gnus-put-text-property.
6318
6319         * gnus-spec.el (gnus-default-format-specs): New variable.
6320
6321         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6322         gnus-format-specs.
6323         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6324
6325         * gnus-spec.el (gnus-update-format-specifications): Really check
6326         the Gnus version of the .newsrc.eld file.
6327         (gnus-format-specs): Save the new default summary format.
6328
6329         * gnus-util.el (gnus-parent-id): Check whether references is empty
6330         before splitting.
6331
6332         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6333         functions.
6334         (gnus-gather-threads-by-references): Inline
6335         `gnus-split-references'.
6336
6337         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6338         default value of gnus-summary-line-format-spec.
6339
6340 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6341
6342         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6343         message.
6344         (nnslashdot-request-list): Ditto.
6345         (nnslashdot-sid-strip): Removed.
6346
6347 2002-01-15  Simon Josefsson  <jas@extundo.com>
6348
6349         * nnimap.el (nnimap-close-asynchronous): Enable.
6350         (nnimap-close-group): Expunge.
6351
6352 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6353
6354         * gnus-util.el (gnus-user-date-format-alist): Typo.
6355         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6356
6357 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6358
6359         * nneething.el (nneething-request-article): Set
6360         `nnmail-file-coding-system' to `binary' locally, in order to read
6361         files without any conversion.
6362
6363 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6364
6365         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6366         nnheader-file-coding-system and nnmail-active-file-coding-system.
6367         (gnus-agent-regenerate-group): Ditto.
6368         (gnus-agent-regenerate): Ditto.
6369         (gnus-agent-write-active): Ditto.
6370         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6371
6372 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6373
6374         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6375         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6376
6377 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6378
6379         * gnus.el: We don't need gnus-article-show-all-headers.
6380
6381         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6382         Ditto.
6383
6384         * gnus-sum.el (gnus-summary-select-article): Don't call
6385         show-all-headers, because hidden headers are not hidden text any
6386         more.
6387
6388 2002-01-13  Simon Josefsson  <jas@extundo.com>
6389
6390         * message.el (message-newline-and-reformat): Use `newline' instead
6391         of inserting \n, so that the newline is marked as hard.
6392
6393         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6394         From Jesper Harder <harder@ifa.au.dk>.
6395
6396 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6397
6398         * imap.el (imap-close): Keep going if quit.
6399
6400         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6401         nntp-server-buffer.
6402
6403 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6404
6405         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6406         avoid unbinding shadowed variables.
6407
6408         * gnus-art.el (gnus-picon-databases): Moved here.
6409         (gnus-picons-installed-p): Moved here.
6410         (gnus-article-reply-with-original): Use `mark'.
6411
6412         * gnus.el (gnus-picon): Moved here and renamed.
6413
6414         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6415         installed.
6416         (gnus-treat-mail-picon): Ditto.
6417         (gnus-treat-newsgroups-picon): Ditto.
6418
6419         * gnus-picon.el (gnus-picons-installed-p): New function.
6420
6421 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6422
6423         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6424
6425 2002-01-12  Simon Josefsson  <jas@extundo.com>
6426
6427         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6428         (nnimap-before-find-minmax-bugworkaround): Use it.
6429         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6430         (nnimap-dont-close): New variable.
6431         (nnimap-close-group): Use it.
6432
6433 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gnus-art.el (gnus-article-reply-with-original): Use
6436         `mark-active'.
6437
6438         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6439
6440         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6441         (gnus-score-advanced): Clean up.
6442         (gnus-score-advanced): Accept a multiple of the score.
6443
6444 2002-01-12  Simon Josefsson  <jas@extundo.com>
6445
6446         * flow-fill.el (fill-flowed-display-column)
6447         (fill-flowed-encode-columnq): New variables.  Suggested by
6448         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
6449         (fill-flowed-encode, fill-flowed): Use them.
6450
6451         * message.el (message-send-news, message-send-mail): Use
6452         m-b-s-n-p-e-h-n.
6453
6454         * mml.el (autoload): Autoload fill-flowed-encode.
6455         (mml-buffer-substring-no-properties-except-hard-newlines): New
6456         function.
6457         (mml-read-part): Use it.
6458         (mml-generate-mime-1): Encode format=flowed if appropriate.
6459         (mml-insert-mime-headers): Insert format=flowed.
6460
6461         * flow-fill.el (fill-flowed-encode): New function.
6462         (fill-flowed): Bind fill-column to window width.
6463
6464 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6467         it exists.
6468         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6469         (gnus-summary-buffer-name): Don't return the dead name after all.
6470         (gnus-summary-setup-buffer): Kill the dead buffer.
6471
6472         * gnus-art.el (gnus-article-followup-with-original): Store the
6473         value of the mark before deactivating it.
6474
6475 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6476
6477         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6478         From: Karl Kleinpaste <karl@charcoal.com>
6479
6480         * gnus-art.el (article-display-x-face): Ditto.
6481         (gnus-article-reply-with-original): Use gnus-region-active-p.
6482         (gnus-article-followup-with-original): Ditto.
6483
6484         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6485         downloadable article either.
6486
6487 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6488
6489         * gnus-art.el (article-display-x-face): Insert From:.
6490
6491         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6492         article. Bind gnus-display-mime-function and
6493         gnus-article-prepare-hook.
6494
6495         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6496         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6497         gnus-agent-possibly-synchronize-flags to the last.
6498         (gnus-agent-go-online): New function. New variable.
6499
6500 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6501
6502         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6503         (gnus-agent-regenerate): Ditto.
6504
6505 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6506
6507         * message.el (message-ignored-news-headers)
6508         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6509         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6510
6511         * gnus.el (gnus-gethash-safe): New macro.
6512
6513         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6514         (gnus-agent-regenerate): Show messages.
6515
6516 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6517
6518         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6519         (gnus-agent-regenerate): New function.
6520         (gnus-agent-save-alist): Sort.
6521         (gnus-agent-copy-nov-line): Test eobp.
6522         (gnus-agent-retrieve-headers): Erase buffer.
6523
6524 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6525
6526         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6527         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6528
6529         * gnus.el (gnus-agent-covered-methods): Move here.
6530         (gnus-online): New function.
6531         (gnus-agent-method-p): Move here.
6532
6533         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6534         nil. Remove articles-alist.
6535
6536         * gnus-start.el (gnus-get-unread-articles): Check online.
6537         (gnus-groups-to-gnus-format): Ditto.
6538         (gnus-active-to-gnus-format): Ditto.
6539
6540         * gnus-agent.el (gnus-agent-get-function): Use it.
6541         (gnus-agent-get-undownloaded-list): Ditto.
6542         (gnus-agent-fetch-session): Only fetch online methods.
6543
6544         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6545         (gnus-server-mode-map): Ditto.
6546         (gnus-server-offline-face): New face.
6547         (gnus-server-offline-face): New variable.
6548         (gnus-server-font-lock-keywords): Add offline.
6549         (gnus-server-insert-server-line): Ditto.
6550         (gnus-server-offline-server): New function.
6551
6552         * gnus-int.el (gnus-open-server): Turn to offline.
6553         (gnus-server-unopen-status): New variable.
6554
6555 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6556
6557         * nnkiboze.el (nnkiboze-request-article): Use
6558         gnus-agent-request-article.
6559
6560         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6561         function. Insert undownloaded NOV.
6562
6563         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6564         (gnus-agent-request-article): New function.
6565
6566         * gnus.el (gnus-agent-cache): New variable.
6567
6568         * gnus-int.el (gnus-retrieve-headers): Use
6569         gnus-agent-retrieve-headers.
6570         (gnus-request-head): Use gnus-agent-request-article.
6571         (gnus-request-body): Ditto.
6572
6573         * gnus-art.el (gnus-request-article-this-buffer): Use
6574         gnus-agent-request-article.
6575
6576         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6577         article if it is undownloaded.
6578
6579 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6582
6583 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * canlock.el (canlock-string-as-unibyte): New macro.
6586         (canlock-sha1-with-openssl): Return a unibyte string.
6587         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6588
6589 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6592
6593 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6594
6595         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6596         application/x-emacs-lisp.
6597
6598         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6599
6600         * nntp.el (nntp-request-article): Add group parameter.
6601         (nntp-request-head): Ditto.
6602         (nntp-find-group-and-number): Add parameter group. Figure out
6603         number if the status line doesn't give (e.g. quimby.gnus.org).
6604
6605 2002-01-08  Simon Josefsson  <jas@extundo.com>
6606
6607         * mml.el (mml-generate-mime-1): Set recipient correctly.
6608
6609 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6610
6611         * message.el (message-read-from-minibuffer): Add parameter
6612         initial-contents.
6613         * gnus-msg.el (gnus-summary-resend-message): Use it.
6614
6615         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6616         behavior of quit-config.
6617
6618         * message.el (message-make-from): Don't quote fullname.
6619         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6620
6621         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6622         From: <andre@slamdunknetworks.com>
6623
6624 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6625
6626         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6627
6628         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6629
6630         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6631         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6632         because bbdb may use it.
6633
6634 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6635
6636         * nneething.el (nneething-request-article): When a non-text file
6637         is converted to an article, its data is encoded in base64.  Call
6638         `nneething-make-head' with options to specify MIME types.
6639         (nneething-make-head): Add optional arguments to specify MIME
6640         types.
6641
6642 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6643
6644         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6645         header if there is not.
6646
6647         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6648
6649         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6650         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6651         (gnus-inews-do-gcc): Use them.
6652
6653         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6654         gnus-newsgroup-unselected.
6655
6656 2002-01-06  Simon Josefsson  <jas@extundo.com>
6657
6658         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6659         condition-case, not ignore-errors.
6660
6661 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6662
6663         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6664         gnus-fetch-old-headers.
6665
6666         * gnus-art.el (article-display-x-face): Use the current buffer
6667         unless `W f'. Otherwise, X-Face may be shown in the header of a
6668         forwarded part.
6669         (gnus-treatment-function-alist): Treat xface before hiding
6670         headers.
6671
6672 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6675         parameters.
6676
6677 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6680         (mm-guess-charset): New function.
6681         (mm-charset-after): Use it.
6682         (mm-detect-coding-region): New function.
6683         (mm-detect-mime-charset-region): New function.
6684
6685         * gnus-sum.el (gnus-summary-show-article): Use
6686         mm-detect-coding-region.
6687
6688 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * message.el (message-make-fqdn): Be less violent.
6691
6692         * gnus.el (gnus-logo-color-style): Compute custom form
6693         automatically.
6694
6695         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6696         score file of the parent to the document group.
6697
6698         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6699         parameters parameter.
6700
6701         * gnus-score.el (gnus-score-load-file): Clean up.
6702
6703 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6704
6705         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6706         From: Damien Wyart <damien.wyart@free.fr>
6707
6708         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6709
6710 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6711
6712         * gnus-sum.el (gnus-select-group-hook): Typo.
6713
6714         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6715         is no quoted-printable-encoded STRING.
6716         From: Jesper Harder <harder@ifa.au.dk>
6717
6718         (rfc2047-decode-string): Decode it.
6719
6720 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6723
6724 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6725         Trivial patch.
6726
6727         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6728         buffer to get rid of junk line.
6729
6730 2002-01-05  Simon Josefsson  <jas@extundo.com>
6731
6732         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6733         C-o.
6734         (message-mode-map): Bind message-insert-or-toggle-importance to
6735         C-c C-u.
6736         (message-mode-map): Bind message-disposition-notification-to to
6737         C-c M-n.
6738         (message-mode-menu): Add m-d-n-t.
6739         (message-mode-field-menu): Add m-goto-from.
6740         (message-mode): Doc fix.
6741         (message-goto-from): New function.
6742         (message-insert-disposition-notification-to): New function.
6743         (message-tool-bar-map): Add receipt button.
6744
6745 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * gnus-sum.el (gnus-thread-latest-date): New function.
6748         (gnus-thread-sort-by-most-recent-number): Renamed.
6749         (gnus-thread-sort-functions): Doc fix.
6750         (gnus-select-group-hook): Don't use setq on a hook.
6751         (gnus-thread-latest-date): Use date, not number
6752
6753         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6754         (gnus-agent-expire): Allow regexp of expire-days.
6755
6756         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6757         region.
6758         (gnus-article-followup-with-original): Ditto.
6759
6760         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6761
6762         * gnus-art.el (gnus-mime-display-alternative): Use
6763         gnus-local-map-property.
6764         (gnus-mime-display-alternative): Ditto.
6765         (gnus-insert-mime-security-button): Ditto.
6766         (gnus-insert-next-page-button): Ditto.
6767         (gnus-button-prev-page): Take optional args.
6768         (gnus-insert-prev-page-button): widget-convert.
6769
6770         * gnus-util.el (gnus-local-map-property): New function.
6771
6772         * gnus-art.el (gnus-prev-page-map): Use parent map.
6773         (gnus-next-page-map): Ditto.
6774
6775         * gnus-spec.el (gnus-parse-format): Clean up.
6776         (gnus-parse-format): Do complex formatting for %=.
6777
6778         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6779         "X-Face: " to the data in the built-in scenario.
6780
6781         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6782         (gnus-correct-pad-form): Renamed.
6783         (gnus-tilde-max-form): Clean up.
6784         (gnus-pad-form): Use gnus-use-correct-string-widths.
6785
6786         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6787         support if that is available.
6788
6789         * gnus-sum.el (gnus-thread-highest-number): New function.
6790         (gnus-thread-sort-by-most-recent-thread): New function.
6791         (gnus-thread-sort-functions): Doc fix.
6792
6793 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6794
6795         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6796         all cases.
6797         (gnus-summary-mode): Enable it in all cases.
6798         (gnus-summary-display-article): Ditto.
6799         (gnus-summary-edit-article): Ditto.
6800
6801         * gnus-ems.el (gnus-put-image): Really return glyph.
6802
6803         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6804         (gnus-treat-smiley): Don't take "P" in the interactive form.
6805
6806 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * compface.el (uncompface): XEmacs and Emacs have differing
6809         capabilities.
6810
6811         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6812
6813         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6814         (gnus-article-xface-ring-size): Removed.
6815         (gnus-article-display-xface): Removed.
6816         (gnus-remove-image): Cleaned up.
6817
6818         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6819         (gnus-xmas-create-image): Take pbm files.
6820         (gnus-x-face): Removed.
6821         (gnus-xmas-article-display-xface): Removed.
6822
6823         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6824         default-enable-multibyte-characters.
6825
6826         * compface.el (uncompface): Doc fix.
6827
6828         * gnus-art.el (gnus-article-x-face-command): Use
6829         gnus-display-x-face-in-from.
6830
6831         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6832
6833         * gnus-ems.el (gnus-put-image): Return the image.
6834
6835         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6836         (gnus-x-face): Moved here.
6837
6838 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6839
6840         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6841         invisible if string is nil.
6842         (gnus-xmas-article-display-xface): Use it.
6843
6844         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6845         property when string is nil.
6846         (gnus-article-display-xface): Use it.
6847
6848 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * gnus-art.el (article-display-x-face): Check whether valid grey
6851         face was returned.
6852         (article-display-x-face): Place image in the right spot.
6853
6854         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6855         stderr.
6856         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6857
6858 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6861         parameters.
6862         (gnus-xmas-put-image): Allow non-strings to be passed.
6863
6864         * gnus-art.el (article-display-x-face): Use optional parameters.
6865
6866         * gnus-ems.el (gnus-create-image): Take optional parameters.
6867
6868         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6869
6870         * compface.el (compface-xbm-p): Removed.
6871
6872         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6873         (gnus-article-display-xface): Use compface.
6874
6875         * compface.el: New file.
6876
6877         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6878         (gnus-convert-image-to-x-face-command): Ditto.
6879         (gnus-random-x-face): Quote argument.
6880         (gnus-x-face-from-file): Ditto.
6881
6882 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6883
6884         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6885         the expire-group parameter once per article rather than once
6886         per group; bind `nnmaildir-article-file-name' and `article'
6887         for convenience.  Leave article alone when expire-group
6888         specifies the current group.
6889         (nnmaildir--update-nov): be more concurrency-friendly with
6890         temp file names.
6891
6892 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * gnus-start.el (gnus-read-init-file): Cleaned up.
6895
6896 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6897
6898         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6899         (gnus-read-init-file): Don't use it.
6900
6901 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6904
6905 2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6906
6907         * gnus-start.el (gnus-read-init-file): Don't force coding system
6908         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6909
6910 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6911
6912         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6913         * nnspool.el (nnspool-request-post): Ditto.
6914
6915         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6916         (mm-find-mime-charset-region): Use it.
6917
6918 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6919
6920         * gnus.el (gnus-summary-line-format): Added :link.
6921         * gnus-topic.el (gnus-topic-line-format): Ditto.
6922         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6923         * gnus-srvr.el (gnus-server-line-format): Ditto.
6924         * gnus-group.el (gnus-group-line-format): Ditto.
6925
6926         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6927         :keys, it works on both Emacsen.
6928
6929 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6930
6931         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6932
6933 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6936
6937 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6938
6939         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6940         very wide reply.
6941
6942 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6945         (gnus-picon-cache): New variable.
6946         (gnus-picon-transform-newsgroups): Cache stuff.
6947
6948         * gnus-art.el (gnus-article-reply-with-original): New command.
6949         (gnus-article-followup-with-original): New command.
6950
6951         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6952         END parameters.
6953         (gnus-summary-followup): Take a list of list of articles.
6954         (gnus-inews-yank-articles): Allow lists of article/regions.
6955
6956         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6957         longer the usual commands.
6958
6959         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6960         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6961         shell-command-on-region.
6962
6963 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6964
6965         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6966           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6967
6968 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6969
6970         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6971         understand ':keys', wrap it in an featurep 'xemacs.
6972
6973 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6974
6975         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6976         order of headers (Actually, it is called in a reversed order). Add
6977         'gnus-image-text-deletable property.
6978         (gnus-remove-image): Remove text with such a property.
6979
6980         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6981         gnus-put-image.
6982
6983         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6984         with ", "
6985
6986 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6989
6990         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6991         (article-display-x-face): Display grey X-Faces.
6992
6993         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6994         (gnus-convert-gray-x-face-to-ppm): Ditto.
6995         (gnus-convert-image-to-gray-x-face): Ditto.
6996
6997         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6998         gnus-summary-show-raw-article.
6999
7000 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7001
7002         Display picons in XEmacs without showing text.
7003
7004         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7005         mm-create-image-xemacs to create xbm glyph, because it deletes
7006         temporary files.
7007         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7008         (gnus-xmas-remove-image): Make text visible, remove glyph.
7009
7010         * gnus-picon.el (gnus-picon-transform-newsgroups)
7011         (gnus-picon-transform-address): Insert spec backward, due to the
7012         incompatibility of gnus-xmas-put-image.
7013
7014 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7015
7016         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7017
7018 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019
7020         * gnus.el: Doc fix.
7021
7022         * gnus-art.el: Doc fix.
7023
7024         * gnus-agent.el: Doc fix.
7025
7026 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7027
7028         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7029
7030 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7031
7032         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7033         NOV data out of the message again if nnmail-extra-headers has
7034         changed.
7035
7036 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * gnus-fun.el: New file.
7039         (gnus-convert-image-to-x-face-command): New variable.
7040         (gnus-insert-x-face): New function.
7041         (gnus-random-x-face): Renamed.
7042         (gnus-x-face-from-file): Renamed.
7043
7044         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7045         "_".
7046         (gnus-body-boundary-delimiter): Typo fix.
7047
7048 2002-01-02  Simon Josefsson  <jas@extundo.com>
7049
7050         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7051         (gnus-body-boundary-delimiter): Fix type.
7052
7053 2002-01-01  Simon Josefsson  <jas@extundo.com>
7054
7055         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7056         (gnus-treat-emphasize, gnus-treat-strip-cr)
7057         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7058         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7059         (gnus-treat-fill-article, gnus-treat-hide-citation)
7060         (gnus-treat-hide-citation-maybe)
7061         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7062         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7063         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7064         (gnus-treat-date-ut, gnus-treat-date-local)
7065         (gnus-treat-date-english, gnus-treat-date-lapsed)
7066         (gnus-treat-date-original, gnus-treat-date-iso8601)
7067         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7068         (gnus-treat-strip-trailing-blank-lines)
7069         (gnus-treat-strip-leading-blank-lines)
7070         (gnus-treat-strip-multiple-blank-lines)
7071         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7072         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7073         (gnus-treat-display-xface, gnus-treat-display-smileys)
7074         (gnus-treat-from-picon, gnus-treat-mail-picon)
7075         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7076         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7077         (gnus-treat-play-sounds, gnus-treat-translate)
7078         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7079
7080         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7081         (gnus-article-treat-body-boundary): Use it.
7082
7083         * message.el (message-mode): Fix doc.
7084         (message-mode-menu): Fix names.
7085
7086 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7089         articles.
7090
7091         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7092         (gnus-picon-transform-address): Search for unknown faces as well.
7093         (gnus-picon-find-face): Don't search "news" for MISC.
7094         (gnus-picon-user-directories): Changed default back to exclude
7095         "unknown".
7096
7097         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7098
7099         * gnus-picon.el (gnus-picon-find-face): Search through all
7100         databases.
7101         (gnus-picon-find-face): New implementation.
7102
7103         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7104         keystroke.
7105         (gnus-topic-goto-next-topic): Ditto.
7106
7107         * gnus.el (gnus-summary-line-format): Changed default.
7108
7109         * nnmail.el (nnmail-extra-headers): Change default.
7110
7111         * gnus-sum.el (gnus-extra-headers): Change default.
7112
7113         * message.el (message-news-other-window): Changed "news" to
7114         "posting".
7115         (message-news-other-frame): Ditto.
7116         (message-do-send-housekeeping): Ditto.
7117
7118         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7119         function.
7120         (gnus-article-unread-p): New function.
7121         (gnus-article-unseen-p): New function.
7122         (gnus-dead-summary-mode-map): Typo.
7123
7124         * gnus-util.el (gnus-make-predicate): New function.
7125         (gnus-make-predicate-1): New function.
7126
7127         * gnus-sum.el: New function.
7128         (gnus-map-articles): New function.
7129
7130         * gnus-art.el (gnus-treat-fold-headers): New variable.
7131         (gnus-article-treat-fold-headers): New command and keystroke.
7132
7133         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7134         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7135
7136 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7137
7138         * message.el (message-fcc-externalize-attachments): New variable.
7139         (message-do-fcc): Use it.
7140
7141         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7142         (gnus-inews-do-gcc): Use it.
7143
7144         * mml.el (mml-tweak-sexp-alist): New variable.
7145         (mml-externalize-attachments): New variable.
7146         (mml-tweak-part): Use mml-tweak-sexp-alist.
7147         (mml-tweak-externalize-attachments): New function.
7148
7149 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7150
7151         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7152         'set-glyph-face' so x-face back/foreground can be set.
7153
7154 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * message.el (message-fix-before-sending): Fix a typo.
7157
7158 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * gnus-art.el (gnus-treat-smiley): Renamed command.
7161         (gnus-article-remove-images): New command and keystroke.
7162
7163         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7164
7165         * smiley-ems.el (gnus-smiley-display): Removed.
7166
7167         * gnus.el (gnus-version-number): Update version.
7168
7169         * message.el (message-text-with-property): Renamed and moved
7170         here.
7171         (message-fix-before-sending): Highlight invisible text and place
7172         point there.
7173
7174 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7175
7176         * gnus.el: Oort Gnus v0.04 is released.
7177
7178 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7181
7182         * gnus-art.el (gnus-ignored-headers): More headers,
7183
7184         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7185         of `scan-error', since XEmacs doesn't seem to support that.
7186
7187 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7188
7189         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7190         arg.
7191         (gnus-summary-best-unread-subject): Ditto.
7192         (gnus-summary-best-unread-subject): No, don't.
7193         (gnus-summary-better-unread-subject): New command.
7194
7195         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7196
7197         * lpath.el ((featurep 'xemacs)): fbind url function.
7198
7199         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7200         buffer.
7201         (gnus-xmas-remove-image): Implementation that does something.
7202         (gnus-xmas-article-display-xface): Mark images properly.
7203
7204         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7205
7206 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7207
7208         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7209
7210 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211
7212         * gnus-group.el (gnus-group-line-format): Added %O to the default
7213         value.
7214
7215         * gnus-util.el (gnus-text-with-property): The smallest point is
7216         point-min.
7217
7218         * smiley-ems.el (smiley-region): Return images.
7219         (gnus-smiley-display): Allow toggling.
7220         (smiley-region): Use text properties, not overlays.
7221
7222         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7223         implemented yet.
7224
7225         * smiley-ems.el (smiley-update-cache): Check for valid types.
7226
7227         * gnus-art.el (gnus-with-article-buffer): New macro.
7228
7229         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7230         strings as well as the glyphs.
7231         (gnus-picon-transform-address): Ditto.
7232         (gnus-picon-insert-glyph): Ditto.
7233         (gnus-picon-transform-newsgroups): Toggle.
7234         (gnus-picon-transform-address): Toggle.
7235
7236         * gnus-ems.el (gnus-remove-image): New function.
7237         (gnus-put-image): Take an optional string.
7238
7239         * gnus-util.el (gnus-text-with-property): New function.
7240
7241         * gnus-art.el (gnus-delete-images): New function.
7242
7243         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7244
7245         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7246         (gnus-article-wash-status): Use it.
7247         (gnus-signature-toggle): Clean up.
7248         (gnus-add-wash-status): New function.
7249         (gnus-delete-wash-status): New function.
7250         (gnus-article-hide-text-type): Use them throughout.
7251         (gnus-add-image): New function.
7252
7253         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7254
7255         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7256         interface.
7257
7258         * gnus-art.el (article-display-x-face): Cleaned up.
7259
7260         * rfc2047.el (rfc2047-field-value): New function.
7261
7262         * mail-parse.el (mail-header-field-value): New alias.
7263
7264         * gnus-art.el (gnus-mime-print-part): Fix typos.
7265
7266         * smiley-ems.el (gnus-smiley-file-types): New variable.
7267         (smiley-update-cache): Use it.
7268         (smiley-regexp-alist): Suffix-less smiley names.
7269         (smiley-regexp-alist): Added more smileys.
7270
7271         * gnus-sum.el (gnus-print-buffer): Made into own function.
7272         (gnus-summary-print-article): Use it.
7273
7274         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7275         looked for when REQUEST is a string.
7276
7277         * gnus-art.el (gnus-mime-button-commands): Add printing
7278         keystroke.
7279         (gnus-mime-copy-part): Doc fix.
7280         (gnus-mime-print-part): New command.
7281
7282 2001-12-31  Simon Josefsson  <jas@extundo.com>
7283
7284         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7285         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7286
7287 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7290         (picon): Fix doc.
7291
7292         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7293         longer exists. Remove those codes.
7294         * gnus.el (gnus-use-picons): Ditto.
7295
7296 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7297
7298         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7299         infloop.
7300
7301         * gnus-sum.el (t): New `W D' map.
7302
7303         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7304         (gnus-article-treat-body-boundary): Clean up.
7305         (gnus-body-boundary-face): Removed.
7306         (gnus-article-goto-header): Moved here.
7307         (gnus-article-goto-header): Allow better regexps.
7308         (gnus-article-treat-fold-newsgroups): New command.
7309
7310         * gnus-sum.el (gnus-summary-move-article): We have to select an
7311         article to give `gnus-read-move-group-name' an opportunity to
7312         suggest an appropriate default.
7313
7314         * rfc2047.el (rfc2047-fold-line): New function.
7315         (rfc2047-unfold-line): Ditto.
7316         (rfc2047-fold-region): Don't fold just after the header name.
7317
7318         * mail-parse.el (mail-header-fold-line): New alias.
7319         (mail-header-unfold-line): Ditto.
7320
7321         * gnus-art.el (gnus-body-boundary-face): Renamed.
7322         (gnus-article-treat-body-boundary): Use it.
7323         (gnus-article-treat-body-boundary): Use an invisible header and a
7324         line of underline characters.
7325
7326 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7327
7328         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7329
7330         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7331         (gnus-picon-split-address): New function.
7332         (gnus-picon-find-face): Use it.
7333         (gnus-picon-transform-address): Use it. Set first to t for each
7334         address.
7335
7336         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7337         the macro then use it.
7338         (gnus-treatment-function-alist): Treat picons earlier.
7339
7340 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * gnus-art.el (gnus-body-separator-face): New variable.
7343         (gnus-article-treat-body-boundary): Use a blank, colored line.
7344
7345         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7346         well.
7347
7348         * gnus-art.el (gnus-treat-body-boundary): New variable.
7349         (gnus-article-treat-unfold-headers): Use helper macro.
7350         (gnus-article-treat-body-boundary): New command.
7351
7352         * gnus.el (gnus-logo-color-style): Change the default color.
7353         (gnus-splash-face): Gray, gray.
7354
7355         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7356         colors.
7357
7358         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7359         (gnus-logo-color-style): Ditto.
7360         (gnus-logo-colors): Ditto.
7361
7362         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7363
7364         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7365
7366         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7367         (gnus-picon-transform-newsgroups): New function.
7368
7369         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7370         string.
7371
7372         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7373
7374         * gnus-art.el (gnus-treat-cc-picon): New variable.
7375         (gnus-treat-mail-picon): Renamed.
7376
7377         * gnus-picon.el: New implementation.
7378         (gnus-picon-find-face): Renamed.
7379         (gnus-treat-from-picon): Use it.
7380         (gnus-picon-transform-address): Renamed.
7381         (gnus-treat-from-picon): Use it.
7382         (gnus-picon-create-glyph): Renamed.
7383         (gnus-picon-transform-address): Use it.
7384         (gnus-treat-cc-picon): New command.
7385
7386         * mm-decode.el (mm-create-image-xemacs): Separated out into
7387         function.
7388         (mm-get-image): Use it.
7389
7390         * gnus-art.el (gnus-treat-display-picons): Simplify.
7391         (gnus-treat-from-picon): Renamed.
7392
7393         * gnus-ems.el (gnus-create-image): New function.
7394         (gnus-put-image): New function.
7395
7396         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7397         (gnus-with-article-headers): New macro.
7398         (gnus-article-goto-header): New function.
7399
7400         * gnus-xmas.el (gnus-image-type-available-p): New function.
7401
7402         * gnus-ems.el (gnus-image-type-available-p): New function.
7403
7404 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7405
7406         * nnrss.el (nnrss-check-group): Find the correct tag, because
7407         xml.el is changed.
7408
7409 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7412         lines are shorter than the window width.
7413         (gnus-ignored-headers): More headers.
7414
7415 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7418         (gnus-treat-unfold-headers): Renamed.
7419         (gnus-article-treat-unfold-headers): New command and keystroke.
7420
7421         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7422
7423         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7424
7425 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7426
7427         * sha1-el.el (sha1-use-external): New variable.
7428         (sha1-region): Use it.
7429         (sha1-string): Ditto.
7430
7431         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7432         * gnus-picon.el: Less warnings when compile.
7433
7434 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7437         alias.
7438         (gnus-picons-database): Default to list.
7439         (gnus-picons-lookup-internal): Use it.
7440
7441         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7442         to "bogus".
7443
7444         * gnus-win.el (gnus-configure-windows-hook): New hook.
7445
7446 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7447
7448         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7449
7450 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7453         lists.
7454         (gnus-select-newsgroup): Don't append; push.
7455         (gnus-adjust-marked-articles): Remove obsolete ranges from
7456         `seen'.
7457         (gnus-update-marks): Clean up.
7458         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7459
7460 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7461
7462         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7463
7464 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * gnus-sum.el (gnus-auto-select-subject): New variable.
7467         (gnus-summary-best-unread-subject): New function.
7468         (gnus-summary-best-unread-article): Use it.
7469         (gnus-summary-first-unseen-subject): New function and command.
7470
7471         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7472         other treatments.
7473
7474         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7475         function.
7476
7477         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7478         from the list of hidden types.
7479
7480         * mm-view.el (mm-inline-text): Ditto.
7481         (mm-inline-text): Ditto.
7482         (mm-w3-prepare-buffer): Ditto.
7483
7484         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7485
7486 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * gnus-art.el (gnus-ignored-headers): Added more headers.
7489
7490 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7491
7492         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7493         once.
7494
7495 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7498
7499 2001-12-28  Simon Josefsson  <jas@extundo.com>
7500
7501         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7502         Jesper Harder <harder@ifa.au.dk>.
7503
7504 2001-12-27  Simon Josefsson  <jas@extundo.com>
7505
7506         * gnus-sum.el (gnus-select-newsgroup): Make
7507         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7508         contain all articles (instead of none) when no seen marks have
7509         been set for the group.
7510         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7511         instead, it seems to result in shorter ranges.
7512
7513 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7514
7515         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7516         insert-before-markers.
7517         From Jesper Harder <harder@ifa.au.dk>
7518
7519 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7520
7521         * nnmaildir.el (nnmaildir-save-mail): create the destination
7522         groups if they do not exist.
7523
7524 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7527
7528 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7529
7530         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7531         gnus-group-real-name.
7532
7533         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7534         (gnus-newsgroup-variables): Ditto.
7535
7536         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7537         return it.
7538
7539 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7540
7541         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7542         * nnmaildir.el (top-level): Add commentary.
7543         (nnmaildir-version): Indicate that nnmaildir is now a standard
7544         part of Gnus, not separately released.
7545
7546 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7547
7548         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7549         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7550         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7551         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7552
7553 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7556
7557 2001-12-20  Simon Josefsson  <jas@extundo.com>
7558
7559         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7560         ZHU <zsh@cs.rochester.edu>.
7561         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7562         Brian P Templeton <bpt@tunes.org>.
7563
7564 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7565
7566         * nnmaildir.el: New file.
7567         From Paul Jarc <prj@po.cwru.edu>.
7568
7569 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7570
7571         * nndoc.el (nndoc-type-alist): Move forward to the end.
7572
7573 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7576         `dolist'.
7577
7578 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7579
7580         * gnus-win.el (gnus-frames-on-display-list): New function.
7581         (gnus-get-buffer-window): Use it.
7582
7583 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7584
7585         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7586
7587 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7588
7589         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7590
7591 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7592            From Harald Meland <Harald.Meland@usit.uio.no>
7593
7594         * gnus-win.el (gnus-get-buffer-window): New function.
7595         (gnus-all-windows-visible-p): Use it.
7596
7597         * gnus-util.el (gnus-horizontal-recenter)
7598         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7599         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7600
7601         * gnus-score.el (gnus-score-insert-help): Use it.
7602
7603         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7604         (gnus-generate-tree, gnus-highlight-selected-tree)
7605         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7606         it.
7607
7608         * gnus-art.el (gnus-article-set-window-start)
7609         (gnus-mm-display-part, gnus-request-article-this-buffer)
7610         (gnus-button-next-page, gnus-button-prev-page)
7611         (gnus-article-button-next-page, gnus-article-button-prev-page):
7612         Use it.
7613
7614 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7615
7616         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7617         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7618         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7619
7620 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7621
7622         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7623         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7624         * mml1991.el, nnultimate.el: Add `coding'.
7625
7626 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7627
7628         * ChangeLog: changed coding to buffer-file-coding-system
7629         * ChangeLog.1: same
7630         * nnwfm.el: same
7631         * gnus-smiley.el: same
7632         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7633         * gnus-delay.el: same
7634         * gnus-spec.el: same
7635         * message.el: same
7636         * mml1991.el: same
7637         * nnultimate.el: same
7638
7639 2001-12-16  Simon Josefsson  <jas@extundo.com>
7640         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7641
7642         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7643         (gnus-summary-save-map): Add muttprint.
7644         (gnus-summary-make-menu-bar): Ditto.
7645         (gnus-summary-muttprint): New function.
7646
7647         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7648
7649 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7650
7651         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7652         temporary list instead of buffer.
7653
7654         * mm-url.el (executable-find): autoload.
7655
7656 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7657
7658         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7659         to variable, follow doc-string conventions).
7660
7661 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7662
7663         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7664         subscribe-level
7665         * gnus-topic.el (gnus-subscribe-topics): use it.
7666
7667 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7668
7669         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7670         messages. (A small patch with indentation)
7671         From Sean Neakums <sneakums@zork.net>.
7672
7673         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7674         nil after shooting down the gnus-original-article-buffer.
7675
7676 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7677
7678         * uudecode.el (uudecode-use-external): New variable.
7679         (uudecode-decode-region): Automatically detect external program.
7680
7681         * binhex.el (binhex-use-external): New variable.
7682         (binhex-decode-region-internal): New function.
7683         (binhex-decode-region): Automatically detect external program.
7684
7685         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7686         Use them.
7687
7688 2001-12-12  Simon Josefsson  <jas@extundo.com>
7689
7690         * nnvirtual.el (nnvirtual-always-rescan)
7691         (nnvirtual-component-regexp): Fix doc.
7692
7693         * nnoo.el (defvoo): Add doc to defvoo variables.
7694
7695         * nnml.el (nnml-directory, nnml-active-file)
7696         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7697         (nnml-marks-is-evil, nnml-filenames-are-evil)
7698         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7699
7700         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7701         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7702         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7703         `error'.
7704
7705         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7706         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7707
7708         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7709         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7710         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7711         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7712
7713         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7714         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7715
7716         * imap.el, nnimap.el: Fix indentation.
7717
7718         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7719
7720 2001-12-12  Didier Verna  <didier@xemacs.org>
7721
7722         * gnus-msg.el (gnus-group-news): New function.
7723         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7724         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7725         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7726         for it.
7727         * gnus-msg.el (gnus-summary-news-other-window): New function.
7728         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7729         bind it to `i'.
7730         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7731         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7732         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7733         for it (called with a prefix).
7734         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7735         group-name argument.
7736         * gnus-msg.el (gnus-setup-message): use it.
7737
7738 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7739
7740         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7741
7742 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7743
7744         * mml.el (mime-to-mml): Remove Content-Disposition too.
7745
7746 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7747
7748         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7749         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7750         strings only.
7751         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7752
7753 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7754
7755         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7756         (nnmail-fancy-expiry-target): Use it.
7757         Suggestions from Simon Josefsson <jas@extundo.com>.
7758
7759 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7760
7761         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7762
7763 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7764
7765         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7766
7767         * gnus-util.el (gnus-url-unhex-string): Move here.
7768
7769 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7770
7771         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7772         mm-url-decode-entities-nbsp.
7773
7774         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7775         * webmail.el, nnwfm.el: Use mm-url.
7776
7777         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7778         (mm-url-remove-markup): Move from nnweb.
7779         (mm-url-fetch-simple): Move from webmail.
7780
7781         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7782
7783 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784
7785         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7786         (gnus-summary-print-article): Use it.
7787
7788         * gnus-util.el (gnus-replace-in-string): Typo.
7789
7790 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7791
7792         * nnweb.el (nnweb-replace-in-string): Removed.
7793
7794         * gnus-util.el (gnus-replace-in-string): New function.
7795         (gnus-mode-string-quote): Use it.
7796
7797         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7798         * nnwfm.el (nnwfm-create-mapping): Ditto.
7799
7800 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7801
7802         * dgnushack.el (dgnushack-compile): nnrss.el and
7803         nnslashdot.el don't depend on nnweb, url, w3.
7804
7805         * nnrss.el: Use mm-url.
7806
7807 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7808
7809         * mm-url.el (mm-url-insert-file-contents): Support file:.
7810
7811 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * mm-view.el: Lower case for the description line. Sync from the
7814         Emacs CVS.
7815
7816 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7817
7818         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7819         From:  Stefan Monnier  <monnier@cs.yale.edu>
7820
7821 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7824
7825 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7826
7827         * mm-url.el: Require executable.
7828         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7829
7830 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7831
7832         * pop3.el (pop3-munge-message-separator): Only use valid date.
7833         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7834
7835         * Makefile.in: gnus-load.elc may not be generated.
7836
7837 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7838
7839         * mm-url.el: New file.
7840         * nnslashdot.el: Use it.
7841         * mm-extern.el (mm-extern-url): Use it.
7842
7843 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7844
7845         * gnus-sum.el (gnus-summary-save-article): Nix
7846         gnus-display-mime-function and gnus-article-prepare-hook.
7847
7848         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7849         the beginning of lines.
7850         (gnus-complex-form-to-spec): Ditto.
7851
7852 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7853
7854         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7855         From Paul Jarc <prj@po.cwru.edu>.
7856
7857 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7858
7859         * message.el: New variable message-subscribed-address-file;
7860         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7861
7862 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7863
7864         * message.el (message-tab-body-function): Set to nil.
7865         (message-tab): Use text-mode-map or global-map.
7866         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7867
7868 2001-11-30  Simon Josefsson  <jas@extundo.com>
7869
7870         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7871         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7872         <christoph.conrad@gmx.de>.
7873         (gnus-agent-fetch-group-1): Add verbose message.
7874
7875 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7876
7877         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7878         of integers.
7879
7880 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7881
7882         * message.el (message-newgroups-header-regexp)
7883         (message-completion-alist, message-tab-body-function): Use
7884         defcustom rather than defvar.
7885         (message-tab): Mention `message-tab-body-function' in doc.
7886         Suggested by Karl Eichwalder.
7887
7888 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7891
7892 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7893
7894         * nnheader.el (nnheader-find-nov-line): Don't use macro
7895         gnus-delete-line.
7896
7897         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7898         (gnus-group-name-charset): Ditto.
7899
7900         * gnus-util.el (gnus-buffer-live-p): Ditto.
7901
7902 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7903
7904         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7905         open parenthesis in doc.
7906         (sieve-manage-authenticator-alist): Typo in doc.
7907         * imap.el (imap-authenticator-alist): Typo in doc.
7908         (imap-stream-alist): Backslash.
7909
7910         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7911           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7912
7913 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7914
7915         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7916
7917         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7918
7919         * gnus-msg.el (gnus-configure-posting-styles): use
7920         make-local-hook. Add LOCAL for add-hook.
7921
7922 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7923
7924         * message.el (message-mode): Use `make-local-hook' unless
7925         obsolete.
7926         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7927
7928 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * canlock.el: Remove sha1.el and base64.el stuff.
7931
7932 2001-11-26  Didier Verna  <didier@xemacs.org>
7933
7934         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7935         if needed.
7936
7937 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * message.el (message-tamago-not-in-use-p): New function.
7940         (message-strip-forbidden-properties): Use it.
7941
7942 2001-11-26  Didier Verna  <didier@xemacs.org>
7943
7944         * gnus-start.el (gnus-check-first-time-used): only check for
7945         existence of .el[d] files.
7946
7947 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7948
7949         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7950
7951         * message.el (message-setup-1): Clean up mc-*.
7952
7953 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7954
7955         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7956         * gnus-score.el (gnus-score-find-bnews): Use it.
7957
7958         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7959         (gnus-summary-limit-to-author): Ditto.
7960         (gnus-summary-limit-to-extra): Ditto.
7961         (gnus-summary-find-matching): Support not-matching argument.
7962
7963 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7964
7965         * message.el (message-wash-subject): Use `insert' rather than
7966         `insert-string', which is deprecated.
7967
7968 2001-11-24  Simon Josefsson  <jas@extundo.com>
7969
7970         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7971         message. (Gnus does not "default" to using 8bit for the message,
7972         it default to use 8bit encoding and the user-supplied CTE
7973         value. Calling this behaviour "treating it as 8bit" is perhaps
7974         better.)
7975
7976         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7977         (compare mm-charset-to-coding-system).
7978
7979 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7980
7981         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7982         buffer. Correctly decode hex.
7983
7984 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7985
7986         * gnus-agent.el (gnus-category-insert-line): Convert category
7987         names to strings.
7988
7989 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7990
7991         * message.el (sha1): eval-and-compile.
7992
7993 2001-11-20  Simon Josefsson  <jas@extundo.com>
7994
7995         * message.el (message-allow-no-recipients): New variable.
7996         (message-send): Use it, customize the prompting when posting to
7997         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7998
7999 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8000
8001         * mm-util.el (mm-coding-system-priorities): New variable.
8002         (mm-sort-coding-systems-predicate): New function.
8003         (mm-find-mime-charset-region): Resort coding systems if needed.
8004         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8005
8006 2001-11-20  Didier Verna  <didier@xemacs.org>
8007
8008         * gnus-group.el (gnus-group-make-help-group): new optional
8009         argument to control the error behavior.
8010         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8011         erroring.
8012
8013 2001-11-19  Simon Josefsson  <jas@extundo.com>
8014
8015         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8016         instead of C-c C-u.  Suggested by Per Abrahamsen
8017         <abraham@dina.kvl.dk>.
8018
8019 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8020
8021         * nnfolder.el (nnfolder-read-folder): Use group instead of
8022         nnfolder-current-group.
8023         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8024
8025 2001-11-17  Simon Josefsson  <jas@extundo.com>
8026
8027         * message.el (message-send): Ask user if Fcc/Gcc should be
8028         performed when no other sender was specified.
8029         Suggested by prj@po.cwru.edu (Paul Jarc).
8030
8031 2001-11-17  Simon Josefsson  <jas@extundo.com>
8032
8033         * message.el (message-mode, message-mode-map): Use C-c C-u for
8034         Importance: instead of C-c C-p (used by SC).
8035
8036 2001-11-16  Simon Josefsson  <jas@extundo.com>
8037
8038         * message.el (message-insert-importance-high)
8039         (message-insert-importance-low): Save point.
8040
8041         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8042         value.
8043
8044 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8045
8046         * message.el (message-strip-special-text-properties): New option.
8047         (message-strip-forbidden-properties): Obey it.
8048
8049 2001-11-14  Sam Steingold  <sds@gnu.org>
8050
8051         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8052
8053 2001-11-15  Simon Josefsson  <jas@extundo.com>
8054
8055         Support "Importance:" header in Message.
8056
8057         * message.el (message-mode-map): Bind C-c C-p to
8058         `message-insert-or-toggle-importance'
8059         (message-mode-menu): Add message-insert-importance-{high,low}.
8060         (message-insert-importance-high, message-insert-importance-low)
8061         (message-insert-or-toggle-importance): New functions.
8062         (message-tool-bar-map): Add {un,}important.
8063         (message-mode): Doc fix.
8064
8065 2001-11-15  Simon Josefsson  <jas@extundo.com>
8066
8067         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8068
8069         * mml.el (mml-menu): Fix toolbar tooltip.
8070
8071 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8072
8073         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8074         * nnml.el (nnml-save-marks): Ditto.
8075
8076         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8077
8078 2001-11-15  Simon Josefsson  <jas@extundo.com>
8079
8080         * nnml.el (nnml-save-marks):
8081         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8082         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8083
8084 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8085
8086         * gnus-art.el (gnus-article-wash-status-strings): Use
8087         `copy-sequence', not `copy-seq'.
8088
8089 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8090
8091         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8092         (gnus-gnus-article-wash-status-entry): New function.
8093         (gnus-article-wash-status): Use it.
8094
8095 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * mml1991.el: Add coding header.
8098
8099 2001-11-12  Simon Josefsson  <jas@extundo.com>
8100
8101         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8102         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8103         `mml1991-sign' and `mml1991-encrypt'.
8104         (mml1991-encrypt, mml1991-sign): New glue functions.
8105         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8106
8107         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8108         (mml-menu): Add PGP to menu.
8109
8110         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8111         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8112         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8113         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8114
8115         * mml2015.el: Mention RFC 3156.
8116
8117         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8118
8119 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8120
8121         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8122
8123         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8124           From <Michael.Cook@cisco.com>
8125
8126 2001-11-11  Simon Josefsson  <jas@extundo.com>
8127
8128         * message.el (top-level): Autoload sha1.
8129         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8130         canlock, no need to require two different hash algs).  Suggested
8131         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8132
8133 2001-11-09  Simon Josefsson  <jas@extundo.com>
8134
8135         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8136         <Pavel@Janik.cz>.
8137
8138 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8139
8140         * message.el (message-point-in-header-p): New function.
8141         (message-do-auto-fill): Use it.
8142         (message-beginning-of-line): New function.  Goes to beginning of
8143         header value (i.e., end of header name), or to beginning of line
8144         if already at beginning of value.  Behaves like
8145         `beginning-of-line' when in message body.
8146         (message-mode-map): Bind it.
8147
8148 2001-11-08  Simon Josefsson  <jas@extundo.com>
8149
8150         * gnus-msg.el (gnus-posting-styles): Add doc.
8151
8152 2001-11-07  Simon Josefsson  <jas@extundo.com>
8153
8154         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8155
8156         * sieve-mode.el (sieve-control-commands-face)
8157         (sieve-control-commands-face, sieve-action-commands-face)
8158         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8159         faces.
8160         (sieve-font-lock-keywords): Use them.
8161         (sieve-mode): Only set font-lock-defaults in emacs.
8162
8163         * gnus-art.el (gnus-default-article-saver): Add
8164         gnus-summary-save-body-in-file.
8165         (gnus-summary-write-to-file): Fix doc.
8166
8167 2001-11-07  Simon Josefsson  <jas@extundo.com>
8168
8169         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8170         reference to the correct chapter in the manual.
8171
8172         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8173         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8174
8175 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8176
8177         * mml.el (mml-preview): Bind mail-header-separator.
8178
8179 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * message.el: Always require canlock.
8182         (message-ignored-supersedes-headers): Include Cancel-Lock and
8183         Cancel-Key.
8184         (message-insert-canlock): Don't require canlock.
8185         (message-cancel-news): Don't check whether canlock is available.
8186         (message-supersede): Support cancel-locks.
8187
8188         * gnus-art.el: Don't autoload canlock.
8189
8190 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8191
8192         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8193         From: <andre@slamdunknetworks.com>
8194
8195 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8196
8197         * many files: Fix copyright lines.
8198
8199 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8200
8201         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8202         Suggested by Dave Love  <fx@gnu.org>.
8203
8204 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8205
8206         * message.el (message-kill-buffer): Remove auto-save file after
8207         confirm.
8208
8209         * message.el (message-send-mail): Call message-generate-headers
8210         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8211
8212         * gnus-topic.el (gnus-topic-rename): Initial-input.
8213         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8214
8215 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8216
8217         * message.el (message-forbidden-properties): New constant.
8218         (message-strip-forbidden-properties): New function.
8219         (message-mode): Activate it.
8220
8221 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8222
8223         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8224         (mm-hack-charsets): Fix doc.
8225
8226 2001-11-02  Simon Josefsson  <jas@extundo.com>
8227
8228         * gnus-int.el (gnus-check-server): Message "...done" when done.
8229
8230         * imap.el (imap-close): Don't message (imap-send-command-wait
8231         returns if the connection is dropped).
8232         (imap-wait-for-tag): Nix out message only when necessary.
8233
8234         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8235         for non-crossposting.
8236         (gnus-sieve-crosspost): Default to t to be consistent with other
8237         parts of Gnus.
8238
8239 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8240
8241         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8242         (mm-iso-8859-x-to-15-table): Ditto.
8243         (mm-iso-8859-x-to-15-region): Ditto.
8244         (mm-find-mime-charset-region): Ditto.
8245
8246 2001-11-01  Simon Josefsson  <jas@extundo.com>
8247
8248         * nnimap.el (nnimap-close-asynchronous): New variable.
8249         (nnimap-close-group): Use it.
8250         (nnimap-expunge): Don't use it.
8251
8252         * imap.el (imap-callbacks): New variable.
8253         (imap-remassoc): Copied from `gnus-remassoc'.
8254         (imap-add-callback): New function.
8255         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8256         behaviour.
8257         (imap-parse-response): Call the callback.
8258
8259         * message.el (message-insert-canlock): New variable.
8260         (message-canlock-generate, message-canlock-password)
8261         (message-insert-canlock): New functions.
8262         (message-send-news): Call `message-insert-canlock'.
8263         (top-level): Require canlock when compiling.
8264         (message-insert-canlock): Require canlock before we need it.
8265
8266 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8267
8268         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8269
8270 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * dgnushack.el (dgnushack-make-load): A workaround for
8273         custom-add-loads bug in some versions of XEmacs.
8274
8275 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8276
8277         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8278
8279 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8280
8281         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8282         (mm-hack-charsets): New variable.
8283         (mm-iso-8859-15-compatible): New variable.
8284         (mm-iso-8859-x-to-15-table): New variable.
8285         (mm-find-mime-charset-region): Add parameter hack-charsets.
8286
8287         * mm-bodies.el (mm-encode-body): Use it.
8288         * mml.el (mml-parse-1): Ditto.
8289
8290 2001-11-01  Simon Josefsson  <jas@extundo.com>
8291
8292         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8293
8294 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8295
8296         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8297         is nil.
8298
8299 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8300
8301         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8302
8303         * message.el (message-forward-rmail-make-body): Use
8304         save-window-excursion.
8305         (message-encode-message-body): Search with noerror.
8306         (message-setup-1): Convert compose-mail send-actions to
8307         message-send-actions.
8308
8309 2001-11-01  Simon Josefsson  <jas@extundo.com>
8310
8311         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8312         <yamaoka@jpl.org>.
8313
8314 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8315
8316         * sieve-manage.el (sieve-string-bytes): No complain.
8317
8318 2001-11-01  Simon Josefsson  <jas@extundo.com>
8319
8320         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8321         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8322         has autoload cookies, so no `require' should be necessary.)
8323
8324         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8325         files.
8326
8327 2001-10-31  Simon Josefsson  <jas@extundo.com>
8328
8329         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8330         parameter.
8331
8332         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8333         `display' is a number (and C-u wasn't used to enter group), only
8334         fetch that number of articles.
8335
8336 2001-10-31  Matt Armstrong  <matt@lickey.com>
8337
8338         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8339         not-subscribed -> subscribed.
8340
8341 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8342         From: Josh Huber <huber@alum.wpi.edu>
8343
8344         * message.el (message-subscribed-address-functions): New variable.
8345         (message-subscribed-addresses): New variable.
8346         (message-subscribed-regexps): New variable.
8347         (message-goto-mail-followup-to): New function.
8348         (message-send-mail): Add Mail-Followup-To.
8349         (message-make-mft): New function.
8350
8351         * gnus.el (gnus-find-subscribed-addresses): New function.
8352
8353 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8354
8355         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8356         (mail-source-fetch-pop): Ditto.
8357         (mail-source-check-pop): Ditto.
8358
8359         * gnus-start.el (gnus-read-init-file): Ditto.
8360         (gnus-activate-group): Ditto.
8361         (gnus-read-newsrc-el-file): Ditto.
8362
8363 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * message.el (message-get-reply-headers): Make sure there is ", ".
8366
8367         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8368         mm-coding-system-p. Don't correct it only in XEmacs.
8369         (mm-charset-to-coding-system): Use mm-coding-system-p and
8370         mm-get-coding-system-list.
8371         (mm-emacs-mule, mm-mule4-p): New variables.
8372         (mm-enable-multibyte, mm-disable-multibyte,
8373         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8374         mm-with-unibyte-current-buffer,
8375         mm-with-unibyte-current-buffer-mule4): Use them.
8376         (mm-find-mime-charset-region): Treat iso-2022-jp.
8377
8378         From  Dave Love  <fx@gnu.org>:
8379
8380         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8381         construction.
8382         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8383         entries conditional on not having a coding system defined for
8384         them.
8385         (mm-mule-charset-to-mime-charset): Use
8386         find-coding-systems-for-charsets if defined.
8387         (mm-charset-to-coding-system): Don't use
8388         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8389         later.  Add last resort search of coding systems.
8390         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8391         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8392         Mule 4.
8393         (mm-find-mime-charset-region): Re-write.
8394         (mm-with-unibyte-current-buffer): Restore buffer as well as
8395         multibyteness.
8396
8397 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8398
8399         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8400         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8401         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8402
8403 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8404
8405         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8406         again.
8407
8408         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8409
8410 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8411
8412         * gnus-spec.el (gnus-parse-simple-format): Use
8413           buffer-substring-no-properties.
8414
8415 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (article-verify-cancel-lock): New function.
8418
8419         * nnheader.el (nntp-process-response): New variable.
8420         (nnheader-init-server-buffer): Make `nntp-process-response'
8421         buffer-local in `nntp-server-buffer'.
8422
8423         * nntp.el (nntp-prepare-post-hook): New hook.
8424         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8425         (nntp-async-trigger): Ditto.
8426         (nntp-request-post): Insert a server's ID if there's no Message-ID
8427         header; run `nntp-prepare-post-hook'.
8428
8429 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8430
8431         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8432         instead.
8433
8434         * message.el (message-forward-subject-author-subject): Don't use
8435         message-news-p, which widens the buffer.
8436         (message-forward-make-body): New function.
8437         (message-forward): Use it.
8438         (message-insinuate-rmail): New function.
8439         (message-forward-rmail-make-body): New function.
8440
8441 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8442
8443         * mm-extern.el (mm-extern): Provide it.
8444
8445         * mm-partial.el (mm-partial): Provide it.
8446
8447 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8448
8449         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8450
8451 2001-10-29  Simon Josefsson  <jas@extundo.com>
8452
8453         * mml.el (mml-preview): Bind message-this-is-news if it is
8454         news. From Jesper Harder <harder@myrealbox.com>.
8455
8456 2001-10-28  Simon Josefsson  <jas@extundo.com>
8457
8458         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8459
8460 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8461
8462         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8463         ironic smilies.
8464
8465 2001-10-27  Simon Josefsson  <jas@extundo.com>
8466
8467         * message.el (message-indent-citation): Don't add trailing
8468         whitespace when citing text.
8469
8470         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8471         <harder@ifa.au.dk>.
8472
8473 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8476         not available.
8477         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8478         (nnweb-type-definition): Add google as alias of dejanews.
8479         (nnweb-google-parse-1): Forward 1 line.
8480
8481 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8482
8483         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8484         variable `message-forward-ignored-headers'.
8485
8486 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8487
8488         * gnus.el (gnus-expand-group-parameter): New function.
8489         (gnus-expand-group-parameters): Call it.
8490         (gnus-group-fast-parameter): New function.
8491         (gnus-group-find-parameter): Call it.
8492
8493 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8494
8495         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8496         vector (it didn't before because of a bug).
8497         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8498         available.  Before it converted it to an article number.
8499
8500         This makes followup to news articles with negative numbers in
8501         nnvirtual groups use news instead of mail.
8502
8503 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8504
8505         * gnus.el (post-method): Use `native' instead of `nil'.
8506
8507         * gnus-msg.el (gnus-post-method): Ditto.
8508
8509 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8510
8511         * gnus.el (gnus-define-group-parameter): Grammar fix.
8512
8513 2001-10-22  Simon Josefsson  <jas@extundo.com>
8514
8515         * gnus-msg.el (gnus-extended-version): Include
8516         system-configuration.
8517         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
8518
8519 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8520
8521         * gnus.el (post-method): Customization fix: `native' is not a
8522         valid value.
8523         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8524         `native' is not a valid value.
8525
8526 2001-10-21  Simon Josefsson  <jas@extundo.com>
8527
8528         * nnimap.el (nnimap): Defgroup
8529         (nnimap-strict-function, nnimap-strict-function-match): New
8530         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8531         (nnimap-split-crosspost, nnimap-split-inbox)
8532         (nnimap-split-rule, nnimap-split-predicate)
8533         (nnimap-split-predicate): Defcustom.
8534         (nnimap-split-inbox, nnimap-expunge-search-string)
8535         (nnimap-importantize-dormant): Remove "*" from doc.
8536
8537 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8538
8539         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8540         not supplied via prefix arg.  From Lisp, make arg mandatory.
8541         Suggested by Frank Schmitt.
8542
8543 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8544
8545         * message.el (message-do-auto-fill): Avoid calling
8546         'rfc822-goto-eoh'.
8547
8548 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8549         From Paul Jarc <prj@po.cwru.edu>.
8550
8551         * message.el (message-get-reply-headers): Restructure the logic
8552         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8553
8554 2001-10-20  Simon Josefsson  <jas@extundo.com>
8555
8556         * message.el (message-cancel-news): Support cancel-locks.
8557         Suggested by Per Abrahamsson.
8558
8559         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8560         conses.  From David Z Maze <dmaze@MIT.EDU>.
8561
8562         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8563
8564 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8565
8566         * mm-decode.el (mm-default-directory): Fix customize type.
8567
8568         * message.el (message-setup-fill-variables): Kludge to use
8569         normal-auto-fill-function even if auto fill is already activated.
8570
8571 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8572
8573         * message.el (message-do-auto-fill): New version that does not
8574         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8575         (message-setup-1): Removed the `message-field' property.
8576
8577         * gnus-draft.el (gnus-draft-edit-message): Removed the
8578         `message-field' property.
8579
8580 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8581
8582         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8583         `message-field'.  The `field' property has a special significance in
8584         Emacs 21.
8585
8586         * message.el (message-send, message-setup-1): Ditto.
8587
8588 2001-10-18  Simon Josefsson  <jas@extundo.com>
8589
8590         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8591         when undoing.
8592
8593 2001-10-18  Simon Josefsson  <jas@extundo.com>
8594         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8595
8596         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8597         (gnus-summary-make-menu-bar): Ditto.
8598
8599 2001-10-17  Simon Josefsson  <jas@extundo.com>
8600
8601         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8602         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8603
8604 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8607         * gnus-util.el (gnus-user-date): New function.
8608         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8609
8610 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8611
8612         * message.el (message-check-news-header-syntax): Special case
8613         nnvirtual groups.
8614
8615         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8616         customize type to `symbol'.
8617
8618 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8621         %&foo;.
8622         (gnus-parse-simple-format): Support user extended spec too.
8623         %u&foo; invokes gnus-user-format-function-foo.
8624
8625 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8626
8627         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8628         the server.
8629         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8630         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8631         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8632         * nndiary.el (nndiary-request-expire-articles): Ditto.
8633         (nndiary-schedule): Defsubst it before use it.
8634         (nndiary-error): eval-and-compile.
8635
8636 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8637
8638         * gnus-msg.el (gnus-post-method): Changed two instances of
8639         `active' to `current' and one `null' to `not'.
8640
8641 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8642         From Katsumi Yamaoka <yamaoka@jpl.org>.
8643
8644         * message.el (message-setup-fill-variables): Use
8645         `normal-auto-fill-function' instead of `auto-fill-function'.
8646
8647 2001-10-16  Simon Josefsson  <jas@extundo.com>
8648
8649         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8650         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8651         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8652
8653 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8654         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8655
8656         * gnus-draft.el (gnus-draft-edit-message): Add text property
8657         `field' with value `header' to message headers.
8658         * message.el (message-setup-1): Really add text property to all of
8659         the header, not just part of it.
8660
8661 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * gnus-group.el (gnus-group-sort-by-server): Use it.
8664
8665         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8666
8667         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8668         and keystroke.
8669
8670 2001-10-14  Simon Josefsson  <jas@extundo.com>
8671
8672         * dig.el: Doc fix.
8673
8674         * smime.el: Doc fix.
8675
8676         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8677         charset magic from message.el.
8678
8679 2001-10-12  Simon Josefsson  <jas@extundo.com>
8680         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8681
8682         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8683         'cite from g-a-wash-types.
8684         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8685         (gnus-article-hide-citation): Fix.
8686
8687         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8688         character.
8689         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8690
8691         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8692         definition.
8693         (gnus-signature-toggle): Toggle `s' mode line character.
8694
8695         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8696         doing stuff that clears it.
8697
8698 2001-10-12  Simon Josefsson  <jas@extundo.com>
8699
8700         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8701         From Eric Marsden <emarsden@laas.fr>.
8702
8703 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8704
8705         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8706         (autoload): Add some autoloads.
8707
8708 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8709         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8710
8711         * message.el (message-do-auto-fill): New function.  Like
8712         `do-auto-fill' but don't fill when in the message header.
8713         (message-setup-1): Put a text property on the message header.
8714         (message-setup-fill-variables): Use `message-do-auto-fill'.
8715
8716 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * message.el (message-send-mail-partially): Insert an empty line
8719         first, because of the change of message-make-lines.
8720
8721 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8722
8723         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8724         iso-8859-15, make it an alias for iso-8859-1.
8725
8726 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * message.el (message-send-news): Don't modify the value of
8729         `message-syntax-checks' if it is not a list (possibly it is
8730         `dont-check-for-anything-just-trust-me').
8731
8732 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8735         `find-coding-system' for XEmacs to check whether the coding-system
8736         `utf-8' is available.
8737
8738 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8739
8740         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8741
8742 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8743
8744         * message.el (message-send-news): Oops, missed case with no
8745         "Followup-To" header...
8746
8747 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8748
8749         * message.el (message-send-news): Allow
8750         `gnus-group-name-charset-group-alist' to affect encoding of the
8751         "Newsgroups" and "Followup-To" headers.
8752
8753 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8754
8755         * Makefile.in (install-el): Depend on gnus-load.el.
8756
8757 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8758
8759         * Makefile.in (install-el): Use -f.
8760         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8761
8762 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8763
8764         * message.el (message-send-news): Don't encode Followups-To when
8765         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8766
8767         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8768         header.
8769
8770         * gnus-art.el (article-decode-group-name): Also decode
8771         "Followup-To".
8772
8773         * rfc2047.el (rfc2047-encode-message-header): Encode without
8774         asking for null methods.
8775
8776         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8777         default charset for newsgroup names in accordance with USEFOR.
8778
8779         * gnus-group.el (gnus-group-name-charset-method-alist,
8780         gnus-group-name-charset-group-alist): Removed "*" from doc
8781         strings, "*" should not be used for complex variables.
8782
8783 2001-10-06  Simon Josefsson  <jas@extundo.com>
8784
8785         Support UTF-8 group names better.
8786
8787         * message.el (message-check-news-header-syntax): Encode group
8788         names before comparison.
8789
8790         * gnus-msg.el (gnus-copy-article-buffer): Run all
8791         `gnus-article-decode-hook's except `article-decode-charset'
8792         instead of hardcoding call to one of them.
8793
8794         * gnus-art.el (gnus-article-decode-hook): Add
8795         `article-decode-group-name'.
8796         (article-decode-group-name): New function, use `g-d-n'.
8797
8798         * gnus-group.el (gnus-group-insert-group-line): Decode
8799         gnus-tmp-group using `g-d-n'.
8800
8801         * gnus-util.el (gnus-decode-newsgroups): New function.
8802
8803 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8804
8805         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8806         `gnus-group-name-charset-group-alist'.
8807
8808 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * Makefile.in: Install el in install. Add uninstall.
8811
8812 2001-10-05  Simon Josefsson  <jas@extundo.com>
8813
8814         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8815
8816         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8817
8818         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8819         empty folders.
8820
8821         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8822         limiting if read-all (C-u RET) was used.
8823
8824 2001-10-04  Simon Josefsson  <jas@extundo.com>
8825
8826         * mail-source.el (mail-source-movemail-program): New variable.
8827         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8828         <thutt@thutt.vmware.com>.
8829
8830 2001-10-03  Simon Josefsson  <jas@extundo.com>
8831
8832         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8833         (gnus-summary-line-format-alist): Fix param.
8834
8835 2001-10-02  Simon Josefsson  <jas@extundo.com>
8836
8837         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8838         don't go through `nnimap-request-expire-articles' to delete the
8839         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8840
8841 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8842
8843         * gnus-agent.el (gnus-agent-write-active): The min in the
8844         agent/active may be larger than that in the server/active.
8845
8846 2001-10-01  Simon Josefsson  <jas@extundo.com>
8847
8848         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8849         is IMAP4rev1.
8850
8851         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8852
8853         * nnfolder.el: Ditto.
8854
8855 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8856
8857         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8858         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8859
8860 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8861
8862         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8863         (message-mode-menu): Menu item for same.
8864
8865         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8866         delayed articles.
8867
8868         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8869         nndraft:delayed does not exist.
8870         (gnus-delay-initialize): Don't set up keymap, that's done from
8871         message.el now.
8872         (gnus-delay, gnus-delay-group, gnus-delay-header)
8873         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8874
8875 2001-09-29  Simon Josefsson  <jas@extundo.com>
8876
8877         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8878         utf-8, not eight-bit-control.
8879
8880         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8881         (imap-log, imap-debug): Custom.
8882         (imap-log-buffer, imap-debug-buffer): New constants.
8883         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8884         (imap-network-open, imap-shell-open, imap-starttls-open)
8885         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8886         (imap-debug): Use imap-*-buffer.
8887
8888         * nndoc.el (nndoc-article-type): Add mailman.
8889         (nndoc-type-alist): Ditto.
8890         (nndoc-mailman-type-p): New function.
8891
8892 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8893
8894         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8895         gnus-art.el.
8896
8897 2001-09-27  Simon Josefsson  <jas@extundo.com>
8898
8899         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8900         (gnus-topic-catchup-articles): New function. Suggested by Robin
8901         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8902
8903 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8904         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8905
8906         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8907         previous ones.
8908
8909 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8910         From Daiki Ueno  <ueno@unixuser.org>
8911
8912         * gnus-sum.el (gnus-summary-show-article): The arglist of
8913         detect-coding-region is incompatible.
8914
8915 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8917
8918         * gnus-group.el (gnus-group-delete-group): Typo.
8919
8920 2001-09-26  Simon Josefsson  <jas@extundo.com>
8921
8922         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8923
8924         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8925
8926 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8929
8930 2001-09-22  Simon Josefsson  <jas@extundo.com>
8931
8932         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8933
8934         * nnfolder.el (nnfolder-open-marks): Ditto.
8935
8936         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8937         (gnus-update-marks): Use it.
8938         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8939         hardcoded list.
8940
8941         * gnus.el (gnus-article-special-mark-lists): Add killed.
8942         (gnus-article-unpropagated-mark-lists): New constant.
8943
8944 2001-09-22  Simon Josefsson  <jas@extundo.com>
8945
8946         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8947         custom option.
8948
8949 2001-09-23  Simon Josefsson  <jas@extundo.com>
8950
8951         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8952
8953 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8954
8955         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8956
8957 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8958
8959         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8960         accept lists of functions.
8961
8962 2001-09-20  Simon Josefsson  <jas@extundo.com>
8963
8964         * gnus-group.el (gnus-group-catchup): Update expire marks in
8965         backend.  Also, if ALL also set expire marks on tick/dormant.
8966
8967 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8968
8969         * message.el (message-tab-body-function): New variable.
8970         * message.el (message-tab): Use it.
8971
8972 2001-09-19  Sam Steingold  <sds@gnu.org>
8973
8974         * gnus-win.el (gnus-buffer-configuration): Respect
8975         `gnus-bug-create-help-buffer'.
8976
8977 2001-09-18  Simon Josefsson  <jas@extundo.com>
8978
8979         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8980         (gnus-parse-simple-format): Re-revert.
8981
8982 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8983         Trivial patch.
8984
8985         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8986         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8987
8988 2001-09-18  Simon Josefsson  <jas@extundo.com>
8989
8990         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8991         signed.
8992         (gnus-parse-simple-format): Don't use it.
8993
8994 2001-09-17  Miles Bader  <miles@gnu.org>
8995
8996         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8997         error querying a backend abort the whole process.
8998
8999 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9002         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9003
9004 2001-09-17  Didier Verna  <didier@xemacs.org>
9005
9006         * nndiary.el: version 0.2-b14.
9007         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9008         compatibility problem with XEmacs 21.1.
9009
9010 2001-09-15  Simon Josefsson  <jas@extundo.com>
9011
9012         * gnus-group.el (gnus-group-line-format): Document %c.
9013
9014         * nnml.el (nnml-parse-head): Handle CRLF files.
9015         (nnml-generate-nov-file): Ditto.
9016         (nnml-retrieve-headers): Ditto.
9017
9018 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9019
9020         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9021
9022 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9023
9024         * gnus-spec.el (gnus-correct-substring): Still stopped one
9025         character before we wanted (never included last character).
9026         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9027         add missing "," (once per function)
9028
9029 2001-09-14  Simon Josefsson  <jas@extundo.com>
9030
9031         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9032         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9033         default before gnus-group is loaded and the variable set.)
9034
9035         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9036         killed or unsent marks.
9037
9038         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9039         isn't an article to set it on (e.g. when you `a' in a group).
9040
9041 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9042
9043         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9044         can read e-mails from Microsoft Outlook users not using ISO
9045         8859-2 character set.
9046
9047 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * gnus-diary.el: Minor modifications to avoid warnings.
9050         (gnus-summary-misc-menu): defvar.
9051         (gnus-diary-check-message): Use gnus-point-at-eol.
9052         (gnus-diary-kill-entire-line): eval-and-compile.
9053
9054 2001-09-12  Didier Verna  <didier@xemacs.org>
9055
9056         * nndiary.el: new version (0.2-b13).
9057         * nndiary.el (nndiary-mail-sources): doc update.
9058         * nndiary.el (nndiary-split-methods): ditto.
9059         * nndiary.el (nndiary-request-accept-article-hooks): New.
9060         * nndiary.el (nndiary-request-accept-article): use it, check
9061         message validity.
9062         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9063         * nndiary.el (nndiary-schedule): fix bug (misplaced
9064         condition-case): it didn't return nil on error.
9065         * gnus-diary.el: new version.
9066         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9067         * gnus-diary.el (gnus-diary-header-value-history): New.
9068         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9069         * gnus-diary.el (gnus-diary-add-header): New.
9070         * gnus-diary.el (gnus-diary-check-message): New.
9071         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9072         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9073
9074 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9075
9076         * gnus-sum.el (gnus-select-newsgroup): Make
9077         `gnus-current-select-method' buffer-local.
9078
9079         * gnus-art.el (gnus-request-article-this-buffer): Refer
9080         `gnus-current-select-method' in the current summary buffer.
9081
9082 2001-09-10  Simon Josefsson  <jas@extundo.com>
9083         From Daniel Pittman <daniel@rimspace.net>
9084
9085         * gnus-spec.el (gnus-correct-pad-form): Fix.
9086
9087 2001-09-09  Simon Josefsson  <jas@extundo.com>
9088
9089         * mm-decode.el (mm-inline-media-tests): Add
9090         application/x-emacs-lisp.
9091         (mm-attachment-override-types): Add
9092         application/{x-,}pkcs7-signature.
9093
9094         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9095         (gnus-server-line-format, gnus-server-mode-line-format)
9096         (gnus-server-browse-in-group-buffer): Customize.
9097
9098 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9099
9100         * nnml.el (nnml-marks-changed-p): Typo.
9101         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9102         (nnml-marks-changed-p): Use gnus-gethash.
9103         (nnml-marks-modtime): Use gnus-make-hashtable.
9104
9105         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9106         (nnfolder-request-expire-articles, nnfolder-save-marks)
9107         (nnfolder-open-marks): Typo.
9108         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9109         (nnfolder-marks-changed-p): Use gnus-gethash.
9110         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9111
9112 2001-09-08  Simon Josefsson  <jas@extundo.com>
9113
9114         * nnfolder.el (nnfolder-marks-modtime): New variable.
9115         (nnfolder-marks-changed-p): New function.
9116         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9117         (nnfolder-request-update-info): Don't update if marks didn't change.
9118
9119         * nnml.el (nnml-marks-modtime): New variable.
9120         (nnml-marks-changed-p): New function.
9121         (nnml-save-marks, nnml-open-marks): Save modtime.
9122         (nnml-request-update-info): Don't update if marks didn't change.
9123
9124         * gnus-agent.el (gnus-agent-any-covered-gcc)
9125         (gnus-agent-add-server, gnus-agent-remove-server): Use
9126         gnus-agent-method-p.
9127
9128         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9129         (gnus-unbuttonized-mime-type-p): Use it.
9130
9131         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9132         fetch group.
9133
9134 2001-09-08  Simon Josefsson  <jas@extundo.com>
9135         From Daniel Pittman <daniel@rimspace.net>
9136
9137         * gnus-spec.el (gnus-correct-pad-form): New function.
9138         (gnus-parse-simple-format): Use it.
9139
9140 2001-09-07  Simon Josefsson  <jas@extundo.com>
9141
9142         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9143         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9144         Putnam <reader@newsguy.com>.
9145         (gnus-group-sort-selected-groups): Touch dribble file.
9146
9147 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9148
9149         * nnml.el (nnml-filenames-are-evil): New variable.
9150         (nnml-article-to-file-alist): Rename to ...
9151         (nnml-current-group-article-to-file-alist): ... this.
9152         Respect `nnml-filenames-are-evil'.
9153         (nnml-active-number): Update.
9154         (nnml-update-file-alist): Update.
9155         (nnml-request-article): Use nnheader-article-to-file-alist.
9156         (nnml-request-rename-group): Likewise.
9157
9158 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-sum.el (gnus-summary-insert-line): Fix.
9161
9162 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9163
9164         * gnus-sum.el: Bind g-s-t-s to "W g".
9165         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9166         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9167         display of graphical smilies.
9168
9169 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9170
9171         * gnus-start.el (gnus-setup-news): A typo.
9172         From Bill White <billw@wolfram.com>.
9173
9174 2001-09-06  Simon Josefsson  <jas@extundo.com>
9175
9176         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9177         and unseen marks.
9178
9179 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9180
9181         * nnmail.el (nnmail-split-fancy): Document `junk'.
9182
9183 2001-09-04  Simon Josefsson  <jas@extundo.com>
9184
9185         * imap.el (imap-search): Don't error if server is broken.
9186
9187 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9188
9189         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9190         searching for an article that isn't in the mbox.
9191
9192 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9195         right, and get all the comments.
9196
9197 2001-09-02  Simon Josefsson  <jas@extundo.com>
9198         Suggested by Dan Christensen <jdc+news@uwo.ca>
9199
9200         * nnfolder.el (nnfolder-request-update-info): Fix message.
9201
9202         * nnml.el (nnml-request-update-info): Ditto.
9203
9204 2001-09-01  Simon Josefsson  <jas@extundo.com>
9205
9206         * nnml.el (nnml-request-expire-articles): Also bind
9207         `nnml-current-group' and `nnml-article-file-alist' when using
9208         expiry-target. (Otherwise nnml will be in a inconsistent internal
9209         state causing all kind of problems.)
9210         (nnml-request-expire-articles): If `nnml-article-to-file' or
9211         `file-attributes' failes, return article as un-expirable instead
9212         of treating it as expired.
9213
9214 2001-08-31  Sam Steingold  <sds@gnu.org>
9215
9216         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9217         typo: `exmine' --> `examine'.
9218
9219 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9220
9221         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9222
9223 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9224
9225         * nnml.el (nnml-check-directory-twice): Remove.
9226         (nnml-retrieve-headers): Ditto.
9227         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9228
9229 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9230
9231         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9232         directory twice on Windows, or on GNU Emacs-21.
9233
9234 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9235
9236         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9237         (nnml-request-rename-group): Ditto.
9238         (nnml-active-number): Ditto.
9239         (nnml-request-create-group): Use nnml-directory-articles.
9240         (nnml-request-expire-articles): Use nnml-directory-articles, which
9241         gets list from nov database if available.
9242         (nnml-get-nov-buffer): New function.
9243         (nnml-open-nov): Use it.
9244         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9245         gets alist from nov database if available.
9246         (nnml-directory-articles): New function.
9247         (nnml-article-to-file-alist): New function.
9248
9249 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9250
9251         * mm-decode.el (mm-display-external): Use `name' as filename, if
9252         `filename' attribute is not present.
9253
9254 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9255
9256         * mail-source.el (mail-source-flash): New defcustom.
9257         (mail-source-new-mail-p): Ring visible bell if appropriate.
9258         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9259         timer is cleared even if mail check signals an error.
9260
9261 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9262
9263         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9264         type 'list.
9265
9266 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267
9268         * flow-fill.el (fill-flowed): eol might be point-max.
9269
9270 2001-08-27  Simon Josefsson  <jas@extundo.com>
9271
9272         * nnml.el (nnml-request-update-info): Fix message.
9273         (nnml-open-marks): Ditto.
9274
9275         * nnfolder.el (nnfolder-request-update-info):
9276         (nnfolder-open-marks): Fix message.
9277
9278 2001-08-25  Simon Josefsson  <jas@extundo.com>
9279
9280         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9281         after group in ~/.
9282
9283 2001-08-25  Simon Josefsson  <jas@extundo.com>
9284         From Andreas Jaeger  <aj@suse.de>
9285
9286         * nnfolder.el (nnfolder-open-marks): Fix typo.
9287         * nnml.el (nnml-open-marks): Likewise.
9288
9289 2001-08-25  Simon Josefsson  <jas@extundo.com>
9290
9291         Make nnfolder groups self-contained as far as marks are concerned.
9292
9293         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9294         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9295         (nnfolder-open-server): Make marks directory.
9296         (nnfolder-request-delete-group): Delete marks file.
9297         (nnfolder-request-delete-group): Check of nov/marks file exist
9298         before deleting.
9299         (nnfolder-request-rename-group): Rename marks file.
9300         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9301         (nnfolder-request-set-mark, nnfolder-request-update-info)
9302         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9303         (nnfolder-open-marks): New functions.
9304         (top-level): Require gnus.
9305
9306 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9307
9308         * nnweb.el (nnweb-type-definition): Use google raw file.
9309         (nnweb-google-parse-1): Ditto.
9310         (nnweb-google-identity): Ditto.
9311         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9312         (nnweb-altavista-wash-article): Ditto.
9313         (nnweb-request-article): Remove nnweb-decode-entities.
9314
9315         * nnml.el: Require 'gnus.
9316
9317 2001-08-25  Simon Josefsson  <jas@extundo.com>
9318
9319         * nnml.el (nnml-marks-is-evil): Add doc.
9320
9321 2001-08-25  Simon Josefsson  <jas@extundo.com>
9322
9323         * nnml.el (nnml-save-marks): Wrap saving marks in a
9324         condition-case, to allow user to start Gnus if saving marks failed
9325         for some reason.
9326
9327 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9330
9331         * gnus-group.el (gnus-update-group-mark-positions): Bind
9332         gnus-group-update-hook to nil.
9333
9334 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335
9336         * mml.el (mml-generate-mime-1): Force as multibyte string.
9337
9338 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9339
9340         * gnus-sum.el (gnus-summary-insert-line)
9341         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9342         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9343
9344         * gnus-spec.el (gnus-correct-substring): Take optional END.
9345
9346         * nnrss.el (nnrss-request-article): Remove \n.
9347         (nnrss-retrieve-headers): Lines number is -1.
9348
9349 2001-08-24  Simon Josefsson  <jas@extundo.com>
9350
9351         * gnus-group.el (gnus-info-clear-data): Call
9352         nnfoo-request-set-mark to propagate marks.  Fix bug:
9353         `gnus-group-update-line' doesn't update read range unless we call
9354         `gnus-get-unread-articles-in-group' first.
9355
9356         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9357         to server.
9358
9359 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9360
9361         * gnus-util.el (gnus-create-info-command): Return an interactive
9362         function.
9363
9364 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9365         From Katsumi Yamaoka <yamaoka@jpl.org>
9366
9367         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9368
9369 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * gnus-sum.el (gnus-select-newsgroup): Use it.
9372
9373         * gnus-util.el (gnus-not-ignore): New function.
9374
9375         * lpath.el (featurep): Don't fbind char-int.
9376
9377         * gnus-util.el (gnus-create-info-command): New function.
9378
9379         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9380         right node.
9381
9382         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9383         (gnus-summary-limit-children): Use 'identity instead of `all'.
9384         (gnus-summary-limit-to-display-predicate): New command and
9385         keystroke.
9386
9387 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9388
9389         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9390
9391         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9392
9393 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * gnus-spec.el: Add the Gnus version.
9396         (gnus-update-format-specifications): If the Gnus version changes,
9397         nix out the format spec cache.
9398
9399         * gnus.el (gnus-continuum-version): Made into a command and
9400         optionalize the VERSION.
9401
9402         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9403         the start of the lines.
9404
9405 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * gnus.el (gnus-visual-p): Define function before use of
9408         function.
9409
9410 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9413         (gnus-article-mark-to-type): New function.
9414         (gnus-update-missing-marks): Only update marks of type 'list.
9415
9416         * gnus.el (gnus-article-special-mark-lists): New variable.
9417
9418 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9419
9420         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9421         (gnus-select-newsgroup): Still use 'all.
9422         (gnus-summary-initial-limit): Comparing with 'all.
9423
9424 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9425
9426         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9427         active.
9428
9429 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9432         nnslashdot-*-retrieve-headers.
9433         (nnslashdot-request-article): Fix for slashcode 2.2.
9434         (nnslashdot-make-tuple): New function.
9435         (nnslashdot-read-groups): Use it.
9436
9437 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9440         list.
9441
9442         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9443
9444 2001-08-20  Simon Josefsson  <jas@extundo.com>
9445
9446         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9447         opened, error instead of continuing (and exploding later).
9448
9449 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus.el (gnus-expand-group-parameters): Return the parameter
9452         list.
9453
9454         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9455         (gnus-summary-show-article): Guess at charset if required.
9456
9457         * gnus-spec.el (gnus-correct-substring): Stopped one character
9458         before we wanted.
9459
9460 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9461
9462         * earcon.el (earcon-auto-play): Remove unused option.
9463
9464 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9467         message down in levels, since it happens very fast.
9468
9469         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9470         of smiley-regexp-alist.
9471
9472         * mm-view.el (mm-inline-text): Ignore vcard errors.
9473
9474         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9475
9476         * gnus-score.el (gnus-all-score-files): Use append instead of
9477         nconc.
9478
9479         * gnus.el (gnus-splash-face): Doc fix.
9480
9481         * mm-decode.el (mm-mailcap-command): Use
9482         mm-path-name-rewrite-functions.
9483         (mm-path-name-rewrite-functions): New variable.
9484
9485         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9486         (gnus-complex-form-to-spec): Insert tab.
9487         (gnus-spec-tab): New function.
9488
9489         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9490         entering the group.
9491
9492         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9493         the positional spec.
9494         (gnus-parse-complex-format): React to %C.
9495
9496         * gnus-ems.el (gnus-char-width): Moved here.
9497
9498         * gnus-sum.el (gnus-select-newsgroup): Set
9499         gnus-newsgroup-articles.
9500         (gnus-unseen-mark): New variable.
9501         (gnus-newsgroup-unseen): Ditto.
9502         (gnus-newsgroup-seen): Ditto.
9503         (gnus-adjust-marked-articles): Use them.
9504         (gnus-update-marks): Use them.
9505         (gnus-summary-update-secondary-mark): Display.
9506         (gnus-summary-prepare-threads): Display.
9507
9508         * gnus-msg.el (gnus-inews-group-method): Use and return the
9509         method, not the server.
9510
9511 2001-08-19  Simon Josefsson  <jas@extundo.com>
9512
9513         * gnus-srvr.el (gnus-server-agent-face): New.
9514         (gnus-server-agent-face): New.
9515         (gnus-server-mode): Turn on font-lock-mode.
9516
9517         * gnus.el (gnus-server-visual): Add defgroup.
9518
9519 2001-08-19  Simon Josefsson  <jas@extundo.com>
9520         From Joe Casadonte <jcasadonte@northbound-train.com>
9521
9522         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9523         gnus-server-denied-face): New.
9524         (gnus-server-opened-face, gnus-server-closed-face,
9525         gnus-server-denied-face): New.
9526         (gnus-server-font-lock-keywords): Add.
9527
9528 2001-08-19  Simon Josefsson  <jas@extundo.com>
9529
9530         * nnml.el (nnml-request-set-mark): Return nil.
9531         (nnml-save-marks): Use nnml-possibly-create-directory.
9532         (nnml-open-marks): Only work in temp buffer when inserting/reading
9533         .marks file.
9534
9535 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9536
9537         * gnus.el (gnus-expand-group-parameters): Fix.
9538
9539         * gnus-spec.el (gnus-char-width): New function.
9540         (gnus-correct-substring, gnus-correct-length): Use it.
9541
9542         * message.el (message-required-mail-headers): Fix doc.
9543
9544 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9547
9548         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9549
9550 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9551
9552         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9553         slashdot 2.2 (not fully fixed yet).
9554         (nnslashdot-request-article): Ditto.
9555
9556 2001-08-18  Simon Josefsson  <jas@extundo.com>
9557
9558         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9559         nnimap.
9560
9561         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9562         gnus-util.
9563         (nnimap-request-update-info-internal): Use new functions.
9564
9565         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9566         new functions.
9567
9568 2001-08-18  Simon Josefsson  <jas@extundo.com>
9569
9570         Make nnml groups self-contained as far as marks are concerned.
9571
9572         * nnml.el (nnml-request-delete-group): Delete marks file.
9573         (nnml-request-rename-group): Move marks file.
9574         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9575         variables.
9576         (nnml-request-set-mark, nnml-request-update-info): New server
9577         functions.
9578         (nnml-save-marks, nnml-open-marks): New functions.
9579
9580 2001-08-18  Simon Josefsson  <jas@extundo.com>
9581
9582         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9583         `set' when setting marks.
9584
9585 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9586
9587         * gnus.el (gnus-info-find-node): Take an argument.
9588
9589         * gnus-art.el (gnus-button-handle-info): New function.
9590         (gnus-url-unhex-string): Replace "+" with " ".
9591
9592 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593
9594         * message.el (message-check-news-header-syntax): Check bad From.
9595
9596 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * gnus-spec.el (gnus-correct-length): New function.
9599         (gnus-correct-substring): New function.
9600         (gnus-tilde-max-form): Use it.
9601
9602 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9603
9604         * nnmh.el: Docstring changes as below.
9605
9606         * nnml.el: Docstring changes as below.
9607
9608         * nnbabyl.el: Docstring changes as below.
9609
9610         * nnmbox.el: Docstring changes as below.
9611
9612         * nnfolder.el: Added docstrings identifying each virtual server
9613         parameter.
9614
9615 2001-08-18  Simon Josefsson  <jas@extundo.com>
9616
9617         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9618
9619 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9620
9621         * message.el: rename "Abort Message" to "Postpone Message".
9622         Remove "Attach file as MIME" from Message menu, it's already in
9623         the MIME menu.
9624
9625 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626
9627         * smime.el (smime-point-at-eol): eval-and-compile.
9628         (smime-make-temp-file): New function.
9629         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9630         Use it.
9631
9632 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9635         (gnus-agent-summary-fetch-group): New command and keystroke.
9636
9637         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9638         (gnus-mime-display-security): Make it respect
9639         gnus-unbuttonized-mime-type-p.
9640
9641         * gnus-sum.el (gnus-articles-to-read): Comments.
9642         (gnus-article-marked-p): New function.
9643         (gnus-summary-display-make-predicate): New function.
9644         (gnus-select-newsgroup): Use them.
9645
9646         * mm-decode.el (mm-save-part-to-file): Made it not error.
9647
9648 2001-08-17  Simon Josefsson  <jas@extundo.com>
9649
9650         * imap.el (imap-wait-for-tag): If process-status isn't open or
9651         run, return nil instead of sit-for looping.
9652
9653 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * lpath.el (featurep): fbind xml-parse-region.
9656
9657         * gnus.el (gnus-message-archive-method): Default to "archive".
9658         (gnus-message-archive-method): Doc fix.
9659         (gnus-parameters-get-parameter): Cleaned up.
9660         (gnus-expand-group-parameter): New function.
9661
9662         * gnus-start.el (gnus-setup-news): Push the archive server only
9663         the server list.
9664
9665         * mml.el (mml-menu): Changed name to "Attachments".
9666
9667         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9668         when there is something to detroy.
9669
9670 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671
9672         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9673         nil.
9674
9675 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9676
9677         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9678         which specifies a time today or tomorrow.
9679
9680 2001-08-15  Simon Josefsson  <jas@extundo.com>
9681         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9682
9683         * gnus-agent.el (gnus-agent-make-mode-line-string)
9684         (gnus-agent-toggle-plugged): Use new API.
9685
9686 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9687
9688         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9689         deadline has expired.
9690
9691 2001-08-12  Simon Josefsson  <jas@extundo.com>
9692         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9693
9694         Support `recent' mark indicating newly arrived messages (to
9695         separate from old but unread messages).
9696
9697         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9698         `nnmail-split-history' if recent is > 0.
9699         (nnimap-request-update-info-internal): Update `recent' marks.
9700         (nnimap-request-set-mark): Never set `recent' marks.
9701         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9702         recent.
9703
9704         * gnus-sum.el (gnus-recent-mark): New mark.
9705         (gnus-newsgroup-recent): New variable.
9706         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9707         (gnus-summary-prepare-threads): Mark recent articles.
9708         (gnus-summary-add-mark): Support recent.
9709         (gnus-summary-update-secondary-mark): Support recent.
9710
9711         * gnus.el (gnus-article-mark-lists): Add recent.
9712
9713 2001-08-12  Simon Josefsson  <jas@extundo.com>
9714
9715         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9716         whether successful decoding took place.  Add doc.
9717
9718 2001-08-12  Simon Josefsson  <jas@extundo.com>
9719         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9720
9721         * gnus.el (gnus-summary-line-format, gnus-parameters):
9722         * gnus-gl.el (gnus-summary-grouplens-line-format):
9723         * gnus-salt.el (gnus-summary-pick-line-format):
9724         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9725
9726 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9727         Committed by Kai Gro\e,A_\e(Bjohann.
9728
9729         * gnus-score.el (gnus-score-string): Fix `match' regexp
9730         for `extra' header case.
9731
9732 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9733
9734         * nnmbox.el (nnmbox-read-mbox): No warning.
9735
9736 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9737
9738         * nndoc.el (nndoc-article-type): Fix doc.
9739         (nndoc-generate-article-function): New variable.
9740         (nndoc-dissection-function): New variable.
9741         (nndoc-type-alist): Add oe-dbx.
9742         (nndoc-oe-dbx-type-p): New function.
9743         (nndoc-oe-dbx-dissection): New function.
9744         (nndoc-oe-dbx-generate-article): New function.
9745
9746 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9747
9748         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9749         whether deadline has been reached.  Patch from Dan Nicolaescu
9750         <dann@godzilla.ics.uci.edu>.
9751
9752 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9753
9754         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9755         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9756         <rintaman@cs.Helsinki.FI>.
9757
9758         * mail-source.el (mail-source-movemail): The error buffer is
9759         modified, but nothing in it.
9760
9761 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9762
9763         * message.el (message-bogus-system-names): New variable.
9764         (message-make-fqdn): Use it.
9765
9766 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * nndraft.el (nndraft-request-group): Use
9769         nndraft-auto-save-file-name.
9770
9771 2001-08-09  Simon Josefsson  <jas@extundo.com>
9772
9773         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9774         Don't ask whether to decrypt.  Just leave result in buffer (don't
9775         call mm).
9776
9777         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9778         parts as well.
9779         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9780         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9781
9782 2001-08-09  Simon Josefsson  <jas@extundo.com>
9783
9784         * mm-decode.el (mm-insert-part): Return decoding success status.
9785         (mm-save-part-to-file): Error if decoding failed.
9786
9787 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9788
9789         * message.el (message-tab): Use indent-relative.
9790         (message-mode): Don't bind indent-line-function to indent-relative.
9791
9792 2001-08-09  Simon Josefsson  <jas@extundo.com>
9793
9794         * message.el (message-get-reply-headers): Fix string. Suggested by
9795         Christoph Conrad <cc@cli.de>.
9796
9797 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9798
9799         * message.el (message-tab): Use the current value of
9800         indent-line-function.
9801         (message-mode): Bind indent-line-function to indent-relative.
9802
9803 2001-08-08  Simon Josefsson  <jas@extundo.com>
9804
9805         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9806         whether `imtest' is installed.
9807
9808 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9809         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9810
9811         * gnus-sum.el (gnus-summary-show-article): Call
9812         gnus-summary-update-secondary-secondary-mark.
9813         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9814         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9815
9816 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9817
9818         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9819
9820         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9821
9822         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9823         <gerd@gnu.org>.
9824
9825         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9826
9827         * gnus-util.el (gnus-output-to-rmail): Ditto.
9828         (gnus-output-to-mail): Ditto.
9829
9830         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9831
9832 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9833
9834         * message.el (message-indent-citation): Use
9835         `message-yank-cited-prefix' for empty lines.
9836
9837 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9838
9839         * message.el (message-indent-citation): Quote only lines starting
9840         with ">" using `message-yank-cited-prefix'.
9841
9842 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9843         Trivial patch.
9844
9845         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9846         gnus-cache-fully-p.
9847
9848 2001-08-04  Simon Josefsson  <jas@extundo.com>
9849
9850         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9851         file if it doesn't exist (by calling gnus-cache-read-active).
9852
9853 2001-08-04  Simon Josefsson  <jas@extundo.com>
9854
9855         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9856         (gnus-cache-passively-or-fully-p): Removed.
9857         (gnus-cache-fully-p): Fix it.
9858
9859         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9860
9861 2001-08-04  Simon Josefsson  <jas@extundo.com>
9862
9863         * gnus-cache.el (gnus-cache-fully-p)
9864         (gnus-cache-passively-or-fully-p): New functions.
9865         (gnus-cache-possibly-enter-article): Cosmetic change, use
9866         `g-c-p-o-f-p'.
9867         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9868         was bogus (`g-c-p-a-a' does not change active info, just change
9869         the functions parameters).
9870         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9871         not removed in groups that match `gnus-uncacheable-groups'.
9872
9873         Reported and modifications based on discussions with Nuutti
9874         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9875
9876 2001-08-04  Simon Josefsson  <jas@extundo.com>
9877         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9878
9879         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9880         calls `gnus-cache-update-active' if bounds has been extended.
9881
9882 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9885         before remove.
9886         (gnus-mime-security-show-details): Ditto.
9887
9888 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9889
9890         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9891         syntax.  Protect string-match against nil string and regexp.
9892
9893 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9894
9895         * mm-util.el (mm-find-charset-region): Remove control-1.
9896
9897 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9898
9899         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9900
9901 2001-08-04  Simon Josefsson  <jas@extundo.com>
9902
9903         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9904         buffer.  Delete MIME-Version header.
9905
9906 2001-08-03  Simon Josefsson  <jas@extundo.com>
9907
9908         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9909         that is entered does not necessarily have the highest article
9910         number in the group, so use `gnus-cache-possibly-alter-active'
9911         instead of `gnus-cache-update-active'.
9912
9913 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9914
9915         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9916
9917 2001-08-03  Simon Josefsson  <jas@extundo.com>
9918
9919         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9920         menu.
9921
9922 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus.el (post-method): New group parameter.  It also provides
9925         the user option `gnus-post-method-alist' and the internal function
9926         `gnus-parameter-post-method'.
9927
9928         * gnus-msg.el (gnus-post-method): Bind the value of
9929         `gnus-post-method' to the group parameter if it is defined.
9930
9931 2001-08-02  Simon Josefsson  <jas@extundo.com>
9932
9933         * smime.el (smime-extra-arguments): Removed.
9934         (smime-call-openssl-region): Don't use it.
9935
9936 2001-08-02  Simon Josefsson  <jas@extundo.com>
9937
9938         * smime.el (smime-sign-region): Handle stderr.
9939         (smime-encrypt-region): Ditto.
9940
9941         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9942         match the ASN.1 length bytes.
9943         (mm-pkcs7-enveloped-magic): Ditto.
9944         (mm-view-pkcs7-get-type): Don't regexp quote.
9945
9946 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9947         From Andreas Fuchs <asf@void.at>
9948
9949         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9950
9951 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9952
9953         * gnus-art.el (gnus-header-button-alist): References regexp.
9954
9955 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9956
9957         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9958         already fboundp.  Add INTERACTIVE arg to autoload form.
9959
9960 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9961
9962         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9963
9964         * nnmail.el (nnmail-cache-open): Ditto.
9965
9966 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9969
9970 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9973
9974 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9976
9977         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9978         (gnus-agent-toggle-plugged): Use it.
9979
9980 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9983         (gnus-ding-file-coding-system): New variable.
9984         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9985         (gnus-slave-save-newsrc): Use it.
9986
9987 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9988
9989         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9990         syntax.
9991
9992 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993         Originally from Andreas Fuchs <asf@void.at>
9994
9995         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9996         (mml2015-gpg-pretty-print-fpr): New function.
9997         (mml2015-gpg-extract-signature-details): More details, rename from
9998         `m-g-e-from'.
9999         (mml2015-gpg-verify): Use them.
10000         (mml2015-gpg-clear-verify): Use them.
10001
10002 2001-07-31  Simon Josefsson  <jas@extundo.com>
10003
10004         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10005         buffer when done.
10006
10007 2001-07-30  Simon Josefsson  <jas@extundo.com>
10008
10009         * smime.el (smime-call-openssl-region): Revert previous change,
10010         just pass on buf to `call-process-region'.
10011         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10012         `smime-new-details-buffer'.  Inserts error messages into buffer.
10013         (smime-noverify-region): Ditto.
10014         (smime-decrypt-region): Ditto.  Handles stderr separately.
10015         (smime-verify-buffer, smime-noverify-buffer)
10016         (smime-decrypt-buffer): Doc fix.
10017         (smime-new-details-buffer): New function.
10018         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10019         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10020         (smime-sign-region, smime-encrypt-region): Don't use
10021         `insert-buffer'.
10022
10023         * mml-smime.el (mml-smime-verify): Fix security button strings.
10024
10025 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10028         gnus-article-mime-handles.
10029
10030 2001-07-29  Simon Josefsson  <jas@extundo.com>
10031
10032         * mail-source.el (top-level): Require message for message-directory.
10033         (mail-source-directory): Change default to message-directory.
10034
10035         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10036         (smime-certificate-directory, smime-openssl-program)
10037         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10038         (smime-extra-arguments): New variable.
10039         (smime-dns-server): Fix customize group.
10040         (smime-call-openssl-region): Use `smime-extra-arguments'.
10041
10042 2001-07-29  Simon Josefsson  <jas@extundo.com>
10043         From Vladimir Volovich <vvv@vsu.ru>
10044
10045         * smime.el (smime-call-openssl-region): Ignore stderr.
10046
10047 2001-07-29  Simon Josefsson  <jas@extundo.com>
10048         From Christoph Conrad <christoph.conrad@gmx.de>
10049
10050         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10051         file.
10052
10053 2001-07-29  Simon Josefsson  <jas@extundo.com>
10054
10055         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10056
10057         Support S/MIME decryption.
10058
10059         * mm-decode.el (mm-inline-media-tests):
10060         (mm-inlined-types):
10061         (mm-automatic-display):
10062         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10063
10064         * mm-view.el (mm-pkcs7-signed-magic):
10065         (mm-pkcs7-enveloped-magic): New variables.
10066         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10067         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10068         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10069         PKCS#7 blobs.
10070
10071         * smime.el (smime-decrypt-region): Expand keyfile.
10072
10073 2001-07-29  Simon Josefsson  <jas@extundo.com>
10074
10075         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10076         `ssl.el' variables.
10077
10078         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10079         but line instead of narrowing to it, because `nnmail-parse-active'
10080         calls widen.  Thanks to Christoph Conrad
10081         <christoph.conrad@gmx.de>.
10082
10083 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10084
10085         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10086         for %B spec.
10087
10088         * gnus-sum.el (gnus-summary-prepare-threads): If
10089         gnus-sum-thread-tree-root is nil, use subject instead.
10090         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10091         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10092         (gnus-sum-thread-tree-leaf-with-other)
10093         (gnus-sum-thread-tree-single-leaf): Documentation.
10094         (gnus-sum-thread-tree-single-indent): Allow nil.
10095
10096 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10097
10098         * message.el (message-fill-paragraph): Do nothing if the user
10099         wants filladapt-mode.
10100
10101 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10102
10103         * mm-decode.el (mm-image-type-from-buffer): New function.
10104         (mm-get-image): Use it.
10105
10106 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10107
10108         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10109
10110         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10111         mm-display-parts too.
10112
10113 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * nnfolder.el (nnfolder-request-accept-article): Bind
10116         nntp-server-buffer.
10117
10118         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10119         nntp-server-buffer.
10120
10121 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10122
10123         * message.el (message-check-news-header-syntax): Use
10124         message-post-method.
10125         (message-send-news): Bind message-post-method.
10126
10127 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * mml.el (mml-tweak-type-alist): New variable.
10130         (mml-tweak-function-alist): New variable.
10131         (mml-tweak-part): New function.
10132         (mml-generate-mime-1): Use it.
10133
10134 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10135
10136         * nnfolder.el (nnfolder-request-accept-article): Replace
10137         nnfolder-request-list.
10138
10139 2001-07-27  Simon Josefsson  <jas@extundo.com>
10140
10141         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10142         nnoo-change-server failed to do it.
10143
10144 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10145
10146         * gnus.el (gnus-parameters): Make it customizable.
10147
10148 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10151
10152         * message.el (message-set-auto-save-file-name): More
10153         poor-system-types.
10154
10155         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10156
10157         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10158         supports +.
10159
10160 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10161
10162         * mm-decode.el (mm-readable-p): New function.
10163         (mm-inline-media-tests): Fix the default testers.
10164
10165 2001-07-26  Simon Josefsson  <jas@extundo.com>
10166
10167         * nnimap.el (nnimap-version): Bump version number.
10168
10169 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10170         From Steven E. Harris <seh@speakeasy.org>
10171
10172         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10173         in M$Windows too.
10174
10175 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10176
10177         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10178
10179 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10180
10181         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10182
10183         * mm-decode.el (mm-get-image): Guess then use the type.
10184
10185         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10186
10187 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10188
10189         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10190         display (%B) for threads if threading is off.
10191
10192 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193         From Henrik Enberg <henrik@enberg.org>
10194
10195         * gnus-msg.el: Customization patch.
10196
10197 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10198
10199         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10200         variable.
10201         (nnmail-split-fancy-with-parent): Ignore certain groups.
10202
10203 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10204
10205         * gnus-util.el (gnus-byte-compile): New function.
10206         (gnus-use-byte-compile): New variable.
10207         (gnus-make-sort-function): Use it.
10208
10209         * nnmail.el (nnmail-get-new-mail): Use it.
10210
10211         * gnus-agent.el (gnus-category-make-function): Simple function or
10212         compiled function.
10213         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10214
10215         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10216         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10217         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10218
10219         * message.el (message-check-news-header-syntax): Remove quote.
10220
10221 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10222
10223         * message.el (message-use-mail-followup-to): `t' is not a
10224         documented value.
10225
10226 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10227
10228         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10229
10230 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10231
10232         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10233         there are long lines.
10234
10235 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * dgnushack.el (copy-list): New compiler macro.
10238
10239 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10240
10241         * message.el (message-bounce): If no Return-Path, the whole
10242         content is considered as the original message.
10243
10244         * nnml.el (nnml-check-directory-twice): New variable.
10245         (nnml-article-to-file): Use it.
10246         (nnml-retrieve-headers): Hack it.
10247
10248 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10249
10250         * gnus-win.el (gnus-buffer-configuration): New configure.
10251
10252         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10253         not alive.
10254
10255         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10256         (mm-display-external): Use display-term configure.
10257
10258 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10259
10260         * gnus-delay.el (gnus-delay-default-hour): New variable.
10261         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10262
10263 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10264         From Karl Kleinpaste <karl@charcoal.com>
10265
10266         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10267         (gnus-summary-prepare-threads): Ditto.
10268
10269         * gnus.el (gnus-summary-line-format): Add %B.
10270
10271 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10274
10275         * mm-util.el (mm-string-as-multibyte): New function.
10276
10277         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10278
10279 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10280
10281         * mm-util.el (mm-universal-coding-system): New variable.
10282
10283         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10284
10285         * score-mode.el (score-mode-coding-system): Use it.
10286
10287 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-start.el (gnus-setup-news): Call
10290         `gnus-check-bogus-newsgroups' just after the native server is
10291         opened.
10292
10293 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10294
10295         * nnmail.el (nnmail-do-request-post): Util function to be used by
10296         `nnchoke-request-post' for all nnmail-derived backends.
10297
10298         * nnml.el (nnml-request-post): Use it.
10299
10300         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10301         backend, for it groks nnml-request-post.
10302
10303         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10304         Treat `mail-post' backends like `mail' backends, not like `news'
10305         backends.
10306
10307 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10308
10309         * gnus-msg.el (gnus-setup-message): make-local-hook.
10310
10311 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10312
10313         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10314         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10315         <karl@charcoal.com>, slightly changed by Kai.
10316
10317         * message.el (message-check-news-header-syntax): When checking
10318         whether the groups exist, check the right server based on
10319         `gnus-post-method'.
10320
10321 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10322
10323         * gnus-delay.el: New file.
10324
10325 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326
10327         * mm-util.el (mm-read-coding-system): Take two arguments.
10328
10329         * gnus-sum.el (gnus-summary-show-article): Use
10330         mm-read-coding-system.
10331
10332         * gnus-art.el (article-de-quoted-unreadable):
10333         (article-de-base64-unreadable, article-wash-html):
10334         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10335
10336 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10337
10338         * nnml.el (nnml-request-post): New function.  Can be used for
10339         annotations in nnml groups.
10340
10341 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10344         command.
10345
10346         * gnus-start.el (gnus-find-new-newsgroups): Use
10347         `message-make-date' instead of `current-time-string'.
10348         (gnus-ask-server-for-new-groups): Ditto.
10349         (gnus-check-first-time-used): Ditto.
10350
10351 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10352
10353         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10354
10355 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10356
10357         * message.el (message-shorten-references): Change `maxcount' and
10358         `cut' to obey USEFOR draft 5.
10359
10360 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10361
10362         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10363         (gnus-summary-set-article-display-arrow): New function.
10364         (gnus-summary-goto-subject): Use it.
10365
10366 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10367
10368         * gnus-sum.el (gnus-summary-import-article): Insert date if
10369         doesn't exist.
10370
10371 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372
10373         * mml.el (mml-content-type-parameters): New variable.
10374         (mml-content-disposition-parameters): New variable.
10375         (mml-insert-mime-headers): Use them.
10376         (mml-parse-1): Accept charset.
10377
10378 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10379
10380         * gnus-group.el (gnus-group-select-group): Doc fix.
10381
10382         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10383
10384 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10387         to handle `define-derived-mode'.
10388
10389 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10390         From:  Stefan Monnier  <monnier@cs.yale.edu>
10391
10392         * message.el (message-mode): Use define-derived-mode.
10393         (message-tab): message-completion-alist.
10394
10395         * imap.el (imap-interactive-login): Use make-local-variable.
10396         (imap-open): Ditto.
10397         (imap-authenticate): Ditto.
10398
10399         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10400
10401         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10402
10403 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10404
10405         * message.el (message-citation-line-function): Refer to
10406         gnus-cite-attribution-suffix.
10407
10408 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10409
10410         * gnus-art.el,...: Error convention changes.
10411
10412 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10413
10414         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10415
10416 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10417
10418         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10419         (nnrss-read-server-data): Ditto.
10420
10421 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10424         * Cleanup files.
10425         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10426
10427 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10428
10429         * gnus.el (gnus-summary-line-format): Add %o.
10430
10431         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10432         unless shell outputs something.
10433
10434 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10435
10436         * gnus-art.el (gnus-boring-article-headers): Better doc.
10437         (article-hide-headers): Better regexp.
10438         Suggested by Matt Swift <swift@alum.mit.edu>.
10439
10440         * nnheader.el (nnheader-max-head-length): Better doc.
10441         (nnheader-header-value): Skip spaces.
10442         (nnheader-parse-head): Remove space.
10443         Suggested by Matt Swift <swift@alum.mit.edu>.
10444
10445         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10446         (gnus-get-newsgroup-headers): Remove space.
10447
10448 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10449
10450         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10451         (gnus-summary-reply): Use it.
10452         (gnus-summary-reply-broken-reply-to): New function.
10453         (gnus-msg-force-broken-reply-to): New function.
10454
10455         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10456
10457 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10458
10459         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10460
10461 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * mm-decode.el (mm-external-terminal-program): New variable.
10464         (mm-display-external): Use it. Use term to display when no
10465         window-system.
10466
10467 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10468
10469         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10470         Browse->Next entries to Browse->Prev
10471
10472 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10473
10474         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10475
10476 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10479         for the default encoding.
10480
10481         * nnrss.el (nnrss-url-field): New field.
10482         (nnrss-request-article): Add newsgroups.
10483
10484         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10485
10486 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10489
10490         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10491         (gnus-draft-setup): Remove backlog.
10492
10493 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10494
10495         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10496         Cleanup.
10497
10498 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10499
10500         * gnus-msg.el (gnus-bug): Erase buffer.
10501
10502         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10503
10504 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10505
10506         * mm-decode.el (mm-attachment-override-p): Fix typo.
10507
10508 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-kill.el (gnus-execute): Work with the extra headers.
10511         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10512
10513 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10516         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10517
10518         * message.el (message-send-mail-real-function): New variable.
10519         (message-send-mail-partially, message-send-mail):
10520
10521         * nngateway.el (nngateway-request-post): Use it.
10522
10523         * gnus-agent.el (gnus-agentize): Use it.
10524
10525         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10526         (nnsoup-revert-variables): Use it.
10527
10528 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10529
10530         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10531         text/plain if the type doesn't match any other media types.
10532         (mm-inlined-types): Doc fix.
10533         (mm-display-inline): Revert previous change (now handled by a
10534         default type in `mm-inline-media-tests'.
10535         (mm-inlinable-p): Revive.
10536         (mm-display-part): Call `mm-inlinable-p'.
10537         (mm-attachment-override-p): Ditto.
10538         (mm-inlined-p): Doc fix.
10539
10540         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10541         well as `mm-inlined-p'.
10542
10543 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10544
10545         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10546         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10547
10548 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10549         From  Paul Jarc <prj@po.cwru.edu>
10550
10551         * message.el (message-use-mail-followup-to): New variable.
10552         (message-get-reply-headers): Use it.
10553
10554 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10555
10556         * nnheader.el (nnheader-init-server-buffer): Make sure the
10557         *nntpd* buffer is made multibyte instead of a random buffer.
10558
10559 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10560
10561         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10562         when it returns headers.
10563
10564 2001-07-07  Simon Josefsson  <jas@extundo.com>
10565
10566         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10567         trying to fold. Thanks to Colin Walters
10568         <walters@cis.ohio-state.edu>
10569
10570 2001-07-06  Simon Josefsson  <jas@extundo.com>
10571
10572         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10573         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10574         Add information in `assert's.
10575
10576         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10577         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10578         and `nnimap-group-overview-filename', should handle all
10579         change-of-uidvalidity related issues.  But there may be other
10580         problems.)
10581
10582 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10583
10584         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10585         header name when folding.
10586
10587 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10588
10589         * mm-decode.el (mm-inlined-types): Document relationship with
10590         `mm-inline-media-tests'.
10591         (mm-display-inline): Default to displaying as plain text if no
10592         inlining handler is available.
10593         (mm-inlinable-p): Remove.
10594         (mm-inlined-p): Don't call `mm-inlinable-p'.
10595         (mm-automatic-display-p): Ditto.
10596         (mm-attachment-override-p): Ditto.
10597
10598 2001-07-04  Simon Josefsson  <jas@extundo.com>
10599
10600         * nnimap.el (nnimap-importantize-dormant): New variable.
10601         (nnimap-request-update-info-internal): Use it.
10602         (nnimap-request-set-mark): Ditto.
10603
10604 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10605
10606         * nntp.el (nntp-send-command): don't pass a buffer argument to
10607         `point'. Only XEmacs accepts this.
10608         * nntp.el (nntp-send-command-nodelete): ditto.
10609         * nntp.el (nntp-send-command-and-decode): ditto.
10610
10611 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10612
10613         * nntp.el (nntp-open-connection-function): doc update.
10614         * nntp.el (nntp-pre-command): New.
10615         * nntp.el (nntp-via-rlogin-command): New.
10616         * nntp.el (nntp-via-telnet-command): New.
10617         * nntp.el (nntp-via-telnet-switches): New.
10618         * nntp.el (nntp-via-user-name): New.
10619         * nntp.el (nntp-via-user-password): New.
10620         * nntp.el (nntp-via-address): New.
10621         * nntp.el (nntp-via-envuser): New.
10622         * nntp.el (nntp-via-shell-prompt): New.
10623         * nntp.el (nntp-open-telnet-stream): New.
10624         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10625         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10626         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10627         * nntp.el (nntp-send-command): ditto.
10628         * nntp.el (nntp-send-command-nodelete): ditto.
10629         * nntp.el (nntp-send-command-and-decode): ditto.
10630
10631 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10632         Trivial patch.
10633
10634         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10635         `when'.
10636
10637 2001-07-03  Simon Josefsson  <jas@extundo.com>
10638         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10639
10640         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10641
10642 2001-07-03  Simon Josefsson  <jas@extundo.com>
10643
10644         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10645         remove it (workaround XEmacs `fill-region' bug).
10646
10647 2001-07-01  Simon Josefsson  <jas@extundo.com>
10648
10649         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10650
10651 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10652
10653         * mml2015.el (mml2015-format-error): New function.
10654         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10655         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10656         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10657
10658 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10659
10660         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10661         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10662
10663         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10664         group variables.
10665
10666 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10667
10668         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10669
10670         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10671         (nnrss-save-group-data): Ditto.
10672
10673         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10674
10675 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * message.el (message-do-send-housekeeping): Narrow to headers.
10678
10679 2001-06-24  Simon Josefsson  <jas@extundo.com>
10680
10681         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10682         insertion when breaking lines looked for " \t" instead of "[ \t]".
10683         (rfc2047-encode-message-header): Fold lines even if
10684         no QP encoding is done.
10685
10686 2001-06-23  Simon Josefsson  <jas@extundo.com>
10687         From Samuel Tardieu <sam@inf.enst.fr>
10688
10689         * smime.el (smime-keys): Support additional certificates.
10690         (smime-make-certfiles): New function.
10691         (smime-sign-region): Use previous variables.
10692         (smime-get-certfiles): New function.
10693         (smime-sign-buffer): Use it.
10694         (smime-verify-region): Support both CAfile and CApath.
10695
10696 2001-06-23  Simon Josefsson  <jas@extundo.com>
10697
10698         * smime.el (smime-decrypt-region): Perhaps work.
10699
10700 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10701
10702         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10703
10704 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10705
10706         * mm-decode.el (mm-save-part): Rewrite file name.
10707         (mm-file-name-rewrite-functions): New variable.
10708         (mm-file-name-delete-whitespace): New function.
10709         (mm-file-name-trim-whitespace): New function.
10710         (mm-file-name-collapse-whitespace): New function.
10711         (mm-file-name-replace-whitespace): New variable and function.
10712
10713 2001-06-22  Simon Josefsson  <jas@extundo.com>
10714
10715         * message.el (message-make-date): Workaround locale for weekdays.
10716
10717 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10718
10719         * message.el (message-goto-body): Return nil if not found. (revert!)
10720
10721 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722         From Fremlin <chief@bandits.org>
10723
10724         * message.el (message-goto-body): Some messages have no header.
10725
10726         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10727
10728 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10729
10730         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10731
10732 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10733
10734         * message.el (message-make-date): Add week day.
10735         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10736
10737 2001-06-19  Simon Josefsson  <jas@extundo.com>
10738
10739         * message.el (message-yank-prefix): Doc fix.
10740         (message-yank-cited-prefix): Ditto.
10741         (message-delete-not-region): Keep citation prefix on first line,
10742         if possible and appropriate.
10743
10744 2001-06-19  Simon Josefsson  <jas@extundo.com>
10745
10746         * imap.el (imap-process-connection-type): New variable.
10747         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10748         recent `imtest's work completely (no line length issues), while
10749         making making old `imtest's unusable.  Thanks to NAGY Andras
10750         <nagya@inf.elte.hu> for his work.
10751
10752 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10753
10754         * imap.el (imap-ssl-program): Add -quiet to shut up
10755         OpenSSL/SSLeay's internal debug talk.
10756
10757 2001-06-19  Matt Armstrong  <matt@lickey.com>
10758
10759         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10760         server.
10761
10762 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * nnmail.el (nnmail-article-buffer): New variable.
10765         (nnmail-split-incoming): Use it.
10766
10767 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10768
10769         * qp.el (quoted-printable-decode-region): If called interactively,
10770         use coding-system-for-read.
10771
10772 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10773
10774         * message.el (message-check-news-header-syntax): Check Reply-To.
10775
10776 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10777
10778         * mml.el (mml-parse-1): Use message options.
10779
10780         * message.el (message-do-fcc): Don't do anything if there is no
10781         FCC.
10782
10783 2001-06-16  Simon Josefsson  <jas@extundo.com>
10784
10785         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10786         (nnimap-expunge-search-string): New variable.
10787         (nnimap-request-expire-articles): Use it.
10788
10789 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10790
10791         * message.el (message-send-mail-with-qmail): wrong exit status is
10792         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10793
10794 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10795
10796         * gnus-art.el (article-strip-multiple-blank-lines): Use
10797         delete-region instead of replace-match.
10798
10799 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10802         (nnweb-google-wash-article): Ditto.
10803
10804 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10805
10806         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10807
10808 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10811         specs.
10812
10813 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10814
10815         * gnus.el (gnus-email-address): Move it here.
10816
10817         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10818         requested.
10819         (article-de-base64-unreadable): Ditto.
10820         (article-wash-html): Ditto.
10821
10822 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10823
10824         * message.el (message-options-set-recipient): Don't add ", "
10825         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10826
10827 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10828
10829         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10830
10831 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10832
10833         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10834         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10835
10836         * nnrss.el (nnrss-node-text): Node might be nil.
10837
10838 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10839
10840         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10841         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10842
10843         * nnrss.el (nnrss-group-alist): More items.
10844
10845 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10846
10847         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10848
10849 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10850         Trivial patch from Dale Hagglund  <rdh@best.com>
10851
10852         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10853         restrict clauses.
10854
10855 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10856
10857         From Benjamin Rutt <brutt+news@bloomington.in.us>
10858
10859         * message.el (message-wide-reply-confirm-recipients): New variable.
10860
10861 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10862         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10863
10864         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10865         fix so it works with XEmacs.
10866
10867 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10868
10869         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10870         headers.
10871
10872 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10873
10874         * nnrss.el: Fix a few bugs.
10875
10876 2001-06-05  Simon Josefsson  <jas@extundo.com>
10877
10878         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10879         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10880
10881 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10882
10883         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10884         binary so that we don't transmit ISO 2022 garbage to the process.
10885         This is needed under XEmacs.
10886
10887 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10888
10889         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10890         autoloaded incorrectly below because ssl-program-* is bound.)
10891         Thanks to Amos Gouaux for report.
10892
10893 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10894
10895         * imap.el (imap-kerberos4-open):
10896         (imap-gssapi-open):
10897         (imap-ssl-open):
10898         (imap-network-open):
10899         (imap-shell-open):
10900         (imap-starttls-open): Set buffer to workaround spurious
10901         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10902         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10903         Colman <colman@ppllc.com> for report.
10904
10905 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10906
10907         * gnus-sum.el (gnus-summary-catchup): New argument.
10908         (gnus-summary-catchup-from-here): New function.
10909
10910 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10911
10912         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10913         back, then insert glyph.  (Before, the glyph was inserted first,
10914         then the newline.)  This works around a behavior in XEmacs where
10915         it is not possible to insert a character after a glyph which is at
10916         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10917
10918 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10919
10920         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10921
10922         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10923         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10924         mm-destroy-postponed-undisplay-list): New functions.
10925         (mm-display-external): Use them.
10926
10927 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10928
10929         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10930         `default-low' when evaluating `gnus-summary-highlight'.
10931         From Raja R Harinath <harinath@cs.umn.edu>.
10932
10933 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10934
10935         * message.el (message-yank-cited-prefix): New variable.
10936         (message-indent-citation): Use it.
10937
10938         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10939         as details.
10940         (mml2015-mailcrypt-clear-verify): Ditto.
10941
10942 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10943         From Nevin Kapur <nevin@jhu.edu>.
10944
10945         * gnus-sum.el (gnus-summary-default-high-score,
10946         gnus-summary-default-low-score): New variables.
10947         (gnus-summary-highlight): Use them.
10948
10949 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10950
10951         * message.el (message-mail): pass the 'send-actions argument to
10952         `message-setup'.
10953
10954 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10955         From Raymond Scholz <ray-2001@zonix.de>
10956
10957         * gnus-art.el (gnus-mime-view-part-as-charset):
10958         (gnus-mime-internalize-part): Doc fixes.
10959
10960 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10961
10962         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10963         status lines without any text ("^215$").
10964
10965 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10966
10967         * nnrss.el (nnrss-check-group): Reverse.
10968
10969 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10970
10971         * message.el (message-get-reply-headers):
10972         (message-followup): Fix typo, suggested by David Green
10973         <dgreen@uab.edu>
10974
10975 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10976
10977         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10978
10979         * nnrss.el (nnrss-open-server): Read server data when it is called.
10980         (nnrss-request-expire-articles): Fix.
10981
10982 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10983
10984         * message.el (message-do-send-housekeeping): mail-abbrevs may
10985         rename buffer behind Gnus.
10986
10987 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10988
10989         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10990         (nnrss-group-alist): Add more resources.
10991         (nnrss-check-group): Ignore errors.
10992
10993 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10996
10997         * nnslashdot.el (nnslashdot-request-list): Add time.
10998         (nnslashdot-request-expire-articles): New function.
10999
11000         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11001         secondary methods too.
11002
11003 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * message.el (message-use-followup-to): Set default value to t.
11006
11007 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11008
11009         * message.el (message-dont-reply-to-names): Fix documentation.
11010         (message-get-reply-headers): Use Mail-Followup-To only for wide
11011         replies.
11012
11013 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11014
11015         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11016         correctly.
11017         (nnrss-check-group): Use time.
11018
11019 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11020
11021         * gnus.el: Oort Gnus v0.03 is released.
11022
11023 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11026         group.
11027
11028 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11031
11032 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * nnultimate.el (nnultimate-retrieve-headers): Return all
11035         available headers.
11036
11037         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11038         (gnus-get-newsgroup-headers-xover): Use it.
11039
11040 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11043
11044 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11045
11046         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11047
11048 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11049
11050         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11051         disable it.
11052
11053         * gnus.el (gnus-info-nodes): Remove a few The's.
11054
11055 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11056
11057         * mail-source.el (mail-source-movemail): Call-process may return a
11058         signal description string.
11059
11060         * gnus-start.el (gnus-read-newsrc-el-file):
11061         gnus-newsrc-file-version may be nil.
11062
11063         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11064         Suggested by Michael Sperber [Mr. Preprocessor]
11065         <sperber@informatik.uni-tuebingen.de>.
11066
11067 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11068
11069         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11070
11071 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11072
11073         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11074         fontify HANDLE.
11075
11076 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11077
11078         * smime.el (smime-ask-passphrase): Rework to return value.
11079         (smime-sign-region): Rework to bind value and use it.
11080         (smime-decrypt-region): Ditto.
11081
11082 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11083         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11084
11085         * smime.el (smime-ask-passphrase): New function.
11086         (smime-sign-region): Use it.
11087         (smime-encrypt-cipher): New variable.
11088         (smime-decrypt-region): Ditto.
11089
11090 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11091         Committed by Simon Josefsson  <simon@josefsson.org>
11092
11093         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11094         the log.
11095
11096 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11097
11098         * gnus.el: Oort Gnus v0.02 is released.
11099
11100 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11101
11102         * gnus.el: Oort Gnus v0.01 is released.
11103
11104 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * gnus-sum.el (gnus-summary-highlight): Highlight read
11107         undownloaded articles as read articles.
11108
11109         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11110         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11111         articles, even read ones, as such.
11112
11113         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11114         (gnus-find-matching-articles): New function.
11115         (gnus-summary-limit-include-matching-articles): New command.
11116         (gnus-summary-limit-include-thread): Include articles that have
11117         matching subjects.
11118         (gnus-offer-save-summaries): Clean up.
11119
11120 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11121
11122         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11123
11124 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11125         From Jason Merrill <jason_merrill@redhat.com>
11126
11127         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11128
11129 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11130         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11131
11132         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11133         newsgroup names when the original article is a news message.
11134
11135 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11136
11137         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11138         supported. Suggest by Jim Meyering <jim@meyering.net>.
11139
11140 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11141         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11142
11143         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11144         regexp in nnmail-split-fancy.
11145
11146 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11147
11148         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11149
11150 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11151
11152         * message.el (message-send-mail): Improve the interaction with the
11153         user.
11154
11155 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11156
11157         * imap.el (imap-message-copy): Work around buggy servers that
11158         doesn't send TRYCREATE tags.
11159
11160 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11163
11164 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165
11166         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11167         date.
11168
11169 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11172         lives.
11173
11174 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * gnus-art.el (gnus-parse-news-url): New function.
11177         (gnus-button-handle-news): New function.
11178         (gnus-button-alist): Point to new functions.
11179
11180         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11181
11182         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11183         gnus-format-specs.
11184
11185         * message.el (message-check-news-header-syntax): Question even
11186         when Gnus doesn't know the group names.
11187         (message-send-news): Clean up.
11188
11189         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11190         exited on purpose without saving.
11191
11192         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11193
11194 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195
11196         * gnus-score.el (gnus-score-orphans): Clean up.
11197
11198         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11199
11200         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11201         later.
11202
11203         * gnus-start.el (gnus-close-all-servers): Find the right items to
11204         close.
11205
11206         * qp.el (quoted-printable-decode-region): Just message
11207         malformation; don't quit.
11208
11209 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210         From Gerd Moellmann <gerd@gnu.org>.
11211
11212         * gnus.el (gnus-interactive): A typo.
11213
11214 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11215         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11216
11217         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11218         `assq-delete-all', if that function exists; otherwise use the old
11219         definition. Documentation changed to match the one in
11220         `assq-delete-all'.
11221
11222 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223
11224         * gnus-start.el (gnus-close-all-servers): New function.
11225
11226         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11227         (gnus-server-remove-denials): Clean up.
11228
11229         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11230         keystroke.
11231
11232 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11233
11234         * message.el (message-send-news): Message where we are sending.
11235         (message-send-mail): Ditto.
11236
11237         * gnus.el (gnus-server-string): New function.
11238
11239         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11240
11241         * mm-decode.el (mm-default-directory): Customized.
11242         (mm-tmp-directory): Ditto.
11243
11244         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11245         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11246         or Chars.
11247         (gnus-summary-line-format-alist): ?l is now a string.
11248         (gnus-summary-prepare-threads): Output ? for unknown lines.
11249         (gnus-summary-insert-line): Ditto.
11250         (gnus-summary-print-article): Unbalanced parentheses.
11251
11252         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11253         out whether new stuff has arrived.
11254
11255 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11256
11257         * gnus-sum.el: Let printing work on ttys on Emacs.
11258
11259 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11262         when forcing news.
11263
11264         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11265         command.
11266
11267 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11268
11269         * message.el (message-set-auto-save-file-name): Don't use
11270         asterisks under nt.
11271
11272 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11275         lists of articles.
11276
11277         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11278
11279         * gnus-msg.el (gnus-put-message): Clean up.
11280         (gnus-summary-reply): Mark all replied-to articles as replied to.
11281         (gnus-inews-add-send-actions): Also mark as forwarded.
11282         (gnus-summary-mail-forward): Mark as forwarded.
11283
11284         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11285         of articles.
11286         (gnus-summary-mark-article-as-forwarded): Ditto.
11287
11288         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11289         forwarded.
11290         (gnus-summary-mail-forward): Clean up.
11291
11292         * gnus.el (gnus-article-mark-lists): Added forward.
11293
11294         * gnus-sum.el (gnus-forwarded-mark): New variable.
11295         (gnus-summary-prepare-threads): Use it.
11296         (gnus-summary-update-secondary-mark): Ditto.
11297         (gnus-newsgroup-forwarded): New variable.
11298
11299 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300
11301         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11302         (gnus-summary-very-wide-reply): New command and keystroke.
11303         (gnus-summary-very-wide-reply-with-original): Ditto.
11304
11305         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11306         (gnus-score-adaptive): Use it.
11307
11308         * gnus-start.el (gnus-get-unread-articles): Clean up.
11309
11310 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11313         boards.
11314
11315 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11316
11317         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11318         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11319
11320 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11321
11322         * nnultimate.el (nnultimate-retrieve-headers): Understand
11323         long-form month names.
11324
11325 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * gnus-sum.el (gnus-summary-show-all-headers):
11328         gnus-article-show-all-headers is broken. Use
11329         gnus-summary-toggle-header instead.
11330
11331         * mml2015.el (mml2015-gpg-extract-from): No error.
11332
11333 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11335
11336         * mml2015.el (mml2015-gpg-extract-from): New function.
11337         (mml2015-gpg-verify): Use it.
11338         (mml2015-gpg-clear-verify): Use it.
11339
11340 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11341
11342         * message.el (message-setup-fill-variables): Use
11343         fill-paragraph-function.
11344         (message-fill-paragraph): Take an argument.
11345         (message-newline-and-reformat): Take another argument.
11346
11347 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11350
11351 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * message.el (message-forward): local-variable-p takes an extra
11354         argument in XEmacs.
11355
11356 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11357
11358         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11359         `nnimap-use-nov-p' (it really tested the negative).
11360         (nnimap-retrieve-headers): Use it.
11361
11362 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11363
11364         * message.el (message-generate-headers-first): Update doc.
11365
11366 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11367         Trivial patch.
11368
11369         * gnus.el (gnus-summary-line-format): Typo.
11370
11371 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11372
11373         * mailcap.el (mailcap-mime-data): Add application/sieve.
11374         (mailcap-mime-extensions): Add .siv, .xls.
11375
11376 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377         From Christoph Conrad <christoph.conrad@gmx.de>
11378
11379         * gnus-score.el (gnus-summary-lower-thread): Typo.
11380
11381 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11382
11383         * message.el (message-forward-decoded-p): New variable.
11384         (message-forward-subject-author-subject): Use it.
11385         (message-make-forward-subject): Use it.
11386         (message-forward): Use it.
11387
11388         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11389
11390         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11391         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11392
11393 ;;Has been fixed -- zsh.
11394 ;;2001-03-05  Dave Love  <fx@gnu.org>
11395 ;;
11396 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11397 ;;      Move it after definition of mm-coding-system-p.
11398 ;;
11399 2001-03-01  Dave Love  <fx@gnu.org>
11400
11401         * mm-util.el (mm-inhibit-file-name-handlers): Add
11402         image-file-handler.
11403
11404 2001-02-11  Dave Love  <fx@gnu.org>
11405
11406         * message.el (message-signature-file): Fix doc, :type.
11407
11408 2001-02-08  Dave Love  <fx@gnu.org>
11409
11410         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11411         (message-posting-charset): Defvar when compiling again.
11412         (rfc2047-encodable-p): Require message.
11413
11414         * gnus-sum.el (gnus-alter-articles-to-read-function):
11415         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11416
11417 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * nnrss.el: New file.
11420
11421 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11422         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11423
11424         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11425         `skip-chars-forward'.
11426
11427 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11428
11429         * nndraft.el (nndraft-request-group): Restore auto save files if
11430         the original files do not exist.
11431
11432 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11433
11434         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11435         SCORE paths.
11436
11437         * mm-decode.el (mm-dissect-buffer): Call
11438         mail-extract-address-components only if necessary.
11439
11440 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11441
11442         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11443         directory part.
11444         (gnus-score-search-global-directories): Use file-directory-p.
11445
11446         * gnus-score.el (gnus-score-score-files-1): Use
11447         gnus-kill-files-directory.
11448         From Adrian Aichner <adrian@xemacs.org>.
11449
11450 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451
11452         * gnus.el (charset): Move here from gnus-sum.el.
11453
11454 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11455
11456         * mml.el (mml-preview): Disable local map.
11457
11458         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11459         gnus-article-post-menu here.
11460
11461         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11462         if it has not been made.
11463
11464 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11465
11466         * gnus-art.el (gnus-article-describe-key): Map key to event.
11467         (gnus-article-describe-key-briefly): Ditto
11468
11469 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11470
11471         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11472
11473 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474         From Katsumi Yamaoka <yamaoka@jpl.org>.
11475
11476         * dgnushack.el (coerce, merge, subseq): defmacro.
11477
11478 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11481         A fake defalias in nndraft.el results a not-activated bug in
11482         uncompiled versions.
11483
11484 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11485         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         * gnus-util.el (gnus-split-references): Handle malformed References:.
11488
11489 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11490
11491         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11492
11493 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11494         From NAGY Andras <nagya@inf.elte.hu>.
11495
11496         * gnus.el (gnus-parameters): Typo.
11497
11498 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11499
11500         * gnus.el (gnus-read-method): Remove redundancy.
11501
11502 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11503
11504         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11505         (nnslashdot-request-list): Use it.
11506
11507 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11508
11509         * nnml.el (nnml-generate-active-info): Fix the case when there is
11510         no file.
11511
11512         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11513         (gnus-summary-create-article): New function.
11514
11515         * gnus-group.el (gnus-group-mark-article-read): New function.
11516
11517         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11518
11519         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11520
11521 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11522
11523         * gnus-art.el (gnus-article-edit-done): Don't use
11524         gnus-article-edit-exit.
11525         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11526
11527         * gnus.el (gnus-parameters): New variable.
11528         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11529         (gnus-parameters-get-parameter): New function.
11530         (gnus-group-find-parameter): Use it.
11531
11532 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11533
11534         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11535         change of default value to `current'.
11536
11537 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * nneething.el (nneething-get-head): Insert unreadable file too.
11540
11541 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11542
11543         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11544
11545         * webmail.el (webmail-type-definition): Deja is bought by google.
11546
11547 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * gnus-sum.el (gnus-fetch-headers): New function.
11550         (gnus-select-newsgroup): Use it.
11551         (gnus-summary-insert-articles): New function.
11552         (gnus-summary-insert-old-articles): New function.
11553         (gnus-summary-insert-new-articles): New function.
11554
11555         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11556         (gnus-group-list-active): Ditto.
11557         * gnus-sum.el (gnus-set-mode-line): Ditto.
11558         (gnus-summary-read-group-1): Ditto.
11559
11560 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11563         current topic.
11564
11565 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566
11567         * smiley.el (gnus-smiley-display): Don't do widening.
11568
11569         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11570         within body.
11571
11572         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11573
11574         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11575         New variable.
11576         (gnus-mime-display-multipart-related-as-mixed): New variable.
11577         (gnus-mime-display-part): Use them.
11578
11579 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11580
11581         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11582         something special.
11583
11584 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11587         (nnweb-request-article): Call reference if exists.
11588         (nnweb-type-definition): Dejanews is bought by google.com.
11589         Beta!
11590
11591 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11592
11593         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11594
11595 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11596
11597         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11598         gnus-article-sort-functions.
11599         (gnus-article-sort-functions): Doc fix.  Refer to
11600         gnus-thread-sort-functions.
11601
11602 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603         From Paul Jarc <prj@po.cwru.edu>.
11604
11605         * message.el (message-get-reply-headers): More fixes.
11606
11607 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11608         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11609
11610         * message.el (message-get-reply-headers): Fix bug with
11611         Mail-Followup-To/to-address interaction.
11612
11613 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11614
11615         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11616         gnus-article-copy.
11617
11618 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11619
11620         * message.el (message-do-send-housekeeping): Rename to a better
11621         name.
11622
11623 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11624
11625         * message.el (message-cancel-news): Check article first, then ask
11626         yes or no.
11627
11628 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11629
11630         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11631
11632 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11633
11634         * gnus-range.el (gnus-range-normalize): New function.
11635
11636 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11637
11638         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11639
11640 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11641
11642         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11643
11644         * nnagent.el (nnagent-request-regenerate): New function.
11645
11646         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11647
11648         * nnml.el (nnml-generate-nov-databases): Accept argument
11649         server. Don't open server if it is opened.
11650         (nnml-request-regenerate): Use it. Change to deffoo.
11651
11652 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11653         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11654
11655         * gnus.el (gnus-define-group-parameter): Fix.
11656
11657 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11658
11659         * gnus.el (gnus-define-group-parameter): Improved.
11660
11661         * gnus-sum.el (charset): Define parameter.
11662         (ignored-charsets): Ditto.
11663         (gnus-summary-setup-default-charset): Use them.
11664
11665         * gnus-start.el (gnus-read-descriptions-file): Use them.
11666
11667         * gnus-cus.el (gnus-group-parameters): Remove them.
11668
11669 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11670
11671         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11672
11673 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11674
11675         * gnus-sum.el (gnus-summary-read-group-1): Remove
11676         gnus-summary-set-local-parameters.
11677         (gnus-summary-setup-buffer): Put it here.
11678
11679 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * gnus.el (to-address): Define parameter.
11682         (to-list): Ditto.
11683         * gnus-art.el (article-hide-boring-headers): Use them.
11684         * gnus-msg.el (gnus-post-news): Ditto.
11685         * gnus-cus.el (gnus-group-parameters): Remove them.
11686
11687 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11688
11689         * gnus-draft.el (gnus-draft-reminder): New function.
11690
11691         * gnus-art.el (gnus-sender-save-name): New function.
11692
11693 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11694
11695         * mm-util.el (mm-mime-charset): Error message.
11696
11697 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11698
11699         * message.el (message-check-news-body-syntax): Don't check mml lines.
11700
11701 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11702
11703         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11704         subscribe.
11705
11706         * gnus-start.el (gnus-call-subscribe-functions): New function.
11707         (gnus-find-new-newsgroups): Use it.
11708         (gnus-ask-server-for-new-groups): Use it.
11709         (gnus-check-first-time-used): Use it.
11710         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11711         (gnus-subscribe-options-newsgroup-method): Ditto.
11712         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11713         return .
11714
11715 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11716
11717         * gnus-cus.el (gnus-score-customize): Doc fix.
11718
11719 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11720
11721         * dgnushack.el (my-getenv): Typo.
11722
11723 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11724
11725         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11726
11727 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11728
11729         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11730
11731         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11732         (gnus-treatment-function-alist): Use it.
11733         (article-remove-leading-whitespace): New function.
11734         (gnus-article-make-menu-bar): Use it.
11735
11736         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11737         remove-leading-whitespace.
11738         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11739         because of conflict.
11740
11741 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11742
11743         * Makefile.in: Hack generating gnus-load.el.
11744         * dgnushack.el: Ditto.
11745         * gnus-load.el: Remove it.
11746
11747 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * dgnushack.el : Add URLDIR.
11750
11751         * Makefile.in (EMACS_COMP): Ditto.
11752
11753 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11754
11755         * gnus-cus.el (gnus-score-customize): Error on no score file.
11756
11757 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * mm-decode.el (mm-merge-handles): New function.
11760
11761         * mm-view.el (mm-inline-message): Use it.
11762         (mm-view-message): Ditto.
11763
11764         * mm-partial.el (mm-inline-partial): Ditto.
11765
11766         * mm-extern.el (mm-inline-external-body): Ditto.
11767
11768         * gnus-art.el (gnus-mime-view-part): Ditto.
11769         (gnus-mime-view-part-as-type): Ditto.
11770         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11771         cases.
11772
11773 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11774
11775         * message.el (message-cancel-news): Allow to shoot foot.
11776         (message-supersede): Ditto.
11777
11778 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11779         Trivial patch.
11780
11781         * gnus-sum.el (gnus-simplify-subject-re): Use
11782         message-subject-re-regexp.
11783
11784 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * nnmail.el (nnmail-expiry-target-group): Bind
11787         nnmail-cache-accepted-message-ids to nil.
11788
11789         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11790         coding system.
11791
11792 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11793
11794         * qp.el (quoted-printable-encode-region): Make sure characters are
11795         between 00 and FF.  Don't check charset.
11796
11797         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11798         in Emacs 20.
11799         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11800
11801 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11802
11803         * message.el (message-make-forward-subject): Argument decoded.
11804         (message-forward): Use it when digest.
11805
11806         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11807         buffer.
11808
11809 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11810
11811         * message.el (message-generate-headers-first): Doc fix.
11812
11813 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11814
11815         * gnus-art.el (article-make-date-line): Error proof.
11816
11817 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11818
11819         * gnus-group.el (gnus-group-listing-limit): New variable.
11820         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11821
11822         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11823
11824 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11825
11826         * message.el (message-newline-and-reformat): Special case for
11827         breaking at BOL.
11828
11829 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11830
11831         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11832         message/rfc822.
11833
11834 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11835
11836         * message.el (message-encode-message-body): Don't insert
11837         Content-Type if it is inside a mail.
11838
11839 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11842         gnus-article-commands-menu.
11843
11844         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11845         in Emacs.
11846
11847         * gnus-start.el (gnus-read-descriptions-file): Use
11848         gnus-group-name-charset and gnus-group-charset-alist.
11849
11850 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11851
11852         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11853         active region.
11854
11855         * gnus-start.el (gnus-group-change-level): Remove from both
11856         gnus-zombie-list and gnus-killed-list.
11857
11858 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11859
11860         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11861         gnus-subscribe-topics.
11862
11863         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11864
11865 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11866
11867         * gnus-art.el (gnus-article-make-menu-bar): Make
11868         gnus-article-post-menu.
11869
11870         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11871
11872         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11873
11874         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11875
11876         * message.el (message-mode-menu): Ditto.
11877
11878         * gnus-art.el (defvar): eval-when-compile.
11879
11880 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * gnus-agent.el (gnus-agentize): Fix doc.
11883
11884 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11885
11886         * mml.el (mml-preview): Bind `q'.
11887
11888 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11889
11890         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11891
11892 2001-01-31  Dave Love  <fx@gnu.org>
11893
11894         * mm-util.el (mm-mime-mule-charset-alist)
11895         (mm-find-mime-charset-region): Consider mule-utf-8.
11896
11897 2001-01-31  Dave Love  <fx@gnu.org>
11898
11899         * gnus-art.el (gnus-article-x-face-command)
11900         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11901         :version.
11902
11903 2001-01-26  Dave Love  <fx@gnu.org>
11904
11905         * mm-util.el (mm-multibyte-string-p): New.
11906
11907 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11908 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11909 ;;      string-as-multibyte on class.  Clarify line-folding.
11910         (quoted-printable-encode-string): Make temp buffer inherit
11911         string's multibyteness.
11912
11913 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11914
11915         * nnheader.el (toplevel): Don't require `gnus-util' at
11916         compile-time; this creates a circular dependency, and prevents
11917         a bootstrap.
11918
11919 2001-01-22  Andreas Schwab  <schwab@suse.de>
11920
11921         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11922
11923 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11924
11925         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11926
11927         * gnus-art.el (article-hide-list-identifiers): Ditto.
11928
11929         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11930
11931 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11932
11933         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11934
11935         * gnus-art.el (article-hide-list-identifiers): Similar.
11936
11937 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11938
11939         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11940
11941 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11944
11945 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11946
11947         * gnus-util.el (gnus-string-equal): New function.
11948
11949         * gnus-art.el (article-hide-boring-headers): Use it.
11950
11951 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11952
11953         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11954
11955 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11958
11959 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11960
11961         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11962         command if there is not last-saver.
11963
11964 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * nntp.el (nntp-open-connection): 201 is possible.
11967
11968 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11969
11970         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11971         (rfc2047-charset-encoding-alist): Add big5.
11972
11973 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974
11975         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11976         (gnus-agent-remove-server): Ditto.
11977         (autoload): gnus-server-update-server.
11978
11979         * gnus-srvr.el (gnus-server-line-format): Add %a.
11980         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11981         (gnus-server-insert-server-line): Use it.
11982
11983 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11986         GB2312 and Big5.
11987
11988 2001-01-24  Simon Josefsson  <sj@extundo.com>
11989
11990         * mail-source.el (mail-sources): Add :program specifier to IMAP
11991         mail source.
11992         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11993
11994 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11995
11996         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11997
11998 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999
12000         * nntp.el (nntp-wait-for): Return the success code.
12001         (nntp-open-connection): Use it.
12002
12003 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12006
12007 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12010
12011 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12014         argument. Allow to print several articles in one file.
12015
12016 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * webmail.el (webmail-type-definition): netaddress changes.
12019
12020 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * gnus.el: Fix copyright. Remove trailing spaces.
12023
12024         * message.el (message-forward): Use mule4.
12025
12026 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027
12028         * mm-util.el (mm-string-as-unibyte): New function.
12029
12030         * message.el (message-forward): Use it.
12031
12032 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * message.el (message-cite-original-without-signature): Don't peel
12035         off the blank line.
12036         (message-get-reply-headers): Add Cc if it is not in follow-to.
12037
12038 2001-01-20  Simon Josefsson  <sj@extundo.com>
12039
12040         * mm-decode.el (mm-handle-multipart-from): Add.
12041         (mm-dissect-buffer): Save From: header value.
12042         (mm-security-from): Remove.
12043         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12044
12045         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12046         instead of `mml-security-from'.  Protect null from value.
12047
12048 2001-01-20  Simon Josefsson  <sj@extundo.com>
12049
12050         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12051         application/vnd.ms-excel attachments.
12052
12053 2001-01-19  Simon Josefsson  <sj@extundo.com>
12054
12055         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12056
12057 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12058
12059         * message.el (message-ignored-mail-headers): Ditto.
12060
12061 2001-01-19  Simon Josefsson  <sj@extundo.com>
12062
12063         * message.el (message-ignored-news-headers): Only search beginning
12064         of line.
12065
12066 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12067         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12068
12069         * message.el (message-send-mail): Content-Type may not be there.
12070
12071 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12072
12073         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12074         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12075
12076         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12077         not.
12078
12079 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12080
12081         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12082         non-native groups.
12083
12084 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12085
12086         * message.el (message-yank-original): Understand
12087         universal-argument.
12088
12089 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12092         (article-hide-boring-headers): Ditto.
12093
12094         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12095
12096 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12097
12098         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12099         one.
12100
12101 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12102
12103         * message.el (message-make-in-reply-to): Add comment to message-id
12104         (old syntax, see 2000-08-02 change).
12105
12106 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12109         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12110         (gnus-button-reply): Ditto.
12111
12112 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-art.el (article-display-x-face): Fix.
12115
12116 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12117
12118         * gnus-art.el (article-display-x-face): Use
12119         gnus-original-article-buffer.
12120
12121 2001-01-15  Jack Twilley  <jmt@tbe.net>
12122
12123         * message.el (message-add-header): Move to point-max.
12124
12125 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12126
12127         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12128         nil, improve documentation.
12129         (smime-certificate-directory): Comment out false hints (until it
12130         is implemented).
12131
12132         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12133         there aren't any keys.
12134         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12135         verify certificate.  Default is changed to only check integrity.
12136         Improved security status texts.  If a certificate doesn't contain
12137         a email address, don't fail.
12138
12139         * smime.el (smime-noverify-region):
12140         (smime-noverify-buffer): New functions.  Verifies integrity only.
12141
12142 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12145
12146 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12147
12148         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12149         (gnus-remove-some-windows): Ditto.
12150
12151 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12152
12153         * gnus-art.el (article-make-date-line): 11th.
12154
12155 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12156
12157         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12158         (mml2015-gpg-sign): Ditto.
12159
12160 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12161
12162         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12163         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12164
12165 2001-01-08  Dave Love  <fx@gnu.org>
12166
12167         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12168         single character.
12169
12170         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12171
12172         * message.el: Doc and message fixes.
12173         (message-send-rename-function)
12174         (message-make-forward-subject-function)
12175         (message-send-mail-function, message-reply-to-function)
12176         (message-wide-reply-to-function, message-followup-to-function)
12177         (message-distribution-function, message-auto-save-directory): Fix
12178         :type.
12179
12180         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12181         proceeding after warnings.  Amend multipart warning message.
12182
12183 2001-01-04  Dave Love  <fx@gnu.org>
12184
12185         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12186         compiling.
12187         (gnus-make-directory): Require nnmail.
12188
12189         * mm-decode.el (mm-inline-media-tests): Add
12190         image/x-portable-bitmap.
12191         (mm-get-image): Grok pbm.
12192
12193 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12194
12195         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12196
12197 2001-01-09  Didier Verna  <didier@xemacs.org>
12198
12199         * dgnushack.el (dgnushack-compile): give a dummy value to
12200         `gnus-xmas-glyph-directory' for the time of compilation.
12201         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12202         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12203         * gnus-art.el: ditto.
12204         * gnus-group.el: ditto.
12205         * gnus-salt.el: ditto.
12206         * gnus-sum.el: ditto.
12207         * gnus-topic.el: ditto.
12208         * gnus-xmas.el (gnus-xmas-define): see above.
12209         * gnus-xmas.el (gnus-xmas-redefine): see above.
12210         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12211         non-continuable error when the directory can't be found.
12212
12213 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12214
12215         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12216         handle.
12217         * gnus-art.el (gnus-mime-view-part): Copy it.
12218         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12219
12220 2001-01-09  Michael Downes  <mjd@ams.org>
12221
12222         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12223
12224 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12227         orig-file. Use ',source.
12228
12229 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12230
12231         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12232         (gnus-xmas-group-startup-message):
12233         Detect gnus-xmas-glyph-directory when it is nil.
12234
12235 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236
12237         * pop3.el (pop3-get-message-count): Andrew Innes
12238         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12239
12240 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12243
12244         * time-date.el (time-to-number-of-days): New function.
12245
12246 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12247         Trivial patch.
12248
12249         * nnslashdot.el (nnslashdot-request-list): Always get the right
12250         sid.
12251
12252 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12253
12254         * message.el (message-minibuffer-local-map): New keymap.
12255         (message-read-from-minibuffer): Use it.
12256         * gnus-msg.el (gnus-summary-resend-message): Use it
12257
12258 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12259
12260         * gnus-start.el (gnus-display-time-event-handler): New function.
12261         (gnus-after-getting-new-news-hook): Use it.
12262
12263 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12264
12265         * message.el (message-ignored-mail-headers): Add draft header.
12266
12267 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12268
12269         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12270         excursion.
12271
12272         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12273
12274 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12275         A revoked patch.
12276
12277         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12278
12279 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12280
12281         * qp.el (quoted-printable-decode-region): Don't backward-char.
12282
12283 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12284
12285         * gnus-draft.el: Mark articles as replied.
12286
12287         * gnus-sum.el (gnus-summary-add-mark): New function.
12288
12289         * gnus-group.el (gnus-add-mark): New function.
12290
12291         * gnus-sum.el (gnus-summary-buffer-name): New function.
12292         (gnus-summary-setup-buffer): Use it.
12293
12294         * gnus-draft.el: Set things up with the right post method and
12295         stuff.
12296
12297         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12298
12299         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12300
12301         * gnus.el (gnus-draft-meta-information-header): New variable.
12302
12303 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12304
12305         * gnus-art.el (gnus-treatment-function-alist): Move the date
12306         functions before the header sorting functions.
12307
12308         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12309
12310         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12311         Don't (push "/usr/share/emacs/site-lisp" load-path).
12312
12313         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12314         to empty fill prefixes.
12315
12316 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12317
12318         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12319         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12320
12321 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12324
12325         * nnml.el (autoload): Move to nnheader.el.
12326
12327         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12328         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12329         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12330         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12331
12332 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12333
12334         * gnus-art.el (article-make-date-line): Get the hours right.
12335         (gnus-ignored-headers): More hiding.
12336
12337         * nnmail.el (nnmail-expiry-wait): Not an integer.
12338
12339         * message.el (message-goto-body): Only expand abbrev when called
12340         interactively.
12341         (message-make-lines): Use it.
12342
12343 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12344
12345         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12346
12347 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348
12349         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12350         include the expunged articles.
12351
12352         * gnus-group.el (gnus-group-sort-by-server): New function.
12353
12354         * gnus.el (gnus-method-to-server-name): New function.
12355         (gnus-group-prefixed-name): Use it.
12356
12357         * gnus-group.el (gnus-group-sort-function): Doc fix.
12358         (gnus-group-sort-groups-by-server): New command.
12359
12360 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361
12362         * gnus-art.el (gnus-treat-date-english): New variable.
12363         (article-date-english): New command.
12364         (gnus-english-month-names): New variable.
12365         (article-make-date-line): Do 'english.
12366
12367         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12368         after the fill prefix.
12369
12370         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12371         score...".
12372
12373         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12374
12375         * message.el (message-mode-map): Bind comment-region.
12376
12377         * gnus-art.el (gnus-mime-display-part): Let w3 display
12378         multipart/related.
12379
12380         * mm-bodies.el (mm-long-lines-p): New function.
12381         (mm-body-encoding): Use it.
12382         (mm-body-encoding): Encode articles with lines longer than 1000
12383         characters.
12384
12385 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12386
12387         * mm-util.el (mm-enable-multibyte): Use
12388         default-enable-multibyte-characters.
12389         (mm-enable-multibyte-mule4): Ditto.
12390         (mm-disable-multibyte): Test XEmacs.
12391         (mm-disable-multibyte-mule4): Ditto.
12392         (mm-with-unibyte-current-buffer): Simplified.
12393         (mm-with-unibyte-current-buffer-mule4): Ditto.
12394
12395 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396
12397         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12398
12399         * nnheader.el (nnheader-string-as-multibyte): New alias.
12400
12401         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12402
12403         * gnus-uu.el (gnus-message-process-mark): New function.
12404         (gnus-uu-mark-by-regexp): Use it.
12405         (gnus-new-processable): New function.
12406
12407 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12408          Trivial patch.
12409
12410         * gnus-sum.el (gnus-no-mark): New variable.
12411
12412 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12413
12414         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12415         backslashes.
12416
12417 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12420         definition.
12421
12422 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12423
12424         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12425
12426         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12427         XEmacs.
12428
12429 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12430         Trivial patch.
12431
12432         * mml.el (mml-read-tag): Save tag location.
12433
12434 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12435
12436         * starttls.el: Sync with Emacs 21.
12437
12438 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         * message.el (message-mail): Support yank-action.
12441
12442         * message.el (message-setup): Revoke the last change.
12443
12444 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12445
12446         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12447         <jvromans@squirrel.nl>.
12448
12449 2000-12-24  Simon Josefsson  <sj@extundo.com>
12450
12451         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12452         mailing list junk at end of part.
12453
12454 2000-12-23  Simon Josefsson  <sj@extundo.com>
12455
12456         * nnimap.el (nnimap-expiry-target): New function.
12457         (nnimap-request-expire-articles): Use it.
12458
12459 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12460
12461         * gnus.el (gnus-group-parameters-more): New variable.
12462         * gnus-cus.el (gnus-group-customize): Use it.
12463
12464         * gnus.el (gnus-define-group-parameter): New macro.
12465         (auto-expire): Use it
12466         (total-expire): Use it.
12467         * gnus-art.el (banner): Use it.
12468
12469         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12470         <ljz@asfast.com>.
12471
12472 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12473
12474         * gnus-topic.el (gnus-topic-create-topic): Use list.
12475
12476         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12477         before binding gnus-default-article-saver.
12478
12479         * gnus-sum.el (gnus-summary-save-article):
12480         (gnus-summary-pipe-output):
12481         (gnus-summary-save-article-mail):
12482         (gnus-summary-save-article-rmail):
12483         (gnus-summary-save-article-file):
12484         (gnus-summary-write-article-file):
12485         (gnus-summary-save-article-body-file): Ditto.
12486
12487         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12488
12489 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12490
12491         * gnus-art.el (gnus-mime-security-button-map):
12492         (gnus-mime-button-map): Add parent.
12493
12494 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12495
12496         * messagexmas.el (message-xmas-redefine): New function.
12497
12498         * message.el: Use it.
12499
12500         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12501
12502         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12503
12504 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12505
12506         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12507         malformatted messages.
12508
12509 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12510
12511         * mm-util.el (mm-image-load-path): New function.
12512
12513         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12514
12515         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12516
12517         * message.el (message-tool-bar-map): Use it.
12518
12519         * Makefile.in (install-el): New rule.
12520
12521 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-art.el (article-treat-dumbquotes): Quote \.
12524
12525 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12526
12527         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12528         Emacs 20 runs on a terminal.
12529
12530 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12533
12534         * mml.el (gnus-add-minor-mode): Autoload.
12535
12536         * message.el (message-forward): Save-restriction.
12537
12538 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12539
12540         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12541         Paul Stevenson <p.stevenson@surrey.ac.uk>
12542
12543 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12546
12547         * mml.el (gnus-ems): Don't require.
12548
12549         * gnus.el (gnus-decode-rfc1522): Removed.
12550         (gnus-set-text-properties): Define.
12551
12552 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12553
12554         * gnus-art.el (gnus-mime-*): handle may be nil.
12555
12556         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12557
12558         * gnus.el (gnus-group-remove-excess-properties): Not defined
12559         in gnus-xmas.
12560
12561 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12562
12563         * message.el (message-mail-user-agent): Add :version.
12564
12565 2000-12-21  Miles Bader  <miles@gnu.org>
12566
12567         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12568
12569 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12570
12571         * message.el (message-mail-user-agent): New variable.
12572         (message-setup): Renamed to message-setup-1. Support
12573         mail-user-agent.
12574         (message-mail-user-agent): New function.
12575         (message-mail): Use it.
12576         (message-reply): Use it.
12577         (message-resend): Use it.
12578         (message-mail-other-window): Use it.
12579         (message-mail-other-frame): Use it.
12580
12581         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12582
12583 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584
12585         * message.el (message-tool-bar-map): Simplify.
12586         (message-narrow-to-head-1): New function.
12587         (message-narrow-to-head): Use it.
12588         (message-reply): Ditto.
12589         (message-cancel-news): Ditto.
12590         (message-supersede): Ditto.
12591         (message-make-forward-subject): Ditto.
12592         (message-bounce): Ditto.
12593
12594 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * uudecode.el (uudecode-decode-region-external): make-temp-file
12597         may not be defined.
12598
12599         * binhex.el (defalias): eval-and-compile.
12600
12601         * message.el (message-tool-bar-map): New function.
12602         (message-mode): Use it.
12603
12604 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605
12606         * nntp.el (nntp-find-connection): Remove the entry.
12607         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12608
12609 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610
12611         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12612
12613         * message.el (message-forward): Copy buffer in unibyte mode.
12614
12615 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12616
12617         * message.el (message-make-forward-subject): Don't widen. Decode.
12618         (message-forward): Don't decode subject.
12619
12620 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12621
12622         * qp.el (quoted-printable-encode-region): Upcase QP.
12623
12624 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12625
12626         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12627         mail-extract-a-c instead. Don't depend on Gnus.
12628
12629         * mml.el (gnus-ems): Require it.
12630
12631         * gnus-msg.el (gnus-summary-mail-forward):
12632
12633         * message.el (message-forward):  Move mime-to-mml here.
12634
12635 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12636
12637         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12638         * gnus-art.el (gnus-insert-mime-button): Simplify.
12639         (gnus-mime-display-alternative): Ditto.
12640         (gnus-insert-mime-security-button): Ditto.
12641
12642 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12643
12644         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12645         text-property-not-all doesn't return nil when start=mark(end).
12646         (gnus-remove-text-properties-when): Ditto.
12647
12648 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12649
12650         * gnus-start.el (gnus-group-change-level): Remove group from
12651         gnus-active-hashtb if real killed.
12652
12653 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12654
12655         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12656         (gnus-mime-display-alternative): Ditto.
12657         (gnus-insert-mime-security-button): Ditto.
12658
12659 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12660
12661         * gnus-start.el (gnus-group-change-level): Don't add it into
12662         killed-list if it was killed.
12663
12664 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12665
12666         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12667         (nnmbox-active-file-coding-system): Ditto.
12668
12669         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12670
12671 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12672
12673         * gnus.el (gnus-version):
12674         (gnus-version-number): Set to Oort Gnus 0.01.
12675
12676         * gnus-art.el (gnus-mime-security-button-map):
12677         (gnus-insert-mime-security-button): Fix for Emacs21.
12678
12679 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12680
12681         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12682         easymenu, because XEmacs doesn't understand :help.
12683
12684         * mm-uu.el: Require binhex.
12685
12686 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12687
12688         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12689
12690 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12691
12692         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12693
12694 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12695
12696         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12697
12698 2000-12-18  Dave Love  <fx@gnu.org>
12699
12700         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12701         (unused).
12702
12703 2000-12-13  Miles Bader  <miles@gnu.org>
12704
12705         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12706         to t, so that we don't get stuck while trying to smilefy
12707         intangible text.
12708
12709 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12710
12711         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12712         at the end of the buffer.
12713         (smiley-region): In the loop, move to the end of the submatch
12714         matching the smiley instead of using the end of the match
12715         of the whole regexp.
12716
12717 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12718
12719         * message.el (message-mode): Doc fix.
12720
12721 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12722
12723         * smiley-ems.el (smiley-region): Doc fix.
12724
12725 2000-12-11  Miles Bader  <miles@gnu.org>
12726
12727         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12728         bottom line visible, check to see if it's partially obscured, and
12729         if so, either scroll one more line to make it fully visible, or
12730         revert to showing the second line from the top.
12731
12732 2000-12-07  Dave Love  <fx@gnu.org>
12733
12734         * mailcap.el (mailcap-download-directory)
12735         * gnus-audio.el (gnus-audio-directory)
12736         * smiley-ems.el (smiley-data-directory): Fix :type.
12737
12738 2000-11-30  Dave Love  <fx@gnu.org>
12739
12740         * message.el (message-auto-save-directory): Use
12741         file-name-as-directory.
12742         (message-set-auto-save-file-name): Create
12743         message-auto-save-directory if necessary.
12744         (message-replace-chars-in-string): Removed -- unused.
12745         (message-mail-alias-type): Customize.
12746         (message-headers): Remove duplicate defgroup.
12747
12748 2000-11-29  Dave Love  <fx@gnu.org>
12749
12750         * qp.el (quoted-printable-decode-region): Use error, not message
12751         to report malformed text (like base64).  Amend message.
12752
12753 2000-11-29  Miles Bader  <miles@gnu.org>
12754
12755         * message.el (message-header-lines): Fontify tag.
12756
12757 2000-11-27  Dave Love  <fx@gnu.org>
12758
12759         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12760         compiler warning.
12761
12762 ;2000-11-26  Dave Love  <fx@gnu.org>
12763 ;
12764 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12765 ;
12766 2000-11-23  Dave Love  <fx@gnu.org>
12767
12768         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12769
12770         * mm-uu.el (uudecode): Require.
12771         (uudecode-decode-region, uudecode-decode-region-external): Don't
12772         autoload.
12773         (mm-uu-copy-to-buffer): Doc fix.
12774         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12775         type fix.
12776
12777         * mailcap.el: Doc fixes.
12778         (mailcap-mime-data): Various adjustments.
12779         (mailcap): New group.
12780         (mailcap-download-directory): Customize.
12781         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12782         (mailcap-temporary-directory): Deleted (unused).
12783         (mailcap-unescape-mime-test): Simplify slightly.
12784         (mailcap-viewer-passes-test): Use functionp.
12785         (mailcap-command-p): Aliased to executable-find.
12786
12787         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12788         default-enable-multibyte-characters is nil.
12789
12790 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12791
12792         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12793
12794 2000-11-21  Dave Love  <fx@gnu.org>
12795
12796         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12797         gnus-article-mode-map.
12798 ;       (gnus-mime-button-menu): Use mouse-set-point.
12799         (gnus-insert-mime-button, gnus-mime-display-alternative)
12800         (gnus-mime-display-alternative): Don't use local-map property.
12801
12802 2000-11-17  Dave Love  <fx@gnu.org>
12803
12804         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12805         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12806         and make-temp-file.
12807         (uudecode-decode-region): Doc fix.
12808
12809 2000-11-14  Dave Love  <fx@gnu.org>
12810
12811         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12812         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12813         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12814         New files, derived from the XPMs.
12815
12816 2000-11-10  Dave Love  <fx@gnu.org>
12817
12818         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12819         (gnus-agent-lib-file, gnus-agent-load-alist)
12820         (gnus-agent-save-alist, gnus-agent-article-name): Use
12821         expand-file-name.
12822
12823         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12824         :version.
12825         (nnkiboze-score-file): Defvar when compiling.
12826
12827         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12828
12829         * gnus-art.el (gnus-article-banner-alist)
12830         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12831         (gnus-article-date-lapsed-new-header)
12832         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12833         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12834         (gnus-treat-strip-headers-in-body)
12835         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12836         (gnus-treat-translate): Add :version.
12837         (gnus-article-mime-part-function): Fix defcustom.
12838
12839         * nnmail.el (nnmail-expiry-target)
12840         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12841         (nnmail-split-header-length-limit): Add :version.
12842
12843         * gnus-sum.el (gnus-auto-expirable-marks)
12844         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12845         (gnus-extra-headers, gnus-ignored-from-addresses)
12846         (gnus-newsgroup-ignored-charsets)
12847         (gnus-group-highlight-words-alist)
12848         (gnus-summary-show-article-charset-alist): Add :version.
12849
12850         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12851         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12852         files, converted from the XPMs.
12853
12854         * gnus-cache.el (gnus-cache-active-file): Don't use
12855         file-name-as-directory on directory.
12856         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12857         use file-name-as-directory on directory.
12858
12859         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12860         (date-to-time): Use it.
12861
12862 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12863 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12864 ;       (message-newline-and-reformat): Likewise.
12865         (message-forward-as-mime, message-forward-ignored-headers)
12866         (message-buffer-naming-style, message-default-charset)
12867         (message-dont-reply-to-names, message-send-mail-partially-limit):
12868         Add :version.
12869
12870         * mm-util.el: Doc fixes.
12871         (mm-mime-charset): Don't use the raw result of
12872         mm-preferred-coding-system.
12873         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12874         (mm-with-unibyte): Simplify.
12875
12876         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12877         concat.
12878
12879         * pop3.el (pop3-version): Deleted.
12880         (pop3-make-date): New function, avoiding message-make-date.
12881         (pop3-munge-message-separator): Use it.
12882
12883 2000-11-09  Dave Love  <fx@gnu.org>
12884
12885         * gnus-group.el (gnus-group-make-directory-group)
12886         (gnus-group-fetch-faq): Use expand-file-name.
12887         (gnus-group-fetch-faq): Simplify completing-read form.
12888
12889         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12890         test for Mule.
12891
12892         * message.el (tool-bar-map): Defvar when compiling.
12893
12894         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12895         (gnus-tm-lisp-directory): Deleted.
12896         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12897         (featurep 'xemacs).
12898         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12899         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12900         version numbers from file names.
12901
12902 2000-11-08  Dave Love  <fx@gnu.org>
12903
12904         * mm-view.el: Use featurep for XEmacs test.
12905         (mm-inline-message): Test for `remove-specifier'; don't use
12906         condition-case.
12907
12908         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12909
12910         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12911         (gnus-score-find-bnews): Don't concat "".
12912
12913         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12914         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12915         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12916         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12917
12918         * gnus-sum.el: Put some defvars in eval-when-compile.
12919         (gnus-summary-mode-hook): Add :options.
12920         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12921         (gnus-summary-tool-bar-map): New variable.
12922         (gnus-summary-make-tool-bar): New function.
12923         (gnus-summary-mode): Put kill-all-local-variables first.
12924
12925         * gnus-group.el (gnus-group-toolbar-map): New variable.
12926         (gnus-group-make-tool-bar): Rewritten.
12927         (gnus-group-mode): Put kill-all-local-variables first.
12928
12929         * rfc2047.el: Require gnus-util.
12930
12931         * nnml.el (gnus-sorted-intersection): Autoload.
12932
12933         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12934         Put some defvars in eval-when-compile.
12935         (gnus-intersection, gnus-sorted-complement):  Autoload.
12936
12937         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12938
12939         * mm-encode.el (mm-body-7-or-8): Autoload.
12940
12941         * mm-decode.el (mm-insert-inline): Autoload.
12942
12943         * mml.el:
12944         * message.el: Put some defvars in eval-when-compile.
12945
12946         * gnus-msg.el: Put some defvars in eval-when-compile.
12947         (gnus-msg-mail): Move after gnus-setup-message.
12948
12949         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12950
12951 2000-11-07  Dave Love  <fx@gnu.org>
12952
12953         * gnus-util.el (nnheader): Don't require message (recursive
12954         autoload).
12955
12956         * uudecode.el: Avoid compiler warnings.
12957
12958         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12959         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12960
12961 2000-11-06  Dave Love  <fx@gnu.org>
12962
12963         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12964
12965         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12966         (uudecode-char-int): New alias, replacing char-int.
12967         (uudecode-decode-region): Don't call buffer-disable-undo.
12968
12969 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12970 ;       (mm-uu-configure-list): Doc fix.
12971 ;
12972 ;       * earcon.el (running-xemacs): Don't define.
12973 ;
12974 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12975 ;
12976 ;       * message.el (message-font-lock-keywords): Match a final newline
12977 ;       to help font-lock's multiline support.
12978 ;
12979 2000-11-03  Dave Love  <fx@gnu.org>
12980
12981         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12982
12983         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12984         name.
12985
12986         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12987         <banner>: Fix custom type, doc.
12988
12989         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12990         name.  Don't disable undo explicitly.
12991
12992 ;2000-11-02  Dave Love  <fx@gnu.org>
12993 ;
12994 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12995 ;       cite-prefix.
12996
12997 2000-11-01  Dave Love  <fx@gnu.org>
12998
12999         * rfc2047.el (base64): Require unconditionally.
13000         (message-posting-charset): Defvar when compiling.
13001         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13002         message.
13003
13004         * gnus-sum.el (nnoo): Require.
13005         (mm-uu-dissect): Autoload.
13006
13007         * mml.el (mml-parse-1): Clarify message.
13008         (mml-minibuffer-read-type): Use mailcap-mime-types.
13009
13010 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13011
13012         * mml.el: Fix a typo in the requiring of CL.
13013
13014 2000-11-01  Dave Love  <fx@gnu.org>
13015
13016         * utf7.el: Require cl when compiling.
13017
13018         * binhex.el: Use (featurep 'xemacs).
13019         (binhex-char-int): New alias, replacing char-int.  Change callers.
13020         (binhex-decode-region): Simplify work buffer code.
13021         (binhex-decode-region-external): Use expand-file-name, not concat.
13022
13023 2000-10-30  Dave Love  <fx@gnu.org>
13024
13025         * gnus-art.el: Fix 2000-10-27 change properly.
13026
13027 2000-10-28  Miles Bader  <miles@gnu.org>
13028
13029         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13030
13031 2000-10-27  Dave Love  <fx@gnu.org>
13032
13033         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13034         strings.
13035         (gnus-group-make-tool-bar): New function.
13036         (gnus-group-mode): Use it.
13037
13038         * message.el (message-mode-menu): Add some :help strings.
13039         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13040         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13041
13042         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13043         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13044         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13045
13046         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13047         display-graphic-p here.
13048
13049 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13050
13051         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13052         of the `gnus-xemacs' variable, as the latter has been removed.
13053         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13054         * gnus-art.el (gnus-treat-display-xface)
13055         (gnus-treat-display-smileys, gnus-treat-display-picons)
13056         (gnus-article-read-summary-keys): Likewise.
13057
13058 2000-10-26  Dave Love  <fx@gnu.org>
13059
13060         (defvar): Use rmail-spool-directory unconditionally.
13061
13062 2000-10-18  Dave Love  <fx@gnu.org>
13063
13064         * mm-bodies.el (mm-uu-decode-function)
13065         (mm-uu-binhex-decode-function): Defvar when compiling.
13066
13067         * gnus-nocem.el (gnus-nocem-issuers): Update.
13068         (gnus-nocem-check-from): New option.
13069         (gnus-nocem-scan-groups): Use it.
13070         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13071         (gnus-nocem-check-article-limit): Add :version.
13072
13073 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13074
13075         * ietf-drums.el (mm-util): Require CL when compiling.
13076
13077 2000-10-15  Dave Love  <fx@gnu.org>
13078
13079         * qp.el: Require mm-util.
13080
13081 2000-10-13  Dave Love  <fx@gnu.org>
13082
13083         * qp.el (quoted-printable-decode-region): Avoid invalid
13084         coding-systems.
13085
13086 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13087
13088         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13089         to a recursive load.
13090
13091 2000-10-12  Dave Love  <fx@gnu.org>
13092
13093         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13094
13095         * gnus.el (gnus-group-startup-message): Check for PBM image.
13096
13097 2000-10-09  Dave Love  <fx@gnu.org>
13098
13099         * mail-source.el (mail-source-fetch-imap): Bind
13100         default-enable-multibyte-characters rather than using
13101         mm-disable-multibyte.
13102
13103 2000-10-05  Dave Love  <fx@gnu.org>
13104
13105         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13106         Autoload.
13107         (quoted-printable-decode-region):  Rename arg which confused
13108         charset with coding-system.  Don't use nonascii-insert-offset.
13109         Coding-system encode the region initially.  Don't recognize `=='
13110         as valid QP.  Coding-system decode the region finally.
13111         (quoted-printable-decode-string): Rename arg which confused
13112         charset with coding-system.
13113
13114         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13115         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13116         mm-encode-coding-region.
13117         (mm-decode-body, mm-decode-string): Rename variables which
13118         confused charset with coding-system.
13119         (binhex-decode-region): Don't autoload.
13120         (mm-body-encoding): Require message.
13121         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13122         cond branches.
13123
13124         * gnus-art.el (article-de-quoted-unreadable)
13125         (article-de-base64-unreadable): Fold search case
13126         rather than downcasing string.  Apply mm-charset-to-coding-system
13127         to arg of quoted-printable-decode-region.
13128
13129 2000-10-04  Dave Love  <fx@gnu.org>
13130
13131         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13132         Require ring when compiling.
13133         (gnus-article-compface-xbm): New variable.
13134
13135 2000-10-04  Dave Love  <fx@gnu.org>
13136
13137         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13138         pbm images.
13139
13140         * frown.pbm, smile.pbm, wry.pbm: New files.
13141
13142         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13143
13144 2000-10-03  Dave Love  <fx@gnu.org>
13145
13146         * mail-source.el (mail-sources): Revert to nil.
13147
13148         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13149
13150         * qp.el: Don't require mm-util.
13151         (quoted-printable-decode-region): Rewritten.
13152         (quoted-printable-decode-string, quoted-printable-encode-region):
13153         Doc fix.
13154         (quoted-printable-encode-region): Barf on multibyte characters.
13155         Maybe make the class multibyte.  Upcase chars, not formatted
13156         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13157         (quoted-printable-encode-string): Don't use
13158         mm-with-unibyte-buffer.
13159
13160 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13161
13162         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13163
13164 2000-09-21  Dave Love  <fx@gnu.org>
13165
13166         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13167         (for Emacs 20).  Tidy somewhat.
13168
13169 2000-09-21  Dave Love  <fx@gnu.org>
13170
13171         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13172         image processing.  Rationalize logic somewhat.
13173
13174 2000-09-20  Dave Love  <fx@gnu.org>
13175
13176         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13177         specifically.
13178
13179         * gnus.el (gnus-version-number): Avoid some redundant
13180         autoloads.
13181
13182 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13183
13184         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13185         to XBM; we always have PBM support.
13186
13187 2000-09-14  Dave Love  <fx@gnu.org>
13188
13189         * gnus.el (gnus-charset):
13190         * mm-decode.el (mime-display):
13191         * imap.el (imap) <defgroup>: Add :version.
13192
13193 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13194
13195         * parse-time.el: Fix author's mail address.
13196
13197         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13198         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13199         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13200         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13201         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13202         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13203         * rfc2231.el, uudecode.el: Fix copyright notice.
13204
13205         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13206         require `w3' at load-time only if not running in batch mode.
13207
13208 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13209
13210         * gnus.el: Before merge with Emacs21.
13211
13212 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13213
13214         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13215
13216 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13217
13218         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13219         to avoid conflict with the standard `back-to-indentation'
13220         binding.
13221
13222 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13225
13226         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13227         (mm-disable-multibyte-mule4): Ditto.
13228         (mm-with-unibyte-current-buffer-mule4): Ditto.
13229
13230 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13231
13232         * pop3.el (pop3-movemail): Use binary.
13233         (pop3-movemail-file-coding-system): Removed.
13234
13235 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13236
13237         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13238
13239 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13240
13241         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13242         exists.
13243
13244 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13245
13246         * gnus-msg.el (gnus-post-method): Use backend name when the
13247         address is "".
13248
13249 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13250
13251         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13252         mm-verify-option.
13253         (gnus-treat-x-pgp-sig): Default value.
13254         (gnus-ignored-headers): Redundant.
13255
13256 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13257
13258         * gnus-win.el (gnus-configure-frame): Save selected window.
13259
13260 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13261
13262         * nnmbox.el: Require gnus-range.
13263         (nnmbox-group-building-active-articles): New variable.
13264         (nnmbox-group-active-articles): New variable; this is a cache of
13265         all active articles by group and number.
13266         (nnmbox-in-header-p): New function.
13267         (nnmbox-find-article): New function.
13268         (nnmbox-record-active-article): New function.
13269         (nnmbox-record-deleted-article): New function.
13270         (nnmbox-is-article-active-p): New function.
13271         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13272         (nnmbox-request-article): Ditto.  Also supply extra arg to
13273         nnmbox-article-group-number.
13274         (nnmbox-request-expire-articles): Ditto.
13275         (nnmbox-request-move-article): Ditto.
13276         (nnmbox-request-replace-article): Ditto.
13277         (nnmbox-request-rename-group): Rename group entry in active
13278         article cache.
13279         (nnmbox-delete-mail): Update active article cache, unless article
13280         is being replaced.
13281         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13282         than partially duplicating it.
13283         (nnmbox-article-group-number): Add extra `this-line' arg, to
13284         handle articles belonging to multiple groups.
13285         (nnmbox-save-mail): Update active article cache.
13286         (nnmbox-read-mbox): Build active article cache when loading mbox.
13287         Also do some repair work, if we find articles that are missing the
13288         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13289         reconstruct these from Xref info.
13290
13291 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13292
13293         * mail-source.el (mail-source-report-new-mail): Use
13294         nnheader-run-at-time.
13295
13296 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13297
13298         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13299         an error is thrown, and then rethrow the error.
13300         (mail-source-check-pop): Ditto.
13301         (mail-source-start-idle-timer): Prevent multiple pop checks
13302         running if the check takes a long time.
13303
13304 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13305
13306         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13307         succeed.
13308
13309 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13310
13311         * gnus-win.el (gnus-configure-windows): Make sure
13312         nntp-server-buffer is live.
13313         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13314
13315 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13316
13317         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13318
13319 2000-12-04  Andreas Jaeger  <aj@suse.de>
13320
13321         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13322
13323 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13324
13325         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13326
13327 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13328         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13329
13330         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13331
13332 2000-12-01  Simon Josefsson  <sj@extundo.com>
13333
13334         * mml-smime.el (mml-smime-verify): Fix address parsing.
13335
13336 2000-12-01  Simon Josefsson  <sj@extundo.com>
13337
13338         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13339         more than one certificate inside PKCS#7 blob.  Better security
13340         information (clamed / actual sender, openssl output, certificates
13341         inside message).
13342
13343         * smime.el (smime-verify-region): Output to /dev/null.
13344         (smime-buffer-as-string-region): Don't parse empty lines.
13345
13346 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13347
13348         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13349         ?d and ?D.
13350         (gnus-mime-security-show-details-inline): New variable.
13351         (gnus-mime-security-show-details): Use them.
13352         (gnus-insert-mime-security-button): Ditto.
13353
13354         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13355         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13356         (mml2015-gpg-clear-verify): Ditto.
13357         (mml2015-gpg-decrypt-1): Ditto.
13358         (mml2015-use): Prefer 'gpg.
13359
13360 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13361
13362         * gnus-util.el (gnus-add-text-properties-when): New function.
13363         (gnus-remove-text-properties-when): Ditto.
13364
13365         * gnus-cite.el (gnus-article-hide-citation): Use them.
13366         (gnus-article-toggle-cited-text): Use them.
13367
13368         * gnus-art.el (gnus-signature-toggle): Use them.
13369         (gnus-article-show-hidden-text): Ditto.
13370         (gnus-article-hide-text): Ditto.
13371
13372 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373
13374         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13375
13376 2000-11-30  Simon Josefsson  <sj@extundo.com>
13377
13378         * smime.el (smime-point-at-eol): New alias.
13379         (smime-buffer-as-string-region): Use it.
13380
13381 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13382
13383         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13384
13385 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13386
13387         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13388
13389         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13390
13391         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13392
13393 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13394
13395         * nnmh.el (nnmh-request-expire-articles): Implemented
13396         expiry-target for nnmh backend.
13397
13398 2000-11-30  Simon Josefsson  <sj@extundo.com>
13399
13400         * mm-decode.el (mm-security-from): New variable.
13401         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13402
13403         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13404         than `from'.
13405
13406 2000-11-30  Simon Josefsson  <sj@extundo.com>
13407
13408         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13409         address match sender address.
13410
13411         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13412
13413         * smime.el (smime-verify-region): Don't copy buffer.
13414         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13415         (smime-pkcs7-region): New function.
13416         (smime-pkcs7-certificates-region): Ditto.
13417         (smime-pkcs7-email-region): Ditto.
13418         (smime-buffer-as-string-region): Ditto.
13419
13420         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13421         buffer.
13422
13423 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13424
13425         * smime.el (smime-decrypt-region): Fix keyfile argument.
13426
13427 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13428
13429         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13430
13431 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13432
13433         * message.el (message-shoot-gnksa-feet): New variable.
13434         (message-gnksa-enable-p): New function.
13435         (message-send): Use it.
13436         (message-check-news-body-syntax): Ditto.
13437
13438 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * message.el (message-make-message-id): Remove the redundancy.
13441
13442 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13443
13444         * message.el (message-setup): Discourage using mc-install-*-mode.
13445
13446         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13447
13448 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13451
13452 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13453
13454         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13455
13456 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457
13458         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13459
13460 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13461
13462         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13463         insert-buffer-substring.
13464
13465         * message.el (message-send-mail): Use buffer-substring-no-properties.
13466         (message-send-news): Ditto.
13467
13468 2000-11-22  David Edmondson  <dme@dme.org>
13469
13470         * imap.el (imap-wait-for-tag): Message read info.
13471
13472 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13473
13474         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13475         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13476         (mml2015-gpg-encrypt): Ditto.
13477
13478 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13479
13480         * mm-decode.el (mm-verify-option): Default value.
13481
13482         * mml-sec.el (mml-secure-part): Error message.
13483
13484 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13487
13488 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13489
13490         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13491
13492 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13493
13494         * gnus-art.el (gnus-article-describe-key): Use prompt.
13495         (gnus-article-describe-key-briefly): Ditto.
13496
13497 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13498
13499         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13500
13501 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13502
13503         * gnus-art.el (gnus-article-describe-key): New function.
13504         (gnus-article-describe-key-briefly): New function.
13505
13506 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13507
13508         * mm-decode.el (mm-decrypt-option): Doc typo.
13509
13510         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13511         return a number.
13512
13513 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13514
13515         * message.el (message-newline-and-reformat): Typo.
13516
13517 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13518
13519         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13520         original-article-buffer exists.
13521
13522         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13523         (rfc2047-header-encoding-alist): Addresses are different from text.
13524         (rfc2047-encode-message-header): Ditto.
13525         (rfc2047-dissect-region): Extra parameter.
13526         (rfc2047-encode-region): Ditto.
13527         (rfc2047-encode-string): Ditto.
13528
13529 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13530
13531         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13532         (mm-uu-pgp-encrypted-extract): Use it.
13533         (mm-uu-pgp-signed-extract-1): New function.
13534         (mm-uu-pgp-signed-extract): Use it.
13535
13536         * gnus-art.el (gnus-mime-display-security): New function.
13537         (gnus-mime-display-part): Use it.
13538         (gnus-mime-security-verify-or-decrypt): New function.
13539         (gnus-mime-security-press-button): New function.
13540         (gnus-insert-mime-security-button): Use it.
13541
13542         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13543         (mm-find-raw-part-by-type): Ditto.
13544         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13545         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13546         (mm-destroy-parts): Kill nested multibyte buffer.
13547
13548         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13549         (mml2015-gpg-verify): Ditto.
13550
13551 2000-11-18  Simon Josefsson  <sj@extundo.com>
13552
13553         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13554         (mml2015-function-alist): Use it.
13555
13556         * mml-sec.el (mml-sign-alist): Update names.
13557         (mml-encrypt-alist): Ditto.
13558         (mml-secure-part-smime-sign): Moved to mml-smime.el
13559         as `mml-smime-sign-query'.
13560         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13561         `mml-smime-get-file-cert'.
13562         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13563         `mml-smime-get-dns-cert'.
13564         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13565         `mml-smime-encrypt-query'.
13566         (mml-smime-sign-buffer): Use mml-smime-sign.
13567         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13568
13569         * mml-smime.el (mml-smime-sign): New function.
13570         (mml-smime-encrypt):
13571         (mml-smime-sign-query):
13572         (mml-smime-get-file-cert):
13573         (mml-smime-get-dns-cert):
13574         (mml-smime-encrypt-query): Moved from mml-sec.el.
13575
13576 2000-11-16  Simon Josefsson  <sj@extundo.com>
13577
13578         * mml2015.el (mml2015-gpg-clear-verify): New function.
13579         (mml2015-function-alist): Add it.
13580
13581 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * message.el (message-setup-fill-variables): Use
13584         message-cite-prefix-regexp.
13585         (message-newline-and-reformat): Check the end of citation, leading
13586         WSP, break in the cite prefix.
13587         (message-fill-paragraph): New function.
13588
13589 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13590
13591         * lpath.el: Shut up.
13592
13593 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13594
13595         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13596         raw 8-bit in headers in dk.* newsgroups.
13597
13598 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13599
13600         * message.el (message-newline-and-reformat): Match extra WSPs.
13601
13602 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13603
13604         * mml.el (mml-generate-mime-1): Ignore ascii.
13605
13606 2000-11-16 Justin Sheehy  <justin@iago.org>
13607
13608         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13609
13610 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13611
13612         * message.el (message-cite-prefix-regexp): Prefix should not end
13613         at space.
13614
13615 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616
13617         * message.el (message-mode-syntax-table): Add - as a word
13618         constituent as in articles.
13619         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13620         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13621         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13622
13623 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13624
13625         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13626
13627 2000-11-12  David Edmondson  <dme@dme.org>
13628
13629         * message.el (message-font-lock-keywords): use
13630         message-cite-prefix-regexp.
13631
13632 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13633
13634         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13635         Stein Arild Str\e,Ax\e(Bmme.
13636         (gnus-group-jump-to-group): Use it.
13637         (gnus-group-jump-to-group-prompt): Customize.
13638
13639 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13640
13641         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13642
13643 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13644
13645         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13646         incompatible.
13647         (mml2015-mailcrypt-sign): Ditto.
13648
13649 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13650
13651         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13652         group is open.
13653
13654 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13655
13656         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13657         nnvirtual articles.
13658         (gnus-backlog-request-article): Don't request nnvirtual articles.
13659
13660 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13661
13662         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13663         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13664
13665 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13666
13667         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13668         * mml.el (mml-generate-mime-1): Use charset attribute.
13669         * mm-bodies.el (mm-encode-body): Add parameter charset.
13670         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13671
13672 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13673
13674         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13675         (mml2015-mailcrypt-clear-decrypt): Ditto.
13676         (mml2015-mailcrypt-verify): Ditto.
13677         (mml2015-mailcrypt-clear-verify): Ditto.
13678         (mml2015-gpg-verify): Ditto.
13679
13680 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13681
13682         * smime.el (smime-openssl-program): Test the existence of openssl.
13683         * mml-smime.el: Require mm-decode.
13684         (mml-smime-verify-test): New function.
13685         * mm-decode.el (mm-verify-function-alist): Use it.
13686
13687 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13688
13689         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13690         anyway.
13691
13692 2000-11-13  Simon Josefsson  <sj@extundo.com>
13693
13694         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13695         verification doesn't work.
13696
13697 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13698
13699         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13700         (gnus-inews-do-gcc): Use it.
13701
13702 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13703
13704         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13705         leading space.
13706         * mm-extern.el (mm-inline-external-body): Report error when no
13707         access-type.
13708
13709 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13710
13711         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13712
13713 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13714
13715         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13716
13717 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13718
13719         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13720         as multipart/mixed.
13721
13722 2000-11-12  David Edmondson  <dme@dme.org>
13723
13724         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13725         and replace `.' with `\w' to allow for different syntax tables
13726         (from Vladimir Volovich).
13727         * message.el (message-newline-and-reformat): use
13728         `message-cite-prefix-regexp'.
13729         * gnus-cite.el (gnus-supercite-regexp): use
13730         `message-cite-prefix-regexp'.
13731         * gnus-cite.el (gnus-cite-parse): use
13732         `message-cite-prefix-regexp'.
13733
13734 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13735
13736         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13737         PGP SIGNATURE.  Escape leading "-"'s.
13738         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13739
13740 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13741
13742         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13743
13744 2000-11-11  Simon Josefsson  <sj@extundo.com>
13745
13746         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13747
13748         * smime.el (smime-details-buffer): New variable.
13749         (smime-sign-region):
13750         (smime-encrypt-region):
13751         (smime-verify-region):
13752         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13753
13754         * mml-smime.el (mml-smime-verify): Support security info.
13755
13756 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13757
13758         * mm-decode.el (mm-verify-option): Set default to nil.
13759         (mm-decrypt-option): Ditto.
13760         * gnus-art.el (article-verify-x-pgp-sig): New function.
13761
13762 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13763
13764         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13765         preferred part.
13766
13767 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13768
13769         * gnus-sum.el (gnus-move-split-methods): Say that
13770         `gnus-split-methods' uses file names, whereas this uses group
13771         names.  (Report from Nevin Kapur)
13772
13773 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13776
13777 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13778
13779         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13780         (nnheader-directory-articles): Use it.
13781         (nnheader-article-to-file-alist): Ditto.
13782
13783 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13784
13785         * rfc2047.el (rfc2047-pad-base64): New function.
13786         (rfc2047-decode): Use it.
13787
13788 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13789
13790         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13791         select method.
13792
13793 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13794
13795         * mml2015.el (mml2015-gpg-decrypt-1):
13796         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13797
13798 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13799
13800         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13801
13802 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13803
13804         * pop3.el (pop3-munge-message-separator): A message may have an
13805         empty body.
13806
13807 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13808
13809         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13810         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13811         (mm-uu-pgp-signed-extract): Use coding-system.
13812
13813 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13814
13815         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13816         (gnus-insert-mime-security-button): New function.
13817         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13818         * mml2015.el:  Add security info when verify or decrypt.
13819         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13820         (mm-uu-pgp-encrypted-extract): Ditto.
13821
13822 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13823
13824         * mm-decode.el (mm-display-parts): New function.
13825         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13826
13827 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13828
13829         * gnus-mlspl.el: Documentation tweaks.
13830
13831 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13832
13833         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13834         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13835         argument.
13836
13837 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13838
13839         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13840
13841 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13842
13843         * gnus-art.el (gnus-article-encrypt): New function.
13844         (gnus-article-encrypt-protocol-alist): New variable.
13845         (gnus-article-encrypt-protocol): New variable.
13846         * mml2015.el (mml2015-self-encrypt): New function.
13847         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13848
13849 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13850
13851         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13852         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13853         let mailcap do it.
13854         * mml2015.el: Remove snarf code.
13855         * mm-decode.el: Remove snarf code.
13856
13857 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13858
13859         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13860         (mml-insert-mime): Understand gnus-decoded.
13861         (mime-to-mml): New parameter handles.
13862         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13863         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13864
13865 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13866
13867         * mm-decode.el (mime-security): New group.
13868         (mm-verify-function-alist): Add test function.
13869         (mm-decrypt-function-alist): Ditto.
13870         (mm-snarf-option): Set default value as nil.
13871         (mm-find-part-by-type): Recursive parameter.
13872         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13873         * mml2015.el: Support draft-ietf-openpgp-multsig.
13874
13875 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13876
13877         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13878         (gnus-article-view-part-as-charset): New function.
13879
13880 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13881
13882         * mm-decode.el (mm-verify-option): Default value.
13883         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13884
13885 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13886
13887         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13888
13889 2000-11-05  Simon Josefsson  <sj@extundo.com>
13890
13891         * mml-smime.el (mml-smime-verify): Work in original multipart
13892         buffert.
13893
13894         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13895         (mm-handle-multipart-ctl-parameter): Ditto.
13896         (mm-alist-to-plist): New function.
13897         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13898         for multiparts.
13899         (mm-destroy-parts): Destroy multipart buffert.
13900         (mm-remove-part): Ditto.
13901
13902         * mml-smime.el (mml-smime-sign): Not used.
13903         (mml-smime-encrypt): Ditto.
13904
13905         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13906
13907         Verify S/MIME signature support.
13908
13909         * mm-decode.el (mm-inline-media-tests): Add
13910         application/{x-,}pkcs7-signature.
13911         (mm-inlined-types): Ditto.
13912         (mm-automatic-display): Ditto.
13913         (mm-verify-function-alist): Ditto.  Add name of method.
13914         (mm-decrypt-function-alist): Add name of method.
13915         (mm-find-part-by-type): Add documentation.
13916         (mm-possibly-verify-or-decrypt): Use new format of
13917         mm-{verify,decrypt}-function-alist.  Use method names.
13918
13919         * mml-smime.el (mml-smime-verify): New function.
13920
13921 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13922
13923         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13924
13925 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13926
13927         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13928         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13929         * mm-decode.el (mm-snarf-option): New variable.
13930
13931 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * mm-util.el (mm-subst-char-in-string): New function.
13934         (mm-replace-chars-in-string): Use it.
13935         * message.el (message-replace-chars-in-string): Use it.
13936         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13937         * gnus-mh.el (mh-lib-progs): Shut up.
13938
13939 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13940
13941         * base64.el, md5.el: Moved to contrib directory.
13942
13943 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13944
13945         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13946         the last article when search.
13947
13948 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13949
13950         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13951         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13952
13953 2000-09-29  David Edmondson  <dme@thus.net>
13954
13955         * message.el (message-newline-and-reformat): Typo.
13956
13957 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13958
13959         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13960
13961 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13962
13963         * nntp.el (nntp-decode-text): Delete bogus status lines.
13964
13965 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13966
13967         * message.el (message-font-lock-keywords): Match a final newline
13968         to help font-lock's multiline support.
13969
13970 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13971
13972         * nnoo.el (nnoo-set): New function.
13973
13974 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13975
13976         * gpg.el, gpg-ring.el: Moved to contrib directory.
13977
13978 2000-11-04  Simon Josefsson  <sj@extundo.com>
13979
13980         * nnimap.el (nnimap-split-inbox): Typo.
13981
13982 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13983
13984         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13985
13986 2000-11-03  Simon Josefsson  <sj@extundo.com>
13987
13988         * rfc2231.el (rfc2231-parse-qp-string): New function.
13989         (require): rfc2047.
13990
13991         * mail-parse.el (mail-header-parse-content-type):
13992         (mail-header-parse-content-disposition): Support invalid QP
13993         encoded strings, by using `rfc2231-parse-qp-string'.
13994
13995 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13996
13997         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13998         (rfc2231-decode-encoded-string): Typo "> X 1".
13999         (rfc2231-encode-string): Insert the name of charset.
14000         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14001
14002 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * mm-decode.el (mm-save-part): Return the filename.
14005         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14006         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14007         (gnus-mime-action-alist): Use it.
14008         (gnus-mime-button-commands): Use it.
14009         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14010         (mm-inline-external-body): unwind-protect.
14011
14012 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14013
14014         * gnus-art.el (gnus-insert-mime-button): Show url.
14015
14016 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14017
14018         * mml.el (mml-generate-mime-1): Support external url.
14019         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14020
14021 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14022
14023         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14024         * mm-decode.el (mm-display-external): Ditto.
14025         * mm-extern.el: New file.
14026         * mm-decode.el (mm-inline-media-tests): Hook it up.
14027         (mm-inlined-types): Inline message/external-body.
14028
14029 2000-11-02  Simon Josefsson  <sj@extundo.com>
14030
14031         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14032
14033         * message.el (message-get-reply-headers): Better handling when
14034         Mail-Followup-To is very large.
14035
14036 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14037
14038         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14039         * gnus-art.el (gnus-article-edit-done):
14040         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14041         counting code here.
14042         * gnus-msg.el (gnus-setup-message): Remove a hack.
14043
14044 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14045
14046         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14047         (gnus-summary-mode): Make them local variables.
14048         (gnus-set-global-variables): Globalize them.
14049         (gnus-summary-exit): Kill them.
14050
14051 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14052
14053         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14054         word.
14055
14056 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14057
14058         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14059         gnus-article-wash-types.
14060         * gnus-art.el (gnus-article-wash-status): Use them.
14061
14062 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14063
14064         * mml.el (mml-read-tag): Remove spaces and LF.
14065
14066 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14067
14068         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14069         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14070
14071 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14072
14073         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14074
14075 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14076
14077         * gnus-sum.el (gnus-article-charset): New variable.
14078         (gnus-summary-display-article): Set it.
14079         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14080         * gnus-art.el (gnus-article-mode): Make it local variable.
14081
14082 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14083
14084         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14085
14086 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14087
14088         * nnwfm.el: New file.
14089
14090         * nnweb.el (nnweb-replace-in-string): New function.
14091
14092 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14093
14094         * mml2015.el: Wrap gpg.el.
14095         * gpg.el (gpg-verify): The last argument of apply is a list.
14096         (gpg-encrypt): Add passphrase as a parameter.
14097
14098 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14099
14100         * gpg.el: New file.
14101         * gpg-ring.el: New file.
14102
14103 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14104
14105         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14106
14107 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14110         double-quote characters.
14111         (gnus-summary-prepare-threads): Ditto.
14112
14113 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14114
14115         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14116         * mml.el (mml-read-tag): Don't skip the leading space.
14117         * lpath.el (font-lock-set-defaults): Shut up.
14118
14119 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14122
14123 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * qp.el (quoted-printable-encode-region): Replace leading - when
14126         ultra safe.
14127         * mml.el (mml-generate-mime-postprocess-function): Removed.
14128         (mml-postprocess-alist): Removed.
14129         (mml-generate-mime-1): Use ultra-safe when sign.
14130         * mml2015.el (mml2015-fix-micalg): Uppercase.
14131         (mml2015-verify): Insert LF.
14132         (mml2015-mailcrypt-sign): Downcase; search backward.
14133
14134 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14135
14136         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14137         restrictive.
14138         (nnultimate-table-regexp): New variable.
14139         (nnultimate-forum-table-p): Use it.
14140
14141 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14142         Trivial patch.
14143
14144         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14145
14146 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14147
14148         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14149         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14150
14151 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14152
14153         * mml2015.el: Shut up.
14154
14155 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156
14157         * gnus.el (gnus-server-browse-hashtb): Removed.
14158         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14159         (gnus-group-insert-group-line-info): Use simplified method.
14160         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14161
14162 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14163
14164         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14165         moved here.
14166         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14167         * gnus-group.el (gnus-group-prepare-flat): Use it.
14168         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14169
14170 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14171
14172         * mml.el (mml-mode): Show menu in XEmacs.
14173
14174 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14175
14176         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14177         (gnus-server-read-server-in-server-buffer): New function.
14178         (gnus-browse-foreign-server): Browse in group buffer.
14179         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14180         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14181         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14182         * gnus.el (gnus-server-browse-hashtb): New variable.
14183
14184 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14185
14186         * nnfolder.el (nnfolder-open-nov): Use group.
14187
14188 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14189
14190         * nnfolder.el: Add NOV. Set version to 2.0.
14191         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14192
14193 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14194
14195         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14196
14197 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14198
14199         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14200         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14201
14202 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14203
14204         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14205
14206 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14207
14208         * mm-decode.el (mm-verify-function-alist): New variable.
14209         (mm-verify-option): New variable.
14210         (mm-decrypt-function-alist): Ditto.
14211         (mm-decrypt-option): Ditto.
14212         (mm-find-raw-part-by-type): New function.
14213         (mm-possibly-verify-or-decrypt): New function.
14214         (mm-dissect-multipart): Use it.
14215         * mml2015.el (mml2015-fix-micalg): New function.
14216         (mml2015-decrypt): Use new interface.
14217         (mml2015-verify):  Use new interface.
14218         (mml2015-setup): Make it bogus.
14219
14220 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14221
14222         * mml.el (mml-generate-mime-postprocess-function): Set to
14223         mml-postprocess.
14224         (autoload): Autoload mml2015 and mml-smime.
14225         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14226         * mml2015.el (mml2015-encrypt): New function.
14227         (mml2015-sign): New function.
14228         (mml2015-encrypt-function): New variable.
14229         (mml2015-sign-function): New variable.
14230         (mml2015-mailcrypt-encrypt): Use message-recipients.
14231         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14232         * mml-smime.el (mml-smime-setup): Ditto.
14233
14234 2000-10-28  Simon Josefsson  <sj@extundo.com>
14235
14236         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14237         Communigate Pro 3.3.1 server.
14238
14239         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14240         in buffers.
14241         (mml-secure-dns-server): Removed.
14242         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14243         write certificates to files.
14244
14245         * smime.el (smime-dns-server): New variable.
14246         (smime-mail-to-domain):
14247         (smime-cert-by-dns): New functions.
14248
14249         * dig.el: New file.
14250
14251 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14252
14253         * message.el (message-options): New variable.
14254         (message-options-set-recipient): New function.
14255         (message-send): Use them.
14256         * gnus-int.el (gnus-request-replace-article): Use them.
14257         (gnus-request-accept-article): Ditto.
14258         * mml.el (mml-preview): Use them.
14259         * gnus-sum.el (gnus-summary-edit-article): Use them.
14260
14261         * message.el (message-options-get): New function.
14262         (message-options-get): New function.
14263         * rfc2047.el (rfc2047-encode-message-header): Use them.
14264         * mm-bodies.el (mm-encode-body): Use them.
14265
14266 2000-10-28  Simon Josefsson  <sj@extundo.com>
14267
14268         * nnimap.el (nnimap-retrieve-which-headers):
14269         (nnimap-request-article-part): Quote message-id.
14270
14271         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14272         (smime-CA-file): New variable.
14273         (smime-call-openssl-region): Don't error.
14274         (smime-sign-region): Return result value.
14275         (smime-encrypt-region): Ditto.
14276         (smime-verify-region): New function.
14277         (smime-decrypt-region): Ditto.
14278         (smime-verify-buffer): Ditto.
14279         (smime-decrypt-buffer): Ditto.
14280
14281         * mml.el: Require mml-sec.
14282         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14283         (mml-mode-map): Add "sign" and "encrypt" maps.
14284         (mml-menu): Add security menu.
14285         (mml-preview): Use generate-new-buffer.
14286
14287         * mml-sec.el: New file.
14288
14289 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14290
14291         * mm-decode.el (mm-find-part-by-type): Move it here.
14292         * mml.el (mml-postprocess): Move it here.
14293         (mml-postprocess-alist): Move it here. Merge them.
14294
14295 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14296
14297         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14298         unencoded stuff in the header.
14299
14300 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14301
14302         * gnus-group.el (gnus-group-listed-groups): New variable.
14303         (gnus-group-list-option): New variable.
14304         (gnus-group-list-limit-map): New keymap.
14305         (gnus-group-list-flush-map): New keymap.
14306         (gnus-group-list-plus-map): New keymap.
14307         (gnus-group-prepare-logic): New function.
14308         (gnus-group-prepare-flat): Merge with
14309         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14310         (gnus-group-prepare-flat-list-dead): Ditto.
14311         (gnus-group-list-matching): Use gnus-group-prepare-function.
14312         (gnus-group-list-dormant): Ditto.
14313         (gnus-group-list-cached): Ditto.
14314         (gnus-group-listed-groups): New function.
14315         (gnus-group-list-limit): New function.
14316         (gnus-group-list-flush): New function.
14317         (gnus-group-list-plus): New function.
14318         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14319         (gnus-topic-prepare-topic): Ditto.
14320
14321 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14322
14323         * message.el (message-insert-to, message-get-reply-headers):
14324         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14325
14326 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14327
14328         * mml2015.el: New file.
14329         * smime.el: New file.
14330         * mml-smime.el: New file.
14331
14332 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * ChangeLog: Moved to ChangeLog.1.
14335
14336     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14337   Copying and distribution of this file, with or without modification,
14338   are permitted provided the copyright notice and this notice are preserved.
14339
14340 ;; Local Variables:
14341 ;; coding: iso-2022-7bit
14342 ;; End: