* gnus-group.el (gnus-group-is-exiting-without-update-p): New.
[gnus] / lisp / ChangeLog
1 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2         From Michael Shields  <shields@msrl.com>
3
4         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
5         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
6         * gnus-sum.el (gnus-summary-expire-articles): Use it.
7         * spam.el (spam-summary-prepare-exit): Use it.
8         * gnus.el (gnus-install-group-spam-parameters): New.
9         * spam.el (spam-group-ham-processor-copy-p): New.
10         * spam.el (spam-summary-prepare-exit): Support for ham copying.
11         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
12         that would cause the current message to be moved if the group had
13         no spam.
14         * spam.el (spam-ham-move-routine): New `copy' argument.
15
16 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
17         From Martin Thornquist <martint@ifi.uio.no>
18
19         * gnus-topic.el (gnus-topic-select-group): Select last group if
20         after last group.
21         * gnus-group.el (gnus-group-select-group): Ditto.
22
23 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
26         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
27         point-at-(b|e)ol which aren't available in Emacs 20.
28
29         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
30
31 2002-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
32
33         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
34         clause of the condition-case statement.  Errors connecting to a
35         server no longer terminate gnus.
36
37         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
38         make its use obvious.  Added no-nothing case to avoid
39         opening(closing) servers when already open(closed).
40         (gnus-agent-while-plugged): Added macro to facilitate internal use
41         of gnus-agent-toggle-plugged.
42         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
43         temporarily open servers.
44         (gnus-agent-get-undownloaded-list): Sort list of article numbers
45         as sorting gnus-newsgroup-headers is wrong.
46         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
47         to temporarily open servers. Corrected logic to handle setting
48         gnus-agent-mark-unread-after-downloaded.
49         (gnus-agent-fetch-articles): Now handles headers with missing
50         article sizes and/or missing article lengths.  Now clears the
51         message buffer when finished.
52         (gnus-agent-fetch-group-1): Position point before calling
53         gnus-summary-set-agent-mark.
54         (gnus-get-predicate): Corrected description, parameter is
55         predicate not category.
56         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
57         provide a separate single group expiration function.
58         (gnus-agent-regenerate-group): Now clears the message buffer when
59         finished.
60         
61 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
62
63         * gnus.el (gnus-agent-target-move-group-header): New variable.
64         * gnus-draft.el (gnus-draft-send): If special header
65         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
66         that group, instead of performing the regular sending functions.
67
68 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
71
72 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
73
74         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
75         variables.
76         (message-make-fqdn): Use it.  Improved validity check.
77
78 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * message.el (message-user-mail-address): Check whether
81         user-mail-address looks valid.
82
83         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
84
85         * gnus-util.el (gnus-fetch-original-field): New function.
86
87 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
88
89         * message.el (message-mode): \\(...\\) around additional
90         paragraph-separate alternative.
91
92 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
93
94         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
95         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
96         display key bindings.
97         (gnus-mime-button-menu): Rewrite.
98
99 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-art.el (gnus-button-url-regexp): Removed `.
102
103 2003-02-23  Max Froumentin  <mf@w3.org>
104
105         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
106
107 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-art.el (gnus-mime-action-on-part): Require a match
110         interactively. 
111
112         * gnus-start.el (gnus-save-newsrc-file): Use
113         gnus-backup-startup-file. 
114         (gnus-backup-startup-file): New variable.
115
116 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus.el (gnus-summary-buffer-name): Moved function here. 
119
120         * gnus-draft.el (defun): Remove debug.
121
122 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
123
124         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
125         can't open server.
126
127 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * gnus-draft.el (defun): Configure posting styles.
130
131         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
132         the entry for the group exists before we alter it.
133
134 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
135
136         * message.el (message-mode): MML tags separate paragraphs.  Small
137         change from David S Goldberg <david.goldberg6@verizon.net>.
138
139         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
140         `gnus-newsgroup-headers'.
141
142         * gnus-art.el (gnus-article-refer-article): Grok more message id
143         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
144
145 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
146
147         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
148         use "path name".
149
150 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
151
152         * gnus-sum.el (gnus-summary-move-article)
153         (gnus-summary-expire-articles): send data header for article, not
154         just article ID
155
156         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
157         (gnus-register-spool-action): added hashtable of message ID keys
158         with message motion data
159
160 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
161         From Reiner Steib  <Reiner.Steib@gmx.de>.
162
163         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
164         variable, used in `gnus-button-mid-or-mail-heuristic'.
165         (gnus-button-mid-or-mail-heuristic): New function derived from
166         Florian Weimer's Perl script.
167         (gnus-button-handle-mid-or-mail): Allow a function instead of
168         'guess.
169         (gnus-button-guessed-mid-regexp): Removed.
170
171 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * message.el (message-resend): Bind message-setup-hook to nil;
174         remove X-Draft-From header.
175
176 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
177
178         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
179         (gnus-newsgroup-undownloaded)
180         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
181         Doc fixes.
182
183 2003-02-17  John Paul Wallington  <jpw@gnu.org>
184
185         * gnus.el (gnus-shell-command-separator, gnus-email-address)
186         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
187
188 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
189
190         * gnus-spec.el (gnus-xmas-format): Use insert instead of
191         insert-string which is obsolete in Emacs 21.4.
192
193         * message.el (message-cross-post-followup-to-header): do.
194         
195         * spam.el (spam-ifile-register-with-ifile)
196         (spam-stat-register-spam-routine)
197         (spam-stat-register-ham-routine)
198         (spam-bogofilter-register-with-bogofilter): do.
199
200         * mailcap.el (mailcap-mime-data): Fix typo.
201
202         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
203
204 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
207         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
208         `gnus-cite-unsightly-citation-regexp'.
209
210 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
213         even if there's just a header.
214
215 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
216
217         * message.el (message-fix-before-sending): Fix highlighting of
218         illegible and invisible text.
219
220         * gnus-util.el (gnus-multiple-choice): Separate choices with
221         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
222
223 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
224
225         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
226
227 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * spam.el (spam-ham-move-routine) 
230         (spam-mark-spam-as-expired-and-move-routine): use
231         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
232         around process-mark manipulation on the group
233
234 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
235
236         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
237         submenu.
238
239 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * mail-source.el (mail-source-fetch): Reverse the return value of
242         the continuation question.
243
244 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * nndraft.el (nndraft-request-move-article): Bind
247         nnmh-allow-delete-final to t.
248
249 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
250
251         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
252        
253 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
254       
255         * nntp.el (nntp-accept-process-output): Don't use point-max to get
256         the buffer's size.
257
258 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
259
260         * nnheader.el: Added cygwin to system-type comparisons.
261        
262 2003-01-27  Juanma Barranquero  <lektu@terra.es>
263
264         * imap.el (imap-mailbox-status): Fix typo.
265
266 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
267
268         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
269         online.
270
271 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
272
273         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
274         commands.
275         * gnus-sum.el: Small change from Frank Weinberg
276         <frank@usenet-rundfahrt.de>:
277         (gnus-auto-center-group): New variable.
278         (gnus-summary-read-group-1): Use it.
279         (gnus-summary-next-group): Fix docstring.
280
281 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-util.el (gnus-faces-at): Simplify.
284
285 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
286
287         * spam.el (spam-ham-move-routine) 
288         (spam-mark-spam-as-expired-and-move-routine): made the article
289         move conditional, so it's not called even if there's nothing to move
290
291 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
292
293         * message.el (message-unix-mail-delimiter): Accept any whitespace
294         after the email address and before the date; do not require the
295         space character.  From Kurt B. Kaiser <kbk@shore.net>.
296
297 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
300         gnus-article-boring-faces variable is bound; use gnus-faces-at.
301
302         * gnus-util.el (gnus-faces-at): New macro.
303
304 2003-02-13  Michael Shields  <shields@msrl.com>
305
306         * gnus-cite.el
307         (gnus-cite-attribution-suffix, gnus-cite-parse):
308         Better handling for Microsoft citation styles.
309         (gnus-unsightly-citation-regexp): New.
310
311 2003-02-12  Michael Shields  <shields@msrl.com>
312
313         * gnus-art.el (article-strip-banner): Strip both per-group and
314         per-user-address banners.
315         (article-really-strip-banner): New.
316
317 2003-02-12  Michael Shields  <shields@msrl.com>
318
319         * gnus-sum.el (gnus-article-goto-next-page,
320         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
321         relying on the summary bindings of `n' and `p'.
322
323 2003-02-12  Michael Shields  <shields@msrl.com>
324
325         * gnus-art.el (gnus-article-only-boring-p): New.
326         (gnus-article-skip-boring): New.
327         * gnus-cite.el (gnus-article-boring-faces): New.
328         * gnus-sum.el (gnus-summary-next-page): Use
329         gnus-article-only-boring-p.
330
331 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
332
333         * spam.el (spam-mark-spam-as-expired-and-move-routine)
334         (spam-ham-move-routine): unmark all articles before marking those
335         of interest and calling gnus-summary-move-article
336
337 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
338
339         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
340         logically the complement of gnus-get-buffer-create and
341         gnus-add-buffer.
342
343         * gnus-util.el (gnus-kill-buffer): do.
344
345         * nnmail.el: Autoload gnus-kill-buffer.
346
347 2002-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
348
349         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
350         gnus-summary-goto-subject as gnus-summary-update-mark operates on
351         the current LINE.
352         (gnus-agent-summary-fetch-group): Minimized the number of times
353         that the article is updated in the buffer.
354         
355 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * spam.el (spam-ham-move-routine): use the process-mark instead of
358         gnus-current-article when moving articles
359         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
360
361 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
364         (gnus-topic-catchup-articles): Ditto.
365         (gnus-topic-mark-topic): Reverse recursive logic.
366
367 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
368
369         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
370         gnus-refer-thread-limit is t.
371
372 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
373
374         * mm-util.el (mm-mule-charset-to-mime-charset): Use
375         sort-coding-systems to prefer utf-8 over utf-16.
376
377 2002-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
378
379         * gnus-agent.el (gnus-agent-expire-days):
380         gnus-request-move-article depends on gnus-agent-expire to clean up
381         the cache after moving the article.  Therefore, g-a-e-d can NOT
382         default to nil or can gnus-agent-expire be disabled by doing so.
383         If you don't want to run gnus-agent-expire, don't call it.
384         (gnus-agent-expire): The broken test to disable gnus-agent-expire
385         when g-a-e-d was NOT nil was removed.
386         (gnus-agent-article-name): Removed unnecessary input test as
387         article IDs are always strings.
388         (gnus-agent-regenerate-group): Added check to protect against
389         servers that generate absurdly long article IDs.  Valid IDs are
390         less than 10 digits to avoid overflow errors.  Fixed logic error
391         when ensuring that the final article ID is present in the new
392         alist.
393         
394 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
397         next line after finding the parent.
398
399 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * gnus.el (gnus-version-number): Bumped.
402
403 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
404
405         * gnus.el: Oort Gnus v0.15 is released.
406
407 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
408
409         * nnmail.el (nnmail-split-it): If a message ends up matching the
410           same mailbox more than once, it will cause duplicates to appear
411           in the mailbox.
412
413 2003-02-08  Simon Josefsson  <jas@extundo.com>
414
415         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
416         code that only worked under Emacs.
417
418         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
419         Das <satyaki@chicory.stanford.edu>.
420
421 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
422
423         * gnus-art.el (gnus-article-refer-article): Use
424         gnus-replace-in-string.
425
426         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
427         (gnus-remove-duplicates): do.
428
429 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
430
431         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
432         (gnus-request-scan): set
433         gnus-internal-registry-spool-current-method to gnus-command-method
434         before a request-scan operation
435
436         * gnus-registry.el (regtest-nnmail): use
437         gnus-internal-registry-spool-current-method
438
439         
440
441 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * mail-source.el (mail-source-fetch): Typo fix.
444
445 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
446
447         * nnmail.el (nnmail-spool-hook): new hook
448         (nnmail-cache-insert): call nnmail-spool-hook
449
450         * gnus-registry.el: new file with examples of using the hooks
451
452         * gnus.el (gnus-registry): added registry customization group
453         (gnus-group-prefixed-name): improve function to return full group
454         name optionally
455         (gnus-group-guess-prefixed-name): shortcut to
456         gnus-group-prefixed-name, using just the group name
457         (gnus-group-full-name): always get a group's full name
458         (gnus-group-guess-full-name): shortcut, using just the group name
459
460         * gnus-sum.el (gnus-summary-article-move-hook) 
461         (gnus-summary-article-delete-hook) 
462         (gnus-summary-article-expire-hook): new hooks
463         (gnus-summary-move-article, gnus-summary-expire-articles) 
464         (gnus-summary-delete-article): invoke the new hooks
465
466 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
467
468         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
469           from message-ID
470
471 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
472
473         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
474
475 2003-02-07  John Paul Wallington  <jpw@gnu.org>
476
477         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
478         (mm-write-region, mm-detect-coding-region): Doc fixes.
479
480 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * mail-source.el (mail-source-fetch): Ignore errors.
483         (mail-source-ignore-errors): New variable.
484
485         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
486         articles. 
487
488         * gnus-msg.el (gnus-version-expose-system): Change default.
489
490 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
491
492         * gnus-msg.el (gnus-version-expose-system): New variable.
493
494 2003-02-07  Simon Josefsson  <jas@extundo.com>
495
496         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
497         patch from deskpot@myrealbox.com (Vasily Korytov).
498
499 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-art.el (article-display-face): Get the Face header from
502         the current buffer.
503
504 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus-art.el (gnus-mime-view-part-internally): Bind
507         buffer-read-only to nil.
508
509 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
512         from g-a-e-1 to g-a-e-2.
513
514 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
515
516         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
517         of bbdb-search-simple, use spam-use-BBDB-exclusive
518         (spam-check-whitelist): use spam-use-whitelist-exclusive
519         (spam-use-whitelist-exclusive): new variable affecting
520         spam-use-whitelist
521         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
522
523 2003-02-05  Simon Josefsson  <jas@extundo.com>
524
525         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
526         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
527         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
528         (gnus-agent-expire-1): New.
529         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
530         (gnus-agent-expire-2): New.
531
532 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
533
534         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
535         "delete-if" is misleading because it isn't actually destructive.
536
537         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
538         
539         * nnmail.el (nnmail-purge-split-history): do.
540
541         * gnus-win.el (gnus-get-buffer-window): do.
542         
543         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
544         let-binding.
545         (gnus-simplify-all-whitespace): do.
546
547 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-delay.el (gnus-delay-article): Fix binding of the
550         nndraft:delayed group.
551
552 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         * gnus.el (spam group parameters): change 'other to 'const in
555         the group parameter definitions to soothe XEmacs
556
557 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
558
559         * gnus-delay.el (gnus-delay-article): Really create
560         nndraft:delayed group if it doesn't exist.
561
562 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
563
564         * gnus-sum.el (gnus-summary-search-article): Speed up by
565         disabling various visual features while searching.
566         (gnus-summary-recenter): Test gnus-auto-center-summary first.
567
568 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
569
570         * spam.el (spam-list-of-checks): Don't quote nil and t in
571         docstrings.  From the elisp manual:
572
573            When a documentation string refers to a Lisp symbol, write
574            it [..] with single-quotes around it.  [..] There are two
575            exceptions: write t and nil without single-quotes.
576
577         * messcompat.el (message-from-style): do.
578
579         * message.el (message-send-mail): do.
580
581         * gnus-util.el (gnus-use-byte-compile): do.
582
583         * gnus-score.el (gnus-score-lower-thread): do.
584
585         * gnus-int.el (gnus-server-unopen-status): do.
586
587         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
588         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
589
590         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
591         (gnus-group-parameters): do.
592
593         * gnus-art.el (gnus-article-mime-match-handle-function): do.
594
595         * mm-decode.el (mm-text-html-renderer): do.
596
597 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * nnheader.el (nnheader-directory-separator-character): Change the
600         way to compute the dafault value.
601
602 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
603
604         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
605         (gnus-button-alist): Fix regexp for describe-key.
606         (gnus-button-handle-describe-function)
607         (gnus-button-handle-describe-variable)
608         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
609         (gnus-button-handle-apropos-variable)
610         (gnus-button-handle-apropos-documentation): Docstring fix.
611
612         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
613
614 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
617         to nil.
618
619         * nnmail.el: Removed gnus-util autoload.
620
621         * gnus.el: Use gnus-prin1-to-string throughout.
622
623         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
624         print-level. 
625
626         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
627         (gnus-treat-display-grey-xface): Removed.
628
629         * gnus-fun.el (gnus-grab-cam-face): New.
630         (gnus-convert-image-to-gray-x-face): Removed.
631         (gnus-convert-gray-x-face-to-xpm): removed.
632         (gnus-convert-gray-x-face-region): Removed.
633         (gnus-grab-gray-x-face): Removed.
634
635         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
636
637 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
638
639         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
640         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
641         bound.
642
643         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
644
645 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
646
647         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
648         Remove -- these are bogus options which are never used.
649
650 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
651
652         * gnus-art.el (gnus-article-mode): Use summary tool bar.
653
654 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
655
656         * spam.el (spam-check-blackholes) 
657         (spam-blackhole-good-server-regex): new variable to skip some IPs
658         when checking blackholes; use it
659         (spam-check-bogofilter-headers) 
660         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
661         case more X-Bogosity is used than just "Yes/No"
662         (spam-ham-move-routine): semi-fixed, only first article is
663         properly moved now
664
665 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
666
667         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
668         as well.
669         
670         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
671         
672         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
673         
674         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
675         
676         * gnus-bcklg.el (gnus-backlog-shutdown): do.
677         
678         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
679
680 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus-fun.el (gnus-face-encode): New function.
683         (gnus-convert-png-to-face): Use it.
684
685         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
686
687 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
688
689         * mm-decode.el (mm-dissection-list): Remove.
690         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
691         only used in mm-remove-all-parts.
692         (mm-remove-all-parts): Remove it, it's never called.
693
694 2003-01-25  Simon Josefsson  <jas@extundo.com>
695
696         * gnus-group.el (gnus-group-make-group): Report errors.
697
698         * nnimap.el (nnimap-request-create-group): Ditto.
699
700         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
701
702         * sieve.el (sieve-upload): Fix error printing.
703
704         * mm-encode.el (mm-qp-or-base64): Always QP iff
705         mm-use-ultra-safe-encoding and cleartext PGP.
706
707         * gnus-sum.el (gnus-summary-select-article): Inhibit
708         redisplay (mainly for secured messages).
709
710         * nnmail.el (nnmail-article-group): Copy body too (but don't
711         process it).
712
713 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
714
715         * gnus-art.el (gnus-article-setup-buffer): Reset
716         gnus-button-marker-list.
717
718 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * nntp.el (nntp-read-timeout): Default to using a second delay
721         under Microsoft Windows.
722
723 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnheader.el (nnheader-directory-separator-character): New
726         variable. 
727
728 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
729
730         * gnus-agent.el (gnus-agent-max-fetch-size)
731         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
732         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
733         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
734         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
735         (gnus-agent-braid-nov, gnus-agent-load-alist)
736         (gnus-agent-article-alist-save-format)
737         (gnus-agent-read-agentview, gnus-agent-save-alist)
738         (gnus-agent-fetch-group-1, gnus-agent-expire)
739         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
740         (gnus-agent-regenerate-group): Reformat to keep under eighty
741         columns.  Reword docstrings so that first line is under eighty
742         chars and a complete sentence.  Still need to work on the rear
743         end of the file, in particular gnus-agent-expire.       
744
745 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus-agent.el (gnus-agentize): Indent.
748
749         * gnus.el (gnus-version-number): Bumped.
750
751 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
752
753         * gnus.el: Oort Gnus v0.14 is released.
754
755 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
756
757         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
758         before beginning.  Tiny patch from Mark Thomas
759         <swoon@bellatlantic.net>.
760
761 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
762
763         * spam.el (spam-check-blackholes, spam-split) 
764         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
765         gnus-message calls to show to users what spam.el is doing
766
767 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
768
769         * gnus-msg.el (gnus-message-replysign)
770         (gnus-message-replyencrypt): Fix typo.
771
772 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
775         details. 
776
777 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-art.el (gnus-article-press-button): let* -> let.
780         (gnus-mime-security-show-details): Cleaned up.
781         (gnus-mime-security-press-button): Save excursion.
782         (gnus-insert-mime-security-button): Clean up.
783
784         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
785
786         * gnus-async.el (gnus-async-wait-for-article): Don't use a
787         timeout. 
788
789         * nntp.el (nntp-accept-process-output): Removed timeout. 
790         (nntp-read-timeout): New variable.
791         (nntp-accept-process-output): Use it.
792
793         * gnus-sum.el (gnus-data-find-list): Remove *.
794
795 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
796
797         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
798         introduced on 2002-01-22.
799         (gnus-summary-first-unseen-or-unread-subject): Ditto.
800
801 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
802
803         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
804         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
805         checks of incoming mail based on simple header regexp matching
806
807 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * gnus-sum.el (gnus-spam-mark): set to `$'
810
811 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
812
813         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
814         gnus-newsgroup-unfetched, the list of articles whose headers have
815         not been fetched from the server.
816
817         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
818         parameter as it never worked due to a bug.  Added check to prevent
819         selection of any article in the gnus-newsgroup-unfetched list.
820         (gnus-summary-find-prev): Added check to prevent selection of any
821         article in the gnus-newsgroup-unfetched list.
822         (gnus-summary-first-subject): Documented API. Modified
823         implementation so that constraints are handled independently.
824         Added check to prevent selection of any article in the
825         gnus-newsgroup-unfetched list.
826         (gnus-summary-first-unseen-subject): Updated parameters in
827         gnus-summary-first-subject call to match new API.
828         (gnus-summary-first-unseen-or-unread-subject): Ditto.
829         (gnus-summary-catchup): Do not mark unfetched articles as read.
830         
831 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
832
833         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
834         make-obsolete-variable allows only two arguments in XEmacs and
835         Emacs 20.
836
837         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
838         gnus-article-hide-pgp.
839         (gnus-summary-make-menu-bar): do.
840
841         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
842         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
843         gnus-article-hide-pgp.
844         (article-hide-pgp): Remove.
845         (gnus-article-hide): Remove gnus-article-hide-pgp.
846
847         * gnus.el: Remove gnus-article-hide-pgp
848
849 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * message.el (message-required-headers): Doc fix.
852
853 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
854
855         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
856         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
857         option to make ifile a purely binary classifier
858
859 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
862         (mml-secure-encrypt-pgpmime): Removed double.
863
864         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
865         debugging statements.
866
867 2003-01-21  Andreas Fuchs  <asf@void.at>
868
869         * mml-sec.el (mml-sign-alist): Added pgpauto.
870
871 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus.el (gnus-version-number): Bumped version number.
874
875 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
876
877         * gnus.el: Oort Gnus v0.13 is released.
878
879 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-art.el (gnus-button-url-regexp): Removed |.
882
883         * message.el (message-send-hook): Doc fix.
884
885         * gnus-win.el (gnus-buffer-configuration): Display article
886         instead of article-copy when `reply'.
887
888 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
889
890         * gnus.el (gnus-format): Change customize group to gnus.
891         (gnus-cache): Add link.
892         (gnus-group-charter-alist): Fix docstring.
893
894 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
895
896         * mailcap.el (mailcap-print-command): lpr-command might be
897         unbound in XEmacs.
898
899 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
900
901         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
902
903         * gnus-sum.el (gnus-summary-update-article-line): Fixed
904         calculation of net characters added for use in the gnus-data
905         structure.
906         
907 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
908
909         * nnmail.el (nnmail-process-unix-mail-format): Improve error
910         message.  Suggested by Jari Aalto.
911
912 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
915         (gnus-article-reply-with-original): Ditto.
916
917         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
918         read articles don't become unread.
919
920 2003-01-17  Simon Josefsson  <jas@extundo.com>
921
922         * gnus-fun.el (gnus-x-face-from-file): 
923         (gnus-face-from-file): Suggest image format in minibuffer prompt.
924
925         * gnus-fun.el (gnus-convert-image-to-x-face-command)
926         (gnus-convert-image-to-face-command): Doc fix.
927
928 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
931
932 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
933
934         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
935         avoid encoding problems.
936
937         * mailcap.el (mailcap-ps-command): New variable.
938         (mailcap-mime-data): Add print entry where applicable.  Use
939         pdftotext on a tty.
940
941 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
942
943         * gnus-sum.el (gnus-alter-header-function): Add type and group.
944
945 2003-01-16  Simon Josefsson  <jas@extundo.com>
946
947         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
948         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
949         (gnus-face-from-file): Doc fix; don't mention image format.
950
951 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
952
953         * spam.el (spam-get-article-as-filename): new function (unused for now)
954         (spam-get-article-as-buffer): new function
955         (spam-get-article-as-string): use spam-get-article-as-buffer
956         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
957
958 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
959  
960         * gnus-agent.el: Don't use `path'.
961         From the GNU coding standards:
962         
963             Please do not use the term ``pathname'' that is used in Unix
964             documentation; use ``file name'' (two words) instead.  We use
965             the term ``path'' only for search paths, which are lists of
966             directory names.
967
968         * nnsoup.el (nnsoup-file-name): Ditto.
969  
970         * nnmail.el (nnmail-pathname-coding-system): Ditto.
971         (nnmail-group-pathname): Ditto.
972  
973         * nnimap.el (nnimap-group-overview-filename): Ditto.
974  
975         * nnheader.el (nnheader-pathname-coding-system): Ditto.
976         (nnheader-group-pathname): Ditto.
977  
978         * nnfolder.el (nnfolder-group-pathname): Ditto.
979  
980         * gnus.el (gnus-home-directory): Ditto.
981  
982         * gnus-group.el (gnus-group-icon-list): Ditto.
983  
984 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
985
986         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
987
988         * message.el (message-mode-menu): Use it.
989         (message-mode-menu): Deactivate "Yank Original" if there's no
990         reply buffer.
991
992         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
993
994         * message.el (message-mark-active-p): New function.
995
996 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
997
998         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
999         (spam-bogofilter-database-directory): new variables
1000         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1001         (spam-bogofilter-register-with-bogofilter) 
1002         (spam-bogofilter-register-spam-routine) 
1003         (spam-bogofilter-register-ham-routine) 
1004         (spam-group-ham-processor-bogofilter-p): new functions for the new
1005         Bogofilter interface
1006         (spam-summary-prepare-exit): use the new Bogofilter functions
1007         (spam-list-of-checks): added spam-use-bogofilter-headers
1008         (spam-bogofilter-score): rewrote function
1009         (spam-check-bogofilter): optional score parameter, uses
1010         spam-check-bogofilter-headers better
1011         (spam-check-bogofilter-headers): optional score parameter
1012
1013         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1014         default, in the gnus-start customization group.  Used to disable
1015         the spam-*/ham-* parameters.
1016         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1017
1018 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1019
1020         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1021         XEmacs.
1022
1023         * gnus-ems.el (gnus-mark-active-p): do.
1024
1025 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1026
1027         * gnus.texi (Using MIME): Mention auto-compression-mode with
1028         gnus-mime-copy-part.
1029
1030 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * message.el (message-send): Don't warn about duplicates when
1033         superseding. 
1034
1035 2003-01-15  Simon Josefsson  <jas@extundo.com>
1036
1037         * nnimap.el (nnimap-split-download-body): New variable.
1038         (nnimap-split-articles): Use it.
1039
1040 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1041
1042         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1043         integrity checker was incorrectly flagging, and removing, articles
1044         whose article number was negative.
1045         (gnus-agent-fetch-group-1): When executed in the group's summary
1046         buffer, refresh each downloaded line to update the status flag and
1047         font.  Preserve the value of gnus-newsgroup-headers so that
1048         gnus-agent-fetch-articles can split the requests by size.
1049         (gnus-agent-expire): Corrected day calculation for when
1050         gnus-agent-expire-days contains a list.
1051
1052 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1055
1056 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1057
1058         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1059           /usr/bin/play as default player. 
1060           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1061
1062 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1065         articles to be marked as well.
1066
1067 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1068         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1069         fictious headers generated by nnagent (ie. Undownloaded Article
1070         ####) in the list of articles that have not been downloaded.
1071         
1072         * gnus-int.el (): Added require declarations to resolve
1073         compile-time warnings.
1074         (gnus-open-server): If the server status is set to offline,
1075         recursively execute gnus-open-server to open the offline backend
1076         (e.g. nnagent).
1077
1078 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1079
1080         * gnus-art.el (gnus-article-reply-with-original): Use
1081         gnus-mark-active-p.
1082         (gnus-article-followup-with-original): do.
1083
1084 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1085
1086         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1087
1088 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1089
1090         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1091         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1092
1093 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1094
1095         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1096         (gnus-face-from-file): Ditto.
1097
1098 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1101         gnus-alter-articles-to-read-function to the unread articles. 
1102
1103 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1104
1105         * deuglify.el (gnus-article-outlook-unwrap-lines)
1106         (gnus-article-outlook-repair-attribution)
1107         (gnus-article-outlook-rearrange-citation): New function names,
1108         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1109         doc-string.
1110
1111         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1112         removed `W k' key binding (use `W Y f' instead).
1113         (gnus-summary-make-menu-bar): Use new function names.
1114
1115 2003-01-13  Simon Josefsson  <jas@extundo.com>
1116
1117         * gnus-fun.el (gnus-random-x-face): Doc fix.
1118         (gnus-insert-random-x-face-header): New function.
1119
1120 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1121
1122         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1123         mark is not active.
1124
1125         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1126
1127         * gnus-ems.el (gnus-mark-active-p): New function.
1128
1129         * gnus-group.el (gnus-topic-mode-p): New function.
1130         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1131         Deactivate items if mark is not active.
1132
1133 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus.el (gnus-version-number): Bumped version.
1136         (gnus-summary-line-format): Doc fix.
1137
1138 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1139
1140         * gnus.el: Oort Gnus v0.12 is released.
1141
1142 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * mail-source.el (mail-sources): Removed autoload to make it
1145         compile under XEmacs.
1146
1147 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1148
1149         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1150         regexp or a function too.
1151         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1152         confirmation even if the original article is mail.
1153
1154 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1157         articles to be marked when not yanking.
1158
1159 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1160
1161         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1162         
1163 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * gnus-fun.el (gnus-face-from-file): Autoload.
1166
1167         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1168         errors.
1169
1170 2003-01-12  Simon Josefsson  <jas@extundo.com>
1171
1172         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1173         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1174
1175         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1176         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1177
1178 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1181         in every string.
1182
1183         * gnus.el (gnus-version-number): Bumped version number.
1184
1185 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1186
1187         * gnus.el: Oort Gnus v0.11 is released.
1188
1189 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1190
1191         * message.el (message-fetch-reply-field): Narrow to headers.
1192
1193         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1194         if Gnus isn't alive.
1195
1196 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1197
1198         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1199         marks from articles that are already stored in the agent.
1200         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1201         backup copy of an invalid .overview file for later analysis.
1202         
1203 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1204
1205         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1206         exit work with two frames.
1207
1208 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1209
1210         * message.el (message-forward-make-body): Use mule4.
1211
1212 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * message.el (message-mode-map): Move wide-reply command.
1215
1216 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1217
1218         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1219         castellano.
1220         (gnus-outlook-display-hook): New variable.
1221         (gnus-outlook-display-article-buffer): New function.
1222         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1223         (gnus-outlook-deuglify-article): Made them interactive and added
1224         optional arg.  Use `g-o-d-a-b'.
1225         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1226
1227         * gnus-sum.el: Added autoloads.
1228         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1229         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1230
1231 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * gnus-art.el (gnus-display-mime): Use the mime emulation
1234         variable. 
1235
1236         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1237
1238         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1239         newsrc-alist is initialized properly.
1240
1241         * mail-source.el (mail-sources): Autoload.
1242
1243         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1244         nil.
1245
1246         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1247         insert two newlines.
1248
1249         * message.el (message-check-news-header-syntax): Compute the
1250         header length correctly.
1251
1252 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1253
1254         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1255         alist when keeping fetched article file.
1256         (gnus-agent-retrieve-headers): When parsing response for article
1257         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1258         against garbage in the server's response.
1259
1260         * gnus-int.el (gnus-request-expire-articles,
1261         gnus-request-move-article): Only expire when the group's server
1262         has been agentized.
1263
1264 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1267         errors when deleting overlays.
1268
1269         * gnus-score.el (gnus-score-followup): Allow tracing.
1270
1271         * gnus-art.el (gnus-treat-display-face): New variable.
1272         (article-display-face): New command.
1273
1274         * gnus-fun.el (gnus-face-from-file): New function.
1275         (gnus-convert-face-to-png): Ditto.
1276
1277         * gnus-art.el (gnus-ignored-headers): Added Face.
1278
1279 2003-01-10  Simon Josefsson  <jas@extundo.com>
1280
1281         * nndraft.el (nndraft-request-group): Avoid crash in
1282         directory-files when draft directory doesn't exists.
1283
1284         * gnus-sum.el (gnus-select-article-hook): Add :option.
1285
1286 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1287
1288         * spam.el (spam-use-stat): new variable
1289         (spam-group-spam-processor-stat-p) 
1290         (spam-group-ham-processor-stat-p): new convenience functions
1291         (spam-summary-prepare-exit): add spam/ham processors to sequence
1292         (spam-list-of-checks): add spam-use-stat to list of checks
1293         (spam-split): conditionally load the spam-stat tables
1294         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1295         spam-check-ifile): new functions
1296
1297         * spam-stat.el (spam-stat): typo fix
1298         (spam-stat-install-hooks): new variable
1299         (spam-stat-split-fancy-spam-group): added documentation clarification
1300         (spam-stat-split-fancy-spam-threshhold): new variable
1301         (spam-stat-install-hooks): make hooks conditional
1302         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1303
1304         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1305         spam-stat ham/spam processor symbols
1306
1307 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1310         file exists.
1311
1312 2003-01-10  Simon Josefsson  <jas@extundo.com>
1313
1314         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1315         undownloaded/downloadable only when unplugged.
1316
1317 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1318
1319         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1320
1321 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1322
1323         * spam.el (spam-check-ifile): fixed call-process-region to use the
1324         db parameter only if it's set
1325         (spam-ifile-register-with-ifile): ditto
1326
1327 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1328
1329         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1330         spam-stat-nbad before creating the hash table.
1331         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1332         Changed copyright statement to FSF.
1333
1334 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1335
1336         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1337         processable articles as read.
1338         (gnus-agent-summary-fetch-series): Remove processable and
1339         downloadable marks on all downloaded articles in the series.
1340
1341         * nntp.el (nntp-report): Throw error after reporting the problem.
1342         (nntp-accept-process-output): Corrected error check to report an
1343         error when the process is nil.
1344
1345 2003-01-09  Simon Josefsson  <jas@extundo.com>
1346
1347         * message.el (message-tool-bar-map): Add preview.
1348
1349 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1350
1351         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1352         previewing.
1353
1354 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1355
1356         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1357         bug when the (n+1)th article to be added to a group has a smaller
1358         number than the n articles already added.
1359
1360 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1361
1362         * message.el (message-mode-field-menu): Use backquote.
1363
1364 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * spam.el: fixed the BBDB autoloads again, using
1367         bbdb-search-simple now (which is not a macro, thank god)
1368
1369         * lpath.el (bbdb-search): removed function from maybe-fbind list
1370
1371         * gnus.el (ham-process-destination): added new parameter for
1372         destination of ham articles found in spam groups at summary exit
1373
1374         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1375         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1376         (spam-ifile-database-path): added new parameter for ifile's database
1377         (spam-move-spam-nonspam-groups-only): new parameter to determine
1378         if spam should be moved from all groups or only some
1379         (spam-summary-prepare-exit): fixed logic to use
1380         spam-move-spam-nonspam-groups-only when deciding to invoke
1381         spam-mark-spam-as-expired-and-move-routine; always invoke that
1382         routine after the spam has been expired-or-moved in case there's
1383         some spam left over; use spam-ham-move-routine in spam groups
1384         (spam-ham-move-routine): new function to move ham articles to the
1385         ham-process-destinations group parameter
1386
1387 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1390
1391         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1392         gnus-summary-update-article-line.
1393
1394 2003-01-08  Simon Josefsson  <jas@extundo.com>
1395
1396         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1397         not successful.
1398
1399 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1402
1403 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1404
1405         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1406         logic, finally
1407
1408 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1411         (gnus-parse-format): Change to %~.
1412
1413         * message.el (message-generate-headers): Don't generate optional
1414         empty headers.
1415
1416 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1417
1418         * message.el (message-cross-post-default)
1419         (message-cross-post-note-function, message-shoot-gnksa-feet)
1420         (message-strip-subject-trailing-was, message-change-subject)
1421         (message-mark-insert-file, message-cross-post-followup-to)
1422         (message-cross-post-followup-to, message-mode-map)
1423         (message-generate-unsubscribed-mail-followup-to)
1424         (message-make-mail-followup-to): Minor changes to doc-strings and
1425         error messages.  Updated copyright line.
1426
1427         * message.el (message-make-mail-followup-to,
1428         message-generate-unsubscribed-mail-followup-to): New function
1429         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1430         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1431         names.
1432
1433         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1434         (mml-preview-insert-mft): Removed function name.
1435         (mml-preview): Use new function names.
1436
1437         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1438
1439         * message.el (message-mode-field-menu): Moved header related
1440         commands from "Message" to "Field" menu.
1441
1442 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1443
1444         * message.el (message-generate-headers-first): Added customization
1445         if variable is a list.
1446
1447 2003-01-07  Michael Shields  <shields@msrl.com>
1448
1449         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1450         where the last line of the article is the last line of the window.
1451
1452 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-msg.el (gnus-debug): Use ignore-errors.
1455
1456         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1457         `gnus-summary-update-line'.
1458
1459 2003-01-08  Simon Josefsson  <jas@extundo.com>
1460
1461         * gnus-art.el (gnus-unbuttonized-mime-types)
1462         (gnus-buttonized-mime-types): Doc fix.
1463
1464 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1465
1466         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1467
1468 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1469
1470         * nnrss.el (nnrss-group-alist): Add and clear up.
1471
1472 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1475
1476         * lpath.el (bbdb-search): added BBDB functions for a better way to
1477         fix missing functions
1478
1479         * spam.el (spam-check-ifile): if should be an unless
1480
1481         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1482         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1483         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1484
1485 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1488         gnus-summary-refer-thread to thread menu.
1489
1490 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1491
1492         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1493         summary buffer, articles that cannot be fetched are marked as
1494         canceled.
1495
1496         * nntp.el (nntp-with-open-group): The quit signal handler must
1497         propagate the quit signal to the next outer handler so that the
1498         caller knows that the request aborted abnormally.
1499
1500 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1503         (spam-ifile-register-spam-routine)
1504         (spam-ifile-register-ham-routine): added ifile functionality that
1505         does not use ifile-gnus.el to classify and register articles
1506         (spam-get-article-as-string): convenience function
1507         (spam-summary-prepare-exit): added ifile spam and ham registration
1508         (spam-ifile-all-categories, spam-ifile-spam-category)
1509         (spam-ifile-path, spam-ifile): added customization options
1510
1511         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1512         exit processor
1513         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1514         list of choices
1515
1516 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus-score.el (gnus-score-followup): Also score immediate
1519         followups.
1520
1521 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1524
1525 2003-01-07  Simon Josefsson  <jas@extundo.com>
1526
1527         * message.el (message-mode-menu): Fix receipt balloon help.
1528
1529 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1530
1531         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1532         always be interpreted as news.
1533
1534 2003-01-07  Simon Josefsson  <jas@extundo.com>
1535
1536         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1537         gnus-sieve-script, instead of the global variable
1538         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1539         <sb@dod.no>.
1540
1541 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1542
1543         * gnus.el: Renamed gnus-summary-*-uncached-face as
1544         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1545         the cache.
1546
1547         * gnus-sum.el: Ditto.
1548
1549 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1550
1551         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1552         in either the group or summary buffer.
1553         New command "JS", in summary buffer, will fetch articles per the
1554         group's category, predicate, and processable flags.
1555         (gnus-agent-summary-fetch-series): Rewritten to call
1556         gnus-agent-session-fetch-group once with all articles in the
1557         series.
1558         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1559         return list of fetched articles.
1560         (gnus-agent-fetch-articles): Split fetch list into sublists such
1561         that the article buffer is only slightly larger than
1562         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1563         the group's article alist is saved.
1564         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1565         longer result in the agent trying to fetch an article.
1566         (gnus-agent-fetch-group-1): Can now be called in either the group
1567         or summary buffer.  Removed the max-fetch-size code that I added
1568         on 2002-12-13 as that capability is now part of
1569         gnus-agent-fetch-articles.  Added code to update summary buffer.
1570         When called in the group buffer, articles that can not be fetched
1571         are AUTOMATICALLY MARKED AS READ.
1572
1573         * gnus-sum.el (): Modified eval-when-compile to minimize
1574         misleading compilation warnings.
1575         (gnus-update-summary-mark-positions): Changed code to use
1576         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1577
1578         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1579         empty file as the parser assumes that the file isn't empty.
1580
1581         * nntp.el (nntp-send-string): The process-send-string call can,
1582         because it performs I/O on the process, change the process' state
1583         from open to closed.  If this happens, call nntp-report
1584         immediately to report the broken connection.
1585         (nntp-report): Rewritten to avoid needing a global variable to
1586         determine the appropriate course of action.  Instead, two function
1587         implementations are provided and the nntp-report function value is
1588         bound to the appropriate implementation.
1589         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1590         (nntp-with-open-group): Now binds nntp-report's function cell
1591         rather than binding gnus-with-open-group-first-pass.  Added a
1592         condition-case to detect a quit during a nntp command.  When the
1593         quit occurs, the current connection is closed as a fetch articles
1594         request could have several megabytes queued up for reading.
1595         (nntp-retrieve-headers): Bind articles to itself.  If
1596         nntp-with-open-group repeats this command, I must have access to
1597         the original list of articles.
1598         (nntp-retrieve-groups): Ditto for groups.
1599         (nntp-retrieve-articles): Ditto for articles.
1600         (*): Replaced nntp-possibly-change-group calls to
1601         nntp-with-open-group forms in all, but one, occurrance.
1602         (nntp-accept-process-output): Bug fix. Detect when called with
1603         null process.
1604
1605 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1606
1607         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1608         if we don't need to.
1609         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1610
1611 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-group.el (gnus-group-make-web-group): Pass the select
1614         method on to group-create.
1615         (gnus-group-line-format-alist): %U is an integer.
1616
1617         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1618         ephemeral groups.
1619         (gnus-summary-read-group-1): Ditto.
1620         (gnus-group-make-articles-read): Ditto.
1621
1622         * mm-url.el (mm-url-program): Doc fix.
1623
1624         * message.el (message-mode-map): Rebound
1625         message-insert-wide-reply.
1626
1627 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1630         color as `gnus-group-startup-message' does.
1631
1632 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1633
1634         * spam.el: fixed line lengths to 80 chars or less
1635
1636         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1637         "not-read" mark
1638         (gnus-summary-mark-forward): added the spam-mark to the list of
1639         marks not to be marked as "read" when viewed
1640
1641 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1644
1645         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1646         Protect against unactive groups.
1647
1648         * message.el (message-check-news-header-syntax): Check long
1649         header lines.
1650         (message-check-news-header-syntax): Update `start'.
1651
1652         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1653         (gnus-group-line-format): %U.
1654         (gnus-group-line-format-alist): ?U.
1655         (gnus-number-of-unseen-articles-in-group): New function.
1656
1657         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1658
1659         * gnus.el (gnus-version-number): Bump version number.
1660
1661 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1662
1663         * gnus.el: Oort Gnus v0.10 is released.
1664
1665 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * gnus.el (gnus-version-number): Fix version number.
1668
1669 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1670
1671         * gnus.el: Oort Gnus v0.08 is released.
1672
1673 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1674
1675         * mm-util.el: Add mm-string-make-unibyte.
1676
1677         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1678         UTF-8 groups.
1679
1680 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1683
1684         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1685
1686 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1687
1688         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1689         function.
1690
1691 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1694         (gnus-summary-read-group-1): Update group line.
1695         (gnus-summary-exit-no-update): Update group on exit.
1696
1697         * gnus-group.el (gnus-group-line-format): Add %*.
1698         (gnus-group-line-format-alist): Ditto.
1699         (gnus-group-insert-group-line): Set it.
1700         (gnus-group-is-exiting-p): New variable.
1701         (gnus-group-insert-group-line): Use it.
1702
1703 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1704
1705         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1706         enable BBDB ham processing
1707         (spam-blacklist-register-routine): enable blacklist spam processing
1708         (spam-whitelist-register-routine): enable whitelist ham processing
1709         (spam-fetch-field-from-fast): fast fetching of the "from" field
1710         from (gnus-data-list)
1711         (spam-summary-prepare-exit): works completely now
1712         (spam-use-blacklist): oops, should be nil by default
1713         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1714         split processing now; before it was for summary exit as
1715         well but that's done with the spam-contents and spam-process
1716         parameters now
1717
1718 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1719
1720         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1721         characters.
1722
1723 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1724
1725         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1726         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1727         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1728         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1729         (spam-mark-spam-as-expired-and-move-routine)
1730         (spam-generic-register-routine, spam-BBDB-register-routine)
1731         (spam-ifile-register-routine, spam-blacklist-register-routine)
1732         (spam-whitelist-register-routine): new functions
1733         (spam-summary-prepare-exit): added summary exit processing (expire
1734         or move) of spam-marked articles for spam groups; added slots for
1735         all the spam-*-register-routine functions
1736
1737 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * pop3.el (pop3-retr): Wait 500 msecs.
1740         (pop3-read-response): Ditto.
1741
1742         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1743         right.
1744         (gnus-inews-make-draft): New function.
1745         (gnus-setup-message): Use it.
1746
1747         * message.el (message-required-headers): Add From.
1748
1749 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1750         Trivial patch from Norbert Koch <nk@viteno.net>.
1751
1752         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1753
1754 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * message.el (message-generate-headers): Let header formatters do
1757         their work.
1758
1759 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1760
1761         * deuglify.el (gnus-article-outlook-deuglify-article):
1762         Rehighlight, reapply treatments and call
1763         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1764         (gnus-outlook-repair-attribution-block): Recognize cited
1765         attributions.  Suggested by Niklas Morberg.
1766
1767 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1768
1769         * gnus-art.el (gnus-treat-predicate): Check condition first.
1770
1771 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1772
1773         * lpath.el: Add url-http-file-exists-p.
1774
1775         * gnus-group.el (gnus-group-fetch-charter): Use
1776         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1777
1778 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * message.el (message-draft-headers): Also generate From to get a
1781         nicer draft buffer summary.
1782
1783         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1784         parameter.
1785
1786         * gnus-art.el (article-wash-html): Clean up.
1787         (article-wash-html): Typo fix.
1788
1789         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1790         (gnus-summary-mail-forward): To many lists of lists.
1791
1792         * gnus-art.el (article-wash-html): Clean up.
1793
1794 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1795
1796         * gnus-art.el (gnus-treat-wash-html): New variable.
1797
1798 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * message.el (message-check-news-header-syntax): Allow posting.
1801         (message-check-news-header-syntax): Fix logic for sure, this
1802         time.
1803
1804 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1805
1806         * message.el (message-check-news-header-syntax): Check syntax of
1807         continuation headers.
1808
1809 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1810
1811         * gnus-art.el (gnus-button-url-regexp,
1812         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1813         (gnus-header-button-alist): Regexps are case insensitive here.
1814
1815 2003-01-02  Simon Josefsson  <jas@extundo.com>
1816
1817         * dig.el (query-dig): Doc fix.
1818
1819 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1820
1821         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1822         summary buffer line, not just the download mark.
1823
1824 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1827         (gnus-summary-insert-dormant-articles): New command and
1828         keystroke.
1829
1830         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1831         function for mass insertion of subjects.
1832
1833         * nndraft.el (nndraft-generate-headers): Don't move point.
1834
1835         * gnus.el (nnheader): Require nnheader.
1836
1837         * nndraft.el (nndraft-request-associate-buffer): Use
1838         make-local-variable.
1839
1840 2003-01-02  Michael Shields  <shields@msrl.com>
1841
1842         * nndraft.el (nndraft-request-associate-buffer): Make
1843         write-contents-hooks buffer-local before setting it.
1844
1845 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus.el (gnus-group-parameter-value): Take an extra param.
1848         (gnus-group-fast-parameter): Let group param results be nil.
1849
1850         * gnus-art.el (gnus-article-forward-header): New function.
1851         (article-date-ut): Use it to remove continuation date headers.
1852
1853         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1854         read-event.
1855         (gnus-summary-remove-bookmark): Clean up.
1856         (gnus-summary-set-bookmark): Clean up.
1857
1858         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1859
1860         * gnus.el (gnus-group-startup-message): Bind data-directory to
1861         the Gnus etc directory.
1862
1863 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1866         ham-processing of articles; use the new
1867         spam-group-(spam|ham)-contents-p functions
1868         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1869         convenience functions
1870         (spam-mark-junk-as-spam-routine): use the new
1871         spam-group-spam-contents-p function
1872
1873         * gnus.el (spam-process, spam-contents, spam-process-destination):
1874         added new parameters with corresponding global variables
1875         (gnus-group-spam-exit-processor-ifile,
1876         gnus-group-spam-exit-processor-bogofilter,
1877         gnus-group-spam-exit-processor-blacklist,
1878         gnus-group-spam-exit-processor-whitelist,
1879         gnus-group-spam-exit-processor-BBDB,
1880         gnus-group-spam-classification-spam,
1881         gnus-group-spam-classification-ham): added new symbols for the
1882         spam-process and spam-contents parameters
1883
1884         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1885         customization and list itself to store mark symbol rather than
1886         mark character.
1887         (spam-bogofilter-register-routine): added logic to generate mark
1888         values list from spam-ham-marks and spam-spam-marks, so (member)
1889         would work.
1890
1891 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * message.el (message-cross-post-followup-to): Fix comment.
1894
1895 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1896
1897         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1898         customization and list itself to store mark symbol rather than
1899         mark character.
1900         (spam-bogofilter-register-routine): added logic to generate mark
1901         values list from spam-ham-marks and spam-spam-marks, so (member)
1902         would work.
1903
1904 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1905
1906         * message.el (message-signature-insert-empty-line): New variable.
1907
1908 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1909
1910         * message.el: Renamed functions and variables: "xpost" ->
1911         "cross-post", "-fup2" -> "-followup-to".
1912         (message-cross-post-old-target, message-cross-post-default,
1913         message-cross-post-note, message-followup-to-note,
1914         message-cross-post-note-function): New variables names.
1915         (message-xpost-old-target, message-xpost-default,
1916         message-xpost-note, message-fup2-note,
1917         message-xpost-note-function): Removed variable names.
1918         (message-cross-post-followup-to-header,
1919         message-cross-post-insert-note, message-cross-post-followup-to):
1920         New function names.
1921         (message-xpost-fup2-header, message-xpost-insert-note,
1922         message-xpost-fup2): Removed function names.
1923
1924 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1925
1926         * message.el (message-send-mail): Added message-cleanup-headers to
1927         prevent newlines in headers.
1928
1929 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * dns.el (dns-make-network-process): Comment.
1932
1933         * gnus-sum.el (gnus-summary-display-while-building): Default to
1934         nil.
1935
1936 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1937
1938         * gnus-sum.el (gnus-summary-display-while-building): New
1939         variable.
1940
1941 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1942
1943         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1944         before rearranging the article.
1945
1946 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * nndraft.el (nndraft-generate-headers): New function.
1949         (nndraft-request-associate-buffer): Use it to write headers on
1950         buffer save.
1951
1952         * message.el (message-generate-headers): Let the function be a
1953         lambda form.
1954         (message-draft-headers): New variable.
1955
1956         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1957         function.
1958         (gnus-setup-message): Use it.
1959
1960         * message.el (message-generate-headers-first): Doc fix.
1961         (message-setup-1): Use new function for getting which headers to
1962         generate.
1963         (message-headers-to-generate): New function.
1964
1965 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1966
1967         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1968
1969 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1970
1971         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1972         mention negatives.
1973
1974 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1975
1976         * deuglify.el (gnus-outlook-rearrange-article): Use
1977         `transpose-regions' instead of tempering the kill-ring.
1978         (gnus-article-outlook-deuglify-article): Rehighlight article
1979         instead of a complete redisplay.
1980
1981 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1982
1983         * spam.el: most defvars are defcustoms now
1984
1985         patches from Michael Shields  <shields@msrl.com>
1986
1987         * spam.el (spam-bogofilter-articles): Select the article
1988         body using gnus-summary-show-article t instead of
1989         gnus-summary-select-article; this presents the raw text
1990         without running any hooks.
1991
1992         * spam.el (spam-bogofilter-articles): Use message-remove-header
1993         to remove headers; the old way incorrectly removed just the first
1994         line of folded headers.
1995
1996 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1999
2000 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * gnus-start.el (gnus-load): New function.
2003         (gnus-read-newsrc-el-file): Use it.
2004
2005 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2006
2007         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2008         (gnus-button-handle-apropos-documentation): New function.
2009         (gnus-button-handle-ctan): New function.
2010         (gnus-button-alist): Use them.  Improve some regexps.
2011         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2012
2013 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2014
2015         * message.el (message-subscribed-p): New function.
2016         (message-send-mail): Use it.
2017         * mml.el (mml-preview-insert-mft): New function.
2018         (mml-preview): Use it.
2019
2020 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2023         when sorting by date.
2024
2025         * gnus-art.el (gnus-article-edit-mode): New variable.
2026         (gnus-article-setup-buffer): Warn user about discarding edits.
2027
2028         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2029         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2030         headers.
2031
2032         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2033
2034 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2035
2036         * message.el (message-completion-alist): Added "Mail-Followup-To"
2037         and "Mail-Copies-To".
2038
2039 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2040
2041         * gnus-group.el: Add key bindings for
2042         gnus-group-sort-groups-by-real-name and
2043         gnus-group-sort-selected-groups-by-real-name.
2044
2045 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2046
2047         * gnus.texi (Sorting Groups): Add key bindings for
2048         gnus-group-sort-groups-by-real-name and
2049         gnus-group-sort-selected-groups-by-real-name.
2050
2051 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2052
2053         * spam.el (spam-use-dig): new variable for blackhole checking
2054         through dig.el
2055         (spam-check-blackholes): added dig.el checking functionality and
2056         more verbose reporting; query-dig is autoloaded from dig.el
2057         (spam-use-blackholes): disabled by default
2058         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2059         blackhole servers list
2060
2061 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * message.el (message-required-headers): New variable.
2064
2065 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2066
2067         * dig.el (query-dig): new function
2068
2069 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2072         prefixes.
2073
2074         * dns.el (query-dns): Protect against errors.
2075
2076         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2077         (gnus-inews-add-send-actions): Mark all answered messages as
2078         answered.
2079
2080 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2081
2082         * nnmail.el (nnmail-split-it): Added tracing to
2083         `:' split rule
2084
2085 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2086
2087         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2088         and "%s" so we don't overquote them.
2089
2090 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2091
2092         * (mm-display-external): Display the actual command that has been
2093         executed in the echo area.
2094
2095 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2098
2099         * message.el (message-with-reply-buffer): New macro.
2100         (message-fetch-reply-field): Use it.
2101         (message-insert-wide-reply): New command and keystroke.
2102         (message-carefully-insert-headers): New function.
2103         (message-insert-to): Use new function.
2104
2105         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2106         (gnus-topic-goto-missing-group): Use it.
2107
2108         * message.el (message-required-news-headers): Removed Lines.
2109         (message-reply): Don't insert References first.
2110         (message-followup): Ditto.
2111         (message-make-references): New function.
2112         (message-followup): Set message-reply-headers before generating
2113         the buffer stuff.
2114
2115 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2116
2117         * mml.el (mml-generate-mime-1): Reverse the order of
2118         encoding/flowing.
2119
2120 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2123         after moving them.
2124
2125         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2126         fit with newer standard format.
2127         (gnus-summary-make-false-root-always): New variable.
2128         (gnus-gather-threads-by-subject): Use it.
2129
2130         * message.el (message-get-reply-headers): Take an address list
2131         optional argument.
2132
2133 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus.el (gnus-keep-backlog): Change default to 20.
2136
2137         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2138         start.
2139         (gnus-agent-check-overview-buffer): Remove negative article
2140         numbers.
2141
2142         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2143         (nnmail-cache-ignore-groups): Doc fix.
2144
2145         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2146         (nnimap-debug-buffer): New variable.
2147         (nnimap-debug): Use it.
2148
2149 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2150
2151         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2152
2153 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2156         they aren't already sorted.
2157
2158 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2159
2160         * message.el (message-mode-menu): Add ellipses to menu items
2161         expecting user interaction.
2162         (message-mode-field-menu): do.
2163
2164 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2165
2166         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2167         it isn't used any more.
2168
2169 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2170
2171         * binhex.el (binhex-decoder-program): Fix docstring.
2172
2173 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2174
2175         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2176         special chars if the mailcap file uses single quotes around %s.
2177         From Laurent Martelli <laurent@bearteam.org>.
2178
2179 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2180
2181         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2182         return the info object.
2183
2184 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2185
2186         * gnus-int.el (gnus-request-update-info): Artificially add
2187         (1 . (1- min)) to the read range, in case the backend doesn't
2188         store marks for nonexistent articles.
2189
2190 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * binhex.el (binhex-insert-char): Eval-and-compile.
2193
2194 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2195
2196         * lpath.el: Add tool-bar-local-item-from-menu.
2197
2198         * message.el (message-tool-bar-local-item-from-menu): New function.
2199         (message-tool-bar-map): Use it.
2200
2201 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2202
2203         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2204
2205         * gnus-art.el (gnus-article-header-rank): Last header in
2206         gnus-sorted-header-list should have higher rank than non-members.
2207
2208 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2211         covered methods.
2212
2213 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2214
2215         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2216         eval-when-compile.  Suggested by Kevin Greiner.
2217
2218 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2219
2220         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2221         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2222         even though no headers may have been fetched
2223         (gnus-agent-fetch-group-1, and perhaps others, require this
2224         behavior).
2225         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2226         server buffer is constrained by gnus-agent-max-fetch-size.
2227         Multiple chunks in the same group may perform arbitrarily large
2228         updates.
2229
2230 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2231
2232         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2233         gnus-summary-update-download-mark to update the article in the
2234         summary.
2235
2236 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2237
2238         * gnus.el (gnus-summary-high-uncached-face,
2239         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2240         New faces.
2241
2242         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2243         added this on 2002-11-23 but it just wasn't working out as
2244         intended.  The idea isn't entirely dead, three new faces
2245         gnus-summary-*-uncached-face are being added to gnus.el to provide
2246         the basis for an improved implementation.
2247         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2248         proper file to open is lib/servers.
2249         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2250         (i.e. removing the article from gnus-newsgroup-downloadable) will
2251         now restore the article's default mark rather than simply setting
2252         no mark.
2253         (gnus-agent-get-undownloaded-list): Corrected documentation.
2254         Added code to set new summary local variable,
2255         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2256         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2257         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2258         up to date.  Call new gnus-summary-update-download-mark to keep
2259         summary buffer up-to-date.
2260         (gnus-agent-fetch-selected-article): Keep
2261         gnus-newsgroup-undownloaded up to date.
2262         (gnus-agent-fetch-articles): Return list of articles that were
2263         successfully fetched.
2264         (gnus-agent-check-overview-buffer): No more thingatpt.
2265         (gnus-agent-expire): No longer deletes NOV entries of unread
2266         articles.
2267         (gnus-agent-unread-articles): New function.
2268         (gnus-agent-regenerate-group): The article number must be
2269         terminated by a tab character.  Added more messages to report
2270         repairs.  Inhibit quits while writing changes so it is now safe
2271         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2272         downloaded to 1) resolve the unbound references and 2) avoid
2273         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2274
2275         * gnus-art.el (gnus-article-prepare): The agent
2276         downloaded/undownloaded mark is no longer stored as the article's
2277         mark.
2278
2279         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2280         gnus-summary-highlight may use it.  Added downloaded as
2281         gnus-summary-highlight was using it.
2282
2283         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2284         the download mark now follows Kai's +/- convention.
2285         (gnus-downloaded-mark): Added ?+ mark.
2286         (gnus-summary-highlight): Added rules to select
2287         gnus-summary-high-uncached-face,
2288         gnus-summary-normal-uncached-face, and
2289         gnus-summary-low-uncached-face.  Removed the
2290         gnus-agent-downloaded-article-face.
2291         (gnus-summary-line-format-alist): Implemented the download flag
2292         format (?O) as named in the manual.  This implementation displays
2293         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2294         gnus-no-mark.
2295         (gnus-newsgroup-agentized): New local variable that identifies
2296         which groups are agentized.  While the agent is now on by default,
2297         you don't have to agentize every server that you use.
2298         (gnus-update-summary-mark-positions): Completed support for the
2299         download type of mark.
2300         (gnus-summary-insert-line): Added undownloaded to the parameters.
2301         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2302         reference by the gnus-summary-line-format-spec.
2303
2304         * nntp.el (nntp-with-open-group): This macro handles dropped or
2305         broken connections by opening a new connection and repeating the
2306         failed command.
2307         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2308         XOVER commands preceeding the active articles with the nov entry
2309         of the first available article.  When gnus connected to such a
2310         server, the unexpected nov entry would result in duplicate lines
2311         in the agent's overview file.  This patch fixes the duplicate
2312         lines problem and improves performance by skipping over all
2313         articles IDs that preceed the first nov entry in the server's
2314         reply.
2315
2316 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2319         (gnus-summary-highlight): Use it instead of `downloaded'.
2320         (gnus-summary-highlight-line): Ditto.
2321
2322         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2323
2324 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2327
2328         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2329         calls.
2330
2331         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2332         downloaded variable if we're in an uncovered group.
2333
2334         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2335         font to soemthing less noticeable.
2336         (gnus-agent-group-covered-p): New function.
2337
2338 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2339
2340         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2341         Because of an unknown bug, the group buffer is saved in .overview
2342         file.
2343
2344 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2345
2346         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2347         `and' with `or'.
2348
2349 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2350
2351         * nntp.el (nntp-send-command): Assume that echo does not happen
2352         when nntp-open-connection-function is nntp-open-network-stream.
2353         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2354
2355 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2356
2357         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2358
2359 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2360
2361         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2362         nntp-server-buffer if we aren't going to write to it.
2363
2364 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2365         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2366
2367         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2368
2369 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2372         decoded words.
2373
2374 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2375
2376         * gnus.el (fboundp): After loading mm-util, make sure it was the
2377         right one.
2378
2379 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2380
2381         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2382         gnus-sum.  Made into a user option.
2383
2384         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2385         (gnus-summary-mark-article-as-unread)
2386
2387 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2388
2389         * time-date.el (date-to-time): Typo.
2390
2391         * parse-time.el: Typo.
2392
2393         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2394
2395         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2396
2397         * nnimap.el:
2398         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2399
2400         * mm-encode.el (mm-safer-encoding): Typo.
2401
2402         * messcompat.el: Typo.
2403
2404         * message.el (message-face-alist): Typo.
2405
2406         * imap.el (imap-interactive-login, imap-open): Typos.
2407
2408         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2409
2410         * gnus.el: Typo.
2411
2412         * gnus-win.el (gnus-configure-frame): Typo.
2413
2414         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2415
2416         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2417
2418         * gnus-sum.el (gnus-summary-article-number)
2419         (gnus-summary-read-group-1, gnus-summary-mark-article)
2420         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2421
2422         * gnus-mule.el (gnus-mule-add-group): Typo.
2423
2424         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2425
2426         * gnus-group.el (gnus-group-fetch-faq): Typo.
2427
2428         * gnus-art.el (gnus-decode-header-methods): Typo.
2429
2430         * flow-fill.el: Typo.
2431
2432 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2433
2434         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2435
2436 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2437
2438         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2439         (gnus-summary-mark-article-as-unread)
2440         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2441         Reformatting to avoid long lines.
2442         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2443
2444 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2445
2446         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2447         be accessed through `mail-header-number'.
2448
2449 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2450
2451         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2452         compressed range to gnus-summary-insert-articles.
2453
2454 2002-11-26  Kevin Ryde <user42@zip.com.au>
2455
2456         * gnus-art.el (gnus-mime-copy-part): Look for filename
2457         parameter under content-disposition, not content-type.
2458
2459         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2460         (gnus-summary-reselect-current-group): Use it.
2461
2462 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2463
2464         * gnus-agent.el (gnus-agent-uncached-articles): if
2465         gnus-agent-load-alist fails, return ARTICLES.
2466
2467         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2468
2469 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2470
2471         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2472         superfluous function call.
2473         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2474         Add warning to docstring.
2475
2476 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * gnus-agent.el: Autoload number-at-point instead.
2479         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2480
2481 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2482
2483         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2484         require thingatpt (for number-at-point) and protect against
2485         deactivate-mark being unbound (on XEmacs).
2486
2487 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2488
2489         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2490         print message on entry.
2491
2492         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2493
2494         * gnus-range.el (gnus-range-difference): New function.
2495         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2496
2497 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2498
2499         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2500         gnus-remove-from-range instead of gnus-range-difference which
2501         doesn't exist.
2502
2503 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2504         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2505
2506         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2507         used for showing which articles have been downloaded.
2508         (gnus-agent-article-alist): Format change.  Add documentation.
2509         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2510         process-marked articles.
2511         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2512         in the series are individually fetched to minimize lose of
2513         content due to an error/quit.
2514         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2515         gnus-message instead of message.
2516         (gnus-agent-read-servers): Use file lib/methods instead of
2517         lib/servers.  TODO: Why?
2518         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2519         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2520         come from the agent.  This means that they are not downloaded.
2521         (gnus-agent-fetch-selected-article): Don't use history.
2522         (gnus-agent-save-history, gnus-agent-enter-history)
2523         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2524         Removed function; history is not used anymore.
2525         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2526         (gnus-agent-crosspost): Started rewrite then realized that a typo
2527         in gnus-agent-fetch-articles ensures that this function is never
2528         called.  This will need to be fixed later.
2529         (gnus-agent-check-overview-buffer): Some sanity checks on the
2530         agent overview buffer.  This is a safety net used during
2531         development.
2532         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2533         changed, write a number to the file indicating this.
2534         (gnus-agent-fetch-headers): Rewrite to respect
2535         gnus-agent-consider-all-articles without relying on the
2536         `.fetched' files.  Make it fast.
2537         (gnus-agent-braid-nov): Change resulting from
2538         gnus-agent-fetch-headers change.
2539         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2540         `.fetched' files.
2541         (gnus-agent-read-agentview): New function, used by
2542         gnus-agent-load-alist.
2543         (gnus-agent-load-fetched-headers): Remove.
2544         (gnus-agent-save-alist): Rewrite to accomodate new format.
2545         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2546         same order as in gnus-newsgroup-headers.
2547         (gnus-agent-expire): Document and implement extra args ARTICLES,
2548         GROUP, FORCE.  Do not restrict usage.
2549         (gnus-agent-uncached-articles): New function.
2550         (gnus-agent-retrieve-headers): Use it.
2551         (gnus-agent-regenerate-group): No longer needs to be called from
2552         gnus-agent-regenerate.  Individual groups may be regenerated. The
2553         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2554         The article fetch dates are validated in the article alist.  The
2555         article alist is pruned of entries that do not reference existing
2556         NOV entries.  All changes are computed then applied with
2557         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2558         regeneration.  The optional clean parameter has been replaced with
2559         an optional reread parameter.  Clean is no longer necessary as
2560         regeneration gets the appropriate setting from
2561         gnus-agent-consider-all-articles.  The new reread parameter will
2562         result in fetched, or all, articles being marked as unread.
2563         (gnus-agent-regenerate): Removed code to regenerate the history
2564         file as it is no longer used.
2565
2566         * gnus-start.el (gnus-make-ascending-articles-unread): New
2567         function, for efficient mass-marking.
2568
2569         * gnus-sum.el (gnus-summary-highlight): Use new face for
2570         downloaded articles.
2571         (gnus-article-mark): Prefer to indicate read/unread status over
2572         downloaded status.
2573         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2574         line.
2575         (gnus-summary-highlight-line): Use new face for downloaded
2576         articles.
2577         (gnus-summary-insert-old-articles): Improved performance by
2578         replacing the initial LIST of older articles with a compressed
2579         RANGE of older articles.  Some servers appear to lie about
2580         their active range so the original list could contain millions
2581         of article numbers.  The range is not expanded into a list
2582         until the optional ALL parameter has been applied.
2583
2584 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2585
2586         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2587
2588 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2589
2590         * spam.el:
2591         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2592
2593         * spam.el: added `M s t' and `M s x' key mappings
2594
2595 2002-11-20  Simon Josefsson  <jas@extundo.com>
2596
2597         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2598
2599 2002-11-19  Simon Josefsson  <jas@extundo.com>
2600
2601         * gnus-sum.el (gnus-summary-morse-message): Load
2602         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2603         (unmorse-region): Autoload it instead.
2604
2605 2002-11-18  Simon Josefsson  <jas@extundo.com>
2606
2607         * gnus-sum.el (gnus-summary-morse-message): New function.
2608         (gnus-summary-wash-map): Bind to `W m'.
2609         (gnus-summary-make-menu-bar): Add.
2610
2611         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2612         before storing \Deleted mark on expired articles.
2613
2614 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2615         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2616
2617         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2618         parens in column 0.
2619
2620 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2621
2622         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2623
2624         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2625
2626         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2627
2628 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2629
2630         * message.el (message-set-auto-save-file-name): Use
2631         make-directory, to avoid the dependence on gnus-util.
2632
2633 2002-11-16  Simon Josefsson  <jas@extundo.com>
2634
2635         * nnimap.el (nnimap-callback-callback-function):
2636         (nnimap-callback-buffer): Removed, these cannot be global but must
2637         be embedded into the callback.
2638         (nnimap-make-callback): New.  Embedd article number, callback and
2639         buffer in function.
2640         (nnimap-callback, nnimap-request-article-part): Update.
2641
2642 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2645
2646 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2647
2648         * gnus.el (gnus-summary-line-format): Document %C.
2649
2650 2002-11-11  Simon Josefsson  <jas@extundo.com>
2651
2652         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2653         output when called interactively.
2654
2655 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2658
2659         * message.el (message-draft-coding-system): Improve comment; use
2660         mm-auto-save-coding-system for the default value.
2661
2662         * nndraft.el (nndraft-request-article): Revert to the state before
2663         2002-10-29; regexp-quote mail-header-separator.
2664
2665 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2666
2667         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2668         allow editing of drafts from an nnvirtual group.
2669
2670 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2673         mm-auto-save-coding-system.
2674
2675         * message.el (message-draft-coding-system): Default to
2676         iso-2022-7bit.
2677
2678         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2679         restore the default value to emacs-mule or escape-quoted.
2680
2681 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2684         a delayed or a queued article as well as a draft.
2685
2686         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2687         delayed or a queued article in the raw format; treat a delayed
2688         article as a raw article as well as a draft.
2689         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2690         for the delayed group.
2691
2692         * nndraft.el (nndraft-request-article): Ignore auto save files for
2693         a delayed or a queued article; don't bother to decode a queued
2694         article; don't bind nnmail-file-coding-system for a queued article.
2695
2696         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2697         and the queue group.
2698
2699 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2700
2701         * gnus-group.el (gnus-group-delete-group):
2702         gnus-cache-active-hashtb might be void.
2703
2704 2002-11-02  Simon Josefsson  <jas@extundo.com>
2705
2706         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2707         setting of the default user ID.  From Raymond Scholz
2708         <ray-2002@zonix.de>.
2709
2710 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2711
2712         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2713         charset.
2714
2715 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2716         From Alex Schroeder <alex@emacswiki.org>
2717         * spam-stat.el (spam-stat-process-directory): add dir to message
2718         (spam-stat-reduce-size): No longer remove words
2719         with values close to 0.5, because the default value is 0.2.
2720
2721 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2722
2723         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2724         documentation.
2725
2726 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2727
2728         * gnus-agent.el (gnus-agent-fetched-headers)
2729         (gnus-agent-load-fetched-headers)
2730         (gnus-agent-save-fetched-headers): Remove variable and two
2731         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2732         works better.
2733         (gnus-agent-fetch-headers): New implementation from Kevin
2734         Greiner.  Uses gnus-agent-article-alist to store information
2735         about fetched messages which aren't on the server anymore.  The
2736         trick is to return a list of considered messages to the caller,
2737         but to only fetch those which haven't been fetched yet.
2738
2739 2002-10-30  Simon Josefsson  <jas@extundo.com>
2740
2741         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2742
2743         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2744
2745 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2746
2747         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2748         versions of emacs-w3m than 1.3.3.
2749
2750         * lpath.el: Bind w3m-minor-mode-map.
2751
2752         * mm-view.el (mm-w3m-mode-command-alist)
2753         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2754         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2755         (mm-setup-w3m): Simplified.
2756         (mm-w3m-local-map-property): New function.
2757         (mm-inline-text-html-render-with-w3m): Use it.
2758
2759         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2760         mm-w3m-local-map-property.
2761
2762 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * mm-util.el (mm-auto-save-coding-system): Default to
2765         iso-2022-7bit.
2766
2767         * nndraft.el (nndraft-request-article): Decode an article using
2768         the coding-system emacs-mule if it seems to have been saved using
2769         emacs-mule.
2770         (nndraft-request-replace-article): Use message-draft-coding-system
2771         instead of mm-auto-save-coding-system for the draft or delayed
2772         group.
2773
2774 2002-10-28  Josh  <huber@alum.wpi.edu>
2775
2776         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2777         functions.
2778
2779 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2780         From mah@everybody.org (Mark A. Hershberger).
2781
2782         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2783         type values ("url" size) regardless of the values of
2784         mm-url-use-external.
2785
2786 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2787
2788         * nnimap.el (nnimap-request-article-part): Try harder to show
2789         group name in debugging message.
2790
2791 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2792
2793         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2794         directory if it doesn't exist.
2795         (gnus-agent-fetch-headers): Remove old cruft that tried to
2796         abstain from downloading articles more than once if
2797         gnus-agent-consider-all-articles was true.  This is now done
2798         properly via the .fetched files.
2799
2800 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * nndraft.el (nndraft-request-article): Treat delayed articles
2803         like drafts.
2804
2805 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2808
2809 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2810
2811         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2812         Remove unused optional arg DIR and corresponding code.
2813
2814         * nnimap.el (nnimap-request-article-part): Include group name in
2815         debugging output.
2816
2817 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2818
2819         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2820
2821 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2822
2823         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2824         contains range of headers that have been fetched by the agent
2825         already.  Compare gnus-agent-article-alist.
2826         (gnus-agent-file-header-cache): Like
2827         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2828         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2829         seen/recent logic.
2830         Remember which headers have been fetched before and don't fetch
2831         them again the next time round.
2832         (gnus-agent-load-fetched-headers)
2833         (gnus-agent-save-fetched-headers): New functions, for remembering
2834         which headers have been fetched before.
2835
2836 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * lpath.el: Remove useless bindings.
2839
2840 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2841
2842         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2843         features while searching.
2844
2845 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2846
2847         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2848
2849 2002-10-22  Simon Josefsson  <jas@extundo.com>
2850
2851         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2852         (pgg-snarf-keys): Add.
2853
2854 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * lpath.el: Fbind bbdb-records.
2857
2858         * spam.el: Don't autoload bbdb-records.
2859
2860 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2863         prevent inf-loop.
2864
2865 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * nnslashdot.el: Removed some test lines.
2868         More test.
2869
2870 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2871
2872         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2873         are known to be downloaded already.
2874
2875 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2878         (mm-text-html-washer-alist): Ditto.
2879
2880 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2881
2882         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2883         boundary between headers and body.
2884         * nnml.el (nnml-parse-head): Ditto.
2885
2886 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2889         entries.
2890
2891         * gnus-group.el (gnus-fetch-group): Allow an optional
2892         specification of the articles to select.
2893
2894         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2895
2896 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2897
2898         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2899         headers from the group, update variable `articles' to contain
2900         only those numbers where headers exist.  (When fetching all
2901         articles in a group, Gnus creates lots of numbers where there is
2902         no articles.)
2903
2904 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2905
2906         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2907         doesn't have the 'alist custom type, use cons cells instead.
2908         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2909         (pgg-parse-hash-algorithm-alist): Ditto.
2910         (pgg-parse-compression-algorithm-alist): Ditto.
2911         (pgg-parse-signature-type-alist): Ditto.
2912
2913         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2914
2915         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2916
2917         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2918
2919 2002-10-19  Simon Josefsson  <jas@extundo.com>
2920
2921         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2922         buffer.
2923
2924 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2925
2926         * gnus-spec.el (gnus-make-format-preserve-properties)
2927         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2928         properties also on XEmacs.  `gnus-xmas-format' is like format but
2929         preserves text properties on XEmacs (though it only understands
2930         simple format specs).  The variable
2931         `gnus-make-format-preserve-properties' controls whether the
2932         function is used, and is checked in `gnus-parse-simple-format'.
2933         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2934
2935         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2936         output.
2937         (gnus-agent-consider-all-articles): New variable.
2938         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2939         (gnus-agent-fetch-headers): Depending on
2940         gnus-agent-consider-all-articles, maybe get all articles.
2941         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2942         `read'.
2943         (gnus-predicate-imples-unread): New function.
2944         (gnus-agent-fetch-headers): Optimize to call
2945         gnus-list-of-unread-articles if that is sufficient.
2946         Check unseen and recent instead of seen and recent.
2947         (gnus-agent-fetch-headers): Abstain from calling
2948         gnus-list-range-intersection if range (a . b) would have (> a b).
2949
2950 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * message.el (message-send-mail): Make it possible to perform
2953         edebug-defun.
2954
2955 2002-10-18  Simon Josefsson  <jas@extundo.com>
2956
2957         * gnus-art.el (gnus-button-man-handler): Change default to
2958         `manual-entry' (defined in both emacsen).
2959         (gnus-button-man-handler): Remove emacsen difference and use
2960         `manual-entry'.
2961
2962 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * spam.el: Wrap autoload settings for bbdb-records,
2965         executable-find and ifile-spam-filter with eval-and-compile.
2966         (spam-display-buffer-contents): Remove.
2967         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2968
2969 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2970
2971         * spam.el (spam-display-buffer-contents): New function.
2972         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2973         from Katsumi Yamaoka <yamaoka@jpl.org>.
2974
2975 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2976
2977         * nnheader.el (nnheader-parse-naked-head): New function.
2978         (nnheader-parse-head): Use the above function, in order to handle
2979         continuation lines properly.
2980         (nnheader-remove-body): New function.
2981         (nnheader-remove-cr-followed-by-lf): New function.
2982         (nnheader-ms-strip-cr): Use the above function.
2983
2984         * gnus-agent.el (gnus-agent-regenerate-group): Call
2985         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2986         `nnheader-parse-head'.
2987         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2988
2989         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2990         continuation lines by itself; call `nnheader-parse-naked-head'
2991         instead of `nnheader-parse-head'.
2992         * nndiary.el (nndiary-parse-head): Ditto.
2993         * nnfolder.el (nnfolder-parse-head): Ditto.
2994         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2995         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2996         * nnml.el (nnml-parse-head): Ditto.
2997
2998 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2999
3000         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3001         XEmacs, default to it if featurep 'xemacs.
3002
3003 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * spam-stat.el: Check for the existence of hash functions instead
3006         of the Emacs version to decide whether to load cl.  Suggested by
3007         Kai Gro\e,A_\e(Bjohann.
3008
3009 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3010
3011         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3012         if it isn't open yet.
3013
3014 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus-group.el: Require mm-url only when compiling.
3017         (gnus-group-fetch-charter): Require mm-url.
3018
3019         * spam-stat.el: Require cl for the functions gethash,
3020         hash-table-count, make-hash-table and mapc for Emacs 20.
3021         (puthash): Alias to cl-puthash for Emacs 20.
3022         (with-syntax-table): New macro for Emacs 20.
3023
3024 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3025
3026         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3027
3028 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3029
3030         * spam.el (spam-check-ifile): added ifile as a spam checking
3031         backend, and spam-use-ifle as the variable to toggle that check.
3032
3033 2002-10-12  Simon Josefsson  <jas@extundo.com>
3034
3035         * message.el (message-beginning-of-line): New variable.
3036         (message-beginning-of-line): Use it.
3037
3038 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3039
3040         * spam.el: more compilation fixes for BBDB
3041
3042         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3043         (spam-stat-reduce-size): Interactive.
3044         (spam-stat-reset): New function.
3045         (spam-stat-save): Interactive.
3046
3047 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus.el: Autoload gnus-delay-initialize.
3050
3051         * message.el: Autoload gnus-delay-article.
3052
3053 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3054
3055         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3056         text property in Emacs.
3057
3058 2002-10-11  Simon Josefsson  <jas@extundo.com>
3059
3060         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3061         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3062
3063         * mml1991.el (mml1991-pgg-sign): Remove CR.
3064
3065 2002-10-10  Simon Josefsson  <jas@extundo.com>
3066
3067         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3068         decrypt failed.
3069         (mml2015-trust-boundaries-alist): Removed.
3070         (mml2015-gpg-extract-signature-details): Don't use it.
3071         (mml2015-unabbrev-trust-alist): New.
3072         (mml2015-gpg-extract-signature-details): Use it.
3073
3074 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3075
3076         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3077         BBDB installed
3078
3079         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3080         statistical analysis of spam in Lisp only
3081
3082 2002-10-10  Simon Josefsson  <jas@extundo.com>
3083
3084         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3085         auth, selected or examine state.
3086
3087         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3088         buffer and error buffer depending on type of information.
3089
3090         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3091         --status-fd stuff even if gpg.el is not used (revert earlier
3092         change).
3093         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3094         gnus details.
3095         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3096         buffer.
3097
3098         * pgg.el (pgg-verify-region): Use it.
3099
3100         * pgg-def.el (pgg-query-keyserver): New variable.
3101
3102         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3103         key-identifier in packet.  Is this a good idea?
3104
3105         * mml.el (mml-mode-map): Add security commands that operates on
3106         MIME parts.
3107         (mml-menu): And menu items for them.
3108
3109         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3110
3111         * mml.el (mml-parse-1): Support sender in #secure tags.
3112
3113         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3114         defined.
3115
3116         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3117         (mml-pgp-encrypt-buffer): Support combined signing.
3118
3119         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3120         (mml1991-gpg-encrypt): Ditto.
3121         (mml1991-pgg-encrypt): Ditto.
3122         (mml1991-encrypt): Pass sign parameter.
3123
3124         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3125         (mml-signencrypt-style): Mention the variable.
3126
3127 2002-10-09  Simon Josefsson  <jas@extundo.com>
3128
3129         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3130         pgg-gpg-user-id.
3131
3132         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3133         (pgg-fetch-key-function): Nil if w3 is not installed.
3134
3135 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3136
3137         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3138         gnus-agent-current-history.
3139
3140 2002-10-06  Simon Josefsson  <jas@extundo.com>
3141
3142         * imap.el (imap-parse-status): Don't use read to read token.
3143
3144 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3145
3146         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3147         for methods not covered by the agent, and when unplugged.
3148
3149 2002-10-05  Simon Josefsson  <jas@extundo.com>
3150
3151         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3152         signing.
3153
3154         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3155         a named server fails, ignore the server.
3156
3157         * mml1991.el (mml1991-pgg-sign): Do QP.
3158
3159         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3160         work.
3161
3162 2002-10-04  Simon Josefsson  <jas@extundo.com>
3163
3164         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3165
3166         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3167         binary-write-decoded-region from MEL.
3168
3169         * pgg.el (pgg-encrypt-region): Support sign.
3170
3171         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3172
3173         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3174
3175         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3176         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3177         branch where PGG was taken from in the ChangeLog entries below.
3178
3179 2002-10-01  Simon Josefsson  <jas@extundo.com>
3180
3181         * pgg-pgp.el: Don't require mel.  Don't use luna.
3182         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3183         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3184         (pgg-pgp-process-region): Don't use binary-funcall.
3185
3186         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3187
3188         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3189         instead of concat.
3190
3191         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3192
3193 2002-09-29  Simon Josefsson  <jas@extundo.com>
3194
3195         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3196         compile warnings.
3197
3198         * pgg.el (pgg-decrypt-region): Don't parse packet.
3199
3200         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3201
3202 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3203
3204         * pgg.el: Remove dependency on calist.el.
3205
3206 2002-09-28  Simon Josefsson  <jas@extundo.com>
3207
3208         * pgg.el (pgg-temporary-file-directory): New variable.
3209         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3210
3211         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3212         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3213
3214         * pgg-parse.el (pgg-char-int): Defalias.
3215         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3216         (pgg-read-bytes, pgg-read-body): Use it.
3217         (pgg-decode-packets): Don't use MEL, use base64-*.
3218         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3219         (pgg-string-as-unibyte): Defalias.
3220         (pgg-parse-armor-region): Use it.
3221
3222         * pgg-gpg.el (pgg-gpg-process-region): Use
3223         pgg-temporary-file-directory.
3224
3225         * luna.el: Don't def-edebug.
3226
3227         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3228         binary-write-decoded-region from MEL.
3229
3230         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3231
3232         * alist.el, calist.el: Don't require product/APEL.
3233
3234         * pgg-parse.el (top-level): Remove dependency on static.el,
3235         pccl.el, mel.el.
3236         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3237         `define-ccl-program' is boundp, instead of using broken.
3238
3239 2002-10-01  Simon Josefsson  <jas@extundo.com>
3240
3241         * message.el (message-required-mail-headers): Remove Lines:.
3242
3243 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3244         From Jesper Harder.
3245
3246         * gnus-group.el (gnus-group-fetch-charter,
3247         gnus-group-fetch-control): Prompt for group if given a prefix
3248         argument.
3249         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3250         gnus-group-fetch-control to summary key map and menu.
3251
3252
3253 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3254
3255         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3256         number when there are no articles.
3257
3258 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3259
3260         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3261         arg ALL means to fetch all articles, not only downloadable ones.
3262         (gnus-agent-fetch-selected-article): New function for
3263         gnus-select-article-hook or gnus-mark-article-hook.
3264
3265 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3266         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3267
3268         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3269         raw-text.
3270
3271 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3272
3273         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3274         Pinard).
3275         Major revamp of the code, documentation is in comments in the file
3276         for now.
3277
3278 2002-09-30  Simon Josefsson  <jas@extundo.com>
3279
3280         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3281         buffer seem to be needed?
3282
3283 2002-09-29  Simon Josefsson  <jas@extundo.com>
3284
3285         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3286         compile warnings.
3287
3288         * mml1991.el (mml1991-function-alist): Add pgg.
3289         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3290         (mml1991-pgg-encrypt): Fix recipients querying.
3291
3292 2002-09-28  Simon Josefsson  <jas@extundo.com>
3293
3294         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3295         from dme@dme.org.
3296         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3297         handle is returned.
3298
3299 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3302         Protect against non-existent of `nnimap-mailbox-info'.
3303
3304 2002-09-27  Simon Josefsson  <jas@extundo.com>
3305
3306         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3307         (gnus-setup-news-hook): Use it.
3308         (gnus-after-getting-new-news-hook): Ditto.
3309
3310         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3311
3312 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3313         From Mats Lidell <matsl@contactor.se>.
3314
3315         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3316
3317 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3318
3319         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3320         the part to decode encoded words, use raw words instead of decoded
3321         words.
3322
3323 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3324
3325         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3326
3327         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3328         (mm-setup-w3m): Use it.
3329
3330 2002-09-27  Simon Josefsson  <jas@extundo.com>
3331
3332         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3333         article buffers.
3334
3335         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3336         it just in case.
3337         (nnimap-update-unseen): New function; update unseen count in
3338         `n-m-info'.
3339         (nnimap-close-group): Call it.
3340
3341         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3342         (gnus-after-getting-new-news-hook): Ditto.
3343
3344         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3345         message into verboselevel 9.  Change slow mail check message.
3346         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3347         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3348         used as a hook after getting new mail.
3349
3350 2002-09-26  Simon Josefsson  <jas@extundo.com>
3351
3352         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3353         SELECT/EXAMINE is first unseen article, not number of unseen
3354         articles.  Make them distinct by renaming the former to
3355         `first-unseen' instead of `unseen'.
3356
3357         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3358         too.
3359         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3360         changed.
3361         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3362
3363         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3364
3365         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3366         better.
3367
3368         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3369         if dissecting resulting buffer actually had any information.
3370
3371 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3374         because the function `string<' allows symbols.
3375
3376         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3377
3378 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3379
3380         * message.el (message-forward-make-body): Revert an early change
3381         because 8-bit utf-8 emails.
3382
3383 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3384
3385         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3386         links to Info)
3387         * gnus-art.el (gnus-treat-highlight-signature):
3388         * gnus-art.el (gnus-treat-buttonize):
3389         * gnus-art.el (gnus-treat-buttonize-head):
3390         * gnus-art.el (gnus-treat-emphasize):
3391         * gnus-art.el (gnus-treat-strip-cr):
3392         * gnus-art.el (gnus-treat-unsplit-urls):
3393         * gnus-art.el (gnus-treat-leading-whitespace):
3394         * gnus-art.el (gnus-treat-hide-headers):
3395         * gnus-art.el (gnus-treat-hide-boring-headers):
3396         * gnus-art.el (gnus-treat-hide-signature):
3397         * gnus-art.el (gnus-treat-fill-article):
3398         * gnus-art.el (gnus-treat-hide-citation):
3399         * gnus-art.el (gnus-treat-hide-citation-maybe):
3400         * gnus-art.el (gnus-treat-strip-list-identifiers):
3401         * gnus-art.el (gnus-treat-strip-pgp):
3402         * gnus-art.el (gnus-treat-strip-pem):
3403         * gnus-art.el (gnus-treat-strip-banner):
3404         * gnus-art.el (gnus-treat-highlight-headers):
3405         * gnus-art.el (gnus-treat-highlight-citation):
3406         * gnus-art.el (gnus-treat-date-ut):
3407         * gnus-art.el (gnus-treat-date-local):
3408         * gnus-art.el (gnus-treat-date-english):
3409         * gnus-art.el (gnus-treat-date-lapsed):
3410         * gnus-art.el (gnus-treat-date-original):
3411         * gnus-art.el (gnus-treat-date-iso8601):
3412         * gnus-art.el (gnus-treat-date-user-defined):
3413         * gnus-art.el (gnus-treat-strip-headers-in-body):
3414         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3415         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3416         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3417         * gnus-art.el (gnus-treat-unfold-headers):
3418         * gnus-art.el (gnus-treat-fold-headers):
3419         * gnus-art.el (gnus-treat-fold-newsgroups):
3420         * gnus-art.el (gnus-treat-overstrike):
3421         * gnus-art.el (gnus-treat-display-xface):
3422         * gnus-art.el (gnus-treat-display-smileys):
3423         * gnus-art.el (gnus-treat-from-picon):
3424         * gnus-art.el (gnus-treat-mail-picon):
3425         * gnus-art.el (gnus-treat-newsgroups-picon):
3426         * gnus-art.el (gnus-treat-body-boundary):
3427         * gnus-art.el (gnus-treat-capitalize-sentences):
3428         * gnus-art.el (gnus-treat-fill-long-lines):
3429         * gnus-art.el (gnus-treat-play-sounds):
3430         * gnus-art.el (gnus-treat-translate):
3431         * gnus-art.el (gnus-treat-x-pgp-sig):
3432         * gnus-art.el (gnus-mime-button-line-format):
3433         * gnus-art.el (gnus-button-man-level):
3434         * gnus-art.el (gnus-button-emacs-level):
3435         * gnus-cus.el (gnus-group-parameters):
3436         * gnus-gl.el (bbb-build-mid-scores-alist):
3437         * gnus-group.el (gnus-group-line-format):
3438         * gnus-mlspl.el (gnus-group-split-setup):
3439         * gnus-mlspl.el (gnus-group-split):
3440         * gnus-msg.el (gnus-mailing-list-groups):
3441         * gnus-msg.el (gnus-posting-styles):
3442         * gnus-nocem.el (gnus-nocem-issuers):
3443         * gnus-score.el (gnus-score-regexp-bad-p):
3444         * gnus-srvr.el (gnus-server-line-format):
3445         * gnus-topic.el (gnus-topic-line-format):
3446         * gnus.el (gnus-summary-line-format):
3447         * mail-source.el (mail-sources):
3448         * message.el (message-subscribed-address-file):
3449         * nnmail.el (nnmail-split-fancy):
3450
3451 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3452
3453         * mail-source.el(mail-source-run-script): use `functionp' to test
3454         whether the argument `script' is in fact a function.
3455         (mail-sources): adjust the defcustom to allow users to specify a
3456         function or a string as the value of the `:prescript' and
3457         `:postscript' arguments of the `file' and `pop3' mail sources.
3458
3459 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3460
3461         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3462         number when article 1 does not exist.
3463
3464 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3465
3466         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3467         apropos if apropos-variable does not exist.
3468         (gnus-button-guessed-mid-regexp)
3469         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3470         regexes.  From Reiner Steib.
3471         (gnus-button-handle-describe-function)
3472         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3473         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3474         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3475
3476 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3477         Trivial patch.
3478
3479         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3480         the file.
3481
3482 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3483
3484         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3485
3486 2002-09-24  Simon Josefsson  <jas@extundo.com>
3487
3488         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3489         (mml2015-use): Prefer PGG if installed.
3490         (mml2015-function-alist): Add PGG wrappers.
3491         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3492         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3493         prefix, make regexp optionally skip it.
3494         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3495         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3496         (mml2015-pgg-encrypt): New functions.
3497         (defvar, autoload): Prevent byte-compile warnings.
3498
3499 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3500         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3501
3502         * gnus-art.el (article-strip-banner): Check for the existence of
3503         from header.
3504
3505 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3506
3507         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3508         (gnus-button-alist): Improved regexp for
3509         gnus-button-handle-mid-or-mail (false positives), fixed
3510         gnus-button-handle-man entries.
3511         From Reiner Steib.
3512
3513 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3514         From Josh Huber.
3515
3516         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3517         nnmail-extra-headers is non-nil.
3518
3519 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3520
3521         * nnmaildir.el: Store article numbers persistently.  General
3522         revision.
3523         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3524         for nnmail-expiry-wait; delete instead of moving if 'force is
3525         given.
3526
3527 2002-09-23  Simon Josefsson  <jas@extundo.com>
3528         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3529
3530         * smime.el (smime-sign-buffer): Get key and extra certs.
3531         (smime-get-key-with-certs-by-email): Utility function.
3532
3533 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3534         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3535
3536         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3537         article exists.
3538
3539 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3540
3541         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3542
3543 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3544         From Reiner Steib.
3545
3546         * gnus-art.el (gnus-button-handle-custom,
3547         gnus-button-handle-mid-or-mail,
3548         gnus-button-handle-describe-{function,variable,key},
3549         gnus-button-handle-apropos{,command,variable}): New functions.
3550         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3551         gnus-button-{man,emacs,mail}-level): New variables.
3552         (gnus-button-alist): Use the above to buttonize emacs and mail
3553         related links.
3554
3555 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3556
3557         * gnus-int.el (gnus-status-message): Fix spacing.
3558
3559         * imap.el (imap-continuation): Fix typos.
3560
3561 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3562
3563         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3564
3565         * gnus-art.el (gnus-article-reply-with-original): Correct
3566         with-current-buffer scope.
3567
3568         * message.el (message-completion-alist): Add Reply-To, From, etc.
3569
3570 2002-09-18  Simon Josefsson  <jas@extundo.com>
3571
3572         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3573         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3574
3575 2002-09-17  Simon Josefsson  <jas@extundo.com>
3576
3577         * nnimap.el (nnimap-expiry-target): Don't search for which
3578         articles exists here.
3579         (nnimap-request-expire-articles): Do it here instead.  Only expire
3580         when articles are found.  Suggested by Nevin Kapur
3581         <nevin@jhu.edu>.
3582
3583 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3584         From Reiner Steib <reiner.steib@gmx.de>.
3585
3586         * message.el (message-strip-subject-trailing-was)
3587         (message-change-subject, message-add-archive-header)
3588         (message-xpost-fup2-header, message-xpost-insert-note)
3589         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3590         adopted from message-utils.el.  Add functions to the keymap, mode
3591         describtion and menu.
3592         (message-change-subject,message-xpost-fup2): Signal error if
3593         current header is empty.
3594         (message-xpost-insert-note): Changed insert position.
3595         (message-archive-note): Ensure to insert note in message body (not
3596         in head).
3597         (message-archive-header, message-archive-note)
3598         (message-xpost-default, message-xpost-note, message-fup2-note)
3599         (message-xpost-note-function): New variables adopted from
3600         message-utils.el.  Changed some doc-strings.
3601         (message-mark-insert-{begin,end}): Rename from
3602         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3603         values.
3604         (message-subject-trailing-was-query)
3605         (message-subject-trailing-was-ask-regexp)
3606         (message-subject-trailing-was-regexp): New variables.
3607         (message-to-list-only): Added doc-string and menu entry.
3608
3609         * message-utils.el: Removed.  Functions are now in message.el.
3610
3611 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3612
3613         * gnus-art.el (gnus-article-reply-with-original,
3614         gnus-article-followup-with-original): Switch to
3615         gnus-summary-buffer before reply/followup.
3616
3617 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3618
3619         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3620         not exist. Toggle it anyway.
3621
3622 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3623
3624         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3625
3626         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3627         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3628
3629         * rfc2047.el (message-posting-charset): Defvar it.
3630         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3631         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3632
3633         * mail-source.el (mail-source-fetch): Hide password.
3634
3635         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3636
3637 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3638         From John Paul Wallington <jpw@shootybangbang.com>.
3639
3640         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3641
3642 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3645
3646 2002-09-11  Simon Josefsson  <jas@extundo.com>
3647
3648         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3649         (nnimap-split-rule): Doc fix.
3650         (nnimap-request-expire-articles): Cleanup code.
3651
3652 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3653         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3654
3655         * gnus-art.el (gnus-article-address-banner-alist): New option.
3656         (article-strip-banner): Refer the above option to split banners of
3657         free mail servers, when no group parameter is specified.
3658
3659 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * nntp.el (nntp-wait-for-string): Check for a process in the
3662         current buffer instead of `nntp-server-buffer'.
3663
3664 2002-09-09  Simon Josefsson  <jas@extundo.com>
3665
3666         * gnus-art.el (gnus-button-man-handler): New variable.
3667         (gnus-button-alist): Use g-b-handle-man.
3668         (gnus-button-handle-man): New, call g-b-man-handler.
3669
3670 2002-09-08  Simon Josefsson  <jas@extundo.com>
3671
3672         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3673
3674 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3677
3678 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3681
3682         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3683         keystroke.
3684
3685         * gnus-srvr.el (gnus-browse-describe-group): New command and
3686         keystroke.
3687
3688 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3691         value for gnus-decoration property.
3692
3693 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3694
3695         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3696         string) as group name in case we have a CRLF in the file.
3697
3698 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3699
3700         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3701         group.
3702         (rfc1843-decode-hzp): do.
3703         (rfc1843-newsgroups-regexp): do.
3704
3705 2002-09-04  Simon Josefsson  <jas@extundo.com>
3706
3707         * message.el (message-canlock-generate): Make sure sha1 doesn't
3708         call external programs.
3709
3710 2002-09-03  Simon Josefsson  <jas@extundo.com>
3711
3712         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3713
3714         * gnus-agent.el (gnus-agent-batch): Add doc.
3715
3716 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3717
3718         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3719         check for signed and encrypted parts.
3720         * mml.el (mml-parse-1): Correct small typo which preventing
3721         setting recipients in a secure tag.
3722
3723 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * mm-util.el (mm-coding-system-priorities): Default to a list of
3726         iso-2022-jp and others for the Japanese environment.
3727
3728 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3731         invalid display names.
3732
3733 2002-08-30  Simon Josefsson  <jas@extundo.com>
3734
3735         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3736         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3737
3738 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3739
3740         * gnus.el (gnus-group-charter-alist): New option.
3741         (gnus-group-fetch-control-use-browse-url): New option.
3742
3743         * gnus-group.el (gnus-group-fetch-charter): New function.
3744         (gnus-group-fetch-control): New function.
3745         Add them to the keymap and menu. Require mm-url.
3746
3747 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3750         From Alex Schroeder <alex@emacswiki.org>.
3751
3752 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3753
3754         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3755         items expecting user interaction.
3756
3757         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3758
3759         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3760
3761         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3762
3763         * mml.el (mml-menu): do.
3764
3765 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * mail-source.el (mail-source-touch-pop): New function.
3768
3769         * message.el (message-smtpmail-send-it): New function.
3770         (message-send-mail-function): Add it for a candidate.
3771
3772 2002-08-27  Simon Josefsson  <jas@extundo.com>
3773
3774         * gnus-msg.el (posting-charset-alist): Use
3775         gnus-define-group-parameter instead of defcustom.
3776         (gnus-put-message): Handle SPC in GCC.
3777         (gnus-inews-insert-gcc): Ditto.
3778         (gnus-inews-insert-archive-gcc): Ditto.
3779
3780 2002-08-26  Simon Josefsson  <jas@extundo.com>
3781
3782         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3783         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3784         (gnus-agent-possibly-save-gcc): Autoload.
3785         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3786
3787 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus.el (gnus-other-frame-function): New user option.
3790         (gnus-other-frame): Use it; add a doc-string; make it work with
3791         the gnuclient program.
3792
3793         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3794
3795         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3796         `device-connection' and `dfw-device'.
3797
3798 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3799
3800         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3801         positives, make it stricter.  From Jochen Hein (trivial change).
3802
3803 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus.el (gnus-other-frame): Trivial fix.
3806
3807 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * gnus.el (gnus-other-frame-parameters): New user option.
3810         (gnus-other-frame-object): New variable.
3811         (gnus-other-frame): Make it search for existing Gnus frame; don't
3812         read new news; delete frame on exit.
3813
3814         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3815
3816         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3817
3818 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3819         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3820
3821         * message.el (message-set-auto-save-file-name): Add support for
3822         the Cygwin Emacs; the system-type is `cygwin'.
3823         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3824
3825 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3826
3827         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3828
3829         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3830         avoid arithmetic errors.
3831
3832 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3835
3836 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3839         (message-ignored-resent-headers): Add envelope From.
3840
3841 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3842
3843         * gnus.el (gnus-summary-line-format): Document %k specifier.
3844
3845 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3846
3847         * gnus-sum.el (gnus-summary-line-message-size): New function.
3848         (gnus-summary-line-format-alist): Use it.
3849
3850 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-art.el (article-make-date-line): Refer to the value for
3853         `gnus-article-time-format' in the summary buffer.
3854
3855         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3856
3857 2002-08-14  Simon Josefsson  <jas@extundo.com>
3858
3859         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3860         quoting.
3861         (gnus-button-alist): Fix doc.
3862         (gnus-header-button-alist): Use ' not ` for default value quoting.
3863         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3864         rationale similar to 2002-05-01 change.
3865         (gnus-article-add-buttons-to-head): Evaluate expression.
3866
3867         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3868
3869 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * message.el (message-font-lock-keywords): Refer to the value for
3872         `message-cite-prefix-regexp' dynamically.
3873
3874 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3877
3878 2002-08-12  Simon Josefsson  <jas@extundo.com>
3879
3880         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3881         (imap-shell-open): Skip initial junk before IMAP greeting.
3882
3883 2002-08-11  Simon Josefsson  <jas@extundo.com>
3884
3885         * message-utils.el (message-xpost-default,
3886         message-xpost-fup2-header, message-xpost-fup2): Fixed
3887         Typos.  Trivial changes from Reiner Steib
3888         <4uce.02.r.steib@gmx.net>.
3889
3890 2002-08-09  Simon Josefsson  <jas@extundo.com>
3891
3892         * message.el (message-canlock-password): Set
3893         canlock-password-for-verify to newly generated canlock-password.
3894         When Emacs is restarted, Custom makes sure this is set, but during
3895         the same session we must set it manually.
3896
3897 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3898
3899         * yenc.el: New file.
3900
3901         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3902         (mm-uu-type-alist): Add yenc.
3903         (mm-uu-yenc-filename): New function.
3904         (mm-uu-yenc-extract): New function.
3905
3906         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3907
3908 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3909
3910         * dgnushack.el (merge): Don't use coerce.
3911
3912 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3913
3914         * mailcap.el (mailcap-mime-data): Test window-system rather than
3915         mm-device-type.
3916         (mailcap-mime-data): Call xdvi and gv with "-safer".
3917
3918         * mm-util.el: Don't define mm-device-type.
3919
3920 2002-08-05  Simon Josefsson  <jas@extundo.com>
3921
3922         * mm-util.el (mm-coding-system-priorities): coding-system type not
3923         supported everywhere.
3924
3925 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus.el (gnus-version-number): Bumped version number.
3928
3929 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3930
3931         * gnus.el: Oort Gnus v0.07 is released.
3932
3933 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3936         (gnus-article-sort-functions): Doc fix.
3937         (t): New keystroke.
3938         (gnus-article-sort-by-random): New function.
3939         (gnus-thread-sort-by-random): New function.
3940
3941 2002-08-02  Simon Josefsson  <jas@extundo.com>
3942
3943         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3944         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3945
3946 2002-07-31  Danny Siu  <dsiu@adobe.com>
3947
3948         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3949         when splitting malformed messages without message-id
3950
3951 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3952         From Niklas Morberg <niklas.morberg@axis.com>.
3953
3954         * nnweb.el (nnweb-type, nnweb-type-definition)
3955         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3956         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3957         functionality.
3958         * nnweb.el: Removed old non-functioning search engines.
3959
3960 2002-07-27  Simon Josefsson  <jas@extundo.com>
3961
3962         * message.el (message-forward-make-body): Don't use
3963         `message-forward-ignored-headers' when doing a "raw" followup (it
3964         is important to preserve e.g. CTE).
3965
3966         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3967
3968         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3969         regexp-quote, Cyrus Sieve is fixed.
3970
3971         * sieve-manage.el (sieve-manage-deletescript): New function.
3972
3973         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3974         (sieve-manage-mode): Fix menubar.
3975         (sieve-activate): Change some messages.
3976         (sieve-deactivate-all): New function.
3977         (sieve-deactivate): New alias.
3978         (sieve-remove): New function.
3979         (sieve-help): Fix help.
3980         All suggested by Ned Ludd.
3981
3982 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3985         (mm-w3m-safe-url-regexp): New user option.
3986
3987         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3988         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3989
3990 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3991
3992         * gnus-sum.el (gnus-summary-delete-article): Force
3993         nnmail-expiry-target to 'delete, so that absolute deletion
3994         happens when absolute deletion is requested.
3995
3996 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3997         From Nevin Kapur <nevin@jhu.edu>.
3998
3999         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4000         headers as empty headers.
4001
4002 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4003         From Jochen Hein <jochen@jochen.org>.
4004
4005         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4006         correct typo.
4007         (gnus-emphasis-strikethru): New face.
4008
4009 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4010         From Jason Merrill <jason@redhat.com>.
4011
4012         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4013         entire file for each of a sequence of missing articles.
4014
4015         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4016         value for gnus-view-pseudos.
4017
4018         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4019         avoid nreverse.
4020
4021 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4022         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4023
4024         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4025         (gnus-summary-mode-line-format-alist): Add %h for number of
4026         spams.
4027         (gnus-newsgroup-spam-marked): New variable.
4028         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4029         (gnus-article-read-p, gnus-article-mark)
4030         (gnus-set-global-variables, gnus-set-global-variables)
4031         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4032         (gnus-summary-mark-article-as-unread)
4033         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4034         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4035         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4036
4037 2002-07-10  Simon Josefsson  <jas@extundo.com>
4038
4039         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4040         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4041
4042 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4043
4044         * gnus-sum.el (gnus-summary-delete-article): Respect group
4045         parameters while expiring.
4046
4047 2002-07-08  Simon Josefsson  <jas@extundo.com>
4048
4049         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4050         Enberg.
4051
4052 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4053
4054         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4055         function is called interactively.  From Niklas Morberg.
4056
4057 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4058
4059         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4060         cdaar to cdar and car.
4061
4062         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4063         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4064
4065 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4068         don't break a narrowed article.
4069
4070         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4071         (nntp-open-via-rlogin-and-telnet): Ditto.
4072
4073 2002-07-02  Didier Verna  <didier@xemacs.org>
4074
4075         * nnmail.el (nnmail-split-methods): fix custom type.
4076
4077 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4078
4079         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4080         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4081
4082 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4083
4084         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4085         (gnus-summary-resend-message): Use it.
4086
4087 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4090         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4091
4092 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4093
4094         * message.el (message-font-lock-keywords): Don't fontify
4095         headers in the message body, only in the header.
4096         (message-font-lock-make-header-matcher): New function, used by
4097         message-font-lock-keywords.
4098         From Katsumi Yamaoka <yamaoka@jpl.org>.
4099
4100 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4103
4104 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4107
4108 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4109
4110         * message.el (message-font-lock-keywords): Revert 2002-06-22
4111         change.
4112
4113 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4114
4115         * message.el (message-font-lock-keywords): Put colon in header
4116         name match.
4117
4118 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4119
4120         * message.el (message-font-lock-keywords): Don't use header faces
4121         in the body.  Thanks to Stefan Monnier for the hint on the
4122         implementation.
4123
4124 2002-05-09  Miles Bader  <miles@gnu.org>
4125
4126         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4127         (gnus-article-hide-citation): Respect it.
4128
4129 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4130
4131         * pop3.el (pop3-open-server): Fix typo.
4132
4133 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4134
4135         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4136         instead of push to ignore duplicate to-(list|address) values.
4137         * nnmail.el (nnmail-cache-ignore-groups): New.
4138         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4139
4140 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4141
4142         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4143         before sending.  Suggested by Jan Rychter.
4144
4145 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * dgnushack.el (remove): New compiler macro.
4148         (last, coerce, subseq): Remove compiler macros for those built-in
4149         or unused functions.
4150
4151 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4152
4153         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4154         sure to write byte-compiled versions of gnus-*-format-alist to
4155         .newsrc.eld.  From Simon Josefsson.
4156
4157 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4158
4159         * gnus-agent.el (gnus-agent-read-servers)
4160         (gnus-agent-write-servers): Put server name (string like
4161         "nnchoke:frumple") in the file instead of a server specification
4162         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4163         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4164
4165 2002-06-16  Simon Josefsson  <jas@extundo.com>
4166
4167         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4168         Reiner Steib <4uce.02.r.steib@gmx.net>.
4169
4170 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4171
4172         * nnheader.el (nnheader-file-name-translation-alist): Set the
4173         default value for MS Windows systems.
4174
4175         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4176
4177 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * message.el (message-beginning-of-line): Keep the region active
4180         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4181
4182 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4183
4184         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4185         * gnus-msg.el (gnus-summary-reply): Ditto.
4186         * gnus-msg.el (gnus-summary-handle-replysign): New.
4187
4188 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4191         if sending failed.
4192
4193 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4194
4195         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4196         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4197         to sign while encrypting.
4198
4199 2002-06-11  Simon Josefsson  <jas@extundo.com>
4200
4201         * gnus-int.el (gnus-request-move-article): Agent expire article if
4202         successfuly moved.
4203
4204         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4205         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4206
4207 2002-06-10  Simon Josefsson  <jas@extundo.com>
4208
4209         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4210
4211 2002-06-09  Simon Josefsson  <jas@extundo.com>
4212
4213         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4214
4215         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4216
4217 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4218
4219         * flow-fill.el (fill-flowed): Ignore errors.
4220
4221 2002-06-06  Simon Josefsson  <jas@extundo.com>
4222
4223         * message.el (message-send-mail-with-sendmail): Improve error message.
4224
4225 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4226
4227         * message.el (message-interactive): Change default from nil to t.
4228         Better to be safe than to be fast.
4229
4230 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4231
4232         * message.el (message-send-mail-with-sendmail): Check return value
4233         from call-process-region.
4234
4235 2002-06-04  Simon Josefsson  <jas@extundo.com>
4236
4237         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4238         (gnus-group-post-news, gnus-summary-mail-other-window)
4239         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4240         gnus-article-copy to nil, thereby inhibiting the `header' posting
4241         style match to use data from last viewed article.
4242         Suggested by Hrvoje Niksic.
4243
4244 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * spam.el (spam-point-at-eol): New alias.
4247         (spam-parse-whitelist): Use it.
4248
4249 2002-06-03  Simon Josefsson  <jas@extundo.com>
4250
4251         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4252         (nnmail-article-group): Use it.
4253
4254 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4255
4256         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4257         so that code reading them won't be surprised.  From Jesper Harder
4258         <harder@ifa.au.dk>.
4259
4260 2002-05-29  Simon Josefsson  <jas@extundo.com>
4261
4262         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4263         articles.
4264
4265         * gnus.el (gnus-agent-cache): Doc fix.
4266         (gnus-agent): Change default to t.
4267
4268         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4269         ARTICLES, GROUP and FORCE parameters.
4270
4271 2002-05-28  Simon Josefsson  <jas@extundo.com>
4272
4273         * gnus-group.el (gnus-group-line-format): Doc fix.
4274
4275 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4276
4277         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4278         original article before yanking.  From Jesper Harder
4279         <harder@ifa.au.dk>.
4280
4281 2002-05-26  Simon Josefsson  <jas@extundo.com>
4282
4283         * gnus-sum.el (gnus-summary-menu-split): New function.
4284         (gnus-summary-make-menu-bar): Split charset submenu.
4285         (gnus-summary-menu-maxlen): New variable.
4286         (gnus-summary-menu-split): Use it.
4287
4288 2002-05-25  Simon Josefsson  <jas@extundo.com>
4289
4290         * mml.el (mml-preview): Generate some headers.
4291
4292         * gnus.el (gnus-large-newsgroup): Fix :type.
4293
4294         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4295         Agent cache NOV's by default now).
4296         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4297
4298 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4299
4300         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4301         call to gnus-parent-id when we check for References loops.
4302         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4303         twice by saving the simplified subject string in simp-subject.
4304
4305 2002-05-23  Simon Josefsson  <jas@extundo.com>
4306
4307         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4308         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4309
4310         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4311         Niklas Morberg <niklas.morberg@axis.com>.
4312
4313 2002-05-22  Simon Josefsson  <jas@extundo.com>
4314
4315         * sieve.el (sieve-change-region): Define it before it is used.
4316
4317         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4318         (gnus-summary-reply): Ask for confirmation when replying to news.
4319         Defaults to not ask.  From Benjamin Rutt
4320         <rutt+news@cis.ohio-state.edu>.
4321
4322         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4323
4324 2002-05-21  Simon Josefsson  <jas@extundo.com>
4325
4326         * sieve-mode.el (sieve-manage): Fix autoloads.
4327
4328         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4329         name (makes it work with recent Cyrus timsieved).
4330
4331 2002-05-20  Jason  <jbaker@cs.utah.edu>
4332         Trivial patch.
4333
4334         * gnus-art.el (gnus-request-article-this-buffer): Try
4335         reconnecting if you don't get the message.
4336
4337 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4340         Reply-To headers from the headers.
4341
4342 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * mm-url.el (mm-url-insert): Remove junk message.
4345
4346 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4349         (nnslashdot-use-front-page): New variable.
4350         (nnslashdot-request-list): Use it.
4351
4352         * mm-url.el (mm-url-timeout): New variable.
4353         (mm-url-retries): Ditto.
4354         (mm-url-insert): Use it.
4355
4356 2002-05-16  Simon Josefsson  <jas@extundo.com>
4357
4358         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4359         (gnus-simplify-subject-functions): Mention g-s-a-w.
4360
4361 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4362
4363         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4364         nnmail-cache-insert.
4365         * nndiary.el (nndiary-request-accept-article): Ditto.
4366         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4367         * nnimap.el (nnimap-request-accept-article): Ditto.
4368         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4369         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4370         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4371         * nnmh.el (nnmh-request-accept-article): Ditto.
4372         * nnmail.el (nnmail-cache-insert): Change group to required,
4373         removed code which tried to figure out the group.
4374
4375 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4376
4377         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4378         messages. From Hans de Graaff <hans@degraaff.org>.
4379         * nnml.el (nnml-request-accept-article): Pass in the group name to
4380         nnmail-cache-insert, since it's available.
4381
4382 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4383
4384         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4385
4386 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4387         From Florian Weimer <fw@deneb.enyo.de>.
4388
4389         * gnus.el (subscribed): New group parameter.
4390         (gnus-find-subscribed-addresses): Use it.
4391
4392 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4393
4394         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4395         the default for pgpmime to support pgp v2.
4396         * mml-sec.el (mml-signencrypt-style): New accessor function to
4397         allow users to get/set the signencrypt style more easily without
4398         frobbing the alist directly.
4399         * mml.el (mml-generate-mime-1): Use accessor function.
4400
4401 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4402
4403         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4404         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4405         <schwab@suse.de>.
4406
4407 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4408
4409         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4410         when intuiting the group the message is written to.  From Josh
4411         Huber <huber@alum.wpi.edu>.
4412
4413 2002-05-06  Simon Josefsson  <jas@extundo.com>
4414
4415         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4416         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4417
4418 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4419
4420         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4421         argument, and fixed compiler warning. (added autoload for
4422         gpg-encrypt).
4423
4424 2002-05-04  Simon Josefsson  <jas@extundo.com>
4425
4426         * mml1991.el (mml1991-function-alist): Doc fix.
4427
4428         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4429         doesn't exist (for previewing messages without having Gnus
4430         started).
4431
4432         * mm-util.el (mm-coding-system-priorities): Defcustom.
4433
4434         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4435
4436 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4437
4438         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4439         default.
4440         * mml-sec.el:
4441         * mml-sec.el (mml-signencrypt-style): New.
4442         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4443         argument `sign'.
4444         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4445         signencrypt.
4446         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4447         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4448         both signed & encryped is processed in one operation. (rather than
4449         two separate ops: sign, then encrypt)
4450         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4451         indication if a message is signed by an expired key.
4452         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4453         enables combined sign & encrypt operation. (this was always on
4454         before).
4455         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4456
4457 2002-05-01  Simon Josefsson  <jas@extundo.com>
4458
4459         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4460         server.
4461         (nnimap-mailbox-info): defvar instead of defvoo.
4462
4463 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4464
4465         * gnus.el: Oort Gnus v0.06 is released.
4466
4467 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * lpath.el: Bind url-package-version.
4470
4471 2002-05-01  Simon Josefsson  <jas@extundo.com>
4472
4473         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4474         filename before deleting the group itself, because the presence of
4475         a group filename decides if long filenames are used or not.
4476
4477         * gnus-art.el (gnus-button-alist): Don't inline
4478         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4479         without also modifying g-button-alist.
4480         (gnus-button-alist): Fix type to allow variable as well as regexp.
4481         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4482         themselves, variables to its contents.
4483         (gnus-button-entry): Ditto.
4484
4485 2002-05-01  Simon Josefsson  <jas@extundo.com>
4486
4487         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4488         UIDNEXT as a string.
4489
4490         * nnimap.el (nnimap-string-lessp-numerical): New function.
4491         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4492         integers.
4493
4494 2002-04-29  Simon Josefsson  <jas@extundo.com>
4495
4496         * nnmail.el (nnmail-cache-insert): Accept optional group
4497         parameter.
4498
4499         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4500         n-r-g-a is disabled.
4501
4502 2002-04-29  Simon Josefsson  <jas@extundo.com>
4503
4504         * nnimap.el (nnimap-split-fancy): Fix doc.
4505         (nnimap-split-fancy): Fix doc.
4506
4507         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4508         (nnimap-mailbox-info): New internal variable.
4509         (nnimap-retrieve-groups): Implement faster new mail check.
4510
4511         * nnimap.el (nnimap-split-articles): Support
4512         nnmail-cache-accepted-message-ids.
4513         (nnimap-request-accept-article): Ditto.
4514
4515         * imap.el (imap-mailbox-status-asynch): New command.
4516
4517 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4518
4519         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4520         are no subscribed mail groups.
4521         - Strip quoted names when comparing addresses
4522
4523 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4524
4525         * mm-decode.el (mm-text-html-renderer): Change customize type to
4526         const.
4527
4528         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4529         (gnus-debug-exclude-variables): do.
4530
4531 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4532
4533         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4534         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4535
4536 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * dns.el (dns-make-network-process): New macro.
4539         (query-dns): Use it.
4540
4541 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4542
4543         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4544         article-buffer.
4545
4546         * mm-url.el (mm-url-package-name): New variable.
4547         (mm-url-package-version): New variable.
4548         (mm-url-insert-file-contents): Bind url-package-name and
4549         url-package-version here.
4550         * nnrss.el (nnrss-insert-w3): Move the bindings.
4551
4552         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4553         url-package-version. Trivial change from Andrew J Cosgriff
4554         <ajc@polydistortion.net>
4555
4556         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4557         attachments. Trivial change from Peter 'Luna' Runestig
4558         <peter@runestig.com>.
4559
4560 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4561
4562         * nnkiboze.el (nnkiboze-request-scan): Call
4563         nnkiboze-possibly-change-group.
4564         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4565         problems.
4566         (nnkiboze-generate-group): Set newsrc to the *highest* article
4567         number kibozed, not the lowest.
4568
4569 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4570
4571         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4572
4573 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4574         From Dan Christensen <jdc+news@uwo.ca>.
4575
4576         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4577         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4578         Recognize math postings.  Extract Date (now ignores "(15kb)").
4579         Extract email address using gnus-extract-address-components
4580         instead of just taking the first word.  Create Date and From
4581         headers for message which are missing these headers.  Get rid
4582         of spurious \\ lines (purely cosmetic).  Extend body-end and
4583         file-end regexps, to exclude more garbage from the message.
4584         Make URL rephrasing regexp more flexible, to match current
4585         format.
4586
4587 2002-04-23  Simon Josefsson  <jas@extundo.com>
4588
4589         * netrc.el: New file, functions copied from gnus-util.el by Ted
4590         Zlatanov <tzz@lifelogs.com>.
4591
4592         * gnus-util.el: Require netrc.
4593         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4594         new code in netrc.el.
4595
4596 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4597
4598         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4599         message-ignored-resent-headers, too.  From Matthieu Moy
4600         <Matthieu.Moy@imag.fr>.
4601
4602 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4603
4604         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4605         boolean not a string
4606         * gnus-group.el (gnus-group-line-format): add description of %C
4607         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4608           as %C
4609         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4610
4611 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4612
4613         * nnmaildir.el (nnmaildir-request-scan): typo: set
4614         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4615         nnmail-get-new-mail for 'find-new-groups.
4616
4617 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4618
4619         * nnmaildir.el (nnmaildir-request-update-info,
4620         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4621         unnecessary calls to nnmaildir-request-scan.
4622
4623 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4624
4625         * gnus-msg.el:
4626         * gnus-msg.el (gnus-message-replysign): New.
4627         * gnus-msg.el (gnus-message-replyencrypt): New.
4628         * gnus-msg.el (gnus-message-replysignencrypted): New.
4629         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4630         (above) to automatically encrypt/sign to encrypted/signed
4631         messages.
4632         * message.el:
4633         * message.el (message-mode-map): Add keybinding for
4634         `message-to-list-only'
4635         * message.el (message-mode): Add description for
4636         `message-to-list-only'
4637         * message.el (message-to-list-only): New.
4638         * message.el (message-make-mft): Changed to use the cl loop macro,
4639         and added optional flag to return only the matched list. (for use
4640         in new message-to-list-only function)
4641
4642 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4643
4644         * gnus-msg.el:
4645         * gnus-msg.el (gnus-message-replysign):
4646         * gnus-msg.el (gnus-replysign): New.
4647         * gnus-msg.el (gnus-replyencrypt): New.
4648         * gnus-msg.el (gnus-replysignencrypted): New.
4649         * gnus-msg.el (gnus-summary-reply):
4650         * message.el:
4651         * message.el (message-mode-map):
4652         * message.el (message-mode):
4653         * message.el (message-to-list-only): New.
4654         * message.el (message-make-mft):
4655
4656 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4657
4658         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4659
4660 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4661
4662         * message.el (message-gen-unsubscribed-mft): accept a prefix
4663         argument so CC can be included with C-u C-c C-f C-a
4664
4665 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4666         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4667
4668         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4669         Improve docstring.
4670         (spam-enter-blacklist): New command.
4671
4672         * gnus-sum.el (gnus-spam-mark): New mark.
4673         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4674         (gnus-summary-make-tool-bar): Correct conditional.
4675         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4676         (gnus-summary-mark-as-spam): New command.
4677
4678 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4679
4680         * mml-sec.el (mml-secure-message): changed to support arbritrary
4681         modes.
4682         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4683         changed to support "signencrypt" mode.
4684         * mml.el (mml-parse-1): changed to support different secure modes
4685         more easily. (for signencrypt)
4686
4687 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4688
4689         * gnus-sum.el (gnus-update-summary-mark-positions)
4690         (gnus-summary-toggle-header):
4691         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4692         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4693         (gnus-uu-post-encoded):
4694         * nnfolder.el (nnfolder-possibly-change-group):
4695         * nnimap.el (nnimap-retrieve-headers):
4696         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4697
4698 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4699
4700         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4701         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4702
4703 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-srvr.el (gnus-server-set-info): Clear
4706         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4707         From Daiki Ueno <ueno@unixuser.org>.
4708
4709 2002-04-11  Simon Josefsson  <jas@extundo.com>
4710
4711         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4712         viewing of security buttons.  Thanks to Nicolas Kowalski
4713         <Nicolas.Kowalski@imag.fr>.
4714
4715         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4716         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4717         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4718         <Nicolas.Kowalski@imag.fr>.
4719         (smime-decrypt-buffer): Ditto.
4720
4721 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4724         header line.
4725
4726 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4727
4728         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4729
4730 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4731
4732         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4733
4734 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4735
4736         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4737         errors when debug.
4738
4739 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4740
4741         * message.el (message-make-mft): Changed MFT code from using
4742         message-recipients (which included Bcc) to use only the To and CC
4743         headers.
4744
4745 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4746
4747         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4748         add link.
4749         (gnus-treat-mail-picon): Ditto.
4750         (gnus-treat-newsgroups-picon): Ditto.
4751         (gnus-picon-databases): Fix custom type.
4752         (gnus-picon-databases): Add link.
4753         (gnus-article-x-face-command): Add to gnus-picon group.
4754
4755 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4756
4757         * message.el (message-buffer-naming-style): Remove.
4758
4759 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4760
4761         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4762
4763         * message.el (message-tool-bar-map): Ditto.
4764
4765         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4766
4767 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4768
4769         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4770
4771 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4772
4773         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4774
4775 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4776         Trivial patch.
4777
4778         * dns.el: open-network-stream under XEmacs does udp.
4779
4780 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4781
4782         * spam.el (spam-enter-whitelist): New function.
4783         (spam-parse-whitelist): Ditto.
4784         (spam-refresh-list-cache): Ditto.
4785         (spam-address-whitelisted-p): New function.
4786
4787         * dns.el (query-dns): Use TCP when make-network-process isn't
4788         available.
4789         (dns-servers): New variable.
4790         (dns-parse-resolv-conf): New function.
4791         (query-dns): Use it.
4792
4793         * spam.el: New file.
4794
4795         * dns.el (query-dns): Test.
4796
4797 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * lpath.el (featurep): Bind make-network-process.
4800
4801 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4802
4803         * nnmaildir.el: Use defstruct.  Use a single copy of
4804         nnmail-extra-headers to save memory.  Store server's group name
4805         prefix instead of each group's prefixed name.
4806         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4807         nntp-server-buffer.
4808
4809 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * dns.el: New file.
4812
4813 2002-03-28  Simon Josefsson  <jas@extundo.com>
4814
4815         * gnus-sum.el (gnus-summary-dummy-line-format):
4816         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4817         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4818
4819 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4820
4821         * gnus-sum.el (gnus-summary-move-article)
4822         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4823         the doc string.
4824
4825 2002-03-28  Simon Josefsson  <jas@extundo.com>
4826
4827         * mml-sec.el (mml-secure-message): Search after
4828         mail-header-separator from top of message.
4829
4830 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4831
4832         * nnmaildir.el: Cosmetic changes.
4833         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4834         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4835         nnmaildir--group-ls): New macros/functions.  Use them.
4836         (nnmaildir--unlink): Evalutate argument only once.
4837
4838 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4839
4840         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4841         symbols.
4842         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4843         `gnus-point-at-eol'.
4844
4845 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4846
4847         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4848         nnmaildir--marks-dir): New macros.  Use them.
4849         Use inhibit-quit for atomicity instead of in-memory journaling.
4850         (nnmaildir--edit-prep): New function.
4851         (Local Variables): Use it.
4852
4853 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4854
4855         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4856
4857 2002-03-25  Simon Josefsson  <jas@extundo.com>
4858
4859         * message.el (message-mode): Fix doc.
4860
4861 2002-03-25  Simon Josefsson  <jas@extundo.com>
4862
4863         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4864         Matthieu Moy <Matthieu.Moy@imag.fr>.
4865
4866 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4867
4868         * mml-sec.el (mml-unsecure-message): Add docstring.
4869
4870 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4871
4872         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4873         value.
4874         Trivial change from andre@slamdunknetworks.com
4875
4876 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4877
4878         * mml.el (mml-mode-map): Added a keybinding for
4879         `mml-unsecure-message'.  Also, added a menu entry for said
4880         function in the Attachments menu.
4881
4882 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * canlock.el (canlock-version): Remove.
4885         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4886         here; simplify \x insertions.
4887         (canlock-sha1): New function, always return a unibyte string.
4888         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4889         of a password.
4890         (canlock-insert-header): Use `canlock-sha1'.
4891         (canlock-verify): Ditto.
4892
4893 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4894
4895         * message.el (message-fix-before-sending): Add an option that
4896         ignores illegible text.
4897         Trivial change from Mark Milhollan <mlm@attglobal.net>
4898
4899         * message.el (message-font-lock-keywords): Support multi-line MML
4900         tags.
4901
4902         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4903         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4904
4905 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4908         symbols for "View as different encoding" submenu.
4909
4910 2002-03-19  Simon Josefsson  <jas@extundo.com>
4911
4912         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4913         encoding" submenu.
4914
4915 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4916
4917         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4918
4919 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4920
4921         * gnus-sum.el (gnus-sum-thread-tree-root)
4922         (gnus-sum-thread-tree-single-indent)
4923         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4924         (gnus-sum-thread-tree-leaf-with-other)
4925         (gnus-sum-thread-tree-single-leaf): Make customizable.
4926
4927 2002-03-16  Simon Josefsson  <jas@extundo.com>
4928
4929         * gnus-util.el (gnus-extract-address-components): Don't break on
4930         names such as James "Kibo" Parry.  From Francis Litterio
4931         <franl@world.std.com>.
4932
4933 2002-03-13  Simon Josefsson  <jas@extundo.com>
4934
4935         * pop3.el (pop3-open-server): Revert multibyte change.  From
4936         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4937
4938         * message.el (message-send-mail-with-qmail): Make it work.  From
4939         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4940
4941 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4942
4943         * message.el (message-make-mft): Set case-fold-search while
4944         generating the MFT.  Also, a little cleanup in the MFT code.
4945
4946 2002-03-12  Simon Josefsson  <jas@extundo.com>
4947
4948         * message.el (message-qmail-inject-args): May be function.
4949         (message-send-mail-with-qmail): Call function if m-q-i-a is
4950         function.  From fn@hungry.org (Faried Nawaz).
4951
4952 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4953
4954         * message.el (message-abbrevs-loaded): Remove.
4955         (mailabbrev): Require it.
4956
4957         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4958
4959 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * pop3.el (pop3-open-server): Set process buffer unibyte.
4962
4963 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4966
4967 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4968
4969         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4970         too.
4971
4972 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4973
4974         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4975         duplication.
4976         (gnus-summary-save-parts-type-history): Ditto.
4977         (gnus-summary-save-parts-last-directory): Ditto.
4978         Trivial change from andre@slamdunknetworks.com
4979
4980 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4981
4982         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4983
4984 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4985
4986         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4987         -->" as the end of the first article.
4988
4989         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4990         From Matthieu Moy <Matthieu.Moy@imag.fr>
4991
4992         * message.el (message-add-action): Use add-to-list.
4993         (message-delete-action): New function.
4994
4995         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4996         pieces.
4997
4998 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4999
5000         * nnnil.el: New file.
5001         * gnus.el (gnus-valid-select-methods): Include nnnil.
5002
5003 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5004
5005         * message.el (message-syntax-checks): Because canlock is
5006         supported, we disable sender syntax check.
5007         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5008
5009         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5010         value of message-syntax-checks.
5011
5012         * qp.el (quoted-printable-decode-region): Doc addition.
5013         From: Eli Zaretskii <eliz@is.elta.co.il>
5014
5015         * mail-source.el (make-source-make-complex-temp-name): Use
5016         make-temp-file.
5017
5018         * mm-util.el (mm-make-temp-file): New function.
5019         * nneething.el (nneething-file-name): Use it.
5020         * mml-smime.el (mml-smime-encrypt): Ditto.
5021         * mm-view.el (mm-inline-wash-with-file): Ditto.
5022         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5023         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5024         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5025         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5026         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5027         * gnus-art.el (gnus-mime-print-part): Ditto.
5028
5029 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5030
5031         * message.el (nnmaildir-article-number-to-base-name): New
5032         function.
5033         (nnmaildir-base-name-to-article-number): New function.
5034
5035 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * smime.el (smime-make-temp-file): Don't quote
5038         `temporary-file-directory'.
5039
5040 2002-03-04  Simon Josefsson  <jas@extundo.com>
5041
5042         * smime.el (smime-sign-region): Rename argument keyfiles to
5043         keyfile. You only sign something with one key.
5044         (smime-sign-buffer): Better completing-read prompt.
5045         (smime-decrypt-buffer): Ditto.
5046
5047         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5048
5049         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5050         completing-read.
5051         (mm-view-pkcs7-decrypt): CRLF->LF.
5052
5053 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5054
5055         * message.el (message-hierarchical-addresses): New variable.
5056         (message-get-reply-headers): Use it.
5057         From Ted Zlatanov <teodor.zlatanov@divine.com>
5058
5059 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5060
5061         * message.el (message-mode): If buffer-file-name, don't set auto
5062         save file name.
5063         Trivial change from Geoff Greene <ggreene@wpi.edu>
5064
5065 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5066
5067         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5068         takes one argument in read-char.
5069
5070         * message.el (message-fix-before-sending): Forward a char.
5071         Check mmu-multibyte-p, add control-1.
5072
5073 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5074
5075         * gnus-start.el (gnus-read-init-file): Ditto.
5076
5077         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5078
5079         * dgnushack.el (dgnushack-make-load): Ditto.
5080
5081         * mail-source.el (mail-source-fetch): Extract the right error
5082         code.
5083
5084         * message.el (message-fix-before-sending): Check illegible text.
5085
5086         * gnus-util.el (gnus-multiple-choice): New function.
5087
5088         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5089         also defined in gnus-score.el.
5090
5091 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5092
5093         * message.el (message-get-reply-headers): downcase email addresses
5094         for comaparisons for duplicate removal.
5095
5096 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5097
5098         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5099         implementation of PKCS#7, which just allows users read the
5100         message.
5101         (mm-view-pkcs7): Use it.
5102
5103 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5104
5105         * gnus.el (large-newsgroup-initial): New parameter.
5106
5107         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5108         (gnus-summary-insert-old-articles): Ditto.
5109
5110 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5111
5112         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5113         used as the default answer of the question, "How many articles?".
5114         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5115
5116         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5117         small numbers.
5118
5119 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5120
5121         * deuglify.el: Fix comments.
5122
5123 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5124
5125         * html2text.el (html2text-clean-anchor): If there is no HREF,
5126         insert nothing.
5127
5128         * mml.el (mml-generate-mime-1): Add cdr.
5129         From: andre@slamdunknetworks.com
5130
5131         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5132         (mm-text-html-washer-alist): Ditto.
5133
5134         * mm-decode.el (mm-text-html-renderer): Add html2text.
5135
5136         * html2text.el: Face lift.
5137
5138         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5139
5140 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5143
5144         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5145
5146         * deuglify.el: New file. The original file name is
5147         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5148
5149         * mm-decode.el (mm-display-external): Use
5150         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5151
5152 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5153
5154         * nnmaildir.el (nnmaildir-request-list): Report the highest
5155         article number, not the total number of articles.
5156
5157 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5158
5159         * gnus-sum.el: Move uu key map here.
5160         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5161
5162 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5163
5164         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5165         nnmail-expiry-wait* if expire-age parameter is not set.
5166
5167 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5168
5169         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5170         function.
5171         (gnus-group-sort-selected-groups-by-real-name): New function.
5172         (gnus-group-make-menu-bar): Add sort by real name.
5173
5174         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5175         rebuild.
5176         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5177         nil as dependencies as well.
5178
5179 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5180
5181         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5182         for mime-parts.
5183
5184         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5185
5186         * gnus-group.el (gnus-group-name-decode): Don't test
5187         multibyte-string, because it breaks XEmacs.
5188         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5189
5190         * message.el (message-send-mail): Be talkative.
5191
5192         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5193         (mm-automatic-display): Ditto.
5194
5195         * mailcap.el (mailcap-mime-data): Ditto.
5196         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5197
5198 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * many files: Remove trailing whitespaces, replace spc+tab with
5201         tab, replace leading whitespaces with tabs.
5202
5203 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5204
5205         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5206         articles with no body and no blank line after the header.
5207
5208 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5209
5210         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5211         parts.
5212
5213         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5214         non-ascii chars.
5215
5216         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5217
5218         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5219         w3-delay-image-loads.
5220         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5221         (mm-w3-prepare-buffer): Ditto.
5222
5223         * mail-source.el (mail-source-fetch-directory): Run scripts.
5224
5225 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5226
5227         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5228         for Majordomo confirmations.
5229
5230 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5233
5234 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235
5236         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5237
5238 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5239
5240         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5241         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5242
5243 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5244
5245         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5246         (mm-inline-render-with-stdin): Ditto.
5247         (mm-inline-render-with-function): Ditto.
5248         (mm-inline-wash-with-file): Bind coding-system-for-write.
5249         (mm-inline-wash-with-stdin): Ditto.
5250
5251 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5252
5253         Suggested by Felix Natter <fnatter@gmx.net>
5254
5255         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5256         gnus-mime-externalize-view.
5257         (gnus-mime-view-part-internally): Rename from
5258         gnus-mime-internalize-view.
5259         (gnus-article-view-part-externally): Rename from
5260         gnus-article-externalize-part.
5261         (gnus-mime-action-alist): Change correspondingly.
5262         (gnus-mime-button-commands): Ditto.
5263         (gnus-mime-action-alist): Remove duplication.
5264
5265         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5266
5267 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5268
5269         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5270
5271         * gnus-art.el (gnus-display-mime): Use it.
5272
5273         * mm-partial.el (mm-partial-find-parts): Use it.
5274
5275         * gnus-sum.el (gnus-article-loose-mime): Rename from
5276         gnus-article-no-strict-mime.
5277         (gnus-summary-save-parts): Use it.
5278
5279 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5282         local variable.
5283
5284         * gnus-art.el (article-display-x-face): Don't sort multiple
5285         X-Faces.
5286
5287 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5290         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5291
5292         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5293
5294 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5295
5296         Some ideas is inspired by code from Hrvoje Niksic
5297         <hniksic@arsdigita.com>
5298
5299         * gnus-art.el (gnus-article-wash-function): Set the default to
5300         nil, so that we use mm-text-html-renderer instead.
5301         (article-wash-html): Use mm-text-html-renderer.
5302
5303         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5304         (mm-text-html-renderer): New variable.
5305         (mm-inline-text-html-renderer): Set the default to nil, so that we
5306         use mm-text-html-renderer instead.
5307
5308         * mm-view.el (mm-inline-text-html): New function.
5309         (mm-text-html-renderer-alist): New variable.
5310         (mm-inline-text-vcard): New function.
5311         (mm-inline-text): Split.
5312         (mm-links-remove-leading-blank): New function.
5313         (mm-inline-render-with-file): New function.
5314         (mm-inline-render-with-stdin): New function.
5315         (mm-inline-render-with-function): New function.
5316         (mm-text-html-washer-alist): New variable.
5317         (mm-inline-wash-with-file): New function.
5318         (mm-inline-wash-with-stdin): New function.
5319
5320 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5321
5322         * message-utils.el: Fix installation doc.
5323         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5324
5325 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5326
5327         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5328         (gnus-post-method): Use it.
5329         (gnus-summary-cancel-article): Find the correct post-method.
5330
5331         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5332         * message.el (message-send-news): Ditto.
5333         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5334         <ipmonger@delamancha.org>
5335
5336         * gnus.el (gnus-select-method): Fix doc.
5337         (gnus-server-string): Use 'using nntp'.
5338
5339         * gnus-agent.el (gnus-slave-unplugged): New command.
5340         From: Felix Natter <fnatter@gmx.net>
5341
5342 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5343
5344         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5345         Call edit-done-function first, then change the window
5346         configuration.
5347         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5348         (gnus-article-edit-mode): mml-mode.
5349
5350         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5351         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5352
5353         * message-utils.el: Adopt the file.
5354
5355         * message-utils.el: New file.
5356         From Holger Schauer <Holger.Schauer@gmx.de>
5357
5358 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * gnus-sum.el (gnus-summary-move-article): Select-article only
5361         when gnus-move-split-methods is non-nil. And we don't render or
5362         mark the article.
5363
5364         * gnus-fun.el (gnus-shell-command-to-string): New function.
5365         (gnus-shell-command-on-region): New function.
5366         (gnus-random-x-face): Use them.
5367         (gnus-x-face-from-file): Ditto.
5368         (gnus-convert-image-to-gray-x-face): Ditto.
5369         (gnus-convert-gray-x-face-to-xpm): Ditto.
5370         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5371
5372 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (gnus-treat-display-xface): Don't use
5375         `shell-command-to-string' when compiling.
5376         (gnus-treat-display-grey-xface): Ditto.
5377
5378 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5379
5380         * nnmaildir.el (nnmaildir--article-count): If the group is
5381         completely empty, report minimum article number as 1 instead of 0.
5382
5383 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5384
5385         * gnus-agent.el (gnus-get-predicate): Use nconc.
5386
5387         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5388         gnus-summary-display-cache as cache.
5389
5390         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5391         (nndoc-mail-in-mail-type-p): New function.
5392         (nndoc-mail-in-mail-article-begin): New function.
5393
5394 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5395
5396         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5397
5398         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5399         use-hard-newlines to nil.
5400
5401         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5402         image is not available if window-system is not available.
5403
5404         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5405
5406 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5407
5408         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5409         bookmark, because update-mark doesn't handle it correctly.
5410
5411 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5412
5413         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5414         directly instead of calling message-send-mail.
5415
5416         * gnus-start.el (gnus-read-descriptions-file): Use
5417         gnus-default-charset.
5418
5419         * mm-util.el (mm-guess-mime-charset): New function.
5420
5421         * gnus.el (gnus-default-charset): Use it.
5422         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5423         the default.
5424
5425 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5426
5427         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5428         (article-display-x-face): Use it.  Disable grey xface, if
5429         uncompface is not found.
5430
5431         * message.el (message-mode): Don't enable multibyte on an indirect
5432         buffer.
5433
5434         * nnrss.el (nnrss-content-function): New variable.
5435         (nnrss-request-article): Use it.
5436
5437 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5438
5439         * gnus.el: Add article-unsplit-urls.
5440         * gnus-sum.el: Ditto.
5441         * gnus-art.el (gnus-treat-strip-cr): New variable.
5442         (gnus-treatment-function-alist): Use it.
5443         (article-unsplit-urls): New function.
5444         (gnus-article-make-menu-bar): Use it.
5445         From: Michael Cook <michael.cook@cisco.com>
5446
5447 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5448
5449         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5450         copy.
5451
5452 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5453
5454         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5455         with internal whitespace.
5456         (gnus-parent-id): Ditto.
5457
5458 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5459
5460         * gnus-art.el (gnus-article-treat-body-boundary): Add
5461         gnus-decoration property.
5462         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5463
5464         * message.el (message-mode): Set local-abbrev-table.
5465         From Matt Armstrong <matt@lickey.com>.
5466
5467         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5468         too many spaces.
5469
5470         * rfc2047.el (rfc2047-unfold-region): Ditto.
5471         (rfc2047-decode-region): Don't unfold. Let
5472         gnus-article-treat-unfold-headers do it.
5473
5474         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5475         From: Jesper Harder <harder@ifa.au.dk>
5476
5477 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5478
5479         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5480         (gnus-configure-posting-styles): Use it.
5481         (gnus-configure-posting-styles): Remove trailing newspaces.
5482
5483 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5484
5485         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5486         is non-nil.
5487
5488         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5489
5490         * gnus.el (gnus-server-to-method): Switch position with
5491         gnus-server-get-method.
5492         (gnus-agent): Add doc.
5493
5494         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5495         (gnus-summary-save-parts): Use it.
5496
5497         * gnus-art.el (gnus-display-mime): Use it.
5498         * mm-partial.el (mm-partial-find-parts): Use it.
5499
5500         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5501
5502         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5503         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5504
5505         * nnagent.el (nnagent-request-expire-articles): Don't delete
5506         files.
5507
5508 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5509
5510         * message.el (message-gen-unsubscribed-mft): New function.
5511         From Sriram Karra <karra@cs.utah.edu>.
5512
5513         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5514         open parenthesis.
5515
5516         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5517         (mm-inline-text-html-render-with-w3): Ditto.
5518         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5519         Suggested by Dave Love  <d.love@dl.ac.uk>.
5520
5521         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5522
5523         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5524         * nntp.el (nntp-send-command): Ditto.
5525         * nntp.el (nntp-send-command-nodelete): Ditto.
5526
5527 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5528
5529         * mm-url.el (mm-url-load-url): New function.
5530         (mm-url-insert-file-contents): Use it.
5531
5532         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5533
5534         * message.el (message-forward-make-body): Correctly copy
5535         forward-buffer.
5536
5537         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5538
5539 2002-02-04  Simon Josefsson  <jas@extundo.com>
5540
5541         * gnus-art.el (gnus-article-followup-with-original): Mark with
5542         force, prevent errors when following up from article buffer.
5543         (gnus-article-reply-with-original): Ditto.
5544
5545         * binhex.el (binhex-decoder-switches): Fix doc.  From
5546         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5547
5548 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5549
5550         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5551         highlight-citation after emphasize.
5552
5553 2002-02-04  Simon Josefsson  <jas@extundo.com>
5554
5555         * nnfolder.el (nnfolder-open-marks):
5556
5557         * nnml.el (nnml-open-marks): Message when done.  From David
5558         Edmondson <dme@sun.com>.
5559
5560 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5561
5562         * imap.el (imap-anonymous-auth): Fix typo.
5563         From: Steinar Bang <sb@dod.no>
5564
5565         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5566         save-excursion.
5567         (gnus-cache-braid-heads): Ditto.
5568
5569         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5570         line, because there are extra articles in the overview buffer.
5571
5572         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5573
5574         * message.el (message-forward-rmail-make-body): Directly use
5575         rmail-msg-restore-non-pruned-header to avoid calling
5576         vertical-motion.
5577
5578 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5579
5580         * gnus-cache.el (gnus-summary-insert-cached-articles):
5581         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5582
5583         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5584         gnus-newsgroups-unselected.
5585
5586         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5587         gnus-add-to-sorted-list.
5588
5589         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5590         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5591         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5592         (gnus-update-read-articles): UNREAD is sorted.
5593         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5594         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5595         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5596         (gnus-newsgroup-dormant): Require sorted.
5597
5598         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5599         directories.
5600         (gnus-dired-print): New function.
5601
5602         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5603         ps-despool.
5604
5605 2002-02-02  Simon Josefsson  <jas@extundo.com>
5606
5607         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5608
5609 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5610
5611         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5612         t. This makes gnus-agent customizable without putting
5613         gnus-agentize into .gnus.
5614
5615         * gnus.el (gnus-agent): Make it customizable.
5616
5617         * gnus-dired.el: New file.
5618         From Benjamin Rutt <brutt@bloomington.in.us>
5619
5620         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5621         if no article.
5622         (gnus-cache-possibly-remove-article): Ditto.
5623         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5624
5625 2002-02-01  Simon Josefsson  <jas@extundo.com>
5626
5627         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5628
5629 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5632         (mm-setup-w3m): Don't bind keys listed in the above.
5633
5634 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5637         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5638         is non-nil; bind `w3m-force-redisplay' with nil.
5639
5640         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5641
5642         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5643
5644 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5647         use mail-header-unfold-field.
5648
5649         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5650         gnus-summary-limit.
5651
5652         * gnus-range.el (gnus-add-to-sorted-list): New function.
5653         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5654         (gnus-mark-article-as-unread): Ditto.
5655         (gnus-summary-mark-article-as-unread): Ditto.
5656         (gnus-build-get-header): Ditto.
5657         (gnus-summary-prepare-threads): Ditto.
5658         (gnus-summary-insert-pseudos): Ditto.
5659         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5660         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5661         (gnus-summary-insert-old-articles): Ditto.
5662
5663         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5664         (gnus-configure-posting-styles): Support the new format.
5665
5666         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5667         edebug-form-spec to (sexp body).
5668         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5669
5670         * message.el (message-reply-headers): Add doc.
5671
5672 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5673
5674         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5675         gnus-cache-active-hashtb.
5676
5677         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5678         (gnus-agent-summary-fetch-group): Use it.
5679
5680         * gnus-msg.el (gnus-debug-files): New variable.
5681         (gnus-debug-exclude-variables): New variable.
5682         (gnus-debug): Use them.
5683
5684         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5685
5686 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5687
5688         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5689         (message-mode-syntax-table): Move back the previous position.
5690
5691         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5692
5693         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5694         gnus-sorted-difference.
5695
5696         * nnsoup.el (nnsoup-request-expire-articles): Use
5697         gnus-sorted-difference.
5698
5699         * nnheader.el: Autoload gnus-sorted-difference.
5700
5701         * nnfolder.el (nnfolder-request-expire-articles): Use
5702         gnus-sorted-difference.
5703
5704         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5705         gnus-sorted-difference.
5706
5707         * gnus-range.el: Autoload cookies.
5708         (gnus-sorted-difference): New function.
5709         (gnus-sorted-ndifference): New function.
5710         (gnus-sorted-nintersection): Rename from
5711         gnus-set-sorted-intersection.
5712         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5713         (gnus-list-range-difference): Rename from
5714         gnus-inverse-list-range-intersection.
5715         (gnus-inverse-list-range-intersection): Use defalias.
5716
5717         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5718         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5719         (gnus-articles-to-read): Use gnus-sorted-difference.
5720         (gnus-summary-limit-mark-excluded-as-read): Use
5721         gnus-sorted-intersection and gnus-sorted-ndifference.
5722         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5723         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5724
5725         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5726
5727 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5730         property to the buffer for using emacs-w3m command keys.
5731
5732         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5733         option.
5734
5735         * mm-view.el (mm-w3m-mode-map): New variable.
5736         (mm-w3m-mode-command-alist): New variable.
5737         (mm-w3m-minor-mode): Removed.
5738         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5739         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5740         buffer for using emacs-w3m command keys.
5741
5742 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5743
5744         * message.el (message-mode-syntax-table): Move forward.
5745         (message-cite-prefix-regexp): Auto detect non word constituents.
5746         (message-cite-prefix-regexp): Don't use with-syntax-table.
5747
5748         * gnus-sum.el (gnus-summary-update-info): Use
5749         gnus-list-range-intersection.
5750
5751         * gnus-agent.el (gnus-agent-fetch-headers): Use
5752         gnus-list-range-intersection.
5753
5754         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5755         (gnus-list-range-intersection): Use it.
5756         (gnus-inverse-list-range-intersection): Ditto.
5757         (gnus-sorted-intersection): Add doc.
5758         (gnus-set-sorted-intersection): Add doc.
5759         (gnus-sorted-union): New function.
5760         (gnus-set-sorted-union): New function.
5761
5762         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5763         (gnus-inverse-list-range-intersection): Ditto.
5764
5765 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5766
5767         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5768
5769         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5770         and permit `:' and `\' in order to handle full Windows pathnames.
5771         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5772         technically not correct per standard, but seems to have common use.
5773
5774 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5777         replacing numbers.
5778
5779 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5780
5781         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5782
5783         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5784         Don't split when the window is small, e.g. when a small *BBDB*
5785         window is the lowest one.
5786
5787         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5788         nnheader-find-nov-line to speed up. Use nreverse, because it is
5789         sorted. Use nnheader-insert-nov-file.
5790
5791 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5794
5795         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5796         of `w3m-display-inline-images' with the value of
5797         `mm-inline-text-html-with-images'.
5798         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5799
5800         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5801
5802 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5803
5804         * time-date.el: Add autoload cookies.  Many doc fixes.
5805         (time-add): New function.
5806         (time-subtract): Renamed from subtract-time.
5807         (subtract-time): New alias for time-subtract.
5808
5809 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5812         emacs-w3m in doc-string.
5813
5814         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5815         `w3m-current-buffer'.
5816
5817 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5818
5819         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5820
5821         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5822         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5823         (mm-w3m-cid-retrieve): New function.
5824         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5825
5826 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5827
5828         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5829
5830 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5833
5834 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5837         32K.
5838
5839         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5840
5841         * nnmail.el (nnmail-article-group): Decode headers before running
5842         split rules over them.
5843         (nnmail-mail-splitting-charset): New variable.
5844
5845         * smiley.el: Replaced with smiley-ems.el.
5846
5847 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5848
5849         * mm-url.el (mm-url-predefined-programs): Add w3m.
5850         (mm-url-program): Ditto.
5851
5852 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853
5854         * nnml.el (nnml-use-compressed-files): New variable.
5855         (nnml-filenames-are-evil): Removed.
5856         (nnml-current-group-article-to-file-alist): Don't use.
5857         (nnml-update-file-alist): Inhibit.
5858         (nnml-article-to-file): Use new var.
5859
5860 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5861
5862         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5863
5864         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5865
5866 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5869         function.
5870
5871         * gnus-util.el (gnus-cache-file-contents): New function.
5872
5873         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5874         (gnus-agent-load-alist): Use it.
5875
5876         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5877
5878         * nnheader.el (nnheader-insert-nov-file): New function.
5879
5880         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5881
5882         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5883         there are no references.
5884         (gnus-extract-message-id-from-in-reply-to): New function.
5885         (gnus-nov-parse-line): Use in-reply-to if there are no
5886         references.
5887
5888 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5891
5892         * gnus-util.el (gnus-parse-without-error): New macro.
5893
5894 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5895
5896         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5897         (gnus-article-wash-function): use locate-library to decide which
5898         to use.
5899
5900 2002-01-25  Simon Josefsson  <jas@extundo.com>
5901
5902         * pop3.el (pop3-munge-message-separator): Work if no date.
5903         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5904
5905 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5906
5907         * gnus-agent.el (gnus-agent-save-alist): Fix.
5908
5909         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5910         mistake.  Reinstated lost code.
5911
5912 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5913
5914         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5915         one exists in the case of an encrypted message with an internal
5916         signature.
5917
5918 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5921
5922 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * dgnushack.el: Commented out the experimental code.
5925
5926 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5929         error.
5930
5931         * gnus.el (gnus-server-to-method): Made into subst.
5932         (gnus-server-method-cache): New variable.
5933         (gnus-server-to-method): Use it.
5934         (gnus-group-method-cache): New variable.
5935         (gnus-find-method-for-group-1): Renamed.
5936         (gnus-find-method-for-group): New function.
5937         (gnus-group-method-cache): Removed.
5938
5939         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5940         function.
5941
5942         * gnus-range.el (gnus-members-of-range): New function.
5943         (gnus-list-range-intersection): Renamed.
5944         (gnus-inverse-list-range-intersection): New function.
5945
5946         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5947
5948         * nnagent.el (nnagent-retrieve-headers): New implementation.
5949
5950         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5951         implementation.
5952
5953 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5956         `w3m-meta-content-type-charset-regexp'.
5957
5958         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5959         charset-encoded html contents.
5960
5961 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5962
5963         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5964         an empty file.
5965
5966         * nnweb.el (url): Ignore errors when request url.
5967
5968         * nnrss.el: Clean up the comments.
5969
5970 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5973
5974         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5975         (mm-inline-media-tests): Test whether the value of
5976         `mm-inline-text-html-renderer' is a function for text/html.
5977
5978         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5979         separated from `mm-inline-text'.
5980         (mm-w3m-minor-mode): New variable.
5981         (mm-w3m-setup): New variable.
5982         (mm-setup-w3m): New function.
5983         (mm-inline-text-html-render-with-w3m): New function.
5984         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5985         text/html.
5986
5987 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5988
5989         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5990
5991 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5994         and `gnus-xmas-completing-read'.
5995
5996 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5997
5998         * nneething.el (nneething-message-id-number): Abolished.
5999         (nneething-encode-file-name): Not encode numerical characters.
6000         (nneething-make-head): `nneething-message-id-number' is not
6001         used to generate message IDs.
6002
6003 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6006         characters.
6007
6008 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6011         (gnus-xmas-redefine): Redefine conditionally.
6012
6013 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6014
6015         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6016         tag.
6017
6018 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6019
6020         * message.el (message-font-lock-keywords): Added the secure tag.
6021         * mml-sec.el: Added functions to generate/modify/remove the secure
6022         tag while in message mode.
6023         * mml-sec.el (mml-secure-message): New.
6024         * mml-sec.el (mml-unsecure-message): New.
6025         * mml-sec.el (mml-secure-message-sign-smime): New.
6026         * mml-sec.el (mml-secure-message-sign-pgp): New.
6027         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6028         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6029         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6030         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6031         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6032         convert it to either a part or multipart depending on if there are
6033         other parts in the message.
6034         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6035         to use the secure tag, rather than the part tag.
6036         * mml.el (mml-preview): Added a save-excursion to keep cursor
6037         position after doing an MML preview.
6038
6039 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * nnheader.el (nnheader-parse-overview-file): New function.
6042         (nnheader-write-overview-file): New function.
6043
6044 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6047         in wanted.
6048
6049         * nnweb.el (nnweb-type-definition): Clean up.
6050
6051 2002-01-21  Alastair Burt  <burt@dfki.de>
6052         Trivial patch.
6053
6054         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6055         buffer exists before jumping to it.
6056
6057 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6058
6059         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6060         function.
6061         (article-wash-html): Use it.
6062         (gnus-article-wash-function): New variable.
6063         (gnus-article-wash-html-with-w3m): New function.
6064
6065 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6066
6067         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6068         XEmacs.
6069
6070 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6071
6072         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6073         command line.
6074
6075 2002-01-21  Simon Josefsson  <jas@extundo.com>
6076
6077         * canlock.el (base64-encode-string): Autoload it from base64.
6078         (canlock-make-cancel-key): Base64 encode unibyte string.
6079
6080 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * nnfolder.el (nnfolder-request-accept-article): Unfold
6083         x-from-line.
6084         (nnfolder-request-replace-article): Ditto.
6085
6086 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6087
6088         * gnus-group.el (gnus-group-best-unread-group): Use the right
6089         positioning function.
6090
6091 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * smiley-ems.el (smiley-region): Use new function.
6094         (smiley-update-cache): Use general image functions.
6095         (smiley-region): Use general functions.
6096
6097         * gnus-util.el (gnus-graphic-display-p): New function.
6098
6099         * nnmail.el (nnmail-article-group): Allow outputting traces of
6100         non-strings.
6101
6102         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6103         (nndoc-exim-bounce-type-p): New function.
6104
6105         * message.el (message-dont-send): Doc fix.
6106
6107         * gnus-util.el (gnus-completing-read): Remove
6108         inherit-input-method.
6109
6110         * gnus-art.el (gnus-treat-smiley): Doc fix.
6111
6112         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6113         articles.
6114
6115 2002-01-19  Simon Josefsson  <jas@extundo.com>
6116
6117         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6118         (imap-kerberos4-open): Ditto.
6119         (imap-open): Set port correctly, don't set auth.
6120
6121 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * gnus.el (gnus-version-number): Bump version number.
6124
6125 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6126
6127         * gnus.el: Oort Gnus v0.05 is released.
6128
6129 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6132         exists.
6133
6134         * gnus-spec.el (gnus-string-width-function): New function.
6135         (gnus-tilde-cut-form): Use it.
6136         (gnus-tilde-max-form): Ditto.
6137         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6138         (gnus-substring-function): Use it.
6139         (gnus-tilde-cut-form): Ditto.
6140         (gnus-substring-function): New function.
6141
6142         * message.el (message-check-news-header-syntax): New message.
6143
6144         * gnus.el (gnus-slave-no-server): Doc fix.
6145
6146         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6147
6148 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6151         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6152         (seen (NUM1 . NUM2)).
6153
6154 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6157         number in closed topics.
6158
6159 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6160
6161         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6162         functions.
6163
6164 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * gnus.el (gnus-group-find-parameter): Clean up.
6167
6168         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6169         articles.
6170
6171         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6172
6173         * nnmail.el (nnmail-article-group): Clean up.
6174
6175 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6176
6177         * gnus-agent.el (gnus-category-name): Intern the category name.
6178
6179 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6182
6183         * gnus-util.el (gnus-completing-read): New function.
6184
6185 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6186
6187         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6188
6189         * smiley-ems.el (smiley-region): Register smiley.
6190         (smiley-toggle-buffer): Rewrite the function.
6191         (smiley-active): Removed.
6192
6193 2002-01-19  Simon Josefsson  <jas@extundo.com>
6194
6195         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6196         Jesper Harder <harder@ifa.au.dk>.
6197
6198 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6199
6200         * gnus-art.el (gnus-request-article-this-buffer): Call
6201         `nneething-get-file-name' to extract the file name from the
6202         message id.
6203
6204         * nneething.el (nneething-encode-file-name): New function.
6205         (nneething-decode-file-name): Ditto.
6206         (nneething-get-file-name): Ditto.
6207         (nneething-make-head): Encode the file name and encapsulate it
6208         into the field of the message id.
6209
6210 2002-01-18  Simon Josefsson  <jas@extundo.com>
6211
6212         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6213         stored in .marks.
6214
6215         * nnfolder.el (nnfolder-request-update-info): Ditto.
6216
6217 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6218
6219         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6220
6221 2002-01-18  Simon Josefsson  <jas@extundo.com>
6222
6223         * imap.el (imap-starttls-p): Don't check for binary.
6224         (imap-gssapi-auth-p): Ditto.
6225         (imap-kerberos4-auth-p): Ditto.
6226         (imap-open): Change logic.  Iterate through all possible streams,
6227         instead of bailing out after first failure.  Move authenticator
6228         decision to `imap-authenticate'.
6229         (imap-authenticate): Change logic, now finds the authenticator to
6230         use, was previously in `imap-open'.
6231         (imap-open): Return nil on failure.
6232         (imap-open): Setup temp buffer correctly.
6233         (imap-open): Return buffer only on success.
6234         (imap-interactive-login, imap-interactive-login): Tell the user
6235         which stream/authenticator is used for the queried
6236         username/password.
6237         (imap-open, imap-authenticate): Set variables.
6238         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6239         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6240
6241 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6244
6245 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6248
6249 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6250
6251         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6252         (gnus-agent-group-mode-map): Bind it to "Jo".
6253         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6254
6255 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6256
6257         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6258         (gnus-summary-mail-toolbar): Add mail article deletion button.
6259
6260         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6261         false positives for lines of "^^^^".
6262
6263         * gnus-picon.el (gnus-picon-find-face): faces database is all
6264         lowercase.
6265
6266 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6267
6268         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6269         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6270         duplications.
6271         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6272
6273 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * gnus-sum.el (gnus-summary-initial-limit): Inline
6276         gnus-summary-limit-children.
6277         (gnus-summary-initial-limit): Don't limit if
6278         gnus-newsgroup-display is nil.
6279         (gnus-summary-initial-limit): No, don't.
6280
6281         * gnus-util.el
6282         (gnus-put-text-property-excluding-characters-with-faces): Inline
6283         gnus-put-text-property.
6284
6285         * gnus-spec.el (gnus-default-format-specs): New variable.
6286
6287         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6288         gnus-format-specs.
6289         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6290
6291         * gnus-spec.el (gnus-update-format-specifications): Really check
6292         the Gnus version of the .newsrc.eld file.
6293         (gnus-format-specs): Save the new default summary format.
6294
6295         * gnus-util.el (gnus-parent-id): Check whether references is empty
6296         before splitting.
6297
6298         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6299         functions.
6300         (gnus-gather-threads-by-references): Inline
6301         `gnus-split-references'.
6302
6303         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6304         default value of gnus-summary-line-format-spec.
6305
6306 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6307
6308         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6309         message.
6310         (nnslashdot-request-list): Ditto.
6311         (nnslashdot-sid-strip): Removed.
6312
6313 2002-01-15  Simon Josefsson  <jas@extundo.com>
6314
6315         * nnimap.el (nnimap-close-asynchronous): Enable.
6316         (nnimap-close-group): Expunge.
6317
6318 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6319
6320         * gnus-util.el (gnus-user-date-format-alist): Typo.
6321         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6322
6323 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6324
6325         * nneething.el (nneething-request-article): Set
6326         `nnmail-file-coding-system' to `binary' locally, in order to read
6327         files without any conversion.
6328
6329 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6330
6331         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6332         nnheader-file-coding-system and nnmail-active-file-coding-system.
6333         (gnus-agent-regenerate-group): Ditto.
6334         (gnus-agent-regenerate): Ditto.
6335         (gnus-agent-write-active): Ditto.
6336         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6337
6338 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6339
6340         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6341         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6342
6343 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6344
6345         * gnus.el: We don't need gnus-article-show-all-headers.
6346
6347         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6348         Ditto.
6349
6350         * gnus-sum.el (gnus-summary-select-article): Don't call
6351         show-all-headers, because hidden headers are not hidden text any
6352         more.
6353
6354 2002-01-13  Simon Josefsson  <jas@extundo.com>
6355
6356         * message.el (message-newline-and-reformat): Use `newline' instead
6357         of inserting \n, so that the newline is marked as hard.
6358
6359         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6360         From Jesper Harder <harder@ifa.au.dk>.
6361
6362 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6363
6364         * imap.el (imap-close): Keep going if quit.
6365
6366         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6367         nntp-server-buffer.
6368
6369 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6372         avoid unbinding shadowed variables.
6373
6374         * gnus-art.el (gnus-picon-databases): Moved here.
6375         (gnus-picons-installed-p): Moved here.
6376         (gnus-article-reply-with-original): Use `mark'.
6377
6378         * gnus.el (gnus-picon): Moved here and renamed.
6379
6380         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6381         installed.
6382         (gnus-treat-mail-picon): Ditto.
6383         (gnus-treat-newsgroups-picon): Ditto.
6384
6385         * gnus-picon.el (gnus-picons-installed-p): New function.
6386
6387 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6388
6389         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6390
6391 2002-01-12  Simon Josefsson  <jas@extundo.com>
6392
6393         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6394         (nnimap-before-find-minmax-bugworkaround): Use it.
6395         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6396         (nnimap-dont-close): New variable.
6397         (nnimap-close-group): Use it.
6398
6399 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-art.el (gnus-article-reply-with-original): Use
6402         `mark-active'.
6403
6404         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6405
6406         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6407         (gnus-score-advanced): Clean up.
6408         (gnus-score-advanced): Accept a multiple of the score.
6409
6410 2002-01-12  Simon Josefsson  <jas@extundo.com>
6411
6412         * flow-fill.el (fill-flowed-display-column)
6413         (fill-flowed-encode-columnq): New variables.  Suggested by
6414         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6415         (fill-flowed-encode, fill-flowed): Use them.
6416
6417         * message.el (message-send-news, message-send-mail): Use
6418         m-b-s-n-p-e-h-n.
6419
6420         * mml.el (autoload): Autoload fill-flowed-encode.
6421         (mml-buffer-substring-no-properties-except-hard-newlines): New
6422         function.
6423         (mml-read-part): Use it.
6424         (mml-generate-mime-1): Encode format=flowed if appropriate.
6425         (mml-insert-mime-headers): Insert format=flowed.
6426
6427         * flow-fill.el (fill-flowed-encode): New function.
6428         (fill-flowed): Bind fill-column to window width.
6429
6430 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6433         it exists.
6434         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6435         (gnus-summary-buffer-name): Don't return the dead name after all.
6436         (gnus-summary-setup-buffer): Kill the dead buffer.
6437
6438         * gnus-art.el (gnus-article-followup-with-original): Store the
6439         value of the mark before deactivating it.
6440
6441 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6442
6443         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6444         From: Karl Kleinpaste <karl@charcoal.com>
6445
6446         * gnus-art.el (article-display-x-face): Ditto.
6447         (gnus-article-reply-with-original): Use gnus-region-active-p.
6448         (gnus-article-followup-with-original): Ditto.
6449
6450         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6451         downloadable article either.
6452
6453 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6454
6455         * gnus-art.el (article-display-x-face): Insert From:.
6456
6457         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6458         article. Bind gnus-display-mime-function and
6459         gnus-article-prepare-hook.
6460
6461         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6462         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6463         gnus-agent-possibly-synchronize-flags to the last.
6464         (gnus-agent-go-online): New function. New variable.
6465
6466 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6467
6468         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6469         (gnus-agent-regenerate): Ditto.
6470
6471 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6472
6473         * message.el (message-ignored-news-headers)
6474         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6475         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6476
6477         * gnus.el (gnus-gethash-safe): New macro.
6478
6479         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6480         (gnus-agent-regenerate): Show messages.
6481
6482 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6483
6484         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6485         (gnus-agent-regenerate): New function.
6486         (gnus-agent-save-alist): Sort.
6487         (gnus-agent-copy-nov-line): Test eobp.
6488         (gnus-agent-retrieve-headers): Erase buffer.
6489
6490 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6491
6492         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6493         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6494
6495         * gnus.el (gnus-agent-covered-methods): Move here.
6496         (gnus-online): New function.
6497         (gnus-agent-method-p): Move here.
6498
6499         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6500         nil. Remove articles-alist.
6501
6502         * gnus-start.el (gnus-get-unread-articles): Check online.
6503         (gnus-groups-to-gnus-format): Ditto.
6504         (gnus-active-to-gnus-format): Ditto.
6505
6506         * gnus-agent.el (gnus-agent-get-function): Use it.
6507         (gnus-agent-get-undownloaded-list): Ditto.
6508         (gnus-agent-fetch-session): Only fetch online methods.
6509
6510         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6511         (gnus-server-mode-map): Ditto.
6512         (gnus-server-offline-face): New face.
6513         (gnus-server-offline-face): New variable.
6514         (gnus-server-font-lock-keywords): Add offline.
6515         (gnus-server-insert-server-line): Ditto.
6516         (gnus-server-offline-server): New function.
6517
6518         * gnus-int.el (gnus-open-server): Turn to offline.
6519         (gnus-server-unopen-status): New variable.
6520
6521 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * nnkiboze.el (nnkiboze-request-article): Use
6524         gnus-agent-request-article.
6525
6526         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6527         function. Insert undownloaded NOV.
6528
6529         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6530         (gnus-agent-request-article): New function.
6531
6532         * gnus.el (gnus-agent-cache): New variable.
6533
6534         * gnus-int.el (gnus-retrieve-headers): Use
6535         gnus-agent-retrieve-headers.
6536         (gnus-request-head): Use gnus-agent-request-article.
6537         (gnus-request-body): Ditto.
6538
6539         * gnus-art.el (gnus-request-article-this-buffer): Use
6540         gnus-agent-request-article.
6541
6542         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6543         article if it is undownloaded.
6544
6545 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6548
6549 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * canlock.el (canlock-string-as-unibyte): New macro.
6552         (canlock-sha1-with-openssl): Return a unibyte string.
6553         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6554
6555 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6556
6557         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6558
6559 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6560
6561         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6562         application/x-emacs-lisp.
6563
6564         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6565
6566         * nntp.el (nntp-request-article): Add group parameter.
6567         (nntp-request-head): Ditto.
6568         (nntp-find-group-and-number): Add parameter group. Figure out
6569         number if the status line doesn't give (e.g. quimby.gnus.org).
6570
6571 2002-01-08  Simon Josefsson  <jas@extundo.com>
6572
6573         * mml.el (mml-generate-mime-1): Set recipient correctly.
6574
6575 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6576
6577         * message.el (message-read-from-minibuffer): Add parameter
6578         initial-contents.
6579         * gnus-msg.el (gnus-summary-resend-message): Use it.
6580
6581         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6582         behavior of quit-config.
6583
6584         * message.el (message-make-from): Don't quote fullname.
6585         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6586
6587         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6588         From: <andre@slamdunknetworks.com>
6589
6590 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6591
6592         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6593
6594         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6595
6596         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6597         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6598         because bbdb may use it.
6599
6600 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6601
6602         * nneething.el (nneething-request-article): When a non-text file
6603         is converted to an article, its data is encoded in base64.  Call
6604         `nneething-make-head' with options to specify MIME types.
6605         (nneething-make-head): Add optional arguments to specify MIME
6606         types.
6607
6608 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6609
6610         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6611         header if there is not.
6612
6613         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6614
6615         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6616         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6617         (gnus-inews-do-gcc): Use them.
6618
6619         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6620         gnus-newsgroup-unselected.
6621
6622 2002-01-06  Simon Josefsson  <jas@extundo.com>
6623
6624         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6625         condition-case, not ignore-errors.
6626
6627 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6628
6629         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6630         gnus-fetch-old-headers.
6631
6632         * gnus-art.el (article-display-x-face): Use the current buffer
6633         unless `W f'. Otherwise, X-Face may be shown in the header of a
6634         forwarded part.
6635         (gnus-treatment-function-alist): Treat xface before hiding
6636         headers.
6637
6638 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6641         parameters.
6642
6643 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6644
6645         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6646         (mm-guess-charset): New function.
6647         (mm-charset-after): Use it.
6648         (mm-detect-coding-region): New function.
6649         (mm-detect-mime-charset-region): New function.
6650
6651         * gnus-sum.el (gnus-summary-show-article): Use
6652         mm-detect-coding-region.
6653
6654 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655
6656         * message.el (message-make-fqdn): Be less violent.
6657
6658         * gnus.el (gnus-logo-color-style): Compute custom form
6659         automatically.
6660
6661         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6662         score file of the parent to the document group.
6663
6664         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6665         parameters parameter.
6666
6667         * gnus-score.el (gnus-score-load-file): Clean up.
6668
6669 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6670
6671         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6672         From: Damien Wyart <damien.wyart@free.fr>
6673
6674         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6675
6676 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6677
6678         * gnus-sum.el (gnus-select-group-hook): Typo.
6679
6680         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6681         is no quoted-printable-encoded STRING.
6682         From: Jesper Harder <harder@ifa.au.dk>
6683
6684         (rfc2047-decode-string): Decode it.
6685
6686 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6689
6690 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6691         Trivial patch.
6692
6693         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6694         buffer to get rid of junk line.
6695
6696 2002-01-05  Simon Josefsson  <jas@extundo.com>
6697
6698         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6699         C-o.
6700         (message-mode-map): Bind message-insert-or-toggle-importance to
6701         C-c C-u.
6702         (message-mode-map): Bind message-disposition-notification-to to
6703         C-c M-n.
6704         (message-mode-menu): Add m-d-n-t.
6705         (message-mode-field-menu): Add m-goto-from.
6706         (message-mode): Doc fix.
6707         (message-goto-from): New function.
6708         (message-insert-disposition-notification-to): New function.
6709         (message-tool-bar-map): Add receipt button.
6710
6711 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * gnus-sum.el (gnus-thread-latest-date): New function.
6714         (gnus-thread-sort-by-most-recent-number): Renamed.
6715         (gnus-thread-sort-functions): Doc fix.
6716         (gnus-select-group-hook): Don't use setq on a hook.
6717         (gnus-thread-latest-date): Use date, not number
6718
6719         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6720         (gnus-agent-expire): Allow regexp of expire-days.
6721
6722         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6723         region.
6724         (gnus-article-followup-with-original): Ditto.
6725
6726         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6727
6728         * gnus-art.el (gnus-mime-display-alternative): Use
6729         gnus-local-map-property.
6730         (gnus-mime-display-alternative): Ditto.
6731         (gnus-insert-mime-security-button): Ditto.
6732         (gnus-insert-next-page-button): Ditto.
6733         (gnus-button-prev-page): Take optional args.
6734         (gnus-insert-prev-page-button): widget-convert.
6735
6736         * gnus-util.el (gnus-local-map-property): New function.
6737
6738         * gnus-art.el (gnus-prev-page-map): Use parent map.
6739         (gnus-next-page-map): Ditto.
6740
6741         * gnus-spec.el (gnus-parse-format): Clean up.
6742         (gnus-parse-format): Do complex formatting for %=.
6743
6744         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6745         "X-Face: " to the data in the built-in scenario.
6746
6747         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6748         (gnus-correct-pad-form): Renamed.
6749         (gnus-tilde-max-form): Clean up.
6750         (gnus-pad-form): Use gnus-use-correct-string-widths.
6751
6752         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6753         support if that is available.
6754
6755         * gnus-sum.el (gnus-thread-highest-number): New function.
6756         (gnus-thread-sort-by-most-recent-thread): New function.
6757         (gnus-thread-sort-functions): Doc fix.
6758
6759 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6760
6761         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6762         all cases.
6763         (gnus-summary-mode): Enable it in all cases.
6764         (gnus-summary-display-article): Ditto.
6765         (gnus-summary-edit-article): Ditto.
6766
6767         * gnus-ems.el (gnus-put-image): Really return glyph.
6768
6769         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6770         (gnus-treat-smiley): Don't take "P" in the interactive form.
6771
6772 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * compface.el (uncompface): XEmacs and Emacs have differing
6775         capabilities.
6776
6777         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6778
6779         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6780         (gnus-article-xface-ring-size): Removed.
6781         (gnus-article-display-xface): Removed.
6782         (gnus-remove-image): Cleaned up.
6783
6784         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6785         (gnus-xmas-create-image): Take pbm files.
6786         (gnus-x-face): Removed.
6787         (gnus-xmas-article-display-xface): Removed.
6788
6789         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6790         default-enable-multibyte-characters.
6791
6792         * compface.el (uncompface): Doc fix.
6793
6794         * gnus-art.el (gnus-article-x-face-command): Use
6795         gnus-display-x-face-in-from.
6796
6797         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6798
6799         * gnus-ems.el (gnus-put-image): Return the image.
6800
6801         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6802         (gnus-x-face): Moved here.
6803
6804 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6805
6806         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6807         invisible if string is nil.
6808         (gnus-xmas-article-display-xface): Use it.
6809
6810         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6811         property when string is nil.
6812         (gnus-article-display-xface): Use it.
6813
6814 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * gnus-art.el (article-display-x-face): Check whether valid grey
6817         face was returned.
6818         (article-display-x-face): Place image in the right spot.
6819
6820         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6821         stderr.
6822         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6823
6824 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6827         parameters.
6828         (gnus-xmas-put-image): Allow non-strings to be passed.
6829
6830         * gnus-art.el (article-display-x-face): Use optional parameters.
6831
6832         * gnus-ems.el (gnus-create-image): Take optional parameters.
6833
6834         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6835
6836         * compface.el (compface-xbm-p): Removed.
6837
6838         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6839         (gnus-article-display-xface): Use compface.
6840
6841         * compface.el: New file.
6842
6843         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6844         (gnus-convert-image-to-x-face-command): Ditto.
6845         (gnus-random-x-face): Quote argument.
6846         (gnus-x-face-from-file): Ditto.
6847
6848 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6849
6850         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6851         the expire-group parameter once per article rather than once
6852         per group; bind `nnmaildir-article-file-name' and `article'
6853         for convenience.  Leave article alone when expire-group
6854         specifies the current group.
6855         (nnmaildir--update-nov): be more concurrency-friendly with
6856         temp file names.
6857
6858 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus-start.el (gnus-read-init-file): Cleaned up.
6861
6862 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6863
6864         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6865         (gnus-read-init-file): Don't use it.
6866
6867 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6870
6871 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6872
6873         * gnus-start.el (gnus-read-init-file): Don't force coding system
6874         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6875
6876 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6877
6878         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6879         * nnspool.el (nnspool-request-post): Ditto.
6880
6881         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6882         (mm-find-mime-charset-region): Use it.
6883
6884 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6885
6886         * gnus.el (gnus-summary-line-format): Added :link.
6887         * gnus-topic.el (gnus-topic-line-format): Ditto.
6888         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6889         * gnus-srvr.el (gnus-server-line-format): Ditto.
6890         * gnus-group.el (gnus-group-line-format): Ditto.
6891
6892         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6893         :keys, it works on both Emacsen.
6894
6895 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6896
6897         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6898
6899 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6900
6901         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6902
6903 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6904
6905         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6906         very wide reply.
6907
6908 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6911         (gnus-picon-cache): New variable.
6912         (gnus-picon-transform-newsgroups): Cache stuff.
6913
6914         * gnus-art.el (gnus-article-reply-with-original): New command.
6915         (gnus-article-followup-with-original): New command.
6916
6917         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6918         END parameters.
6919         (gnus-summary-followup): Take a list of list of articles.
6920         (gnus-inews-yank-articles): Allow lists of article/regions.
6921
6922         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6923         longer the usual commands.
6924
6925         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6926         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6927         shell-command-on-region.
6928
6929 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6930
6931         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6932           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6933
6934 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6935
6936         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6937         understand ':keys', wrap it in an featurep 'xemacs.
6938
6939 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6940
6941         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6942         order of headers (Actually, it is called in a reversed order). Add
6943         'gnus-image-text-deletable property.
6944         (gnus-remove-image): Remove text with such a property.
6945
6946         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6947         gnus-put-image.
6948
6949         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6950         with ", "
6951
6952 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953
6954         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6955
6956         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6957         (article-display-x-face): Display grey X-Faces.
6958
6959         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6960         (gnus-convert-gray-x-face-to-ppm): Ditto.
6961         (gnus-convert-image-to-gray-x-face): Ditto.
6962
6963         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6964         gnus-summary-show-raw-article.
6965
6966 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6967
6968         Display picons in XEmacs without showing text.
6969
6970         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6971         mm-create-image-xemacs to create xbm glyph, because it deletes
6972         temporary files.
6973         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6974         (gnus-xmas-remove-image): Make text visible, remove glyph.
6975
6976         * gnus-picon.el (gnus-picon-transform-newsgroups)
6977         (gnus-picon-transform-address): Insert spec backward, due to the
6978         incompatibility of gnus-xmas-put-image.
6979
6980 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6981
6982         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6983
6984 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * gnus.el: Doc fix.
6987
6988         * gnus-art.el: Doc fix.
6989
6990         * gnus-agent.el: Doc fix.
6991
6992 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6993
6994         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6995
6996 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6997
6998         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6999         NOV data out of the message again if nnmail-extra-headers has
7000         changed.
7001
7002 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * gnus-fun.el: New file.
7005         (gnus-convert-image-to-x-face-command): New variable.
7006         (gnus-insert-x-face): New function.
7007         (gnus-random-x-face): Renamed.
7008         (gnus-x-face-from-file): Renamed.
7009
7010         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7011         "_".
7012         (gnus-body-boundary-delimiter): Typo fix.
7013
7014 2002-01-02  Simon Josefsson  <jas@extundo.com>
7015
7016         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7017         (gnus-body-boundary-delimiter): Fix type.
7018
7019 2002-01-01  Simon Josefsson  <jas@extundo.com>
7020
7021         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7022         (gnus-treat-emphasize, gnus-treat-strip-cr)
7023         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7024         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7025         (gnus-treat-fill-article, gnus-treat-hide-citation)
7026         (gnus-treat-hide-citation-maybe)
7027         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7028         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7029         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7030         (gnus-treat-date-ut, gnus-treat-date-local)
7031         (gnus-treat-date-english, gnus-treat-date-lapsed)
7032         (gnus-treat-date-original, gnus-treat-date-iso8601)
7033         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7034         (gnus-treat-strip-trailing-blank-lines)
7035         (gnus-treat-strip-leading-blank-lines)
7036         (gnus-treat-strip-multiple-blank-lines)
7037         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7038         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7039         (gnus-treat-display-xface, gnus-treat-display-smileys)
7040         (gnus-treat-from-picon, gnus-treat-mail-picon)
7041         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7042         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7043         (gnus-treat-play-sounds, gnus-treat-translate)
7044         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7045
7046         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7047         (gnus-article-treat-body-boundary): Use it.
7048
7049         * message.el (message-mode): Fix doc.
7050         (message-mode-menu): Fix names.
7051
7052 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7053
7054         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7055         articles.
7056
7057         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7058         (gnus-picon-transform-address): Search for unknown faces as well.
7059         (gnus-picon-find-face): Don't search "news" for MISC.
7060         (gnus-picon-user-directories): Changed default back to exclude
7061         "unknown".
7062
7063         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7064
7065         * gnus-picon.el (gnus-picon-find-face): Search through all
7066         databases.
7067         (gnus-picon-find-face): New implementation.
7068
7069         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7070         keystroke.
7071         (gnus-topic-goto-next-topic): Ditto.
7072
7073         * gnus.el (gnus-summary-line-format): Changed default.
7074
7075         * nnmail.el (nnmail-extra-headers): Change default.
7076
7077         * gnus-sum.el (gnus-extra-headers): Change default.
7078
7079         * message.el (message-news-other-window): Changed "news" to
7080         "posting".
7081         (message-news-other-frame): Ditto.
7082         (message-do-send-housekeeping): Ditto.
7083
7084         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7085         function.
7086         (gnus-article-unread-p): New function.
7087         (gnus-article-unseen-p): New function.
7088         (gnus-dead-summary-mode-map): Typo.
7089
7090         * gnus-util.el (gnus-make-predicate): New function.
7091         (gnus-make-predicate-1): New function.
7092
7093         * gnus-sum.el: New function.
7094         (gnus-map-articles): New function.
7095
7096         * gnus-art.el (gnus-treat-fold-headers): New variable.
7097         (gnus-article-treat-fold-headers): New command and keystroke.
7098
7099         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7100         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7101
7102 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7103
7104         * message.el (message-fcc-externalize-attachments): New variable.
7105         (message-do-fcc): Use it.
7106
7107         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7108         (gnus-inews-do-gcc): Use it.
7109
7110         * mml.el (mml-tweak-sexp-alist): New variable.
7111         (mml-externalize-attachments): New variable.
7112         (mml-tweak-part): Use mml-tweak-sexp-alist.
7113         (mml-tweak-externalize-attachments): New function.
7114
7115 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7116
7117         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7118         'set-glyph-face' so x-face back/foreground can be set.
7119
7120 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7121
7122         * message.el (message-fix-before-sending): Fix a typo.
7123
7124 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * gnus-art.el (gnus-treat-smiley): Renamed command.
7127         (gnus-article-remove-images): New command and keystroke.
7128
7129         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7130
7131         * smiley-ems.el (gnus-smiley-display): Removed.
7132
7133         * gnus.el (gnus-version-number): Update version.
7134
7135         * message.el (message-text-with-property): Renamed and moved
7136         here.
7137         (message-fix-before-sending): Highlight invisible text and place
7138         point there.
7139
7140 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7141
7142         * gnus.el: Oort Gnus v0.04 is released.
7143
7144 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7147
7148         * gnus-art.el (gnus-ignored-headers): More headers,
7149
7150         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7151         of `scan-error', since XEmacs doesn't seem to support that.
7152
7153 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154
7155         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7156         arg.
7157         (gnus-summary-best-unread-subject): Ditto.
7158         (gnus-summary-best-unread-subject): No, don't.
7159         (gnus-summary-better-unread-subject): New command.
7160
7161         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7162
7163         * lpath.el ((featurep 'xemacs)): fbind url function.
7164
7165         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7166         buffer.
7167         (gnus-xmas-remove-image): Implementation that does something.
7168         (gnus-xmas-article-display-xface): Mark images properly.
7169
7170         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7171
7172 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7173
7174         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7175
7176 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * gnus-group.el (gnus-group-line-format): Added %O to the default
7179         value.
7180
7181         * gnus-util.el (gnus-text-with-property): The smallest point is
7182         point-min.
7183
7184         * smiley-ems.el (smiley-region): Return images.
7185         (gnus-smiley-display): Allow toggling.
7186         (smiley-region): Use text properties, not overlays.
7187
7188         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7189         implemented yet.
7190
7191         * smiley-ems.el (smiley-update-cache): Check for valid types.
7192
7193         * gnus-art.el (gnus-with-article-buffer): New macro.
7194
7195         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7196         strings as well as the glyphs.
7197         (gnus-picon-transform-address): Ditto.
7198         (gnus-picon-insert-glyph): Ditto.
7199         (gnus-picon-transform-newsgroups): Toggle.
7200         (gnus-picon-transform-address): Toggle.
7201
7202         * gnus-ems.el (gnus-remove-image): New function.
7203         (gnus-put-image): Take an optional string.
7204
7205         * gnus-util.el (gnus-text-with-property): New function.
7206
7207         * gnus-art.el (gnus-delete-images): New function.
7208
7209         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7210
7211         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7212         (gnus-article-wash-status): Use it.
7213         (gnus-signature-toggle): Clean up.
7214         (gnus-add-wash-status): New function.
7215         (gnus-delete-wash-status): New function.
7216         (gnus-article-hide-text-type): Use them throughout.
7217         (gnus-add-image): New function.
7218
7219         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7220
7221         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7222         interface.
7223
7224         * gnus-art.el (article-display-x-face): Cleaned up.
7225
7226         * rfc2047.el (rfc2047-field-value): New function.
7227
7228         * mail-parse.el (mail-header-field-value): New alias.
7229
7230         * gnus-art.el (gnus-mime-print-part): Fix typos.
7231
7232         * smiley-ems.el (gnus-smiley-file-types): New variable.
7233         (smiley-update-cache): Use it.
7234         (smiley-regexp-alist): Suffix-less smiley names.
7235         (smiley-regexp-alist): Added more smileys.
7236
7237         * gnus-sum.el (gnus-print-buffer): Made into own function.
7238         (gnus-summary-print-article): Use it.
7239
7240         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7241         looked for when REQUEST is a string.
7242
7243         * gnus-art.el (gnus-mime-button-commands): Add printing
7244         keystroke.
7245         (gnus-mime-copy-part): Doc fix.
7246         (gnus-mime-print-part): New command.
7247
7248 2001-12-31  Simon Josefsson  <jas@extundo.com>
7249
7250         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7251         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7252
7253 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7256         (picon): Fix doc.
7257
7258         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7259         longer exists. Remove those codes.
7260         * gnus.el (gnus-use-picons): Ditto.
7261
7262 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7265         infloop.
7266
7267         * gnus-sum.el (t): New `W D' map.
7268
7269         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7270         (gnus-article-treat-body-boundary): Clean up.
7271         (gnus-body-boundary-face): Removed.
7272         (gnus-article-goto-header): Moved here.
7273         (gnus-article-goto-header): Allow better regexps.
7274         (gnus-article-treat-fold-newsgroups): New command.
7275
7276         * gnus-sum.el (gnus-summary-move-article): We have to select an
7277         article to give `gnus-read-move-group-name' an opportunity to
7278         suggest an appropriate default.
7279
7280         * rfc2047.el (rfc2047-fold-line): New function.
7281         (rfc2047-unfold-line): Ditto.
7282         (rfc2047-fold-region): Don't fold just after the header name.
7283
7284         * mail-parse.el (mail-header-fold-line): New alias.
7285         (mail-header-unfold-line): Ditto.
7286
7287         * gnus-art.el (gnus-body-boundary-face): Renamed.
7288         (gnus-article-treat-body-boundary): Use it.
7289         (gnus-article-treat-body-boundary): Use an invisible header and a
7290         line of underline characters.
7291
7292 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7293
7294         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7295
7296         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7297         (gnus-picon-split-address): New function.
7298         (gnus-picon-find-face): Use it.
7299         (gnus-picon-transform-address): Use it. Set first to t for each
7300         address.
7301
7302         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7303         the macro then use it.
7304         (gnus-treatment-function-alist): Treat picons earlier.
7305
7306 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * gnus-art.el (gnus-body-separator-face): New variable.
7309         (gnus-article-treat-body-boundary): Use a blank, colored line.
7310
7311         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7312         well.
7313
7314         * gnus-art.el (gnus-treat-body-boundary): New variable.
7315         (gnus-article-treat-unfold-headers): Use helper macro.
7316         (gnus-article-treat-body-boundary): New command.
7317
7318         * gnus.el (gnus-logo-color-style): Change the default color.
7319         (gnus-splash-face): Gray, gray.
7320
7321         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7322         colors.
7323
7324         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7325         (gnus-logo-color-style): Ditto.
7326         (gnus-logo-colors): Ditto.
7327
7328         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7329
7330         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7331
7332         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7333         (gnus-picon-transform-newsgroups): New function.
7334
7335         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7336         string.
7337
7338         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7339
7340         * gnus-art.el (gnus-treat-cc-picon): New variable.
7341         (gnus-treat-mail-picon): Renamed.
7342
7343         * gnus-picon.el: New implementation.
7344         (gnus-picon-find-face): Renamed.
7345         (gnus-treat-from-picon): Use it.
7346         (gnus-picon-transform-address): Renamed.
7347         (gnus-treat-from-picon): Use it.
7348         (gnus-picon-create-glyph): Renamed.
7349         (gnus-picon-transform-address): Use it.
7350         (gnus-treat-cc-picon): New command.
7351
7352         * mm-decode.el (mm-create-image-xemacs): Separated out into
7353         function.
7354         (mm-get-image): Use it.
7355
7356         * gnus-art.el (gnus-treat-display-picons): Simplify.
7357         (gnus-treat-from-picon): Renamed.
7358
7359         * gnus-ems.el (gnus-create-image): New function.
7360         (gnus-put-image): New function.
7361
7362         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7363         (gnus-with-article-headers): New macro.
7364         (gnus-article-goto-header): New function.
7365
7366         * gnus-xmas.el (gnus-image-type-available-p): New function.
7367
7368         * gnus-ems.el (gnus-image-type-available-p): New function.
7369
7370 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7371
7372         * nnrss.el (nnrss-check-group): Find the correct tag, because
7373         xml.el is changed.
7374
7375 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7378         lines are shorter than the window width.
7379         (gnus-ignored-headers): More headers.
7380
7381 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7384         (gnus-treat-unfold-headers): Renamed.
7385         (gnus-article-treat-unfold-headers): New command and keystroke.
7386
7387         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7388
7389         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7390
7391 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * sha1-el.el (sha1-use-external): New variable.
7394         (sha1-region): Use it.
7395         (sha1-string): Ditto.
7396
7397         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7398         * gnus-picon.el: Less warnings when compile.
7399
7400 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7403         alias.
7404         (gnus-picons-database): Default to list.
7405         (gnus-picons-lookup-internal): Use it.
7406
7407         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7408         to "bogus".
7409
7410         * gnus-win.el (gnus-configure-windows-hook): New hook.
7411
7412 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7413
7414         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7415
7416 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7419         lists.
7420         (gnus-select-newsgroup): Don't append; push.
7421         (gnus-adjust-marked-articles): Remove obsolete ranges from
7422         `seen'.
7423         (gnus-update-marks): Clean up.
7424         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7425
7426 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7427
7428         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7429
7430 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431
7432         * gnus-sum.el (gnus-auto-select-subject): New variable.
7433         (gnus-summary-best-unread-subject): New function.
7434         (gnus-summary-best-unread-article): Use it.
7435         (gnus-summary-first-unseen-subject): New function and command.
7436
7437         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7438         other treatments.
7439
7440         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7441         function.
7442
7443         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7444         from the list of hidden types.
7445
7446         * mm-view.el (mm-inline-text): Ditto.
7447         (mm-inline-text): Ditto.
7448         (mm-w3-prepare-buffer): Ditto.
7449
7450         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7451
7452 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * gnus-art.el (gnus-ignored-headers): Added more headers.
7455
7456 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7457
7458         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7459         once.
7460
7461 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7462
7463         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7464
7465 2001-12-28  Simon Josefsson  <jas@extundo.com>
7466
7467         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7468         Jesper Harder <harder@ifa.au.dk>.
7469
7470 2001-12-27  Simon Josefsson  <jas@extundo.com>
7471
7472         * gnus-sum.el (gnus-select-newsgroup): Make
7473         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7474         contain all articles (instead of none) when no seen marks have
7475         been set for the group.
7476         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7477         instead, it seems to result in shorter ranges.
7478
7479 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7482         insert-before-markers.
7483         From Jesper Harder <harder@ifa.au.dk>
7484
7485 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7486
7487         * nnmaildir.el (nnmaildir-save-mail): create the destination
7488         groups if they do not exist.
7489
7490 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7493
7494 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7495
7496         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7497         gnus-group-real-name.
7498
7499         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7500         (gnus-newsgroup-variables): Ditto.
7501
7502         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7503         return it.
7504
7505 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7506
7507         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7508         * nnmaildir.el (top-level): Add commentary.
7509         (nnmaildir-version): Indicate that nnmaildir is now a standard
7510         part of Gnus, not separately released.
7511
7512 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7513
7514         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7515         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7516         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7517         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7518
7519 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7520
7521         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7522
7523 2001-12-20  Simon Josefsson  <jas@extundo.com>
7524
7525         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7526         ZHU <zsh@cs.rochester.edu>.
7527         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7528         Brian P Templeton <bpt@tunes.org>.
7529
7530 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7531
7532         * nnmaildir.el: New file.
7533         From Paul Jarc <prj@po.cwru.edu>.
7534
7535 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7536
7537         * nndoc.el (nndoc-type-alist): Move forward to the end.
7538
7539 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7542         `dolist'.
7543
7544 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * gnus-win.el (gnus-frames-on-display-list): New function.
7547         (gnus-get-buffer-window): Use it.
7548
7549 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7550
7551         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7552
7553 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7556
7557 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7558            From Harald Meland <Harald.Meland@usit.uio.no>
7559
7560         * gnus-win.el (gnus-get-buffer-window): New function.
7561         (gnus-all-windows-visible-p): Use it.
7562
7563         * gnus-util.el (gnus-horizontal-recenter)
7564         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7565         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7566
7567         * gnus-score.el (gnus-score-insert-help): Use it.
7568
7569         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7570         (gnus-generate-tree, gnus-highlight-selected-tree)
7571         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7572         it.
7573
7574         * gnus-art.el (gnus-article-set-window-start)
7575         (gnus-mm-display-part, gnus-request-article-this-buffer)
7576         (gnus-button-next-page, gnus-button-prev-page)
7577         (gnus-article-button-next-page, gnus-article-button-prev-page):
7578         Use it.
7579
7580 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7581
7582         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7583         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7584         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7585
7586 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7587
7588         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7589         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7590         * mml1991.el, nnultimate.el: Add `coding'.
7591
7592 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7593
7594         * ChangeLog: changed coding to buffer-file-coding-system
7595         * ChangeLog.1: same
7596         * nnwfm.el: same
7597         * gnus-smiley.el: same
7598         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7599         * gnus-delay.el: same
7600         * gnus-spec.el: same
7601         * message.el: same
7602         * mml1991.el: same
7603         * nnultimate.el: same
7604
7605 2001-12-16  Simon Josefsson  <jas@extundo.com>
7606         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7607
7608         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7609         (gnus-summary-save-map): Add muttprint.
7610         (gnus-summary-make-menu-bar): Ditto.
7611         (gnus-summary-muttprint): New function.
7612
7613         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7614
7615 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7616
7617         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7618         temporary list instead of buffer.
7619
7620         * mm-url.el (executable-find): autoload.
7621
7622 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7623
7624         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7625         to variable, follow doc-string conventions).
7626
7627 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7628
7629         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7630         subscribe-level
7631         * gnus-topic.el (gnus-subscribe-topics): use it.
7632
7633 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7634
7635         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7636         messages. (A small patch with indentation)
7637         From Sean Neakums <sneakums@zork.net>.
7638
7639         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7640         nil after shooting down the gnus-original-article-buffer.
7641
7642 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7643
7644         * uudecode.el (uudecode-use-external): New variable.
7645         (uudecode-decode-region): Automatically detect external program.
7646
7647         * binhex.el (binhex-use-external): New variable.
7648         (binhex-decode-region-internal): New function.
7649         (binhex-decode-region): Automatically detect external program.
7650
7651         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7652         Use them.
7653
7654 2001-12-12  Simon Josefsson  <jas@extundo.com>
7655
7656         * nnvirtual.el (nnvirtual-always-rescan)
7657         (nnvirtual-component-regexp): Fix doc.
7658
7659         * nnoo.el (defvoo): Add doc to defvoo variables.
7660
7661         * nnml.el (nnml-directory, nnml-active-file)
7662         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7663         (nnml-marks-is-evil, nnml-filenames-are-evil)
7664         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7665
7666         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7667         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7668         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7669         `error'.
7670
7671         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7672         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7673
7674         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7675         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7676         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7677         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7678
7679         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7680         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7681
7682         * imap.el, nnimap.el: Fix indentation.
7683
7684         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7685
7686 2001-12-12  Didier Verna  <didier@xemacs.org>
7687
7688         * gnus-msg.el (gnus-group-news): New function.
7689         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7690         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7691         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7692         for it.
7693         * gnus-msg.el (gnus-summary-news-other-window): New function.
7694         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7695         bind it to `i'.
7696         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7697         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7698         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7699         for it (called with a prefix).
7700         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7701         group-name argument.
7702         * gnus-msg.el (gnus-setup-message): use it.
7703
7704 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7705
7706         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7707
7708 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7709
7710         * mml.el (mime-to-mml): Remove Content-Disposition too.
7711
7712 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7713
7714         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7715         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7716         strings only.
7717         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7718
7719 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7720
7721         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7722         (nnmail-fancy-expiry-target): Use it.
7723         Suggestions from Simon Josefsson <jas@extundo.com>.
7724
7725 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7726
7727         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7728
7729 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7730
7731         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7732
7733         * gnus-util.el (gnus-url-unhex-string): Move here.
7734
7735 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7736
7737         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7738         mm-url-decode-entities-nbsp.
7739
7740         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7741         * webmail.el, nnwfm.el: Use mm-url.
7742
7743         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7744         (mm-url-remove-markup): Move from nnweb.
7745         (mm-url-fetch-simple): Move from webmail.
7746
7747         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7748
7749 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7750
7751         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7752         (gnus-summary-print-article): Use it.
7753
7754         * gnus-util.el (gnus-replace-in-string): Typo.
7755
7756 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7757
7758         * nnweb.el (nnweb-replace-in-string): Removed.
7759
7760         * gnus-util.el (gnus-replace-in-string): New function.
7761         (gnus-mode-string-quote): Use it.
7762
7763         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7764         * nnwfm.el (nnwfm-create-mapping): Ditto.
7765
7766 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7767
7768         * dgnushack.el (dgnushack-compile): nnrss.el and
7769         nnslashdot.el don't depend on nnweb, url, w3.
7770
7771         * nnrss.el: Use mm-url.
7772
7773 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7774
7775         * mm-url.el (mm-url-insert-file-contents): Support file:.
7776
7777 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7778
7779         * mm-view.el: Lower case for the description line. Sync from the
7780         Emacs CVS.
7781
7782 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7783
7784         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7785         From:  Stefan Monnier  <monnier@cs.yale.edu>
7786
7787 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7790
7791 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7792
7793         * mm-url.el: Require executable.
7794         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7795
7796 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * pop3.el (pop3-munge-message-separator): Only use valid date.
7799         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7800
7801         * Makefile.in: gnus-load.elc may not be generated.
7802
7803 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7804
7805         * mm-url.el: New file.
7806         * nnslashdot.el: Use it.
7807         * mm-extern.el (mm-extern-url): Use it.
7808
7809 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7810
7811         * gnus-sum.el (gnus-summary-save-article): Nix
7812         gnus-display-mime-function and gnus-article-prepare-hook.
7813
7814         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7815         the beginning of lines.
7816         (gnus-complex-form-to-spec): Ditto.
7817
7818 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7819
7820         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7821         From Paul Jarc <prj@po.cwru.edu>.
7822
7823 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7824
7825         * message.el: New variable message-subscribed-address-file;
7826         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7827
7828 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7829
7830         * message.el (message-tab-body-function): Set to nil.
7831         (message-tab): Use text-mode-map or global-map.
7832         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7833
7834 2001-11-30  Simon Josefsson  <jas@extundo.com>
7835
7836         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7837         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7838         <christoph.conrad@gmx.de>.
7839         (gnus-agent-fetch-group-1): Add verbose message.
7840
7841 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7842
7843         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7844         of integers.
7845
7846 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7847
7848         * message.el (message-newgroups-header-regexp)
7849         (message-completion-alist, message-tab-body-function): Use
7850         defcustom rather than defvar.
7851         (message-tab): Mention `message-tab-body-function' in doc.
7852         Suggested by Karl Eichwalder.
7853
7854 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7855
7856         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7857
7858 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * nnheader.el (nnheader-find-nov-line): Don't use macro
7861         gnus-delete-line.
7862
7863         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7864         (gnus-group-name-charset): Ditto.
7865
7866         * gnus-util.el (gnus-buffer-live-p): Ditto.
7867
7868 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7869
7870         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7871         open parenthesis in doc.
7872         (sieve-manage-authenticator-alist): Typo in doc.
7873         * imap.el (imap-authenticator-alist): Typo in doc.
7874         (imap-stream-alist): Backslash.
7875
7876         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7877           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7878
7879 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7880
7881         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7882
7883         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7884
7885         * gnus-msg.el (gnus-configure-posting-styles): use
7886         make-local-hook. Add LOCAL for add-hook.
7887
7888 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7889
7890         * message.el (message-mode): Use `make-local-hook' unless
7891         obsolete.
7892         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7893
7894 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * canlock.el: Remove sha1.el and base64.el stuff.
7897
7898 2001-11-26  Didier Verna  <didier@xemacs.org>
7899
7900         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7901         if needed.
7902
7903 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * message.el (message-tamago-not-in-use-p): New function.
7906         (message-strip-forbidden-properties): Use it.
7907
7908 2001-11-26  Didier Verna  <didier@xemacs.org>
7909
7910         * gnus-start.el (gnus-check-first-time-used): only check for
7911         existence of .el[d] files.
7912
7913 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7914
7915         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7916
7917         * message.el (message-setup-1): Clean up mc-*.
7918
7919 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7922         * gnus-score.el (gnus-score-find-bnews): Use it.
7923
7924         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7925         (gnus-summary-limit-to-author): Ditto.
7926         (gnus-summary-limit-to-extra): Ditto.
7927         (gnus-summary-find-matching): Support not-matching argument.
7928
7929 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7930
7931         * message.el (message-wash-subject): Use `insert' rather than
7932         `insert-string', which is deprecated.
7933
7934 2001-11-24  Simon Josefsson  <jas@extundo.com>
7935
7936         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7937         message. (Gnus does not "default" to using 8bit for the message,
7938         it default to use 8bit encoding and the user-supplied CTE
7939         value. Calling this behaviour "treating it as 8bit" is perhaps
7940         better.)
7941
7942         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7943         (compare mm-charset-to-coding-system).
7944
7945 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7946
7947         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7948         buffer. Correctly decode hex.
7949
7950 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7951
7952         * gnus-agent.el (gnus-category-insert-line): Convert category
7953         names to strings.
7954
7955 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * message.el (sha1): eval-and-compile.
7958
7959 2001-11-20  Simon Josefsson  <jas@extundo.com>
7960
7961         * message.el (message-allow-no-recipients): New variable.
7962         (message-send): Use it, customize the prompting when posting to
7963         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7964
7965 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7966
7967         * mm-util.el (mm-coding-system-priorities): New variable.
7968         (mm-sort-coding-systems-predicate): New function.
7969         (mm-find-mime-charset-region): Resort coding systems if needed.
7970         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7971
7972 2001-11-20  Didier Verna  <didier@xemacs.org>
7973
7974         * gnus-group.el (gnus-group-make-help-group): new optional
7975         argument to control the error behavior.
7976         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7977         erroring.
7978
7979 2001-11-19  Simon Josefsson  <jas@extundo.com>
7980
7981         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7982         instead of C-c C-u.  Suggested by Per Abrahamsen
7983         <abraham@dina.kvl.dk>.
7984
7985 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7986
7987         * nnfolder.el (nnfolder-read-folder): Use group instead of
7988         nnfolder-current-group.
7989         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7990
7991 2001-11-17  Simon Josefsson  <jas@extundo.com>
7992
7993         * message.el (message-send): Ask user if Fcc/Gcc should be
7994         performed when no other sender was specified.
7995         Suggested by prj@po.cwru.edu (Paul Jarc).
7996
7997 2001-11-17  Simon Josefsson  <jas@extundo.com>
7998
7999         * message.el (message-mode, message-mode-map): Use C-c C-u for
8000         Importance: instead of C-c C-p (used by SC).
8001
8002 2001-11-16  Simon Josefsson  <jas@extundo.com>
8003
8004         * message.el (message-insert-importance-high)
8005         (message-insert-importance-low): Save point.
8006
8007         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8008         value.
8009
8010 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8011
8012         * message.el (message-strip-special-text-properties): New option.
8013         (message-strip-forbidden-properties): Obey it.
8014
8015 2001-11-14  Sam Steingold  <sds@gnu.org>
8016
8017         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8018
8019 2001-11-15  Simon Josefsson  <jas@extundo.com>
8020
8021         Support "Importance:" header in Message.
8022
8023         * message.el (message-mode-map): Bind C-c C-p to
8024         `message-insert-or-toggle-importance'
8025         (message-mode-menu): Add message-insert-importance-{high,low}.
8026         (message-insert-importance-high, message-insert-importance-low)
8027         (message-insert-or-toggle-importance): New functions.
8028         (message-tool-bar-map): Add {un,}important.
8029         (message-mode): Doc fix.
8030
8031 2001-11-15  Simon Josefsson  <jas@extundo.com>
8032
8033         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8034
8035         * mml.el (mml-menu): Fix toolbar tooltip.
8036
8037 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8040         * nnml.el (nnml-save-marks): Ditto.
8041
8042         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8043
8044 2001-11-15  Simon Josefsson  <jas@extundo.com>
8045
8046         * nnml.el (nnml-save-marks):
8047         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8048         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8049
8050 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8051
8052         * gnus-art.el (gnus-article-wash-status-strings): Use
8053         `copy-sequence', not `copy-seq'.
8054
8055 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8056
8057         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8058         (gnus-gnus-article-wash-status-entry): New function.
8059         (gnus-article-wash-status): Use it.
8060
8061 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8062
8063         * mml1991.el: Add coding header.
8064
8065 2001-11-12  Simon Josefsson  <jas@extundo.com>
8066
8067         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8068         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8069         `mml1991-sign' and `mml1991-encrypt'.
8070         (mml1991-encrypt, mml1991-sign): New glue functions.
8071         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8072
8073         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8074         (mml-menu): Add PGP to menu.
8075
8076         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8077         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8078         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8079         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8080
8081         * mml2015.el: Mention RFC 3156.
8082
8083         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8084
8085 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8086
8087         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8088
8089         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8090           From <Michael.Cook@cisco.com>
8091
8092 2001-11-11  Simon Josefsson  <jas@extundo.com>
8093
8094         * message.el (top-level): Autoload sha1.
8095         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8096         canlock, no need to require two different hash algs).  Suggested
8097         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8098
8099 2001-11-09  Simon Josefsson  <jas@extundo.com>
8100
8101         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8102         <Pavel@Janik.cz>.
8103
8104 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8105
8106         * message.el (message-point-in-header-p): New function.
8107         (message-do-auto-fill): Use it.
8108         (message-beginning-of-line): New function.  Goes to beginning of
8109         header value (i.e., end of header name), or to beginning of line
8110         if already at beginning of value.  Behaves like
8111         `beginning-of-line' when in message body.
8112         (message-mode-map): Bind it.
8113
8114 2001-11-08  Simon Josefsson  <jas@extundo.com>
8115
8116         * gnus-msg.el (gnus-posting-styles): Add doc.
8117
8118 2001-11-07  Simon Josefsson  <jas@extundo.com>
8119
8120         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8121
8122         * sieve-mode.el (sieve-control-commands-face)
8123         (sieve-control-commands-face, sieve-action-commands-face)
8124         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8125         faces.
8126         (sieve-font-lock-keywords): Use them.
8127         (sieve-mode): Only set font-lock-defaults in emacs.
8128
8129         * gnus-art.el (gnus-default-article-saver): Add
8130         gnus-summary-save-body-in-file.
8131         (gnus-summary-write-to-file): Fix doc.
8132
8133 2001-11-07  Simon Josefsson  <jas@extundo.com>
8134
8135         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8136         reference to the correct chapter in the manual.
8137
8138         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8139         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8140
8141 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8142
8143         * mml.el (mml-preview): Bind mail-header-separator.
8144
8145 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * message.el: Always require canlock.
8148         (message-ignored-supersedes-headers): Include Cancel-Lock and
8149         Cancel-Key.
8150         (message-insert-canlock): Don't require canlock.
8151         (message-cancel-news): Don't check whether canlock is available.
8152         (message-supersede): Support cancel-locks.
8153
8154         * gnus-art.el: Don't autoload canlock.
8155
8156 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8157
8158         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8159         From: <andre@slamdunknetworks.com>
8160
8161 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8162
8163         * many files: Fix copyright lines.
8164
8165 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8166
8167         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8168         Suggested by Dave Love  <fx@gnu.org>.
8169
8170 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8171
8172         * message.el (message-kill-buffer): Remove auto-save file after
8173         confirm.
8174
8175         * message.el (message-send-mail): Call message-generate-headers
8176         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8177
8178         * gnus-topic.el (gnus-topic-rename): Initial-input.
8179         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8180
8181 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8182
8183         * message.el (message-forbidden-properties): New constant.
8184         (message-strip-forbidden-properties): New function.
8185         (message-mode): Activate it.
8186
8187 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8188
8189         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8190         (mm-hack-charsets): Fix doc.
8191
8192 2001-11-02  Simon Josefsson  <jas@extundo.com>
8193
8194         * gnus-int.el (gnus-check-server): Message "...done" when done.
8195
8196         * imap.el (imap-close): Don't message (imap-send-command-wait
8197         returns if the connection is dropped).
8198         (imap-wait-for-tag): Nix out message only when necessary.
8199
8200         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8201         for non-crossposting.
8202         (gnus-sieve-crosspost): Default to t to be consistent with other
8203         parts of Gnus.
8204
8205 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8206
8207         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8208         (mm-iso-8859-x-to-15-table): Ditto.
8209         (mm-iso-8859-x-to-15-region): Ditto.
8210         (mm-find-mime-charset-region): Ditto.
8211
8212 2001-11-01  Simon Josefsson  <jas@extundo.com>
8213
8214         * nnimap.el (nnimap-close-asynchronous): New variable.
8215         (nnimap-close-group): Use it.
8216         (nnimap-expunge): Don't use it.
8217
8218         * imap.el (imap-callbacks): New variable.
8219         (imap-remassoc): Copied from `gnus-remassoc'.
8220         (imap-add-callback): New function.
8221         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8222         behaviour.
8223         (imap-parse-response): Call the callback.
8224
8225         * message.el (message-insert-canlock): New variable.
8226         (message-canlock-generate, message-canlock-password)
8227         (message-insert-canlock): New functions.
8228         (message-send-news): Call `message-insert-canlock'.
8229         (top-level): Require canlock when compiling.
8230         (message-insert-canlock): Require canlock before we need it.
8231
8232 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8233
8234         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8235
8236 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8237
8238         * dgnushack.el (dgnushack-make-load): A workaround for
8239         custom-add-loads bug in some versions of XEmacs.
8240
8241 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8244
8245 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8248         (mm-hack-charsets): New variable.
8249         (mm-iso-8859-15-compatible): New variable.
8250         (mm-iso-8859-x-to-15-table): New variable.
8251         (mm-find-mime-charset-region): Add parameter hack-charsets.
8252
8253         * mm-bodies.el (mm-encode-body): Use it.
8254         * mml.el (mml-parse-1): Ditto.
8255
8256 2001-11-01  Simon Josefsson  <jas@extundo.com>
8257
8258         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8259
8260 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8263         is nil.
8264
8265 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8266
8267         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8268
8269         * message.el (message-forward-rmail-make-body): Use
8270         save-window-excursion.
8271         (message-encode-message-body): Search with noerror.
8272         (message-setup-1): Convert compose-mail send-actions to
8273         message-send-actions.
8274
8275 2001-11-01  Simon Josefsson  <jas@extundo.com>
8276
8277         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8278         <yamaoka@jpl.org>.
8279
8280 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * sieve-manage.el (sieve-string-bytes): No complain.
8283
8284 2001-11-01  Simon Josefsson  <jas@extundo.com>
8285
8286         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8287         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8288         has autoload cookies, so no `require' should be necessary.)
8289
8290         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8291         files.
8292
8293 2001-10-31  Simon Josefsson  <jas@extundo.com>
8294
8295         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8296         parameter.
8297
8298         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8299         `display' is a number (and C-u wasn't used to enter group), only
8300         fetch that number of articles.
8301
8302 2001-10-31  Matt Armstrong  <matt@lickey.com>
8303
8304         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8305         not-subscribed -> subscribed.
8306
8307 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8308         From: Josh Huber <huber@alum.wpi.edu>
8309
8310         * message.el (message-subscribed-address-functions): New variable.
8311         (message-subscribed-addresses): New variable.
8312         (message-subscribed-regexps): New variable.
8313         (message-goto-mail-followup-to): New function.
8314         (message-send-mail): Add Mail-Followup-To.
8315         (message-make-mft): New function.
8316
8317         * gnus.el (gnus-find-subscribed-addresses): New function.
8318
8319 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8320
8321         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8322         (mail-source-fetch-pop): Ditto.
8323         (mail-source-check-pop): Ditto.
8324
8325         * gnus-start.el (gnus-read-init-file): Ditto.
8326         (gnus-activate-group): Ditto.
8327         (gnus-read-newsrc-el-file): Ditto.
8328
8329 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8330
8331         * message.el (message-get-reply-headers): Make sure there is ", ".
8332
8333         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8334         mm-coding-system-p. Don't correct it only in XEmacs.
8335         (mm-charset-to-coding-system): Use mm-coding-system-p and
8336         mm-get-coding-system-list.
8337         (mm-emacs-mule, mm-mule4-p): New variables.
8338         (mm-enable-multibyte, mm-disable-multibyte,
8339         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8340         mm-with-unibyte-current-buffer,
8341         mm-with-unibyte-current-buffer-mule4): Use them.
8342         (mm-find-mime-charset-region): Treat iso-2022-jp.
8343
8344         From  Dave Love  <fx@gnu.org>:
8345
8346         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8347         construction.
8348         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8349         entries conditional on not having a coding system defined for
8350         them.
8351         (mm-mule-charset-to-mime-charset): Use
8352         find-coding-systems-for-charsets if defined.
8353         (mm-charset-to-coding-system): Don't use
8354         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8355         later.  Add last resort search of coding systems.
8356         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8357         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8358         Mule 4.
8359         (mm-find-mime-charset-region): Re-write.
8360         (mm-with-unibyte-current-buffer): Restore buffer as well as
8361         multibyteness.
8362
8363 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8366         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8367         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8368
8369 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8372         again.
8373
8374         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8375
8376 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8377
8378         * gnus-spec.el (gnus-parse-simple-format): Use
8379           buffer-substring-no-properties.
8380
8381 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-art.el (article-verify-cancel-lock): New function.
8384
8385         * nnheader.el (nntp-process-response): New variable.
8386         (nnheader-init-server-buffer): Make `nntp-process-response'
8387         buffer-local in `nntp-server-buffer'.
8388
8389         * nntp.el (nntp-prepare-post-hook): New hook.
8390         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8391         (nntp-async-trigger): Ditto.
8392         (nntp-request-post): Insert a server's ID if there's no Message-ID
8393         header; run `nntp-prepare-post-hook'.
8394
8395 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8396
8397         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8398         instead.
8399
8400         * message.el (message-forward-subject-author-subject): Don't use
8401         message-news-p, which widens the buffer.
8402         (message-forward-make-body): New function.
8403         (message-forward): Use it.
8404         (message-insinuate-rmail): New function.
8405         (message-forward-rmail-make-body): New function.
8406
8407 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8408
8409         * mm-extern.el (mm-extern): Provide it.
8410
8411         * mm-partial.el (mm-partial): Provide it.
8412
8413 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8414
8415         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8416
8417 2001-10-29  Simon Josefsson  <jas@extundo.com>
8418
8419         * mml.el (mml-preview): Bind message-this-is-news if it is
8420         news. From Jesper Harder <harder@myrealbox.com>.
8421
8422 2001-10-28  Simon Josefsson  <jas@extundo.com>
8423
8424         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8425
8426 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8427
8428         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8429         ironic smilies.
8430
8431 2001-10-27  Simon Josefsson  <jas@extundo.com>
8432
8433         * message.el (message-indent-citation): Don't add trailing
8434         whitespace when citing text.
8435
8436         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8437         <harder@ifa.au.dk>.
8438
8439 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8440
8441         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8442         not available.
8443         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8444         (nnweb-type-definition): Add google as alias of dejanews.
8445         (nnweb-google-parse-1): Forward 1 line.
8446
8447 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8448
8449         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8450         variable `message-forward-ignored-headers'.
8451
8452 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8453
8454         * gnus.el (gnus-expand-group-parameter): New function.
8455         (gnus-expand-group-parameters): Call it.
8456         (gnus-group-fast-parameter): New function.
8457         (gnus-group-find-parameter): Call it.
8458
8459 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8460
8461         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8462         vector (it didn't before because of a bug).
8463         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8464         available.  Before it converted it to an article number.
8465
8466         This makes followup to news articles with negative numbers in
8467         nnvirtual groups use news instead of mail.
8468
8469 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8470
8471         * gnus.el (post-method): Use `native' instead of `nil'.
8472
8473         * gnus-msg.el (gnus-post-method): Ditto.
8474
8475 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8476
8477         * gnus.el (gnus-define-group-parameter): Grammar fix.
8478
8479 2001-10-22  Simon Josefsson  <jas@extundo.com>
8480
8481         * gnus-msg.el (gnus-extended-version): Include
8482         system-configuration.
8483         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8484
8485 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8486
8487         * gnus.el (post-method): Customization fix: `native' is not a
8488         valid value.
8489         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8490         `native' is not a valid value.
8491
8492 2001-10-21  Simon Josefsson  <jas@extundo.com>
8493
8494         * nnimap.el (nnimap): Defgroup
8495         (nnimap-strict-function, nnimap-strict-function-match): New
8496         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8497         (nnimap-split-crosspost, nnimap-split-inbox)
8498         (nnimap-split-rule, nnimap-split-predicate)
8499         (nnimap-split-predicate): Defcustom.
8500         (nnimap-split-inbox, nnimap-expunge-search-string)
8501         (nnimap-importantize-dormant): Remove "*" from doc.
8502
8503 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8504
8505         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8506         not supplied via prefix arg.  From Lisp, make arg mandatory.
8507         Suggested by Frank Schmitt.
8508
8509 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8510
8511         * message.el (message-do-auto-fill): Avoid calling
8512         'rfc822-goto-eoh'.
8513
8514 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8515         From Paul Jarc <prj@po.cwru.edu>.
8516
8517         * message.el (message-get-reply-headers): Restructure the logic
8518         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8519
8520 2001-10-20  Simon Josefsson  <jas@extundo.com>
8521
8522         * message.el (message-cancel-news): Support cancel-locks.
8523         Suggested by Per Abrahamsson.
8524
8525         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8526         conses.  From David Z Maze <dmaze@MIT.EDU>.
8527
8528         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8529
8530 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8531
8532         * mm-decode.el (mm-default-directory): Fix customize type.
8533
8534         * message.el (message-setup-fill-variables): Kludge to use
8535         normal-auto-fill-function even if auto fill is already activated.
8536
8537 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8538
8539         * message.el (message-do-auto-fill): New version that does not
8540         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8541         (message-setup-1): Removed the `message-field' property.
8542
8543         * gnus-draft.el (gnus-draft-edit-message): Removed the
8544         `message-field' property.
8545
8546 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8547
8548         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8549         `message-field'.  The `field' property has a special significance in
8550         Emacs 21.
8551
8552         * message.el (message-send, message-setup-1): Ditto.
8553
8554 2001-10-18  Simon Josefsson  <jas@extundo.com>
8555
8556         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8557         when undoing.
8558
8559 2001-10-18  Simon Josefsson  <jas@extundo.com>
8560         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8561
8562         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8563         (gnus-summary-make-menu-bar): Ditto.
8564
8565 2001-10-17  Simon Josefsson  <jas@extundo.com>
8566
8567         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8568         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8569
8570 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8571
8572         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8573         * gnus-util.el (gnus-user-date): New function.
8574         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8575
8576 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8577
8578         * message.el (message-check-news-header-syntax): Special case
8579         nnvirtual groups.
8580
8581         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8582         customize type to `symbol'.
8583
8584 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8585
8586         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8587         %&foo;.
8588         (gnus-parse-simple-format): Support user extended spec too.
8589         %u&foo; invokes gnus-user-format-function-foo.
8590
8591 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8592
8593         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8594         the server.
8595         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8596         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8597         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8598         * nndiary.el (nndiary-request-expire-articles): Ditto.
8599         (nndiary-schedule): Defsubst it before use it.
8600         (nndiary-error): eval-and-compile.
8601
8602 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8603
8604         * gnus-msg.el (gnus-post-method): Changed two instances of
8605         `active' to `current' and one `null' to `not'.
8606
8607 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8608         From Katsumi Yamaoka <yamaoka@jpl.org>.
8609
8610         * message.el (message-setup-fill-variables): Use
8611         `normal-auto-fill-function' instead of `auto-fill-function'.
8612
8613 2001-10-16  Simon Josefsson  <jas@extundo.com>
8614
8615         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8616         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8617         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8618
8619 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8620         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8621
8622         * gnus-draft.el (gnus-draft-edit-message): Add text property
8623         `field' with value `header' to message headers.
8624         * message.el (message-setup-1): Really add text property to all of
8625         the header, not just part of it.
8626
8627 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * gnus-group.el (gnus-group-sort-by-server): Use it.
8630
8631         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8632
8633         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8634         and keystroke.
8635
8636 2001-10-14  Simon Josefsson  <jas@extundo.com>
8637
8638         * dig.el: Doc fix.
8639
8640         * smime.el: Doc fix.
8641
8642         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8643         charset magic from message.el.
8644
8645 2001-10-12  Simon Josefsson  <jas@extundo.com>
8646         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8647
8648         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8649         'cite from g-a-wash-types.
8650         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8651         (gnus-article-hide-citation): Fix.
8652
8653         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8654         character.
8655         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8656
8657         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8658         definition.
8659         (gnus-signature-toggle): Toggle `s' mode line character.
8660
8661         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8662         doing stuff that clears it.
8663
8664 2001-10-12  Simon Josefsson  <jas@extundo.com>
8665
8666         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8667         From Eric Marsden <emarsden@laas.fr>.
8668
8669 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8670
8671         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8672         (autoload): Add some autoloads.
8673
8674 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8675         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8676
8677         * message.el (message-do-auto-fill): New function.  Like
8678         `do-auto-fill' but don't fill when in the message header.
8679         (message-setup-1): Put a text property on the message header.
8680         (message-setup-fill-variables): Use `message-do-auto-fill'.
8681
8682 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8683
8684         * message.el (message-send-mail-partially): Insert an empty line
8685         first, because of the change of message-make-lines.
8686
8687 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8688
8689         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8690         iso-8859-15, make it an alias for iso-8859-1.
8691
8692 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * message.el (message-send-news): Don't modify the value of
8695         `message-syntax-checks' if it is not a list (possibly it is
8696         `dont-check-for-anything-just-trust-me').
8697
8698 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8701         `find-coding-system' for XEmacs to check whether the coding-system
8702         `utf-8' is available.
8703
8704 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8707
8708 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8709
8710         * message.el (message-send-news): Oops, missed case with no
8711         "Followup-To" header...
8712
8713 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8714
8715         * message.el (message-send-news): Allow
8716         `gnus-group-name-charset-group-alist' to affect encoding of the
8717         "Newsgroups" and "Followup-To" headers.
8718
8719 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * Makefile.in (install-el): Depend on gnus-load.el.
8722
8723 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8724
8725         * Makefile.in (install-el): Use -f.
8726         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8727
8728 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8729
8730         * message.el (message-send-news): Don't encode Followups-To when
8731         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8732
8733         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8734         header.
8735
8736         * gnus-art.el (article-decode-group-name): Also decode
8737         "Followup-To".
8738
8739         * rfc2047.el (rfc2047-encode-message-header): Encode without
8740         asking for null methods.
8741
8742         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8743         default charset for newsgroup names in accordance with USEFOR.
8744
8745         * gnus-group.el (gnus-group-name-charset-method-alist,
8746         gnus-group-name-charset-group-alist): Removed "*" from doc
8747         strings, "*" should not be used for complex variables.
8748
8749 2001-10-06  Simon Josefsson  <jas@extundo.com>
8750
8751         Support UTF-8 group names better.
8752
8753         * message.el (message-check-news-header-syntax): Encode group
8754         names before comparison.
8755
8756         * gnus-msg.el (gnus-copy-article-buffer): Run all
8757         `gnus-article-decode-hook's except `article-decode-charset'
8758         instead of hardcoding call to one of them.
8759
8760         * gnus-art.el (gnus-article-decode-hook): Add
8761         `article-decode-group-name'.
8762         (article-decode-group-name): New function, use `g-d-n'.
8763
8764         * gnus-group.el (gnus-group-insert-group-line): Decode
8765         gnus-tmp-group using `g-d-n'.
8766
8767         * gnus-util.el (gnus-decode-newsgroups): New function.
8768
8769 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8770
8771         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8772         `gnus-group-name-charset-group-alist'.
8773
8774 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * Makefile.in: Install el in install. Add uninstall.
8777
8778 2001-10-05  Simon Josefsson  <jas@extundo.com>
8779
8780         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8781
8782         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8783
8784         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8785         empty folders.
8786
8787         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8788         limiting if read-all (C-u RET) was used.
8789
8790 2001-10-04  Simon Josefsson  <jas@extundo.com>
8791
8792         * mail-source.el (mail-source-movemail-program): New variable.
8793         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8794         <thutt@thutt.vmware.com>.
8795
8796 2001-10-03  Simon Josefsson  <jas@extundo.com>
8797
8798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8799         (gnus-summary-line-format-alist): Fix param.
8800
8801 2001-10-02  Simon Josefsson  <jas@extundo.com>
8802
8803         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8804         don't go through `nnimap-request-expire-articles' to delete the
8805         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8806
8807 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8808
8809         * gnus-agent.el (gnus-agent-write-active): The min in the
8810         agent/active may be larger than that in the server/active.
8811
8812 2001-10-01  Simon Josefsson  <jas@extundo.com>
8813
8814         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8815         is IMAP4rev1.
8816
8817         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8818
8819         * nnfolder.el: Ditto.
8820
8821 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8822
8823         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8824         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8825
8826 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8827
8828         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8829         (message-mode-menu): Menu item for same.
8830
8831         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8832         delayed articles.
8833
8834         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8835         nndraft:delayed does not exist.
8836         (gnus-delay-initialize): Don't set up keymap, that's done from
8837         message.el now.
8838         (gnus-delay, gnus-delay-group, gnus-delay-header)
8839         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8840
8841 2001-09-29  Simon Josefsson  <jas@extundo.com>
8842
8843         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8844         utf-8, not eight-bit-control.
8845
8846         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8847         (imap-log, imap-debug): Custom.
8848         (imap-log-buffer, imap-debug-buffer): New constants.
8849         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8850         (imap-network-open, imap-shell-open, imap-starttls-open)
8851         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8852         (imap-debug): Use imap-*-buffer.
8853
8854         * nndoc.el (nndoc-article-type): Add mailman.
8855         (nndoc-type-alist): Ditto.
8856         (nndoc-mailman-type-p): New function.
8857
8858 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8859
8860         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8861         gnus-art.el.
8862
8863 2001-09-27  Simon Josefsson  <jas@extundo.com>
8864
8865         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8866         (gnus-topic-catchup-articles): New function. Suggested by Robin
8867         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8868
8869 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8870         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8871
8872         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8873         previous ones.
8874
8875 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8876         From Daiki Ueno  <ueno@unixuser.org>
8877
8878         * gnus-sum.el (gnus-summary-show-article): The arglist of
8879         detect-coding-region is incompatible.
8880
8881 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8883
8884         * gnus-group.el (gnus-group-delete-group): Typo.
8885
8886 2001-09-26  Simon Josefsson  <jas@extundo.com>
8887
8888         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8889
8890         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8891
8892 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8893
8894         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8895
8896 2001-09-22  Simon Josefsson  <jas@extundo.com>
8897
8898         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8899
8900         * nnfolder.el (nnfolder-open-marks): Ditto.
8901
8902         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8903         (gnus-update-marks): Use it.
8904         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8905         hardcoded list.
8906
8907         * gnus.el (gnus-article-special-mark-lists): Add killed.
8908         (gnus-article-unpropagated-mark-lists): New constant.
8909
8910 2001-09-22  Simon Josefsson  <jas@extundo.com>
8911
8912         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8913         custom option.
8914
8915 2001-09-23  Simon Josefsson  <jas@extundo.com>
8916
8917         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8918
8919 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8920
8921         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8922
8923 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8924
8925         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8926         accept lists of functions.
8927
8928 2001-09-20  Simon Josefsson  <jas@extundo.com>
8929
8930         * gnus-group.el (gnus-group-catchup): Update expire marks in
8931         backend.  Also, if ALL also set expire marks on tick/dormant.
8932
8933 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8934
8935         * message.el (message-tab-body-function): New variable.
8936         * message.el (message-tab): Use it.
8937
8938 2001-09-19  Sam Steingold  <sds@gnu.org>
8939
8940         * gnus-win.el (gnus-buffer-configuration): Respect
8941         `gnus-bug-create-help-buffer'.
8942
8943 2001-09-18  Simon Josefsson  <jas@extundo.com>
8944
8945         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8946         (gnus-parse-simple-format): Re-revert.
8947
8948 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8949         Trivial patch.
8950
8951         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8952         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8953
8954 2001-09-18  Simon Josefsson  <jas@extundo.com>
8955
8956         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8957         signed.
8958         (gnus-parse-simple-format): Don't use it.
8959
8960 2001-09-17  Miles Bader  <miles@gnu.org>
8961
8962         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8963         error querying a backend abort the whole process.
8964
8965 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8966
8967         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8968         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8969
8970 2001-09-17  Didier Verna  <didier@xemacs.org>
8971
8972         * nndiary.el: version 0.2-b14.
8973         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8974         compatibility problem with XEmacs 21.1.
8975
8976 2001-09-15  Simon Josefsson  <jas@extundo.com>
8977
8978         * gnus-group.el (gnus-group-line-format): Document %c.
8979
8980         * nnml.el (nnml-parse-head): Handle CRLF files.
8981         (nnml-generate-nov-file): Ditto.
8982         (nnml-retrieve-headers): Ditto.
8983
8984 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8985
8986         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8987
8988 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8989
8990         * gnus-spec.el (gnus-correct-substring): Still stopped one
8991         character before we wanted (never included last character).
8992         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8993         add missing "," (once per function)
8994
8995 2001-09-14  Simon Josefsson  <jas@extundo.com>
8996
8997         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8998         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8999         default before gnus-group is loaded and the variable set.)
9000
9001         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9002         killed or unsent marks.
9003
9004         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9005         isn't an article to set it on (e.g. when you `a' in a group).
9006
9007 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9008
9009         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9010         can read e-mails from Microsoft Outlook users not using ISO
9011         8859-2 character set.
9012
9013 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9014
9015         * gnus-diary.el: Minor modifications to avoid warnings.
9016         (gnus-summary-misc-menu): defvar.
9017         (gnus-diary-check-message): Use gnus-point-at-eol.
9018         (gnus-diary-kill-entire-line): eval-and-compile.
9019
9020 2001-09-12  Didier Verna  <didier@xemacs.org>
9021
9022         * nndiary.el: new version (0.2-b13).
9023         * nndiary.el (nndiary-mail-sources): doc update.
9024         * nndiary.el (nndiary-split-methods): ditto.
9025         * nndiary.el (nndiary-request-accept-article-hooks): New.
9026         * nndiary.el (nndiary-request-accept-article): use it, check
9027         message validity.
9028         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9029         * nndiary.el (nndiary-schedule): fix bug (misplaced
9030         condition-case): it didn't return nil on error.
9031         * gnus-diary.el: new version.
9032         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9033         * gnus-diary.el (gnus-diary-header-value-history): New.
9034         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9035         * gnus-diary.el (gnus-diary-add-header): New.
9036         * gnus-diary.el (gnus-diary-check-message): New.
9037         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9038         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9039
9040 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9041
9042         * gnus-sum.el (gnus-select-newsgroup): Make
9043         `gnus-current-select-method' buffer-local.
9044
9045         * gnus-art.el (gnus-request-article-this-buffer): Refer
9046         `gnus-current-select-method' in the current summary buffer.
9047
9048 2001-09-10  Simon Josefsson  <jas@extundo.com>
9049         From Daniel Pittman <daniel@rimspace.net>
9050
9051         * gnus-spec.el (gnus-correct-pad-form): Fix.
9052
9053 2001-09-09  Simon Josefsson  <jas@extundo.com>
9054
9055         * mm-decode.el (mm-inline-media-tests): Add
9056         application/x-emacs-lisp.
9057         (mm-attachment-override-types): Add
9058         application/{x-,}pkcs7-signature.
9059
9060         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9061         (gnus-server-line-format, gnus-server-mode-line-format)
9062         (gnus-server-browse-in-group-buffer): Customize.
9063
9064 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9065
9066         * nnml.el (nnml-marks-changed-p): Typo.
9067         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9068         (nnml-marks-changed-p): Use gnus-gethash.
9069         (nnml-marks-modtime): Use gnus-make-hashtable.
9070
9071         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9072         (nnfolder-request-expire-articles, nnfolder-save-marks)
9073         (nnfolder-open-marks): Typo.
9074         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9075         (nnfolder-marks-changed-p): Use gnus-gethash.
9076         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9077
9078 2001-09-08  Simon Josefsson  <jas@extundo.com>
9079
9080         * nnfolder.el (nnfolder-marks-modtime): New variable.
9081         (nnfolder-marks-changed-p): New function.
9082         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9083         (nnfolder-request-update-info): Don't update if marks didn't change.
9084
9085         * nnml.el (nnml-marks-modtime): New variable.
9086         (nnml-marks-changed-p): New function.
9087         (nnml-save-marks, nnml-open-marks): Save modtime.
9088         (nnml-request-update-info): Don't update if marks didn't change.
9089
9090         * gnus-agent.el (gnus-agent-any-covered-gcc)
9091         (gnus-agent-add-server, gnus-agent-remove-server): Use
9092         gnus-agent-method-p.
9093
9094         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9095         (gnus-unbuttonized-mime-type-p): Use it.
9096
9097         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9098         fetch group.
9099
9100 2001-09-08  Simon Josefsson  <jas@extundo.com>
9101         From Daniel Pittman <daniel@rimspace.net>
9102
9103         * gnus-spec.el (gnus-correct-pad-form): New function.
9104         (gnus-parse-simple-format): Use it.
9105
9106 2001-09-07  Simon Josefsson  <jas@extundo.com>
9107
9108         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9109         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9110         Putnam <reader@newsguy.com>.
9111         (gnus-group-sort-selected-groups): Touch dribble file.
9112
9113 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9114
9115         * nnml.el (nnml-filenames-are-evil): New variable.
9116         (nnml-article-to-file-alist): Rename to ...
9117         (nnml-current-group-article-to-file-alist): ... this.
9118         Respect `nnml-filenames-are-evil'.
9119         (nnml-active-number): Update.
9120         (nnml-update-file-alist): Update.
9121         (nnml-request-article): Use nnheader-article-to-file-alist.
9122         (nnml-request-rename-group): Likewise.
9123
9124 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-sum.el (gnus-summary-insert-line): Fix.
9127
9128 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9129
9130         * gnus-sum.el: Bind g-s-t-s to "W g".
9131         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9132         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9133         display of graphical smilies.
9134
9135 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * gnus-start.el (gnus-setup-news): A typo.
9138         From Bill White <billw@wolfram.com>.
9139
9140 2001-09-06  Simon Josefsson  <jas@extundo.com>
9141
9142         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9143         and unseen marks.
9144
9145 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9146
9147         * nnmail.el (nnmail-split-fancy): Document `junk'.
9148
9149 2001-09-04  Simon Josefsson  <jas@extundo.com>
9150
9151         * imap.el (imap-search): Don't error if server is broken.
9152
9153 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9154
9155         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9156         searching for an article that isn't in the mbox.
9157
9158 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9161         right, and get all the comments.
9162
9163 2001-09-02  Simon Josefsson  <jas@extundo.com>
9164         Suggested by Dan Christensen <jdc+news@uwo.ca>
9165
9166         * nnfolder.el (nnfolder-request-update-info): Fix message.
9167
9168         * nnml.el (nnml-request-update-info): Ditto.
9169
9170 2001-09-01  Simon Josefsson  <jas@extundo.com>
9171
9172         * nnml.el (nnml-request-expire-articles): Also bind
9173         `nnml-current-group' and `nnml-article-file-alist' when using
9174         expiry-target. (Otherwise nnml will be in a inconsistent internal
9175         state causing all kind of problems.)
9176         (nnml-request-expire-articles): If `nnml-article-to-file' or
9177         `file-attributes' failes, return article as un-expirable instead
9178         of treating it as expired.
9179
9180 2001-08-31  Sam Steingold  <sds@gnu.org>
9181
9182         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9183         typo: `exmine' --> `examine'.
9184
9185 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9188
9189 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190
9191         * nnml.el (nnml-check-directory-twice): Remove.
9192         (nnml-retrieve-headers): Ditto.
9193         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9194
9195 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9196
9197         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9198         directory twice on Windows, or on GNU Emacs-21.
9199
9200 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9201
9202         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9203         (nnml-request-rename-group): Ditto.
9204         (nnml-active-number): Ditto.
9205         (nnml-request-create-group): Use nnml-directory-articles.
9206         (nnml-request-expire-articles): Use nnml-directory-articles, which
9207         gets list from nov database if available.
9208         (nnml-get-nov-buffer): New function.
9209         (nnml-open-nov): Use it.
9210         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9211         gets alist from nov database if available.
9212         (nnml-directory-articles): New function.
9213         (nnml-article-to-file-alist): New function.
9214
9215 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9216
9217         * mm-decode.el (mm-display-external): Use `name' as filename, if
9218         `filename' attribute is not present.
9219
9220 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9221
9222         * mail-source.el (mail-source-flash): New defcustom.
9223         (mail-source-new-mail-p): Ring visible bell if appropriate.
9224         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9225         timer is cleared even if mail check signals an error.
9226
9227 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9228
9229         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9230         type 'list.
9231
9232 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9233
9234         * flow-fill.el (fill-flowed): eol might be point-max.
9235
9236 2001-08-27  Simon Josefsson  <jas@extundo.com>
9237
9238         * nnml.el (nnml-request-update-info): Fix message.
9239         (nnml-open-marks): Ditto.
9240
9241         * nnfolder.el (nnfolder-request-update-info):
9242         (nnfolder-open-marks): Fix message.
9243
9244 2001-08-25  Simon Josefsson  <jas@extundo.com>
9245
9246         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9247         after group in ~/.
9248
9249 2001-08-25  Simon Josefsson  <jas@extundo.com>
9250         From Andreas Jaeger  <aj@suse.de>
9251
9252         * nnfolder.el (nnfolder-open-marks): Fix typo.
9253         * nnml.el (nnml-open-marks): Likewise.
9254
9255 2001-08-25  Simon Josefsson  <jas@extundo.com>
9256
9257         Make nnfolder groups self-contained as far as marks are concerned.
9258
9259         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9260         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9261         (nnfolder-open-server): Make marks directory.
9262         (nnfolder-request-delete-group): Delete marks file.
9263         (nnfolder-request-delete-group): Check of nov/marks file exist
9264         before deleting.
9265         (nnfolder-request-rename-group): Rename marks file.
9266         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9267         (nnfolder-request-set-mark, nnfolder-request-update-info)
9268         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9269         (nnfolder-open-marks): New functions.
9270         (top-level): Require gnus.
9271
9272 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273
9274         * nnweb.el (nnweb-type-definition): Use google raw file.
9275         (nnweb-google-parse-1): Ditto.
9276         (nnweb-google-identity): Ditto.
9277         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9278         (nnweb-altavista-wash-article): Ditto.
9279         (nnweb-request-article): Remove nnweb-decode-entities.
9280
9281         * nnml.el: Require 'gnus.
9282
9283 2001-08-25  Simon Josefsson  <jas@extundo.com>
9284
9285         * nnml.el (nnml-marks-is-evil): Add doc.
9286
9287 2001-08-25  Simon Josefsson  <jas@extundo.com>
9288
9289         * nnml.el (nnml-save-marks): Wrap saving marks in a
9290         condition-case, to allow user to start Gnus if saving marks failed
9291         for some reason.
9292
9293 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9296
9297         * gnus-group.el (gnus-update-group-mark-positions): Bind
9298         gnus-group-update-hook to nil.
9299
9300 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9301
9302         * mml.el (mml-generate-mime-1): Force as multibyte string.
9303
9304 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9305
9306         * gnus-sum.el (gnus-summary-insert-line)
9307         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9308         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9309
9310         * gnus-spec.el (gnus-correct-substring): Take optional END.
9311
9312         * nnrss.el (nnrss-request-article): Remove \n.
9313         (nnrss-retrieve-headers): Lines number is -1.
9314
9315 2001-08-24  Simon Josefsson  <jas@extundo.com>
9316
9317         * gnus-group.el (gnus-info-clear-data): Call
9318         nnfoo-request-set-mark to propagate marks.  Fix bug:
9319         `gnus-group-update-line' doesn't update read range unless we call
9320         `gnus-get-unread-articles-in-group' first.
9321
9322         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9323         to server.
9324
9325 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9326
9327         * gnus-util.el (gnus-create-info-command): Return an interactive
9328         function.
9329
9330 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331         From Katsumi Yamaoka <yamaoka@jpl.org>
9332
9333         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9334
9335 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * gnus-sum.el (gnus-select-newsgroup): Use it.
9338
9339         * gnus-util.el (gnus-not-ignore): New function.
9340
9341         * lpath.el (featurep): Don't fbind char-int.
9342
9343         * gnus-util.el (gnus-create-info-command): New function.
9344
9345         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9346         right node.
9347
9348         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9349         (gnus-summary-limit-children): Use 'identity instead of `all'.
9350         (gnus-summary-limit-to-display-predicate): New command and
9351         keystroke.
9352
9353 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9356
9357         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9358
9359 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus-spec.el: Add the Gnus version.
9362         (gnus-update-format-specifications): If the Gnus version changes,
9363         nix out the format spec cache.
9364
9365         * gnus.el (gnus-continuum-version): Made into a command and
9366         optionalize the VERSION.
9367
9368         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9369         the start of the lines.
9370
9371 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * gnus.el (gnus-visual-p): Define function before use of
9374         function.
9375
9376 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9379         (gnus-article-mark-to-type): New function.
9380         (gnus-update-missing-marks): Only update marks of type 'list.
9381
9382         * gnus.el (gnus-article-special-mark-lists): New variable.
9383
9384 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9387         (gnus-select-newsgroup): Still use 'all.
9388         (gnus-summary-initial-limit): Comparing with 'all.
9389
9390 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9393         active.
9394
9395 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9396
9397         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9398         nnslashdot-*-retrieve-headers.
9399         (nnslashdot-request-article): Fix for slashcode 2.2.
9400         (nnslashdot-make-tuple): New function.
9401         (nnslashdot-read-groups): Use it.
9402
9403 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9406         list.
9407
9408         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9409
9410 2001-08-20  Simon Josefsson  <jas@extundo.com>
9411
9412         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9413         opened, error instead of continuing (and exploding later).
9414
9415 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * gnus.el (gnus-expand-group-parameters): Return the parameter
9418         list.
9419
9420         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9421         (gnus-summary-show-article): Guess at charset if required.
9422
9423         * gnus-spec.el (gnus-correct-substring): Stopped one character
9424         before we wanted.
9425
9426 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9427
9428         * earcon.el (earcon-auto-play): Remove unused option.
9429
9430 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9433         message down in levels, since it happens very fast.
9434
9435         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9436         of smiley-regexp-alist.
9437
9438         * mm-view.el (mm-inline-text): Ignore vcard errors.
9439
9440         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9441
9442         * gnus-score.el (gnus-all-score-files): Use append instead of
9443         nconc.
9444
9445         * gnus.el (gnus-splash-face): Doc fix.
9446
9447         * mm-decode.el (mm-mailcap-command): Use
9448         mm-path-name-rewrite-functions.
9449         (mm-path-name-rewrite-functions): New variable.
9450
9451         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9452         (gnus-complex-form-to-spec): Insert tab.
9453         (gnus-spec-tab): New function.
9454
9455         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9456         entering the group.
9457
9458         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9459         the positional spec.
9460         (gnus-parse-complex-format): React to %C.
9461
9462         * gnus-ems.el (gnus-char-width): Moved here.
9463
9464         * gnus-sum.el (gnus-select-newsgroup): Set
9465         gnus-newsgroup-articles.
9466         (gnus-unseen-mark): New variable.
9467         (gnus-newsgroup-unseen): Ditto.
9468         (gnus-newsgroup-seen): Ditto.
9469         (gnus-adjust-marked-articles): Use them.
9470         (gnus-update-marks): Use them.
9471         (gnus-summary-update-secondary-mark): Display.
9472         (gnus-summary-prepare-threads): Display.
9473
9474         * gnus-msg.el (gnus-inews-group-method): Use and return the
9475         method, not the server.
9476
9477 2001-08-19  Simon Josefsson  <jas@extundo.com>
9478
9479         * gnus-srvr.el (gnus-server-agent-face): New.
9480         (gnus-server-agent-face): New.
9481         (gnus-server-mode): Turn on font-lock-mode.
9482
9483         * gnus.el (gnus-server-visual): Add defgroup.
9484
9485 2001-08-19  Simon Josefsson  <jas@extundo.com>
9486         From Joe Casadonte <jcasadonte@northbound-train.com>
9487
9488         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9489         gnus-server-denied-face): New.
9490         (gnus-server-opened-face, gnus-server-closed-face,
9491         gnus-server-denied-face): New.
9492         (gnus-server-font-lock-keywords): Add.
9493
9494 2001-08-19  Simon Josefsson  <jas@extundo.com>
9495
9496         * nnml.el (nnml-request-set-mark): Return nil.
9497         (nnml-save-marks): Use nnml-possibly-create-directory.
9498         (nnml-open-marks): Only work in temp buffer when inserting/reading
9499         .marks file.
9500
9501 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9502
9503         * gnus.el (gnus-expand-group-parameters): Fix.
9504
9505         * gnus-spec.el (gnus-char-width): New function.
9506         (gnus-correct-substring, gnus-correct-length): Use it.
9507
9508         * message.el (message-required-mail-headers): Fix doc.
9509
9510 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9513
9514         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9515
9516 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9517
9518         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9519         slashdot 2.2 (not fully fixed yet).
9520         (nnslashdot-request-article): Ditto.
9521
9522 2001-08-18  Simon Josefsson  <jas@extundo.com>
9523
9524         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9525         nnimap.
9526
9527         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9528         gnus-util.
9529         (nnimap-request-update-info-internal): Use new functions.
9530
9531         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9532         new functions.
9533
9534 2001-08-18  Simon Josefsson  <jas@extundo.com>
9535
9536         Make nnml groups self-contained as far as marks are concerned.
9537
9538         * nnml.el (nnml-request-delete-group): Delete marks file.
9539         (nnml-request-rename-group): Move marks file.
9540         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9541         variables.
9542         (nnml-request-set-mark, nnml-request-update-info): New server
9543         functions.
9544         (nnml-save-marks, nnml-open-marks): New functions.
9545
9546 2001-08-18  Simon Josefsson  <jas@extundo.com>
9547
9548         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9549         `set' when setting marks.
9550
9551 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9552
9553         * gnus.el (gnus-info-find-node): Take an argument.
9554
9555         * gnus-art.el (gnus-button-handle-info): New function.
9556         (gnus-url-unhex-string): Replace "+" with " ".
9557
9558 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9559
9560         * message.el (message-check-news-header-syntax): Check bad From.
9561
9562 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * gnus-spec.el (gnus-correct-length): New function.
9565         (gnus-correct-substring): New function.
9566         (gnus-tilde-max-form): Use it.
9567
9568 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9569
9570         * nnmh.el: Docstring changes as below.
9571
9572         * nnml.el: Docstring changes as below.
9573
9574         * nnbabyl.el: Docstring changes as below.
9575
9576         * nnmbox.el: Docstring changes as below.
9577
9578         * nnfolder.el: Added docstrings identifying each virtual server
9579         parameter.
9580
9581 2001-08-18  Simon Josefsson  <jas@extundo.com>
9582
9583         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9584
9585 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9586
9587         * message.el: rename "Abort Message" to "Postpone Message".
9588         Remove "Attach file as MIME" from Message menu, it's already in
9589         the MIME menu.
9590
9591 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9592
9593         * smime.el (smime-point-at-eol): eval-and-compile.
9594         (smime-make-temp-file): New function.
9595         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9596         Use it.
9597
9598 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9601         (gnus-agent-summary-fetch-group): New command and keystroke.
9602
9603         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9604         (gnus-mime-display-security): Make it respect
9605         gnus-unbuttonized-mime-type-p.
9606
9607         * gnus-sum.el (gnus-articles-to-read): Comments.
9608         (gnus-article-marked-p): New function.
9609         (gnus-summary-display-make-predicate): New function.
9610         (gnus-select-newsgroup): Use them.
9611
9612         * mm-decode.el (mm-save-part-to-file): Made it not error.
9613
9614 2001-08-17  Simon Josefsson  <jas@extundo.com>
9615
9616         * imap.el (imap-wait-for-tag): If process-status isn't open or
9617         run, return nil instead of sit-for looping.
9618
9619 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * lpath.el (featurep): fbind xml-parse-region.
9622
9623         * gnus.el (gnus-message-archive-method): Default to "archive".
9624         (gnus-message-archive-method): Doc fix.
9625         (gnus-parameters-get-parameter): Cleaned up.
9626         (gnus-expand-group-parameter): New function.
9627
9628         * gnus-start.el (gnus-setup-news): Push the archive server only
9629         the server list.
9630
9631         * mml.el (mml-menu): Changed name to "Attachments".
9632
9633         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9634         when there is something to detroy.
9635
9636 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9639         nil.
9640
9641 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9642
9643         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9644         which specifies a time today or tomorrow.
9645
9646 2001-08-15  Simon Josefsson  <jas@extundo.com>
9647         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9648
9649         * gnus-agent.el (gnus-agent-make-mode-line-string)
9650         (gnus-agent-toggle-plugged): Use new API.
9651
9652 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9653
9654         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9655         deadline has expired.
9656
9657 2001-08-12  Simon Josefsson  <jas@extundo.com>
9658         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9659
9660         Support `recent' mark indicating newly arrived messages (to
9661         separate from old but unread messages).
9662
9663         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9664         `nnmail-split-history' if recent is > 0.
9665         (nnimap-request-update-info-internal): Update `recent' marks.
9666         (nnimap-request-set-mark): Never set `recent' marks.
9667         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9668         recent.
9669
9670         * gnus-sum.el (gnus-recent-mark): New mark.
9671         (gnus-newsgroup-recent): New variable.
9672         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9673         (gnus-summary-prepare-threads): Mark recent articles.
9674         (gnus-summary-add-mark): Support recent.
9675         (gnus-summary-update-secondary-mark): Support recent.
9676
9677         * gnus.el (gnus-article-mark-lists): Add recent.
9678
9679 2001-08-12  Simon Josefsson  <jas@extundo.com>
9680
9681         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9682         whether successful decoding took place.  Add doc.
9683
9684 2001-08-12  Simon Josefsson  <jas@extundo.com>
9685         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9686
9687         * gnus.el (gnus-summary-line-format, gnus-parameters):
9688         * gnus-gl.el (gnus-summary-grouplens-line-format):
9689         * gnus-salt.el (gnus-summary-pick-line-format):
9690         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9691
9692 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9693         Committed by Kai Gro\e,b_\e(Bjohann.
9694
9695         * gnus-score.el (gnus-score-string): Fix `match' regexp
9696         for `extra' header case.
9697
9698 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9699
9700         * nnmbox.el (nnmbox-read-mbox): No warning.
9701
9702 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9703
9704         * nndoc.el (nndoc-article-type): Fix doc.
9705         (nndoc-generate-article-function): New variable.
9706         (nndoc-dissection-function): New variable.
9707         (nndoc-type-alist): Add oe-dbx.
9708         (nndoc-oe-dbx-type-p): New function.
9709         (nndoc-oe-dbx-dissection): New function.
9710         (nndoc-oe-dbx-generate-article): New function.
9711
9712 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9713
9714         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9715         whether deadline has been reached.  Patch from Dan Nicolaescu
9716         <dann@godzilla.ics.uci.edu>.
9717
9718 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9719
9720         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9721         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9722         <rintaman@cs.Helsinki.FI>.
9723
9724         * mail-source.el (mail-source-movemail): The error buffer is
9725         modified, but nothing in it.
9726
9727 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9728
9729         * message.el (message-bogus-system-names): New variable.
9730         (message-make-fqdn): Use it.
9731
9732 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9733
9734         * nndraft.el (nndraft-request-group): Use
9735         nndraft-auto-save-file-name.
9736
9737 2001-08-09  Simon Josefsson  <jas@extundo.com>
9738
9739         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9740         Don't ask whether to decrypt.  Just leave result in buffer (don't
9741         call mm).
9742
9743         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9744         parts as well.
9745         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9746         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9747
9748 2001-08-09  Simon Josefsson  <jas@extundo.com>
9749
9750         * mm-decode.el (mm-insert-part): Return decoding success status.
9751         (mm-save-part-to-file): Error if decoding failed.
9752
9753 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9754
9755         * message.el (message-tab): Use indent-relative.
9756         (message-mode): Don't bind indent-line-function to indent-relative.
9757
9758 2001-08-09  Simon Josefsson  <jas@extundo.com>
9759
9760         * message.el (message-get-reply-headers): Fix string. Suggested by
9761         Christoph Conrad <cc@cli.de>.
9762
9763 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9764
9765         * message.el (message-tab): Use the current value of
9766         indent-line-function.
9767         (message-mode): Bind indent-line-function to indent-relative.
9768
9769 2001-08-08  Simon Josefsson  <jas@extundo.com>
9770
9771         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9772         whether `imtest' is installed.
9773
9774 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9775         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9776
9777         * gnus-sum.el (gnus-summary-show-article): Call
9778         gnus-summary-update-secondary-secondary-mark.
9779         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9780         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9781
9782 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9783
9784         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9785
9786         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9787
9788         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9789         <gerd@gnu.org>.
9790
9791         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9792
9793         * gnus-util.el (gnus-output-to-rmail): Ditto.
9794         (gnus-output-to-mail): Ditto.
9795
9796         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9797
9798 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9799
9800         * message.el (message-indent-citation): Use
9801         `message-yank-cited-prefix' for empty lines.
9802
9803 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9804
9805         * message.el (message-indent-citation): Quote only lines starting
9806         with ">" using `message-yank-cited-prefix'.
9807
9808 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9809         Trivial patch.
9810
9811         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9812         gnus-cache-fully-p.
9813
9814 2001-08-04  Simon Josefsson  <jas@extundo.com>
9815
9816         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9817         file if it doesn't exist (by calling gnus-cache-read-active).
9818
9819 2001-08-04  Simon Josefsson  <jas@extundo.com>
9820
9821         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9822         (gnus-cache-passively-or-fully-p): Removed.
9823         (gnus-cache-fully-p): Fix it.
9824
9825         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9826
9827 2001-08-04  Simon Josefsson  <jas@extundo.com>
9828
9829         * gnus-cache.el (gnus-cache-fully-p)
9830         (gnus-cache-passively-or-fully-p): New functions.
9831         (gnus-cache-possibly-enter-article): Cosmetic change, use
9832         `g-c-p-o-f-p'.
9833         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9834         was bogus (`g-c-p-a-a' does not change active info, just change
9835         the functions parameters).
9836         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9837         not removed in groups that match `gnus-uncacheable-groups'.
9838
9839         Reported and modifications based on discussions with Nuutti
9840         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9841
9842 2001-08-04  Simon Josefsson  <jas@extundo.com>
9843         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9844
9845         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9846         calls `gnus-cache-update-active' if bounds has been extended.
9847
9848 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9849
9850         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9851         before remove.
9852         (gnus-mime-security-show-details): Ditto.
9853
9854 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9855
9856         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9857         syntax.  Protect string-match against nil string and regexp.
9858
9859 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9860
9861         * mm-util.el (mm-find-charset-region): Remove control-1.
9862
9863 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9864
9865         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9866
9867 2001-08-04  Simon Josefsson  <jas@extundo.com>
9868
9869         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9870         buffer.  Delete MIME-Version header.
9871
9872 2001-08-03  Simon Josefsson  <jas@extundo.com>
9873
9874         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9875         that is entered does not necessarily have the highest article
9876         number in the group, so use `gnus-cache-possibly-alter-active'
9877         instead of `gnus-cache-update-active'.
9878
9879 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9880
9881         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9882
9883 2001-08-03  Simon Josefsson  <jas@extundo.com>
9884
9885         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9886         menu.
9887
9888 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus.el (post-method): New group parameter.  It also provides
9891         the user option `gnus-post-method-alist' and the internal function
9892         `gnus-parameter-post-method'.
9893
9894         * gnus-msg.el (gnus-post-method): Bind the value of
9895         `gnus-post-method' to the group parameter if it is defined.
9896
9897 2001-08-02  Simon Josefsson  <jas@extundo.com>
9898
9899         * smime.el (smime-extra-arguments): Removed.
9900         (smime-call-openssl-region): Don't use it.
9901
9902 2001-08-02  Simon Josefsson  <jas@extundo.com>
9903
9904         * smime.el (smime-sign-region): Handle stderr.
9905         (smime-encrypt-region): Ditto.
9906
9907         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9908         match the ASN.1 length bytes.
9909         (mm-pkcs7-enveloped-magic): Ditto.
9910         (mm-view-pkcs7-get-type): Don't regexp quote.
9911
9912 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9913         From Andreas Fuchs <asf@void.at>
9914
9915         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9916
9917 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9918
9919         * gnus-art.el (gnus-header-button-alist): References regexp.
9920
9921 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9922
9923         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9924         already fboundp.  Add INTERACTIVE arg to autoload form.
9925
9926 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9927
9928         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9929
9930         * nnmail.el (nnmail-cache-open): Ditto.
9931
9932 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933
9934         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9935
9936 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9939
9940 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9941         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9942
9943         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9944         (gnus-agent-toggle-plugged): Use it.
9945
9946 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9947
9948         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9949         (gnus-ding-file-coding-system): New variable.
9950         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9951         (gnus-slave-save-newsrc): Use it.
9952
9953 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9954
9955         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9956         syntax.
9957
9958 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959         Originally from Andreas Fuchs <asf@void.at>
9960
9961         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9962         (mml2015-gpg-pretty-print-fpr): New function.
9963         (mml2015-gpg-extract-signature-details): More details, rename from
9964         `m-g-e-from'.
9965         (mml2015-gpg-verify): Use them.
9966         (mml2015-gpg-clear-verify): Use them.
9967
9968 2001-07-31  Simon Josefsson  <jas@extundo.com>
9969
9970         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9971         buffer when done.
9972
9973 2001-07-30  Simon Josefsson  <jas@extundo.com>
9974
9975         * smime.el (smime-call-openssl-region): Revert previous change,
9976         just pass on buf to `call-process-region'.
9977         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9978         `smime-new-details-buffer'.  Inserts error messages into buffer.
9979         (smime-noverify-region): Ditto.
9980         (smime-decrypt-region): Ditto.  Handles stderr separately.
9981         (smime-verify-buffer, smime-noverify-buffer)
9982         (smime-decrypt-buffer): Doc fix.
9983         (smime-new-details-buffer): New function.
9984         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9985         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9986         (smime-sign-region, smime-encrypt-region): Don't use
9987         `insert-buffer'.
9988
9989         * mml-smime.el (mml-smime-verify): Fix security button strings.
9990
9991 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9994         gnus-article-mime-handles.
9995
9996 2001-07-29  Simon Josefsson  <jas@extundo.com>
9997
9998         * mail-source.el (top-level): Require message for message-directory.
9999         (mail-source-directory): Change default to message-directory.
10000
10001         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10002         (smime-certificate-directory, smime-openssl-program)
10003         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10004         (smime-extra-arguments): New variable.
10005         (smime-dns-server): Fix customize group.
10006         (smime-call-openssl-region): Use `smime-extra-arguments'.
10007
10008 2001-07-29  Simon Josefsson  <jas@extundo.com>
10009         From Vladimir Volovich <vvv@vsu.ru>
10010
10011         * smime.el (smime-call-openssl-region): Ignore stderr.
10012
10013 2001-07-29  Simon Josefsson  <jas@extundo.com>
10014         From Christoph Conrad <christoph.conrad@gmx.de>
10015
10016         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10017         file.
10018
10019 2001-07-29  Simon Josefsson  <jas@extundo.com>
10020
10021         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10022
10023         Support S/MIME decryption.
10024
10025         * mm-decode.el (mm-inline-media-tests):
10026         (mm-inlined-types):
10027         (mm-automatic-display):
10028         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10029
10030         * mm-view.el (mm-pkcs7-signed-magic):
10031         (mm-pkcs7-enveloped-magic): New variables.
10032         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10033         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10034         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10035         PKCS#7 blobs.
10036
10037         * smime.el (smime-decrypt-region): Expand keyfile.
10038
10039 2001-07-29  Simon Josefsson  <jas@extundo.com>
10040
10041         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10042         `ssl.el' variables.
10043
10044         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10045         but line instead of narrowing to it, because `nnmail-parse-active'
10046         calls widen.  Thanks to Christoph Conrad
10047         <christoph.conrad@gmx.de>.
10048
10049 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10050
10051         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10052         for %B spec.
10053
10054         * gnus-sum.el (gnus-summary-prepare-threads): If
10055         gnus-sum-thread-tree-root is nil, use subject instead.
10056         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10057         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10058         (gnus-sum-thread-tree-leaf-with-other)
10059         (gnus-sum-thread-tree-single-leaf): Documentation.
10060         (gnus-sum-thread-tree-single-indent): Allow nil.
10061
10062 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10063
10064         * message.el (message-fill-paragraph): Do nothing if the user
10065         wants filladapt-mode.
10066
10067 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * mm-decode.el (mm-image-type-from-buffer): New function.
10070         (mm-get-image): Use it.
10071
10072 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10073
10074         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10075
10076         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10077         mm-display-parts too.
10078
10079 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * nnfolder.el (nnfolder-request-accept-article): Bind
10082         nntp-server-buffer.
10083
10084         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10085         nntp-server-buffer.
10086
10087 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * message.el (message-check-news-header-syntax): Use
10090         message-post-method.
10091         (message-send-news): Bind message-post-method.
10092
10093 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10094
10095         * mml.el (mml-tweak-type-alist): New variable.
10096         (mml-tweak-function-alist): New variable.
10097         (mml-tweak-part): New function.
10098         (mml-generate-mime-1): Use it.
10099
10100 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * nnfolder.el (nnfolder-request-accept-article): Replace
10103         nnfolder-request-list.
10104
10105 2001-07-27  Simon Josefsson  <jas@extundo.com>
10106
10107         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10108         nnoo-change-server failed to do it.
10109
10110 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * gnus.el (gnus-parameters): Make it customizable.
10113
10114 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10115
10116         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10117
10118         * message.el (message-set-auto-save-file-name): More
10119         poor-system-types.
10120
10121         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10122
10123         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10124         supports +.
10125
10126 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10127
10128         * mm-decode.el (mm-readable-p): New function.
10129         (mm-inline-media-tests): Fix the default testers.
10130
10131 2001-07-26  Simon Josefsson  <jas@extundo.com>
10132
10133         * nnimap.el (nnimap-version): Bump version number.
10134
10135 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10136         From Steven E. Harris <seh@speakeasy.org>
10137
10138         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10139         in M$Windows too.
10140
10141 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10142
10143         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10144
10145 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146
10147         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10148
10149         * mm-decode.el (mm-get-image): Guess then use the type.
10150
10151         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10152
10153 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10154
10155         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10156         display (%B) for threads if threading is off.
10157
10158 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10159         From Henrik Enberg <henrik@enberg.org>
10160
10161         * gnus-msg.el: Customization patch.
10162
10163 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10164
10165         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10166         variable.
10167         (nnmail-split-fancy-with-parent): Ignore certain groups.
10168
10169 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10170
10171         * gnus-util.el (gnus-byte-compile): New function.
10172         (gnus-use-byte-compile): New variable.
10173         (gnus-make-sort-function): Use it.
10174
10175         * nnmail.el (nnmail-get-new-mail): Use it.
10176
10177         * gnus-agent.el (gnus-category-make-function): Simple function or
10178         compiled function.
10179         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10180
10181         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10182         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10183         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10184
10185         * message.el (message-check-news-header-syntax): Remove quote.
10186
10187 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10188
10189         * message.el (message-use-mail-followup-to): `t' is not a
10190         documented value.
10191
10192 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193
10194         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10195
10196 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10199         there are long lines.
10200
10201 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * dgnushack.el (copy-list): New compiler macro.
10204
10205 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * message.el (message-bounce): If no Return-Path, the whole
10208         content is considered as the original message.
10209
10210         * nnml.el (nnml-check-directory-twice): New variable.
10211         (nnml-article-to-file): Use it.
10212         (nnml-retrieve-headers): Hack it.
10213
10214 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10215
10216         * gnus-win.el (gnus-buffer-configuration): New configure.
10217
10218         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10219         not alive.
10220
10221         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10222         (mm-display-external): Use display-term configure.
10223
10224 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10225
10226         * gnus-delay.el (gnus-delay-default-hour): New variable.
10227         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10228
10229 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10230         From Karl Kleinpaste <karl@charcoal.com>
10231
10232         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10233         (gnus-summary-prepare-threads): Ditto.
10234
10235         * gnus.el (gnus-summary-line-format): Add %B.
10236
10237 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10238
10239         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10240
10241         * mm-util.el (mm-string-as-multibyte): New function.
10242
10243         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10244
10245 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10246
10247         * mm-util.el (mm-universal-coding-system): New variable.
10248
10249         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10250
10251         * score-mode.el (score-mode-coding-system): Use it.
10252
10253 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-start.el (gnus-setup-news): Call
10256         `gnus-check-bogus-newsgroups' just after the native server is
10257         opened.
10258
10259 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10260
10261         * nnmail.el (nnmail-do-request-post): Util function to be used by
10262         `nnchoke-request-post' for all nnmail-derived backends.
10263
10264         * nnml.el (nnml-request-post): Use it.
10265
10266         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10267         backend, for it groks nnml-request-post.
10268
10269         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10270         Treat `mail-post' backends like `mail' backends, not like `news'
10271         backends.
10272
10273 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10274
10275         * gnus-msg.el (gnus-setup-message): make-local-hook.
10276
10277 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10278
10279         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10280         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10281         <karl@charcoal.com>, slightly changed by Kai.
10282
10283         * message.el (message-check-news-header-syntax): When checking
10284         whether the groups exist, check the right server based on
10285         `gnus-post-method'.
10286
10287 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10288
10289         * gnus-delay.el: New file.
10290
10291 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10292
10293         * mm-util.el (mm-read-coding-system): Take two arguments.
10294
10295         * gnus-sum.el (gnus-summary-show-article): Use
10296         mm-read-coding-system.
10297
10298         * gnus-art.el (article-de-quoted-unreadable):
10299         (article-de-base64-unreadable, article-wash-html):
10300         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10301
10302 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10303
10304         * nnml.el (nnml-request-post): New function.  Can be used for
10305         annotations in nnml groups.
10306
10307 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10310         command.
10311
10312         * gnus-start.el (gnus-find-new-newsgroups): Use
10313         `message-make-date' instead of `current-time-string'.
10314         (gnus-ask-server-for-new-groups): Ditto.
10315         (gnus-check-first-time-used): Ditto.
10316
10317 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10320
10321 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10322
10323         * message.el (message-shorten-references): Change `maxcount' and
10324         `cut' to obey USEFOR draft 5.
10325
10326 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10327
10328         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10329         (gnus-summary-set-article-display-arrow): New function.
10330         (gnus-summary-goto-subject): Use it.
10331
10332 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10333
10334         * gnus-sum.el (gnus-summary-import-article): Insert date if
10335         doesn't exist.
10336
10337 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10338
10339         * mml.el (mml-content-type-parameters): New variable.
10340         (mml-content-disposition-parameters): New variable.
10341         (mml-insert-mime-headers): Use them.
10342         (mml-parse-1): Accept charset.
10343
10344 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10345
10346         * gnus-group.el (gnus-group-select-group): Doc fix.
10347
10348         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10349
10350 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10353         to handle `define-derived-mode'.
10354
10355 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10356         From:  Stefan Monnier  <monnier@cs.yale.edu>
10357
10358         * message.el (message-mode): Use define-derived-mode.
10359         (message-tab): message-completion-alist.
10360
10361         * imap.el (imap-interactive-login): Use make-local-variable.
10362         (imap-open): Ditto.
10363         (imap-authenticate): Ditto.
10364
10365         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10366
10367         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10368
10369 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10370
10371         * message.el (message-citation-line-function): Refer to
10372         gnus-cite-attribution-suffix.
10373
10374 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10375
10376         * gnus-art.el,...: Error convention changes.
10377
10378 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10379
10380         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10381
10382 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10383
10384         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10385         (nnrss-read-server-data): Ditto.
10386
10387 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388
10389         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10390         * Cleanup files.
10391         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10392
10393 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10394
10395         * gnus.el (gnus-summary-line-format): Add %o.
10396
10397         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10398         unless shell outputs something.
10399
10400 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10401
10402         * gnus-art.el (gnus-boring-article-headers): Better doc.
10403         (article-hide-headers): Better regexp.
10404         Suggested by Matt Swift <swift@alum.mit.edu>.
10405
10406         * nnheader.el (nnheader-max-head-length): Better doc.
10407         (nnheader-header-value): Skip spaces.
10408         (nnheader-parse-head): Remove space.
10409         Suggested by Matt Swift <swift@alum.mit.edu>.
10410
10411         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10412         (gnus-get-newsgroup-headers): Remove space.
10413
10414 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10415
10416         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10417         (gnus-summary-reply): Use it.
10418         (gnus-summary-reply-broken-reply-to): New function.
10419         (gnus-msg-force-broken-reply-to): New function.
10420
10421         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10422
10423 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10424
10425         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10426
10427 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10428
10429         * mm-decode.el (mm-external-terminal-program): New variable.
10430         (mm-display-external): Use it. Use term to display when no
10431         window-system.
10432
10433 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10434
10435         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10436         Browse->Next entries to Browse->Prev
10437
10438 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10439
10440         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10441
10442 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10445         for the default encoding.
10446
10447         * nnrss.el (nnrss-url-field): New field.
10448         (nnrss-request-article): Add newsgroups.
10449
10450         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10451
10452 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10453
10454         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10455
10456         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10457         (gnus-draft-setup): Remove backlog.
10458
10459 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10460
10461         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10462         Cleanup.
10463
10464 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10465
10466         * gnus-msg.el (gnus-bug): Erase buffer.
10467
10468         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10469
10470 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10471
10472         * mm-decode.el (mm-attachment-override-p): Fix typo.
10473
10474 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus-kill.el (gnus-execute): Work with the extra headers.
10477         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10478
10479 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10480
10481         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10482         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10483
10484         * message.el (message-send-mail-real-function): New variable.
10485         (message-send-mail-partially, message-send-mail):
10486
10487         * nngateway.el (nngateway-request-post): Use it.
10488
10489         * gnus-agent.el (gnus-agentize): Use it.
10490
10491         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10492         (nnsoup-revert-variables): Use it.
10493
10494 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10495
10496         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10497         text/plain if the type doesn't match any other media types.
10498         (mm-inlined-types): Doc fix.
10499         (mm-display-inline): Revert previous change (now handled by a
10500         default type in `mm-inline-media-tests'.
10501         (mm-inlinable-p): Revive.
10502         (mm-display-part): Call `mm-inlinable-p'.
10503         (mm-attachment-override-p): Ditto.
10504         (mm-inlined-p): Doc fix.
10505
10506         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10507         well as `mm-inlined-p'.
10508
10509 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10510
10511         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10512         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10513
10514 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10515         From  Paul Jarc <prj@po.cwru.edu>
10516
10517         * message.el (message-use-mail-followup-to): New variable.
10518         (message-get-reply-headers): Use it.
10519
10520 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10521
10522         * nnheader.el (nnheader-init-server-buffer): Make sure the
10523         *nntpd* buffer is made multibyte instead of a random buffer.
10524
10525 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10526
10527         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10528         when it returns headers.
10529
10530 2001-07-07  Simon Josefsson  <jas@extundo.com>
10531
10532         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10533         trying to fold. Thanks to Colin Walters
10534         <walters@cis.ohio-state.edu>
10535
10536 2001-07-06  Simon Josefsson  <jas@extundo.com>
10537
10538         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10539         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10540         Add information in `assert's.
10541
10542         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10543         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10544         and `nnimap-group-overview-filename', should handle all
10545         change-of-uidvalidity related issues.  But there may be other
10546         problems.)
10547
10548 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10549
10550         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10551         header name when folding.
10552
10553 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10554
10555         * mm-decode.el (mm-inlined-types): Document relationship with
10556         `mm-inline-media-tests'.
10557         (mm-display-inline): Default to displaying as plain text if no
10558         inlining handler is available.
10559         (mm-inlinable-p): Remove.
10560         (mm-inlined-p): Don't call `mm-inlinable-p'.
10561         (mm-automatic-display-p): Ditto.
10562         (mm-attachment-override-p): Ditto.
10563
10564 2001-07-04  Simon Josefsson  <jas@extundo.com>
10565
10566         * nnimap.el (nnimap-importantize-dormant): New variable.
10567         (nnimap-request-update-info-internal): Use it.
10568         (nnimap-request-set-mark): Ditto.
10569
10570 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10571
10572         * nntp.el (nntp-send-command): don't pass a buffer argument to
10573         `point'. Only XEmacs accepts this.
10574         * nntp.el (nntp-send-command-nodelete): ditto.
10575         * nntp.el (nntp-send-command-and-decode): ditto.
10576
10577 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10578
10579         * nntp.el (nntp-open-connection-function): doc update.
10580         * nntp.el (nntp-pre-command): New.
10581         * nntp.el (nntp-via-rlogin-command): New.
10582         * nntp.el (nntp-via-telnet-command): New.
10583         * nntp.el (nntp-via-telnet-switches): New.
10584         * nntp.el (nntp-via-user-name): New.
10585         * nntp.el (nntp-via-user-password): New.
10586         * nntp.el (nntp-via-address): New.
10587         * nntp.el (nntp-via-envuser): New.
10588         * nntp.el (nntp-via-shell-prompt): New.
10589         * nntp.el (nntp-open-telnet-stream): New.
10590         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10591         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10592         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10593         * nntp.el (nntp-send-command): ditto.
10594         * nntp.el (nntp-send-command-nodelete): ditto.
10595         * nntp.el (nntp-send-command-and-decode): ditto.
10596
10597 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10598         Trivial patch.
10599
10600         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10601         `when'.
10602
10603 2001-07-03  Simon Josefsson  <jas@extundo.com>
10604         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10605
10606         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10607
10608 2001-07-03  Simon Josefsson  <jas@extundo.com>
10609
10610         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10611         remove it (workaround XEmacs `fill-region' bug).
10612
10613 2001-07-01  Simon Josefsson  <jas@extundo.com>
10614
10615         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10616
10617 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10618
10619         * mml2015.el (mml2015-format-error): New function.
10620         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10621         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10622         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10623
10624 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10625
10626         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10627         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10628
10629         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10630         group variables.
10631
10632 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10633
10634         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10635
10636         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10637         (nnrss-save-group-data): Ditto.
10638
10639         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10640
10641 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * message.el (message-do-send-housekeeping): Narrow to headers.
10644
10645 2001-06-24  Simon Josefsson  <jas@extundo.com>
10646
10647         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10648         insertion when breaking lines looked for " \t" instead of "[ \t]".
10649         (rfc2047-encode-message-header): Fold lines even if
10650         no QP encoding is done.
10651
10652 2001-06-23  Simon Josefsson  <jas@extundo.com>
10653         From Samuel Tardieu <sam@inf.enst.fr>
10654
10655         * smime.el (smime-keys): Support additional certificates.
10656         (smime-make-certfiles): New function.
10657         (smime-sign-region): Use previous variables.
10658         (smime-get-certfiles): New function.
10659         (smime-sign-buffer): Use it.
10660         (smime-verify-region): Support both CAfile and CApath.
10661
10662 2001-06-23  Simon Josefsson  <jas@extundo.com>
10663
10664         * smime.el (smime-decrypt-region): Perhaps work.
10665
10666 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10667
10668         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10669
10670 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10671
10672         * mm-decode.el (mm-save-part): Rewrite file name.
10673         (mm-file-name-rewrite-functions): New variable.
10674         (mm-file-name-delete-whitespace): New function.
10675         (mm-file-name-trim-whitespace): New function.
10676         (mm-file-name-collapse-whitespace): New function.
10677         (mm-file-name-replace-whitespace): New variable and function.
10678
10679 2001-06-22  Simon Josefsson  <jas@extundo.com>
10680
10681         * message.el (message-make-date): Workaround locale for weekdays.
10682
10683 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * message.el (message-goto-body): Return nil if not found. (revert!)
10686
10687 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10688         From Fremlin <chief@bandits.org>
10689
10690         * message.el (message-goto-body): Some messages have no header.
10691
10692         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10693
10694 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10695
10696         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10697
10698 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10699
10700         * message.el (message-make-date): Add week day.
10701         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10702
10703 2001-06-19  Simon Josefsson  <jas@extundo.com>
10704
10705         * message.el (message-yank-prefix): Doc fix.
10706         (message-yank-cited-prefix): Ditto.
10707         (message-delete-not-region): Keep citation prefix on first line,
10708         if possible and appropriate.
10709
10710 2001-06-19  Simon Josefsson  <jas@extundo.com>
10711
10712         * imap.el (imap-process-connection-type): New variable.
10713         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10714         recent `imtest's work completely (no line length issues), while
10715         making making old `imtest's unusable.  Thanks to NAGY Andras
10716         <nagya@inf.elte.hu> for his work.
10717
10718 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10719
10720         * imap.el (imap-ssl-program): Add -quiet to shut up
10721         OpenSSL/SSLeay's internal debug talk.
10722
10723 2001-06-19  Matt Armstrong  <matt@lickey.com>
10724
10725         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10726         server.
10727
10728 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * nnmail.el (nnmail-article-buffer): New variable.
10731         (nnmail-split-incoming): Use it.
10732
10733 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10734
10735         * qp.el (quoted-printable-decode-region): If called interactively,
10736         use coding-system-for-read.
10737
10738 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10739
10740         * message.el (message-check-news-header-syntax): Check Reply-To.
10741
10742 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * mml.el (mml-parse-1): Use message options.
10745
10746         * message.el (message-do-fcc): Don't do anything if there is no
10747         FCC.
10748
10749 2001-06-16  Simon Josefsson  <jas@extundo.com>
10750
10751         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10752         (nnimap-expunge-search-string): New variable.
10753         (nnimap-request-expire-articles): Use it.
10754
10755 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10756
10757         * message.el (message-send-mail-with-qmail): wrong exit status is
10758         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10759
10760 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * gnus-art.el (article-strip-multiple-blank-lines): Use
10763         delete-region instead of replace-match.
10764
10765 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10768         (nnweb-google-wash-article): Ditto.
10769
10770 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10771
10772         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10773
10774 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10777         specs.
10778
10779 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10780
10781         * gnus.el (gnus-email-address): Move it here.
10782
10783         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10784         requested.
10785         (article-de-base64-unreadable): Ditto.
10786         (article-wash-html): Ditto.
10787
10788 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10789
10790         * message.el (message-options-set-recipient): Don't add ", "
10791         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10792
10793 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10796
10797 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10798
10799         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10800         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10801
10802         * nnrss.el (nnrss-node-text): Node might be nil.
10803
10804 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10805
10806         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10807         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10808
10809         * nnrss.el (nnrss-group-alist): More items.
10810
10811 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10812
10813         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10814
10815 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816         Trivial patch from Dale Hagglund  <rdh@best.com>
10817
10818         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10819         restrict clauses.
10820
10821 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10822
10823         From Benjamin Rutt <brutt+news@bloomington.in.us>
10824
10825         * message.el (message-wide-reply-confirm-recipients): New variable.
10826
10827 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10828         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10829
10830         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10831         fix so it works with XEmacs.
10832
10833 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10836         headers.
10837
10838 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10839
10840         * nnrss.el: Fix a few bugs.
10841
10842 2001-06-05  Simon Josefsson  <jas@extundo.com>
10843
10844         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10845         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10846
10847 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10848
10849         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10850         binary so that we don't transmit ISO 2022 garbage to the process.
10851         This is needed under XEmacs.
10852
10853 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10854
10855         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10856         autoloaded incorrectly below because ssl-program-* is bound.)
10857         Thanks to Amos Gouaux for report.
10858
10859 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10860
10861         * imap.el (imap-kerberos4-open):
10862         (imap-gssapi-open):
10863         (imap-ssl-open):
10864         (imap-network-open):
10865         (imap-shell-open):
10866         (imap-starttls-open): Set buffer to workaround spurious
10867         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10868         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10869         Colman <colman@ppllc.com> for report.
10870
10871 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10872
10873         * gnus-sum.el (gnus-summary-catchup): New argument.
10874         (gnus-summary-catchup-from-here): New function.
10875
10876 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10877
10878         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10879         back, then insert glyph.  (Before, the glyph was inserted first,
10880         then the newline.)  This works around a behavior in XEmacs where
10881         it is not possible to insert a character after a glyph which is at
10882         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10883
10884 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10885
10886         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10887
10888         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10889         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10890         mm-destroy-postponed-undisplay-list): New functions.
10891         (mm-display-external): Use them.
10892
10893 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10894
10895         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10896         `default-low' when evaluating `gnus-summary-highlight'.
10897         From Raja R Harinath <harinath@cs.umn.edu>.
10898
10899 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10900
10901         * message.el (message-yank-cited-prefix): New variable.
10902         (message-indent-citation): Use it.
10903
10904         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10905         as details.
10906         (mml2015-mailcrypt-clear-verify): Ditto.
10907
10908 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10909         From Nevin Kapur <nevin@jhu.edu>.
10910
10911         * gnus-sum.el (gnus-summary-default-high-score,
10912         gnus-summary-default-low-score): New variables.
10913         (gnus-summary-highlight): Use them.
10914
10915 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10916
10917         * message.el (message-mail): pass the 'send-actions argument to
10918         `message-setup'.
10919
10920 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10921         From Raymond Scholz <ray-2001@zonix.de>
10922
10923         * gnus-art.el (gnus-mime-view-part-as-charset):
10924         (gnus-mime-internalize-part): Doc fixes.
10925
10926 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10927
10928         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10929         status lines without any text ("^215$").
10930
10931 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10932
10933         * nnrss.el (nnrss-check-group): Reverse.
10934
10935 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10936
10937         * message.el (message-get-reply-headers):
10938         (message-followup): Fix typo, suggested by David Green
10939         <dgreen@uab.edu>
10940
10941 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10942
10943         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10944
10945         * nnrss.el (nnrss-open-server): Read server data when it is called.
10946         (nnrss-request-expire-articles): Fix.
10947
10948 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10949
10950         * message.el (message-do-send-housekeeping): mail-abbrevs may
10951         rename buffer behind Gnus.
10952
10953 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10956         (nnrss-group-alist): Add more resources.
10957         (nnrss-check-group): Ignore errors.
10958
10959 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10960
10961         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10962
10963         * nnslashdot.el (nnslashdot-request-list): Add time.
10964         (nnslashdot-request-expire-articles): New function.
10965
10966         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10967         secondary methods too.
10968
10969 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10970
10971         * message.el (message-use-followup-to): Set default value to t.
10972
10973 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10974
10975         * message.el (message-dont-reply-to-names): Fix documentation.
10976         (message-get-reply-headers): Use Mail-Followup-To only for wide
10977         replies.
10978
10979 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10980
10981         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10982         correctly.
10983         (nnrss-check-group): Use time.
10984
10985 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10986
10987         * gnus.el: Oort Gnus v0.03 is released.
10988
10989 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10990
10991         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10992         group.
10993
10994 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10995
10996         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10997
10998 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * nnultimate.el (nnultimate-retrieve-headers): Return all
11001         available headers.
11002
11003         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11004         (gnus-get-newsgroup-headers-xover): Use it.
11005
11006 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007
11008         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11009
11010 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11011
11012         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11013
11014 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11017         disable it.
11018
11019         * gnus.el (gnus-info-nodes): Remove a few The's.
11020
11021 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11022
11023         * mail-source.el (mail-source-movemail): Call-process may return a
11024         signal description string.
11025
11026         * gnus-start.el (gnus-read-newsrc-el-file):
11027         gnus-newsrc-file-version may be nil.
11028
11029         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11030         Suggested by Michael Sperber [Mr. Preprocessor]
11031         <sperber@informatik.uni-tuebingen.de>.
11032
11033 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11034
11035         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11036
11037 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11038
11039         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11040         fontify HANDLE.
11041
11042 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11043
11044         * smime.el (smime-ask-passphrase): Rework to return value.
11045         (smime-sign-region): Rework to bind value and use it.
11046         (smime-decrypt-region): Ditto.
11047
11048 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11049         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11050
11051         * smime.el (smime-ask-passphrase): New function.
11052         (smime-sign-region): Use it.
11053         (smime-encrypt-cipher): New variable.
11054         (smime-decrypt-region): Ditto.
11055
11056 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11057         Committed by Simon Josefsson  <simon@josefsson.org>
11058
11059         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11060         the log.
11061
11062 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11063
11064         * gnus.el: Oort Gnus v0.02 is released.
11065
11066 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11067
11068         * gnus.el: Oort Gnus v0.01 is released.
11069
11070 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * gnus-sum.el (gnus-summary-highlight): Highlight read
11073         undownloaded articles as read articles.
11074
11075         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11076         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11077         articles, even read ones, as such.
11078
11079         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11080         (gnus-find-matching-articles): New function.
11081         (gnus-summary-limit-include-matching-articles): New command.
11082         (gnus-summary-limit-include-thread): Include articles that have
11083         matching subjects.
11084         (gnus-offer-save-summaries): Clean up.
11085
11086 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11087
11088         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11089
11090 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091         From Jason Merrill <jason_merrill@redhat.com>
11092
11093         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11094
11095 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11096         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11097
11098         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11099         newsgroup names when the original article is a news message.
11100
11101 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11104         supported. Suggest by Jim Meyering <jim@meyering.net>.
11105
11106 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11107         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11108
11109         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11110         regexp in nnmail-split-fancy.
11111
11112 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11113
11114         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11115
11116 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11117
11118         * message.el (message-send-mail): Improve the interaction with the
11119         user.
11120
11121 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11122
11123         * imap.el (imap-message-copy): Work around buggy servers that
11124         doesn't send TRYCREATE tags.
11125
11126 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11129
11130 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11131
11132         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11133         date.
11134
11135 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11138         lives.
11139
11140 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141
11142         * gnus-art.el (gnus-parse-news-url): New function.
11143         (gnus-button-handle-news): New function.
11144         (gnus-button-alist): Point to new functions.
11145
11146         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11147
11148         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11149         gnus-format-specs.
11150
11151         * message.el (message-check-news-header-syntax): Question even
11152         when Gnus doesn't know the group names.
11153         (message-send-news): Clean up.
11154
11155         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11156         exited on purpose without saving.
11157
11158         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11159
11160 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11161
11162         * gnus-score.el (gnus-score-orphans): Clean up.
11163
11164         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11165
11166         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11167         later.
11168
11169         * gnus-start.el (gnus-close-all-servers): Find the right items to
11170         close.
11171
11172         * qp.el (quoted-printable-decode-region): Just message
11173         malformation; don't quit.
11174
11175 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11176         From Gerd Moellmann <gerd@gnu.org>.
11177
11178         * gnus.el (gnus-interactive): A typo.
11179
11180 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11181         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11182
11183         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11184         `assq-delete-all', if that function exists; otherwise use the old
11185         definition. Documentation changed to match the one in
11186         `assq-delete-all'.
11187
11188 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * gnus-start.el (gnus-close-all-servers): New function.
11191
11192         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11193         (gnus-server-remove-denials): Clean up.
11194
11195         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11196         keystroke.
11197
11198 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199
11200         * message.el (message-send-news): Message where we are sending.
11201         (message-send-mail): Ditto.
11202
11203         * gnus.el (gnus-server-string): New function.
11204
11205         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11206
11207         * mm-decode.el (mm-default-directory): Customized.
11208         (mm-tmp-directory): Ditto.
11209
11210         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11211         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11212         or Chars.
11213         (gnus-summary-line-format-alist): ?l is now a string.
11214         (gnus-summary-prepare-threads): Output ? for unknown lines.
11215         (gnus-summary-insert-line): Ditto.
11216         (gnus-summary-print-article): Unbalanced parentheses.
11217
11218         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11219         out whether new stuff has arrived.
11220
11221 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11222
11223         * gnus-sum.el: Let printing work on ttys on Emacs.
11224
11225 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226
11227         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11228         when forcing news.
11229
11230         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11231         command.
11232
11233 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11234
11235         * message.el (message-set-auto-save-file-name): Don't use
11236         asterisks under nt.
11237
11238 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11241         lists of articles.
11242
11243         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11244
11245         * gnus-msg.el (gnus-put-message): Clean up.
11246         (gnus-summary-reply): Mark all replied-to articles as replied to.
11247         (gnus-inews-add-send-actions): Also mark as forwarded.
11248         (gnus-summary-mail-forward): Mark as forwarded.
11249
11250         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11251         of articles.
11252         (gnus-summary-mark-article-as-forwarded): Ditto.
11253
11254         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11255         forwarded.
11256         (gnus-summary-mail-forward): Clean up.
11257
11258         * gnus.el (gnus-article-mark-lists): Added forward.
11259
11260         * gnus-sum.el (gnus-forwarded-mark): New variable.
11261         (gnus-summary-prepare-threads): Use it.
11262         (gnus-summary-update-secondary-mark): Ditto.
11263         (gnus-newsgroup-forwarded): New variable.
11264
11265 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11268         (gnus-summary-very-wide-reply): New command and keystroke.
11269         (gnus-summary-very-wide-reply-with-original): Ditto.
11270
11271         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11272         (gnus-score-adaptive): Use it.
11273
11274         * gnus-start.el (gnus-get-unread-articles): Clean up.
11275
11276 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11279         boards.
11280
11281 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11282
11283         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11284         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11285
11286 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * nnultimate.el (nnultimate-retrieve-headers): Understand
11289         long-form month names.
11290
11291 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * gnus-sum.el (gnus-summary-show-all-headers):
11294         gnus-article-show-all-headers is broken. Use
11295         gnus-summary-toggle-header instead.
11296
11297         * mml2015.el (mml2015-gpg-extract-from): No error.
11298
11299 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11301
11302         * mml2015.el (mml2015-gpg-extract-from): New function.
11303         (mml2015-gpg-verify): Use it.
11304         (mml2015-gpg-clear-verify): Use it.
11305
11306 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * message.el (message-setup-fill-variables): Use
11309         fill-paragraph-function.
11310         (message-fill-paragraph): Take an argument.
11311         (message-newline-and-reformat): Take another argument.
11312
11313 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11316
11317 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * message.el (message-forward): local-variable-p takes an extra
11320         argument in XEmacs.
11321
11322 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11323
11324         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11325         `nnimap-use-nov-p' (it really tested the negative).
11326         (nnimap-retrieve-headers): Use it.
11327
11328 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11329
11330         * message.el (message-generate-headers-first): Update doc.
11331
11332 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11333         Trivial patch.
11334
11335         * gnus.el (gnus-summary-line-format): Typo.
11336
11337 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11338
11339         * mailcap.el (mailcap-mime-data): Add application/sieve.
11340         (mailcap-mime-extensions): Add .siv, .xls.
11341
11342 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11343         From Christoph Conrad <christoph.conrad@gmx.de>
11344
11345         * gnus-score.el (gnus-summary-lower-thread): Typo.
11346
11347 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * message.el (message-forward-decoded-p): New variable.
11350         (message-forward-subject-author-subject): Use it.
11351         (message-make-forward-subject): Use it.
11352         (message-forward): Use it.
11353
11354         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11355
11356         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11357         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11358
11359 ;;Has been fixed -- zsh.
11360 ;;2001-03-05  Dave Love  <fx@gnu.org>
11361 ;;
11362 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11363 ;;      Move it after definition of mm-coding-system-p.
11364 ;;
11365 2001-03-01  Dave Love  <fx@gnu.org>
11366
11367         * mm-util.el (mm-inhibit-file-name-handlers): Add
11368         image-file-handler.
11369
11370 2001-02-11  Dave Love  <fx@gnu.org>
11371
11372         * message.el (message-signature-file): Fix doc, :type.
11373
11374 2001-02-08  Dave Love  <fx@gnu.org>
11375
11376         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11377         (message-posting-charset): Defvar when compiling again.
11378         (rfc2047-encodable-p): Require message.
11379
11380         * gnus-sum.el (gnus-alter-articles-to-read-function):
11381         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11382
11383 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11384
11385         * nnrss.el: New file.
11386
11387 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11388         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11389
11390         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11391         `skip-chars-forward'.
11392
11393 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11394
11395         * nndraft.el (nndraft-request-group): Restore auto save files if
11396         the original files do not exist.
11397
11398 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11399
11400         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11401         SCORE paths.
11402
11403         * mm-decode.el (mm-dissect-buffer): Call
11404         mail-extract-address-components only if necessary.
11405
11406 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11409         directory part.
11410         (gnus-score-search-global-directories): Use file-directory-p.
11411
11412         * gnus-score.el (gnus-score-score-files-1): Use
11413         gnus-kill-files-directory.
11414         From Adrian Aichner <adrian@xemacs.org>.
11415
11416 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11417
11418         * gnus.el (charset): Move here from gnus-sum.el.
11419
11420 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11421
11422         * mml.el (mml-preview): Disable local map.
11423
11424         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11425         gnus-article-post-menu here.
11426
11427         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11428         if it has not been made.
11429
11430 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431
11432         * gnus-art.el (gnus-article-describe-key): Map key to event.
11433         (gnus-article-describe-key-briefly): Ditto
11434
11435 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11436
11437         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11438
11439 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440         From Katsumi Yamaoka <yamaoka@jpl.org>.
11441
11442         * dgnushack.el (coerce, merge, subseq): defmacro.
11443
11444 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11445
11446         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11447         A fake defalias in nndraft.el results a not-activated bug in
11448         uncompiled versions.
11449
11450 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11451         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11452
11453         * gnus-util.el (gnus-split-references): Handle malformed References:.
11454
11455 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11458
11459 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11460         From NAGY Andras <nagya@inf.elte.hu>.
11461
11462         * gnus.el (gnus-parameters): Typo.
11463
11464 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11465
11466         * gnus.el (gnus-read-method): Remove redundancy.
11467
11468 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11469
11470         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11471         (nnslashdot-request-list): Use it.
11472
11473 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * nnml.el (nnml-generate-active-info): Fix the case when there is
11476         no file.
11477
11478         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11479         (gnus-summary-create-article): New function.
11480
11481         * gnus-group.el (gnus-group-mark-article-read): New function.
11482
11483         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11484
11485         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11486
11487 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * gnus-art.el (gnus-article-edit-done): Don't use
11490         gnus-article-edit-exit.
11491         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11492
11493         * gnus.el (gnus-parameters): New variable.
11494         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11495         (gnus-parameters-get-parameter): New function.
11496         (gnus-group-find-parameter): Use it.
11497
11498 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11499
11500         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11501         change of default value to `current'.
11502
11503 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11504
11505         * nneething.el (nneething-get-head): Insert unreadable file too.
11506
11507 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11508
11509         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11510
11511         * webmail.el (webmail-type-definition): Deja is bought by google.
11512
11513 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * gnus-sum.el (gnus-fetch-headers): New function.
11516         (gnus-select-newsgroup): Use it.
11517         (gnus-summary-insert-articles): New function.
11518         (gnus-summary-insert-old-articles): New function.
11519         (gnus-summary-insert-new-articles): New function.
11520
11521         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11522         (gnus-group-list-active): Ditto.
11523         * gnus-sum.el (gnus-set-mode-line): Ditto.
11524         (gnus-summary-read-group-1): Ditto.
11525
11526 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11527
11528         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11529         current topic.
11530
11531 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11532
11533         * smiley.el (gnus-smiley-display): Don't do widening.
11534
11535         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11536         within body.
11537
11538         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11539
11540         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11541         New variable.
11542         (gnus-mime-display-multipart-related-as-mixed): New variable.
11543         (gnus-mime-display-part): Use them.
11544
11545 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11546
11547         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11548         something special.
11549
11550 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11551
11552         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11553         (nnweb-request-article): Call reference if exists.
11554         (nnweb-type-definition): Dejanews is bought by google.com.
11555         Beta!
11556
11557 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558
11559         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11560
11561 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11562
11563         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11564         gnus-article-sort-functions.
11565         (gnus-article-sort-functions): Doc fix.  Refer to
11566         gnus-thread-sort-functions.
11567
11568 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11569         From Paul Jarc <prj@po.cwru.edu>.
11570
11571         * message.el (message-get-reply-headers): More fixes.
11572
11573 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11574         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11575
11576         * message.el (message-get-reply-headers): Fix bug with
11577         Mail-Followup-To/to-address interaction.
11578
11579 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11580
11581         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11582         gnus-article-copy.
11583
11584 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * message.el (message-do-send-housekeeping): Rename to a better
11587         name.
11588
11589 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11590
11591         * message.el (message-cancel-news): Check article first, then ask
11592         yes or no.
11593
11594 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11597
11598 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11599
11600         * gnus-range.el (gnus-range-normalize): New function.
11601
11602 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11603
11604         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11605
11606 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11607
11608         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11609
11610         * nnagent.el (nnagent-request-regenerate): New function.
11611
11612         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11613
11614         * nnml.el (nnml-generate-nov-databases): Accept argument
11615         server. Don't open server if it is opened.
11616         (nnml-request-regenerate): Use it. Change to deffoo.
11617
11618 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11619         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11620
11621         * gnus.el (gnus-define-group-parameter): Fix.
11622
11623 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11624
11625         * gnus.el (gnus-define-group-parameter): Improved.
11626
11627         * gnus-sum.el (charset): Define parameter.
11628         (ignored-charsets): Ditto.
11629         (gnus-summary-setup-default-charset): Use them.
11630
11631         * gnus-start.el (gnus-read-descriptions-file): Use them.
11632
11633         * gnus-cus.el (gnus-group-parameters): Remove them.
11634
11635 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11636
11637         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11638
11639 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * gnus-sum.el (gnus-summary-read-group-1): Remove
11642         gnus-summary-set-local-parameters.
11643         (gnus-summary-setup-buffer): Put it here.
11644
11645 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11646
11647         * gnus.el (to-address): Define parameter.
11648         (to-list): Ditto.
11649         * gnus-art.el (article-hide-boring-headers): Use them.
11650         * gnus-msg.el (gnus-post-news): Ditto.
11651         * gnus-cus.el (gnus-group-parameters): Remove them.
11652
11653 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11654
11655         * gnus-draft.el (gnus-draft-reminder): New function.
11656
11657         * gnus-art.el (gnus-sender-save-name): New function.
11658
11659 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11660
11661         * mm-util.el (mm-mime-charset): Error message.
11662
11663 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11664
11665         * message.el (message-check-news-body-syntax): Don't check mml lines.
11666
11667 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11668
11669         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11670         subscribe.
11671
11672         * gnus-start.el (gnus-call-subscribe-functions): New function.
11673         (gnus-find-new-newsgroups): Use it.
11674         (gnus-ask-server-for-new-groups): Use it.
11675         (gnus-check-first-time-used): Use it.
11676         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11677         (gnus-subscribe-options-newsgroup-method): Ditto.
11678         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11679         return .
11680
11681 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11682
11683         * gnus-cus.el (gnus-score-customize): Doc fix.
11684
11685 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11686
11687         * dgnushack.el (my-getenv): Typo.
11688
11689 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11692
11693 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11694
11695         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11696
11697         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11698         (gnus-treatment-function-alist): Use it.
11699         (article-remove-leading-whitespace): New function.
11700         (gnus-article-make-menu-bar): Use it.
11701
11702         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11703         remove-leading-whitespace.
11704         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11705         because of conflict.
11706
11707 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * Makefile.in: Hack generating gnus-load.el.
11710         * dgnushack.el: Ditto.
11711         * gnus-load.el: Remove it.
11712
11713 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11714
11715         * dgnushack.el : Add URLDIR.
11716
11717         * Makefile.in (EMACS_COMP): Ditto.
11718
11719 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11720
11721         * gnus-cus.el (gnus-score-customize): Error on no score file.
11722
11723 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11724
11725         * mm-decode.el (mm-merge-handles): New function.
11726
11727         * mm-view.el (mm-inline-message): Use it.
11728         (mm-view-message): Ditto.
11729
11730         * mm-partial.el (mm-inline-partial): Ditto.
11731
11732         * mm-extern.el (mm-inline-external-body): Ditto.
11733
11734         * gnus-art.el (gnus-mime-view-part): Ditto.
11735         (gnus-mime-view-part-as-type): Ditto.
11736         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11737         cases.
11738
11739 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11740
11741         * message.el (message-cancel-news): Allow to shoot foot.
11742         (message-supersede): Ditto.
11743
11744 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11745         Trivial patch.
11746
11747         * gnus-sum.el (gnus-simplify-subject-re): Use
11748         message-subject-re-regexp.
11749
11750 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11751
11752         * nnmail.el (nnmail-expiry-target-group): Bind
11753         nnmail-cache-accepted-message-ids to nil.
11754
11755         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11756         coding system.
11757
11758 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11759
11760         * qp.el (quoted-printable-encode-region): Make sure characters are
11761         between 00 and FF.  Don't check charset.
11762
11763         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11764         in Emacs 20.
11765         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11766
11767 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11768
11769         * message.el (message-make-forward-subject): Argument decoded.
11770         (message-forward): Use it when digest.
11771
11772         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11773         buffer.
11774
11775 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11776
11777         * message.el (message-generate-headers-first): Doc fix.
11778
11779 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11780
11781         * gnus-art.el (article-make-date-line): Error proof.
11782
11783 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11784
11785         * gnus-group.el (gnus-group-listing-limit): New variable.
11786         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11787
11788         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11789
11790 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11791
11792         * message.el (message-newline-and-reformat): Special case for
11793         breaking at BOL.
11794
11795 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11796
11797         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11798         message/rfc822.
11799
11800 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11801
11802         * message.el (message-encode-message-body): Don't insert
11803         Content-Type if it is inside a mail.
11804
11805 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11806
11807         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11808         gnus-article-commands-menu.
11809
11810         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11811         in Emacs.
11812
11813         * gnus-start.el (gnus-read-descriptions-file): Use
11814         gnus-group-name-charset and gnus-group-charset-alist.
11815
11816 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11817
11818         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11819         active region.
11820
11821         * gnus-start.el (gnus-group-change-level): Remove from both
11822         gnus-zombie-list and gnus-killed-list.
11823
11824 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11825
11826         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11827         gnus-subscribe-topics.
11828
11829         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11830
11831 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11832
11833         * gnus-art.el (gnus-article-make-menu-bar): Make
11834         gnus-article-post-menu.
11835
11836         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11837
11838         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11839
11840         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11841
11842         * message.el (message-mode-menu): Ditto.
11843
11844         * gnus-art.el (defvar): eval-when-compile.
11845
11846 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847
11848         * gnus-agent.el (gnus-agentize): Fix doc.
11849
11850 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11851
11852         * mml.el (mml-preview): Bind `q'.
11853
11854 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11857
11858 2001-01-31  Dave Love  <fx@gnu.org>
11859
11860         * mm-util.el (mm-mime-mule-charset-alist)
11861         (mm-find-mime-charset-region): Consider mule-utf-8.
11862
11863 2001-01-31  Dave Love  <fx@gnu.org>
11864
11865         * gnus-art.el (gnus-article-x-face-command)
11866         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11867         :version.
11868
11869 2001-01-26  Dave Love  <fx@gnu.org>
11870
11871         * mm-util.el (mm-multibyte-string-p): New.
11872
11873 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11874 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11875 ;;      string-as-multibyte on class.  Clarify line-folding.
11876         (quoted-printable-encode-string): Make temp buffer inherit
11877         string's multibyteness.
11878
11879 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11880
11881         * nnheader.el (toplevel): Don't require `gnus-util' at
11882         compile-time; this creates a circular dependency, and prevents
11883         a bootstrap.
11884
11885 2001-01-22  Andreas Schwab  <schwab@suse.de>
11886
11887         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11888
11889 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11890
11891         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11892
11893         * gnus-art.el (article-hide-list-identifiers): Ditto.
11894
11895         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11896
11897 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11898
11899         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11900
11901         * gnus-art.el (article-hide-list-identifiers): Similar.
11902
11903 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11904
11905         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11906
11907 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11908
11909         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11910
11911 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11912
11913         * gnus-util.el (gnus-string-equal): New function.
11914
11915         * gnus-art.el (article-hide-boring-headers): Use it.
11916
11917 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11918
11919         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11920
11921 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11924
11925 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11926
11927         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11928         command if there is not last-saver.
11929
11930 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11931
11932         * nntp.el (nntp-open-connection): 201 is possible.
11933
11934 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11935
11936         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11937         (rfc2047-charset-encoding-alist): Add big5.
11938
11939 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11942         (gnus-agent-remove-server): Ditto.
11943         (autoload): gnus-server-update-server.
11944
11945         * gnus-srvr.el (gnus-server-line-format): Add %a.
11946         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11947         (gnus-server-insert-server-line): Use it.
11948
11949 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11950
11951         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11952         GB2312 and Big5.
11953
11954 2001-01-24  Simon Josefsson  <sj@extundo.com>
11955
11956         * mail-source.el (mail-sources): Add :program specifier to IMAP
11957         mail source.
11958         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11959
11960 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11963
11964 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * nntp.el (nntp-wait-for): Return the success code.
11967         (nntp-open-connection): Use it.
11968
11969 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970
11971         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11972
11973 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974
11975         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11976
11977 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11978
11979         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11980         argument. Allow to print several articles in one file.
11981
11982 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11983
11984         * webmail.el (webmail-type-definition): netaddress changes.
11985
11986 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11987
11988         * gnus.el: Fix copyright. Remove trailing spaces.
11989
11990         * message.el (message-forward): Use mule4.
11991
11992 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11993
11994         * mm-util.el (mm-string-as-unibyte): New function.
11995
11996         * message.el (message-forward): Use it.
11997
11998 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * message.el (message-cite-original-without-signature): Don't peel
12001         off the blank line.
12002         (message-get-reply-headers): Add Cc if it is not in follow-to.
12003
12004 2001-01-20  Simon Josefsson  <sj@extundo.com>
12005
12006         * mm-decode.el (mm-handle-multipart-from): Add.
12007         (mm-dissect-buffer): Save From: header value.
12008         (mm-security-from): Remove.
12009         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12010
12011         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12012         instead of `mml-security-from'.  Protect null from value.
12013
12014 2001-01-20  Simon Josefsson  <sj@extundo.com>
12015
12016         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12017         application/vnd.ms-excel attachments.
12018
12019 2001-01-19  Simon Josefsson  <sj@extundo.com>
12020
12021         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12022
12023 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12024
12025         * message.el (message-ignored-mail-headers): Ditto.
12026
12027 2001-01-19  Simon Josefsson  <sj@extundo.com>
12028
12029         * message.el (message-ignored-news-headers): Only search beginning
12030         of line.
12031
12032 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12033         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12034
12035         * message.el (message-send-mail): Content-Type may not be there.
12036
12037 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12038
12039         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12040         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12041
12042         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12043         not.
12044
12045 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12046
12047         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12048         non-native groups.
12049
12050 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12051
12052         * message.el (message-yank-original): Understand
12053         universal-argument.
12054
12055 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12056
12057         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12058         (article-hide-boring-headers): Ditto.
12059
12060         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12061
12062 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12063
12064         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12065         one.
12066
12067 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12068
12069         * message.el (message-make-in-reply-to): Add comment to message-id
12070         (old syntax, see 2000-08-02 change).
12071
12072 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12073
12074         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12075         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12076         (gnus-button-reply): Ditto.
12077
12078 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-art.el (article-display-x-face): Fix.
12081
12082 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12083
12084         * gnus-art.el (article-display-x-face): Use
12085         gnus-original-article-buffer.
12086
12087 2001-01-15  Jack Twilley  <jmt@tbe.net>
12088
12089         * message.el (message-add-header): Move to point-max.
12090
12091 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12092
12093         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12094         nil, improve documentation.
12095         (smime-certificate-directory): Comment out false hints (until it
12096         is implemented).
12097
12098         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12099         there aren't any keys.
12100         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12101         verify certificate.  Default is changed to only check integrity.
12102         Improved security status texts.  If a certificate doesn't contain
12103         a email address, don't fail.
12104
12105         * smime.el (smime-noverify-region):
12106         (smime-noverify-buffer): New functions.  Verifies integrity only.
12107
12108 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12109
12110         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12111
12112 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12113
12114         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12115         (gnus-remove-some-windows): Ditto.
12116
12117 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12118
12119         * gnus-art.el (article-make-date-line): 11th.
12120
12121 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12124         (mml2015-gpg-sign): Ditto.
12125
12126 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12127
12128         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12129         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12130
12131 2001-01-08  Dave Love  <fx@gnu.org>
12132
12133         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12134         single character.
12135
12136         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12137
12138         * message.el: Doc and message fixes.
12139         (message-send-rename-function)
12140         (message-make-forward-subject-function)
12141         (message-send-mail-function, message-reply-to-function)
12142         (message-wide-reply-to-function, message-followup-to-function)
12143         (message-distribution-function, message-auto-save-directory): Fix
12144         :type.
12145
12146         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12147         proceeding after warnings.  Amend multipart warning message.
12148
12149 2001-01-04  Dave Love  <fx@gnu.org>
12150
12151         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12152         compiling.
12153         (gnus-make-directory): Require nnmail.
12154
12155         * mm-decode.el (mm-inline-media-tests): Add
12156         image/x-portable-bitmap.
12157         (mm-get-image): Grok pbm.
12158
12159 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12160
12161         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12162
12163 2001-01-09  Didier Verna  <didier@xemacs.org>
12164
12165         * dgnushack.el (dgnushack-compile): give a dummy value to
12166         `gnus-xmas-glyph-directory' for the time of compilation.
12167         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12168         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12169         * gnus-art.el: ditto.
12170         * gnus-group.el: ditto.
12171         * gnus-salt.el: ditto.
12172         * gnus-sum.el: ditto.
12173         * gnus-topic.el: ditto.
12174         * gnus-xmas.el (gnus-xmas-define): see above.
12175         * gnus-xmas.el (gnus-xmas-redefine): see above.
12176         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12177         non-continuable error when the directory can't be found.
12178
12179 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12182         handle.
12183         * gnus-art.el (gnus-mime-view-part): Copy it.
12184         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12185
12186 2001-01-09  Michael Downes  <mjd@ams.org>
12187
12188         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12189
12190 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12191
12192         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12193         orig-file. Use ',source.
12194
12195 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12196
12197         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12198         (gnus-xmas-group-startup-message):
12199         Detect gnus-xmas-glyph-directory when it is nil.
12200
12201 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12202
12203         * pop3.el (pop3-get-message-count): Andrew Innes
12204         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12205
12206 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12207
12208         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12209
12210         * time-date.el (time-to-number-of-days): New function.
12211
12212 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12213         Trivial patch.
12214
12215         * nnslashdot.el (nnslashdot-request-list): Always get the right
12216         sid.
12217
12218 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * message.el (message-minibuffer-local-map): New keymap.
12221         (message-read-from-minibuffer): Use it.
12222         * gnus-msg.el (gnus-summary-resend-message): Use it
12223
12224 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * gnus-start.el (gnus-display-time-event-handler): New function.
12227         (gnus-after-getting-new-news-hook): Use it.
12228
12229 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12230
12231         * message.el (message-ignored-mail-headers): Add draft header.
12232
12233 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12236         excursion.
12237
12238         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12239
12240 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12241         A revoked patch.
12242
12243         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12244
12245 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12246
12247         * qp.el (quoted-printable-decode-region): Don't backward-char.
12248
12249 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * gnus-draft.el: Mark articles as replied.
12252
12253         * gnus-sum.el (gnus-summary-add-mark): New function.
12254
12255         * gnus-group.el (gnus-add-mark): New function.
12256
12257         * gnus-sum.el (gnus-summary-buffer-name): New function.
12258         (gnus-summary-setup-buffer): Use it.
12259
12260         * gnus-draft.el: Set things up with the right post method and
12261         stuff.
12262
12263         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12264
12265         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12266
12267         * gnus.el (gnus-draft-meta-information-header): New variable.
12268
12269 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * gnus-art.el (gnus-treatment-function-alist): Move the date
12272         functions before the header sorting functions.
12273
12274         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12275
12276         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12277         Don't (push "/usr/share/emacs/site-lisp" load-path).
12278
12279         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12280         to empty fill prefixes.
12281
12282 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12283
12284         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12285         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12286
12287 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12290
12291         * nnml.el (autoload): Move to nnheader.el.
12292
12293         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12294         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12295         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12296         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12297
12298 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12299
12300         * gnus-art.el (article-make-date-line): Get the hours right.
12301         (gnus-ignored-headers): More hiding.
12302
12303         * nnmail.el (nnmail-expiry-wait): Not an integer.
12304
12305         * message.el (message-goto-body): Only expand abbrev when called
12306         interactively.
12307         (message-make-lines): Use it.
12308
12309 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12310
12311         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12312
12313 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12314
12315         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12316         include the expunged articles.
12317
12318         * gnus-group.el (gnus-group-sort-by-server): New function.
12319
12320         * gnus.el (gnus-method-to-server-name): New function.
12321         (gnus-group-prefixed-name): Use it.
12322
12323         * gnus-group.el (gnus-group-sort-function): Doc fix.
12324         (gnus-group-sort-groups-by-server): New command.
12325
12326 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * gnus-art.el (gnus-treat-date-english): New variable.
12329         (article-date-english): New command.
12330         (gnus-english-month-names): New variable.
12331         (article-make-date-line): Do 'english.
12332
12333         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12334         after the fill prefix.
12335
12336         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12337         score...".
12338
12339         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12340
12341         * message.el (message-mode-map): Bind comment-region.
12342
12343         * gnus-art.el (gnus-mime-display-part): Let w3 display
12344         multipart/related.
12345
12346         * mm-bodies.el (mm-long-lines-p): New function.
12347         (mm-body-encoding): Use it.
12348         (mm-body-encoding): Encode articles with lines longer than 1000
12349         characters.
12350
12351 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12352
12353         * mm-util.el (mm-enable-multibyte): Use
12354         default-enable-multibyte-characters.
12355         (mm-enable-multibyte-mule4): Ditto.
12356         (mm-disable-multibyte): Test XEmacs.
12357         (mm-disable-multibyte-mule4): Ditto.
12358         (mm-with-unibyte-current-buffer): Simplified.
12359         (mm-with-unibyte-current-buffer-mule4): Ditto.
12360
12361 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12362
12363         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12364
12365         * nnheader.el (nnheader-string-as-multibyte): New alias.
12366
12367         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12368
12369         * gnus-uu.el (gnus-message-process-mark): New function.
12370         (gnus-uu-mark-by-regexp): Use it.
12371         (gnus-new-processable): New function.
12372
12373 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12374          Trivial patch.
12375
12376         * gnus-sum.el (gnus-no-mark): New variable.
12377
12378 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379
12380         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12381         backslashes.
12382
12383 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12386         definition.
12387
12388 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12389
12390         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12391
12392         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12393         XEmacs.
12394
12395 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12396         Trivial patch.
12397
12398         * mml.el (mml-read-tag): Save tag location.
12399
12400 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12401
12402         * starttls.el: Sync with Emacs 21.
12403
12404 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12405
12406         * message.el (message-mail): Support yank-action.
12407
12408         * message.el (message-setup): Revoke the last change.
12409
12410 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12411
12412         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12413         <jvromans@squirrel.nl>.
12414
12415 2000-12-24  Simon Josefsson  <sj@extundo.com>
12416
12417         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12418         mailing list junk at end of part.
12419
12420 2000-12-23  Simon Josefsson  <sj@extundo.com>
12421
12422         * nnimap.el (nnimap-expiry-target): New function.
12423         (nnimap-request-expire-articles): Use it.
12424
12425 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12426
12427         * gnus.el (gnus-group-parameters-more): New variable.
12428         * gnus-cus.el (gnus-group-customize): Use it.
12429
12430         * gnus.el (gnus-define-group-parameter): New macro.
12431         (auto-expire): Use it
12432         (total-expire): Use it.
12433         * gnus-art.el (banner): Use it.
12434
12435         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12436         <ljz@asfast.com>.
12437
12438 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         * gnus-topic.el (gnus-topic-create-topic): Use list.
12441
12442         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12443         before binding gnus-default-article-saver.
12444
12445         * gnus-sum.el (gnus-summary-save-article):
12446         (gnus-summary-pipe-output):
12447         (gnus-summary-save-article-mail):
12448         (gnus-summary-save-article-rmail):
12449         (gnus-summary-save-article-file):
12450         (gnus-summary-write-article-file):
12451         (gnus-summary-save-article-body-file): Ditto.
12452
12453         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12454
12455 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * gnus-art.el (gnus-mime-security-button-map):
12458         (gnus-mime-button-map): Add parent.
12459
12460 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12461
12462         * messagexmas.el (message-xmas-redefine): New function.
12463
12464         * message.el: Use it.
12465
12466         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12467
12468         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12469
12470 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12471
12472         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12473         malformatted messages.
12474
12475 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12476
12477         * mm-util.el (mm-image-load-path): New function.
12478
12479         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12480
12481         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12482
12483         * message.el (message-tool-bar-map): Use it.
12484
12485         * Makefile.in (install-el): New rule.
12486
12487 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * gnus-art.el (article-treat-dumbquotes): Quote \.
12490
12491 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12492
12493         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12494         Emacs 20 runs on a terminal.
12495
12496 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12497
12498         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12499
12500         * mml.el (gnus-add-minor-mode): Autoload.
12501
12502         * message.el (message-forward): Save-restriction.
12503
12504 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12505
12506         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12507         Paul Stevenson <p.stevenson@surrey.ac.uk>
12508
12509 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12510
12511         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12512
12513         * mml.el (gnus-ems): Don't require.
12514
12515         * gnus.el (gnus-decode-rfc1522): Removed.
12516         (gnus-set-text-properties): Define.
12517
12518 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12519
12520         * gnus-art.el (gnus-mime-*): handle may be nil.
12521
12522         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12523
12524         * gnus.el (gnus-group-remove-excess-properties): Not defined
12525         in gnus-xmas.
12526
12527 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12528
12529         * message.el (message-mail-user-agent): Add :version.
12530
12531 2000-12-21  Miles Bader  <miles@gnu.org>
12532
12533         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12534
12535 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12536
12537         * message.el (message-mail-user-agent): New variable.
12538         (message-setup): Renamed to message-setup-1. Support
12539         mail-user-agent.
12540         (message-mail-user-agent): New function.
12541         (message-mail): Use it.
12542         (message-reply): Use it.
12543         (message-resend): Use it.
12544         (message-mail-other-window): Use it.
12545         (message-mail-other-frame): Use it.
12546
12547         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12548
12549 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12550
12551         * message.el (message-tool-bar-map): Simplify.
12552         (message-narrow-to-head-1): New function.
12553         (message-narrow-to-head): Use it.
12554         (message-reply): Ditto.
12555         (message-cancel-news): Ditto.
12556         (message-supersede): Ditto.
12557         (message-make-forward-subject): Ditto.
12558         (message-bounce): Ditto.
12559
12560 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12561
12562         * uudecode.el (uudecode-decode-region-external): make-temp-file
12563         may not be defined.
12564
12565         * binhex.el (defalias): eval-and-compile.
12566
12567         * message.el (message-tool-bar-map): New function.
12568         (message-mode): Use it.
12569
12570 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12571
12572         * nntp.el (nntp-find-connection): Remove the entry.
12573         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12574
12575 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12576
12577         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12578
12579         * message.el (message-forward): Copy buffer in unibyte mode.
12580
12581 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12582
12583         * message.el (message-make-forward-subject): Don't widen. Decode.
12584         (message-forward): Don't decode subject.
12585
12586 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12587
12588         * qp.el (quoted-printable-encode-region): Upcase QP.
12589
12590 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12591
12592         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12593         mail-extract-a-c instead. Don't depend on Gnus.
12594
12595         * mml.el (gnus-ems): Require it.
12596
12597         * gnus-msg.el (gnus-summary-mail-forward):
12598
12599         * message.el (message-forward):  Move mime-to-mml here.
12600
12601 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12602
12603         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12604         * gnus-art.el (gnus-insert-mime-button): Simplify.
12605         (gnus-mime-display-alternative): Ditto.
12606         (gnus-insert-mime-security-button): Ditto.
12607
12608 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12609
12610         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12611         text-property-not-all doesn't return nil when start=mark(end).
12612         (gnus-remove-text-properties-when): Ditto.
12613
12614 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12615
12616         * gnus-start.el (gnus-group-change-level): Remove group from
12617         gnus-active-hashtb if real killed.
12618
12619 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12620
12621         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12622         (gnus-mime-display-alternative): Ditto.
12623         (gnus-insert-mime-security-button): Ditto.
12624
12625 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12626
12627         * gnus-start.el (gnus-group-change-level): Don't add it into
12628         killed-list if it was killed.
12629
12630 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12631
12632         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12633         (nnmbox-active-file-coding-system): Ditto.
12634
12635         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12636
12637 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12638
12639         * gnus.el (gnus-version):
12640         (gnus-version-number): Set to Oort Gnus 0.01.
12641
12642         * gnus-art.el (gnus-mime-security-button-map):
12643         (gnus-insert-mime-security-button): Fix for Emacs21.
12644
12645 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12646
12647         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12648         easymenu, because XEmacs doesn't understand :help.
12649
12650         * mm-uu.el: Require binhex.
12651
12652 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12653
12654         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12655
12656 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12657
12658         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12659
12660 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12661
12662         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12663
12664 2000-12-18  Dave Love  <fx@gnu.org>
12665
12666         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12667         (unused).
12668
12669 2000-12-13  Miles Bader  <miles@gnu.org>
12670
12671         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12672         to t, so that we don't get stuck while trying to smilefy
12673         intangible text.
12674
12675 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12676
12677         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12678         at the end of the buffer.
12679         (smiley-region): In the loop, move to the end of the submatch
12680         matching the smiley instead of using the end of the match
12681         of the whole regexp.
12682
12683 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12684
12685         * message.el (message-mode): Doc fix.
12686
12687 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12688
12689         * smiley-ems.el (smiley-region): Doc fix.
12690
12691 2000-12-11  Miles Bader  <miles@gnu.org>
12692
12693         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12694         bottom line visible, check to see if it's partially obscured, and
12695         if so, either scroll one more line to make it fully visible, or
12696         revert to showing the second line from the top.
12697
12698 2000-12-07  Dave Love  <fx@gnu.org>
12699
12700         * mailcap.el (mailcap-download-directory)
12701         * gnus-audio.el (gnus-audio-directory)
12702         * smiley-ems.el (smiley-data-directory): Fix :type.
12703
12704 2000-11-30  Dave Love  <fx@gnu.org>
12705
12706         * message.el (message-auto-save-directory): Use
12707         file-name-as-directory.
12708         (message-set-auto-save-file-name): Create
12709         message-auto-save-directory if necessary.
12710         (message-replace-chars-in-string): Removed -- unused.
12711         (message-mail-alias-type): Customize.
12712         (message-headers): Remove duplicate defgroup.
12713
12714 2000-11-29  Dave Love  <fx@gnu.org>
12715
12716         * qp.el (quoted-printable-decode-region): Use error, not message
12717         to report malformed text (like base64).  Amend message.
12718
12719 2000-11-29  Miles Bader  <miles@gnu.org>
12720
12721         * message.el (message-header-lines): Fontify tag.
12722
12723 2000-11-27  Dave Love  <fx@gnu.org>
12724
12725         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12726         compiler warning.
12727
12728 ;2000-11-26  Dave Love  <fx@gnu.org>
12729 ;
12730 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12731 ;
12732 2000-11-23  Dave Love  <fx@gnu.org>
12733
12734         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12735
12736         * mm-uu.el (uudecode): Require.
12737         (uudecode-decode-region, uudecode-decode-region-external): Don't
12738         autoload.
12739         (mm-uu-copy-to-buffer): Doc fix.
12740         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12741         type fix.
12742
12743         * mailcap.el: Doc fixes.
12744         (mailcap-mime-data): Various adjustments.
12745         (mailcap): New group.
12746         (mailcap-download-directory): Customize.
12747         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12748         (mailcap-temporary-directory): Deleted (unused).
12749         (mailcap-unescape-mime-test): Simplify slightly.
12750         (mailcap-viewer-passes-test): Use functionp.
12751         (mailcap-command-p): Aliased to executable-find.
12752
12753         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12754         default-enable-multibyte-characters is nil.
12755
12756 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12757
12758         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12759
12760 2000-11-21  Dave Love  <fx@gnu.org>
12761
12762         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12763         gnus-article-mode-map.
12764 ;       (gnus-mime-button-menu): Use mouse-set-point.
12765         (gnus-insert-mime-button, gnus-mime-display-alternative)
12766         (gnus-mime-display-alternative): Don't use local-map property.
12767
12768 2000-11-17  Dave Love  <fx@gnu.org>
12769
12770         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12771         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12772         and make-temp-file.
12773         (uudecode-decode-region): Doc fix.
12774
12775 2000-11-14  Dave Love  <fx@gnu.org>
12776
12777         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12778         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12779         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12780         New files, derived from the XPMs.
12781
12782 2000-11-10  Dave Love  <fx@gnu.org>
12783
12784         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12785         (gnus-agent-lib-file, gnus-agent-load-alist)
12786         (gnus-agent-save-alist, gnus-agent-article-name): Use
12787         expand-file-name.
12788
12789         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12790         :version.
12791         (nnkiboze-score-file): Defvar when compiling.
12792
12793         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12794
12795         * gnus-art.el (gnus-article-banner-alist)
12796         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12797         (gnus-article-date-lapsed-new-header)
12798         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12799         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12800         (gnus-treat-strip-headers-in-body)
12801         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12802         (gnus-treat-translate): Add :version.
12803         (gnus-article-mime-part-function): Fix defcustom.
12804
12805         * nnmail.el (nnmail-expiry-target)
12806         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12807         (nnmail-split-header-length-limit): Add :version.
12808
12809         * gnus-sum.el (gnus-auto-expirable-marks)
12810         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12811         (gnus-extra-headers, gnus-ignored-from-addresses)
12812         (gnus-newsgroup-ignored-charsets)
12813         (gnus-group-highlight-words-alist)
12814         (gnus-summary-show-article-charset-alist): Add :version.
12815
12816         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12817         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12818         files, converted from the XPMs.
12819
12820         * gnus-cache.el (gnus-cache-active-file): Don't use
12821         file-name-as-directory on directory.
12822         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12823         use file-name-as-directory on directory.
12824
12825         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12826         (date-to-time): Use it.
12827
12828 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12829 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12830 ;       (message-newline-and-reformat): Likewise.
12831         (message-forward-as-mime, message-forward-ignored-headers)
12832         (message-buffer-naming-style, message-default-charset)
12833         (message-dont-reply-to-names, message-send-mail-partially-limit):
12834         Add :version.
12835
12836         * mm-util.el: Doc fixes.
12837         (mm-mime-charset): Don't use the raw result of
12838         mm-preferred-coding-system.
12839         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12840         (mm-with-unibyte): Simplify.
12841
12842         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12843         concat.
12844
12845         * pop3.el (pop3-version): Deleted.
12846         (pop3-make-date): New function, avoiding message-make-date.
12847         (pop3-munge-message-separator): Use it.
12848
12849 2000-11-09  Dave Love  <fx@gnu.org>
12850
12851         * gnus-group.el (gnus-group-make-directory-group)
12852         (gnus-group-fetch-faq): Use expand-file-name.
12853         (gnus-group-fetch-faq): Simplify completing-read form.
12854
12855         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12856         test for Mule.
12857
12858         * message.el (tool-bar-map): Defvar when compiling.
12859
12860         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12861         (gnus-tm-lisp-directory): Deleted.
12862         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12863         (featurep 'xemacs).
12864         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12865         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12866         version numbers from file names.
12867
12868 2000-11-08  Dave Love  <fx@gnu.org>
12869
12870         * mm-view.el: Use featurep for XEmacs test.
12871         (mm-inline-message): Test for `remove-specifier'; don't use
12872         condition-case.
12873
12874         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12875
12876         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12877         (gnus-score-find-bnews): Don't concat "".
12878
12879         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12880         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12881         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12882         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12883
12884         * gnus-sum.el: Put some defvars in eval-when-compile.
12885         (gnus-summary-mode-hook): Add :options.
12886         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12887         (gnus-summary-tool-bar-map): New variable.
12888         (gnus-summary-make-tool-bar): New function.
12889         (gnus-summary-mode): Put kill-all-local-variables first.
12890
12891         * gnus-group.el (gnus-group-toolbar-map): New variable.
12892         (gnus-group-make-tool-bar): Rewritten.
12893         (gnus-group-mode): Put kill-all-local-variables first.
12894
12895         * rfc2047.el: Require gnus-util.
12896
12897         * nnml.el (gnus-sorted-intersection): Autoload.
12898
12899         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12900         Put some defvars in eval-when-compile.
12901         (gnus-intersection, gnus-sorted-complement):  Autoload.
12902
12903         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12904
12905         * mm-encode.el (mm-body-7-or-8): Autoload.
12906
12907         * mm-decode.el (mm-insert-inline): Autoload.
12908
12909         * mml.el:
12910         * message.el: Put some defvars in eval-when-compile.
12911
12912         * gnus-msg.el: Put some defvars in eval-when-compile.
12913         (gnus-msg-mail): Move after gnus-setup-message.
12914
12915         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12916
12917 2000-11-07  Dave Love  <fx@gnu.org>
12918
12919         * gnus-util.el (nnheader): Don't require message (recursive
12920         autoload).
12921
12922         * uudecode.el: Avoid compiler warnings.
12923
12924         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12925         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12926
12927 2000-11-06  Dave Love  <fx@gnu.org>
12928
12929         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12930
12931         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12932         (uudecode-char-int): New alias, replacing char-int.
12933         (uudecode-decode-region): Don't call buffer-disable-undo.
12934
12935 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12936 ;       (mm-uu-configure-list): Doc fix.
12937 ;
12938 ;       * earcon.el (running-xemacs): Don't define.
12939 ;
12940 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12941 ;
12942 ;       * message.el (message-font-lock-keywords): Match a final newline
12943 ;       to help font-lock's multiline support.
12944 ;
12945 2000-11-03  Dave Love  <fx@gnu.org>
12946
12947         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12948
12949         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12950         name.
12951
12952         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12953         <banner>: Fix custom type, doc.
12954
12955         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12956         name.  Don't disable undo explicitly.
12957
12958 ;2000-11-02  Dave Love  <fx@gnu.org>
12959 ;
12960 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12961 ;       cite-prefix.
12962
12963 2000-11-01  Dave Love  <fx@gnu.org>
12964
12965         * rfc2047.el (base64): Require unconditionally.
12966         (message-posting-charset): Defvar when compiling.
12967         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12968         message.
12969
12970         * gnus-sum.el (nnoo): Require.
12971         (mm-uu-dissect): Autoload.
12972
12973         * mml.el (mml-parse-1): Clarify message.
12974         (mml-minibuffer-read-type): Use mailcap-mime-types.
12975
12976 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12977
12978         * mml.el: Fix a typo in the requiring of CL.
12979
12980 2000-11-01  Dave Love  <fx@gnu.org>
12981
12982         * utf7.el: Require cl when compiling.
12983
12984         * binhex.el: Use (featurep 'xemacs).
12985         (binhex-char-int): New alias, replacing char-int.  Change callers.
12986         (binhex-decode-region): Simplify work buffer code.
12987         (binhex-decode-region-external): Use expand-file-name, not concat.
12988
12989 2000-10-30  Dave Love  <fx@gnu.org>
12990
12991         * gnus-art.el: Fix 2000-10-27 change properly.
12992
12993 2000-10-28  Miles Bader  <miles@gnu.org>
12994
12995         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12996
12997 2000-10-27  Dave Love  <fx@gnu.org>
12998
12999         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13000         strings.
13001         (gnus-group-make-tool-bar): New function.
13002         (gnus-group-mode): Use it.
13003
13004         * message.el (message-mode-menu): Add some :help strings.
13005         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13006         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13007
13008         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13009         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13010         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13011
13012         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13013         display-graphic-p here.
13014
13015 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13016
13017         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13018         of the `gnus-xemacs' variable, as the latter has been removed.
13019         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13020         * gnus-art.el (gnus-treat-display-xface)
13021         (gnus-treat-display-smileys, gnus-treat-display-picons)
13022         (gnus-article-read-summary-keys): Likewise.
13023
13024 2000-10-26  Dave Love  <fx@gnu.org>
13025
13026         (defvar): Use rmail-spool-directory unconditionally.
13027
13028 2000-10-18  Dave Love  <fx@gnu.org>
13029
13030         * mm-bodies.el (mm-uu-decode-function)
13031         (mm-uu-binhex-decode-function): Defvar when compiling.
13032
13033         * gnus-nocem.el (gnus-nocem-issuers): Update.
13034         (gnus-nocem-check-from): New option.
13035         (gnus-nocem-scan-groups): Use it.
13036         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13037         (gnus-nocem-check-article-limit): Add :version.
13038
13039 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13040
13041         * ietf-drums.el (mm-util): Require CL when compiling.
13042
13043 2000-10-15  Dave Love  <fx@gnu.org>
13044
13045         * qp.el: Require mm-util.
13046
13047 2000-10-13  Dave Love  <fx@gnu.org>
13048
13049         * qp.el (quoted-printable-decode-region): Avoid invalid
13050         coding-systems.
13051
13052 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13053
13054         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13055         to a recursive load.
13056
13057 2000-10-12  Dave Love  <fx@gnu.org>
13058
13059         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13060
13061         * gnus.el (gnus-group-startup-message): Check for PBM image.
13062
13063 2000-10-09  Dave Love  <fx@gnu.org>
13064
13065         * mail-source.el (mail-source-fetch-imap): Bind
13066         default-enable-multibyte-characters rather than using
13067         mm-disable-multibyte.
13068
13069 2000-10-05  Dave Love  <fx@gnu.org>
13070
13071         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13072         Autoload.
13073         (quoted-printable-decode-region):  Rename arg which confused
13074         charset with coding-system.  Don't use nonascii-insert-offset.
13075         Coding-system encode the region initially.  Don't recognize `=='
13076         as valid QP.  Coding-system decode the region finally.
13077         (quoted-printable-decode-string): Rename arg which confused
13078         charset with coding-system.
13079
13080         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13081         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13082         mm-encode-coding-region.
13083         (mm-decode-body, mm-decode-string): Rename variables which
13084         confused charset with coding-system.
13085         (binhex-decode-region): Don't autoload.
13086         (mm-body-encoding): Require message.
13087         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13088         cond branches.
13089
13090         * gnus-art.el (article-de-quoted-unreadable)
13091         (article-de-base64-unreadable): Fold search case
13092         rather than downcasing string.  Apply mm-charset-to-coding-system
13093         to arg of quoted-printable-decode-region.
13094
13095 2000-10-04  Dave Love  <fx@gnu.org>
13096
13097         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13098         Require ring when compiling.
13099         (gnus-article-compface-xbm): New variable.
13100
13101 2000-10-04  Dave Love  <fx@gnu.org>
13102
13103         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13104         pbm images.
13105
13106         * frown.pbm, smile.pbm, wry.pbm: New files.
13107
13108         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13109
13110 2000-10-03  Dave Love  <fx@gnu.org>
13111
13112         * mail-source.el (mail-sources): Revert to nil.
13113
13114         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13115
13116         * qp.el: Don't require mm-util.
13117         (quoted-printable-decode-region): Rewritten.
13118         (quoted-printable-decode-string, quoted-printable-encode-region):
13119         Doc fix.
13120         (quoted-printable-encode-region): Barf on multibyte characters.
13121         Maybe make the class multibyte.  Upcase chars, not formatted
13122         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13123         (quoted-printable-encode-string): Don't use
13124         mm-with-unibyte-buffer.
13125
13126 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13127
13128         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13129
13130 2000-09-21  Dave Love  <fx@gnu.org>
13131
13132         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13133         (for Emacs 20).  Tidy somewhat.
13134
13135 2000-09-21  Dave Love  <fx@gnu.org>
13136
13137         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13138         image processing.  Rationalize logic somewhat.
13139
13140 2000-09-20  Dave Love  <fx@gnu.org>
13141
13142         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13143         specifically.
13144
13145         * gnus.el (gnus-version-number): Avoid some redundant
13146         autoloads.
13147
13148 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13149
13150         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13151         to XBM; we always have PBM support.
13152
13153 2000-09-14  Dave Love  <fx@gnu.org>
13154
13155         * gnus.el (gnus-charset):
13156         * mm-decode.el (mime-display):
13157         * imap.el (imap) <defgroup>: Add :version.
13158
13159 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13160
13161         * parse-time.el: Fix author's mail address.
13162
13163         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13164         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13165         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13166         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13167         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13168         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13169         * rfc2231.el, uudecode.el: Fix copyright notice.
13170
13171         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13172         require `w3' at load-time only if not running in batch mode.
13173
13174 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13175
13176         * gnus.el: Before merge with Emacs21.
13177
13178 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13179
13180         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13181
13182 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13183
13184         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13185         to avoid conflict with the standard `back-to-indentation'
13186         binding.
13187
13188 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13189
13190         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13191
13192         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13193         (mm-disable-multibyte-mule4): Ditto.
13194         (mm-with-unibyte-current-buffer-mule4): Ditto.
13195
13196 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13197
13198         * pop3.el (pop3-movemail): Use binary.
13199         (pop3-movemail-file-coding-system): Removed.
13200
13201 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13204
13205 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13206
13207         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13208         exists.
13209
13210 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13211
13212         * gnus-msg.el (gnus-post-method): Use backend name when the
13213         address is "".
13214
13215 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13218         mm-verify-option.
13219         (gnus-treat-x-pgp-sig): Default value.
13220         (gnus-ignored-headers): Redundant.
13221
13222 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * gnus-win.el (gnus-configure-frame): Save selected window.
13225
13226 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13227
13228         * nnmbox.el: Require gnus-range.
13229         (nnmbox-group-building-active-articles): New variable.
13230         (nnmbox-group-active-articles): New variable; this is a cache of
13231         all active articles by group and number.
13232         (nnmbox-in-header-p): New function.
13233         (nnmbox-find-article): New function.
13234         (nnmbox-record-active-article): New function.
13235         (nnmbox-record-deleted-article): New function.
13236         (nnmbox-is-article-active-p): New function.
13237         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13238         (nnmbox-request-article): Ditto.  Also supply extra arg to
13239         nnmbox-article-group-number.
13240         (nnmbox-request-expire-articles): Ditto.
13241         (nnmbox-request-move-article): Ditto.
13242         (nnmbox-request-replace-article): Ditto.
13243         (nnmbox-request-rename-group): Rename group entry in active
13244         article cache.
13245         (nnmbox-delete-mail): Update active article cache, unless article
13246         is being replaced.
13247         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13248         than partially duplicating it.
13249         (nnmbox-article-group-number): Add extra `this-line' arg, to
13250         handle articles belonging to multiple groups.
13251         (nnmbox-save-mail): Update active article cache.
13252         (nnmbox-read-mbox): Build active article cache when loading mbox.
13253         Also do some repair work, if we find articles that are missing the
13254         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13255         reconstruct these from Xref info.
13256
13257 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13258
13259         * mail-source.el (mail-source-report-new-mail): Use
13260         nnheader-run-at-time.
13261
13262 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13263
13264         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13265         an error is thrown, and then rethrow the error.
13266         (mail-source-check-pop): Ditto.
13267         (mail-source-start-idle-timer): Prevent multiple pop checks
13268         running if the check takes a long time.
13269
13270 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13271
13272         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13273         succeed.
13274
13275 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13276
13277         * gnus-win.el (gnus-configure-windows): Make sure
13278         nntp-server-buffer is live.
13279         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13280
13281 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13282
13283         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13284
13285 2000-12-04  Andreas Jaeger  <aj@suse.de>
13286
13287         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13288
13289 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13290
13291         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13292
13293 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13294         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13295
13296         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13297
13298 2000-12-01  Simon Josefsson  <sj@extundo.com>
13299
13300         * mml-smime.el (mml-smime-verify): Fix address parsing.
13301
13302 2000-12-01  Simon Josefsson  <sj@extundo.com>
13303
13304         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13305         more than one certificate inside PKCS#7 blob.  Better security
13306         information (clamed / actual sender, openssl output, certificates
13307         inside message).
13308
13309         * smime.el (smime-verify-region): Output to /dev/null.
13310         (smime-buffer-as-string-region): Don't parse empty lines.
13311
13312 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13315         ?d and ?D.
13316         (gnus-mime-security-show-details-inline): New variable.
13317         (gnus-mime-security-show-details): Use them.
13318         (gnus-insert-mime-security-button): Ditto.
13319
13320         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13321         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13322         (mml2015-gpg-clear-verify): Ditto.
13323         (mml2015-gpg-decrypt-1): Ditto.
13324         (mml2015-use): Prefer 'gpg.
13325
13326 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13327
13328         * gnus-util.el (gnus-add-text-properties-when): New function.
13329         (gnus-remove-text-properties-when): Ditto.
13330
13331         * gnus-cite.el (gnus-article-hide-citation): Use them.
13332         (gnus-article-toggle-cited-text): Use them.
13333
13334         * gnus-art.el (gnus-signature-toggle): Use them.
13335         (gnus-article-show-hidden-text): Ditto.
13336         (gnus-article-hide-text): Ditto.
13337
13338 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13339
13340         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13341
13342 2000-11-30  Simon Josefsson  <sj@extundo.com>
13343
13344         * smime.el (smime-point-at-eol): New alias.
13345         (smime-buffer-as-string-region): Use it.
13346
13347 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13348
13349         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13350
13351 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13352
13353         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13354
13355         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13356
13357         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13358
13359 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13360
13361         * nnmh.el (nnmh-request-expire-articles): Implemented
13362         expiry-target for nnmh backend.
13363
13364 2000-11-30  Simon Josefsson  <sj@extundo.com>
13365
13366         * mm-decode.el (mm-security-from): New variable.
13367         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13368
13369         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13370         than `from'.
13371
13372 2000-11-30  Simon Josefsson  <sj@extundo.com>
13373
13374         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13375         address match sender address.
13376
13377         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13378
13379         * smime.el (smime-verify-region): Don't copy buffer.
13380         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13381         (smime-pkcs7-region): New function.
13382         (smime-pkcs7-certificates-region): Ditto.
13383         (smime-pkcs7-email-region): Ditto.
13384         (smime-buffer-as-string-region): Ditto.
13385
13386         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13387         buffer.
13388
13389 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13390
13391         * smime.el (smime-decrypt-region): Fix keyfile argument.
13392
13393 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13396
13397 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13398
13399         * message.el (message-shoot-gnksa-feet): New variable.
13400         (message-gnksa-enable-p): New function.
13401         (message-send): Use it.
13402         (message-check-news-body-syntax): Ditto.
13403
13404 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * message.el (message-make-message-id): Remove the redundancy.
13407
13408 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13409
13410         * message.el (message-setup): Discourage using mc-install-*-mode.
13411
13412         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13413
13414 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13415
13416         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13417
13418 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13419
13420         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13421
13422 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13423
13424         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13425
13426 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13427
13428         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13429         insert-buffer-substring.
13430
13431         * message.el (message-send-mail): Use buffer-substring-no-properties.
13432         (message-send-news): Ditto.
13433
13434 2000-11-22  David Edmondson  <dme@dme.org>
13435
13436         * imap.el (imap-wait-for-tag): Message read info.
13437
13438 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13439
13440         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13441         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13442         (mml2015-gpg-encrypt): Ditto.
13443
13444 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13445
13446         * mm-decode.el (mm-verify-option): Default value.
13447
13448         * mml-sec.el (mml-secure-part): Error message.
13449
13450 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13451
13452         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13453
13454 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13455
13456         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13457
13458 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13459
13460         * gnus-art.el (gnus-article-describe-key): Use prompt.
13461         (gnus-article-describe-key-briefly): Ditto.
13462
13463 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13464
13465         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13466
13467 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13468
13469         * gnus-art.el (gnus-article-describe-key): New function.
13470         (gnus-article-describe-key-briefly): New function.
13471
13472 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13473
13474         * mm-decode.el (mm-decrypt-option): Doc typo.
13475
13476         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13477         return a number.
13478
13479 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * message.el (message-newline-and-reformat): Typo.
13482
13483 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13484
13485         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13486         original-article-buffer exists.
13487
13488         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13489         (rfc2047-header-encoding-alist): Addresses are different from text.
13490         (rfc2047-encode-message-header): Ditto.
13491         (rfc2047-dissect-region): Extra parameter.
13492         (rfc2047-encode-region): Ditto.
13493         (rfc2047-encode-string): Ditto.
13494
13495 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13496
13497         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13498         (mm-uu-pgp-encrypted-extract): Use it.
13499         (mm-uu-pgp-signed-extract-1): New function.
13500         (mm-uu-pgp-signed-extract): Use it.
13501
13502         * gnus-art.el (gnus-mime-display-security): New function.
13503         (gnus-mime-display-part): Use it.
13504         (gnus-mime-security-verify-or-decrypt): New function.
13505         (gnus-mime-security-press-button): New function.
13506         (gnus-insert-mime-security-button): Use it.
13507
13508         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13509         (mm-find-raw-part-by-type): Ditto.
13510         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13511         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13512         (mm-destroy-parts): Kill nested multibyte buffer.
13513
13514         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13515         (mml2015-gpg-verify): Ditto.
13516
13517 2000-11-18  Simon Josefsson  <sj@extundo.com>
13518
13519         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13520         (mml2015-function-alist): Use it.
13521
13522         * mml-sec.el (mml-sign-alist): Update names.
13523         (mml-encrypt-alist): Ditto.
13524         (mml-secure-part-smime-sign): Moved to mml-smime.el
13525         as `mml-smime-sign-query'.
13526         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13527         `mml-smime-get-file-cert'.
13528         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13529         `mml-smime-get-dns-cert'.
13530         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13531         `mml-smime-encrypt-query'.
13532         (mml-smime-sign-buffer): Use mml-smime-sign.
13533         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13534
13535         * mml-smime.el (mml-smime-sign): New function.
13536         (mml-smime-encrypt):
13537         (mml-smime-sign-query):
13538         (mml-smime-get-file-cert):
13539         (mml-smime-get-dns-cert):
13540         (mml-smime-encrypt-query): Moved from mml-sec.el.
13541
13542 2000-11-16  Simon Josefsson  <sj@extundo.com>
13543
13544         * mml2015.el (mml2015-gpg-clear-verify): New function.
13545         (mml2015-function-alist): Add it.
13546
13547 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13548
13549         * message.el (message-setup-fill-variables): Use
13550         message-cite-prefix-regexp.
13551         (message-newline-and-reformat): Check the end of citation, leading
13552         WSP, break in the cite prefix.
13553         (message-fill-paragraph): New function.
13554
13555 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * lpath.el: Shut up.
13558
13559 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13560
13561         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13562         raw 8-bit in headers in dk.* newsgroups.
13563
13564 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13565
13566         * message.el (message-newline-and-reformat): Match extra WSPs.
13567
13568 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13569
13570         * mml.el (mml-generate-mime-1): Ignore ascii.
13571
13572 2000-11-16 Justin Sheehy  <justin@iago.org>
13573
13574         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13575
13576 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577
13578         * message.el (message-cite-prefix-regexp): Prefix should not end
13579         at space.
13580
13581 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * message.el (message-mode-syntax-table): Add - as a word
13584         constituent as in articles.
13585         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13586         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13587         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13588
13589 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13590
13591         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13592
13593 2000-11-12  David Edmondson  <dme@dme.org>
13594
13595         * message.el (message-font-lock-keywords): use
13596         message-cite-prefix-regexp.
13597
13598 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13599
13600         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13601         Stein Arild Str\e,Ax\e(Bmme.
13602         (gnus-group-jump-to-group): Use it.
13603         (gnus-group-jump-to-group-prompt): Customize.
13604
13605 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13606
13607         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13608
13609 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13610
13611         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13612         incompatible.
13613         (mml2015-mailcrypt-sign): Ditto.
13614
13615 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616
13617         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13618         group is open.
13619
13620 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13623         nnvirtual articles.
13624         (gnus-backlog-request-article): Don't request nnvirtual articles.
13625
13626 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13627
13628         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13629         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13630
13631 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13632
13633         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13634         * mml.el (mml-generate-mime-1): Use charset attribute.
13635         * mm-bodies.el (mm-encode-body): Add parameter charset.
13636         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13637
13638 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13639
13640         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13641         (mml2015-mailcrypt-clear-decrypt): Ditto.
13642         (mml2015-mailcrypt-verify): Ditto.
13643         (mml2015-mailcrypt-clear-verify): Ditto.
13644         (mml2015-gpg-verify): Ditto.
13645
13646 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13647
13648         * smime.el (smime-openssl-program): Test the existence of openssl.
13649         * mml-smime.el: Require mm-decode.
13650         (mml-smime-verify-test): New function.
13651         * mm-decode.el (mm-verify-function-alist): Use it.
13652
13653 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13654
13655         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13656         anyway.
13657
13658 2000-11-13  Simon Josefsson  <sj@extundo.com>
13659
13660         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13661         verification doesn't work.
13662
13663 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13664
13665         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13666         (gnus-inews-do-gcc): Use it.
13667
13668 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13669
13670         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13671         leading space.
13672         * mm-extern.el (mm-inline-external-body): Report error when no
13673         access-type.
13674
13675 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676
13677         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13678
13679 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13680
13681         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13682
13683 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13686         as multipart/mixed.
13687
13688 2000-11-12  David Edmondson  <dme@dme.org>
13689
13690         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13691         and replace `.' with `\w' to allow for different syntax tables
13692         (from Vladimir Volovich).
13693         * message.el (message-newline-and-reformat): use
13694         `message-cite-prefix-regexp'.
13695         * gnus-cite.el (gnus-supercite-regexp): use
13696         `message-cite-prefix-regexp'.
13697         * gnus-cite.el (gnus-cite-parse): use
13698         `message-cite-prefix-regexp'.
13699
13700 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13701
13702         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13703         PGP SIGNATURE.  Escape leading "-"'s.
13704         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13705
13706 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13707
13708         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13709
13710 2000-11-11  Simon Josefsson  <sj@extundo.com>
13711
13712         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13713
13714         * smime.el (smime-details-buffer): New variable.
13715         (smime-sign-region):
13716         (smime-encrypt-region):
13717         (smime-verify-region):
13718         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13719
13720         * mml-smime.el (mml-smime-verify): Support security info.
13721
13722 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13723
13724         * mm-decode.el (mm-verify-option): Set default to nil.
13725         (mm-decrypt-option): Ditto.
13726         * gnus-art.el (article-verify-x-pgp-sig): New function.
13727
13728 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13729
13730         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13731         preferred part.
13732
13733 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13734
13735         * gnus-sum.el (gnus-move-split-methods): Say that
13736         `gnus-split-methods' uses file names, whereas this uses group
13737         names.  (Report from Nevin Kapur)
13738
13739 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13740
13741         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13742
13743 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13744
13745         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13746         (nnheader-directory-articles): Use it.
13747         (nnheader-article-to-file-alist): Ditto.
13748
13749 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13750
13751         * rfc2047.el (rfc2047-pad-base64): New function.
13752         (rfc2047-decode): Use it.
13753
13754 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13755
13756         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13757         select method.
13758
13759 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13760
13761         * mml2015.el (mml2015-gpg-decrypt-1):
13762         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13763
13764 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13765
13766         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13767
13768 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13769
13770         * pop3.el (pop3-munge-message-separator): A message may have an
13771         empty body.
13772
13773 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13776         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13777         (mm-uu-pgp-signed-extract): Use coding-system.
13778
13779 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780
13781         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13782         (gnus-insert-mime-security-button): New function.
13783         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13784         * mml2015.el:  Add security info when verify or decrypt.
13785         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13786         (mm-uu-pgp-encrypted-extract): Ditto.
13787
13788 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13789
13790         * mm-decode.el (mm-display-parts): New function.
13791         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13792
13793 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13794
13795         * gnus-mlspl.el: Documentation tweaks.
13796
13797 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13798
13799         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13800         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13801         argument.
13802
13803 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13804
13805         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13806
13807 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13808
13809         * gnus-art.el (gnus-article-encrypt): New function.
13810         (gnus-article-encrypt-protocol-alist): New variable.
13811         (gnus-article-encrypt-protocol): New variable.
13812         * mml2015.el (mml2015-self-encrypt): New function.
13813         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13814
13815 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13818         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13819         let mailcap do it.
13820         * mml2015.el: Remove snarf code.
13821         * mm-decode.el: Remove snarf code.
13822
13823 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13824
13825         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13826         (mml-insert-mime): Understand gnus-decoded.
13827         (mime-to-mml): New parameter handles.
13828         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13829         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13830
13831 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13832
13833         * mm-decode.el (mime-security): New group.
13834         (mm-verify-function-alist): Add test function.
13835         (mm-decrypt-function-alist): Ditto.
13836         (mm-snarf-option): Set default value as nil.
13837         (mm-find-part-by-type): Recursive parameter.
13838         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13839         * mml2015.el: Support draft-ietf-openpgp-multsig.
13840
13841 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13842
13843         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13844         (gnus-article-view-part-as-charset): New function.
13845
13846 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13847
13848         * mm-decode.el (mm-verify-option): Default value.
13849         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13850
13851 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13852
13853         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13854
13855 2000-11-05  Simon Josefsson  <sj@extundo.com>
13856
13857         * mml-smime.el (mml-smime-verify): Work in original multipart
13858         buffert.
13859
13860         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13861         (mm-handle-multipart-ctl-parameter): Ditto.
13862         (mm-alist-to-plist): New function.
13863         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13864         for multiparts.
13865         (mm-destroy-parts): Destroy multipart buffert.
13866         (mm-remove-part): Ditto.
13867
13868         * mml-smime.el (mml-smime-sign): Not used.
13869         (mml-smime-encrypt): Ditto.
13870
13871         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13872
13873         Verify S/MIME signature support.
13874
13875         * mm-decode.el (mm-inline-media-tests): Add
13876         application/{x-,}pkcs7-signature.
13877         (mm-inlined-types): Ditto.
13878         (mm-automatic-display): Ditto.
13879         (mm-verify-function-alist): Ditto.  Add name of method.
13880         (mm-decrypt-function-alist): Add name of method.
13881         (mm-find-part-by-type): Add documentation.
13882         (mm-possibly-verify-or-decrypt): Use new format of
13883         mm-{verify,decrypt}-function-alist.  Use method names.
13884
13885         * mml-smime.el (mml-smime-verify): New function.
13886
13887 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13888
13889         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13890
13891 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13892
13893         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13894         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13895         * mm-decode.el (mm-snarf-option): New variable.
13896
13897 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13898
13899         * mm-util.el (mm-subst-char-in-string): New function.
13900         (mm-replace-chars-in-string): Use it.
13901         * message.el (message-replace-chars-in-string): Use it.
13902         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13903         * gnus-mh.el (mh-lib-progs): Shut up.
13904
13905 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13906
13907         * base64.el, md5.el: Moved to contrib directory.
13908
13909 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13910
13911         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13912         the last article when search.
13913
13914 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13917         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13918
13919 2000-09-29  David Edmondson  <dme@thus.net>
13920
13921         * message.el (message-newline-and-reformat): Typo.
13922
13923 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13924
13925         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13926
13927 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13928
13929         * nntp.el (nntp-decode-text): Delete bogus status lines.
13930
13931 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13932
13933         * message.el (message-font-lock-keywords): Match a final newline
13934         to help font-lock's multiline support.
13935
13936 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13937
13938         * nnoo.el (nnoo-set): New function.
13939
13940 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13941
13942         * gpg.el, gpg-ring.el: Moved to contrib directory.
13943
13944 2000-11-04  Simon Josefsson  <sj@extundo.com>
13945
13946         * nnimap.el (nnimap-split-inbox): Typo.
13947
13948 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13949
13950         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13951
13952 2000-11-03  Simon Josefsson  <sj@extundo.com>
13953
13954         * rfc2231.el (rfc2231-parse-qp-string): New function.
13955         (require): rfc2047.
13956
13957         * mail-parse.el (mail-header-parse-content-type):
13958         (mail-header-parse-content-disposition): Support invalid QP
13959         encoded strings, by using `rfc2231-parse-qp-string'.
13960
13961 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13962
13963         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13964         (rfc2231-decode-encoded-string): Typo "> X 1".
13965         (rfc2231-encode-string): Insert the name of charset.
13966         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13967
13968 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * mm-decode.el (mm-save-part): Return the filename.
13971         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13972         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13973         (gnus-mime-action-alist): Use it.
13974         (gnus-mime-button-commands): Use it.
13975         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13976         (mm-inline-external-body): unwind-protect.
13977
13978 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13979
13980         * gnus-art.el (gnus-insert-mime-button): Show url.
13981
13982 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13983
13984         * mml.el (mml-generate-mime-1): Support external url.
13985         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13986
13987 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13988
13989         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13990         * mm-decode.el (mm-display-external): Ditto.
13991         * mm-extern.el: New file.
13992         * mm-decode.el (mm-inline-media-tests): Hook it up.
13993         (mm-inlined-types): Inline message/external-body.
13994
13995 2000-11-02  Simon Josefsson  <sj@extundo.com>
13996
13997         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13998
13999         * message.el (message-get-reply-headers): Better handling when
14000         Mail-Followup-To is very large.
14001
14002 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14005         * gnus-art.el (gnus-article-edit-done):
14006         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14007         counting code here.
14008         * gnus-msg.el (gnus-setup-message): Remove a hack.
14009
14010 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14011
14012         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14013         (gnus-summary-mode): Make them local variables.
14014         (gnus-set-global-variables): Globalize them.
14015         (gnus-summary-exit): Kill them.
14016
14017 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14018
14019         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14020         word.
14021
14022 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14023
14024         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14025         gnus-article-wash-types.
14026         * gnus-art.el (gnus-article-wash-status): Use them.
14027
14028 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14029
14030         * mml.el (mml-read-tag): Remove spaces and LF.
14031
14032 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14033
14034         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14035         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14036
14037 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14038
14039         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14040
14041 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14042
14043         * gnus-sum.el (gnus-article-charset): New variable.
14044         (gnus-summary-display-article): Set it.
14045         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14046         * gnus-art.el (gnus-article-mode): Make it local variable.
14047
14048 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14049
14050         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14051
14052 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14053
14054         * nnwfm.el: New file.
14055
14056         * nnweb.el (nnweb-replace-in-string): New function.
14057
14058 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14059
14060         * mml2015.el: Wrap gpg.el.
14061         * gpg.el (gpg-verify): The last argument of apply is a list.
14062         (gpg-encrypt): Add passphrase as a parameter.
14063
14064 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14065
14066         * gpg.el: New file.
14067         * gpg-ring.el: New file.
14068
14069 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14070
14071         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14072
14073 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14076         double-quote characters.
14077         (gnus-summary-prepare-threads): Ditto.
14078
14079 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14080
14081         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14082         * mml.el (mml-read-tag): Don't skip the leading space.
14083         * lpath.el (font-lock-set-defaults): Shut up.
14084
14085 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14086
14087         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14088
14089 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14090
14091         * qp.el (quoted-printable-encode-region): Replace leading - when
14092         ultra safe.
14093         * mml.el (mml-generate-mime-postprocess-function): Removed.
14094         (mml-postprocess-alist): Removed.
14095         (mml-generate-mime-1): Use ultra-safe when sign.
14096         * mml2015.el (mml2015-fix-micalg): Uppercase.
14097         (mml2015-verify): Insert LF.
14098         (mml2015-mailcrypt-sign): Downcase; search backward.
14099
14100 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14101
14102         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14103         restrictive.
14104         (nnultimate-table-regexp): New variable.
14105         (nnultimate-forum-table-p): Use it.
14106
14107 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14108         Trivial patch.
14109
14110         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14111
14112 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14113
14114         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14115         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14116
14117 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14118
14119         * mml2015.el: Shut up.
14120
14121 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14122
14123         * gnus.el (gnus-server-browse-hashtb): Removed.
14124         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14125         (gnus-group-insert-group-line-info): Use simplified method.
14126         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14127
14128 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14129
14130         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14131         moved here.
14132         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14133         * gnus-group.el (gnus-group-prepare-flat): Use it.
14134         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14135
14136 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14137
14138         * mml.el (mml-mode): Show menu in XEmacs.
14139
14140 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14141
14142         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14143         (gnus-server-read-server-in-server-buffer): New function.
14144         (gnus-browse-foreign-server): Browse in group buffer.
14145         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14146         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14147         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14148         * gnus.el (gnus-server-browse-hashtb): New variable.
14149
14150 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14151
14152         * nnfolder.el (nnfolder-open-nov): Use group.
14153
14154 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14155
14156         * nnfolder.el: Add NOV. Set version to 2.0.
14157         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14158
14159 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14160
14161         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14162
14163 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14164
14165         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14166         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14167
14168 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14169
14170         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14171
14172 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14173
14174         * mm-decode.el (mm-verify-function-alist): New variable.
14175         (mm-verify-option): New variable.
14176         (mm-decrypt-function-alist): Ditto.
14177         (mm-decrypt-option): Ditto.
14178         (mm-find-raw-part-by-type): New function.
14179         (mm-possibly-verify-or-decrypt): New function.
14180         (mm-dissect-multipart): Use it.
14181         * mml2015.el (mml2015-fix-micalg): New function.
14182         (mml2015-decrypt): Use new interface.
14183         (mml2015-verify):  Use new interface.
14184         (mml2015-setup): Make it bogus.
14185
14186 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14187
14188         * mml.el (mml-generate-mime-postprocess-function): Set to
14189         mml-postprocess.
14190         (autoload): Autoload mml2015 and mml-smime.
14191         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14192         * mml2015.el (mml2015-encrypt): New function.
14193         (mml2015-sign): New function.
14194         (mml2015-encrypt-function): New variable.
14195         (mml2015-sign-function): New variable.
14196         (mml2015-mailcrypt-encrypt): Use message-recipients.
14197         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14198         * mml-smime.el (mml-smime-setup): Ditto.
14199
14200 2000-10-28  Simon Josefsson  <sj@extundo.com>
14201
14202         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14203         Communigate Pro 3.3.1 server.
14204
14205         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14206         in buffers.
14207         (mml-secure-dns-server): Removed.
14208         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14209         write certificates to files.
14210
14211         * smime.el (smime-dns-server): New variable.
14212         (smime-mail-to-domain):
14213         (smime-cert-by-dns): New functions.
14214
14215         * dig.el: New file.
14216
14217 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * message.el (message-options): New variable.
14220         (message-options-set-recipient): New function.
14221         (message-send): Use them.
14222         * gnus-int.el (gnus-request-replace-article): Use them.
14223         (gnus-request-accept-article): Ditto.
14224         * mml.el (mml-preview): Use them.
14225         * gnus-sum.el (gnus-summary-edit-article): Use them.
14226
14227         * message.el (message-options-get): New function.
14228         (message-options-get): New function.
14229         * rfc2047.el (rfc2047-encode-message-header): Use them.
14230         * mm-bodies.el (mm-encode-body): Use them.
14231
14232 2000-10-28  Simon Josefsson  <sj@extundo.com>
14233
14234         * nnimap.el (nnimap-retrieve-which-headers):
14235         (nnimap-request-article-part): Quote message-id.
14236
14237         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14238         (smime-CA-file): New variable.
14239         (smime-call-openssl-region): Don't error.
14240         (smime-sign-region): Return result value.
14241         (smime-encrypt-region): Ditto.
14242         (smime-verify-region): New function.
14243         (smime-decrypt-region): Ditto.
14244         (smime-verify-buffer): Ditto.
14245         (smime-decrypt-buffer): Ditto.
14246
14247         * mml.el: Require mml-sec.
14248         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14249         (mml-mode-map): Add "sign" and "encrypt" maps.
14250         (mml-menu): Add security menu.
14251         (mml-preview): Use generate-new-buffer.
14252
14253         * mml-sec.el: New file.
14254
14255 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14256
14257         * mm-decode.el (mm-find-part-by-type): Move it here.
14258         * mml.el (mml-postprocess): Move it here.
14259         (mml-postprocess-alist): Move it here. Merge them.
14260
14261 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14262
14263         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14264         unencoded stuff in the header.
14265
14266 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14267
14268         * gnus-group.el (gnus-group-listed-groups): New variable.
14269         (gnus-group-list-option): New variable.
14270         (gnus-group-list-limit-map): New keymap.
14271         (gnus-group-list-flush-map): New keymap.
14272         (gnus-group-list-plus-map): New keymap.
14273         (gnus-group-prepare-logic): New function.
14274         (gnus-group-prepare-flat): Merge with
14275         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14276         (gnus-group-prepare-flat-list-dead): Ditto.
14277         (gnus-group-list-matching): Use gnus-group-prepare-function.
14278         (gnus-group-list-dormant): Ditto.
14279         (gnus-group-list-cached): Ditto.
14280         (gnus-group-listed-groups): New function.
14281         (gnus-group-list-limit): New function.
14282         (gnus-group-list-flush): New function.
14283         (gnus-group-list-plus): New function.
14284         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14285         (gnus-topic-prepare-topic): Ditto.
14286
14287 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14288
14289         * message.el (message-insert-to, message-get-reply-headers):
14290         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14291
14292 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14293
14294         * mml2015.el: New file.
14295         * smime.el: New file.
14296         * mml-smime.el: New file.
14297
14298 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14299
14300         * ChangeLog: Moved to ChangeLog.1.
14301
14302     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14303   Copying and distribution of this file, with or without modification,
14304   are permitted provided the copyright notice and this notice are preserved.
14305
14306 ;; Local Variables:
14307 ;; coding: iso-2022-7bit
14308 ;; End: