(message-sendmail-envelope-from): New option.
[gnus] / lisp / ChangeLog
1 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2
3         * message.el (message-sendmail-envelope-from): New option.
4         (message-sendmail-envelope-from): New function.
5         (message-send-mail-with-sendmail): Use it.
6
7 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8
9         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
10         compensation for TDMA addresses.
11
12 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13
14         * gnus-msg.el (gnus-user-agent): New variable.
15         (gnus-version-expose-system): Removed.  Obsoleted by
16         `gnus-user-agent'.
17         (gnus-extended-version): Use `gnus-user-agent'.
18
19 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
20
21         * spam.el (spam-stat-register-spam-routine,
22         spam-stat-register-ham-routine): remove spam-stat-save
23         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
24
25 2002-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26
27         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
28         reference.
29
30 2002-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
31
32         * nnheader.el (nnheader-find-nov-line): Changed midpoint
33         calculation to avoid integer overflow.
34
35 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
36
37         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
38
39 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
40         * spam.el: disabled spam-get-article-as-filename
41
42         From Michael Shields  <shields@msrl.com>
43
44         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
45         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
46         * gnus-sum.el (gnus-summary-expire-articles): Use it.
47         * spam.el (spam-summary-prepare-exit): Use it.
48         * gnus.el (gnus-install-group-spam-parameters): New.
49         * spam.el (spam-group-ham-processor-copy-p): New.
50         * spam.el (spam-summary-prepare-exit): Support for ham copying.
51         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
52         that would cause the current message to be moved if the group had
53         no spam.
54         * spam.el (spam-ham-move-routine): New `copy' argument.
55
56 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
57         From Martin Thornquist <martint@ifi.uio.no>
58
59         * gnus-topic.el (gnus-topic-select-group): Select last group if
60         after last group.
61         * gnus-group.el (gnus-group-select-group): Ditto.
62
63 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
66         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
67         point-at-(b|e)ol which aren't available in Emacs 20.
68
69         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
70
71 2002-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
72
73         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
74         clause of the condition-case statement.  Errors connecting to a
75         server no longer terminate gnus.
76
77         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
78         make its use obvious.  Added no-nothing case to avoid
79         opening(closing) servers when already open(closed).
80         (gnus-agent-while-plugged): Added macro to facilitate internal use
81         of gnus-agent-toggle-plugged.
82         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
83         temporarily open servers.
84         (gnus-agent-get-undownloaded-list): Sort list of article numbers
85         as sorting gnus-newsgroup-headers is wrong.
86         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
87         to temporarily open servers. Corrected logic to handle setting
88         gnus-agent-mark-unread-after-downloaded.
89         (gnus-agent-fetch-articles): Now handles headers with missing
90         article sizes and/or missing article lengths.  Now clears the
91         message buffer when finished.
92         (gnus-agent-fetch-group-1): Position point before calling
93         gnus-summary-set-agent-mark.
94         (gnus-get-predicate): Corrected description, parameter is
95         predicate not category.
96         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
97         provide a separate single group expiration function.
98         (gnus-agent-regenerate-group): Now clears the message buffer when
99         finished.
100         
101 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
102
103         * gnus.el (gnus-agent-target-move-group-header): New variable.
104         * gnus-draft.el (gnus-draft-send): If special header
105         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
106         that group, instead of performing the regular sending functions.
107
108 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
111
112 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
113
114         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
115         variables.
116         (message-make-fqdn): Use it.  Improved validity check.
117
118 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * message.el (message-user-mail-address): Check whether
121         user-mail-address looks valid.
122
123         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
124
125         * gnus-util.el (gnus-fetch-original-field): New function.
126
127 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
128
129         * message.el (message-mode): \\(...\\) around additional
130         paragraph-separate alternative.
131
132 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
133
134         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
135         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
136         display key bindings.
137         (gnus-mime-button-menu): Rewrite.
138
139 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-art.el (gnus-button-url-regexp): Removed `.
142
143 2003-02-23  Max Froumentin  <mf@w3.org>
144
145         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
146
147 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * gnus-art.el (gnus-mime-action-on-part): Require a match
150         interactively. 
151
152         * gnus-start.el (gnus-save-newsrc-file): Use
153         gnus-backup-startup-file. 
154         (gnus-backup-startup-file): New variable.
155
156 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * gnus.el (gnus-summary-buffer-name): Moved function here. 
159
160         * gnus-draft.el (defun): Remove debug.
161
162 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
163
164         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
165         can't open server.
166
167 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-draft.el (defun): Configure posting styles.
170
171         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
172         the entry for the group exists before we alter it.
173
174 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
175
176         * message.el (message-mode): MML tags separate paragraphs.  Small
177         change from David S Goldberg <david.goldberg6@verizon.net>.
178
179         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
180         `gnus-newsgroup-headers'.
181
182         * gnus-art.el (gnus-article-refer-article): Grok more message id
183         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
184
185 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
186
187         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
188         use "path name".
189
190 2003-02-21  Teodor Zlatanov  <tzz@bwh.harvard.edu>
191
192         * gnus-sum.el (gnus-summary-move-article)
193         (gnus-summary-expire-articles): send data header for article, not
194         just article ID
195
196         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action) 
197         (gnus-register-spool-action): added hashtable of message ID keys
198         with message motion data
199
200 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
201         From Reiner Steib  <Reiner.Steib@gmx.de>.
202
203         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
204         variable, used in `gnus-button-mid-or-mail-heuristic'.
205         (gnus-button-mid-or-mail-heuristic): New function derived from
206         Florian Weimer's Perl script.
207         (gnus-button-handle-mid-or-mail): Allow a function instead of
208         'guess.
209         (gnus-button-guessed-mid-regexp): Removed.
210
211 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * message.el (message-resend): Bind message-setup-hook to nil;
214         remove X-Draft-From header.
215
216 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
217
218         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
219         (gnus-newsgroup-undownloaded)
220         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
221         Doc fixes.
222
223 2003-02-17  John Paul Wallington  <jpw@gnu.org>
224
225         * gnus.el (gnus-shell-command-separator, gnus-email-address)
226         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
227
228 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
229
230         * gnus-spec.el (gnus-xmas-format): Use insert instead of
231         insert-string which is obsolete in Emacs 21.4.
232
233         * message.el (message-cross-post-followup-to-header): do.
234         
235         * spam.el (spam-ifile-register-with-ifile)
236         (spam-stat-register-spam-routine)
237         (spam-stat-register-ham-routine)
238         (spam-bogofilter-register-with-bogofilter): do.
239
240         * mailcap.el (mailcap-mime-data): Fix typo.
241
242         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
243
244 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
245
246         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
247         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
248         `gnus-cite-unsightly-citation-regexp'.
249
250 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
253         even if there's just a header.
254
255 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
256
257         * message.el (message-fix-before-sending): Fix highlighting of
258         illegible and invisible text.
259
260         * gnus-util.el (gnus-multiple-choice): Separate choices with
261         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
262
263 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
264
265         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
266
267 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * spam.el (spam-ham-move-routine) 
270         (spam-mark-spam-as-expired-and-move-routine): use
271         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
272         around process-mark manipulation on the group
273
274 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
275
276         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
277         submenu.
278
279 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * mail-source.el (mail-source-fetch): Reverse the return value of
282         the continuation question.
283
284 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * nndraft.el (nndraft-request-move-article): Bind
287         nnmh-allow-delete-final to t.
288
289 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
290
291         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
292        
293 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
294       
295         * nntp.el (nntp-accept-process-output): Don't use point-max to get
296         the buffer's size.
297
298 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
299
300         * nnheader.el: Added cygwin to system-type comparisons.
301        
302 2003-01-27  Juanma Barranquero  <lektu@terra.es>
303
304         * imap.el (imap-mailbox-status): Fix typo.
305
306 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
307
308         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
309         online.
310
311 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
312
313         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
314         commands.
315         * gnus-sum.el: Small change from Frank Weinberg
316         <frank@usenet-rundfahrt.de>:
317         (gnus-auto-center-group): New variable.
318         (gnus-summary-read-group-1): Use it.
319         (gnus-summary-next-group): Fix docstring.
320
321 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-util.el (gnus-faces-at): Simplify.
324
325 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
326
327         * spam.el (spam-ham-move-routine) 
328         (spam-mark-spam-as-expired-and-move-routine): made the article
329         move conditional, so it's not called even if there's nothing to move
330
331 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
332
333         * message.el (message-unix-mail-delimiter): Accept any whitespace
334         after the email address and before the date; do not require the
335         space character.  From Kurt B. Kaiser <kbk@shore.net>.
336
337 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
340         gnus-article-boring-faces variable is bound; use gnus-faces-at.
341
342         * gnus-util.el (gnus-faces-at): New macro.
343
344 2003-02-13  Michael Shields  <shields@msrl.com>
345
346         * gnus-cite.el
347         (gnus-cite-attribution-suffix, gnus-cite-parse):
348         Better handling for Microsoft citation styles.
349         (gnus-unsightly-citation-regexp): New.
350
351 2003-02-12  Michael Shields  <shields@msrl.com>
352
353         * gnus-art.el (article-strip-banner): Strip both per-group and
354         per-user-address banners.
355         (article-really-strip-banner): New.
356
357 2003-02-12  Michael Shields  <shields@msrl.com>
358
359         * gnus-sum.el (gnus-article-goto-next-page,
360         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
361         relying on the summary bindings of `n' and `p'.
362
363 2003-02-12  Michael Shields  <shields@msrl.com>
364
365         * gnus-art.el (gnus-article-only-boring-p): New.
366         (gnus-article-skip-boring): New.
367         * gnus-cite.el (gnus-article-boring-faces): New.
368         * gnus-sum.el (gnus-summary-next-page): Use
369         gnus-article-only-boring-p.
370
371 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
372
373         * spam.el (spam-mark-spam-as-expired-and-move-routine)
374         (spam-ham-move-routine): unmark all articles before marking those
375         of interest and calling gnus-summary-move-article
376
377 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
378
379         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
380         logically the complement of gnus-get-buffer-create and
381         gnus-add-buffer.
382
383         * gnus-util.el (gnus-kill-buffer): do.
384
385         * nnmail.el: Autoload gnus-kill-buffer.
386
387 2002-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
388
389         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
390         gnus-summary-goto-subject as gnus-summary-update-mark operates on
391         the current LINE.
392         (gnus-agent-summary-fetch-group): Minimized the number of times
393         that the article is updated in the buffer.
394         
395 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * spam.el (spam-ham-move-routine): use the process-mark instead of
398         gnus-current-article when moving articles
399         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
400
401 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
404         (gnus-topic-catchup-articles): Ditto.
405         (gnus-topic-mark-topic): Reverse recursive logic.
406
407 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
408
409         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
410         gnus-refer-thread-limit is t.
411
412 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
413
414         * mm-util.el (mm-mule-charset-to-mime-charset): Use
415         sort-coding-systems to prefer utf-8 over utf-16.
416
417 2002-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
418
419         * gnus-agent.el (gnus-agent-expire-days):
420         gnus-request-move-article depends on gnus-agent-expire to clean up
421         the cache after moving the article.  Therefore, g-a-e-d can NOT
422         default to nil or can gnus-agent-expire be disabled by doing so.
423         If you don't want to run gnus-agent-expire, don't call it.
424         (gnus-agent-expire): The broken test to disable gnus-agent-expire
425         when g-a-e-d was NOT nil was removed.
426         (gnus-agent-article-name): Removed unnecessary input test as
427         article IDs are always strings.
428         (gnus-agent-regenerate-group): Added check to protect against
429         servers that generate absurdly long article IDs.  Valid IDs are
430         less than 10 digits to avoid overflow errors.  Fixed logic error
431         when ensuring that the final article ID is present in the new
432         alist.
433         
434 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
437         next line after finding the parent.
438
439 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus.el (gnus-version-number): Bumped.
442
443 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
444
445         * gnus.el: Oort Gnus v0.15 is released.
446
447 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
448
449         * nnmail.el (nnmail-split-it): If a message ends up matching the
450           same mailbox more than once, it will cause duplicates to appear
451           in the mailbox.
452
453 2003-02-08  Simon Josefsson  <jas@extundo.com>
454
455         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
456         code that only worked under Emacs.
457
458         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
459         Das <satyaki@chicory.stanford.edu>.
460
461 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
462
463         * gnus-art.el (gnus-article-refer-article): Use
464         gnus-replace-in-string.
465
466         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
467         (gnus-remove-duplicates): do.
468
469 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
472         (gnus-request-scan): set
473         gnus-internal-registry-spool-current-method to gnus-command-method
474         before a request-scan operation
475
476         * gnus-registry.el (regtest-nnmail): use
477         gnus-internal-registry-spool-current-method
478
479         
480
481 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * mail-source.el (mail-source-fetch): Typo fix.
484
485 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
486
487         * nnmail.el (nnmail-spool-hook): new hook
488         (nnmail-cache-insert): call nnmail-spool-hook
489
490         * gnus-registry.el: new file with examples of using the hooks
491
492         * gnus.el (gnus-registry): added registry customization group
493         (gnus-group-prefixed-name): improve function to return full group
494         name optionally
495         (gnus-group-guess-prefixed-name): shortcut to
496         gnus-group-prefixed-name, using just the group name
497         (gnus-group-full-name): always get a group's full name
498         (gnus-group-guess-full-name): shortcut, using just the group name
499
500         * gnus-sum.el (gnus-summary-article-move-hook) 
501         (gnus-summary-article-delete-hook) 
502         (gnus-summary-article-expire-hook): new hooks
503         (gnus-summary-move-article, gnus-summary-expire-articles) 
504         (gnus-summary-delete-article): invoke the new hooks
505
506 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
507
508         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
509           from message-ID
510
511 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
512
513         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
514
515 2003-02-07  John Paul Wallington  <jpw@gnu.org>
516
517         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
518         (mm-write-region, mm-detect-coding-region): Doc fixes.
519
520 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * mail-source.el (mail-source-fetch): Ignore errors.
523         (mail-source-ignore-errors): New variable.
524
525         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
526         articles. 
527
528         * gnus-msg.el (gnus-version-expose-system): Change default.
529
530 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
531
532         * gnus-msg.el (gnus-version-expose-system): New variable.
533
534 2003-02-07  Simon Josefsson  <jas@extundo.com>
535
536         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
537         patch from deskpot@myrealbox.com (Vasily Korytov).
538
539 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-art.el (article-display-face): Get the Face header from
542         the current buffer.
543
544 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-art.el (gnus-mime-view-part-internally): Bind
547         buffer-read-only to nil.
548
549 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
552         from g-a-e-1 to g-a-e-2.
553
554 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
557         of bbdb-search-simple, use spam-use-BBDB-exclusive
558         (spam-check-whitelist): use spam-use-whitelist-exclusive
559         (spam-use-whitelist-exclusive): new variable affecting
560         spam-use-whitelist
561         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
562
563 2003-02-05  Simon Josefsson  <jas@extundo.com>
564
565         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
566         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
567         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
568         (gnus-agent-expire-1): New.
569         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
570         (gnus-agent-expire-2): New.
571
572 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
573
574         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
575         "delete-if" is misleading because it isn't actually destructive.
576
577         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
578         
579         * nnmail.el (nnmail-purge-split-history): do.
580
581         * gnus-win.el (gnus-get-buffer-window): do.
582         
583         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
584         let-binding.
585         (gnus-simplify-all-whitespace): do.
586
587 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-delay.el (gnus-delay-article): Fix binding of the
590         nndraft:delayed group.
591
592 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * gnus.el (spam group parameters): change 'other to 'const in
595         the group parameter definitions to soothe XEmacs
596
597 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
598
599         * gnus-delay.el (gnus-delay-article): Really create
600         nndraft:delayed group if it doesn't exist.
601
602 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
603
604         * gnus-sum.el (gnus-summary-search-article): Speed up by
605         disabling various visual features while searching.
606         (gnus-summary-recenter): Test gnus-auto-center-summary first.
607
608 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
609
610         * spam.el (spam-list-of-checks): Don't quote nil and t in
611         docstrings.  From the elisp manual:
612
613            When a documentation string refers to a Lisp symbol, write
614            it [..] with single-quotes around it.  [..] There are two
615            exceptions: write t and nil without single-quotes.
616
617         * messcompat.el (message-from-style): do.
618
619         * message.el (message-send-mail): do.
620
621         * gnus-util.el (gnus-use-byte-compile): do.
622
623         * gnus-score.el (gnus-score-lower-thread): do.
624
625         * gnus-int.el (gnus-server-unopen-status): do.
626
627         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
628         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
629
630         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
631         (gnus-group-parameters): do.
632
633         * gnus-art.el (gnus-article-mime-match-handle-function): do.
634
635         * mm-decode.el (mm-text-html-renderer): do.
636
637 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * nnheader.el (nnheader-directory-separator-character): Change the
640         way to compute the dafault value.
641
642 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
643
644         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
645         (gnus-button-alist): Fix regexp for describe-key.
646         (gnus-button-handle-describe-function)
647         (gnus-button-handle-describe-variable)
648         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
649         (gnus-button-handle-apropos-variable)
650         (gnus-button-handle-apropos-documentation): Docstring fix.
651
652         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
653
654 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
657         to nil.
658
659         * nnmail.el: Removed gnus-util autoload.
660
661         * gnus.el: Use gnus-prin1-to-string throughout.
662
663         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
664         print-level. 
665
666         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
667         (gnus-treat-display-grey-xface): Removed.
668
669         * gnus-fun.el (gnus-grab-cam-face): New.
670         (gnus-convert-image-to-gray-x-face): Removed.
671         (gnus-convert-gray-x-face-to-xpm): removed.
672         (gnus-convert-gray-x-face-region): Removed.
673         (gnus-grab-gray-x-face): Removed.
674
675         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
676
677 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
678
679         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
680         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
681         bound.
682
683         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
684
685 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
686
687         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
688         Remove -- these are bogus options which are never used.
689
690 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
691
692         * gnus-art.el (gnus-article-mode): Use summary tool bar.
693
694 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * spam.el (spam-check-blackholes) 
697         (spam-blackhole-good-server-regex): new variable to skip some IPs
698         when checking blackholes; use it
699         (spam-check-bogofilter-headers) 
700         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
701         case more X-Bogosity is used than just "Yes/No"
702         (spam-ham-move-routine): semi-fixed, only first article is
703         properly moved now
704
705 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
706
707         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
708         as well.
709         
710         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
711         
712         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
713         
714         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
715         
716         * gnus-bcklg.el (gnus-backlog-shutdown): do.
717         
718         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
719
720 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-fun.el (gnus-face-encode): New function.
723         (gnus-convert-png-to-face): Use it.
724
725         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
726
727 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
728
729         * mm-decode.el (mm-dissection-list): Remove.
730         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
731         only used in mm-remove-all-parts.
732         (mm-remove-all-parts): Remove it, it's never called.
733
734 2003-01-25  Simon Josefsson  <jas@extundo.com>
735
736         * gnus-group.el (gnus-group-make-group): Report errors.
737
738         * nnimap.el (nnimap-request-create-group): Ditto.
739
740         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
741
742         * sieve.el (sieve-upload): Fix error printing.
743
744         * mm-encode.el (mm-qp-or-base64): Always QP iff
745         mm-use-ultra-safe-encoding and cleartext PGP.
746
747         * gnus-sum.el (gnus-summary-select-article): Inhibit
748         redisplay (mainly for secured messages).
749
750         * nnmail.el (nnmail-article-group): Copy body too (but don't
751         process it).
752
753 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
754
755         * gnus-art.el (gnus-article-setup-buffer): Reset
756         gnus-button-marker-list.
757
758 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * nntp.el (nntp-read-timeout): Default to using a second delay
761         under Microsoft Windows.
762
763 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * nnheader.el (nnheader-directory-separator-character): New
766         variable. 
767
768 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
769
770         * gnus-agent.el (gnus-agent-max-fetch-size)
771         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
772         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
773         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
774         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
775         (gnus-agent-braid-nov, gnus-agent-load-alist)
776         (gnus-agent-article-alist-save-format)
777         (gnus-agent-read-agentview, gnus-agent-save-alist)
778         (gnus-agent-fetch-group-1, gnus-agent-expire)
779         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
780         (gnus-agent-regenerate-group): Reformat to keep under eighty
781         columns.  Reword docstrings so that first line is under eighty
782         chars and a complete sentence.  Still need to work on the rear
783         end of the file, in particular gnus-agent-expire.       
784
785 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-agent.el (gnus-agentize): Indent.
788
789         * gnus.el (gnus-version-number): Bumped.
790
791 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
792
793         * gnus.el: Oort Gnus v0.14 is released.
794
795 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
796
797         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
798         before beginning.  Tiny patch from Mark Thomas
799         <swoon@bellatlantic.net>.
800
801 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
802
803         * spam.el (spam-check-blackholes, spam-split) 
804         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
805         gnus-message calls to show to users what spam.el is doing
806
807 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
808
809         * gnus-msg.el (gnus-message-replysign)
810         (gnus-message-replyencrypt): Fix typo.
811
812 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
815         details. 
816
817 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-art.el (gnus-article-press-button): let* -> let.
820         (gnus-mime-security-show-details): Cleaned up.
821         (gnus-mime-security-press-button): Save excursion.
822         (gnus-insert-mime-security-button): Clean up.
823
824         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
825
826         * gnus-async.el (gnus-async-wait-for-article): Don't use a
827         timeout. 
828
829         * nntp.el (nntp-accept-process-output): Removed timeout. 
830         (nntp-read-timeout): New variable.
831         (nntp-accept-process-output): Use it.
832
833         * gnus-sum.el (gnus-data-find-list): Remove *.
834
835 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
836
837         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
838         introduced on 2002-01-22.
839         (gnus-summary-first-unseen-or-unread-subject): Ditto.
840
841 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
844         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
845         checks of incoming mail based on simple header regexp matching
846
847 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
848
849         * gnus-sum.el (gnus-spam-mark): set to `$'
850
851 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
852
853         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
854         gnus-newsgroup-unfetched, the list of articles whose headers have
855         not been fetched from the server.
856
857         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
858         parameter as it never worked due to a bug.  Added check to prevent
859         selection of any article in the gnus-newsgroup-unfetched list.
860         (gnus-summary-find-prev): Added check to prevent selection of any
861         article in the gnus-newsgroup-unfetched list.
862         (gnus-summary-first-subject): Documented API. Modified
863         implementation so that constraints are handled independently.
864         Added check to prevent selection of any article in the
865         gnus-newsgroup-unfetched list.
866         (gnus-summary-first-unseen-subject): Updated parameters in
867         gnus-summary-first-subject call to match new API.
868         (gnus-summary-first-unseen-or-unread-subject): Ditto.
869         (gnus-summary-catchup): Do not mark unfetched articles as read.
870         
871 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
872
873         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
874         make-obsolete-variable allows only two arguments in XEmacs and
875         Emacs 20.
876
877         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
878         gnus-article-hide-pgp.
879         (gnus-summary-make-menu-bar): do.
880
881         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
882         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
883         gnus-article-hide-pgp.
884         (article-hide-pgp): Remove.
885         (gnus-article-hide): Remove gnus-article-hide-pgp.
886
887         * gnus.el: Remove gnus-article-hide-pgp
888
889 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * message.el (message-required-headers): Doc fix.
892
893 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
894
895         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
896         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
897         option to make ifile a purely binary classifier
898
899 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
902         (mml-secure-encrypt-pgpmime): Removed double.
903
904         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
905         debugging statements.
906
907 2003-01-21  Andreas Fuchs  <asf@void.at>
908
909         * mml-sec.el (mml-sign-alist): Added pgpauto.
910
911 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus.el (gnus-version-number): Bumped version number.
914
915 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
916
917         * gnus.el: Oort Gnus v0.13 is released.
918
919 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-art.el (gnus-button-url-regexp): Removed |.
922
923         * message.el (message-send-hook): Doc fix.
924
925         * gnus-win.el (gnus-buffer-configuration): Display article
926         instead of article-copy when `reply'.
927
928 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
929
930         * gnus.el (gnus-format): Change customize group to gnus.
931         (gnus-cache): Add link.
932         (gnus-group-charter-alist): Fix docstring.
933
934 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
935
936         * mailcap.el (mailcap-print-command): lpr-command might be
937         unbound in XEmacs.
938
939 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
940
941         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
942
943         * gnus-sum.el (gnus-summary-update-article-line): Fixed
944         calculation of net characters added for use in the gnus-data
945         structure.
946         
947 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
948
949         * nnmail.el (nnmail-process-unix-mail-format): Improve error
950         message.  Suggested by Jari Aalto.
951
952 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
955         (gnus-article-reply-with-original): Ditto.
956
957         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
958         read articles don't become unread.
959
960 2003-01-17  Simon Josefsson  <jas@extundo.com>
961
962         * gnus-fun.el (gnus-x-face-from-file): 
963         (gnus-face-from-file): Suggest image format in minibuffer prompt.
964
965         * gnus-fun.el (gnus-convert-image-to-x-face-command)
966         (gnus-convert-image-to-face-command): Doc fix.
967
968 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
971
972 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
973
974         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
975         avoid encoding problems.
976
977         * mailcap.el (mailcap-ps-command): New variable.
978         (mailcap-mime-data): Add print entry where applicable.  Use
979         pdftotext on a tty.
980
981 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
982
983         * gnus-sum.el (gnus-alter-header-function): Add type and group.
984
985 2003-01-16  Simon Josefsson  <jas@extundo.com>
986
987         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
988         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
989         (gnus-face-from-file): Doc fix; don't mention image format.
990
991 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * spam.el (spam-get-article-as-filename): new function (unused for now)
994         (spam-get-article-as-buffer): new function
995         (spam-get-article-as-string): use spam-get-article-as-buffer
996         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
997
998 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
999  
1000         * gnus-agent.el: Don't use `path'.
1001         From the GNU coding standards:
1002         
1003             Please do not use the term ``pathname'' that is used in Unix
1004             documentation; use ``file name'' (two words) instead.  We use
1005             the term ``path'' only for search paths, which are lists of
1006             directory names.
1007
1008         * nnsoup.el (nnsoup-file-name): Ditto.
1009  
1010         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1011         (nnmail-group-pathname): Ditto.
1012  
1013         * nnimap.el (nnimap-group-overview-filename): Ditto.
1014  
1015         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1016         (nnheader-group-pathname): Ditto.
1017  
1018         * nnfolder.el (nnfolder-group-pathname): Ditto.
1019  
1020         * gnus.el (gnus-home-directory): Ditto.
1021  
1022         * gnus-group.el (gnus-group-icon-list): Ditto.
1023  
1024 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1025
1026         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1027
1028         * message.el (message-mode-menu): Use it.
1029         (message-mode-menu): Deactivate "Yank Original" if there's no
1030         reply buffer.
1031
1032         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1033
1034         * message.el (message-mark-active-p): New function.
1035
1036 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1037
1038         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
1039         (spam-bogofilter-database-directory): new variables
1040         (spam-check-bogofilter-headers, spam-check-bogofilter) 
1041         (spam-bogofilter-register-with-bogofilter) 
1042         (spam-bogofilter-register-spam-routine) 
1043         (spam-bogofilter-register-ham-routine) 
1044         (spam-group-ham-processor-bogofilter-p): new functions for the new
1045         Bogofilter interface
1046         (spam-summary-prepare-exit): use the new Bogofilter functions
1047         (spam-list-of-checks): added spam-use-bogofilter-headers
1048         (spam-bogofilter-score): rewrote function
1049         (spam-check-bogofilter): optional score parameter, uses
1050         spam-check-bogofilter-headers better
1051         (spam-check-bogofilter-headers): optional score parameter
1052
1053         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1054         default, in the gnus-start customization group.  Used to disable
1055         the spam-*/ham-* parameters.
1056         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1057
1058 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1059
1060         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1061         XEmacs.
1062
1063         * gnus-ems.el (gnus-mark-active-p): do.
1064
1065 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1066
1067         * gnus.texi (Using MIME): Mention auto-compression-mode with
1068         gnus-mime-copy-part.
1069
1070 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * message.el (message-send): Don't warn about duplicates when
1073         superseding. 
1074
1075 2003-01-15  Simon Josefsson  <jas@extundo.com>
1076
1077         * nnimap.el (nnimap-split-download-body): New variable.
1078         (nnimap-split-articles): Use it.
1079
1080 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1081
1082         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1083         integrity checker was incorrectly flagging, and removing, articles
1084         whose article number was negative.
1085         (gnus-agent-fetch-group-1): When executed in the group's summary
1086         buffer, refresh each downloaded line to update the status flag and
1087         font.  Preserve the value of gnus-newsgroup-headers so that
1088         gnus-agent-fetch-articles can split the requests by size.
1089         (gnus-agent-expire): Corrected day calculation for when
1090         gnus-agent-expire-days contains a list.
1091
1092 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
1095
1096 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1097
1098         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1099           /usr/bin/play as default player. 
1100           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1101
1102 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1105         articles to be marked as well.
1106
1107 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1108         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1109         fictious headers generated by nnagent (ie. Undownloaded Article
1110         ####) in the list of articles that have not been downloaded.
1111         
1112         * gnus-int.el (): Added require declarations to resolve
1113         compile-time warnings.
1114         (gnus-open-server): If the server status is set to offline,
1115         recursively execute gnus-open-server to open the offline backend
1116         (e.g. nnagent).
1117
1118 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1119
1120         * gnus-art.el (gnus-article-reply-with-original): Use
1121         gnus-mark-active-p.
1122         (gnus-article-followup-with-original): do.
1123
1124 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1125
1126         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1127
1128 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1129
1130         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1131         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1132
1133 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1134
1135         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
1136         (gnus-face-from-file): Ditto.
1137
1138 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1141         gnus-alter-articles-to-read-function to the unread articles. 
1142
1143 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1144
1145         * deuglify.el (gnus-article-outlook-unwrap-lines)
1146         (gnus-article-outlook-repair-attribution)
1147         (gnus-article-outlook-rearrange-citation): New function names,
1148         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1149         doc-string.
1150
1151         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1152         removed `W k' key binding (use `W Y f' instead).
1153         (gnus-summary-make-menu-bar): Use new function names.
1154
1155 2003-01-13  Simon Josefsson  <jas@extundo.com>
1156
1157         * gnus-fun.el (gnus-random-x-face): Doc fix.
1158         (gnus-insert-random-x-face-header): New function.
1159
1160 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1161
1162         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1163         mark is not active.
1164
1165         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1166
1167         * gnus-ems.el (gnus-mark-active-p): New function.
1168
1169         * gnus-group.el (gnus-topic-mode-p): New function.
1170         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1171         Deactivate items if mark is not active.
1172
1173 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus.el (gnus-version-number): Bumped version.
1176         (gnus-summary-line-format): Doc fix.
1177
1178 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1179
1180         * gnus.el: Oort Gnus v0.12 is released.
1181
1182 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * mail-source.el (mail-sources): Removed autoload to make it
1185         compile under XEmacs.
1186
1187 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1188
1189         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1190         regexp or a function too.
1191         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1192         confirmation even if the original article is mail.
1193
1194 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1197         articles to be marked when not yanking.
1198
1199 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1200
1201         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1202         
1203 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * gnus-fun.el (gnus-face-from-file): Autoload.
1206
1207         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1208         errors.
1209
1210 2003-01-12  Simon Josefsson  <jas@extundo.com>
1211
1212         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1213         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1214
1215         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1216         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1217
1218 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1221         in every string.
1222
1223         * gnus.el (gnus-version-number): Bumped version number.
1224
1225 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1226
1227         * gnus.el: Oort Gnus v0.11 is released.
1228
1229 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1230
1231         * message.el (message-fetch-reply-field): Narrow to headers.
1232
1233         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1234         if Gnus isn't alive.
1235
1236 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1237
1238         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1239         marks from articles that are already stored in the agent.
1240         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1241         backup copy of an invalid .overview file for later analysis.
1242         
1243 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1244
1245         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1246         exit work with two frames.
1247
1248 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1249
1250         * message.el (message-forward-make-body): Use mule4.
1251
1252 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * message.el (message-mode-map): Move wide-reply command.
1255
1256 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1257
1258         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1259         castellano.
1260         (gnus-outlook-display-hook): New variable.
1261         (gnus-outlook-display-article-buffer): New function.
1262         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1263         (gnus-outlook-deuglify-article): Made them interactive and added
1264         optional arg.  Use `g-o-d-a-b'.
1265         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1266
1267         * gnus-sum.el: Added autoloads.
1268         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1269         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1270
1271 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * gnus-art.el (gnus-display-mime): Use the mime emulation
1274         variable. 
1275
1276         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1277
1278         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1279         newsrc-alist is initialized properly.
1280
1281         * mail-source.el (mail-sources): Autoload.
1282
1283         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1284         nil.
1285
1286         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1287         insert two newlines.
1288
1289         * message.el (message-check-news-header-syntax): Compute the
1290         header length correctly.
1291
1292 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1293
1294         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1295         alist when keeping fetched article file.
1296         (gnus-agent-retrieve-headers): When parsing response for article
1297         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1298         against garbage in the server's response.
1299
1300         * gnus-int.el (gnus-request-expire-articles,
1301         gnus-request-move-article): Only expire when the group's server
1302         has been agentized.
1303
1304 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1307         errors when deleting overlays.
1308
1309         * gnus-score.el (gnus-score-followup): Allow tracing.
1310
1311         * gnus-art.el (gnus-treat-display-face): New variable.
1312         (article-display-face): New command.
1313
1314         * gnus-fun.el (gnus-face-from-file): New function.
1315         (gnus-convert-face-to-png): Ditto.
1316
1317         * gnus-art.el (gnus-ignored-headers): Added Face.
1318
1319 2003-01-10  Simon Josefsson  <jas@extundo.com>
1320
1321         * nndraft.el (nndraft-request-group): Avoid crash in
1322         directory-files when draft directory doesn't exists.
1323
1324         * gnus-sum.el (gnus-select-article-hook): Add :option.
1325
1326 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1327
1328         * spam.el (spam-use-stat): new variable
1329         (spam-group-spam-processor-stat-p) 
1330         (spam-group-ham-processor-stat-p): new convenience functions
1331         (spam-summary-prepare-exit): add spam/ham processors to sequence
1332         (spam-list-of-checks): add spam-use-stat to list of checks
1333         (spam-split): conditionally load the spam-stat tables
1334         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1335         spam-check-ifile): new functions
1336
1337         * spam-stat.el (spam-stat): typo fix
1338         (spam-stat-install-hooks): new variable
1339         (spam-stat-split-fancy-spam-group): added documentation clarification
1340         (spam-stat-split-fancy-spam-threshhold): new variable
1341         (spam-stat-install-hooks): make hooks conditional
1342         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1343
1344         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1345         spam-stat ham/spam processor symbols
1346
1347 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1350         file exists.
1351
1352 2003-01-10  Simon Josefsson  <jas@extundo.com>
1353
1354         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1355         undownloaded/downloadable only when unplugged.
1356
1357 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1358
1359         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1360
1361 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1362
1363         * spam.el (spam-check-ifile): fixed call-process-region to use the
1364         db parameter only if it's set
1365         (spam-ifile-register-with-ifile): ditto
1366
1367 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1368
1369         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1370         spam-stat-nbad before creating the hash table.
1371         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1372         Changed copyright statement to FSF.
1373
1374 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1375
1376         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1377         processable articles as read.
1378         (gnus-agent-summary-fetch-series): Remove processable and
1379         downloadable marks on all downloaded articles in the series.
1380
1381         * nntp.el (nntp-report): Throw error after reporting the problem.
1382         (nntp-accept-process-output): Corrected error check to report an
1383         error when the process is nil.
1384
1385 2003-01-09  Simon Josefsson  <jas@extundo.com>
1386
1387         * message.el (message-tool-bar-map): Add preview.
1388
1389 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1390
1391         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1392         previewing.
1393
1394 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1395
1396         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1397         bug when the (n+1)th article to be added to a group has a smaller
1398         number than the n articles already added.
1399
1400 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1401
1402         * message.el (message-mode-field-menu): Use backquote.
1403
1404 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1405
1406         * spam.el: fixed the BBDB autoloads again, using
1407         bbdb-search-simple now (which is not a macro, thank god)
1408
1409         * lpath.el (bbdb-search): removed function from maybe-fbind list
1410
1411         * gnus.el (ham-process-destination): added new parameter for
1412         destination of ham articles found in spam groups at summary exit
1413
1414         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1415         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1416         (spam-ifile-database-path): added new parameter for ifile's database
1417         (spam-move-spam-nonspam-groups-only): new parameter to determine
1418         if spam should be moved from all groups or only some
1419         (spam-summary-prepare-exit): fixed logic to use
1420         spam-move-spam-nonspam-groups-only when deciding to invoke
1421         spam-mark-spam-as-expired-and-move-routine; always invoke that
1422         routine after the spam has been expired-or-moved in case there's
1423         some spam left over; use spam-ham-move-routine in spam groups
1424         (spam-ham-move-routine): new function to move ham articles to the
1425         ham-process-destinations group parameter
1426
1427 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1430
1431         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1432         gnus-summary-update-article-line.
1433
1434 2003-01-08  Simon Josefsson  <jas@extundo.com>
1435
1436         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1437         not successful.
1438
1439 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1442
1443 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1444
1445         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1446         logic, finally
1447
1448 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1451         (gnus-parse-format): Change to %~.
1452
1453         * message.el (message-generate-headers): Don't generate optional
1454         empty headers.
1455
1456 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1457
1458         * message.el (message-cross-post-default)
1459         (message-cross-post-note-function, message-shoot-gnksa-feet)
1460         (message-strip-subject-trailing-was, message-change-subject)
1461         (message-mark-insert-file, message-cross-post-followup-to)
1462         (message-cross-post-followup-to, message-mode-map)
1463         (message-generate-unsubscribed-mail-followup-to)
1464         (message-make-mail-followup-to): Minor changes to doc-strings and
1465         error messages.  Updated copyright line.
1466
1467         * message.el (message-make-mail-followup-to,
1468         message-generate-unsubscribed-mail-followup-to): New function
1469         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1470         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1471         names.
1472
1473         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1474         (mml-preview-insert-mft): Removed function name.
1475         (mml-preview): Use new function names.
1476
1477         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1478
1479         * message.el (message-mode-field-menu): Moved header related
1480         commands from "Message" to "Field" menu.
1481
1482 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * message.el (message-generate-headers-first): Added customization
1485         if variable is a list.
1486
1487 2003-01-07  Michael Shields  <shields@msrl.com>
1488
1489         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1490         where the last line of the article is the last line of the window.
1491
1492 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-msg.el (gnus-debug): Use ignore-errors.
1495
1496         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1497         `gnus-summary-update-line'.
1498
1499 2003-01-08  Simon Josefsson  <jas@extundo.com>
1500
1501         * gnus-art.el (gnus-unbuttonized-mime-types)
1502         (gnus-buttonized-mime-types): Doc fix.
1503
1504 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1505
1506         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1507
1508 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1509
1510         * nnrss.el (nnrss-group-alist): Add and clear up.
1511
1512 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1513
1514         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1515
1516         * lpath.el (bbdb-search): added BBDB functions for a better way to
1517         fix missing functions
1518
1519         * spam.el (spam-check-ifile): if should be an unless
1520
1521         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1522         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1523         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1524
1525 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1528         gnus-summary-refer-thread to thread menu.
1529
1530 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1531
1532         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1533         summary buffer, articles that cannot be fetched are marked as
1534         canceled.
1535
1536         * nntp.el (nntp-with-open-group): The quit signal handler must
1537         propagate the quit signal to the next outer handler so that the
1538         caller knows that the request aborted abnormally.
1539
1540 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1541
1542         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1543         (spam-ifile-register-spam-routine)
1544         (spam-ifile-register-ham-routine): added ifile functionality that
1545         does not use ifile-gnus.el to classify and register articles
1546         (spam-get-article-as-string): convenience function
1547         (spam-summary-prepare-exit): added ifile spam and ham registration
1548         (spam-ifile-all-categories, spam-ifile-spam-category)
1549         (spam-ifile-path, spam-ifile): added customization options
1550
1551         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1552         exit processor
1553         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1554         list of choices
1555
1556 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus-score.el (gnus-score-followup): Also score immediate
1559         followups.
1560
1561 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1564
1565 2003-01-07  Simon Josefsson  <jas@extundo.com>
1566
1567         * message.el (message-mode-menu): Fix receipt balloon help.
1568
1569 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1570
1571         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1572         always be interpreted as news.
1573
1574 2003-01-07  Simon Josefsson  <jas@extundo.com>
1575
1576         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1577         gnus-sieve-script, instead of the global variable
1578         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1579         <sb@dod.no>.
1580
1581 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1582
1583         * gnus.el: Renamed gnus-summary-*-uncached-face as
1584         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1585         the cache.
1586
1587         * gnus-sum.el: Ditto.
1588
1589 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1590
1591         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1592         in either the group or summary buffer.
1593         New command "JS", in summary buffer, will fetch articles per the
1594         group's category, predicate, and processable flags.
1595         (gnus-agent-summary-fetch-series): Rewritten to call
1596         gnus-agent-session-fetch-group once with all articles in the
1597         series.
1598         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1599         return list of fetched articles.
1600         (gnus-agent-fetch-articles): Split fetch list into sublists such
1601         that the article buffer is only slightly larger than
1602         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1603         the group's article alist is saved.
1604         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1605         longer result in the agent trying to fetch an article.
1606         (gnus-agent-fetch-group-1): Can now be called in either the group
1607         or summary buffer.  Removed the max-fetch-size code that I added
1608         on 2002-12-13 as that capability is now part of
1609         gnus-agent-fetch-articles.  Added code to update summary buffer.
1610         When called in the group buffer, articles that can not be fetched
1611         are AUTOMATICALLY MARKED AS READ.
1612
1613         * gnus-sum.el (): Modified eval-when-compile to minimize
1614         misleading compilation warnings.
1615         (gnus-update-summary-mark-positions): Changed code to use
1616         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1617
1618         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1619         empty file as the parser assumes that the file isn't empty.
1620
1621         * nntp.el (nntp-send-string): The process-send-string call can,
1622         because it performs I/O on the process, change the process' state
1623         from open to closed.  If this happens, call nntp-report
1624         immediately to report the broken connection.
1625         (nntp-report): Rewritten to avoid needing a global variable to
1626         determine the appropriate course of action.  Instead, two function
1627         implementations are provided and the nntp-report function value is
1628         bound to the appropriate implementation.
1629         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1630         (nntp-with-open-group): Now binds nntp-report's function cell
1631         rather than binding gnus-with-open-group-first-pass.  Added a
1632         condition-case to detect a quit during a nntp command.  When the
1633         quit occurs, the current connection is closed as a fetch articles
1634         request could have several megabytes queued up for reading.
1635         (nntp-retrieve-headers): Bind articles to itself.  If
1636         nntp-with-open-group repeats this command, I must have access to
1637         the original list of articles.
1638         (nntp-retrieve-groups): Ditto for groups.
1639         (nntp-retrieve-articles): Ditto for articles.
1640         (*): Replaced nntp-possibly-change-group calls to
1641         nntp-with-open-group forms in all, but one, occurrance.
1642         (nntp-accept-process-output): Bug fix. Detect when called with
1643         null process.
1644
1645 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1646
1647         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1648         if we don't need to.
1649         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1650
1651 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * gnus-group.el (gnus-group-make-web-group): Pass the select
1654         method on to group-create.
1655         (gnus-group-line-format-alist): %U is an integer.
1656
1657         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1658         ephemeral groups.
1659         (gnus-summary-read-group-1): Ditto.
1660         (gnus-group-make-articles-read): Ditto.
1661
1662         * mm-url.el (mm-url-program): Doc fix.
1663
1664         * message.el (message-mode-map): Rebound
1665         message-insert-wide-reply.
1666
1667 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1670         color as `gnus-group-startup-message' does.
1671
1672 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1673
1674         * spam.el: fixed line lengths to 80 chars or less
1675
1676         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1677         "not-read" mark
1678         (gnus-summary-mark-forward): added the spam-mark to the list of
1679         marks not to be marked as "read" when viewed
1680
1681 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1684
1685         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1686         Protect against unactive groups.
1687
1688         * message.el (message-check-news-header-syntax): Check long
1689         header lines.
1690         (message-check-news-header-syntax): Update `start'.
1691
1692         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1693         (gnus-group-line-format): %U.
1694         (gnus-group-line-format-alist): ?U.
1695         (gnus-number-of-unseen-articles-in-group): New function.
1696
1697         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1698
1699         * gnus.el (gnus-version-number): Bump version number.
1700
1701 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1702
1703         * gnus.el: Oort Gnus v0.10 is released.
1704
1705 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus.el (gnus-version-number): Fix version number.
1708
1709 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1710
1711         * gnus.el: Oort Gnus v0.08 is released.
1712
1713 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1714
1715         * mm-util.el: Add mm-string-make-unibyte.
1716
1717         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1718         UTF-8 groups.
1719
1720 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1723
1724         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1725
1726 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1727
1728         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1729         function.
1730
1731 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1734         (gnus-summary-read-group-1): Update group line.
1735         (gnus-summary-exit-no-update): Update group on exit.
1736
1737         * gnus-group.el (gnus-group-line-format): Add %*.
1738         (gnus-group-line-format-alist): Ditto.
1739         (gnus-group-insert-group-line): Set it.
1740         (gnus-group-is-exiting-p): New variable.
1741         (gnus-group-insert-group-line): Use it.
1742
1743 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1744
1745         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1746         enable BBDB ham processing
1747         (spam-blacklist-register-routine): enable blacklist spam processing
1748         (spam-whitelist-register-routine): enable whitelist ham processing
1749         (spam-fetch-field-from-fast): fast fetching of the "from" field
1750         from (gnus-data-list)
1751         (spam-summary-prepare-exit): works completely now
1752         (spam-use-blacklist): oops, should be nil by default
1753         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1754         split processing now; before it was for summary exit as
1755         well but that's done with the spam-contents and spam-process
1756         parameters now
1757
1758 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1759
1760         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1761         characters.
1762
1763 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1764
1765         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1766         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1767         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1768         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1769         (spam-mark-spam-as-expired-and-move-routine)
1770         (spam-generic-register-routine, spam-BBDB-register-routine)
1771         (spam-ifile-register-routine, spam-blacklist-register-routine)
1772         (spam-whitelist-register-routine): new functions
1773         (spam-summary-prepare-exit): added summary exit processing (expire
1774         or move) of spam-marked articles for spam groups; added slots for
1775         all the spam-*-register-routine functions
1776
1777 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * pop3.el (pop3-retr): Wait 500 msecs.
1780         (pop3-read-response): Ditto.
1781
1782         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1783         right.
1784         (gnus-inews-make-draft): New function.
1785         (gnus-setup-message): Use it.
1786
1787         * message.el (message-required-headers): Add From.
1788
1789 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1790         Trivial patch from Norbert Koch <nk@viteno.net>.
1791
1792         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1793
1794 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * message.el (message-generate-headers): Let header formatters do
1797         their work.
1798
1799 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1800
1801         * deuglify.el (gnus-article-outlook-deuglify-article):
1802         Rehighlight, reapply treatments and call
1803         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1804         (gnus-outlook-repair-attribution-block): Recognize cited
1805         attributions.  Suggested by Niklas Morberg.
1806
1807 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1808
1809         * gnus-art.el (gnus-treat-predicate): Check condition first.
1810
1811 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1812
1813         * lpath.el: Add url-http-file-exists-p.
1814
1815         * gnus-group.el (gnus-group-fetch-charter): Use
1816         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1817
1818 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * message.el (message-draft-headers): Also generate From to get a
1821         nicer draft buffer summary.
1822
1823         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1824         parameter.
1825
1826         * gnus-art.el (article-wash-html): Clean up.
1827         (article-wash-html): Typo fix.
1828
1829         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1830         (gnus-summary-mail-forward): To many lists of lists.
1831
1832         * gnus-art.el (article-wash-html): Clean up.
1833
1834 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1835
1836         * gnus-art.el (gnus-treat-wash-html): New variable.
1837
1838 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * message.el (message-check-news-header-syntax): Allow posting.
1841         (message-check-news-header-syntax): Fix logic for sure, this
1842         time.
1843
1844 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1845
1846         * message.el (message-check-news-header-syntax): Check syntax of
1847         continuation headers.
1848
1849 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1850
1851         * gnus-art.el (gnus-button-url-regexp,
1852         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1853         (gnus-header-button-alist): Regexps are case insensitive here.
1854
1855 2003-01-02  Simon Josefsson  <jas@extundo.com>
1856
1857         * dig.el (query-dig): Doc fix.
1858
1859 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1860
1861         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1862         summary buffer line, not just the download mark.
1863
1864 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1867         (gnus-summary-insert-dormant-articles): New command and
1868         keystroke.
1869
1870         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1871         function for mass insertion of subjects.
1872
1873         * nndraft.el (nndraft-generate-headers): Don't move point.
1874
1875         * gnus.el (nnheader): Require nnheader.
1876
1877         * nndraft.el (nndraft-request-associate-buffer): Use
1878         make-local-variable.
1879
1880 2003-01-02  Michael Shields  <shields@msrl.com>
1881
1882         * nndraft.el (nndraft-request-associate-buffer): Make
1883         write-contents-hooks buffer-local before setting it.
1884
1885 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus.el (gnus-group-parameter-value): Take an extra param.
1888         (gnus-group-fast-parameter): Let group param results be nil.
1889
1890         * gnus-art.el (gnus-article-forward-header): New function.
1891         (article-date-ut): Use it to remove continuation date headers.
1892
1893         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1894         read-event.
1895         (gnus-summary-remove-bookmark): Clean up.
1896         (gnus-summary-set-bookmark): Clean up.
1897
1898         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1899
1900         * gnus.el (gnus-group-startup-message): Bind data-directory to
1901         the Gnus etc directory.
1902
1903 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1904
1905         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1906         ham-processing of articles; use the new
1907         spam-group-(spam|ham)-contents-p functions
1908         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1909         convenience functions
1910         (spam-mark-junk-as-spam-routine): use the new
1911         spam-group-spam-contents-p function
1912
1913         * gnus.el (spam-process, spam-contents, spam-process-destination):
1914         added new parameters with corresponding global variables
1915         (gnus-group-spam-exit-processor-ifile,
1916         gnus-group-spam-exit-processor-bogofilter,
1917         gnus-group-spam-exit-processor-blacklist,
1918         gnus-group-spam-exit-processor-whitelist,
1919         gnus-group-spam-exit-processor-BBDB,
1920         gnus-group-spam-classification-spam,
1921         gnus-group-spam-classification-ham): added new symbols for the
1922         spam-process and spam-contents parameters
1923
1924         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1925         customization and list itself to store mark symbol rather than
1926         mark character.
1927         (spam-bogofilter-register-routine): added logic to generate mark
1928         values list from spam-ham-marks and spam-spam-marks, so (member)
1929         would work.
1930
1931 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * message.el (message-cross-post-followup-to): Fix comment.
1934
1935 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1938         customization and list itself to store mark symbol rather than
1939         mark character.
1940         (spam-bogofilter-register-routine): added logic to generate mark
1941         values list from spam-ham-marks and spam-spam-marks, so (member)
1942         would work.
1943
1944 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1945
1946         * message.el (message-signature-insert-empty-line): New variable.
1947
1948 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1949
1950         * message.el: Renamed functions and variables: "xpost" ->
1951         "cross-post", "-fup2" -> "-followup-to".
1952         (message-cross-post-old-target, message-cross-post-default,
1953         message-cross-post-note, message-followup-to-note,
1954         message-cross-post-note-function): New variables names.
1955         (message-xpost-old-target, message-xpost-default,
1956         message-xpost-note, message-fup2-note,
1957         message-xpost-note-function): Removed variable names.
1958         (message-cross-post-followup-to-header,
1959         message-cross-post-insert-note, message-cross-post-followup-to):
1960         New function names.
1961         (message-xpost-fup2-header, message-xpost-insert-note,
1962         message-xpost-fup2): Removed function names.
1963
1964 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1965
1966         * message.el (message-send-mail): Added message-cleanup-headers to
1967         prevent newlines in headers.
1968
1969 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * dns.el (dns-make-network-process): Comment.
1972
1973         * gnus-sum.el (gnus-summary-display-while-building): Default to
1974         nil.
1975
1976 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1977
1978         * gnus-sum.el (gnus-summary-display-while-building): New
1979         variable.
1980
1981 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1982
1983         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1984         before rearranging the article.
1985
1986 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * nndraft.el (nndraft-generate-headers): New function.
1989         (nndraft-request-associate-buffer): Use it to write headers on
1990         buffer save.
1991
1992         * message.el (message-generate-headers): Let the function be a
1993         lambda form.
1994         (message-draft-headers): New variable.
1995
1996         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1997         function.
1998         (gnus-setup-message): Use it.
1999
2000         * message.el (message-generate-headers-first): Doc fix.
2001         (message-setup-1): Use new function for getting which headers to
2002         generate.
2003         (message-headers-to-generate): New function.
2004
2005 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2006
2007         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2008
2009 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2010
2011         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2012         mention negatives.
2013
2014 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2015
2016         * deuglify.el (gnus-outlook-rearrange-article): Use
2017         `transpose-regions' instead of tempering the kill-ring.
2018         (gnus-article-outlook-deuglify-article): Rehighlight article
2019         instead of a complete redisplay.
2020
2021 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2022
2023         * spam.el: most defvars are defcustoms now
2024
2025         patches from Michael Shields  <shields@msrl.com>
2026
2027         * spam.el (spam-bogofilter-articles): Select the article
2028         body using gnus-summary-show-article t instead of
2029         gnus-summary-select-article; this presents the raw text
2030         without running any hooks.
2031
2032         * spam.el (spam-bogofilter-articles): Use message-remove-header
2033         to remove headers; the old way incorrectly removed just the first
2034         line of folded headers.
2035
2036 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2039
2040 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-start.el (gnus-load): New function.
2043         (gnus-read-newsrc-el-file): Use it.
2044
2045 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2046
2047         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2048         (gnus-button-handle-apropos-documentation): New function.
2049         (gnus-button-handle-ctan): New function.
2050         (gnus-button-alist): Use them.  Improve some regexps.
2051         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2052
2053 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2054
2055         * message.el (message-subscribed-p): New function.
2056         (message-send-mail): Use it.
2057         * mml.el (mml-preview-insert-mft): New function.
2058         (mml-preview): Use it.
2059
2060 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2063         when sorting by date.
2064
2065         * gnus-art.el (gnus-article-edit-mode): New variable.
2066         (gnus-article-setup-buffer): Warn user about discarding edits.
2067
2068         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2069         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2070         headers.
2071
2072         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2073
2074 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2075
2076         * message.el (message-completion-alist): Added "Mail-Followup-To"
2077         and "Mail-Copies-To".
2078
2079 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2080
2081         * gnus-group.el: Add key bindings for
2082         gnus-group-sort-groups-by-real-name and
2083         gnus-group-sort-selected-groups-by-real-name.
2084
2085 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2086
2087         * gnus.texi (Sorting Groups): Add key bindings for
2088         gnus-group-sort-groups-by-real-name and
2089         gnus-group-sort-selected-groups-by-real-name.
2090
2091 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2092
2093         * spam.el (spam-use-dig): new variable for blackhole checking
2094         through dig.el
2095         (spam-check-blackholes): added dig.el checking functionality and
2096         more verbose reporting; query-dig is autoloaded from dig.el
2097         (spam-use-blackholes): disabled by default
2098         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2099         blackhole servers list
2100
2101 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * message.el (message-required-headers): New variable.
2104
2105 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2106
2107         * dig.el (query-dig): new function
2108
2109 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2112         prefixes.
2113
2114         * dns.el (query-dns): Protect against errors.
2115
2116         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2117         (gnus-inews-add-send-actions): Mark all answered messages as
2118         answered.
2119
2120 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2121
2122         * nnmail.el (nnmail-split-it): Added tracing to
2123         `:' split rule
2124
2125 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2126
2127         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2128         and "%s" so we don't overquote them.
2129
2130 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2131
2132         * (mm-display-external): Display the actual command that has been
2133         executed in the echo area.
2134
2135 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2138
2139         * message.el (message-with-reply-buffer): New macro.
2140         (message-fetch-reply-field): Use it.
2141         (message-insert-wide-reply): New command and keystroke.
2142         (message-carefully-insert-headers): New function.
2143         (message-insert-to): Use new function.
2144
2145         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2146         (gnus-topic-goto-missing-group): Use it.
2147
2148         * message.el (message-required-news-headers): Removed Lines.
2149         (message-reply): Don't insert References first.
2150         (message-followup): Ditto.
2151         (message-make-references): New function.
2152         (message-followup): Set message-reply-headers before generating
2153         the buffer stuff.
2154
2155 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2156
2157         * mml.el (mml-generate-mime-1): Reverse the order of
2158         encoding/flowing.
2159
2160 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2163         after moving them.
2164
2165         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2166         fit with newer standard format.
2167         (gnus-summary-make-false-root-always): New variable.
2168         (gnus-gather-threads-by-subject): Use it.
2169
2170         * message.el (message-get-reply-headers): Take an address list
2171         optional argument.
2172
2173 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus.el (gnus-keep-backlog): Change default to 20.
2176
2177         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2178         start.
2179         (gnus-agent-check-overview-buffer): Remove negative article
2180         numbers.
2181
2182         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2183         (nnmail-cache-ignore-groups): Doc fix.
2184
2185         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2186         (nnimap-debug-buffer): New variable.
2187         (nnimap-debug): Use it.
2188
2189 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2190
2191         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2192
2193 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2196         they aren't already sorted.
2197
2198 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2199
2200         * message.el (message-mode-menu): Add ellipses to menu items
2201         expecting user interaction.
2202         (message-mode-field-menu): do.
2203
2204 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2205
2206         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2207         it isn't used any more.
2208
2209 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2210
2211         * binhex.el (binhex-decoder-program): Fix docstring.
2212
2213 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2214
2215         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2216         special chars if the mailcap file uses single quotes around %s.
2217         From Laurent Martelli <laurent@bearteam.org>.
2218
2219 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2220
2221         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2222         return the info object.
2223
2224 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2225
2226         * gnus-int.el (gnus-request-update-info): Artificially add
2227         (1 . (1- min)) to the read range, in case the backend doesn't
2228         store marks for nonexistent articles.
2229
2230 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * binhex.el (binhex-insert-char): Eval-and-compile.
2233
2234 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2235
2236         * lpath.el: Add tool-bar-local-item-from-menu.
2237
2238         * message.el (message-tool-bar-local-item-from-menu): New function.
2239         (message-tool-bar-map): Use it.
2240
2241 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2242
2243         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2244
2245         * gnus-art.el (gnus-article-header-rank): Last header in
2246         gnus-sorted-header-list should have higher rank than non-members.
2247
2248 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2251         covered methods.
2252
2253 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2254
2255         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2256         eval-when-compile.  Suggested by Kevin Greiner.
2257
2258 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2259
2260         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2261         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2262         even though no headers may have been fetched
2263         (gnus-agent-fetch-group-1, and perhaps others, require this
2264         behavior).
2265         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2266         server buffer is constrained by gnus-agent-max-fetch-size.
2267         Multiple chunks in the same group may perform arbitrarily large
2268         updates.
2269
2270 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2271
2272         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2273         gnus-summary-update-download-mark to update the article in the
2274         summary.
2275
2276 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2277
2278         * gnus.el (gnus-summary-high-uncached-face,
2279         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2280         New faces.
2281
2282         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2283         added this on 2002-11-23 but it just wasn't working out as
2284         intended.  The idea isn't entirely dead, three new faces
2285         gnus-summary-*-uncached-face are being added to gnus.el to provide
2286         the basis for an improved implementation.
2287         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2288         proper file to open is lib/servers.
2289         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2290         (i.e. removing the article from gnus-newsgroup-downloadable) will
2291         now restore the article's default mark rather than simply setting
2292         no mark.
2293         (gnus-agent-get-undownloaded-list): Corrected documentation.
2294         Added code to set new summary local variable,
2295         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2296         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2297         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2298         up to date.  Call new gnus-summary-update-download-mark to keep
2299         summary buffer up-to-date.
2300         (gnus-agent-fetch-selected-article): Keep
2301         gnus-newsgroup-undownloaded up to date.
2302         (gnus-agent-fetch-articles): Return list of articles that were
2303         successfully fetched.
2304         (gnus-agent-check-overview-buffer): No more thingatpt.
2305         (gnus-agent-expire): No longer deletes NOV entries of unread
2306         articles.
2307         (gnus-agent-unread-articles): New function.
2308         (gnus-agent-regenerate-group): The article number must be
2309         terminated by a tab character.  Added more messages to report
2310         repairs.  Inhibit quits while writing changes so it is now safe
2311         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2312         downloaded to 1) resolve the unbound references and 2) avoid
2313         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2314
2315         * gnus-art.el (gnus-article-prepare): The agent
2316         downloaded/undownloaded mark is no longer stored as the article's
2317         mark.
2318
2319         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2320         gnus-summary-highlight may use it.  Added downloaded as
2321         gnus-summary-highlight was using it.
2322
2323         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2324         the download mark now follows Kai's +/- convention.
2325         (gnus-downloaded-mark): Added ?+ mark.
2326         (gnus-summary-highlight): Added rules to select
2327         gnus-summary-high-uncached-face,
2328         gnus-summary-normal-uncached-face, and
2329         gnus-summary-low-uncached-face.  Removed the
2330         gnus-agent-downloaded-article-face.
2331         (gnus-summary-line-format-alist): Implemented the download flag
2332         format (?O) as named in the manual.  This implementation displays
2333         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2334         gnus-no-mark.
2335         (gnus-newsgroup-agentized): New local variable that identifies
2336         which groups are agentized.  While the agent is now on by default,
2337         you don't have to agentize every server that you use.
2338         (gnus-update-summary-mark-positions): Completed support for the
2339         download type of mark.
2340         (gnus-summary-insert-line): Added undownloaded to the parameters.
2341         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2342         reference by the gnus-summary-line-format-spec.
2343
2344         * nntp.el (nntp-with-open-group): This macro handles dropped or
2345         broken connections by opening a new connection and repeating the
2346         failed command.
2347         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2348         XOVER commands preceeding the active articles with the nov entry
2349         of the first available article.  When gnus connected to such a
2350         server, the unexpected nov entry would result in duplicate lines
2351         in the agent's overview file.  This patch fixes the duplicate
2352         lines problem and improves performance by skipping over all
2353         articles IDs that preceed the first nov entry in the server's
2354         reply.
2355
2356 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2359         (gnus-summary-highlight): Use it instead of `downloaded'.
2360         (gnus-summary-highlight-line): Ditto.
2361
2362         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2363
2364 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2367
2368         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2369         calls.
2370
2371         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2372         downloaded variable if we're in an uncovered group.
2373
2374         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2375         font to soemthing less noticeable.
2376         (gnus-agent-group-covered-p): New function.
2377
2378 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2379
2380         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2381         Because of an unknown bug, the group buffer is saved in .overview
2382         file.
2383
2384 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2385
2386         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2387         `and' with `or'.
2388
2389 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2390
2391         * nntp.el (nntp-send-command): Assume that echo does not happen
2392         when nntp-open-connection-function is nntp-open-network-stream.
2393         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2394
2395 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2396
2397         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2398
2399 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2400
2401         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2402         nntp-server-buffer if we aren't going to write to it.
2403
2404 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2405         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2406
2407         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2408
2409 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2412         decoded words.
2413
2414 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2415
2416         * gnus.el (fboundp): After loading mm-util, make sure it was the
2417         right one.
2418
2419 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2420
2421         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2422         gnus-sum.  Made into a user option.
2423
2424         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2425         (gnus-summary-mark-article-as-unread)
2426
2427 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2428
2429         * time-date.el (date-to-time): Typo.
2430
2431         * parse-time.el: Typo.
2432
2433         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2434
2435         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2436
2437         * nnimap.el:
2438         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2439
2440         * mm-encode.el (mm-safer-encoding): Typo.
2441
2442         * messcompat.el: Typo.
2443
2444         * message.el (message-face-alist): Typo.
2445
2446         * imap.el (imap-interactive-login, imap-open): Typos.
2447
2448         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2449
2450         * gnus.el: Typo.
2451
2452         * gnus-win.el (gnus-configure-frame): Typo.
2453
2454         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2455
2456         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2457
2458         * gnus-sum.el (gnus-summary-article-number)
2459         (gnus-summary-read-group-1, gnus-summary-mark-article)
2460         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2461
2462         * gnus-mule.el (gnus-mule-add-group): Typo.
2463
2464         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2465
2466         * gnus-group.el (gnus-group-fetch-faq): Typo.
2467
2468         * gnus-art.el (gnus-decode-header-methods): Typo.
2469
2470         * flow-fill.el: Typo.
2471
2472 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2473
2474         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2475
2476 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2477
2478         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2479         (gnus-summary-mark-article-as-unread)
2480         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2481         Reformatting to avoid long lines.
2482         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2483
2484 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2485
2486         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2487         be accessed through `mail-header-number'.
2488
2489 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2490
2491         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2492         compressed range to gnus-summary-insert-articles.
2493
2494 2002-11-26  Kevin Ryde <user42@zip.com.au>
2495
2496         * gnus-art.el (gnus-mime-copy-part): Look for filename
2497         parameter under content-disposition, not content-type.
2498
2499         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2500         (gnus-summary-reselect-current-group): Use it.
2501
2502 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2503
2504         * gnus-agent.el (gnus-agent-uncached-articles): if
2505         gnus-agent-load-alist fails, return ARTICLES.
2506
2507         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2508
2509 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2510
2511         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2512         superfluous function call.
2513         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2514         Add warning to docstring.
2515
2516 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * gnus-agent.el: Autoload number-at-point instead.
2519         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2520
2521 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2522
2523         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2524         require thingatpt (for number-at-point) and protect against
2525         deactivate-mark being unbound (on XEmacs).
2526
2527 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2528
2529         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2530         print message on entry.
2531
2532         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2533
2534         * gnus-range.el (gnus-range-difference): New function.
2535         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2536
2537 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2538
2539         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2540         gnus-remove-from-range instead of gnus-range-difference which
2541         doesn't exist.
2542
2543 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2544         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2545
2546         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2547         used for showing which articles have been downloaded.
2548         (gnus-agent-article-alist): Format change.  Add documentation.
2549         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2550         process-marked articles.
2551         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2552         in the series are individually fetched to minimize lose of
2553         content due to an error/quit.
2554         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2555         gnus-message instead of message.
2556         (gnus-agent-read-servers): Use file lib/methods instead of
2557         lib/servers.  TODO: Why?
2558         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2559         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2560         come from the agent.  This means that they are not downloaded.
2561         (gnus-agent-fetch-selected-article): Don't use history.
2562         (gnus-agent-save-history, gnus-agent-enter-history)
2563         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2564         Removed function; history is not used anymore.
2565         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2566         (gnus-agent-crosspost): Started rewrite then realized that a typo
2567         in gnus-agent-fetch-articles ensures that this function is never
2568         called.  This will need to be fixed later.
2569         (gnus-agent-check-overview-buffer): Some sanity checks on the
2570         agent overview buffer.  This is a safety net used during
2571         development.
2572         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2573         changed, write a number to the file indicating this.
2574         (gnus-agent-fetch-headers): Rewrite to respect
2575         gnus-agent-consider-all-articles without relying on the
2576         `.fetched' files.  Make it fast.
2577         (gnus-agent-braid-nov): Change resulting from
2578         gnus-agent-fetch-headers change.
2579         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2580         `.fetched' files.
2581         (gnus-agent-read-agentview): New function, used by
2582         gnus-agent-load-alist.
2583         (gnus-agent-load-fetched-headers): Remove.
2584         (gnus-agent-save-alist): Rewrite to accomodate new format.
2585         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2586         same order as in gnus-newsgroup-headers.
2587         (gnus-agent-expire): Document and implement extra args ARTICLES,
2588         GROUP, FORCE.  Do not restrict usage.
2589         (gnus-agent-uncached-articles): New function.
2590         (gnus-agent-retrieve-headers): Use it.
2591         (gnus-agent-regenerate-group): No longer needs to be called from
2592         gnus-agent-regenerate.  Individual groups may be regenerated. The
2593         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2594         The article fetch dates are validated in the article alist.  The
2595         article alist is pruned of entries that do not reference existing
2596         NOV entries.  All changes are computed then applied with
2597         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2598         regeneration.  The optional clean parameter has been replaced with
2599         an optional reread parameter.  Clean is no longer necessary as
2600         regeneration gets the appropriate setting from
2601         gnus-agent-consider-all-articles.  The new reread parameter will
2602         result in fetched, or all, articles being marked as unread.
2603         (gnus-agent-regenerate): Removed code to regenerate the history
2604         file as it is no longer used.
2605
2606         * gnus-start.el (gnus-make-ascending-articles-unread): New
2607         function, for efficient mass-marking.
2608
2609         * gnus-sum.el (gnus-summary-highlight): Use new face for
2610         downloaded articles.
2611         (gnus-article-mark): Prefer to indicate read/unread status over
2612         downloaded status.
2613         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2614         line.
2615         (gnus-summary-highlight-line): Use new face for downloaded
2616         articles.
2617         (gnus-summary-insert-old-articles): Improved performance by
2618         replacing the initial LIST of older articles with a compressed
2619         RANGE of older articles.  Some servers appear to lie about
2620         their active range so the original list could contain millions
2621         of article numbers.  The range is not expanded into a list
2622         until the optional ALL parameter has been applied.
2623
2624 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2625
2626         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2627
2628 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2629
2630         * spam.el:
2631         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2632
2633         * spam.el: added `M s t' and `M s x' key mappings
2634
2635 2002-11-20  Simon Josefsson  <jas@extundo.com>
2636
2637         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2638
2639 2002-11-19  Simon Josefsson  <jas@extundo.com>
2640
2641         * gnus-sum.el (gnus-summary-morse-message): Load
2642         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2643         (unmorse-region): Autoload it instead.
2644
2645 2002-11-18  Simon Josefsson  <jas@extundo.com>
2646
2647         * gnus-sum.el (gnus-summary-morse-message): New function.
2648         (gnus-summary-wash-map): Bind to `W m'.
2649         (gnus-summary-make-menu-bar): Add.
2650
2651         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2652         before storing \Deleted mark on expired articles.
2653
2654 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2655         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2656
2657         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2658         parens in column 0.
2659
2660 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2661
2662         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2663
2664         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2665
2666         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2667
2668 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2669
2670         * message.el (message-set-auto-save-file-name): Use
2671         make-directory, to avoid the dependence on gnus-util.
2672
2673 2002-11-16  Simon Josefsson  <jas@extundo.com>
2674
2675         * nnimap.el (nnimap-callback-callback-function):
2676         (nnimap-callback-buffer): Removed, these cannot be global but must
2677         be embedded into the callback.
2678         (nnimap-make-callback): New.  Embedd article number, callback and
2679         buffer in function.
2680         (nnimap-callback, nnimap-request-article-part): Update.
2681
2682 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2685
2686 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2687
2688         * gnus.el (gnus-summary-line-format): Document %C.
2689
2690 2002-11-11  Simon Josefsson  <jas@extundo.com>
2691
2692         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2693         output when called interactively.
2694
2695 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2698
2699         * message.el (message-draft-coding-system): Improve comment; use
2700         mm-auto-save-coding-system for the default value.
2701
2702         * nndraft.el (nndraft-request-article): Revert to the state before
2703         2002-10-29; regexp-quote mail-header-separator.
2704
2705 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2706
2707         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2708         allow editing of drafts from an nnvirtual group.
2709
2710 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2713         mm-auto-save-coding-system.
2714
2715         * message.el (message-draft-coding-system): Default to
2716         iso-2022-7bit.
2717
2718         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2719         restore the default value to emacs-mule or escape-quoted.
2720
2721 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2724         a delayed or a queued article as well as a draft.
2725
2726         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2727         delayed or a queued article in the raw format; treat a delayed
2728         article as a raw article as well as a draft.
2729         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2730         for the delayed group.
2731
2732         * nndraft.el (nndraft-request-article): Ignore auto save files for
2733         a delayed or a queued article; don't bother to decode a queued
2734         article; don't bind nnmail-file-coding-system for a queued article.
2735
2736         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2737         and the queue group.
2738
2739 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2740
2741         * gnus-group.el (gnus-group-delete-group):
2742         gnus-cache-active-hashtb might be void.
2743
2744 2002-11-02  Simon Josefsson  <jas@extundo.com>
2745
2746         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2747         setting of the default user ID.  From Raymond Scholz
2748         <ray-2002@zonix.de>.
2749
2750 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2751
2752         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2753         charset.
2754
2755 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2756         From Alex Schroeder <alex@emacswiki.org>
2757         * spam-stat.el (spam-stat-process-directory): add dir to message
2758         (spam-stat-reduce-size): No longer remove words
2759         with values close to 0.5, because the default value is 0.2.
2760
2761 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2762
2763         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2764         documentation.
2765
2766 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2767
2768         * gnus-agent.el (gnus-agent-fetched-headers)
2769         (gnus-agent-load-fetched-headers)
2770         (gnus-agent-save-fetched-headers): Remove variable and two
2771         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2772         works better.
2773         (gnus-agent-fetch-headers): New implementation from Kevin
2774         Greiner.  Uses gnus-agent-article-alist to store information
2775         about fetched messages which aren't on the server anymore.  The
2776         trick is to return a list of considered messages to the caller,
2777         but to only fetch those which haven't been fetched yet.
2778
2779 2002-10-30  Simon Josefsson  <jas@extundo.com>
2780
2781         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2782
2783         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2784
2785 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2786
2787         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2788         versions of emacs-w3m than 1.3.3.
2789
2790         * lpath.el: Bind w3m-minor-mode-map.
2791
2792         * mm-view.el (mm-w3m-mode-command-alist)
2793         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2794         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2795         (mm-setup-w3m): Simplified.
2796         (mm-w3m-local-map-property): New function.
2797         (mm-inline-text-html-render-with-w3m): Use it.
2798
2799         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2800         mm-w3m-local-map-property.
2801
2802 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * mm-util.el (mm-auto-save-coding-system): Default to
2805         iso-2022-7bit.
2806
2807         * nndraft.el (nndraft-request-article): Decode an article using
2808         the coding-system emacs-mule if it seems to have been saved using
2809         emacs-mule.
2810         (nndraft-request-replace-article): Use message-draft-coding-system
2811         instead of mm-auto-save-coding-system for the draft or delayed
2812         group.
2813
2814 2002-10-28  Josh  <huber@alum.wpi.edu>
2815
2816         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2817         functions.
2818
2819 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2820         From mah@everybody.org (Mark A. Hershberger).
2821
2822         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2823         type values ("url" size) regardless of the values of
2824         mm-url-use-external.
2825
2826 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2827
2828         * nnimap.el (nnimap-request-article-part): Try harder to show
2829         group name in debugging message.
2830
2831 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2832
2833         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2834         directory if it doesn't exist.
2835         (gnus-agent-fetch-headers): Remove old cruft that tried to
2836         abstain from downloading articles more than once if
2837         gnus-agent-consider-all-articles was true.  This is now done
2838         properly via the .fetched files.
2839
2840 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * nndraft.el (nndraft-request-article): Treat delayed articles
2843         like drafts.
2844
2845 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2848
2849 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2850
2851         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2852         Remove unused optional arg DIR and corresponding code.
2853
2854         * nnimap.el (nnimap-request-article-part): Include group name in
2855         debugging output.
2856
2857 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2858
2859         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2860
2861 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2862
2863         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2864         contains range of headers that have been fetched by the agent
2865         already.  Compare gnus-agent-article-alist.
2866         (gnus-agent-file-header-cache): Like
2867         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2868         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2869         seen/recent logic.
2870         Remember which headers have been fetched before and don't fetch
2871         them again the next time round.
2872         (gnus-agent-load-fetched-headers)
2873         (gnus-agent-save-fetched-headers): New functions, for remembering
2874         which headers have been fetched before.
2875
2876 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * lpath.el: Remove useless bindings.
2879
2880 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2881
2882         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2883         features while searching.
2884
2885 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2886
2887         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2888
2889 2002-10-22  Simon Josefsson  <jas@extundo.com>
2890
2891         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2892         (pgg-snarf-keys): Add.
2893
2894 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * lpath.el: Fbind bbdb-records.
2897
2898         * spam.el: Don't autoload bbdb-records.
2899
2900 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2903         prevent inf-loop.
2904
2905 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * nnslashdot.el: Removed some test lines.
2908         More test.
2909
2910 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2911
2912         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2913         are known to be downloaded already.
2914
2915 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2918         (mm-text-html-washer-alist): Ditto.
2919
2920 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2921
2922         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2923         boundary between headers and body.
2924         * nnml.el (nnml-parse-head): Ditto.
2925
2926 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2929         entries.
2930
2931         * gnus-group.el (gnus-fetch-group): Allow an optional
2932         specification of the articles to select.
2933
2934         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2935
2936 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2937
2938         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2939         headers from the group, update variable `articles' to contain
2940         only those numbers where headers exist.  (When fetching all
2941         articles in a group, Gnus creates lots of numbers where there is
2942         no articles.)
2943
2944 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2945
2946         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2947         doesn't have the 'alist custom type, use cons cells instead.
2948         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2949         (pgg-parse-hash-algorithm-alist): Ditto.
2950         (pgg-parse-compression-algorithm-alist): Ditto.
2951         (pgg-parse-signature-type-alist): Ditto.
2952
2953         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2954
2955         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2956
2957         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2958
2959 2002-10-19  Simon Josefsson  <jas@extundo.com>
2960
2961         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2962         buffer.
2963
2964 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2965
2966         * gnus-spec.el (gnus-make-format-preserve-properties)
2967         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2968         properties also on XEmacs.  `gnus-xmas-format' is like format but
2969         preserves text properties on XEmacs (though it only understands
2970         simple format specs).  The variable
2971         `gnus-make-format-preserve-properties' controls whether the
2972         function is used, and is checked in `gnus-parse-simple-format'.
2973         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2974
2975         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2976         output.
2977         (gnus-agent-consider-all-articles): New variable.
2978         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2979         (gnus-agent-fetch-headers): Depending on
2980         gnus-agent-consider-all-articles, maybe get all articles.
2981         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2982         `read'.
2983         (gnus-predicate-imples-unread): New function.
2984         (gnus-agent-fetch-headers): Optimize to call
2985         gnus-list-of-unread-articles if that is sufficient.
2986         Check unseen and recent instead of seen and recent.
2987         (gnus-agent-fetch-headers): Abstain from calling
2988         gnus-list-range-intersection if range (a . b) would have (> a b).
2989
2990 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * message.el (message-send-mail): Make it possible to perform
2993         edebug-defun.
2994
2995 2002-10-18  Simon Josefsson  <jas@extundo.com>
2996
2997         * gnus-art.el (gnus-button-man-handler): Change default to
2998         `manual-entry' (defined in both emacsen).
2999         (gnus-button-man-handler): Remove emacsen difference and use
3000         `manual-entry'.
3001
3002 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * spam.el: Wrap autoload settings for bbdb-records,
3005         executable-find and ifile-spam-filter with eval-and-compile.
3006         (spam-display-buffer-contents): Remove.
3007         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3008
3009 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3010
3011         * spam.el (spam-display-buffer-contents): New function.
3012         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3013         from Katsumi Yamaoka <yamaoka@jpl.org>.
3014
3015 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3016
3017         * nnheader.el (nnheader-parse-naked-head): New function.
3018         (nnheader-parse-head): Use the above function, in order to handle
3019         continuation lines properly.
3020         (nnheader-remove-body): New function.
3021         (nnheader-remove-cr-followed-by-lf): New function.
3022         (nnheader-ms-strip-cr): Use the above function.
3023
3024         * gnus-agent.el (gnus-agent-regenerate-group): Call
3025         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3026         `nnheader-parse-head'.
3027         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3028
3029         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3030         continuation lines by itself; call `nnheader-parse-naked-head'
3031         instead of `nnheader-parse-head'.
3032         * nndiary.el (nndiary-parse-head): Ditto.
3033         * nnfolder.el (nnfolder-parse-head): Ditto.
3034         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3035         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3036         * nnml.el (nnml-parse-head): Ditto.
3037
3038 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3039
3040         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3041         XEmacs, default to it if featurep 'xemacs.
3042
3043 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * spam-stat.el: Check for the existence of hash functions instead
3046         of the Emacs version to decide whether to load cl.  Suggested by
3047         Kai Gro\e,A_\e(Bjohann.
3048
3049 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3050
3051         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3052         if it isn't open yet.
3053
3054 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * gnus-group.el: Require mm-url only when compiling.
3057         (gnus-group-fetch-charter): Require mm-url.
3058
3059         * spam-stat.el: Require cl for the functions gethash,
3060         hash-table-count, make-hash-table and mapc for Emacs 20.
3061         (puthash): Alias to cl-puthash for Emacs 20.
3062         (with-syntax-table): New macro for Emacs 20.
3063
3064 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3065
3066         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3067
3068 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3069
3070         * spam.el (spam-check-ifile): added ifile as a spam checking
3071         backend, and spam-use-ifle as the variable to toggle that check.
3072
3073 2002-10-12  Simon Josefsson  <jas@extundo.com>
3074
3075         * message.el (message-beginning-of-line): New variable.
3076         (message-beginning-of-line): Use it.
3077
3078 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3079
3080         * spam.el: more compilation fixes for BBDB
3081
3082         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3083         (spam-stat-reduce-size): Interactive.
3084         (spam-stat-reset): New function.
3085         (spam-stat-save): Interactive.
3086
3087 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * gnus.el: Autoload gnus-delay-initialize.
3090
3091         * message.el: Autoload gnus-delay-article.
3092
3093 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3094
3095         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3096         text property in Emacs.
3097
3098 2002-10-11  Simon Josefsson  <jas@extundo.com>
3099
3100         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3101         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3102
3103         * mml1991.el (mml1991-pgg-sign): Remove CR.
3104
3105 2002-10-10  Simon Josefsson  <jas@extundo.com>
3106
3107         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3108         decrypt failed.
3109         (mml2015-trust-boundaries-alist): Removed.
3110         (mml2015-gpg-extract-signature-details): Don't use it.
3111         (mml2015-unabbrev-trust-alist): New.
3112         (mml2015-gpg-extract-signature-details): Use it.
3113
3114 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3115
3116         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3117         BBDB installed
3118
3119         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3120         statistical analysis of spam in Lisp only
3121
3122 2002-10-10  Simon Josefsson  <jas@extundo.com>
3123
3124         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3125         auth, selected or examine state.
3126
3127         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3128         buffer and error buffer depending on type of information.
3129
3130         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3131         --status-fd stuff even if gpg.el is not used (revert earlier
3132         change).
3133         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3134         gnus details.
3135         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3136         buffer.
3137
3138         * pgg.el (pgg-verify-region): Use it.
3139
3140         * pgg-def.el (pgg-query-keyserver): New variable.
3141
3142         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3143         key-identifier in packet.  Is this a good idea?
3144
3145         * mml.el (mml-mode-map): Add security commands that operates on
3146         MIME parts.
3147         (mml-menu): And menu items for them.
3148
3149         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3150
3151         * mml.el (mml-parse-1): Support sender in #secure tags.
3152
3153         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3154         defined.
3155
3156         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3157         (mml-pgp-encrypt-buffer): Support combined signing.
3158
3159         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3160         (mml1991-gpg-encrypt): Ditto.
3161         (mml1991-pgg-encrypt): Ditto.
3162         (mml1991-encrypt): Pass sign parameter.
3163
3164         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3165         (mml-signencrypt-style): Mention the variable.
3166
3167 2002-10-09  Simon Josefsson  <jas@extundo.com>
3168
3169         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3170         pgg-gpg-user-id.
3171
3172         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3173         (pgg-fetch-key-function): Nil if w3 is not installed.
3174
3175 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3176
3177         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3178         gnus-agent-current-history.
3179
3180 2002-10-06  Simon Josefsson  <jas@extundo.com>
3181
3182         * imap.el (imap-parse-status): Don't use read to read token.
3183
3184 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3185
3186         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3187         for methods not covered by the agent, and when unplugged.
3188
3189 2002-10-05  Simon Josefsson  <jas@extundo.com>
3190
3191         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3192         signing.
3193
3194         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3195         a named server fails, ignore the server.
3196
3197         * mml1991.el (mml1991-pgg-sign): Do QP.
3198
3199         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3200         work.
3201
3202 2002-10-04  Simon Josefsson  <jas@extundo.com>
3203
3204         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3205
3206         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3207         binary-write-decoded-region from MEL.
3208
3209         * pgg.el (pgg-encrypt-region): Support sign.
3210
3211         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3212
3213         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3214
3215         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3216         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3217         branch where PGG was taken from in the ChangeLog entries below.
3218
3219 2002-10-01  Simon Josefsson  <jas@extundo.com>
3220
3221         * pgg-pgp.el: Don't require mel.  Don't use luna.
3222         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3223         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3224         (pgg-pgp-process-region): Don't use binary-funcall.
3225
3226         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3227
3228         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3229         instead of concat.
3230
3231         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3232
3233 2002-09-29  Simon Josefsson  <jas@extundo.com>
3234
3235         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3236         compile warnings.
3237
3238         * pgg.el (pgg-decrypt-region): Don't parse packet.
3239
3240         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3241
3242 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3243
3244         * pgg.el: Remove dependency on calist.el.
3245
3246 2002-09-28  Simon Josefsson  <jas@extundo.com>
3247
3248         * pgg.el (pgg-temporary-file-directory): New variable.
3249         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3250
3251         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3252         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3253
3254         * pgg-parse.el (pgg-char-int): Defalias.
3255         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3256         (pgg-read-bytes, pgg-read-body): Use it.
3257         (pgg-decode-packets): Don't use MEL, use base64-*.
3258         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3259         (pgg-string-as-unibyte): Defalias.
3260         (pgg-parse-armor-region): Use it.
3261
3262         * pgg-gpg.el (pgg-gpg-process-region): Use
3263         pgg-temporary-file-directory.
3264
3265         * luna.el: Don't def-edebug.
3266
3267         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3268         binary-write-decoded-region from MEL.
3269
3270         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3271
3272         * alist.el, calist.el: Don't require product/APEL.
3273
3274         * pgg-parse.el (top-level): Remove dependency on static.el,
3275         pccl.el, mel.el.
3276         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3277         `define-ccl-program' is boundp, instead of using broken.
3278
3279 2002-10-01  Simon Josefsson  <jas@extundo.com>
3280
3281         * message.el (message-required-mail-headers): Remove Lines:.
3282
3283 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3284         From Jesper Harder.
3285
3286         * gnus-group.el (gnus-group-fetch-charter,
3287         gnus-group-fetch-control): Prompt for group if given a prefix
3288         argument.
3289         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3290         gnus-group-fetch-control to summary key map and menu.
3291
3292
3293 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3294
3295         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3296         number when there are no articles.
3297
3298 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3299
3300         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3301         arg ALL means to fetch all articles, not only downloadable ones.
3302         (gnus-agent-fetch-selected-article): New function for
3303         gnus-select-article-hook or gnus-mark-article-hook.
3304
3305 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3306         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3307
3308         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3309         raw-text.
3310
3311 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3312
3313         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3314         Pinard).
3315         Major revamp of the code, documentation is in comments in the file
3316         for now.
3317
3318 2002-09-30  Simon Josefsson  <jas@extundo.com>
3319
3320         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3321         buffer seem to be needed?
3322
3323 2002-09-29  Simon Josefsson  <jas@extundo.com>
3324
3325         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3326         compile warnings.
3327
3328         * mml1991.el (mml1991-function-alist): Add pgg.
3329         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3330         (mml1991-pgg-encrypt): Fix recipients querying.
3331
3332 2002-09-28  Simon Josefsson  <jas@extundo.com>
3333
3334         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3335         from dme@dme.org.
3336         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3337         handle is returned.
3338
3339 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3342         Protect against non-existent of `nnimap-mailbox-info'.
3343
3344 2002-09-27  Simon Josefsson  <jas@extundo.com>
3345
3346         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3347         (gnus-setup-news-hook): Use it.
3348         (gnus-after-getting-new-news-hook): Ditto.
3349
3350         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3351
3352 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3353         From Mats Lidell <matsl@contactor.se>.
3354
3355         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3356
3357 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3358
3359         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3360         the part to decode encoded words, use raw words instead of decoded
3361         words.
3362
3363 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3364
3365         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3366
3367         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3368         (mm-setup-w3m): Use it.
3369
3370 2002-09-27  Simon Josefsson  <jas@extundo.com>
3371
3372         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3373         article buffers.
3374
3375         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3376         it just in case.
3377         (nnimap-update-unseen): New function; update unseen count in
3378         `n-m-info'.
3379         (nnimap-close-group): Call it.
3380
3381         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3382         (gnus-after-getting-new-news-hook): Ditto.
3383
3384         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3385         message into verboselevel 9.  Change slow mail check message.
3386         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3387         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3388         used as a hook after getting new mail.
3389
3390 2002-09-26  Simon Josefsson  <jas@extundo.com>
3391
3392         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3393         SELECT/EXAMINE is first unseen article, not number of unseen
3394         articles.  Make them distinct by renaming the former to
3395         `first-unseen' instead of `unseen'.
3396
3397         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3398         too.
3399         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3400         changed.
3401         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3402
3403         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3404
3405         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3406         better.
3407
3408         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3409         if dissecting resulting buffer actually had any information.
3410
3411 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3414         because the function `string<' allows symbols.
3415
3416         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3417
3418 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3419
3420         * message.el (message-forward-make-body): Revert an early change
3421         because 8-bit utf-8 emails.
3422
3423 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3424
3425         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3426         links to Info)
3427         * gnus-art.el (gnus-treat-highlight-signature):
3428         * gnus-art.el (gnus-treat-buttonize):
3429         * gnus-art.el (gnus-treat-buttonize-head):
3430         * gnus-art.el (gnus-treat-emphasize):
3431         * gnus-art.el (gnus-treat-strip-cr):
3432         * gnus-art.el (gnus-treat-unsplit-urls):
3433         * gnus-art.el (gnus-treat-leading-whitespace):
3434         * gnus-art.el (gnus-treat-hide-headers):
3435         * gnus-art.el (gnus-treat-hide-boring-headers):
3436         * gnus-art.el (gnus-treat-hide-signature):
3437         * gnus-art.el (gnus-treat-fill-article):
3438         * gnus-art.el (gnus-treat-hide-citation):
3439         * gnus-art.el (gnus-treat-hide-citation-maybe):
3440         * gnus-art.el (gnus-treat-strip-list-identifiers):
3441         * gnus-art.el (gnus-treat-strip-pgp):
3442         * gnus-art.el (gnus-treat-strip-pem):
3443         * gnus-art.el (gnus-treat-strip-banner):
3444         * gnus-art.el (gnus-treat-highlight-headers):
3445         * gnus-art.el (gnus-treat-highlight-citation):
3446         * gnus-art.el (gnus-treat-date-ut):
3447         * gnus-art.el (gnus-treat-date-local):
3448         * gnus-art.el (gnus-treat-date-english):
3449         * gnus-art.el (gnus-treat-date-lapsed):
3450         * gnus-art.el (gnus-treat-date-original):
3451         * gnus-art.el (gnus-treat-date-iso8601):
3452         * gnus-art.el (gnus-treat-date-user-defined):
3453         * gnus-art.el (gnus-treat-strip-headers-in-body):
3454         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3455         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3456         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3457         * gnus-art.el (gnus-treat-unfold-headers):
3458         * gnus-art.el (gnus-treat-fold-headers):
3459         * gnus-art.el (gnus-treat-fold-newsgroups):
3460         * gnus-art.el (gnus-treat-overstrike):
3461         * gnus-art.el (gnus-treat-display-xface):
3462         * gnus-art.el (gnus-treat-display-smileys):
3463         * gnus-art.el (gnus-treat-from-picon):
3464         * gnus-art.el (gnus-treat-mail-picon):
3465         * gnus-art.el (gnus-treat-newsgroups-picon):
3466         * gnus-art.el (gnus-treat-body-boundary):
3467         * gnus-art.el (gnus-treat-capitalize-sentences):
3468         * gnus-art.el (gnus-treat-fill-long-lines):
3469         * gnus-art.el (gnus-treat-play-sounds):
3470         * gnus-art.el (gnus-treat-translate):
3471         * gnus-art.el (gnus-treat-x-pgp-sig):
3472         * gnus-art.el (gnus-mime-button-line-format):
3473         * gnus-art.el (gnus-button-man-level):
3474         * gnus-art.el (gnus-button-emacs-level):
3475         * gnus-cus.el (gnus-group-parameters):
3476         * gnus-gl.el (bbb-build-mid-scores-alist):
3477         * gnus-group.el (gnus-group-line-format):
3478         * gnus-mlspl.el (gnus-group-split-setup):
3479         * gnus-mlspl.el (gnus-group-split):
3480         * gnus-msg.el (gnus-mailing-list-groups):
3481         * gnus-msg.el (gnus-posting-styles):
3482         * gnus-nocem.el (gnus-nocem-issuers):
3483         * gnus-score.el (gnus-score-regexp-bad-p):
3484         * gnus-srvr.el (gnus-server-line-format):
3485         * gnus-topic.el (gnus-topic-line-format):
3486         * gnus.el (gnus-summary-line-format):
3487         * mail-source.el (mail-sources):
3488         * message.el (message-subscribed-address-file):
3489         * nnmail.el (nnmail-split-fancy):
3490
3491 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3492
3493         * mail-source.el(mail-source-run-script): use `functionp' to test
3494         whether the argument `script' is in fact a function.
3495         (mail-sources): adjust the defcustom to allow users to specify a
3496         function or a string as the value of the `:prescript' and
3497         `:postscript' arguments of the `file' and `pop3' mail sources.
3498
3499 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3500
3501         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3502         number when article 1 does not exist.
3503
3504 2002-09-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3505
3506         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3507         apropos if apropos-variable does not exist.
3508         (gnus-button-guessed-mid-regexp)
3509         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3510         regexes.  From Reiner Steib.
3511         (gnus-button-handle-describe-function)
3512         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3513         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3514         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3515
3516 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3517         Trivial patch.
3518
3519         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3520         the file.
3521
3522 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3523
3524         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3525
3526 2002-09-24  Simon Josefsson  <jas@extundo.com>
3527
3528         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3529         (mml2015-use): Prefer PGG if installed.
3530         (mml2015-function-alist): Add PGG wrappers.
3531         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3532         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3533         prefix, make regexp optionally skip it.
3534         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3535         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3536         (mml2015-pgg-encrypt): New functions.
3537         (defvar, autoload): Prevent byte-compile warnings.
3538
3539 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3540         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3541
3542         * gnus-art.el (article-strip-banner): Check for the existence of
3543         from header.
3544
3545 2002-09-23  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3546
3547         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3548         (gnus-button-alist): Improved regexp for
3549         gnus-button-handle-mid-or-mail (false positives), fixed
3550         gnus-button-handle-man entries.
3551         From Reiner Steib.
3552
3553 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3554         From Josh Huber.
3555
3556         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3557         nnmail-extra-headers is non-nil.
3558
3559 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3560
3561         * nnmaildir.el: Store article numbers persistently.  General
3562         revision.
3563         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3564         for nnmail-expiry-wait; delete instead of moving if 'force is
3565         given.
3566
3567 2002-09-23  Simon Josefsson  <jas@extundo.com>
3568         Trivial fix from beaker@iavmb.pl (Krzysztof J\e$,1 9\e(Bdruczyk).
3569
3570         * smime.el (smime-sign-buffer): Get key and extra certs.
3571         (smime-get-key-with-certs-by-email): Utility function.
3572
3573 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3574         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3575
3576         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3577         article exists.
3578
3579 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3580
3581         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3582
3583 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3584         From Reiner Steib.
3585
3586         * gnus-art.el (gnus-button-handle-custom,
3587         gnus-button-handle-mid-or-mail,
3588         gnus-button-handle-describe-{function,variable,key},
3589         gnus-button-handle-apropos{,command,variable}): New functions.
3590         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3591         gnus-button-{man,emacs,mail}-level): New variables.
3592         (gnus-button-alist): Use the above to buttonize emacs and mail
3593         related links.
3594
3595 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3596
3597         * gnus-int.el (gnus-status-message): Fix spacing.
3598
3599         * imap.el (imap-continuation): Fix typos.
3600
3601 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3602
3603         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3604
3605         * gnus-art.el (gnus-article-reply-with-original): Correct
3606         with-current-buffer scope.
3607
3608         * message.el (message-completion-alist): Add Reply-To, From, etc.
3609
3610 2002-09-18  Simon Josefsson  <jas@extundo.com>
3611
3612         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3613         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3614
3615 2002-09-17  Simon Josefsson  <jas@extundo.com>
3616
3617         * nnimap.el (nnimap-expiry-target): Don't search for which
3618         articles exists here.
3619         (nnimap-request-expire-articles): Do it here instead.  Only expire
3620         when articles are found.  Suggested by Nevin Kapur
3621         <nevin@jhu.edu>.
3622
3623 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3624         From Reiner Steib <reiner.steib@gmx.de>.
3625
3626         * message.el (message-strip-subject-trailing-was)
3627         (message-change-subject, message-add-archive-header)
3628         (message-xpost-fup2-header, message-xpost-insert-note)
3629         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3630         adopted from message-utils.el.  Add functions to the keymap, mode
3631         describtion and menu.
3632         (message-change-subject,message-xpost-fup2): Signal error if
3633         current header is empty.
3634         (message-xpost-insert-note): Changed insert position.
3635         (message-archive-note): Ensure to insert note in message body (not
3636         in head).
3637         (message-archive-header, message-archive-note)
3638         (message-xpost-default, message-xpost-note, message-fup2-note)
3639         (message-xpost-note-function): New variables adopted from
3640         message-utils.el.  Changed some doc-strings.
3641         (message-mark-insert-{begin,end}): Rename from
3642         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3643         values.
3644         (message-subject-trailing-was-query)
3645         (message-subject-trailing-was-ask-regexp)
3646         (message-subject-trailing-was-regexp): New variables.
3647         (message-to-list-only): Added doc-string and menu entry.
3648
3649         * message-utils.el: Removed.  Functions are now in message.el.
3650
3651 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3652
3653         * gnus-art.el (gnus-article-reply-with-original,
3654         gnus-article-followup-with-original): Switch to
3655         gnus-summary-buffer before reply/followup.
3656
3657 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3658
3659         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3660         not exist. Toggle it anyway.
3661
3662 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3663
3664         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3665
3666         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3667         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3668
3669         * rfc2047.el (message-posting-charset): Defvar it.
3670         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3671         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3672
3673         * mail-source.el (mail-source-fetch): Hide password.
3674
3675         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3676
3677 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3678         From John Paul Wallington <jpw@shootybangbang.com>.
3679
3680         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3681
3682 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3685
3686 2002-09-11  Simon Josefsson  <jas@extundo.com>
3687
3688         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3689         (nnimap-split-rule): Doc fix.
3690         (nnimap-request-expire-articles): Cleanup code.
3691
3692 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3693         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3694
3695         * gnus-art.el (gnus-article-address-banner-alist): New option.
3696         (article-strip-banner): Refer the above option to split banners of
3697         free mail servers, when no group parameter is specified.
3698
3699 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * nntp.el (nntp-wait-for-string): Check for a process in the
3702         current buffer instead of `nntp-server-buffer'.
3703
3704 2002-09-09  Simon Josefsson  <jas@extundo.com>
3705
3706         * gnus-art.el (gnus-button-man-handler): New variable.
3707         (gnus-button-alist): Use g-b-handle-man.
3708         (gnus-button-handle-man): New, call g-b-man-handler.
3709
3710 2002-09-08  Simon Josefsson  <jas@extundo.com>
3711
3712         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3713
3714 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3717
3718 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3721
3722         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3723         keystroke.
3724
3725         * gnus-srvr.el (gnus-browse-describe-group): New command and
3726         keystroke.
3727
3728 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3731         value for gnus-decoration property.
3732
3733 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3734
3735         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3736         string) as group name in case we have a CRLF in the file.
3737
3738 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3739
3740         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3741         group.
3742         (rfc1843-decode-hzp): do.
3743         (rfc1843-newsgroups-regexp): do.
3744
3745 2002-09-04  Simon Josefsson  <jas@extundo.com>
3746
3747         * message.el (message-canlock-generate): Make sure sha1 doesn't
3748         call external programs.
3749
3750 2002-09-03  Simon Josefsson  <jas@extundo.com>
3751
3752         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3753
3754         * gnus-agent.el (gnus-agent-batch): Add doc.
3755
3756 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3757
3758         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3759         check for signed and encrypted parts.
3760         * mml.el (mml-parse-1): Correct small typo which preventing
3761         setting recipients in a secure tag.
3762
3763 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * mm-util.el (mm-coding-system-priorities): Default to a list of
3766         iso-2022-jp and others for the Japanese environment.
3767
3768 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3771         invalid display names.
3772
3773 2002-08-30  Simon Josefsson  <jas@extundo.com>
3774
3775         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3776         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3777
3778 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3779
3780         * gnus.el (gnus-group-charter-alist): New option.
3781         (gnus-group-fetch-control-use-browse-url): New option.
3782
3783         * gnus-group.el (gnus-group-fetch-charter): New function.
3784         (gnus-group-fetch-control): New function.
3785         Add them to the keymap and menu. Require mm-url.
3786
3787 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3790         From Alex Schroeder <alex@emacswiki.org>.
3791
3792 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3793
3794         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3795         items expecting user interaction.
3796
3797         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3798
3799         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3800
3801         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3802
3803         * mml.el (mml-menu): do.
3804
3805 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * mail-source.el (mail-source-touch-pop): New function.
3808
3809         * message.el (message-smtpmail-send-it): New function.
3810         (message-send-mail-function): Add it for a candidate.
3811
3812 2002-08-27  Simon Josefsson  <jas@extundo.com>
3813
3814         * gnus-msg.el (posting-charset-alist): Use
3815         gnus-define-group-parameter instead of defcustom.
3816         (gnus-put-message): Handle SPC in GCC.
3817         (gnus-inews-insert-gcc): Ditto.
3818         (gnus-inews-insert-archive-gcc): Ditto.
3819
3820 2002-08-26  Simon Josefsson  <jas@extundo.com>
3821
3822         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3823         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3824         (gnus-agent-possibly-save-gcc): Autoload.
3825         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3826
3827 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus.el (gnus-other-frame-function): New user option.
3830         (gnus-other-frame): Use it; add a doc-string; make it work with
3831         the gnuclient program.
3832
3833         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3834
3835         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3836         `device-connection' and `dfw-device'.
3837
3838 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3839
3840         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3841         positives, make it stricter.  From Jochen Hein (trivial change).
3842
3843 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus.el (gnus-other-frame): Trivial fix.
3846
3847 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus.el (gnus-other-frame-parameters): New user option.
3850         (gnus-other-frame-object): New variable.
3851         (gnus-other-frame): Make it search for existing Gnus frame; don't
3852         read new news; delete frame on exit.
3853
3854         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3855
3856         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3857
3858 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3859         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3860
3861         * message.el (message-set-auto-save-file-name): Add support for
3862         the Cygwin Emacs; the system-type is `cygwin'.
3863         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3864
3865 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3866
3867         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3868
3869         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3870         avoid arithmetic errors.
3871
3872 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3875
3876 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3879         (message-ignored-resent-headers): Add envelope From.
3880
3881 2002-08-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3882
3883         * gnus.el (gnus-summary-line-format): Document %k specifier.
3884
3885 2002-08-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3886
3887         * gnus-sum.el (gnus-summary-line-message-size): New function.
3888         (gnus-summary-line-format-alist): Use it.
3889
3890 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-art.el (article-make-date-line): Refer to the value for
3893         `gnus-article-time-format' in the summary buffer.
3894
3895         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3896
3897 2002-08-14  Simon Josefsson  <jas@extundo.com>
3898
3899         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3900         quoting.
3901         (gnus-button-alist): Fix doc.
3902         (gnus-header-button-alist): Use ' not ` for default value quoting.
3903         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3904         rationale similar to 2002-05-01 change.
3905         (gnus-article-add-buttons-to-head): Evaluate expression.
3906
3907         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3908
3909 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * message.el (message-font-lock-keywords): Refer to the value for
3912         `message-cite-prefix-regexp' dynamically.
3913
3914 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3917
3918 2002-08-12  Simon Josefsson  <jas@extundo.com>
3919
3920         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3921         (imap-shell-open): Skip initial junk before IMAP greeting.
3922
3923 2002-08-11  Simon Josefsson  <jas@extundo.com>
3924
3925         * message-utils.el (message-xpost-default,
3926         message-xpost-fup2-header, message-xpost-fup2): Fixed
3927         Typos.  Trivial changes from Reiner Steib
3928         <4uce.02.r.steib@gmx.net>.
3929
3930 2002-08-09  Simon Josefsson  <jas@extundo.com>
3931
3932         * message.el (message-canlock-password): Set
3933         canlock-password-for-verify to newly generated canlock-password.
3934         When Emacs is restarted, Custom makes sure this is set, but during
3935         the same session we must set it manually.
3936
3937 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3938
3939         * yenc.el: New file.
3940
3941         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3942         (mm-uu-type-alist): Add yenc.
3943         (mm-uu-yenc-filename): New function.
3944         (mm-uu-yenc-extract): New function.
3945
3946         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3947
3948 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3949
3950         * dgnushack.el (merge): Don't use coerce.
3951
3952 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3953
3954         * mailcap.el (mailcap-mime-data): Test window-system rather than
3955         mm-device-type.
3956         (mailcap-mime-data): Call xdvi and gv with "-safer".
3957
3958         * mm-util.el: Don't define mm-device-type.
3959
3960 2002-08-05  Simon Josefsson  <jas@extundo.com>
3961
3962         * mm-util.el (mm-coding-system-priorities): coding-system type not
3963         supported everywhere.
3964
3965 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus.el (gnus-version-number): Bumped version number.
3968
3969 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3970
3971         * gnus.el: Oort Gnus v0.07 is released.
3972
3973 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3976         (gnus-article-sort-functions): Doc fix.
3977         (t): New keystroke.
3978         (gnus-article-sort-by-random): New function.
3979         (gnus-thread-sort-by-random): New function.
3980
3981 2002-08-02  Simon Josefsson  <jas@extundo.com>
3982
3983         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3984         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3985
3986 2002-07-31  Danny Siu  <dsiu@adobe.com>
3987
3988         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3989         when splitting malformed messages without message-id
3990
3991 2002-07-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3992         From Niklas Morberg <niklas.morberg@axis.com>.
3993
3994         * nnweb.el (nnweb-type, nnweb-type-definition)
3995         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3996         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3997         functionality.
3998         * nnweb.el: Removed old non-functioning search engines.
3999
4000 2002-07-27  Simon Josefsson  <jas@extundo.com>
4001
4002         * message.el (message-forward-make-body): Don't use
4003         `message-forward-ignored-headers' when doing a "raw" followup (it
4004         is important to preserve e.g. CTE).
4005
4006         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4007
4008         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4009         regexp-quote, Cyrus Sieve is fixed.
4010
4011         * sieve-manage.el (sieve-manage-deletescript): New function.
4012
4013         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4014         (sieve-manage-mode): Fix menubar.
4015         (sieve-activate): Change some messages.
4016         (sieve-deactivate-all): New function.
4017         (sieve-deactivate): New alias.
4018         (sieve-remove): New function.
4019         (sieve-help): Fix help.
4020         All suggested by Ned Ludd.
4021
4022 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4025         (mm-w3m-safe-url-regexp): New user option.
4026
4027         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4028         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4029
4030 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4031
4032         * gnus-sum.el (gnus-summary-delete-article): Force
4033         nnmail-expiry-target to 'delete, so that absolute deletion
4034         happens when absolute deletion is requested.
4035
4036 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4037         From Nevin Kapur <nevin@jhu.edu>.
4038
4039         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4040         headers as empty headers.
4041
4042 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4043         From Jochen Hein <jochen@jochen.org>.
4044
4045         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4046         correct typo.
4047         (gnus-emphasis-strikethru): New face.
4048
4049 2002-07-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4050         From Jason Merrill <jason@redhat.com>.
4051
4052         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4053         entire file for each of a sequence of missing articles.
4054
4055         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4056         value for gnus-view-pseudos.
4057
4058         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4059         avoid nreverse.
4060
4061 2002-07-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4062         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4063
4064         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4065         (gnus-summary-mode-line-format-alist): Add %h for number of
4066         spams.
4067         (gnus-newsgroup-spam-marked): New variable.
4068         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4069         (gnus-article-read-p, gnus-article-mark)
4070         (gnus-set-global-variables, gnus-set-global-variables)
4071         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4072         (gnus-summary-mark-article-as-unread)
4073         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4074         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4075         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4076
4077 2002-07-10  Simon Josefsson  <jas@extundo.com>
4078
4079         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4080         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4081
4082 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4083
4084         * gnus-sum.el (gnus-summary-delete-article): Respect group
4085         parameters while expiring.
4086
4087 2002-07-08  Simon Josefsson  <jas@extundo.com>
4088
4089         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4090         Enberg.
4091
4092 2002-07-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4093
4094         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4095         function is called interactively.  From Niklas Morberg.
4096
4097 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4098
4099         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4100         cdaar to cdar and car.
4101
4102         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4103         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4104
4105 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4108         don't break a narrowed article.
4109
4110         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4111         (nntp-open-via-rlogin-and-telnet): Ditto.
4112
4113 2002-07-02  Didier Verna  <didier@xemacs.org>
4114
4115         * nnmail.el (nnmail-split-methods): fix custom type.
4116
4117 2002-07-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4118
4119         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4120         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4121
4122 2002-07-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4123
4124         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4125         (gnus-summary-resend-message): Use it.
4126
4127 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4130         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4131
4132 2002-06-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4133
4134         * message.el (message-font-lock-keywords): Don't fontify
4135         headers in the message body, only in the header.
4136         (message-font-lock-make-header-matcher): New function, used by
4137         message-font-lock-keywords.
4138         From Katsumi Yamaoka <yamaoka@jpl.org>.
4139
4140 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4143
4144 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4147
4148 2002-06-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4149
4150         * message.el (message-font-lock-keywords): Revert 2002-06-22
4151         change.
4152
4153 2002-06-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4154
4155         * message.el (message-font-lock-keywords): Put colon in header
4156         name match.
4157
4158 2002-06-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4159
4160         * message.el (message-font-lock-keywords): Don't use header faces
4161         in the body.  Thanks to Stefan Monnier for the hint on the
4162         implementation.
4163
4164 2002-05-09  Miles Bader  <miles@gnu.org>
4165
4166         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4167         (gnus-article-hide-citation): Respect it.
4168
4169 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4170
4171         * pop3.el (pop3-open-server): Fix typo.
4172
4173 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4174
4175         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4176         instead of push to ignore duplicate to-(list|address) values.
4177         * nnmail.el (nnmail-cache-ignore-groups): New.
4178         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4179
4180 2002-06-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4181
4182         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4183         before sending.  Suggested by Jan Rychter.
4184
4185 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * dgnushack.el (remove): New compiler macro.
4188         (last, coerce, subseq): Remove compiler macros for those built-in
4189         or unused functions.
4190
4191 2002-06-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4192
4193         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4194         sure to write byte-compiled versions of gnus-*-format-alist to
4195         .newsrc.eld.  From Simon Josefsson.
4196
4197 2002-06-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4198
4199         * gnus-agent.el (gnus-agent-read-servers)
4200         (gnus-agent-write-servers): Put server name (string like
4201         "nnchoke:frumple") in the file instead of a server specification
4202         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4203         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4204
4205 2002-06-16  Simon Josefsson  <jas@extundo.com>
4206
4207         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4208         Reiner Steib <4uce.02.r.steib@gmx.net>.
4209
4210 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4211
4212         * nnheader.el (nnheader-file-name-translation-alist): Set the
4213         default value for MS Windows systems.
4214
4215         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4216
4217 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * message.el (message-beginning-of-line): Keep the region active
4220         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4221
4222 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4223
4224         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4225         * gnus-msg.el (gnus-summary-reply): Ditto.
4226         * gnus-msg.el (gnus-summary-handle-replysign): New.
4227
4228 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4231         if sending failed.
4232
4233 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4234
4235         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4236         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4237         to sign while encrypting.
4238
4239 2002-06-11  Simon Josefsson  <jas@extundo.com>
4240
4241         * gnus-int.el (gnus-request-move-article): Agent expire article if
4242         successfuly moved.
4243
4244         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4245         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4246
4247 2002-06-10  Simon Josefsson  <jas@extundo.com>
4248
4249         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4250
4251 2002-06-09  Simon Josefsson  <jas@extundo.com>
4252
4253         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4254
4255         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4256
4257 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4258
4259         * flow-fill.el (fill-flowed): Ignore errors.
4260
4261 2002-06-06  Simon Josefsson  <jas@extundo.com>
4262
4263         * message.el (message-send-mail-with-sendmail): Improve error message.
4264
4265 2002-06-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4266
4267         * message.el (message-interactive): Change default from nil to t.
4268         Better to be safe than to be fast.
4269
4270 2002-06-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4271
4272         * message.el (message-send-mail-with-sendmail): Check return value
4273         from call-process-region.
4274
4275 2002-06-04  Simon Josefsson  <jas@extundo.com>
4276
4277         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4278         (gnus-group-post-news, gnus-summary-mail-other-window)
4279         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4280         gnus-article-copy to nil, thereby inhibiting the `header' posting
4281         style match to use data from last viewed article.
4282         Suggested by Hrvoje Niksic.
4283
4284 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * spam.el (spam-point-at-eol): New alias.
4287         (spam-parse-whitelist): Use it.
4288
4289 2002-06-03  Simon Josefsson  <jas@extundo.com>
4290
4291         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4292         (nnmail-article-group): Use it.
4293
4294 2002-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4295
4296         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4297         so that code reading them won't be surprised.  From Jesper Harder
4298         <harder@ifa.au.dk>.
4299
4300 2002-05-29  Simon Josefsson  <jas@extundo.com>
4301
4302         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4303         articles.
4304
4305         * gnus.el (gnus-agent-cache): Doc fix.
4306         (gnus-agent): Change default to t.
4307
4308         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4309         ARTICLES, GROUP and FORCE parameters.
4310
4311 2002-05-28  Simon Josefsson  <jas@extundo.com>
4312
4313         * gnus-group.el (gnus-group-line-format): Doc fix.
4314
4315 2002-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4316
4317         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4318         original article before yanking.  From Jesper Harder
4319         <harder@ifa.au.dk>.
4320
4321 2002-05-26  Simon Josefsson  <jas@extundo.com>
4322
4323         * gnus-sum.el (gnus-summary-menu-split): New function.
4324         (gnus-summary-make-menu-bar): Split charset submenu.
4325         (gnus-summary-menu-maxlen): New variable.
4326         (gnus-summary-menu-split): Use it.
4327
4328 2002-05-25  Simon Josefsson  <jas@extundo.com>
4329
4330         * mml.el (mml-preview): Generate some headers.
4331
4332         * gnus.el (gnus-large-newsgroup): Fix :type.
4333
4334         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4335         Agent cache NOV's by default now).
4336         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4337
4338 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4339
4340         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4341         call to gnus-parent-id when we check for References loops.
4342         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4343         twice by saving the simplified subject string in simp-subject.
4344
4345 2002-05-23  Simon Josefsson  <jas@extundo.com>
4346
4347         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4348         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4349
4350         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4351         Niklas Morberg <niklas.morberg@axis.com>.
4352
4353 2002-05-22  Simon Josefsson  <jas@extundo.com>
4354
4355         * sieve.el (sieve-change-region): Define it before it is used.
4356
4357         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4358         (gnus-summary-reply): Ask for confirmation when replying to news.
4359         Defaults to not ask.  From Benjamin Rutt
4360         <rutt+news@cis.ohio-state.edu>.
4361
4362         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4363
4364 2002-05-21  Simon Josefsson  <jas@extundo.com>
4365
4366         * sieve-mode.el (sieve-manage): Fix autoloads.
4367
4368         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4369         name (makes it work with recent Cyrus timsieved).
4370
4371 2002-05-20  Jason  <jbaker@cs.utah.edu>
4372         Trivial patch.
4373
4374         * gnus-art.el (gnus-request-article-this-buffer): Try
4375         reconnecting if you don't get the message.
4376
4377 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4380         Reply-To headers from the headers.
4381
4382 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * mm-url.el (mm-url-insert): Remove junk message.
4385
4386 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4389         (nnslashdot-use-front-page): New variable.
4390         (nnslashdot-request-list): Use it.
4391
4392         * mm-url.el (mm-url-timeout): New variable.
4393         (mm-url-retries): Ditto.
4394         (mm-url-insert): Use it.
4395
4396 2002-05-16  Simon Josefsson  <jas@extundo.com>
4397
4398         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4399         (gnus-simplify-subject-functions): Mention g-s-a-w.
4400
4401 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4402
4403         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4404         nnmail-cache-insert.
4405         * nndiary.el (nndiary-request-accept-article): Ditto.
4406         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4407         * nnimap.el (nnimap-request-accept-article): Ditto.
4408         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4409         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4410         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4411         * nnmh.el (nnmh-request-accept-article): Ditto.
4412         * nnmail.el (nnmail-cache-insert): Change group to required,
4413         removed code which tried to figure out the group.
4414
4415 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4416
4417         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4418         messages. From Hans de Graaff <hans@degraaff.org>.
4419         * nnml.el (nnml-request-accept-article): Pass in the group name to
4420         nnmail-cache-insert, since it's available.
4421
4422 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4423
4424         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4425
4426 2002-05-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4427         From Florian Weimer <fw@deneb.enyo.de>.
4428
4429         * gnus.el (subscribed): New group parameter.
4430         (gnus-find-subscribed-addresses): Use it.
4431
4432 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4433
4434         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4435         the default for pgpmime to support pgp v2.
4436         * mml-sec.el (mml-signencrypt-style): New accessor function to
4437         allow users to get/set the signencrypt style more easily without
4438         frobbing the alist directly.
4439         * mml.el (mml-generate-mime-1): Use accessor function.
4440
4441 2002-05-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4442
4443         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4444         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4445         <schwab@suse.de>.
4446
4447 2002-05-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4448
4449         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4450         when intuiting the group the message is written to.  From Josh
4451         Huber <huber@alum.wpi.edu>.
4452
4453 2002-05-06  Simon Josefsson  <jas@extundo.com>
4454
4455         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4456         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4457
4458 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4459
4460         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4461         argument, and fixed compiler warning. (added autoload for
4462         gpg-encrypt).
4463
4464 2002-05-04  Simon Josefsson  <jas@extundo.com>
4465
4466         * mml1991.el (mml1991-function-alist): Doc fix.
4467
4468         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4469         doesn't exist (for previewing messages without having Gnus
4470         started).
4471
4472         * mm-util.el (mm-coding-system-priorities): Defcustom.
4473
4474         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4475
4476 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4477
4478         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4479         default.
4480         * mml-sec.el:
4481         * mml-sec.el (mml-signencrypt-style): New.
4482         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4483         argument `sign'.
4484         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4485         signencrypt.
4486         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4487         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4488         both signed & encryped is processed in one operation. (rather than
4489         two separate ops: sign, then encrypt)
4490         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4491         indication if a message is signed by an expired key.
4492         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4493         enables combined sign & encrypt operation. (this was always on
4494         before).
4495         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4496
4497 2002-05-01  Simon Josefsson  <jas@extundo.com>
4498
4499         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4500         server.
4501         (nnimap-mailbox-info): defvar instead of defvoo.
4502
4503 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4504
4505         * gnus.el: Oort Gnus v0.06 is released.
4506
4507 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * lpath.el: Bind url-package-version.
4510
4511 2002-05-01  Simon Josefsson  <jas@extundo.com>
4512
4513         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4514         filename before deleting the group itself, because the presence of
4515         a group filename decides if long filenames are used or not.
4516
4517         * gnus-art.el (gnus-button-alist): Don't inline
4518         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4519         without also modifying g-button-alist.
4520         (gnus-button-alist): Fix type to allow variable as well as regexp.
4521         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4522         themselves, variables to its contents.
4523         (gnus-button-entry): Ditto.
4524
4525 2002-05-01  Simon Josefsson  <jas@extundo.com>
4526
4527         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4528         UIDNEXT as a string.
4529
4530         * nnimap.el (nnimap-string-lessp-numerical): New function.
4531         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4532         integers.
4533
4534 2002-04-29  Simon Josefsson  <jas@extundo.com>
4535
4536         * nnmail.el (nnmail-cache-insert): Accept optional group
4537         parameter.
4538
4539         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4540         n-r-g-a is disabled.
4541
4542 2002-04-29  Simon Josefsson  <jas@extundo.com>
4543
4544         * nnimap.el (nnimap-split-fancy): Fix doc.
4545         (nnimap-split-fancy): Fix doc.
4546
4547         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4548         (nnimap-mailbox-info): New internal variable.
4549         (nnimap-retrieve-groups): Implement faster new mail check.
4550
4551         * nnimap.el (nnimap-split-articles): Support
4552         nnmail-cache-accepted-message-ids.
4553         (nnimap-request-accept-article): Ditto.
4554
4555         * imap.el (imap-mailbox-status-asynch): New command.
4556
4557 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4558
4559         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4560         are no subscribed mail groups.
4561         - Strip quoted names when comparing addresses
4562
4563 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4564
4565         * mm-decode.el (mm-text-html-renderer): Change customize type to
4566         const.
4567
4568         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4569         (gnus-debug-exclude-variables): do.
4570
4571 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4572
4573         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4574         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4575
4576 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * dns.el (dns-make-network-process): New macro.
4579         (query-dns): Use it.
4580
4581 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4582
4583         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4584         article-buffer.
4585
4586         * mm-url.el (mm-url-package-name): New variable.
4587         (mm-url-package-version): New variable.
4588         (mm-url-insert-file-contents): Bind url-package-name and
4589         url-package-version here.
4590         * nnrss.el (nnrss-insert-w3): Move the bindings.
4591
4592         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4593         url-package-version. Trivial change from Andrew J Cosgriff
4594         <ajc@polydistortion.net>
4595
4596         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4597         attachments. Trivial change from Peter 'Luna' Runestig
4598         <peter@runestig.com>.
4599
4600 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4601
4602         * nnkiboze.el (nnkiboze-request-scan): Call
4603         nnkiboze-possibly-change-group.
4604         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4605         problems.
4606         (nnkiboze-generate-group): Set newsrc to the *highest* article
4607         number kibozed, not the lowest.
4608
4609 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4610
4611         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4612
4613 2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4614         From Dan Christensen <jdc+news@uwo.ca>.
4615
4616         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4617         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4618         Recognize math postings.  Extract Date (now ignores "(15kb)").
4619         Extract email address using gnus-extract-address-components
4620         instead of just taking the first word.  Create Date and From
4621         headers for message which are missing these headers.  Get rid
4622         of spurious \\ lines (purely cosmetic).  Extend body-end and
4623         file-end regexps, to exclude more garbage from the message.
4624         Make URL rephrasing regexp more flexible, to match current
4625         format.
4626
4627 2002-04-23  Simon Josefsson  <jas@extundo.com>
4628
4629         * netrc.el: New file, functions copied from gnus-util.el by Ted
4630         Zlatanov <tzz@lifelogs.com>.
4631
4632         * gnus-util.el: Require netrc.
4633         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4634         new code in netrc.el.
4635
4636 2002-04-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4637
4638         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4639         message-ignored-resent-headers, too.  From Matthieu Moy
4640         <Matthieu.Moy@imag.fr>.
4641
4642 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4643
4644         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4645         boolean not a string
4646         * gnus-group.el (gnus-group-line-format): add description of %C
4647         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4648           as %C
4649         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4650
4651 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4652
4653         * nnmaildir.el (nnmaildir-request-scan): typo: set
4654         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4655         nnmail-get-new-mail for 'find-new-groups.
4656
4657 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4658
4659         * nnmaildir.el (nnmaildir-request-update-info,
4660         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4661         unnecessary calls to nnmaildir-request-scan.
4662
4663 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4664
4665         * gnus-msg.el:
4666         * gnus-msg.el (gnus-message-replysign): New.
4667         * gnus-msg.el (gnus-message-replyencrypt): New.
4668         * gnus-msg.el (gnus-message-replysignencrypted): New.
4669         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4670         (above) to automatically encrypt/sign to encrypted/signed
4671         messages.
4672         * message.el:
4673         * message.el (message-mode-map): Add keybinding for
4674         `message-to-list-only'
4675         * message.el (message-mode): Add description for
4676         `message-to-list-only'
4677         * message.el (message-to-list-only): New.
4678         * message.el (message-make-mft): Changed to use the cl loop macro,
4679         and added optional flag to return only the matched list. (for use
4680         in new message-to-list-only function)
4681
4682 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4683
4684         * gnus-msg.el:
4685         * gnus-msg.el (gnus-message-replysign):
4686         * gnus-msg.el (gnus-replysign): New.
4687         * gnus-msg.el (gnus-replyencrypt): New.
4688         * gnus-msg.el (gnus-replysignencrypted): New.
4689         * gnus-msg.el (gnus-summary-reply):
4690         * message.el:
4691         * message.el (message-mode-map):
4692         * message.el (message-mode):
4693         * message.el (message-to-list-only): New.
4694         * message.el (message-make-mft):
4695
4696 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4697
4698         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4699
4700 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4701
4702         * message.el (message-gen-unsubscribed-mft): accept a prefix
4703         argument so CC can be included with C-u C-c C-f C-a
4704
4705 2002-04-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4706         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4707
4708         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4709         Improve docstring.
4710         (spam-enter-blacklist): New command.
4711
4712         * gnus-sum.el (gnus-spam-mark): New mark.
4713         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4714         (gnus-summary-make-tool-bar): Correct conditional.
4715         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4716         (gnus-summary-mark-as-spam): New command.
4717
4718 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4719
4720         * mml-sec.el (mml-secure-message): changed to support arbritrary
4721         modes.
4722         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4723         changed to support "signencrypt" mode.
4724         * mml.el (mml-parse-1): changed to support different secure modes
4725         more easily. (for signencrypt)
4726
4727 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4728
4729         * gnus-sum.el (gnus-update-summary-mark-positions)
4730         (gnus-summary-toggle-header):
4731         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4732         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4733         (gnus-uu-post-encoded):
4734         * nnfolder.el (nnfolder-possibly-change-group):
4735         * nnimap.el (nnimap-retrieve-headers):
4736         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4737
4738 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4739
4740         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4741         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4742
4743 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-srvr.el (gnus-server-set-info): Clear
4746         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4747         From Daiki Ueno <ueno@unixuser.org>.
4748
4749 2002-04-11  Simon Josefsson  <jas@extundo.com>
4750
4751         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4752         viewing of security buttons.  Thanks to Nicolas Kowalski
4753         <Nicolas.Kowalski@imag.fr>.
4754
4755         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4756         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4757         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4758         <Nicolas.Kowalski@imag.fr>.
4759         (smime-decrypt-buffer): Ditto.
4760
4761 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4764         header line.
4765
4766 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4767
4768         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4769
4770 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4771
4772         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4773
4774 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4775
4776         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4777         errors when debug.
4778
4779 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4780
4781         * message.el (message-make-mft): Changed MFT code from using
4782         message-recipients (which included Bcc) to use only the To and CC
4783         headers.
4784
4785 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4786
4787         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4788         add link.
4789         (gnus-treat-mail-picon): Ditto.
4790         (gnus-treat-newsgroups-picon): Ditto.
4791         (gnus-picon-databases): Fix custom type.
4792         (gnus-picon-databases): Add link.
4793         (gnus-article-x-face-command): Add to gnus-picon group.
4794
4795 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4796
4797         * message.el (message-buffer-naming-style): Remove.
4798
4799 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4800
4801         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4802
4803         * message.el (message-tool-bar-map): Ditto.
4804
4805         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4806
4807 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4808
4809         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4810
4811 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4812
4813         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4814
4815 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4816         Trivial patch.
4817
4818         * dns.el: open-network-stream under XEmacs does udp.
4819
4820 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4821
4822         * spam.el (spam-enter-whitelist): New function.
4823         (spam-parse-whitelist): Ditto.
4824         (spam-refresh-list-cache): Ditto.
4825         (spam-address-whitelisted-p): New function.
4826
4827         * dns.el (query-dns): Use TCP when make-network-process isn't
4828         available.
4829         (dns-servers): New variable.
4830         (dns-parse-resolv-conf): New function.
4831         (query-dns): Use it.
4832
4833         * spam.el: New file.
4834
4835         * dns.el (query-dns): Test.
4836
4837 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * lpath.el (featurep): Bind make-network-process.
4840
4841 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4842
4843         * nnmaildir.el: Use defstruct.  Use a single copy of
4844         nnmail-extra-headers to save memory.  Store server's group name
4845         prefix instead of each group's prefixed name.
4846         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4847         nntp-server-buffer.
4848
4849 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * dns.el: New file.
4852
4853 2002-03-28  Simon Josefsson  <jas@extundo.com>
4854
4855         * gnus-sum.el (gnus-summary-dummy-line-format):
4856         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4857         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4858
4859 2002-03-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4860
4861         * gnus-sum.el (gnus-summary-move-article)
4862         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4863         the doc string.
4864
4865 2002-03-28  Simon Josefsson  <jas@extundo.com>
4866
4867         * mml-sec.el (mml-secure-message): Search after
4868         mail-header-separator from top of message.
4869
4870 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4871
4872         * nnmaildir.el: Cosmetic changes.
4873         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4874         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4875         nnmaildir--group-ls): New macros/functions.  Use them.
4876         (nnmaildir--unlink): Evalutate argument only once.
4877
4878 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4879
4880         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4881         symbols.
4882         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4883         `gnus-point-at-eol'.
4884
4885 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4886
4887         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4888         nnmaildir--marks-dir): New macros.  Use them.
4889         Use inhibit-quit for atomicity instead of in-memory journaling.
4890         (nnmaildir--edit-prep): New function.
4891         (Local Variables): Use it.
4892
4893 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4894
4895         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4896
4897 2002-03-25  Simon Josefsson  <jas@extundo.com>
4898
4899         * message.el (message-mode): Fix doc.
4900
4901 2002-03-25  Simon Josefsson  <jas@extundo.com>
4902
4903         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4904         Matthieu Moy <Matthieu.Moy@imag.fr>.
4905
4906 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4907
4908         * mml-sec.el (mml-unsecure-message): Add docstring.
4909
4910 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4911
4912         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4913         value.
4914         Trivial change from andre@slamdunknetworks.com
4915
4916 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4917
4918         * mml.el (mml-mode-map): Added a keybinding for
4919         `mml-unsecure-message'.  Also, added a menu entry for said
4920         function in the Attachments menu.
4921
4922 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * canlock.el (canlock-version): Remove.
4925         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4926         here; simplify \x insertions.
4927         (canlock-sha1): New function, always return a unibyte string.
4928         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4929         of a password.
4930         (canlock-insert-header): Use `canlock-sha1'.
4931         (canlock-verify): Ditto.
4932
4933 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4934
4935         * message.el (message-fix-before-sending): Add an option that
4936         ignores illegible text.
4937         Trivial change from Mark Milhollan <mlm@attglobal.net>
4938
4939         * message.el (message-font-lock-keywords): Support multi-line MML
4940         tags.
4941
4942         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4943         Trivial change from lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly)
4944
4945 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4948         symbols for "View as different encoding" submenu.
4949
4950 2002-03-19  Simon Josefsson  <jas@extundo.com>
4951
4952         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4953         encoding" submenu.
4954
4955 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4956
4957         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4958
4959 2002-03-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4960
4961         * gnus-sum.el (gnus-sum-thread-tree-root)
4962         (gnus-sum-thread-tree-single-indent)
4963         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4964         (gnus-sum-thread-tree-leaf-with-other)
4965         (gnus-sum-thread-tree-single-leaf): Make customizable.
4966
4967 2002-03-16  Simon Josefsson  <jas@extundo.com>
4968
4969         * gnus-util.el (gnus-extract-address-components): Don't break on
4970         names such as James "Kibo" Parry.  From Francis Litterio
4971         <franl@world.std.com>.
4972
4973 2002-03-13  Simon Josefsson  <jas@extundo.com>
4974
4975         * pop3.el (pop3-open-server): Revert multibyte change.  From
4976         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4977
4978         * message.el (message-send-mail-with-qmail): Make it work.  From
4979         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4980
4981 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4982
4983         * message.el (message-make-mft): Set case-fold-search while
4984         generating the MFT.  Also, a little cleanup in the MFT code.
4985
4986 2002-03-12  Simon Josefsson  <jas@extundo.com>
4987
4988         * message.el (message-qmail-inject-args): May be function.
4989         (message-send-mail-with-qmail): Call function if m-q-i-a is
4990         function.  From fn@hungry.org (Faried Nawaz).
4991
4992 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4993
4994         * message.el (message-abbrevs-loaded): Remove.
4995         (mailabbrev): Require it.
4996
4997         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4998
4999 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * pop3.el (pop3-open-server): Set process buffer unibyte.
5002
5003 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5006
5007 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5008
5009         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5010         too.
5011
5012 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5013
5014         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5015         duplication.
5016         (gnus-summary-save-parts-type-history): Ditto.
5017         (gnus-summary-save-parts-last-directory): Ditto.
5018         Trivial change from andre@slamdunknetworks.com
5019
5020 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5021
5022         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5023
5024 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5025
5026         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5027         -->" as the end of the first article.
5028
5029         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5030         From Matthieu Moy <Matthieu.Moy@imag.fr>
5031
5032         * message.el (message-add-action): Use add-to-list.
5033         (message-delete-action): New function.
5034
5035         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5036         pieces.
5037
5038 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5039
5040         * nnnil.el: New file.
5041         * gnus.el (gnus-valid-select-methods): Include nnnil.
5042
5043 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5044
5045         * message.el (message-syntax-checks): Because canlock is
5046         supported, we disable sender syntax check.
5047         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5048
5049         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5050         value of message-syntax-checks.
5051
5052         * qp.el (quoted-printable-decode-region): Doc addition.
5053         From: Eli Zaretskii <eliz@is.elta.co.il>
5054
5055         * mail-source.el (make-source-make-complex-temp-name): Use
5056         make-temp-file.
5057
5058         * mm-util.el (mm-make-temp-file): New function.
5059         * nneething.el (nneething-file-name): Use it.
5060         * mml-smime.el (mml-smime-encrypt): Ditto.
5061         * mm-view.el (mm-inline-wash-with-file): Ditto.
5062         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5063         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5064         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5065         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5066         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5067         * gnus-art.el (gnus-mime-print-part): Ditto.
5068
5069 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5070
5071         * message.el (nnmaildir-article-number-to-base-name): New
5072         function.
5073         (nnmaildir-base-name-to-article-number): New function.
5074
5075 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * smime.el (smime-make-temp-file): Don't quote
5078         `temporary-file-directory'.
5079
5080 2002-03-04  Simon Josefsson  <jas@extundo.com>
5081
5082         * smime.el (smime-sign-region): Rename argument keyfiles to
5083         keyfile. You only sign something with one key.
5084         (smime-sign-buffer): Better completing-read prompt.
5085         (smime-decrypt-buffer): Ditto.
5086
5087         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5088
5089         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5090         completing-read.
5091         (mm-view-pkcs7-decrypt): CRLF->LF.
5092
5093 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5094
5095         * message.el (message-hierarchical-addresses): New variable.
5096         (message-get-reply-headers): Use it.
5097         From Ted Zlatanov <teodor.zlatanov@divine.com>
5098
5099 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * message.el (message-mode): If buffer-file-name, don't set auto
5102         save file name.
5103         Trivial change from Geoff Greene <ggreene@wpi.edu>
5104
5105 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5108         takes one argument in read-char.
5109
5110         * message.el (message-fix-before-sending): Forward a char.
5111         Check mmu-multibyte-p, add control-1.
5112
5113 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5114
5115         * gnus-start.el (gnus-read-init-file): Ditto.
5116
5117         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5118
5119         * dgnushack.el (dgnushack-make-load): Ditto.
5120
5121         * mail-source.el (mail-source-fetch): Extract the right error
5122         code.
5123
5124         * message.el (message-fix-before-sending): Check illegible text.
5125
5126         * gnus-util.el (gnus-multiple-choice): New function.
5127
5128         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5129         also defined in gnus-score.el.
5130
5131 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5132
5133         * message.el (message-get-reply-headers): downcase email addresses
5134         for comaparisons for duplicate removal.
5135
5136 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5137
5138         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5139         implementation of PKCS#7, which just allows users read the
5140         message.
5141         (mm-view-pkcs7): Use it.
5142
5143 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5144
5145         * gnus.el (large-newsgroup-initial): New parameter.
5146
5147         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5148         (gnus-summary-insert-old-articles): Ditto.
5149
5150 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5151
5152         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5153         used as the default answer of the question, "How many articles?".
5154         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5155
5156         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5157         small numbers.
5158
5159 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * deuglify.el: Fix comments.
5162
5163 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5164
5165         * html2text.el (html2text-clean-anchor): If there is no HREF,
5166         insert nothing.
5167
5168         * mml.el (mml-generate-mime-1): Add cdr.
5169         From: andre@slamdunknetworks.com
5170
5171         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5172         (mm-text-html-washer-alist): Ditto.
5173
5174         * mm-decode.el (mm-text-html-renderer): Add html2text.
5175
5176         * html2text.el: Face lift.
5177
5178         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5179
5180 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5181
5182         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5183
5184         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5185
5186         * deuglify.el: New file. The original file name is
5187         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5188
5189         * mm-decode.el (mm-display-external): Use
5190         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5191
5192 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5193
5194         * nnmaildir.el (nnmaildir-request-list): Report the highest
5195         article number, not the total number of articles.
5196
5197 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5198
5199         * gnus-sum.el: Move uu key map here.
5200         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5201
5202 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5203
5204         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5205         nnmail-expiry-wait* if expire-age parameter is not set.
5206
5207 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5210         function.
5211         (gnus-group-sort-selected-groups-by-real-name): New function.
5212         (gnus-group-make-menu-bar): Add sort by real name.
5213
5214         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5215         rebuild.
5216         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5217         nil as dependencies as well.
5218
5219 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5220
5221         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5222         for mime-parts.
5223
5224         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5225
5226         * gnus-group.el (gnus-group-name-decode): Don't test
5227         multibyte-string, because it breaks XEmacs.
5228         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5229
5230         * message.el (message-send-mail): Be talkative.
5231
5232         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5233         (mm-automatic-display): Ditto.
5234
5235         * mailcap.el (mailcap-mime-data): Ditto.
5236         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5237
5238 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * many files: Remove trailing whitespaces, replace spc+tab with
5241         tab, replace leading whitespaces with tabs.
5242
5243 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5244
5245         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5246         articles with no body and no blank line after the header.
5247
5248 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5249
5250         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5251         parts.
5252
5253         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5254         non-ascii chars.
5255
5256         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5257
5258         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5259         w3-delay-image-loads.
5260         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5261         (mm-w3-prepare-buffer): Ditto.
5262
5263         * mail-source.el (mail-source-fetch-directory): Run scripts.
5264
5265 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5268         for Majordomo confirmations.
5269
5270 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5273
5274 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5277
5278 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5279
5280         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5281         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5282
5283 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5284
5285         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5286         (mm-inline-render-with-stdin): Ditto.
5287         (mm-inline-render-with-function): Ditto.
5288         (mm-inline-wash-with-file): Bind coding-system-for-write.
5289         (mm-inline-wash-with-stdin): Ditto.
5290
5291 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5292
5293         Suggested by Felix Natter <fnatter@gmx.net>
5294
5295         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5296         gnus-mime-externalize-view.
5297         (gnus-mime-view-part-internally): Rename from
5298         gnus-mime-internalize-view.
5299         (gnus-article-view-part-externally): Rename from
5300         gnus-article-externalize-part.
5301         (gnus-mime-action-alist): Change correspondingly.
5302         (gnus-mime-button-commands): Ditto.
5303         (gnus-mime-action-alist): Remove duplication.
5304
5305         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5306
5307 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5308
5309         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5310
5311         * gnus-art.el (gnus-display-mime): Use it.
5312
5313         * mm-partial.el (mm-partial-find-parts): Use it.
5314
5315         * gnus-sum.el (gnus-article-loose-mime): Rename from
5316         gnus-article-no-strict-mime.
5317         (gnus-summary-save-parts): Use it.
5318
5319 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5322         local variable.
5323
5324         * gnus-art.el (article-display-x-face): Don't sort multiple
5325         X-Faces.
5326
5327 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5330         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5331
5332         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5333
5334 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5335
5336         Some ideas is inspired by code from Hrvoje Niksic
5337         <hniksic@arsdigita.com>
5338
5339         * gnus-art.el (gnus-article-wash-function): Set the default to
5340         nil, so that we use mm-text-html-renderer instead.
5341         (article-wash-html): Use mm-text-html-renderer.
5342
5343         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5344         (mm-text-html-renderer): New variable.
5345         (mm-inline-text-html-renderer): Set the default to nil, so that we
5346         use mm-text-html-renderer instead.
5347
5348         * mm-view.el (mm-inline-text-html): New function.
5349         (mm-text-html-renderer-alist): New variable.
5350         (mm-inline-text-vcard): New function.
5351         (mm-inline-text): Split.
5352         (mm-links-remove-leading-blank): New function.
5353         (mm-inline-render-with-file): New function.
5354         (mm-inline-render-with-stdin): New function.
5355         (mm-inline-render-with-function): New function.
5356         (mm-text-html-washer-alist): New variable.
5357         (mm-inline-wash-with-file): New function.
5358         (mm-inline-wash-with-stdin): New function.
5359
5360 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5361
5362         * message-utils.el: Fix installation doc.
5363         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5364
5365 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5366
5367         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5368         (gnus-post-method): Use it.
5369         (gnus-summary-cancel-article): Find the correct post-method.
5370
5371         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5372         * message.el (message-send-news): Ditto.
5373         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5374         <ipmonger@delamancha.org>
5375
5376         * gnus.el (gnus-select-method): Fix doc.
5377         (gnus-server-string): Use 'using nntp'.
5378
5379         * gnus-agent.el (gnus-slave-unplugged): New command.
5380         From: Felix Natter <fnatter@gmx.net>
5381
5382 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5385         Call edit-done-function first, then change the window
5386         configuration.
5387         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5388         (gnus-article-edit-mode): mml-mode.
5389
5390         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5391         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5392
5393         * message-utils.el: Adopt the file.
5394
5395         * message-utils.el: New file.
5396         From Holger Schauer <Holger.Schauer@gmx.de>
5397
5398 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5399
5400         * gnus-sum.el (gnus-summary-move-article): Select-article only
5401         when gnus-move-split-methods is non-nil. And we don't render or
5402         mark the article.
5403
5404         * gnus-fun.el (gnus-shell-command-to-string): New function.
5405         (gnus-shell-command-on-region): New function.
5406         (gnus-random-x-face): Use them.
5407         (gnus-x-face-from-file): Ditto.
5408         (gnus-convert-image-to-gray-x-face): Ditto.
5409         (gnus-convert-gray-x-face-to-xpm): Ditto.
5410         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5411
5412 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus-art.el (gnus-treat-display-xface): Don't use
5415         `shell-command-to-string' when compiling.
5416         (gnus-treat-display-grey-xface): Ditto.
5417
5418 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5419
5420         * nnmaildir.el (nnmaildir--article-count): If the group is
5421         completely empty, report minimum article number as 1 instead of 0.
5422
5423 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5424
5425         * gnus-agent.el (gnus-get-predicate): Use nconc.
5426
5427         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5428         gnus-summary-display-cache as cache.
5429
5430         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5431         (nndoc-mail-in-mail-type-p): New function.
5432         (nndoc-mail-in-mail-article-begin): New function.
5433
5434 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5435
5436         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5437
5438         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5439         use-hard-newlines to nil.
5440
5441         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5442         image is not available if window-system is not available.
5443
5444         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5445
5446 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5447
5448         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5449         bookmark, because update-mark doesn't handle it correctly.
5450
5451 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5452
5453         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5454         directly instead of calling message-send-mail.
5455
5456         * gnus-start.el (gnus-read-descriptions-file): Use
5457         gnus-default-charset.
5458
5459         * mm-util.el (mm-guess-mime-charset): New function.
5460
5461         * gnus.el (gnus-default-charset): Use it.
5462         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5463         the default.
5464
5465 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5466
5467         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5468         (article-display-x-face): Use it.  Disable grey xface, if
5469         uncompface is not found.
5470
5471         * message.el (message-mode): Don't enable multibyte on an indirect
5472         buffer.
5473
5474         * nnrss.el (nnrss-content-function): New variable.
5475         (nnrss-request-article): Use it.
5476
5477 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5478
5479         * gnus.el: Add article-unsplit-urls.
5480         * gnus-sum.el: Ditto.
5481         * gnus-art.el (gnus-treat-strip-cr): New variable.
5482         (gnus-treatment-function-alist): Use it.
5483         (article-unsplit-urls): New function.
5484         (gnus-article-make-menu-bar): Use it.
5485         From: Michael Cook <michael.cook@cisco.com>
5486
5487 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5488
5489         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5490         copy.
5491
5492 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5493
5494         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5495         with internal whitespace.
5496         (gnus-parent-id): Ditto.
5497
5498 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5499
5500         * gnus-art.el (gnus-article-treat-body-boundary): Add
5501         gnus-decoration property.
5502         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5503
5504         * message.el (message-mode): Set local-abbrev-table.
5505         From Matt Armstrong <matt@lickey.com>.
5506
5507         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5508         too many spaces.
5509
5510         * rfc2047.el (rfc2047-unfold-region): Ditto.
5511         (rfc2047-decode-region): Don't unfold. Let
5512         gnus-article-treat-unfold-headers do it.
5513
5514         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5515         From: Jesper Harder <harder@ifa.au.dk>
5516
5517 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5520         (gnus-configure-posting-styles): Use it.
5521         (gnus-configure-posting-styles): Remove trailing newspaces.
5522
5523 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5524
5525         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5526         is non-nil.
5527
5528         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5529
5530         * gnus.el (gnus-server-to-method): Switch position with
5531         gnus-server-get-method.
5532         (gnus-agent): Add doc.
5533
5534         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5535         (gnus-summary-save-parts): Use it.
5536
5537         * gnus-art.el (gnus-display-mime): Use it.
5538         * mm-partial.el (mm-partial-find-parts): Use it.
5539
5540         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5541
5542         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5543         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5544
5545         * nnagent.el (nnagent-request-expire-articles): Don't delete
5546         files.
5547
5548 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5549
5550         * message.el (message-gen-unsubscribed-mft): New function.
5551         From Sriram Karra <karra@cs.utah.edu>.
5552
5553         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5554         open parenthesis.
5555
5556         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5557         (mm-inline-text-html-render-with-w3): Ditto.
5558         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5559         Suggested by Dave Love  <d.love@dl.ac.uk>.
5560
5561         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5562
5563         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5564         * nntp.el (nntp-send-command): Ditto.
5565         * nntp.el (nntp-send-command-nodelete): Ditto.
5566
5567 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5568
5569         * mm-url.el (mm-url-load-url): New function.
5570         (mm-url-insert-file-contents): Use it.
5571
5572         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5573
5574         * message.el (message-forward-make-body): Correctly copy
5575         forward-buffer.
5576
5577         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5578
5579 2002-02-04  Simon Josefsson  <jas@extundo.com>
5580
5581         * gnus-art.el (gnus-article-followup-with-original): Mark with
5582         force, prevent errors when following up from article buffer.
5583         (gnus-article-reply-with-original): Ditto.
5584
5585         * binhex.el (binhex-decoder-switches): Fix doc.  From
5586         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5587
5588 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5589
5590         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5591         highlight-citation after emphasize.
5592
5593 2002-02-04  Simon Josefsson  <jas@extundo.com>
5594
5595         * nnfolder.el (nnfolder-open-marks):
5596
5597         * nnml.el (nnml-open-marks): Message when done.  From David
5598         Edmondson <dme@sun.com>.
5599
5600 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5601
5602         * imap.el (imap-anonymous-auth): Fix typo.
5603         From: Steinar Bang <sb@dod.no>
5604
5605         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5606         save-excursion.
5607         (gnus-cache-braid-heads): Ditto.
5608
5609         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5610         line, because there are extra articles in the overview buffer.
5611
5612         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5613
5614         * message.el (message-forward-rmail-make-body): Directly use
5615         rmail-msg-restore-non-pruned-header to avoid calling
5616         vertical-motion.
5617
5618 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5619
5620         * gnus-cache.el (gnus-summary-insert-cached-articles):
5621         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5622
5623         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5624         gnus-newsgroups-unselected.
5625
5626         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5627         gnus-add-to-sorted-list.
5628
5629         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5630         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5631         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5632         (gnus-update-read-articles): UNREAD is sorted.
5633         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5634         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5635         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5636         (gnus-newsgroup-dormant): Require sorted.
5637
5638         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5639         directories.
5640         (gnus-dired-print): New function.
5641
5642         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5643         ps-despool.
5644
5645 2002-02-02  Simon Josefsson  <jas@extundo.com>
5646
5647         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5648
5649 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5652         t. This makes gnus-agent customizable without putting
5653         gnus-agentize into .gnus.
5654
5655         * gnus.el (gnus-agent): Make it customizable.
5656
5657         * gnus-dired.el: New file.
5658         From Benjamin Rutt <brutt@bloomington.in.us>
5659
5660         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5661         if no article.
5662         (gnus-cache-possibly-remove-article): Ditto.
5663         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5664
5665 2002-02-01  Simon Josefsson  <jas@extundo.com>
5666
5667         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5668
5669 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5672         (mm-setup-w3m): Don't bind keys listed in the above.
5673
5674 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5677         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5678         is non-nil; bind `w3m-force-redisplay' with nil.
5679
5680         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5681
5682         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5683
5684 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5685
5686         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5687         use mail-header-unfold-field.
5688
5689         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5690         gnus-summary-limit.
5691
5692         * gnus-range.el (gnus-add-to-sorted-list): New function.
5693         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5694         (gnus-mark-article-as-unread): Ditto.
5695         (gnus-summary-mark-article-as-unread): Ditto.
5696         (gnus-build-get-header): Ditto.
5697         (gnus-summary-prepare-threads): Ditto.
5698         (gnus-summary-insert-pseudos): Ditto.
5699         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5700         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5701         (gnus-summary-insert-old-articles): Ditto.
5702
5703         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5704         (gnus-configure-posting-styles): Support the new format.
5705
5706         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5707         edebug-form-spec to (sexp body).
5708         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5709
5710         * message.el (message-reply-headers): Add doc.
5711
5712 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5713
5714         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5715         gnus-cache-active-hashtb.
5716
5717         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5718         (gnus-agent-summary-fetch-group): Use it.
5719
5720         * gnus-msg.el (gnus-debug-files): New variable.
5721         (gnus-debug-exclude-variables): New variable.
5722         (gnus-debug): Use them.
5723
5724         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5725
5726 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5727
5728         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5729         (message-mode-syntax-table): Move back the previous position.
5730
5731         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5732
5733         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5734         gnus-sorted-difference.
5735
5736         * nnsoup.el (nnsoup-request-expire-articles): Use
5737         gnus-sorted-difference.
5738
5739         * nnheader.el: Autoload gnus-sorted-difference.
5740
5741         * nnfolder.el (nnfolder-request-expire-articles): Use
5742         gnus-sorted-difference.
5743
5744         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5745         gnus-sorted-difference.
5746
5747         * gnus-range.el: Autoload cookies.
5748         (gnus-sorted-difference): New function.
5749         (gnus-sorted-ndifference): New function.
5750         (gnus-sorted-nintersection): Rename from
5751         gnus-set-sorted-intersection.
5752         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5753         (gnus-list-range-difference): Rename from
5754         gnus-inverse-list-range-intersection.
5755         (gnus-inverse-list-range-intersection): Use defalias.
5756
5757         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5758         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5759         (gnus-articles-to-read): Use gnus-sorted-difference.
5760         (gnus-summary-limit-mark-excluded-as-read): Use
5761         gnus-sorted-intersection and gnus-sorted-ndifference.
5762         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5763         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5764
5765         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5766
5767 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5770         property to the buffer for using emacs-w3m command keys.
5771
5772         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5773         option.
5774
5775         * mm-view.el (mm-w3m-mode-map): New variable.
5776         (mm-w3m-mode-command-alist): New variable.
5777         (mm-w3m-minor-mode): Removed.
5778         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5779         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5780         buffer for using emacs-w3m command keys.
5781
5782 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * message.el (message-mode-syntax-table): Move forward.
5785         (message-cite-prefix-regexp): Auto detect non word constituents.
5786         (message-cite-prefix-regexp): Don't use with-syntax-table.
5787
5788         * gnus-sum.el (gnus-summary-update-info): Use
5789         gnus-list-range-intersection.
5790
5791         * gnus-agent.el (gnus-agent-fetch-headers): Use
5792         gnus-list-range-intersection.
5793
5794         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5795         (gnus-list-range-intersection): Use it.
5796         (gnus-inverse-list-range-intersection): Ditto.
5797         (gnus-sorted-intersection): Add doc.
5798         (gnus-set-sorted-intersection): Add doc.
5799         (gnus-sorted-union): New function.
5800         (gnus-set-sorted-union): New function.
5801
5802         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5803         (gnus-inverse-list-range-intersection): Ditto.
5804
5805 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5806
5807         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5808
5809         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5810         and permit `:' and `\' in order to handle full Windows pathnames.
5811         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5812         technically not correct per standard, but seems to have common use.
5813
5814 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5815
5816         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5817         replacing numbers.
5818
5819 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5820
5821         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5822
5823         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5824         Don't split when the window is small, e.g. when a small *BBDB*
5825         window is the lowest one.
5826
5827         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5828         nnheader-find-nov-line to speed up. Use nreverse, because it is
5829         sorted. Use nnheader-insert-nov-file.
5830
5831 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5834
5835         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5836         of `w3m-display-inline-images' with the value of
5837         `mm-inline-text-html-with-images'.
5838         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5839
5840         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5841
5842 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5843
5844         * time-date.el: Add autoload cookies.  Many doc fixes.
5845         (time-add): New function.
5846         (time-subtract): Renamed from subtract-time.
5847         (subtract-time): New alias for time-subtract.
5848
5849 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5852         emacs-w3m in doc-string.
5853
5854         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5855         `w3m-current-buffer'.
5856
5857 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5858
5859         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5860
5861         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5862         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5863         (mm-w3m-cid-retrieve): New function.
5864         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5865
5866 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5867
5868         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5869
5870 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5873
5874 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5877         32K.
5878
5879         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5880
5881         * nnmail.el (nnmail-article-group): Decode headers before running
5882         split rules over them.
5883         (nnmail-mail-splitting-charset): New variable.
5884
5885         * smiley.el: Replaced with smiley-ems.el.
5886
5887 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5888
5889         * mm-url.el (mm-url-predefined-programs): Add w3m.
5890         (mm-url-program): Ditto.
5891
5892 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * nnml.el (nnml-use-compressed-files): New variable.
5895         (nnml-filenames-are-evil): Removed.
5896         (nnml-current-group-article-to-file-alist): Don't use.
5897         (nnml-update-file-alist): Inhibit.
5898         (nnml-article-to-file): Use new var.
5899
5900 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5901
5902         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5903
5904         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5905
5906 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5907
5908         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5909         function.
5910
5911         * gnus-util.el (gnus-cache-file-contents): New function.
5912
5913         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5914         (gnus-agent-load-alist): Use it.
5915
5916         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5917
5918         * nnheader.el (nnheader-insert-nov-file): New function.
5919
5920         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5921
5922         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5923         there are no references.
5924         (gnus-extract-message-id-from-in-reply-to): New function.
5925         (gnus-nov-parse-line): Use in-reply-to if there are no
5926         references.
5927
5928 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5931
5932         * gnus-util.el (gnus-parse-without-error): New macro.
5933
5934 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5935
5936         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5937         (gnus-article-wash-function): use locate-library to decide which
5938         to use.
5939
5940 2002-01-25  Simon Josefsson  <jas@extundo.com>
5941
5942         * pop3.el (pop3-munge-message-separator): Work if no date.
5943         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5944
5945 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * gnus-agent.el (gnus-agent-save-alist): Fix.
5948
5949         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5950         mistake.  Reinstated lost code.
5951
5952 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5953
5954         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5955         one exists in the case of an encrypted message with an internal
5956         signature.
5957
5958 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5961
5962 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * dgnushack.el: Commented out the experimental code.
5965
5966 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967
5968         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5969         error.
5970
5971         * gnus.el (gnus-server-to-method): Made into subst.
5972         (gnus-server-method-cache): New variable.
5973         (gnus-server-to-method): Use it.
5974         (gnus-group-method-cache): New variable.
5975         (gnus-find-method-for-group-1): Renamed.
5976         (gnus-find-method-for-group): New function.
5977         (gnus-group-method-cache): Removed.
5978
5979         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5980         function.
5981
5982         * gnus-range.el (gnus-members-of-range): New function.
5983         (gnus-list-range-intersection): Renamed.
5984         (gnus-inverse-list-range-intersection): New function.
5985
5986         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5987
5988         * nnagent.el (nnagent-retrieve-headers): New implementation.
5989
5990         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5991         implementation.
5992
5993 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5996         `w3m-meta-content-type-charset-regexp'.
5997
5998         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5999         charset-encoded html contents.
6000
6001 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6002
6003         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6004         an empty file.
6005
6006         * nnweb.el (url): Ignore errors when request url.
6007
6008         * nnrss.el: Clean up the comments.
6009
6010 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6013
6014         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6015         (mm-inline-media-tests): Test whether the value of
6016         `mm-inline-text-html-renderer' is a function for text/html.
6017
6018         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6019         separated from `mm-inline-text'.
6020         (mm-w3m-minor-mode): New variable.
6021         (mm-w3m-setup): New variable.
6022         (mm-setup-w3m): New function.
6023         (mm-inline-text-html-render-with-w3m): New function.
6024         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6025         text/html.
6026
6027 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6028
6029         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6030
6031 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6034         and `gnus-xmas-completing-read'.
6035
6036 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6037
6038         * nneething.el (nneething-message-id-number): Abolished.
6039         (nneething-encode-file-name): Not encode numerical characters.
6040         (nneething-make-head): `nneething-message-id-number' is not
6041         used to generate message IDs.
6042
6043 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6046         characters.
6047
6048 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6051         (gnus-xmas-redefine): Redefine conditionally.
6052
6053 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6054
6055         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6056         tag.
6057
6058 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6059
6060         * message.el (message-font-lock-keywords): Added the secure tag.
6061         * mml-sec.el: Added functions to generate/modify/remove the secure
6062         tag while in message mode.
6063         * mml-sec.el (mml-secure-message): New.
6064         * mml-sec.el (mml-unsecure-message): New.
6065         * mml-sec.el (mml-secure-message-sign-smime): New.
6066         * mml-sec.el (mml-secure-message-sign-pgp): New.
6067         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6068         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6069         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6070         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6071         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6072         convert it to either a part or multipart depending on if there are
6073         other parts in the message.
6074         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6075         to use the secure tag, rather than the part tag.
6076         * mml.el (mml-preview): Added a save-excursion to keep cursor
6077         position after doing an MML preview.
6078
6079 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * nnheader.el (nnheader-parse-overview-file): New function.
6082         (nnheader-write-overview-file): New function.
6083
6084 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6087         in wanted.
6088
6089         * nnweb.el (nnweb-type-definition): Clean up.
6090
6091 2002-01-21  Alastair Burt  <burt@dfki.de>
6092         Trivial patch.
6093
6094         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6095         buffer exists before jumping to it.
6096
6097 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6100         function.
6101         (article-wash-html): Use it.
6102         (gnus-article-wash-function): New variable.
6103         (gnus-article-wash-html-with-w3m): New function.
6104
6105 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6106
6107         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6108         XEmacs.
6109
6110 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6111
6112         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6113         command line.
6114
6115 2002-01-21  Simon Josefsson  <jas@extundo.com>
6116
6117         * canlock.el (base64-encode-string): Autoload it from base64.
6118         (canlock-make-cancel-key): Base64 encode unibyte string.
6119
6120 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6121
6122         * nnfolder.el (nnfolder-request-accept-article): Unfold
6123         x-from-line.
6124         (nnfolder-request-replace-article): Ditto.
6125
6126 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6127
6128         * gnus-group.el (gnus-group-best-unread-group): Use the right
6129         positioning function.
6130
6131 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132
6133         * smiley-ems.el (smiley-region): Use new function.
6134         (smiley-update-cache): Use general image functions.
6135         (smiley-region): Use general functions.
6136
6137         * gnus-util.el (gnus-graphic-display-p): New function.
6138
6139         * nnmail.el (nnmail-article-group): Allow outputting traces of
6140         non-strings.
6141
6142         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6143         (nndoc-exim-bounce-type-p): New function.
6144
6145         * message.el (message-dont-send): Doc fix.
6146
6147         * gnus-util.el (gnus-completing-read): Remove
6148         inherit-input-method.
6149
6150         * gnus-art.el (gnus-treat-smiley): Doc fix.
6151
6152         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6153         articles.
6154
6155 2002-01-19  Simon Josefsson  <jas@extundo.com>
6156
6157         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6158         (imap-kerberos4-open): Ditto.
6159         (imap-open): Set port correctly, don't set auth.
6160
6161 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * gnus.el (gnus-version-number): Bump version number.
6164
6165 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6166
6167         * gnus.el: Oort Gnus v0.05 is released.
6168
6169 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6172         exists.
6173
6174         * gnus-spec.el (gnus-string-width-function): New function.
6175         (gnus-tilde-cut-form): Use it.
6176         (gnus-tilde-max-form): Ditto.
6177         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6178         (gnus-substring-function): Use it.
6179         (gnus-tilde-cut-form): Ditto.
6180         (gnus-substring-function): New function.
6181
6182         * message.el (message-check-news-header-syntax): New message.
6183
6184         * gnus.el (gnus-slave-no-server): Doc fix.
6185
6186         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6187
6188 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6191         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6192         (seen (NUM1 . NUM2)).
6193
6194 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6197         number in closed topics.
6198
6199 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6200
6201         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6202         functions.
6203
6204 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6205
6206         * gnus.el (gnus-group-find-parameter): Clean up.
6207
6208         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6209         articles.
6210
6211         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6212
6213         * nnmail.el (nnmail-article-group): Clean up.
6214
6215 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6216
6217         * gnus-agent.el (gnus-category-name): Intern the category name.
6218
6219 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6222
6223         * gnus-util.el (gnus-completing-read): New function.
6224
6225 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6226
6227         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6228
6229         * smiley-ems.el (smiley-region): Register smiley.
6230         (smiley-toggle-buffer): Rewrite the function.
6231         (smiley-active): Removed.
6232
6233 2002-01-19  Simon Josefsson  <jas@extundo.com>
6234
6235         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6236         Jesper Harder <harder@ifa.au.dk>.
6237
6238 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6239
6240         * gnus-art.el (gnus-request-article-this-buffer): Call
6241         `nneething-get-file-name' to extract the file name from the
6242         message id.
6243
6244         * nneething.el (nneething-encode-file-name): New function.
6245         (nneething-decode-file-name): Ditto.
6246         (nneething-get-file-name): Ditto.
6247         (nneething-make-head): Encode the file name and encapsulate it
6248         into the field of the message id.
6249
6250 2002-01-18  Simon Josefsson  <jas@extundo.com>
6251
6252         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6253         stored in .marks.
6254
6255         * nnfolder.el (nnfolder-request-update-info): Ditto.
6256
6257 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6258
6259         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6260
6261 2002-01-18  Simon Josefsson  <jas@extundo.com>
6262
6263         * imap.el (imap-starttls-p): Don't check for binary.
6264         (imap-gssapi-auth-p): Ditto.
6265         (imap-kerberos4-auth-p): Ditto.
6266         (imap-open): Change logic.  Iterate through all possible streams,
6267         instead of bailing out after first failure.  Move authenticator
6268         decision to `imap-authenticate'.
6269         (imap-authenticate): Change logic, now finds the authenticator to
6270         use, was previously in `imap-open'.
6271         (imap-open): Return nil on failure.
6272         (imap-open): Setup temp buffer correctly.
6273         (imap-open): Return buffer only on success.
6274         (imap-interactive-login, imap-interactive-login): Tell the user
6275         which stream/authenticator is used for the queried
6276         username/password.
6277         (imap-open, imap-authenticate): Set variables.
6278         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6279         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6280
6281 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6284
6285 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6288
6289 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6290
6291         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6292         (gnus-agent-group-mode-map): Bind it to "Jo".
6293         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6294
6295 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6296
6297         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6298         (gnus-summary-mail-toolbar): Add mail article deletion button.
6299
6300         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6301         false positives for lines of "^^^^".
6302
6303         * gnus-picon.el (gnus-picon-find-face): faces database is all
6304         lowercase.
6305
6306 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6307
6308         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6309         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6310         duplications.
6311         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6312
6313 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * gnus-sum.el (gnus-summary-initial-limit): Inline
6316         gnus-summary-limit-children.
6317         (gnus-summary-initial-limit): Don't limit if
6318         gnus-newsgroup-display is nil.
6319         (gnus-summary-initial-limit): No, don't.
6320
6321         * gnus-util.el
6322         (gnus-put-text-property-excluding-characters-with-faces): Inline
6323         gnus-put-text-property.
6324
6325         * gnus-spec.el (gnus-default-format-specs): New variable.
6326
6327         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6328         gnus-format-specs.
6329         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6330
6331         * gnus-spec.el (gnus-update-format-specifications): Really check
6332         the Gnus version of the .newsrc.eld file.
6333         (gnus-format-specs): Save the new default summary format.
6334
6335         * gnus-util.el (gnus-parent-id): Check whether references is empty
6336         before splitting.
6337
6338         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6339         functions.
6340         (gnus-gather-threads-by-references): Inline
6341         `gnus-split-references'.
6342
6343         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6344         default value of gnus-summary-line-format-spec.
6345
6346 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6347
6348         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6349         message.
6350         (nnslashdot-request-list): Ditto.
6351         (nnslashdot-sid-strip): Removed.
6352
6353 2002-01-15  Simon Josefsson  <jas@extundo.com>
6354
6355         * nnimap.el (nnimap-close-asynchronous): Enable.
6356         (nnimap-close-group): Expunge.
6357
6358 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6359
6360         * gnus-util.el (gnus-user-date-format-alist): Typo.
6361         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6362
6363 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6364
6365         * nneething.el (nneething-request-article): Set
6366         `nnmail-file-coding-system' to `binary' locally, in order to read
6367         files without any conversion.
6368
6369 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6370
6371         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6372         nnheader-file-coding-system and nnmail-active-file-coding-system.
6373         (gnus-agent-regenerate-group): Ditto.
6374         (gnus-agent-regenerate): Ditto.
6375         (gnus-agent-write-active): Ditto.
6376         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6379
6380         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6381         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6382
6383 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6384
6385         * gnus.el: We don't need gnus-article-show-all-headers.
6386
6387         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6388         Ditto.
6389
6390         * gnus-sum.el (gnus-summary-select-article): Don't call
6391         show-all-headers, because hidden headers are not hidden text any
6392         more.
6393
6394 2002-01-13  Simon Josefsson  <jas@extundo.com>
6395
6396         * message.el (message-newline-and-reformat): Use `newline' instead
6397         of inserting \n, so that the newline is marked as hard.
6398
6399         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6400         From Jesper Harder <harder@ifa.au.dk>.
6401
6402 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6403
6404         * imap.el (imap-close): Keep going if quit.
6405
6406         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6407         nntp-server-buffer.
6408
6409 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6410
6411         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6412         avoid unbinding shadowed variables.
6413
6414         * gnus-art.el (gnus-picon-databases): Moved here.
6415         (gnus-picons-installed-p): Moved here.
6416         (gnus-article-reply-with-original): Use `mark'.
6417
6418         * gnus.el (gnus-picon): Moved here and renamed.
6419
6420         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6421         installed.
6422         (gnus-treat-mail-picon): Ditto.
6423         (gnus-treat-newsgroups-picon): Ditto.
6424
6425         * gnus-picon.el (gnus-picons-installed-p): New function.
6426
6427 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6428
6429         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6430
6431 2002-01-12  Simon Josefsson  <jas@extundo.com>
6432
6433         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6434         (nnimap-before-find-minmax-bugworkaround): Use it.
6435         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6436         (nnimap-dont-close): New variable.
6437         (nnimap-close-group): Use it.
6438
6439 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-art.el (gnus-article-reply-with-original): Use
6442         `mark-active'.
6443
6444         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6445
6446         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6447         (gnus-score-advanced): Clean up.
6448         (gnus-score-advanced): Accept a multiple of the score.
6449
6450 2002-01-12  Simon Josefsson  <jas@extundo.com>
6451
6452         * flow-fill.el (fill-flowed-display-column)
6453         (fill-flowed-encode-columnq): New variables.  Suggested by
6454         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
6455         (fill-flowed-encode, fill-flowed): Use them.
6456
6457         * message.el (message-send-news, message-send-mail): Use
6458         m-b-s-n-p-e-h-n.
6459
6460         * mml.el (autoload): Autoload fill-flowed-encode.
6461         (mml-buffer-substring-no-properties-except-hard-newlines): New
6462         function.
6463         (mml-read-part): Use it.
6464         (mml-generate-mime-1): Encode format=flowed if appropriate.
6465         (mml-insert-mime-headers): Insert format=flowed.
6466
6467         * flow-fill.el (fill-flowed-encode): New function.
6468         (fill-flowed): Bind fill-column to window width.
6469
6470 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6473         it exists.
6474         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6475         (gnus-summary-buffer-name): Don't return the dead name after all.
6476         (gnus-summary-setup-buffer): Kill the dead buffer.
6477
6478         * gnus-art.el (gnus-article-followup-with-original): Store the
6479         value of the mark before deactivating it.
6480
6481 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6482
6483         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6484         From: Karl Kleinpaste <karl@charcoal.com>
6485
6486         * gnus-art.el (article-display-x-face): Ditto.
6487         (gnus-article-reply-with-original): Use gnus-region-active-p.
6488         (gnus-article-followup-with-original): Ditto.
6489
6490         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6491         downloadable article either.
6492
6493 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6494
6495         * gnus-art.el (article-display-x-face): Insert From:.
6496
6497         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6498         article. Bind gnus-display-mime-function and
6499         gnus-article-prepare-hook.
6500
6501         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6502         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6503         gnus-agent-possibly-synchronize-flags to the last.
6504         (gnus-agent-go-online): New function. New variable.
6505
6506 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6507
6508         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6509         (gnus-agent-regenerate): Ditto.
6510
6511 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6512
6513         * message.el (message-ignored-news-headers)
6514         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6515         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6516
6517         * gnus.el (gnus-gethash-safe): New macro.
6518
6519         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6520         (gnus-agent-regenerate): Show messages.
6521
6522 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6523
6524         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6525         (gnus-agent-regenerate): New function.
6526         (gnus-agent-save-alist): Sort.
6527         (gnus-agent-copy-nov-line): Test eobp.
6528         (gnus-agent-retrieve-headers): Erase buffer.
6529
6530 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6533         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6534
6535         * gnus.el (gnus-agent-covered-methods): Move here.
6536         (gnus-online): New function.
6537         (gnus-agent-method-p): Move here.
6538
6539         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6540         nil. Remove articles-alist.
6541
6542         * gnus-start.el (gnus-get-unread-articles): Check online.
6543         (gnus-groups-to-gnus-format): Ditto.
6544         (gnus-active-to-gnus-format): Ditto.
6545
6546         * gnus-agent.el (gnus-agent-get-function): Use it.
6547         (gnus-agent-get-undownloaded-list): Ditto.
6548         (gnus-agent-fetch-session): Only fetch online methods.
6549
6550         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6551         (gnus-server-mode-map): Ditto.
6552         (gnus-server-offline-face): New face.
6553         (gnus-server-offline-face): New variable.
6554         (gnus-server-font-lock-keywords): Add offline.
6555         (gnus-server-insert-server-line): Ditto.
6556         (gnus-server-offline-server): New function.
6557
6558         * gnus-int.el (gnus-open-server): Turn to offline.
6559         (gnus-server-unopen-status): New variable.
6560
6561 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6562
6563         * nnkiboze.el (nnkiboze-request-article): Use
6564         gnus-agent-request-article.
6565
6566         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6567         function. Insert undownloaded NOV.
6568
6569         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6570         (gnus-agent-request-article): New function.
6571
6572         * gnus.el (gnus-agent-cache): New variable.
6573
6574         * gnus-int.el (gnus-retrieve-headers): Use
6575         gnus-agent-retrieve-headers.
6576         (gnus-request-head): Use gnus-agent-request-article.
6577         (gnus-request-body): Ditto.
6578
6579         * gnus-art.el (gnus-request-article-this-buffer): Use
6580         gnus-agent-request-article.
6581
6582         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6583         article if it is undownloaded.
6584
6585 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6588
6589 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * canlock.el (canlock-string-as-unibyte): New macro.
6592         (canlock-sha1-with-openssl): Return a unibyte string.
6593         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6594
6595 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6596
6597         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6598
6599 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6600
6601         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6602         application/x-emacs-lisp.
6603
6604         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6605
6606         * nntp.el (nntp-request-article): Add group parameter.
6607         (nntp-request-head): Ditto.
6608         (nntp-find-group-and-number): Add parameter group. Figure out
6609         number if the status line doesn't give (e.g. quimby.gnus.org).
6610
6611 2002-01-08  Simon Josefsson  <jas@extundo.com>
6612
6613         * mml.el (mml-generate-mime-1): Set recipient correctly.
6614
6615 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6616
6617         * message.el (message-read-from-minibuffer): Add parameter
6618         initial-contents.
6619         * gnus-msg.el (gnus-summary-resend-message): Use it.
6620
6621         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6622         behavior of quit-config.
6623
6624         * message.el (message-make-from): Don't quote fullname.
6625         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6626
6627         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6628         From: <andre@slamdunknetworks.com>
6629
6630 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6633
6634         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6635
6636         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6637         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6638         because bbdb may use it.
6639
6640 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6641
6642         * nneething.el (nneething-request-article): When a non-text file
6643         is converted to an article, its data is encoded in base64.  Call
6644         `nneething-make-head' with options to specify MIME types.
6645         (nneething-make-head): Add optional arguments to specify MIME
6646         types.
6647
6648 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6649
6650         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6651         header if there is not.
6652
6653         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6654
6655         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6656         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6657         (gnus-inews-do-gcc): Use them.
6658
6659         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6660         gnus-newsgroup-unselected.
6661
6662 2002-01-06  Simon Josefsson  <jas@extundo.com>
6663
6664         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6665         condition-case, not ignore-errors.
6666
6667 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6670         gnus-fetch-old-headers.
6671
6672         * gnus-art.el (article-display-x-face): Use the current buffer
6673         unless `W f'. Otherwise, X-Face may be shown in the header of a
6674         forwarded part.
6675         (gnus-treatment-function-alist): Treat xface before hiding
6676         headers.
6677
6678 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6679
6680         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6681         parameters.
6682
6683 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6684
6685         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6686         (mm-guess-charset): New function.
6687         (mm-charset-after): Use it.
6688         (mm-detect-coding-region): New function.
6689         (mm-detect-mime-charset-region): New function.
6690
6691         * gnus-sum.el (gnus-summary-show-article): Use
6692         mm-detect-coding-region.
6693
6694 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * message.el (message-make-fqdn): Be less violent.
6697
6698         * gnus.el (gnus-logo-color-style): Compute custom form
6699         automatically.
6700
6701         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6702         score file of the parent to the document group.
6703
6704         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6705         parameters parameter.
6706
6707         * gnus-score.el (gnus-score-load-file): Clean up.
6708
6709 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6712         From: Damien Wyart <damien.wyart@free.fr>
6713
6714         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6715
6716 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6717
6718         * gnus-sum.el (gnus-select-group-hook): Typo.
6719
6720         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6721         is no quoted-printable-encoded STRING.
6722         From: Jesper Harder <harder@ifa.au.dk>
6723
6724         (rfc2047-decode-string): Decode it.
6725
6726 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6729
6730 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6731         Trivial patch.
6732
6733         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6734         buffer to get rid of junk line.
6735
6736 2002-01-05  Simon Josefsson  <jas@extundo.com>
6737
6738         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6739         C-o.
6740         (message-mode-map): Bind message-insert-or-toggle-importance to
6741         C-c C-u.
6742         (message-mode-map): Bind message-disposition-notification-to to
6743         C-c M-n.
6744         (message-mode-menu): Add m-d-n-t.
6745         (message-mode-field-menu): Add m-goto-from.
6746         (message-mode): Doc fix.
6747         (message-goto-from): New function.
6748         (message-insert-disposition-notification-to): New function.
6749         (message-tool-bar-map): Add receipt button.
6750
6751 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6752
6753         * gnus-sum.el (gnus-thread-latest-date): New function.
6754         (gnus-thread-sort-by-most-recent-number): Renamed.
6755         (gnus-thread-sort-functions): Doc fix.
6756         (gnus-select-group-hook): Don't use setq on a hook.
6757         (gnus-thread-latest-date): Use date, not number
6758
6759         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6760         (gnus-agent-expire): Allow regexp of expire-days.
6761
6762         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6763         region.
6764         (gnus-article-followup-with-original): Ditto.
6765
6766         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6767
6768         * gnus-art.el (gnus-mime-display-alternative): Use
6769         gnus-local-map-property.
6770         (gnus-mime-display-alternative): Ditto.
6771         (gnus-insert-mime-security-button): Ditto.
6772         (gnus-insert-next-page-button): Ditto.
6773         (gnus-button-prev-page): Take optional args.
6774         (gnus-insert-prev-page-button): widget-convert.
6775
6776         * gnus-util.el (gnus-local-map-property): New function.
6777
6778         * gnus-art.el (gnus-prev-page-map): Use parent map.
6779         (gnus-next-page-map): Ditto.
6780
6781         * gnus-spec.el (gnus-parse-format): Clean up.
6782         (gnus-parse-format): Do complex formatting for %=.
6783
6784         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6785         "X-Face: " to the data in the built-in scenario.
6786
6787         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6788         (gnus-correct-pad-form): Renamed.
6789         (gnus-tilde-max-form): Clean up.
6790         (gnus-pad-form): Use gnus-use-correct-string-widths.
6791
6792         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6793         support if that is available.
6794
6795         * gnus-sum.el (gnus-thread-highest-number): New function.
6796         (gnus-thread-sort-by-most-recent-thread): New function.
6797         (gnus-thread-sort-functions): Doc fix.
6798
6799 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6800
6801         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6802         all cases.
6803         (gnus-summary-mode): Enable it in all cases.
6804         (gnus-summary-display-article): Ditto.
6805         (gnus-summary-edit-article): Ditto.
6806
6807         * gnus-ems.el (gnus-put-image): Really return glyph.
6808
6809         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6810         (gnus-treat-smiley): Don't take "P" in the interactive form.
6811
6812 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * compface.el (uncompface): XEmacs and Emacs have differing
6815         capabilities.
6816
6817         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6818
6819         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6820         (gnus-article-xface-ring-size): Removed.
6821         (gnus-article-display-xface): Removed.
6822         (gnus-remove-image): Cleaned up.
6823
6824         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6825         (gnus-xmas-create-image): Take pbm files.
6826         (gnus-x-face): Removed.
6827         (gnus-xmas-article-display-xface): Removed.
6828
6829         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6830         default-enable-multibyte-characters.
6831
6832         * compface.el (uncompface): Doc fix.
6833
6834         * gnus-art.el (gnus-article-x-face-command): Use
6835         gnus-display-x-face-in-from.
6836
6837         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6838
6839         * gnus-ems.el (gnus-put-image): Return the image.
6840
6841         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6842         (gnus-x-face): Moved here.
6843
6844 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6845
6846         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6847         invisible if string is nil.
6848         (gnus-xmas-article-display-xface): Use it.
6849
6850         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6851         property when string is nil.
6852         (gnus-article-display-xface): Use it.
6853
6854 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855
6856         * gnus-art.el (article-display-x-face): Check whether valid grey
6857         face was returned.
6858         (article-display-x-face): Place image in the right spot.
6859
6860         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6861         stderr.
6862         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6863
6864 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6867         parameters.
6868         (gnus-xmas-put-image): Allow non-strings to be passed.
6869
6870         * gnus-art.el (article-display-x-face): Use optional parameters.
6871
6872         * gnus-ems.el (gnus-create-image): Take optional parameters.
6873
6874         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6875
6876         * compface.el (compface-xbm-p): Removed.
6877
6878         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6879         (gnus-article-display-xface): Use compface.
6880
6881         * compface.el: New file.
6882
6883         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6884         (gnus-convert-image-to-x-face-command): Ditto.
6885         (gnus-random-x-face): Quote argument.
6886         (gnus-x-face-from-file): Ditto.
6887
6888 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6889
6890         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6891         the expire-group parameter once per article rather than once
6892         per group; bind `nnmaildir-article-file-name' and `article'
6893         for convenience.  Leave article alone when expire-group
6894         specifies the current group.
6895         (nnmaildir--update-nov): be more concurrency-friendly with
6896         temp file names.
6897
6898 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * gnus-start.el (gnus-read-init-file): Cleaned up.
6901
6902 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6903
6904         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6905         (gnus-read-init-file): Don't use it.
6906
6907 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6910
6911 2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6912
6913         * gnus-start.el (gnus-read-init-file): Don't force coding system
6914         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6915
6916 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6917
6918         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6919         * nnspool.el (nnspool-request-post): Ditto.
6920
6921         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6922         (mm-find-mime-charset-region): Use it.
6923
6924 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6925
6926         * gnus.el (gnus-summary-line-format): Added :link.
6927         * gnus-topic.el (gnus-topic-line-format): Ditto.
6928         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6929         * gnus-srvr.el (gnus-server-line-format): Ditto.
6930         * gnus-group.el (gnus-group-line-format): Ditto.
6931
6932         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6933         :keys, it works on both Emacsen.
6934
6935 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6936
6937         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6938
6939 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6942
6943 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6944
6945         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6946         very wide reply.
6947
6948 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6951         (gnus-picon-cache): New variable.
6952         (gnus-picon-transform-newsgroups): Cache stuff.
6953
6954         * gnus-art.el (gnus-article-reply-with-original): New command.
6955         (gnus-article-followup-with-original): New command.
6956
6957         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6958         END parameters.
6959         (gnus-summary-followup): Take a list of list of articles.
6960         (gnus-inews-yank-articles): Allow lists of article/regions.
6961
6962         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6963         longer the usual commands.
6964
6965         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6966         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6967         shell-command-on-region.
6968
6969 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6970
6971         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6972           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6973
6974 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6975
6976         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6977         understand ':keys', wrap it in an featurep 'xemacs.
6978
6979 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6980
6981         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6982         order of headers (Actually, it is called in a reversed order). Add
6983         'gnus-image-text-deletable property.
6984         (gnus-remove-image): Remove text with such a property.
6985
6986         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6987         gnus-put-image.
6988
6989         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6990         with ", "
6991
6992 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6995
6996         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6997         (article-display-x-face): Display grey X-Faces.
6998
6999         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7000         (gnus-convert-gray-x-face-to-ppm): Ditto.
7001         (gnus-convert-image-to-gray-x-face): Ditto.
7002
7003         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7004         gnus-summary-show-raw-article.
7005
7006 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7007
7008         Display picons in XEmacs without showing text.
7009
7010         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7011         mm-create-image-xemacs to create xbm glyph, because it deletes
7012         temporary files.
7013         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7014         (gnus-xmas-remove-image): Make text visible, remove glyph.
7015
7016         * gnus-picon.el (gnus-picon-transform-newsgroups)
7017         (gnus-picon-transform-address): Insert spec backward, due to the
7018         incompatibility of gnus-xmas-put-image.
7019
7020 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7021
7022         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7023
7024 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * gnus.el: Doc fix.
7027
7028         * gnus-art.el: Doc fix.
7029
7030         * gnus-agent.el: Doc fix.
7031
7032 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7033
7034         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7035
7036 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7037
7038         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7039         NOV data out of the message again if nnmail-extra-headers has
7040         changed.
7041
7042 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * gnus-fun.el: New file.
7045         (gnus-convert-image-to-x-face-command): New variable.
7046         (gnus-insert-x-face): New function.
7047         (gnus-random-x-face): Renamed.
7048         (gnus-x-face-from-file): Renamed.
7049
7050         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7051         "_".
7052         (gnus-body-boundary-delimiter): Typo fix.
7053
7054 2002-01-02  Simon Josefsson  <jas@extundo.com>
7055
7056         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7057         (gnus-body-boundary-delimiter): Fix type.
7058
7059 2002-01-01  Simon Josefsson  <jas@extundo.com>
7060
7061         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7062         (gnus-treat-emphasize, gnus-treat-strip-cr)
7063         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7064         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7065         (gnus-treat-fill-article, gnus-treat-hide-citation)
7066         (gnus-treat-hide-citation-maybe)
7067         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7068         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7069         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7070         (gnus-treat-date-ut, gnus-treat-date-local)
7071         (gnus-treat-date-english, gnus-treat-date-lapsed)
7072         (gnus-treat-date-original, gnus-treat-date-iso8601)
7073         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7074         (gnus-treat-strip-trailing-blank-lines)
7075         (gnus-treat-strip-leading-blank-lines)
7076         (gnus-treat-strip-multiple-blank-lines)
7077         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7078         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7079         (gnus-treat-display-xface, gnus-treat-display-smileys)
7080         (gnus-treat-from-picon, gnus-treat-mail-picon)
7081         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7082         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7083         (gnus-treat-play-sounds, gnus-treat-translate)
7084         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7085
7086         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7087         (gnus-article-treat-body-boundary): Use it.
7088
7089         * message.el (message-mode): Fix doc.
7090         (message-mode-menu): Fix names.
7091
7092 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7095         articles.
7096
7097         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7098         (gnus-picon-transform-address): Search for unknown faces as well.
7099         (gnus-picon-find-face): Don't search "news" for MISC.
7100         (gnus-picon-user-directories): Changed default back to exclude
7101         "unknown".
7102
7103         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7104
7105         * gnus-picon.el (gnus-picon-find-face): Search through all
7106         databases.
7107         (gnus-picon-find-face): New implementation.
7108
7109         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7110         keystroke.
7111         (gnus-topic-goto-next-topic): Ditto.
7112
7113         * gnus.el (gnus-summary-line-format): Changed default.
7114
7115         * nnmail.el (nnmail-extra-headers): Change default.
7116
7117         * gnus-sum.el (gnus-extra-headers): Change default.
7118
7119         * message.el (message-news-other-window): Changed "news" to
7120         "posting".
7121         (message-news-other-frame): Ditto.
7122         (message-do-send-housekeeping): Ditto.
7123
7124         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7125         function.
7126         (gnus-article-unread-p): New function.
7127         (gnus-article-unseen-p): New function.
7128         (gnus-dead-summary-mode-map): Typo.
7129
7130         * gnus-util.el (gnus-make-predicate): New function.
7131         (gnus-make-predicate-1): New function.
7132
7133         * gnus-sum.el: New function.
7134         (gnus-map-articles): New function.
7135
7136         * gnus-art.el (gnus-treat-fold-headers): New variable.
7137         (gnus-article-treat-fold-headers): New command and keystroke.
7138
7139         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7140         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7141
7142 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * message.el (message-fcc-externalize-attachments): New variable.
7145         (message-do-fcc): Use it.
7146
7147         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7148         (gnus-inews-do-gcc): Use it.
7149
7150         * mml.el (mml-tweak-sexp-alist): New variable.
7151         (mml-externalize-attachments): New variable.
7152         (mml-tweak-part): Use mml-tweak-sexp-alist.
7153         (mml-tweak-externalize-attachments): New function.
7154
7155 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7156
7157         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7158         'set-glyph-face' so x-face back/foreground can be set.
7159
7160 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7161
7162         * message.el (message-fix-before-sending): Fix a typo.
7163
7164 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * gnus-art.el (gnus-treat-smiley): Renamed command.
7167         (gnus-article-remove-images): New command and keystroke.
7168
7169         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7170
7171         * smiley-ems.el (gnus-smiley-display): Removed.
7172
7173         * gnus.el (gnus-version-number): Update version.
7174
7175         * message.el (message-text-with-property): Renamed and moved
7176         here.
7177         (message-fix-before-sending): Highlight invisible text and place
7178         point there.
7179
7180 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7181
7182         * gnus.el: Oort Gnus v0.04 is released.
7183
7184 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7187
7188         * gnus-art.el (gnus-ignored-headers): More headers,
7189
7190         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7191         of `scan-error', since XEmacs doesn't seem to support that.
7192
7193 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7196         arg.
7197         (gnus-summary-best-unread-subject): Ditto.
7198         (gnus-summary-best-unread-subject): No, don't.
7199         (gnus-summary-better-unread-subject): New command.
7200
7201         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7202
7203         * lpath.el ((featurep 'xemacs)): fbind url function.
7204
7205         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7206         buffer.
7207         (gnus-xmas-remove-image): Implementation that does something.
7208         (gnus-xmas-article-display-xface): Mark images properly.
7209
7210         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7211
7212 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7213
7214         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7215
7216 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * gnus-group.el (gnus-group-line-format): Added %O to the default
7219         value.
7220
7221         * gnus-util.el (gnus-text-with-property): The smallest point is
7222         point-min.
7223
7224         * smiley-ems.el (smiley-region): Return images.
7225         (gnus-smiley-display): Allow toggling.
7226         (smiley-region): Use text properties, not overlays.
7227
7228         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7229         implemented yet.
7230
7231         * smiley-ems.el (smiley-update-cache): Check for valid types.
7232
7233         * gnus-art.el (gnus-with-article-buffer): New macro.
7234
7235         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7236         strings as well as the glyphs.
7237         (gnus-picon-transform-address): Ditto.
7238         (gnus-picon-insert-glyph): Ditto.
7239         (gnus-picon-transform-newsgroups): Toggle.
7240         (gnus-picon-transform-address): Toggle.
7241
7242         * gnus-ems.el (gnus-remove-image): New function.
7243         (gnus-put-image): Take an optional string.
7244
7245         * gnus-util.el (gnus-text-with-property): New function.
7246
7247         * gnus-art.el (gnus-delete-images): New function.
7248
7249         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7250
7251         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7252         (gnus-article-wash-status): Use it.
7253         (gnus-signature-toggle): Clean up.
7254         (gnus-add-wash-status): New function.
7255         (gnus-delete-wash-status): New function.
7256         (gnus-article-hide-text-type): Use them throughout.
7257         (gnus-add-image): New function.
7258
7259         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7260
7261         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7262         interface.
7263
7264         * gnus-art.el (article-display-x-face): Cleaned up.
7265
7266         * rfc2047.el (rfc2047-field-value): New function.
7267
7268         * mail-parse.el (mail-header-field-value): New alias.
7269
7270         * gnus-art.el (gnus-mime-print-part): Fix typos.
7271
7272         * smiley-ems.el (gnus-smiley-file-types): New variable.
7273         (smiley-update-cache): Use it.
7274         (smiley-regexp-alist): Suffix-less smiley names.
7275         (smiley-regexp-alist): Added more smileys.
7276
7277         * gnus-sum.el (gnus-print-buffer): Made into own function.
7278         (gnus-summary-print-article): Use it.
7279
7280         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7281         looked for when REQUEST is a string.
7282
7283         * gnus-art.el (gnus-mime-button-commands): Add printing
7284         keystroke.
7285         (gnus-mime-copy-part): Doc fix.
7286         (gnus-mime-print-part): New command.
7287
7288 2001-12-31  Simon Josefsson  <jas@extundo.com>
7289
7290         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7291         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7292
7293 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7294
7295         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7296         (picon): Fix doc.
7297
7298         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7299         longer exists. Remove those codes.
7300         * gnus.el (gnus-use-picons): Ditto.
7301
7302 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7303
7304         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7305         infloop.
7306
7307         * gnus-sum.el (t): New `W D' map.
7308
7309         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7310         (gnus-article-treat-body-boundary): Clean up.
7311         (gnus-body-boundary-face): Removed.
7312         (gnus-article-goto-header): Moved here.
7313         (gnus-article-goto-header): Allow better regexps.
7314         (gnus-article-treat-fold-newsgroups): New command.
7315
7316         * gnus-sum.el (gnus-summary-move-article): We have to select an
7317         article to give `gnus-read-move-group-name' an opportunity to
7318         suggest an appropriate default.
7319
7320         * rfc2047.el (rfc2047-fold-line): New function.
7321         (rfc2047-unfold-line): Ditto.
7322         (rfc2047-fold-region): Don't fold just after the header name.
7323
7324         * mail-parse.el (mail-header-fold-line): New alias.
7325         (mail-header-unfold-line): Ditto.
7326
7327         * gnus-art.el (gnus-body-boundary-face): Renamed.
7328         (gnus-article-treat-body-boundary): Use it.
7329         (gnus-article-treat-body-boundary): Use an invisible header and a
7330         line of underline characters.
7331
7332 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7333
7334         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7335
7336         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7337         (gnus-picon-split-address): New function.
7338         (gnus-picon-find-face): Use it.
7339         (gnus-picon-transform-address): Use it. Set first to t for each
7340         address.
7341
7342         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7343         the macro then use it.
7344         (gnus-treatment-function-alist): Treat picons earlier.
7345
7346 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * gnus-art.el (gnus-body-separator-face): New variable.
7349         (gnus-article-treat-body-boundary): Use a blank, colored line.
7350
7351         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7352         well.
7353
7354         * gnus-art.el (gnus-treat-body-boundary): New variable.
7355         (gnus-article-treat-unfold-headers): Use helper macro.
7356         (gnus-article-treat-body-boundary): New command.
7357
7358         * gnus.el (gnus-logo-color-style): Change the default color.
7359         (gnus-splash-face): Gray, gray.
7360
7361         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7362         colors.
7363
7364         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7365         (gnus-logo-color-style): Ditto.
7366         (gnus-logo-colors): Ditto.
7367
7368         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7369
7370         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7371
7372         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7373         (gnus-picon-transform-newsgroups): New function.
7374
7375         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7376         string.
7377
7378         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7379
7380         * gnus-art.el (gnus-treat-cc-picon): New variable.
7381         (gnus-treat-mail-picon): Renamed.
7382
7383         * gnus-picon.el: New implementation.
7384         (gnus-picon-find-face): Renamed.
7385         (gnus-treat-from-picon): Use it.
7386         (gnus-picon-transform-address): Renamed.
7387         (gnus-treat-from-picon): Use it.
7388         (gnus-picon-create-glyph): Renamed.
7389         (gnus-picon-transform-address): Use it.
7390         (gnus-treat-cc-picon): New command.
7391
7392         * mm-decode.el (mm-create-image-xemacs): Separated out into
7393         function.
7394         (mm-get-image): Use it.
7395
7396         * gnus-art.el (gnus-treat-display-picons): Simplify.
7397         (gnus-treat-from-picon): Renamed.
7398
7399         * gnus-ems.el (gnus-create-image): New function.
7400         (gnus-put-image): New function.
7401
7402         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7403         (gnus-with-article-headers): New macro.
7404         (gnus-article-goto-header): New function.
7405
7406         * gnus-xmas.el (gnus-image-type-available-p): New function.
7407
7408         * gnus-ems.el (gnus-image-type-available-p): New function.
7409
7410 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7411
7412         * nnrss.el (nnrss-check-group): Find the correct tag, because
7413         xml.el is changed.
7414
7415 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7418         lines are shorter than the window width.
7419         (gnus-ignored-headers): More headers.
7420
7421 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7424         (gnus-treat-unfold-headers): Renamed.
7425         (gnus-article-treat-unfold-headers): New command and keystroke.
7426
7427         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7428
7429         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7430
7431 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7432
7433         * sha1-el.el (sha1-use-external): New variable.
7434         (sha1-region): Use it.
7435         (sha1-string): Ditto.
7436
7437         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7438         * gnus-picon.el: Less warnings when compile.
7439
7440 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7443         alias.
7444         (gnus-picons-database): Default to list.
7445         (gnus-picons-lookup-internal): Use it.
7446
7447         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7448         to "bogus".
7449
7450         * gnus-win.el (gnus-configure-windows-hook): New hook.
7451
7452 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7453
7454         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7455
7456 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7459         lists.
7460         (gnus-select-newsgroup): Don't append; push.
7461         (gnus-adjust-marked-articles): Remove obsolete ranges from
7462         `seen'.
7463         (gnus-update-marks): Clean up.
7464         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7465
7466 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7467
7468         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7469
7470 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471
7472         * gnus-sum.el (gnus-auto-select-subject): New variable.
7473         (gnus-summary-best-unread-subject): New function.
7474         (gnus-summary-best-unread-article): Use it.
7475         (gnus-summary-first-unseen-subject): New function and command.
7476
7477         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7478         other treatments.
7479
7480         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7481         function.
7482
7483         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7484         from the list of hidden types.
7485
7486         * mm-view.el (mm-inline-text): Ditto.
7487         (mm-inline-text): Ditto.
7488         (mm-w3-prepare-buffer): Ditto.
7489
7490         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7491
7492 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493
7494         * gnus-art.el (gnus-ignored-headers): Added more headers.
7495
7496 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7497
7498         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7499         once.
7500
7501 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7504
7505 2001-12-28  Simon Josefsson  <jas@extundo.com>
7506
7507         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7508         Jesper Harder <harder@ifa.au.dk>.
7509
7510 2001-12-27  Simon Josefsson  <jas@extundo.com>
7511
7512         * gnus-sum.el (gnus-select-newsgroup): Make
7513         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7514         contain all articles (instead of none) when no seen marks have
7515         been set for the group.
7516         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7517         instead, it seems to result in shorter ranges.
7518
7519 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7520
7521         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7522         insert-before-markers.
7523         From Jesper Harder <harder@ifa.au.dk>
7524
7525 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7526
7527         * nnmaildir.el (nnmaildir-save-mail): create the destination
7528         groups if they do not exist.
7529
7530 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7533
7534 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7537         gnus-group-real-name.
7538
7539         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7540         (gnus-newsgroup-variables): Ditto.
7541
7542         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7543         return it.
7544
7545 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7546
7547         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7548         * nnmaildir.el (top-level): Add commentary.
7549         (nnmaildir-version): Indicate that nnmaildir is now a standard
7550         part of Gnus, not separately released.
7551
7552 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7553
7554         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7555         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7556         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7557         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7558
7559 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7562
7563 2001-12-20  Simon Josefsson  <jas@extundo.com>
7564
7565         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7566         ZHU <zsh@cs.rochester.edu>.
7567         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7568         Brian P Templeton <bpt@tunes.org>.
7569
7570 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7571
7572         * nnmaildir.el: New file.
7573         From Paul Jarc <prj@po.cwru.edu>.
7574
7575 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7576
7577         * nndoc.el (nndoc-type-alist): Move forward to the end.
7578
7579 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7582         `dolist'.
7583
7584 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7585
7586         * gnus-win.el (gnus-frames-on-display-list): New function.
7587         (gnus-get-buffer-window): Use it.
7588
7589 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7590
7591         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7592
7593 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7594
7595         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7596
7597 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7598            From Harald Meland <Harald.Meland@usit.uio.no>
7599
7600         * gnus-win.el (gnus-get-buffer-window): New function.
7601         (gnus-all-windows-visible-p): Use it.
7602
7603         * gnus-util.el (gnus-horizontal-recenter)
7604         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7605         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7606
7607         * gnus-score.el (gnus-score-insert-help): Use it.
7608
7609         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7610         (gnus-generate-tree, gnus-highlight-selected-tree)
7611         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7612         it.
7613
7614         * gnus-art.el (gnus-article-set-window-start)
7615         (gnus-mm-display-part, gnus-request-article-this-buffer)
7616         (gnus-button-next-page, gnus-button-prev-page)
7617         (gnus-article-button-next-page, gnus-article-button-prev-page):
7618         Use it.
7619
7620 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7621
7622         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7623         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7624         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7625
7626 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7627
7628         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7629         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7630         * mml1991.el, nnultimate.el: Add `coding'.
7631
7632 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7633
7634         * ChangeLog: changed coding to buffer-file-coding-system
7635         * ChangeLog.1: same
7636         * nnwfm.el: same
7637         * gnus-smiley.el: same
7638         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7639         * gnus-delay.el: same
7640         * gnus-spec.el: same
7641         * message.el: same
7642         * mml1991.el: same
7643         * nnultimate.el: same
7644
7645 2001-12-16  Simon Josefsson  <jas@extundo.com>
7646         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7647
7648         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7649         (gnus-summary-save-map): Add muttprint.
7650         (gnus-summary-make-menu-bar): Ditto.
7651         (gnus-summary-muttprint): New function.
7652
7653         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7654
7655 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7656
7657         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7658         temporary list instead of buffer.
7659
7660         * mm-url.el (executable-find): autoload.
7661
7662 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7663
7664         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7665         to variable, follow doc-string conventions).
7666
7667 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7668
7669         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7670         subscribe-level
7671         * gnus-topic.el (gnus-subscribe-topics): use it.
7672
7673 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7676         messages. (A small patch with indentation)
7677         From Sean Neakums <sneakums@zork.net>.
7678
7679         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7680         nil after shooting down the gnus-original-article-buffer.
7681
7682 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7683
7684         * uudecode.el (uudecode-use-external): New variable.
7685         (uudecode-decode-region): Automatically detect external program.
7686
7687         * binhex.el (binhex-use-external): New variable.
7688         (binhex-decode-region-internal): New function.
7689         (binhex-decode-region): Automatically detect external program.
7690
7691         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7692         Use them.
7693
7694 2001-12-12  Simon Josefsson  <jas@extundo.com>
7695
7696         * nnvirtual.el (nnvirtual-always-rescan)
7697         (nnvirtual-component-regexp): Fix doc.
7698
7699         * nnoo.el (defvoo): Add doc to defvoo variables.
7700
7701         * nnml.el (nnml-directory, nnml-active-file)
7702         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7703         (nnml-marks-is-evil, nnml-filenames-are-evil)
7704         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7705
7706         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7707         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7708         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7709         `error'.
7710
7711         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7712         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7713
7714         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7715         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7716         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7717         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7718
7719         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7720         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7721
7722         * imap.el, nnimap.el: Fix indentation.
7723
7724         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7725
7726 2001-12-12  Didier Verna  <didier@xemacs.org>
7727
7728         * gnus-msg.el (gnus-group-news): New function.
7729         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7730         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7731         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7732         for it.
7733         * gnus-msg.el (gnus-summary-news-other-window): New function.
7734         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7735         bind it to `i'.
7736         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7737         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7738         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7739         for it (called with a prefix).
7740         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7741         group-name argument.
7742         * gnus-msg.el (gnus-setup-message): use it.
7743
7744 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7747
7748 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7749
7750         * mml.el (mime-to-mml): Remove Content-Disposition too.
7751
7752 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7753
7754         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7755         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7756         strings only.
7757         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7758
7759 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7760
7761         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7762         (nnmail-fancy-expiry-target): Use it.
7763         Suggestions from Simon Josefsson <jas@extundo.com>.
7764
7765 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7766
7767         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7768
7769 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7770
7771         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7772
7773         * gnus-util.el (gnus-url-unhex-string): Move here.
7774
7775 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7776
7777         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7778         mm-url-decode-entities-nbsp.
7779
7780         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7781         * webmail.el, nnwfm.el: Use mm-url.
7782
7783         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7784         (mm-url-remove-markup): Move from nnweb.
7785         (mm-url-fetch-simple): Move from webmail.
7786
7787         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7788
7789 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7790
7791         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7792         (gnus-summary-print-article): Use it.
7793
7794         * gnus-util.el (gnus-replace-in-string): Typo.
7795
7796 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * nnweb.el (nnweb-replace-in-string): Removed.
7799
7800         * gnus-util.el (gnus-replace-in-string): New function.
7801         (gnus-mode-string-quote): Use it.
7802
7803         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7804         * nnwfm.el (nnwfm-create-mapping): Ditto.
7805
7806 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7807
7808         * dgnushack.el (dgnushack-compile): nnrss.el and
7809         nnslashdot.el don't depend on nnweb, url, w3.
7810
7811         * nnrss.el: Use mm-url.
7812
7813 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7814
7815         * mm-url.el (mm-url-insert-file-contents): Support file:.
7816
7817 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7818
7819         * mm-view.el: Lower case for the description line. Sync from the
7820         Emacs CVS.
7821
7822 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7823
7824         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7825         From:  Stefan Monnier  <monnier@cs.yale.edu>
7826
7827 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7830
7831 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7832
7833         * mm-url.el: Require executable.
7834         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7835
7836 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * pop3.el (pop3-munge-message-separator): Only use valid date.
7839         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7840
7841         * Makefile.in: gnus-load.elc may not be generated.
7842
7843 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7844
7845         * mm-url.el: New file.
7846         * nnslashdot.el: Use it.
7847         * mm-extern.el (mm-extern-url): Use it.
7848
7849 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7850
7851         * gnus-sum.el (gnus-summary-save-article): Nix
7852         gnus-display-mime-function and gnus-article-prepare-hook.
7853
7854         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7855         the beginning of lines.
7856         (gnus-complex-form-to-spec): Ditto.
7857
7858 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7861         From Paul Jarc <prj@po.cwru.edu>.
7862
7863 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7864
7865         * message.el: New variable message-subscribed-address-file;
7866         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7867
7868 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7869
7870         * message.el (message-tab-body-function): Set to nil.
7871         (message-tab): Use text-mode-map or global-map.
7872         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7873
7874 2001-11-30  Simon Josefsson  <jas@extundo.com>
7875
7876         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7877         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7878         <christoph.conrad@gmx.de>.
7879         (gnus-agent-fetch-group-1): Add verbose message.
7880
7881 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7882
7883         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7884         of integers.
7885
7886 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7887
7888         * message.el (message-newgroups-header-regexp)
7889         (message-completion-alist, message-tab-body-function): Use
7890         defcustom rather than defvar.
7891         (message-tab): Mention `message-tab-body-function' in doc.
7892         Suggested by Karl Eichwalder.
7893
7894 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7895
7896         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7897
7898 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * nnheader.el (nnheader-find-nov-line): Don't use macro
7901         gnus-delete-line.
7902
7903         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7904         (gnus-group-name-charset): Ditto.
7905
7906         * gnus-util.el (gnus-buffer-live-p): Ditto.
7907
7908 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7909
7910         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7911         open parenthesis in doc.
7912         (sieve-manage-authenticator-alist): Typo in doc.
7913         * imap.el (imap-authenticator-alist): Typo in doc.
7914         (imap-stream-alist): Backslash.
7915
7916         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7917           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7918
7919 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7922
7923         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7924
7925         * gnus-msg.el (gnus-configure-posting-styles): use
7926         make-local-hook. Add LOCAL for add-hook.
7927
7928 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7929
7930         * message.el (message-mode): Use `make-local-hook' unless
7931         obsolete.
7932         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7933
7934 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * canlock.el: Remove sha1.el and base64.el stuff.
7937
7938 2001-11-26  Didier Verna  <didier@xemacs.org>
7939
7940         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7941         if needed.
7942
7943 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * message.el (message-tamago-not-in-use-p): New function.
7946         (message-strip-forbidden-properties): Use it.
7947
7948 2001-11-26  Didier Verna  <didier@xemacs.org>
7949
7950         * gnus-start.el (gnus-check-first-time-used): only check for
7951         existence of .el[d] files.
7952
7953 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7954
7955         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7956
7957         * message.el (message-setup-1): Clean up mc-*.
7958
7959 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7960
7961         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7962         * gnus-score.el (gnus-score-find-bnews): Use it.
7963
7964         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7965         (gnus-summary-limit-to-author): Ditto.
7966         (gnus-summary-limit-to-extra): Ditto.
7967         (gnus-summary-find-matching): Support not-matching argument.
7968
7969 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7970
7971         * message.el (message-wash-subject): Use `insert' rather than
7972         `insert-string', which is deprecated.
7973
7974 2001-11-24  Simon Josefsson  <jas@extundo.com>
7975
7976         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7977         message. (Gnus does not "default" to using 8bit for the message,
7978         it default to use 8bit encoding and the user-supplied CTE
7979         value. Calling this behaviour "treating it as 8bit" is perhaps
7980         better.)
7981
7982         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7983         (compare mm-charset-to-coding-system).
7984
7985 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7986
7987         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7988         buffer. Correctly decode hex.
7989
7990 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7991
7992         * gnus-agent.el (gnus-category-insert-line): Convert category
7993         names to strings.
7994
7995 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7996
7997         * message.el (sha1): eval-and-compile.
7998
7999 2001-11-20  Simon Josefsson  <jas@extundo.com>
8000
8001         * message.el (message-allow-no-recipients): New variable.
8002         (message-send): Use it, customize the prompting when posting to
8003         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8004
8005 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8006
8007         * mm-util.el (mm-coding-system-priorities): New variable.
8008         (mm-sort-coding-systems-predicate): New function.
8009         (mm-find-mime-charset-region): Resort coding systems if needed.
8010         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8011
8012 2001-11-20  Didier Verna  <didier@xemacs.org>
8013
8014         * gnus-group.el (gnus-group-make-help-group): new optional
8015         argument to control the error behavior.
8016         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8017         erroring.
8018
8019 2001-11-19  Simon Josefsson  <jas@extundo.com>
8020
8021         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8022         instead of C-c C-u.  Suggested by Per Abrahamsen
8023         <abraham@dina.kvl.dk>.
8024
8025 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8026
8027         * nnfolder.el (nnfolder-read-folder): Use group instead of
8028         nnfolder-current-group.
8029         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8030
8031 2001-11-17  Simon Josefsson  <jas@extundo.com>
8032
8033         * message.el (message-send): Ask user if Fcc/Gcc should be
8034         performed when no other sender was specified.
8035         Suggested by prj@po.cwru.edu (Paul Jarc).
8036
8037 2001-11-17  Simon Josefsson  <jas@extundo.com>
8038
8039         * message.el (message-mode, message-mode-map): Use C-c C-u for
8040         Importance: instead of C-c C-p (used by SC).
8041
8042 2001-11-16  Simon Josefsson  <jas@extundo.com>
8043
8044         * message.el (message-insert-importance-high)
8045         (message-insert-importance-low): Save point.
8046
8047         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8048         value.
8049
8050 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8051
8052         * message.el (message-strip-special-text-properties): New option.
8053         (message-strip-forbidden-properties): Obey it.
8054
8055 2001-11-14  Sam Steingold  <sds@gnu.org>
8056
8057         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8058
8059 2001-11-15  Simon Josefsson  <jas@extundo.com>
8060
8061         Support "Importance:" header in Message.
8062
8063         * message.el (message-mode-map): Bind C-c C-p to
8064         `message-insert-or-toggle-importance'
8065         (message-mode-menu): Add message-insert-importance-{high,low}.
8066         (message-insert-importance-high, message-insert-importance-low)
8067         (message-insert-or-toggle-importance): New functions.
8068         (message-tool-bar-map): Add {un,}important.
8069         (message-mode): Doc fix.
8070
8071 2001-11-15  Simon Josefsson  <jas@extundo.com>
8072
8073         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8074
8075         * mml.el (mml-menu): Fix toolbar tooltip.
8076
8077 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8078
8079         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8080         * nnml.el (nnml-save-marks): Ditto.
8081
8082         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8083
8084 2001-11-15  Simon Josefsson  <jas@extundo.com>
8085
8086         * nnml.el (nnml-save-marks):
8087         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8088         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8089
8090 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8091
8092         * gnus-art.el (gnus-article-wash-status-strings): Use
8093         `copy-sequence', not `copy-seq'.
8094
8095 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8096
8097         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8098         (gnus-gnus-article-wash-status-entry): New function.
8099         (gnus-article-wash-status): Use it.
8100
8101 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8102
8103         * mml1991.el: Add coding header.
8104
8105 2001-11-12  Simon Josefsson  <jas@extundo.com>
8106
8107         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8108         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8109         `mml1991-sign' and `mml1991-encrypt'.
8110         (mml1991-encrypt, mml1991-sign): New glue functions.
8111         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8112
8113         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8114         (mml-menu): Add PGP to menu.
8115
8116         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8117         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8118         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8119         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8120
8121         * mml2015.el: Mention RFC 3156.
8122
8123         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8124
8125 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8128
8129         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8130           From <Michael.Cook@cisco.com>
8131
8132 2001-11-11  Simon Josefsson  <jas@extundo.com>
8133
8134         * message.el (top-level): Autoload sha1.
8135         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8136         canlock, no need to require two different hash algs).  Suggested
8137         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8138
8139 2001-11-09  Simon Josefsson  <jas@extundo.com>
8140
8141         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8142         <Pavel@Janik.cz>.
8143
8144 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8145
8146         * message.el (message-point-in-header-p): New function.
8147         (message-do-auto-fill): Use it.
8148         (message-beginning-of-line): New function.  Goes to beginning of
8149         header value (i.e., end of header name), or to beginning of line
8150         if already at beginning of value.  Behaves like
8151         `beginning-of-line' when in message body.
8152         (message-mode-map): Bind it.
8153
8154 2001-11-08  Simon Josefsson  <jas@extundo.com>
8155
8156         * gnus-msg.el (gnus-posting-styles): Add doc.
8157
8158 2001-11-07  Simon Josefsson  <jas@extundo.com>
8159
8160         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8161
8162         * sieve-mode.el (sieve-control-commands-face)
8163         (sieve-control-commands-face, sieve-action-commands-face)
8164         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8165         faces.
8166         (sieve-font-lock-keywords): Use them.
8167         (sieve-mode): Only set font-lock-defaults in emacs.
8168
8169         * gnus-art.el (gnus-default-article-saver): Add
8170         gnus-summary-save-body-in-file.
8171         (gnus-summary-write-to-file): Fix doc.
8172
8173 2001-11-07  Simon Josefsson  <jas@extundo.com>
8174
8175         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8176         reference to the correct chapter in the manual.
8177
8178         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8179         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8180
8181 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8182
8183         * mml.el (mml-preview): Bind mail-header-separator.
8184
8185 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * message.el: Always require canlock.
8188         (message-ignored-supersedes-headers): Include Cancel-Lock and
8189         Cancel-Key.
8190         (message-insert-canlock): Don't require canlock.
8191         (message-cancel-news): Don't check whether canlock is available.
8192         (message-supersede): Support cancel-locks.
8193
8194         * gnus-art.el: Don't autoload canlock.
8195
8196 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8197
8198         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8199         From: <andre@slamdunknetworks.com>
8200
8201 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8202
8203         * many files: Fix copyright lines.
8204
8205 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8206
8207         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8208         Suggested by Dave Love  <fx@gnu.org>.
8209
8210 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8211
8212         * message.el (message-kill-buffer): Remove auto-save file after
8213         confirm.
8214
8215         * message.el (message-send-mail): Call message-generate-headers
8216         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8217
8218         * gnus-topic.el (gnus-topic-rename): Initial-input.
8219         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8220
8221 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8222
8223         * message.el (message-forbidden-properties): New constant.
8224         (message-strip-forbidden-properties): New function.
8225         (message-mode): Activate it.
8226
8227 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8228
8229         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8230         (mm-hack-charsets): Fix doc.
8231
8232 2001-11-02  Simon Josefsson  <jas@extundo.com>
8233
8234         * gnus-int.el (gnus-check-server): Message "...done" when done.
8235
8236         * imap.el (imap-close): Don't message (imap-send-command-wait
8237         returns if the connection is dropped).
8238         (imap-wait-for-tag): Nix out message only when necessary.
8239
8240         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8241         for non-crossposting.
8242         (gnus-sieve-crosspost): Default to t to be consistent with other
8243         parts of Gnus.
8244
8245 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8248         (mm-iso-8859-x-to-15-table): Ditto.
8249         (mm-iso-8859-x-to-15-region): Ditto.
8250         (mm-find-mime-charset-region): Ditto.
8251
8252 2001-11-01  Simon Josefsson  <jas@extundo.com>
8253
8254         * nnimap.el (nnimap-close-asynchronous): New variable.
8255         (nnimap-close-group): Use it.
8256         (nnimap-expunge): Don't use it.
8257
8258         * imap.el (imap-callbacks): New variable.
8259         (imap-remassoc): Copied from `gnus-remassoc'.
8260         (imap-add-callback): New function.
8261         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8262         behaviour.
8263         (imap-parse-response): Call the callback.
8264
8265         * message.el (message-insert-canlock): New variable.
8266         (message-canlock-generate, message-canlock-password)
8267         (message-insert-canlock): New functions.
8268         (message-send-news): Call `message-insert-canlock'.
8269         (top-level): Require canlock when compiling.
8270         (message-insert-canlock): Require canlock before we need it.
8271
8272 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8273
8274         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8275
8276 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8277
8278         * dgnushack.el (dgnushack-make-load): A workaround for
8279         custom-add-loads bug in some versions of XEmacs.
8280
8281 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8282
8283         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8284
8285 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8286
8287         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8288         (mm-hack-charsets): New variable.
8289         (mm-iso-8859-15-compatible): New variable.
8290         (mm-iso-8859-x-to-15-table): New variable.
8291         (mm-find-mime-charset-region): Add parameter hack-charsets.
8292
8293         * mm-bodies.el (mm-encode-body): Use it.
8294         * mml.el (mml-parse-1): Ditto.
8295
8296 2001-11-01  Simon Josefsson  <jas@extundo.com>
8297
8298         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8299
8300 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8301
8302         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8303         is nil.
8304
8305 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8306
8307         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8308
8309         * message.el (message-forward-rmail-make-body): Use
8310         save-window-excursion.
8311         (message-encode-message-body): Search with noerror.
8312         (message-setup-1): Convert compose-mail send-actions to
8313         message-send-actions.
8314
8315 2001-11-01  Simon Josefsson  <jas@extundo.com>
8316
8317         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8318         <yamaoka@jpl.org>.
8319
8320 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8321
8322         * sieve-manage.el (sieve-string-bytes): No complain.
8323
8324 2001-11-01  Simon Josefsson  <jas@extundo.com>
8325
8326         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8327         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8328         has autoload cookies, so no `require' should be necessary.)
8329
8330         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8331         files.
8332
8333 2001-10-31  Simon Josefsson  <jas@extundo.com>
8334
8335         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8336         parameter.
8337
8338         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8339         `display' is a number (and C-u wasn't used to enter group), only
8340         fetch that number of articles.
8341
8342 2001-10-31  Matt Armstrong  <matt@lickey.com>
8343
8344         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8345         not-subscribed -> subscribed.
8346
8347 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8348         From: Josh Huber <huber@alum.wpi.edu>
8349
8350         * message.el (message-subscribed-address-functions): New variable.
8351         (message-subscribed-addresses): New variable.
8352         (message-subscribed-regexps): New variable.
8353         (message-goto-mail-followup-to): New function.
8354         (message-send-mail): Add Mail-Followup-To.
8355         (message-make-mft): New function.
8356
8357         * gnus.el (gnus-find-subscribed-addresses): New function.
8358
8359 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360
8361         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8362         (mail-source-fetch-pop): Ditto.
8363         (mail-source-check-pop): Ditto.
8364
8365         * gnus-start.el (gnus-read-init-file): Ditto.
8366         (gnus-activate-group): Ditto.
8367         (gnus-read-newsrc-el-file): Ditto.
8368
8369 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * message.el (message-get-reply-headers): Make sure there is ", ".
8372
8373         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8374         mm-coding-system-p. Don't correct it only in XEmacs.
8375         (mm-charset-to-coding-system): Use mm-coding-system-p and
8376         mm-get-coding-system-list.
8377         (mm-emacs-mule, mm-mule4-p): New variables.
8378         (mm-enable-multibyte, mm-disable-multibyte,
8379         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8380         mm-with-unibyte-current-buffer,
8381         mm-with-unibyte-current-buffer-mule4): Use them.
8382         (mm-find-mime-charset-region): Treat iso-2022-jp.
8383
8384         From  Dave Love  <fx@gnu.org>:
8385
8386         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8387         construction.
8388         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8389         entries conditional on not having a coding system defined for
8390         them.
8391         (mm-mule-charset-to-mime-charset): Use
8392         find-coding-systems-for-charsets if defined.
8393         (mm-charset-to-coding-system): Don't use
8394         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8395         later.  Add last resort search of coding systems.
8396         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8397         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8398         Mule 4.
8399         (mm-find-mime-charset-region): Re-write.
8400         (mm-with-unibyte-current-buffer): Restore buffer as well as
8401         multibyteness.
8402
8403 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8404
8405         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8406         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8407         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8408
8409 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8410
8411         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8412         again.
8413
8414         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8415
8416 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * gnus-spec.el (gnus-parse-simple-format): Use
8419           buffer-substring-no-properties.
8420
8421 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-art.el (article-verify-cancel-lock): New function.
8424
8425         * nnheader.el (nntp-process-response): New variable.
8426         (nnheader-init-server-buffer): Make `nntp-process-response'
8427         buffer-local in `nntp-server-buffer'.
8428
8429         * nntp.el (nntp-prepare-post-hook): New hook.
8430         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8431         (nntp-async-trigger): Ditto.
8432         (nntp-request-post): Insert a server's ID if there's no Message-ID
8433         header; run `nntp-prepare-post-hook'.
8434
8435 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8436
8437         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8438         instead.
8439
8440         * message.el (message-forward-subject-author-subject): Don't use
8441         message-news-p, which widens the buffer.
8442         (message-forward-make-body): New function.
8443         (message-forward): Use it.
8444         (message-insinuate-rmail): New function.
8445         (message-forward-rmail-make-body): New function.
8446
8447 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8448
8449         * mm-extern.el (mm-extern): Provide it.
8450
8451         * mm-partial.el (mm-partial): Provide it.
8452
8453 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8454
8455         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8456
8457 2001-10-29  Simon Josefsson  <jas@extundo.com>
8458
8459         * mml.el (mml-preview): Bind message-this-is-news if it is
8460         news. From Jesper Harder <harder@myrealbox.com>.
8461
8462 2001-10-28  Simon Josefsson  <jas@extundo.com>
8463
8464         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8465
8466 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8467
8468         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8469         ironic smilies.
8470
8471 2001-10-27  Simon Josefsson  <jas@extundo.com>
8472
8473         * message.el (message-indent-citation): Don't add trailing
8474         whitespace when citing text.
8475
8476         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8477         <harder@ifa.au.dk>.
8478
8479 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8480
8481         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8482         not available.
8483         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8484         (nnweb-type-definition): Add google as alias of dejanews.
8485         (nnweb-google-parse-1): Forward 1 line.
8486
8487 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8488
8489         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8490         variable `message-forward-ignored-headers'.
8491
8492 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8493
8494         * gnus.el (gnus-expand-group-parameter): New function.
8495         (gnus-expand-group-parameters): Call it.
8496         (gnus-group-fast-parameter): New function.
8497         (gnus-group-find-parameter): Call it.
8498
8499 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8500
8501         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8502         vector (it didn't before because of a bug).
8503         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8504         available.  Before it converted it to an article number.
8505
8506         This makes followup to news articles with negative numbers in
8507         nnvirtual groups use news instead of mail.
8508
8509 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8510
8511         * gnus.el (post-method): Use `native' instead of `nil'.
8512
8513         * gnus-msg.el (gnus-post-method): Ditto.
8514
8515 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8516
8517         * gnus.el (gnus-define-group-parameter): Grammar fix.
8518
8519 2001-10-22  Simon Josefsson  <jas@extundo.com>
8520
8521         * gnus-msg.el (gnus-extended-version): Include
8522         system-configuration.
8523         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
8524
8525 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8526
8527         * gnus.el (post-method): Customization fix: `native' is not a
8528         valid value.
8529         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8530         `native' is not a valid value.
8531
8532 2001-10-21  Simon Josefsson  <jas@extundo.com>
8533
8534         * nnimap.el (nnimap): Defgroup
8535         (nnimap-strict-function, nnimap-strict-function-match): New
8536         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8537         (nnimap-split-crosspost, nnimap-split-inbox)
8538         (nnimap-split-rule, nnimap-split-predicate)
8539         (nnimap-split-predicate): Defcustom.
8540         (nnimap-split-inbox, nnimap-expunge-search-string)
8541         (nnimap-importantize-dormant): Remove "*" from doc.
8542
8543 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8544
8545         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8546         not supplied via prefix arg.  From Lisp, make arg mandatory.
8547         Suggested by Frank Schmitt.
8548
8549 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8550
8551         * message.el (message-do-auto-fill): Avoid calling
8552         'rfc822-goto-eoh'.
8553
8554 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8555         From Paul Jarc <prj@po.cwru.edu>.
8556
8557         * message.el (message-get-reply-headers): Restructure the logic
8558         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8559
8560 2001-10-20  Simon Josefsson  <jas@extundo.com>
8561
8562         * message.el (message-cancel-news): Support cancel-locks.
8563         Suggested by Per Abrahamsson.
8564
8565         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8566         conses.  From David Z Maze <dmaze@MIT.EDU>.
8567
8568         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8569
8570 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8571
8572         * mm-decode.el (mm-default-directory): Fix customize type.
8573
8574         * message.el (message-setup-fill-variables): Kludge to use
8575         normal-auto-fill-function even if auto fill is already activated.
8576
8577 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8578
8579         * message.el (message-do-auto-fill): New version that does not
8580         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8581         (message-setup-1): Removed the `message-field' property.
8582
8583         * gnus-draft.el (gnus-draft-edit-message): Removed the
8584         `message-field' property.
8585
8586 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8587
8588         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8589         `message-field'.  The `field' property has a special significance in
8590         Emacs 21.
8591
8592         * message.el (message-send, message-setup-1): Ditto.
8593
8594 2001-10-18  Simon Josefsson  <jas@extundo.com>
8595
8596         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8597         when undoing.
8598
8599 2001-10-18  Simon Josefsson  <jas@extundo.com>
8600         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8601
8602         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8603         (gnus-summary-make-menu-bar): Ditto.
8604
8605 2001-10-17  Simon Josefsson  <jas@extundo.com>
8606
8607         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8608         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8609
8610 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8611
8612         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8613         * gnus-util.el (gnus-user-date): New function.
8614         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8615
8616 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8617
8618         * message.el (message-check-news-header-syntax): Special case
8619         nnvirtual groups.
8620
8621         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8622         customize type to `symbol'.
8623
8624 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8625
8626         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8627         %&foo;.
8628         (gnus-parse-simple-format): Support user extended spec too.
8629         %u&foo; invokes gnus-user-format-function-foo.
8630
8631 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8632
8633         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8634         the server.
8635         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8636         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8637         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8638         * nndiary.el (nndiary-request-expire-articles): Ditto.
8639         (nndiary-schedule): Defsubst it before use it.
8640         (nndiary-error): eval-and-compile.
8641
8642 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8643
8644         * gnus-msg.el (gnus-post-method): Changed two instances of
8645         `active' to `current' and one `null' to `not'.
8646
8647 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8648         From Katsumi Yamaoka <yamaoka@jpl.org>.
8649
8650         * message.el (message-setup-fill-variables): Use
8651         `normal-auto-fill-function' instead of `auto-fill-function'.
8652
8653 2001-10-16  Simon Josefsson  <jas@extundo.com>
8654
8655         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8656         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8657         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8658
8659 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8660         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8661
8662         * gnus-draft.el (gnus-draft-edit-message): Add text property
8663         `field' with value `header' to message headers.
8664         * message.el (message-setup-1): Really add text property to all of
8665         the header, not just part of it.
8666
8667 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8668
8669         * gnus-group.el (gnus-group-sort-by-server): Use it.
8670
8671         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8672
8673         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8674         and keystroke.
8675
8676 2001-10-14  Simon Josefsson  <jas@extundo.com>
8677
8678         * dig.el: Doc fix.
8679
8680         * smime.el: Doc fix.
8681
8682         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8683         charset magic from message.el.
8684
8685 2001-10-12  Simon Josefsson  <jas@extundo.com>
8686         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8687
8688         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8689         'cite from g-a-wash-types.
8690         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8691         (gnus-article-hide-citation): Fix.
8692
8693         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8694         character.
8695         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8696
8697         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8698         definition.
8699         (gnus-signature-toggle): Toggle `s' mode line character.
8700
8701         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8702         doing stuff that clears it.
8703
8704 2001-10-12  Simon Josefsson  <jas@extundo.com>
8705
8706         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8707         From Eric Marsden <emarsden@laas.fr>.
8708
8709 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8710
8711         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8712         (autoload): Add some autoloads.
8713
8714 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8715         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8716
8717         * message.el (message-do-auto-fill): New function.  Like
8718         `do-auto-fill' but don't fill when in the message header.
8719         (message-setup-1): Put a text property on the message header.
8720         (message-setup-fill-variables): Use `message-do-auto-fill'.
8721
8722 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8723
8724         * message.el (message-send-mail-partially): Insert an empty line
8725         first, because of the change of message-make-lines.
8726
8727 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8728
8729         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8730         iso-8859-15, make it an alias for iso-8859-1.
8731
8732 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * message.el (message-send-news): Don't modify the value of
8735         `message-syntax-checks' if it is not a list (possibly it is
8736         `dont-check-for-anything-just-trust-me').
8737
8738 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8741         `find-coding-system' for XEmacs to check whether the coding-system
8742         `utf-8' is available.
8743
8744 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8745
8746         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8747
8748 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8749
8750         * message.el (message-send-news): Oops, missed case with no
8751         "Followup-To" header...
8752
8753 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8754
8755         * message.el (message-send-news): Allow
8756         `gnus-group-name-charset-group-alist' to affect encoding of the
8757         "Newsgroups" and "Followup-To" headers.
8758
8759 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8760
8761         * Makefile.in (install-el): Depend on gnus-load.el.
8762
8763 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8764
8765         * Makefile.in (install-el): Use -f.
8766         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8767
8768 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8769
8770         * message.el (message-send-news): Don't encode Followups-To when
8771         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8772
8773         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8774         header.
8775
8776         * gnus-art.el (article-decode-group-name): Also decode
8777         "Followup-To".
8778
8779         * rfc2047.el (rfc2047-encode-message-header): Encode without
8780         asking for null methods.
8781
8782         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8783         default charset for newsgroup names in accordance with USEFOR.
8784
8785         * gnus-group.el (gnus-group-name-charset-method-alist,
8786         gnus-group-name-charset-group-alist): Removed "*" from doc
8787         strings, "*" should not be used for complex variables.
8788
8789 2001-10-06  Simon Josefsson  <jas@extundo.com>
8790
8791         Support UTF-8 group names better.
8792
8793         * message.el (message-check-news-header-syntax): Encode group
8794         names before comparison.
8795
8796         * gnus-msg.el (gnus-copy-article-buffer): Run all
8797         `gnus-article-decode-hook's except `article-decode-charset'
8798         instead of hardcoding call to one of them.
8799
8800         * gnus-art.el (gnus-article-decode-hook): Add
8801         `article-decode-group-name'.
8802         (article-decode-group-name): New function, use `g-d-n'.
8803
8804         * gnus-group.el (gnus-group-insert-group-line): Decode
8805         gnus-tmp-group using `g-d-n'.
8806
8807         * gnus-util.el (gnus-decode-newsgroups): New function.
8808
8809 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8810
8811         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8812         `gnus-group-name-charset-group-alist'.
8813
8814 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8815
8816         * Makefile.in: Install el in install. Add uninstall.
8817
8818 2001-10-05  Simon Josefsson  <jas@extundo.com>
8819
8820         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8821
8822         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8823
8824         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8825         empty folders.
8826
8827         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8828         limiting if read-all (C-u RET) was used.
8829
8830 2001-10-04  Simon Josefsson  <jas@extundo.com>
8831
8832         * mail-source.el (mail-source-movemail-program): New variable.
8833         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8834         <thutt@thutt.vmware.com>.
8835
8836 2001-10-03  Simon Josefsson  <jas@extundo.com>
8837
8838         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8839         (gnus-summary-line-format-alist): Fix param.
8840
8841 2001-10-02  Simon Josefsson  <jas@extundo.com>
8842
8843         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8844         don't go through `nnimap-request-expire-articles' to delete the
8845         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8846
8847 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8848
8849         * gnus-agent.el (gnus-agent-write-active): The min in the
8850         agent/active may be larger than that in the server/active.
8851
8852 2001-10-01  Simon Josefsson  <jas@extundo.com>
8853
8854         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8855         is IMAP4rev1.
8856
8857         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8858
8859         * nnfolder.el: Ditto.
8860
8861 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8862
8863         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8864         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8865
8866 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8867
8868         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8869         (message-mode-menu): Menu item for same.
8870
8871         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8872         delayed articles.
8873
8874         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8875         nndraft:delayed does not exist.
8876         (gnus-delay-initialize): Don't set up keymap, that's done from
8877         message.el now.
8878         (gnus-delay, gnus-delay-group, gnus-delay-header)
8879         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8880
8881 2001-09-29  Simon Josefsson  <jas@extundo.com>
8882
8883         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8884         utf-8, not eight-bit-control.
8885
8886         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8887         (imap-log, imap-debug): Custom.
8888         (imap-log-buffer, imap-debug-buffer): New constants.
8889         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8890         (imap-network-open, imap-shell-open, imap-starttls-open)
8891         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8892         (imap-debug): Use imap-*-buffer.
8893
8894         * nndoc.el (nndoc-article-type): Add mailman.
8895         (nndoc-type-alist): Ditto.
8896         (nndoc-mailman-type-p): New function.
8897
8898 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8899
8900         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8901         gnus-art.el.
8902
8903 2001-09-27  Simon Josefsson  <jas@extundo.com>
8904
8905         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8906         (gnus-topic-catchup-articles): New function. Suggested by Robin
8907         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8908
8909 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8910         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8911
8912         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8913         previous ones.
8914
8915 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916         From Daiki Ueno  <ueno@unixuser.org>
8917
8918         * gnus-sum.el (gnus-summary-show-article): The arglist of
8919         detect-coding-region is incompatible.
8920
8921 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8922         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8923
8924         * gnus-group.el (gnus-group-delete-group): Typo.
8925
8926 2001-09-26  Simon Josefsson  <jas@extundo.com>
8927
8928         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8929
8930         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8931
8932 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8933
8934         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8935
8936 2001-09-22  Simon Josefsson  <jas@extundo.com>
8937
8938         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8939
8940         * nnfolder.el (nnfolder-open-marks): Ditto.
8941
8942         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8943         (gnus-update-marks): Use it.
8944         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8945         hardcoded list.
8946
8947         * gnus.el (gnus-article-special-mark-lists): Add killed.
8948         (gnus-article-unpropagated-mark-lists): New constant.
8949
8950 2001-09-22  Simon Josefsson  <jas@extundo.com>
8951
8952         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8953         custom option.
8954
8955 2001-09-23  Simon Josefsson  <jas@extundo.com>
8956
8957         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8958
8959 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8962
8963 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8964
8965         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8966         accept lists of functions.
8967
8968 2001-09-20  Simon Josefsson  <jas@extundo.com>
8969
8970         * gnus-group.el (gnus-group-catchup): Update expire marks in
8971         backend.  Also, if ALL also set expire marks on tick/dormant.
8972
8973 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8974
8975         * message.el (message-tab-body-function): New variable.
8976         * message.el (message-tab): Use it.
8977
8978 2001-09-19  Sam Steingold  <sds@gnu.org>
8979
8980         * gnus-win.el (gnus-buffer-configuration): Respect
8981         `gnus-bug-create-help-buffer'.
8982
8983 2001-09-18  Simon Josefsson  <jas@extundo.com>
8984
8985         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8986         (gnus-parse-simple-format): Re-revert.
8987
8988 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8989         Trivial patch.
8990
8991         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8992         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8993
8994 2001-09-18  Simon Josefsson  <jas@extundo.com>
8995
8996         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8997         signed.
8998         (gnus-parse-simple-format): Don't use it.
8999
9000 2001-09-17  Miles Bader  <miles@gnu.org>
9001
9002         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9003         error querying a backend abort the whole process.
9004
9005 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9008         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9009
9010 2001-09-17  Didier Verna  <didier@xemacs.org>
9011
9012         * nndiary.el: version 0.2-b14.
9013         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9014         compatibility problem with XEmacs 21.1.
9015
9016 2001-09-15  Simon Josefsson  <jas@extundo.com>
9017
9018         * gnus-group.el (gnus-group-line-format): Document %c.
9019
9020         * nnml.el (nnml-parse-head): Handle CRLF files.
9021         (nnml-generate-nov-file): Ditto.
9022         (nnml-retrieve-headers): Ditto.
9023
9024 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9025
9026         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9027
9028 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9029
9030         * gnus-spec.el (gnus-correct-substring): Still stopped one
9031         character before we wanted (never included last character).
9032         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9033         add missing "," (once per function)
9034
9035 2001-09-14  Simon Josefsson  <jas@extundo.com>
9036
9037         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9038         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9039         default before gnus-group is loaded and the variable set.)
9040
9041         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9042         killed or unsent marks.
9043
9044         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9045         isn't an article to set it on (e.g. when you `a' in a group).
9046
9047 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9048
9049         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9050         can read e-mails from Microsoft Outlook users not using ISO
9051         8859-2 character set.
9052
9053 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9054
9055         * gnus-diary.el: Minor modifications to avoid warnings.
9056         (gnus-summary-misc-menu): defvar.
9057         (gnus-diary-check-message): Use gnus-point-at-eol.
9058         (gnus-diary-kill-entire-line): eval-and-compile.
9059
9060 2001-09-12  Didier Verna  <didier@xemacs.org>
9061
9062         * nndiary.el: new version (0.2-b13).
9063         * nndiary.el (nndiary-mail-sources): doc update.
9064         * nndiary.el (nndiary-split-methods): ditto.
9065         * nndiary.el (nndiary-request-accept-article-hooks): New.
9066         * nndiary.el (nndiary-request-accept-article): use it, check
9067         message validity.
9068         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9069         * nndiary.el (nndiary-schedule): fix bug (misplaced
9070         condition-case): it didn't return nil on error.
9071         * gnus-diary.el: new version.
9072         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9073         * gnus-diary.el (gnus-diary-header-value-history): New.
9074         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9075         * gnus-diary.el (gnus-diary-add-header): New.
9076         * gnus-diary.el (gnus-diary-check-message): New.
9077         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9078         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9079
9080 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9081
9082         * gnus-sum.el (gnus-select-newsgroup): Make
9083         `gnus-current-select-method' buffer-local.
9084
9085         * gnus-art.el (gnus-request-article-this-buffer): Refer
9086         `gnus-current-select-method' in the current summary buffer.
9087
9088 2001-09-10  Simon Josefsson  <jas@extundo.com>
9089         From Daniel Pittman <daniel@rimspace.net>
9090
9091         * gnus-spec.el (gnus-correct-pad-form): Fix.
9092
9093 2001-09-09  Simon Josefsson  <jas@extundo.com>
9094
9095         * mm-decode.el (mm-inline-media-tests): Add
9096         application/x-emacs-lisp.
9097         (mm-attachment-override-types): Add
9098         application/{x-,}pkcs7-signature.
9099
9100         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9101         (gnus-server-line-format, gnus-server-mode-line-format)
9102         (gnus-server-browse-in-group-buffer): Customize.
9103
9104 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * nnml.el (nnml-marks-changed-p): Typo.
9107         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9108         (nnml-marks-changed-p): Use gnus-gethash.
9109         (nnml-marks-modtime): Use gnus-make-hashtable.
9110
9111         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9112         (nnfolder-request-expire-articles, nnfolder-save-marks)
9113         (nnfolder-open-marks): Typo.
9114         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9115         (nnfolder-marks-changed-p): Use gnus-gethash.
9116         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9117
9118 2001-09-08  Simon Josefsson  <jas@extundo.com>
9119
9120         * nnfolder.el (nnfolder-marks-modtime): New variable.
9121         (nnfolder-marks-changed-p): New function.
9122         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9123         (nnfolder-request-update-info): Don't update if marks didn't change.
9124
9125         * nnml.el (nnml-marks-modtime): New variable.
9126         (nnml-marks-changed-p): New function.
9127         (nnml-save-marks, nnml-open-marks): Save modtime.
9128         (nnml-request-update-info): Don't update if marks didn't change.
9129
9130         * gnus-agent.el (gnus-agent-any-covered-gcc)
9131         (gnus-agent-add-server, gnus-agent-remove-server): Use
9132         gnus-agent-method-p.
9133
9134         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9135         (gnus-unbuttonized-mime-type-p): Use it.
9136
9137         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9138         fetch group.
9139
9140 2001-09-08  Simon Josefsson  <jas@extundo.com>
9141         From Daniel Pittman <daniel@rimspace.net>
9142
9143         * gnus-spec.el (gnus-correct-pad-form): New function.
9144         (gnus-parse-simple-format): Use it.
9145
9146 2001-09-07  Simon Josefsson  <jas@extundo.com>
9147
9148         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9149         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9150         Putnam <reader@newsguy.com>.
9151         (gnus-group-sort-selected-groups): Touch dribble file.
9152
9153 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9154
9155         * nnml.el (nnml-filenames-are-evil): New variable.
9156         (nnml-article-to-file-alist): Rename to ...
9157         (nnml-current-group-article-to-file-alist): ... this.
9158         Respect `nnml-filenames-are-evil'.
9159         (nnml-active-number): Update.
9160         (nnml-update-file-alist): Update.
9161         (nnml-request-article): Use nnheader-article-to-file-alist.
9162         (nnml-request-rename-group): Likewise.
9163
9164 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-sum.el (gnus-summary-insert-line): Fix.
9167
9168 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9169
9170         * gnus-sum.el: Bind g-s-t-s to "W g".
9171         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9172         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9173         display of graphical smilies.
9174
9175 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9176
9177         * gnus-start.el (gnus-setup-news): A typo.
9178         From Bill White <billw@wolfram.com>.
9179
9180 2001-09-06  Simon Josefsson  <jas@extundo.com>
9181
9182         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9183         and unseen marks.
9184
9185 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9186
9187         * nnmail.el (nnmail-split-fancy): Document `junk'.
9188
9189 2001-09-04  Simon Josefsson  <jas@extundo.com>
9190
9191         * imap.el (imap-search): Don't error if server is broken.
9192
9193 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9194
9195         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9196         searching for an article that isn't in the mbox.
9197
9198 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9201         right, and get all the comments.
9202
9203 2001-09-02  Simon Josefsson  <jas@extundo.com>
9204         Suggested by Dan Christensen <jdc+news@uwo.ca>
9205
9206         * nnfolder.el (nnfolder-request-update-info): Fix message.
9207
9208         * nnml.el (nnml-request-update-info): Ditto.
9209
9210 2001-09-01  Simon Josefsson  <jas@extundo.com>
9211
9212         * nnml.el (nnml-request-expire-articles): Also bind
9213         `nnml-current-group' and `nnml-article-file-alist' when using
9214         expiry-target. (Otherwise nnml will be in a inconsistent internal
9215         state causing all kind of problems.)
9216         (nnml-request-expire-articles): If `nnml-article-to-file' or
9217         `file-attributes' failes, return article as un-expirable instead
9218         of treating it as expired.
9219
9220 2001-08-31  Sam Steingold  <sds@gnu.org>
9221
9222         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9223         typo: `exmine' --> `examine'.
9224
9225 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9228
9229 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9230
9231         * nnml.el (nnml-check-directory-twice): Remove.
9232         (nnml-retrieve-headers): Ditto.
9233         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9234
9235 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9236
9237         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9238         directory twice on Windows, or on GNU Emacs-21.
9239
9240 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9241
9242         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9243         (nnml-request-rename-group): Ditto.
9244         (nnml-active-number): Ditto.
9245         (nnml-request-create-group): Use nnml-directory-articles.
9246         (nnml-request-expire-articles): Use nnml-directory-articles, which
9247         gets list from nov database if available.
9248         (nnml-get-nov-buffer): New function.
9249         (nnml-open-nov): Use it.
9250         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9251         gets alist from nov database if available.
9252         (nnml-directory-articles): New function.
9253         (nnml-article-to-file-alist): New function.
9254
9255 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9256
9257         * mm-decode.el (mm-display-external): Use `name' as filename, if
9258         `filename' attribute is not present.
9259
9260 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9261
9262         * mail-source.el (mail-source-flash): New defcustom.
9263         (mail-source-new-mail-p): Ring visible bell if appropriate.
9264         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9265         timer is cleared even if mail check signals an error.
9266
9267 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9268
9269         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9270         type 'list.
9271
9272 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273
9274         * flow-fill.el (fill-flowed): eol might be point-max.
9275
9276 2001-08-27  Simon Josefsson  <jas@extundo.com>
9277
9278         * nnml.el (nnml-request-update-info): Fix message.
9279         (nnml-open-marks): Ditto.
9280
9281         * nnfolder.el (nnfolder-request-update-info):
9282         (nnfolder-open-marks): Fix message.
9283
9284 2001-08-25  Simon Josefsson  <jas@extundo.com>
9285
9286         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9287         after group in ~/.
9288
9289 2001-08-25  Simon Josefsson  <jas@extundo.com>
9290         From Andreas Jaeger  <aj@suse.de>
9291
9292         * nnfolder.el (nnfolder-open-marks): Fix typo.
9293         * nnml.el (nnml-open-marks): Likewise.
9294
9295 2001-08-25  Simon Josefsson  <jas@extundo.com>
9296
9297         Make nnfolder groups self-contained as far as marks are concerned.
9298
9299         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9300         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9301         (nnfolder-open-server): Make marks directory.
9302         (nnfolder-request-delete-group): Delete marks file.
9303         (nnfolder-request-delete-group): Check of nov/marks file exist
9304         before deleting.
9305         (nnfolder-request-rename-group): Rename marks file.
9306         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9307         (nnfolder-request-set-mark, nnfolder-request-update-info)
9308         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9309         (nnfolder-open-marks): New functions.
9310         (top-level): Require gnus.
9311
9312 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9313
9314         * nnweb.el (nnweb-type-definition): Use google raw file.
9315         (nnweb-google-parse-1): Ditto.
9316         (nnweb-google-identity): Ditto.
9317         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9318         (nnweb-altavista-wash-article): Ditto.
9319         (nnweb-request-article): Remove nnweb-decode-entities.
9320
9321         * nnml.el: Require 'gnus.
9322
9323 2001-08-25  Simon Josefsson  <jas@extundo.com>
9324
9325         * nnml.el (nnml-marks-is-evil): Add doc.
9326
9327 2001-08-25  Simon Josefsson  <jas@extundo.com>
9328
9329         * nnml.el (nnml-save-marks): Wrap saving marks in a
9330         condition-case, to allow user to start Gnus if saving marks failed
9331         for some reason.
9332
9333 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9336
9337         * gnus-group.el (gnus-update-group-mark-positions): Bind
9338         gnus-group-update-hook to nil.
9339
9340 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9341
9342         * mml.el (mml-generate-mime-1): Force as multibyte string.
9343
9344 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9345
9346         * gnus-sum.el (gnus-summary-insert-line)
9347         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9348         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9349
9350         * gnus-spec.el (gnus-correct-substring): Take optional END.
9351
9352         * nnrss.el (nnrss-request-article): Remove \n.
9353         (nnrss-retrieve-headers): Lines number is -1.
9354
9355 2001-08-24  Simon Josefsson  <jas@extundo.com>
9356
9357         * gnus-group.el (gnus-info-clear-data): Call
9358         nnfoo-request-set-mark to propagate marks.  Fix bug:
9359         `gnus-group-update-line' doesn't update read range unless we call
9360         `gnus-get-unread-articles-in-group' first.
9361
9362         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9363         to server.
9364
9365 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9366
9367         * gnus-util.el (gnus-create-info-command): Return an interactive
9368         function.
9369
9370 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9371         From Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9374
9375 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * gnus-sum.el (gnus-select-newsgroup): Use it.
9378
9379         * gnus-util.el (gnus-not-ignore): New function.
9380
9381         * lpath.el (featurep): Don't fbind char-int.
9382
9383         * gnus-util.el (gnus-create-info-command): New function.
9384
9385         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9386         right node.
9387
9388         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9389         (gnus-summary-limit-children): Use 'identity instead of `all'.
9390         (gnus-summary-limit-to-display-predicate): New command and
9391         keystroke.
9392
9393 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9394
9395         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9396
9397         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9398
9399 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-spec.el: Add the Gnus version.
9402         (gnus-update-format-specifications): If the Gnus version changes,
9403         nix out the format spec cache.
9404
9405         * gnus.el (gnus-continuum-version): Made into a command and
9406         optionalize the VERSION.
9407
9408         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9409         the start of the lines.
9410
9411 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9412
9413         * gnus.el (gnus-visual-p): Define function before use of
9414         function.
9415
9416 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9419         (gnus-article-mark-to-type): New function.
9420         (gnus-update-missing-marks): Only update marks of type 'list.
9421
9422         * gnus.el (gnus-article-special-mark-lists): New variable.
9423
9424 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9425
9426         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9427         (gnus-select-newsgroup): Still use 'all.
9428         (gnus-summary-initial-limit): Comparing with 'all.
9429
9430 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9431
9432         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9433         active.
9434
9435 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9436
9437         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9438         nnslashdot-*-retrieve-headers.
9439         (nnslashdot-request-article): Fix for slashcode 2.2.
9440         (nnslashdot-make-tuple): New function.
9441         (nnslashdot-read-groups): Use it.
9442
9443 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444
9445         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9446         list.
9447
9448         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9449
9450 2001-08-20  Simon Josefsson  <jas@extundo.com>
9451
9452         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9453         opened, error instead of continuing (and exploding later).
9454
9455 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * gnus.el (gnus-expand-group-parameters): Return the parameter
9458         list.
9459
9460         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9461         (gnus-summary-show-article): Guess at charset if required.
9462
9463         * gnus-spec.el (gnus-correct-substring): Stopped one character
9464         before we wanted.
9465
9466 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9467
9468         * earcon.el (earcon-auto-play): Remove unused option.
9469
9470 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471
9472         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9473         message down in levels, since it happens very fast.
9474
9475         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9476         of smiley-regexp-alist.
9477
9478         * mm-view.el (mm-inline-text): Ignore vcard errors.
9479
9480         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9481
9482         * gnus-score.el (gnus-all-score-files): Use append instead of
9483         nconc.
9484
9485         * gnus.el (gnus-splash-face): Doc fix.
9486
9487         * mm-decode.el (mm-mailcap-command): Use
9488         mm-path-name-rewrite-functions.
9489         (mm-path-name-rewrite-functions): New variable.
9490
9491         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9492         (gnus-complex-form-to-spec): Insert tab.
9493         (gnus-spec-tab): New function.
9494
9495         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9496         entering the group.
9497
9498         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9499         the positional spec.
9500         (gnus-parse-complex-format): React to %C.
9501
9502         * gnus-ems.el (gnus-char-width): Moved here.
9503
9504         * gnus-sum.el (gnus-select-newsgroup): Set
9505         gnus-newsgroup-articles.
9506         (gnus-unseen-mark): New variable.
9507         (gnus-newsgroup-unseen): Ditto.
9508         (gnus-newsgroup-seen): Ditto.
9509         (gnus-adjust-marked-articles): Use them.
9510         (gnus-update-marks): Use them.
9511         (gnus-summary-update-secondary-mark): Display.
9512         (gnus-summary-prepare-threads): Display.
9513
9514         * gnus-msg.el (gnus-inews-group-method): Use and return the
9515         method, not the server.
9516
9517 2001-08-19  Simon Josefsson  <jas@extundo.com>
9518
9519         * gnus-srvr.el (gnus-server-agent-face): New.
9520         (gnus-server-agent-face): New.
9521         (gnus-server-mode): Turn on font-lock-mode.
9522
9523         * gnus.el (gnus-server-visual): Add defgroup.
9524
9525 2001-08-19  Simon Josefsson  <jas@extundo.com>
9526         From Joe Casadonte <jcasadonte@northbound-train.com>
9527
9528         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9529         gnus-server-denied-face): New.
9530         (gnus-server-opened-face, gnus-server-closed-face,
9531         gnus-server-denied-face): New.
9532         (gnus-server-font-lock-keywords): Add.
9533
9534 2001-08-19  Simon Josefsson  <jas@extundo.com>
9535
9536         * nnml.el (nnml-request-set-mark): Return nil.
9537         (nnml-save-marks): Use nnml-possibly-create-directory.
9538         (nnml-open-marks): Only work in temp buffer when inserting/reading
9539         .marks file.
9540
9541 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9542
9543         * gnus.el (gnus-expand-group-parameters): Fix.
9544
9545         * gnus-spec.el (gnus-char-width): New function.
9546         (gnus-correct-substring, gnus-correct-length): Use it.
9547
9548         * message.el (message-required-mail-headers): Fix doc.
9549
9550 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9551
9552         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9553
9554         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9555
9556 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9559         slashdot 2.2 (not fully fixed yet).
9560         (nnslashdot-request-article): Ditto.
9561
9562 2001-08-18  Simon Josefsson  <jas@extundo.com>
9563
9564         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9565         nnimap.
9566
9567         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9568         gnus-util.
9569         (nnimap-request-update-info-internal): Use new functions.
9570
9571         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9572         new functions.
9573
9574 2001-08-18  Simon Josefsson  <jas@extundo.com>
9575
9576         Make nnml groups self-contained as far as marks are concerned.
9577
9578         * nnml.el (nnml-request-delete-group): Delete marks file.
9579         (nnml-request-rename-group): Move marks file.
9580         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9581         variables.
9582         (nnml-request-set-mark, nnml-request-update-info): New server
9583         functions.
9584         (nnml-save-marks, nnml-open-marks): New functions.
9585
9586 2001-08-18  Simon Josefsson  <jas@extundo.com>
9587
9588         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9589         `set' when setting marks.
9590
9591 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9592
9593         * gnus.el (gnus-info-find-node): Take an argument.
9594
9595         * gnus-art.el (gnus-button-handle-info): New function.
9596         (gnus-url-unhex-string): Replace "+" with " ".
9597
9598 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599
9600         * message.el (message-check-news-header-syntax): Check bad From.
9601
9602 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * gnus-spec.el (gnus-correct-length): New function.
9605         (gnus-correct-substring): New function.
9606         (gnus-tilde-max-form): Use it.
9607
9608 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9609
9610         * nnmh.el: Docstring changes as below.
9611
9612         * nnml.el: Docstring changes as below.
9613
9614         * nnbabyl.el: Docstring changes as below.
9615
9616         * nnmbox.el: Docstring changes as below.
9617
9618         * nnfolder.el: Added docstrings identifying each virtual server
9619         parameter.
9620
9621 2001-08-18  Simon Josefsson  <jas@extundo.com>
9622
9623         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9624
9625 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9626
9627         * message.el: rename "Abort Message" to "Postpone Message".
9628         Remove "Attach file as MIME" from Message menu, it's already in
9629         the MIME menu.
9630
9631 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * smime.el (smime-point-at-eol): eval-and-compile.
9634         (smime-make-temp-file): New function.
9635         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9636         Use it.
9637
9638 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9641         (gnus-agent-summary-fetch-group): New command and keystroke.
9642
9643         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9644         (gnus-mime-display-security): Make it respect
9645         gnus-unbuttonized-mime-type-p.
9646
9647         * gnus-sum.el (gnus-articles-to-read): Comments.
9648         (gnus-article-marked-p): New function.
9649         (gnus-summary-display-make-predicate): New function.
9650         (gnus-select-newsgroup): Use them.
9651
9652         * mm-decode.el (mm-save-part-to-file): Made it not error.
9653
9654 2001-08-17  Simon Josefsson  <jas@extundo.com>
9655
9656         * imap.el (imap-wait-for-tag): If process-status isn't open or
9657         run, return nil instead of sit-for looping.
9658
9659 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * lpath.el (featurep): fbind xml-parse-region.
9662
9663         * gnus.el (gnus-message-archive-method): Default to "archive".
9664         (gnus-message-archive-method): Doc fix.
9665         (gnus-parameters-get-parameter): Cleaned up.
9666         (gnus-expand-group-parameter): New function.
9667
9668         * gnus-start.el (gnus-setup-news): Push the archive server only
9669         the server list.
9670
9671         * mml.el (mml-menu): Changed name to "Attachments".
9672
9673         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9674         when there is something to detroy.
9675
9676 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9679         nil.
9680
9681 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9682
9683         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9684         which specifies a time today or tomorrow.
9685
9686 2001-08-15  Simon Josefsson  <jas@extundo.com>
9687         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9688
9689         * gnus-agent.el (gnus-agent-make-mode-line-string)
9690         (gnus-agent-toggle-plugged): Use new API.
9691
9692 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9693
9694         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9695         deadline has expired.
9696
9697 2001-08-12  Simon Josefsson  <jas@extundo.com>
9698         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9699
9700         Support `recent' mark indicating newly arrived messages (to
9701         separate from old but unread messages).
9702
9703         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9704         `nnmail-split-history' if recent is > 0.
9705         (nnimap-request-update-info-internal): Update `recent' marks.
9706         (nnimap-request-set-mark): Never set `recent' marks.
9707         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9708         recent.
9709
9710         * gnus-sum.el (gnus-recent-mark): New mark.
9711         (gnus-newsgroup-recent): New variable.
9712         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9713         (gnus-summary-prepare-threads): Mark recent articles.
9714         (gnus-summary-add-mark): Support recent.
9715         (gnus-summary-update-secondary-mark): Support recent.
9716
9717         * gnus.el (gnus-article-mark-lists): Add recent.
9718
9719 2001-08-12  Simon Josefsson  <jas@extundo.com>
9720
9721         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9722         whether successful decoding took place.  Add doc.
9723
9724 2001-08-12  Simon Josefsson  <jas@extundo.com>
9725         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9726
9727         * gnus.el (gnus-summary-line-format, gnus-parameters):
9728         * gnus-gl.el (gnus-summary-grouplens-line-format):
9729         * gnus-salt.el (gnus-summary-pick-line-format):
9730         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9731
9732 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9733         Committed by Kai Gro\e,A_\e(Bjohann.
9734
9735         * gnus-score.el (gnus-score-string): Fix `match' regexp
9736         for `extra' header case.
9737
9738 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9739
9740         * nnmbox.el (nnmbox-read-mbox): No warning.
9741
9742 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9743
9744         * nndoc.el (nndoc-article-type): Fix doc.
9745         (nndoc-generate-article-function): New variable.
9746         (nndoc-dissection-function): New variable.
9747         (nndoc-type-alist): Add oe-dbx.
9748         (nndoc-oe-dbx-type-p): New function.
9749         (nndoc-oe-dbx-dissection): New function.
9750         (nndoc-oe-dbx-generate-article): New function.
9751
9752 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9753
9754         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9755         whether deadline has been reached.  Patch from Dan Nicolaescu
9756         <dann@godzilla.ics.uci.edu>.
9757
9758 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9761         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9762         <rintaman@cs.Helsinki.FI>.
9763
9764         * mail-source.el (mail-source-movemail): The error buffer is
9765         modified, but nothing in it.
9766
9767 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9768
9769         * message.el (message-bogus-system-names): New variable.
9770         (message-make-fqdn): Use it.
9771
9772 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9773
9774         * nndraft.el (nndraft-request-group): Use
9775         nndraft-auto-save-file-name.
9776
9777 2001-08-09  Simon Josefsson  <jas@extundo.com>
9778
9779         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9780         Don't ask whether to decrypt.  Just leave result in buffer (don't
9781         call mm).
9782
9783         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9784         parts as well.
9785         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9786         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9787
9788 2001-08-09  Simon Josefsson  <jas@extundo.com>
9789
9790         * mm-decode.el (mm-insert-part): Return decoding success status.
9791         (mm-save-part-to-file): Error if decoding failed.
9792
9793 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9794
9795         * message.el (message-tab): Use indent-relative.
9796         (message-mode): Don't bind indent-line-function to indent-relative.
9797
9798 2001-08-09  Simon Josefsson  <jas@extundo.com>
9799
9800         * message.el (message-get-reply-headers): Fix string. Suggested by
9801         Christoph Conrad <cc@cli.de>.
9802
9803 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9804
9805         * message.el (message-tab): Use the current value of
9806         indent-line-function.
9807         (message-mode): Bind indent-line-function to indent-relative.
9808
9809 2001-08-08  Simon Josefsson  <jas@extundo.com>
9810
9811         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9812         whether `imtest' is installed.
9813
9814 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9815         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9816
9817         * gnus-sum.el (gnus-summary-show-article): Call
9818         gnus-summary-update-secondary-secondary-mark.
9819         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9820         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9821
9822 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9825
9826         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9827
9828         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9829         <gerd@gnu.org>.
9830
9831         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9832
9833         * gnus-util.el (gnus-output-to-rmail): Ditto.
9834         (gnus-output-to-mail): Ditto.
9835
9836         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9837
9838 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9839
9840         * message.el (message-indent-citation): Use
9841         `message-yank-cited-prefix' for empty lines.
9842
9843 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9844
9845         * message.el (message-indent-citation): Quote only lines starting
9846         with ">" using `message-yank-cited-prefix'.
9847
9848 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9849         Trivial patch.
9850
9851         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9852         gnus-cache-fully-p.
9853
9854 2001-08-04  Simon Josefsson  <jas@extundo.com>
9855
9856         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9857         file if it doesn't exist (by calling gnus-cache-read-active).
9858
9859 2001-08-04  Simon Josefsson  <jas@extundo.com>
9860
9861         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9862         (gnus-cache-passively-or-fully-p): Removed.
9863         (gnus-cache-fully-p): Fix it.
9864
9865         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9866
9867 2001-08-04  Simon Josefsson  <jas@extundo.com>
9868
9869         * gnus-cache.el (gnus-cache-fully-p)
9870         (gnus-cache-passively-or-fully-p): New functions.
9871         (gnus-cache-possibly-enter-article): Cosmetic change, use
9872         `g-c-p-o-f-p'.
9873         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9874         was bogus (`g-c-p-a-a' does not change active info, just change
9875         the functions parameters).
9876         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9877         not removed in groups that match `gnus-uncacheable-groups'.
9878
9879         Reported and modifications based on discussions with Nuutti
9880         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9881
9882 2001-08-04  Simon Josefsson  <jas@extundo.com>
9883         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9884
9885         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9886         calls `gnus-cache-update-active' if bounds has been extended.
9887
9888 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9889
9890         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9891         before remove.
9892         (gnus-mime-security-show-details): Ditto.
9893
9894 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9895
9896         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9897         syntax.  Protect string-match against nil string and regexp.
9898
9899 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9900
9901         * mm-util.el (mm-find-charset-region): Remove control-1.
9902
9903 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9904
9905         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9906
9907 2001-08-04  Simon Josefsson  <jas@extundo.com>
9908
9909         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9910         buffer.  Delete MIME-Version header.
9911
9912 2001-08-03  Simon Josefsson  <jas@extundo.com>
9913
9914         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9915         that is entered does not necessarily have the highest article
9916         number in the group, so use `gnus-cache-possibly-alter-active'
9917         instead of `gnus-cache-update-active'.
9918
9919 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9920
9921         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9922
9923 2001-08-03  Simon Josefsson  <jas@extundo.com>
9924
9925         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9926         menu.
9927
9928 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus.el (post-method): New group parameter.  It also provides
9931         the user option `gnus-post-method-alist' and the internal function
9932         `gnus-parameter-post-method'.
9933
9934         * gnus-msg.el (gnus-post-method): Bind the value of
9935         `gnus-post-method' to the group parameter if it is defined.
9936
9937 2001-08-02  Simon Josefsson  <jas@extundo.com>
9938
9939         * smime.el (smime-extra-arguments): Removed.
9940         (smime-call-openssl-region): Don't use it.
9941
9942 2001-08-02  Simon Josefsson  <jas@extundo.com>
9943
9944         * smime.el (smime-sign-region): Handle stderr.
9945         (smime-encrypt-region): Ditto.
9946
9947         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9948         match the ASN.1 length bytes.
9949         (mm-pkcs7-enveloped-magic): Ditto.
9950         (mm-view-pkcs7-get-type): Don't regexp quote.
9951
9952 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9953         From Andreas Fuchs <asf@void.at>
9954
9955         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9956
9957 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9958
9959         * gnus-art.el (gnus-header-button-alist): References regexp.
9960
9961 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9962
9963         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9964         already fboundp.  Add INTERACTIVE arg to autoload form.
9965
9966 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9969
9970         * nnmail.el (nnmail-cache-open): Ditto.
9971
9972 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9973
9974         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9975
9976 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9979
9980 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9982
9983         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9984         (gnus-agent-toggle-plugged): Use it.
9985
9986 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9989         (gnus-ding-file-coding-system): New variable.
9990         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9991         (gnus-slave-save-newsrc): Use it.
9992
9993 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9994
9995         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9996         syntax.
9997
9998 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9999         Originally from Andreas Fuchs <asf@void.at>
10000
10001         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10002         (mml2015-gpg-pretty-print-fpr): New function.
10003         (mml2015-gpg-extract-signature-details): More details, rename from
10004         `m-g-e-from'.
10005         (mml2015-gpg-verify): Use them.
10006         (mml2015-gpg-clear-verify): Use them.
10007
10008 2001-07-31  Simon Josefsson  <jas@extundo.com>
10009
10010         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10011         buffer when done.
10012
10013 2001-07-30  Simon Josefsson  <jas@extundo.com>
10014
10015         * smime.el (smime-call-openssl-region): Revert previous change,
10016         just pass on buf to `call-process-region'.
10017         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10018         `smime-new-details-buffer'.  Inserts error messages into buffer.
10019         (smime-noverify-region): Ditto.
10020         (smime-decrypt-region): Ditto.  Handles stderr separately.
10021         (smime-verify-buffer, smime-noverify-buffer)
10022         (smime-decrypt-buffer): Doc fix.
10023         (smime-new-details-buffer): New function.
10024         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10025         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10026         (smime-sign-region, smime-encrypt-region): Don't use
10027         `insert-buffer'.
10028
10029         * mml-smime.el (mml-smime-verify): Fix security button strings.
10030
10031 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10032
10033         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10034         gnus-article-mime-handles.
10035
10036 2001-07-29  Simon Josefsson  <jas@extundo.com>
10037
10038         * mail-source.el (top-level): Require message for message-directory.
10039         (mail-source-directory): Change default to message-directory.
10040
10041         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10042         (smime-certificate-directory, smime-openssl-program)
10043         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10044         (smime-extra-arguments): New variable.
10045         (smime-dns-server): Fix customize group.
10046         (smime-call-openssl-region): Use `smime-extra-arguments'.
10047
10048 2001-07-29  Simon Josefsson  <jas@extundo.com>
10049         From Vladimir Volovich <vvv@vsu.ru>
10050
10051         * smime.el (smime-call-openssl-region): Ignore stderr.
10052
10053 2001-07-29  Simon Josefsson  <jas@extundo.com>
10054         From Christoph Conrad <christoph.conrad@gmx.de>
10055
10056         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10057         file.
10058
10059 2001-07-29  Simon Josefsson  <jas@extundo.com>
10060
10061         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10062
10063         Support S/MIME decryption.
10064
10065         * mm-decode.el (mm-inline-media-tests):
10066         (mm-inlined-types):
10067         (mm-automatic-display):
10068         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10069
10070         * mm-view.el (mm-pkcs7-signed-magic):
10071         (mm-pkcs7-enveloped-magic): New variables.
10072         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10073         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10074         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10075         PKCS#7 blobs.
10076
10077         * smime.el (smime-decrypt-region): Expand keyfile.
10078
10079 2001-07-29  Simon Josefsson  <jas@extundo.com>
10080
10081         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10082         `ssl.el' variables.
10083
10084         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10085         but line instead of narrowing to it, because `nnmail-parse-active'
10086         calls widen.  Thanks to Christoph Conrad
10087         <christoph.conrad@gmx.de>.
10088
10089 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10090
10091         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10092         for %B spec.
10093
10094         * gnus-sum.el (gnus-summary-prepare-threads): If
10095         gnus-sum-thread-tree-root is nil, use subject instead.
10096         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10097         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10098         (gnus-sum-thread-tree-leaf-with-other)
10099         (gnus-sum-thread-tree-single-leaf): Documentation.
10100         (gnus-sum-thread-tree-single-indent): Allow nil.
10101
10102 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10103
10104         * message.el (message-fill-paragraph): Do nothing if the user
10105         wants filladapt-mode.
10106
10107 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * mm-decode.el (mm-image-type-from-buffer): New function.
10110         (mm-get-image): Use it.
10111
10112 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10113
10114         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10115
10116         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10117         mm-display-parts too.
10118
10119 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10120
10121         * nnfolder.el (nnfolder-request-accept-article): Bind
10122         nntp-server-buffer.
10123
10124         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10125         nntp-server-buffer.
10126
10127 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * message.el (message-check-news-header-syntax): Use
10130         message-post-method.
10131         (message-send-news): Bind message-post-method.
10132
10133 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10134
10135         * mml.el (mml-tweak-type-alist): New variable.
10136         (mml-tweak-function-alist): New variable.
10137         (mml-tweak-part): New function.
10138         (mml-generate-mime-1): Use it.
10139
10140 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141
10142         * nnfolder.el (nnfolder-request-accept-article): Replace
10143         nnfolder-request-list.
10144
10145 2001-07-27  Simon Josefsson  <jas@extundo.com>
10146
10147         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10148         nnoo-change-server failed to do it.
10149
10150 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10151
10152         * gnus.el (gnus-parameters): Make it customizable.
10153
10154 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10155
10156         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10157
10158         * message.el (message-set-auto-save-file-name): More
10159         poor-system-types.
10160
10161         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10162
10163         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10164         supports +.
10165
10166 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10167
10168         * mm-decode.el (mm-readable-p): New function.
10169         (mm-inline-media-tests): Fix the default testers.
10170
10171 2001-07-26  Simon Josefsson  <jas@extundo.com>
10172
10173         * nnimap.el (nnimap-version): Bump version number.
10174
10175 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10176         From Steven E. Harris <seh@speakeasy.org>
10177
10178         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10179         in M$Windows too.
10180
10181 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10182
10183         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10184
10185 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10186
10187         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10188
10189         * mm-decode.el (mm-get-image): Guess then use the type.
10190
10191         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10192
10193 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10194
10195         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10196         display (%B) for threads if threading is off.
10197
10198 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10199         From Henrik Enberg <henrik@enberg.org>
10200
10201         * gnus-msg.el: Customization patch.
10202
10203 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10204
10205         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10206         variable.
10207         (nnmail-split-fancy-with-parent): Ignore certain groups.
10208
10209 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10210
10211         * gnus-util.el (gnus-byte-compile): New function.
10212         (gnus-use-byte-compile): New variable.
10213         (gnus-make-sort-function): Use it.
10214
10215         * nnmail.el (nnmail-get-new-mail): Use it.
10216
10217         * gnus-agent.el (gnus-category-make-function): Simple function or
10218         compiled function.
10219         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10220
10221         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10222         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10223         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10224
10225         * message.el (message-check-news-header-syntax): Remove quote.
10226
10227 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10228
10229         * message.el (message-use-mail-followup-to): `t' is not a
10230         documented value.
10231
10232 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10233
10234         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10235
10236 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10237
10238         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10239         there are long lines.
10240
10241 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * dgnushack.el (copy-list): New compiler macro.
10244
10245 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10246
10247         * message.el (message-bounce): If no Return-Path, the whole
10248         content is considered as the original message.
10249
10250         * nnml.el (nnml-check-directory-twice): New variable.
10251         (nnml-article-to-file): Use it.
10252         (nnml-retrieve-headers): Hack it.
10253
10254 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10255
10256         * gnus-win.el (gnus-buffer-configuration): New configure.
10257
10258         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10259         not alive.
10260
10261         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10262         (mm-display-external): Use display-term configure.
10263
10264 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10265
10266         * gnus-delay.el (gnus-delay-default-hour): New variable.
10267         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10268
10269 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10270         From Karl Kleinpaste <karl@charcoal.com>
10271
10272         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10273         (gnus-summary-prepare-threads): Ditto.
10274
10275         * gnus.el (gnus-summary-line-format): Add %B.
10276
10277 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10278
10279         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10280
10281         * mm-util.el (mm-string-as-multibyte): New function.
10282
10283         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10284
10285 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10286
10287         * mm-util.el (mm-universal-coding-system): New variable.
10288
10289         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10290
10291         * score-mode.el (score-mode-coding-system): Use it.
10292
10293 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-start.el (gnus-setup-news): Call
10296         `gnus-check-bogus-newsgroups' just after the native server is
10297         opened.
10298
10299 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10300
10301         * nnmail.el (nnmail-do-request-post): Util function to be used by
10302         `nnchoke-request-post' for all nnmail-derived backends.
10303
10304         * nnml.el (nnml-request-post): Use it.
10305
10306         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10307         backend, for it groks nnml-request-post.
10308
10309         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10310         Treat `mail-post' backends like `mail' backends, not like `news'
10311         backends.
10312
10313 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10314
10315         * gnus-msg.el (gnus-setup-message): make-local-hook.
10316
10317 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10318
10319         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10320         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10321         <karl@charcoal.com>, slightly changed by Kai.
10322
10323         * message.el (message-check-news-header-syntax): When checking
10324         whether the groups exist, check the right server based on
10325         `gnus-post-method'.
10326
10327 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10328
10329         * gnus-delay.el: New file.
10330
10331 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10332
10333         * mm-util.el (mm-read-coding-system): Take two arguments.
10334
10335         * gnus-sum.el (gnus-summary-show-article): Use
10336         mm-read-coding-system.
10337
10338         * gnus-art.el (article-de-quoted-unreadable):
10339         (article-de-base64-unreadable, article-wash-html):
10340         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10341
10342 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10343
10344         * nnml.el (nnml-request-post): New function.  Can be used for
10345         annotations in nnml groups.
10346
10347 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10350         command.
10351
10352         * gnus-start.el (gnus-find-new-newsgroups): Use
10353         `message-make-date' instead of `current-time-string'.
10354         (gnus-ask-server-for-new-groups): Ditto.
10355         (gnus-check-first-time-used): Ditto.
10356
10357 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10360
10361 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10362
10363         * message.el (message-shorten-references): Change `maxcount' and
10364         `cut' to obey USEFOR draft 5.
10365
10366 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10367
10368         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10369         (gnus-summary-set-article-display-arrow): New function.
10370         (gnus-summary-goto-subject): Use it.
10371
10372 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10373
10374         * gnus-sum.el (gnus-summary-import-article): Insert date if
10375         doesn't exist.
10376
10377 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10378
10379         * mml.el (mml-content-type-parameters): New variable.
10380         (mml-content-disposition-parameters): New variable.
10381         (mml-insert-mime-headers): Use them.
10382         (mml-parse-1): Accept charset.
10383
10384 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10385
10386         * gnus-group.el (gnus-group-select-group): Doc fix.
10387
10388         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10389
10390 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10393         to handle `define-derived-mode'.
10394
10395 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10396         From:  Stefan Monnier  <monnier@cs.yale.edu>
10397
10398         * message.el (message-mode): Use define-derived-mode.
10399         (message-tab): message-completion-alist.
10400
10401         * imap.el (imap-interactive-login): Use make-local-variable.
10402         (imap-open): Ditto.
10403         (imap-authenticate): Ditto.
10404
10405         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10406
10407         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10408
10409 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10410
10411         * message.el (message-citation-line-function): Refer to
10412         gnus-cite-attribution-suffix.
10413
10414 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10415
10416         * gnus-art.el,...: Error convention changes.
10417
10418 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10419
10420         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10421
10422 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10423
10424         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10425         (nnrss-read-server-data): Ditto.
10426
10427 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10428
10429         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10430         * Cleanup files.
10431         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10432
10433 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * gnus.el (gnus-summary-line-format): Add %o.
10436
10437         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10438         unless shell outputs something.
10439
10440 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10441
10442         * gnus-art.el (gnus-boring-article-headers): Better doc.
10443         (article-hide-headers): Better regexp.
10444         Suggested by Matt Swift <swift@alum.mit.edu>.
10445
10446         * nnheader.el (nnheader-max-head-length): Better doc.
10447         (nnheader-header-value): Skip spaces.
10448         (nnheader-parse-head): Remove space.
10449         Suggested by Matt Swift <swift@alum.mit.edu>.
10450
10451         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10452         (gnus-get-newsgroup-headers): Remove space.
10453
10454 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10455
10456         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10457         (gnus-summary-reply): Use it.
10458         (gnus-summary-reply-broken-reply-to): New function.
10459         (gnus-msg-force-broken-reply-to): New function.
10460
10461         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10462
10463 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10466
10467 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * mm-decode.el (mm-external-terminal-program): New variable.
10470         (mm-display-external): Use it. Use term to display when no
10471         window-system.
10472
10473 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10474
10475         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10476         Browse->Next entries to Browse->Prev
10477
10478 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10479
10480         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10481
10482 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10485         for the default encoding.
10486
10487         * nnrss.el (nnrss-url-field): New field.
10488         (nnrss-request-article): Add newsgroups.
10489
10490         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10491
10492 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10495
10496         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10497         (gnus-draft-setup): Remove backlog.
10498
10499 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10500
10501         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10502         Cleanup.
10503
10504 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10505
10506         * gnus-msg.el (gnus-bug): Erase buffer.
10507
10508         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10509
10510 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10511
10512         * mm-decode.el (mm-attachment-override-p): Fix typo.
10513
10514 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-kill.el (gnus-execute): Work with the extra headers.
10517         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10518
10519 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10520
10521         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10522         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10523
10524         * message.el (message-send-mail-real-function): New variable.
10525         (message-send-mail-partially, message-send-mail):
10526
10527         * nngateway.el (nngateway-request-post): Use it.
10528
10529         * gnus-agent.el (gnus-agentize): Use it.
10530
10531         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10532         (nnsoup-revert-variables): Use it.
10533
10534 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10535
10536         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10537         text/plain if the type doesn't match any other media types.
10538         (mm-inlined-types): Doc fix.
10539         (mm-display-inline): Revert previous change (now handled by a
10540         default type in `mm-inline-media-tests'.
10541         (mm-inlinable-p): Revive.
10542         (mm-display-part): Call `mm-inlinable-p'.
10543         (mm-attachment-override-p): Ditto.
10544         (mm-inlined-p): Doc fix.
10545
10546         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10547         well as `mm-inlined-p'.
10548
10549 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10550
10551         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10552         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10553
10554 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10555         From  Paul Jarc <prj@po.cwru.edu>
10556
10557         * message.el (message-use-mail-followup-to): New variable.
10558         (message-get-reply-headers): Use it.
10559
10560 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10561
10562         * nnheader.el (nnheader-init-server-buffer): Make sure the
10563         *nntpd* buffer is made multibyte instead of a random buffer.
10564
10565 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10566
10567         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10568         when it returns headers.
10569
10570 2001-07-07  Simon Josefsson  <jas@extundo.com>
10571
10572         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10573         trying to fold. Thanks to Colin Walters
10574         <walters@cis.ohio-state.edu>
10575
10576 2001-07-06  Simon Josefsson  <jas@extundo.com>
10577
10578         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10579         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10580         Add information in `assert's.
10581
10582         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10583         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10584         and `nnimap-group-overview-filename', should handle all
10585         change-of-uidvalidity related issues.  But there may be other
10586         problems.)
10587
10588 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10589
10590         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10591         header name when folding.
10592
10593 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10594
10595         * mm-decode.el (mm-inlined-types): Document relationship with
10596         `mm-inline-media-tests'.
10597         (mm-display-inline): Default to displaying as plain text if no
10598         inlining handler is available.
10599         (mm-inlinable-p): Remove.
10600         (mm-inlined-p): Don't call `mm-inlinable-p'.
10601         (mm-automatic-display-p): Ditto.
10602         (mm-attachment-override-p): Ditto.
10603
10604 2001-07-04  Simon Josefsson  <jas@extundo.com>
10605
10606         * nnimap.el (nnimap-importantize-dormant): New variable.
10607         (nnimap-request-update-info-internal): Use it.
10608         (nnimap-request-set-mark): Ditto.
10609
10610 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10611
10612         * nntp.el (nntp-send-command): don't pass a buffer argument to
10613         `point'. Only XEmacs accepts this.
10614         * nntp.el (nntp-send-command-nodelete): ditto.
10615         * nntp.el (nntp-send-command-and-decode): ditto.
10616
10617 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10618
10619         * nntp.el (nntp-open-connection-function): doc update.
10620         * nntp.el (nntp-pre-command): New.
10621         * nntp.el (nntp-via-rlogin-command): New.
10622         * nntp.el (nntp-via-telnet-command): New.
10623         * nntp.el (nntp-via-telnet-switches): New.
10624         * nntp.el (nntp-via-user-name): New.
10625         * nntp.el (nntp-via-user-password): New.
10626         * nntp.el (nntp-via-address): New.
10627         * nntp.el (nntp-via-envuser): New.
10628         * nntp.el (nntp-via-shell-prompt): New.
10629         * nntp.el (nntp-open-telnet-stream): New.
10630         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10631         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10632         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10633         * nntp.el (nntp-send-command): ditto.
10634         * nntp.el (nntp-send-command-nodelete): ditto.
10635         * nntp.el (nntp-send-command-and-decode): ditto.
10636
10637 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10638         Trivial patch.
10639
10640         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10641         `when'.
10642
10643 2001-07-03  Simon Josefsson  <jas@extundo.com>
10644         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10645
10646         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10647
10648 2001-07-03  Simon Josefsson  <jas@extundo.com>
10649
10650         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10651         remove it (workaround XEmacs `fill-region' bug).
10652
10653 2001-07-01  Simon Josefsson  <jas@extundo.com>
10654
10655         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10656
10657 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10658
10659         * mml2015.el (mml2015-format-error): New function.
10660         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10661         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10662         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10663
10664 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10665
10666         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10667         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10668
10669         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10670         group variables.
10671
10672 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10673
10674         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10675
10676         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10677         (nnrss-save-group-data): Ditto.
10678
10679         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10680
10681 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * message.el (message-do-send-housekeeping): Narrow to headers.
10684
10685 2001-06-24  Simon Josefsson  <jas@extundo.com>
10686
10687         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10688         insertion when breaking lines looked for " \t" instead of "[ \t]".
10689         (rfc2047-encode-message-header): Fold lines even if
10690         no QP encoding is done.
10691
10692 2001-06-23  Simon Josefsson  <jas@extundo.com>
10693         From Samuel Tardieu <sam@inf.enst.fr>
10694
10695         * smime.el (smime-keys): Support additional certificates.
10696         (smime-make-certfiles): New function.
10697         (smime-sign-region): Use previous variables.
10698         (smime-get-certfiles): New function.
10699         (smime-sign-buffer): Use it.
10700         (smime-verify-region): Support both CAfile and CApath.
10701
10702 2001-06-23  Simon Josefsson  <jas@extundo.com>
10703
10704         * smime.el (smime-decrypt-region): Perhaps work.
10705
10706 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10709
10710 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10711
10712         * mm-decode.el (mm-save-part): Rewrite file name.
10713         (mm-file-name-rewrite-functions): New variable.
10714         (mm-file-name-delete-whitespace): New function.
10715         (mm-file-name-trim-whitespace): New function.
10716         (mm-file-name-collapse-whitespace): New function.
10717         (mm-file-name-replace-whitespace): New variable and function.
10718
10719 2001-06-22  Simon Josefsson  <jas@extundo.com>
10720
10721         * message.el (message-make-date): Workaround locale for weekdays.
10722
10723 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10724
10725         * message.el (message-goto-body): Return nil if not found. (revert!)
10726
10727 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10728         From Fremlin <chief@bandits.org>
10729
10730         * message.el (message-goto-body): Some messages have no header.
10731
10732         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10733
10734 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10735
10736         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10737
10738 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10739
10740         * message.el (message-make-date): Add week day.
10741         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10742
10743 2001-06-19  Simon Josefsson  <jas@extundo.com>
10744
10745         * message.el (message-yank-prefix): Doc fix.
10746         (message-yank-cited-prefix): Ditto.
10747         (message-delete-not-region): Keep citation prefix on first line,
10748         if possible and appropriate.
10749
10750 2001-06-19  Simon Josefsson  <jas@extundo.com>
10751
10752         * imap.el (imap-process-connection-type): New variable.
10753         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10754         recent `imtest's work completely (no line length issues), while
10755         making making old `imtest's unusable.  Thanks to NAGY Andras
10756         <nagya@inf.elte.hu> for his work.
10757
10758 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10759
10760         * imap.el (imap-ssl-program): Add -quiet to shut up
10761         OpenSSL/SSLeay's internal debug talk.
10762
10763 2001-06-19  Matt Armstrong  <matt@lickey.com>
10764
10765         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10766         server.
10767
10768 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10769
10770         * nnmail.el (nnmail-article-buffer): New variable.
10771         (nnmail-split-incoming): Use it.
10772
10773 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10774
10775         * qp.el (quoted-printable-decode-region): If called interactively,
10776         use coding-system-for-read.
10777
10778 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * message.el (message-check-news-header-syntax): Check Reply-To.
10781
10782 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10783
10784         * mml.el (mml-parse-1): Use message options.
10785
10786         * message.el (message-do-fcc): Don't do anything if there is no
10787         FCC.
10788
10789 2001-06-16  Simon Josefsson  <jas@extundo.com>
10790
10791         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10792         (nnimap-expunge-search-string): New variable.
10793         (nnimap-request-expire-articles): Use it.
10794
10795 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10796
10797         * message.el (message-send-mail-with-qmail): wrong exit status is
10798         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10799
10800 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10801
10802         * gnus-art.el (article-strip-multiple-blank-lines): Use
10803         delete-region instead of replace-match.
10804
10805 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10806
10807         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10808         (nnweb-google-wash-article): Ditto.
10809
10810 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10811
10812         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10813
10814 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10817         specs.
10818
10819 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10820
10821         * gnus.el (gnus-email-address): Move it here.
10822
10823         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10824         requested.
10825         (article-de-base64-unreadable): Ditto.
10826         (article-wash-html): Ditto.
10827
10828 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829
10830         * message.el (message-options-set-recipient): Don't add ", "
10831         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10832
10833 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10836
10837 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10840         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10841
10842         * nnrss.el (nnrss-node-text): Node might be nil.
10843
10844 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10845
10846         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10847         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10848
10849         * nnrss.el (nnrss-group-alist): More items.
10850
10851 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10854
10855 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10856         Trivial patch from Dale Hagglund  <rdh@best.com>
10857
10858         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10859         restrict clauses.
10860
10861 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10862
10863         From Benjamin Rutt <brutt+news@bloomington.in.us>
10864
10865         * message.el (message-wide-reply-confirm-recipients): New variable.
10866
10867 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10868         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10869
10870         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10871         fix so it works with XEmacs.
10872
10873 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10874
10875         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10876         headers.
10877
10878 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10879
10880         * nnrss.el: Fix a few bugs.
10881
10882 2001-06-05  Simon Josefsson  <jas@extundo.com>
10883
10884         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10885         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10886
10887 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10888
10889         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10890         binary so that we don't transmit ISO 2022 garbage to the process.
10891         This is needed under XEmacs.
10892
10893 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10894
10895         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10896         autoloaded incorrectly below because ssl-program-* is bound.)
10897         Thanks to Amos Gouaux for report.
10898
10899 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10900
10901         * imap.el (imap-kerberos4-open):
10902         (imap-gssapi-open):
10903         (imap-ssl-open):
10904         (imap-network-open):
10905         (imap-shell-open):
10906         (imap-starttls-open): Set buffer to workaround spurious
10907         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10908         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10909         Colman <colman@ppllc.com> for report.
10910
10911 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10912
10913         * gnus-sum.el (gnus-summary-catchup): New argument.
10914         (gnus-summary-catchup-from-here): New function.
10915
10916 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10917
10918         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10919         back, then insert glyph.  (Before, the glyph was inserted first,
10920         then the newline.)  This works around a behavior in XEmacs where
10921         it is not possible to insert a character after a glyph which is at
10922         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10923
10924 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10925
10926         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10927
10928         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10929         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10930         mm-destroy-postponed-undisplay-list): New functions.
10931         (mm-display-external): Use them.
10932
10933 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10934
10935         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10936         `default-low' when evaluating `gnus-summary-highlight'.
10937         From Raja R Harinath <harinath@cs.umn.edu>.
10938
10939 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10940
10941         * message.el (message-yank-cited-prefix): New variable.
10942         (message-indent-citation): Use it.
10943
10944         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10945         as details.
10946         (mml2015-mailcrypt-clear-verify): Ditto.
10947
10948 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10949         From Nevin Kapur <nevin@jhu.edu>.
10950
10951         * gnus-sum.el (gnus-summary-default-high-score,
10952         gnus-summary-default-low-score): New variables.
10953         (gnus-summary-highlight): Use them.
10954
10955 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10956
10957         * message.el (message-mail): pass the 'send-actions argument to
10958         `message-setup'.
10959
10960 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10961         From Raymond Scholz <ray-2001@zonix.de>
10962
10963         * gnus-art.el (gnus-mime-view-part-as-charset):
10964         (gnus-mime-internalize-part): Doc fixes.
10965
10966 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10967
10968         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10969         status lines without any text ("^215$").
10970
10971 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10972
10973         * nnrss.el (nnrss-check-group): Reverse.
10974
10975 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10976
10977         * message.el (message-get-reply-headers):
10978         (message-followup): Fix typo, suggested by David Green
10979         <dgreen@uab.edu>
10980
10981 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10984
10985         * nnrss.el (nnrss-open-server): Read server data when it is called.
10986         (nnrss-request-expire-articles): Fix.
10987
10988 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * message.el (message-do-send-housekeeping): mail-abbrevs may
10991         rename buffer behind Gnus.
10992
10993 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10996         (nnrss-group-alist): Add more resources.
10997         (nnrss-check-group): Ignore errors.
10998
10999 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11002
11003         * nnslashdot.el (nnslashdot-request-list): Add time.
11004         (nnslashdot-request-expire-articles): New function.
11005
11006         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11007         secondary methods too.
11008
11009 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * message.el (message-use-followup-to): Set default value to t.
11012
11013 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11014
11015         * message.el (message-dont-reply-to-names): Fix documentation.
11016         (message-get-reply-headers): Use Mail-Followup-To only for wide
11017         replies.
11018
11019 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11020
11021         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11022         correctly.
11023         (nnrss-check-group): Use time.
11024
11025 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11026
11027         * gnus.el: Oort Gnus v0.03 is released.
11028
11029 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11032         group.
11033
11034 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11037
11038 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * nnultimate.el (nnultimate-retrieve-headers): Return all
11041         available headers.
11042
11043         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11044         (gnus-get-newsgroup-headers-xover): Use it.
11045
11046 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11049
11050 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11051
11052         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11053
11054 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11057         disable it.
11058
11059         * gnus.el (gnus-info-nodes): Remove a few The's.
11060
11061 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11062
11063         * mail-source.el (mail-source-movemail): Call-process may return a
11064         signal description string.
11065
11066         * gnus-start.el (gnus-read-newsrc-el-file):
11067         gnus-newsrc-file-version may be nil.
11068
11069         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11070         Suggested by Michael Sperber [Mr. Preprocessor]
11071         <sperber@informatik.uni-tuebingen.de>.
11072
11073 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11074
11075         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11076
11077 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11078
11079         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11080         fontify HANDLE.
11081
11082 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11083
11084         * smime.el (smime-ask-passphrase): Rework to return value.
11085         (smime-sign-region): Rework to bind value and use it.
11086         (smime-decrypt-region): Ditto.
11087
11088 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11089         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11090
11091         * smime.el (smime-ask-passphrase): New function.
11092         (smime-sign-region): Use it.
11093         (smime-encrypt-cipher): New variable.
11094         (smime-decrypt-region): Ditto.
11095
11096 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11097         Committed by Simon Josefsson  <simon@josefsson.org>
11098
11099         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11100         the log.
11101
11102 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11103
11104         * gnus.el: Oort Gnus v0.02 is released.
11105
11106 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11107
11108         * gnus.el: Oort Gnus v0.01 is released.
11109
11110 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * gnus-sum.el (gnus-summary-highlight): Highlight read
11113         undownloaded articles as read articles.
11114
11115         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11116         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11117         articles, even read ones, as such.
11118
11119         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11120         (gnus-find-matching-articles): New function.
11121         (gnus-summary-limit-include-matching-articles): New command.
11122         (gnus-summary-limit-include-thread): Include articles that have
11123         matching subjects.
11124         (gnus-offer-save-summaries): Clean up.
11125
11126 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11127
11128         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11129
11130 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11131         From Jason Merrill <jason_merrill@redhat.com>
11132
11133         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11134
11135 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11136         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11139         newsgroup names when the original article is a news message.
11140
11141 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11144         supported. Suggest by Jim Meyering <jim@meyering.net>.
11145
11146 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11147         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11148
11149         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11150         regexp in nnmail-split-fancy.
11151
11152 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11153
11154         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11155
11156 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11157
11158         * message.el (message-send-mail): Improve the interaction with the
11159         user.
11160
11161 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11162
11163         * imap.el (imap-message-copy): Work around buggy servers that
11164         doesn't send TRYCREATE tags.
11165
11166 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11169
11170 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11173         date.
11174
11175 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11178         lives.
11179
11180 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181
11182         * gnus-art.el (gnus-parse-news-url): New function.
11183         (gnus-button-handle-news): New function.
11184         (gnus-button-alist): Point to new functions.
11185
11186         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11187
11188         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11189         gnus-format-specs.
11190
11191         * message.el (message-check-news-header-syntax): Question even
11192         when Gnus doesn't know the group names.
11193         (message-send-news): Clean up.
11194
11195         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11196         exited on purpose without saving.
11197
11198         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11199
11200 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * gnus-score.el (gnus-score-orphans): Clean up.
11203
11204         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11205
11206         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11207         later.
11208
11209         * gnus-start.el (gnus-close-all-servers): Find the right items to
11210         close.
11211
11212         * qp.el (quoted-printable-decode-region): Just message
11213         malformation; don't quit.
11214
11215 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11216         From Gerd Moellmann <gerd@gnu.org>.
11217
11218         * gnus.el (gnus-interactive): A typo.
11219
11220 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11221         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11222
11223         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11224         `assq-delete-all', if that function exists; otherwise use the old
11225         definition. Documentation changed to match the one in
11226         `assq-delete-all'.
11227
11228 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * gnus-start.el (gnus-close-all-servers): New function.
11231
11232         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11233         (gnus-server-remove-denials): Clean up.
11234
11235         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11236         keystroke.
11237
11238 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * message.el (message-send-news): Message where we are sending.
11241         (message-send-mail): Ditto.
11242
11243         * gnus.el (gnus-server-string): New function.
11244
11245         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11246
11247         * mm-decode.el (mm-default-directory): Customized.
11248         (mm-tmp-directory): Ditto.
11249
11250         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11251         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11252         or Chars.
11253         (gnus-summary-line-format-alist): ?l is now a string.
11254         (gnus-summary-prepare-threads): Output ? for unknown lines.
11255         (gnus-summary-insert-line): Ditto.
11256         (gnus-summary-print-article): Unbalanced parentheses.
11257
11258         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11259         out whether new stuff has arrived.
11260
11261 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11262
11263         * gnus-sum.el: Let printing work on ttys on Emacs.
11264
11265 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11268         when forcing news.
11269
11270         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11271         command.
11272
11273 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11274
11275         * message.el (message-set-auto-save-file-name): Don't use
11276         asterisks under nt.
11277
11278 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279
11280         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11281         lists of articles.
11282
11283         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11284
11285         * gnus-msg.el (gnus-put-message): Clean up.
11286         (gnus-summary-reply): Mark all replied-to articles as replied to.
11287         (gnus-inews-add-send-actions): Also mark as forwarded.
11288         (gnus-summary-mail-forward): Mark as forwarded.
11289
11290         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11291         of articles.
11292         (gnus-summary-mark-article-as-forwarded): Ditto.
11293
11294         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11295         forwarded.
11296         (gnus-summary-mail-forward): Clean up.
11297
11298         * gnus.el (gnus-article-mark-lists): Added forward.
11299
11300         * gnus-sum.el (gnus-forwarded-mark): New variable.
11301         (gnus-summary-prepare-threads): Use it.
11302         (gnus-summary-update-secondary-mark): Ditto.
11303         (gnus-newsgroup-forwarded): New variable.
11304
11305 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11306
11307         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11308         (gnus-summary-very-wide-reply): New command and keystroke.
11309         (gnus-summary-very-wide-reply-with-original): Ditto.
11310
11311         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11312         (gnus-score-adaptive): Use it.
11313
11314         * gnus-start.el (gnus-get-unread-articles): Clean up.
11315
11316 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317
11318         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11319         boards.
11320
11321 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11322
11323         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11324         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11325
11326 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11327
11328         * nnultimate.el (nnultimate-retrieve-headers): Understand
11329         long-form month names.
11330
11331 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11332
11333         * gnus-sum.el (gnus-summary-show-all-headers):
11334         gnus-article-show-all-headers is broken. Use
11335         gnus-summary-toggle-header instead.
11336
11337         * mml2015.el (mml2015-gpg-extract-from): No error.
11338
11339 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11341
11342         * mml2015.el (mml2015-gpg-extract-from): New function.
11343         (mml2015-gpg-verify): Use it.
11344         (mml2015-gpg-clear-verify): Use it.
11345
11346 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * message.el (message-setup-fill-variables): Use
11349         fill-paragraph-function.
11350         (message-fill-paragraph): Take an argument.
11351         (message-newline-and-reformat): Take another argument.
11352
11353 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11354
11355         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11356
11357 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11358
11359         * message.el (message-forward): local-variable-p takes an extra
11360         argument in XEmacs.
11361
11362 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11363
11364         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11365         `nnimap-use-nov-p' (it really tested the negative).
11366         (nnimap-retrieve-headers): Use it.
11367
11368 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11369
11370         * message.el (message-generate-headers-first): Update doc.
11371
11372 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11373         Trivial patch.
11374
11375         * gnus.el (gnus-summary-line-format): Typo.
11376
11377 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11378
11379         * mailcap.el (mailcap-mime-data): Add application/sieve.
11380         (mailcap-mime-extensions): Add .siv, .xls.
11381
11382 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11383         From Christoph Conrad <christoph.conrad@gmx.de>
11384
11385         * gnus-score.el (gnus-summary-lower-thread): Typo.
11386
11387 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11388
11389         * message.el (message-forward-decoded-p): New variable.
11390         (message-forward-subject-author-subject): Use it.
11391         (message-make-forward-subject): Use it.
11392         (message-forward): Use it.
11393
11394         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11395
11396         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11397         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11398
11399 ;;Has been fixed -- zsh.
11400 ;;2001-03-05  Dave Love  <fx@gnu.org>
11401 ;;
11402 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11403 ;;      Move it after definition of mm-coding-system-p.
11404 ;;
11405 2001-03-01  Dave Love  <fx@gnu.org>
11406
11407         * mm-util.el (mm-inhibit-file-name-handlers): Add
11408         image-file-handler.
11409
11410 2001-02-11  Dave Love  <fx@gnu.org>
11411
11412         * message.el (message-signature-file): Fix doc, :type.
11413
11414 2001-02-08  Dave Love  <fx@gnu.org>
11415
11416         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11417         (message-posting-charset): Defvar when compiling again.
11418         (rfc2047-encodable-p): Require message.
11419
11420         * gnus-sum.el (gnus-alter-articles-to-read-function):
11421         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11422
11423 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * nnrss.el: New file.
11426
11427 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11428         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11429
11430         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11431         `skip-chars-forward'.
11432
11433 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11434
11435         * nndraft.el (nndraft-request-group): Restore auto save files if
11436         the original files do not exist.
11437
11438 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11439
11440         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11441         SCORE paths.
11442
11443         * mm-decode.el (mm-dissect-buffer): Call
11444         mail-extract-address-components only if necessary.
11445
11446 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11449         directory part.
11450         (gnus-score-search-global-directories): Use file-directory-p.
11451
11452         * gnus-score.el (gnus-score-score-files-1): Use
11453         gnus-kill-files-directory.
11454         From Adrian Aichner <adrian@xemacs.org>.
11455
11456 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11457
11458         * gnus.el (charset): Move here from gnus-sum.el.
11459
11460 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11461
11462         * mml.el (mml-preview): Disable local map.
11463
11464         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11465         gnus-article-post-menu here.
11466
11467         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11468         if it has not been made.
11469
11470 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11471
11472         * gnus-art.el (gnus-article-describe-key): Map key to event.
11473         (gnus-article-describe-key-briefly): Ditto
11474
11475 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11476
11477         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11478
11479 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11480         From Katsumi Yamaoka <yamaoka@jpl.org>.
11481
11482         * dgnushack.el (coerce, merge, subseq): defmacro.
11483
11484 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11485
11486         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11487         A fake defalias in nndraft.el results a not-activated bug in
11488         uncompiled versions.
11489
11490 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11491         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * gnus-util.el (gnus-split-references): Handle malformed References:.
11494
11495 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11496
11497         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11498
11499 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11500         From NAGY Andras <nagya@inf.elte.hu>.
11501
11502         * gnus.el (gnus-parameters): Typo.
11503
11504 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * gnus.el (gnus-read-method): Remove redundancy.
11507
11508 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11509
11510         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11511         (nnslashdot-request-list): Use it.
11512
11513 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * nnml.el (nnml-generate-active-info): Fix the case when there is
11516         no file.
11517
11518         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11519         (gnus-summary-create-article): New function.
11520
11521         * gnus-group.el (gnus-group-mark-article-read): New function.
11522
11523         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11524
11525         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11526
11527 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * gnus-art.el (gnus-article-edit-done): Don't use
11530         gnus-article-edit-exit.
11531         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11532
11533         * gnus.el (gnus-parameters): New variable.
11534         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11535         (gnus-parameters-get-parameter): New function.
11536         (gnus-group-find-parameter): Use it.
11537
11538 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11539
11540         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11541         change of default value to `current'.
11542
11543 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11544
11545         * nneething.el (nneething-get-head): Insert unreadable file too.
11546
11547 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11550
11551         * webmail.el (webmail-type-definition): Deja is bought by google.
11552
11553 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11554
11555         * gnus-sum.el (gnus-fetch-headers): New function.
11556         (gnus-select-newsgroup): Use it.
11557         (gnus-summary-insert-articles): New function.
11558         (gnus-summary-insert-old-articles): New function.
11559         (gnus-summary-insert-new-articles): New function.
11560
11561         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11562         (gnus-group-list-active): Ditto.
11563         * gnus-sum.el (gnus-set-mode-line): Ditto.
11564         (gnus-summary-read-group-1): Ditto.
11565
11566 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11567
11568         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11569         current topic.
11570
11571 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11572
11573         * smiley.el (gnus-smiley-display): Don't do widening.
11574
11575         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11576         within body.
11577
11578         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11579
11580         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11581         New variable.
11582         (gnus-mime-display-multipart-related-as-mixed): New variable.
11583         (gnus-mime-display-part): Use them.
11584
11585 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11586
11587         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11588         something special.
11589
11590 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11591
11592         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11593         (nnweb-request-article): Call reference if exists.
11594         (nnweb-type-definition): Dejanews is bought by google.com.
11595         Beta!
11596
11597 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11598
11599         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11600
11601 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11602
11603         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11604         gnus-article-sort-functions.
11605         (gnus-article-sort-functions): Doc fix.  Refer to
11606         gnus-thread-sort-functions.
11607
11608 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11609         From Paul Jarc <prj@po.cwru.edu>.
11610
11611         * message.el (message-get-reply-headers): More fixes.
11612
11613 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11614         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11615
11616         * message.el (message-get-reply-headers): Fix bug with
11617         Mail-Followup-To/to-address interaction.
11618
11619 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11620
11621         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11622         gnus-article-copy.
11623
11624 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * message.el (message-do-send-housekeeping): Rename to a better
11627         name.
11628
11629 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11630
11631         * message.el (message-cancel-news): Check article first, then ask
11632         yes or no.
11633
11634 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11635
11636         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11637
11638 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * gnus-range.el (gnus-range-normalize): New function.
11641
11642 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11643
11644         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11645
11646 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11647
11648         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11649
11650         * nnagent.el (nnagent-request-regenerate): New function.
11651
11652         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11653
11654         * nnml.el (nnml-generate-nov-databases): Accept argument
11655         server. Don't open server if it is opened.
11656         (nnml-request-regenerate): Use it. Change to deffoo.
11657
11658 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11659         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11660
11661         * gnus.el (gnus-define-group-parameter): Fix.
11662
11663 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11664
11665         * gnus.el (gnus-define-group-parameter): Improved.
11666
11667         * gnus-sum.el (charset): Define parameter.
11668         (ignored-charsets): Ditto.
11669         (gnus-summary-setup-default-charset): Use them.
11670
11671         * gnus-start.el (gnus-read-descriptions-file): Use them.
11672
11673         * gnus-cus.el (gnus-group-parameters): Remove them.
11674
11675 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676
11677         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11678
11679 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * gnus-sum.el (gnus-summary-read-group-1): Remove
11682         gnus-summary-set-local-parameters.
11683         (gnus-summary-setup-buffer): Put it here.
11684
11685 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * gnus.el (to-address): Define parameter.
11688         (to-list): Ditto.
11689         * gnus-art.el (article-hide-boring-headers): Use them.
11690         * gnus-msg.el (gnus-post-news): Ditto.
11691         * gnus-cus.el (gnus-group-parameters): Remove them.
11692
11693 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11694
11695         * gnus-draft.el (gnus-draft-reminder): New function.
11696
11697         * gnus-art.el (gnus-sender-save-name): New function.
11698
11699 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11700
11701         * mm-util.el (mm-mime-charset): Error message.
11702
11703 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11704
11705         * message.el (message-check-news-body-syntax): Don't check mml lines.
11706
11707 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11710         subscribe.
11711
11712         * gnus-start.el (gnus-call-subscribe-functions): New function.
11713         (gnus-find-new-newsgroups): Use it.
11714         (gnus-ask-server-for-new-groups): Use it.
11715         (gnus-check-first-time-used): Use it.
11716         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11717         (gnus-subscribe-options-newsgroup-method): Ditto.
11718         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11719         return .
11720
11721 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11722
11723         * gnus-cus.el (gnus-score-customize): Doc fix.
11724
11725 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11726
11727         * dgnushack.el (my-getenv): Typo.
11728
11729 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11732
11733 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11734
11735         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11736
11737         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11738         (gnus-treatment-function-alist): Use it.
11739         (article-remove-leading-whitespace): New function.
11740         (gnus-article-make-menu-bar): Use it.
11741
11742         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11743         remove-leading-whitespace.
11744         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11745         because of conflict.
11746
11747 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * Makefile.in: Hack generating gnus-load.el.
11750         * dgnushack.el: Ditto.
11751         * gnus-load.el: Remove it.
11752
11753 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11754
11755         * dgnushack.el : Add URLDIR.
11756
11757         * Makefile.in (EMACS_COMP): Ditto.
11758
11759 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11760
11761         * gnus-cus.el (gnus-score-customize): Error on no score file.
11762
11763 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * mm-decode.el (mm-merge-handles): New function.
11766
11767         * mm-view.el (mm-inline-message): Use it.
11768         (mm-view-message): Ditto.
11769
11770         * mm-partial.el (mm-inline-partial): Ditto.
11771
11772         * mm-extern.el (mm-inline-external-body): Ditto.
11773
11774         * gnus-art.el (gnus-mime-view-part): Ditto.
11775         (gnus-mime-view-part-as-type): Ditto.
11776         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11777         cases.
11778
11779 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11780
11781         * message.el (message-cancel-news): Allow to shoot foot.
11782         (message-supersede): Ditto.
11783
11784 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11785         Trivial patch.
11786
11787         * gnus-sum.el (gnus-simplify-subject-re): Use
11788         message-subject-re-regexp.
11789
11790 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11791
11792         * nnmail.el (nnmail-expiry-target-group): Bind
11793         nnmail-cache-accepted-message-ids to nil.
11794
11795         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11796         coding system.
11797
11798 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11799
11800         * qp.el (quoted-printable-encode-region): Make sure characters are
11801         between 00 and FF.  Don't check charset.
11802
11803         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11804         in Emacs 20.
11805         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11806
11807 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11808
11809         * message.el (message-make-forward-subject): Argument decoded.
11810         (message-forward): Use it when digest.
11811
11812         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11813         buffer.
11814
11815 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11816
11817         * message.el (message-generate-headers-first): Doc fix.
11818
11819 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11820
11821         * gnus-art.el (article-make-date-line): Error proof.
11822
11823 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus-group.el (gnus-group-listing-limit): New variable.
11826         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11827
11828         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11829
11830 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * message.el (message-newline-and-reformat): Special case for
11833         breaking at BOL.
11834
11835 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11836
11837         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11838         message/rfc822.
11839
11840 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11841
11842         * message.el (message-encode-message-body): Don't insert
11843         Content-Type if it is inside a mail.
11844
11845 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11846
11847         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11848         gnus-article-commands-menu.
11849
11850         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11851         in Emacs.
11852
11853         * gnus-start.el (gnus-read-descriptions-file): Use
11854         gnus-group-name-charset and gnus-group-charset-alist.
11855
11856 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11857
11858         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11859         active region.
11860
11861         * gnus-start.el (gnus-group-change-level): Remove from both
11862         gnus-zombie-list and gnus-killed-list.
11863
11864 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11865
11866         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11867         gnus-subscribe-topics.
11868
11869         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11870
11871 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11872
11873         * gnus-art.el (gnus-article-make-menu-bar): Make
11874         gnus-article-post-menu.
11875
11876         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11877
11878         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11879
11880         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11881
11882         * message.el (message-mode-menu): Ditto.
11883
11884         * gnus-art.el (defvar): eval-when-compile.
11885
11886 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * gnus-agent.el (gnus-agentize): Fix doc.
11889
11890 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11891
11892         * mml.el (mml-preview): Bind `q'.
11893
11894 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11895
11896         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11897
11898 2001-01-31  Dave Love  <fx@gnu.org>
11899
11900         * mm-util.el (mm-mime-mule-charset-alist)
11901         (mm-find-mime-charset-region): Consider mule-utf-8.
11902
11903 2001-01-31  Dave Love  <fx@gnu.org>
11904
11905         * gnus-art.el (gnus-article-x-face-command)
11906         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11907         :version.
11908
11909 2001-01-26  Dave Love  <fx@gnu.org>
11910
11911         * mm-util.el (mm-multibyte-string-p): New.
11912
11913 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11914 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11915 ;;      string-as-multibyte on class.  Clarify line-folding.
11916         (quoted-printable-encode-string): Make temp buffer inherit
11917         string's multibyteness.
11918
11919 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11920
11921         * nnheader.el (toplevel): Don't require `gnus-util' at
11922         compile-time; this creates a circular dependency, and prevents
11923         a bootstrap.
11924
11925 2001-01-22  Andreas Schwab  <schwab@suse.de>
11926
11927         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11928
11929 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11930
11931         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11932
11933         * gnus-art.el (article-hide-list-identifiers): Ditto.
11934
11935         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11936
11937 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11938
11939         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11940
11941         * gnus-art.el (article-hide-list-identifiers): Similar.
11942
11943 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11944
11945         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11946
11947 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11948
11949         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11950
11951 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11952
11953         * gnus-util.el (gnus-string-equal): New function.
11954
11955         * gnus-art.el (article-hide-boring-headers): Use it.
11956
11957 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11958
11959         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11960
11961 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11962
11963         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11964
11965 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11968         command if there is not last-saver.
11969
11970 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * nntp.el (nntp-open-connection): 201 is possible.
11973
11974 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11975
11976         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11977         (rfc2047-charset-encoding-alist): Add big5.
11978
11979 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11982         (gnus-agent-remove-server): Ditto.
11983         (autoload): gnus-server-update-server.
11984
11985         * gnus-srvr.el (gnus-server-line-format): Add %a.
11986         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11987         (gnus-server-insert-server-line): Use it.
11988
11989 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11990
11991         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11992         GB2312 and Big5.
11993
11994 2001-01-24  Simon Josefsson  <sj@extundo.com>
11995
11996         * mail-source.el (mail-sources): Add :program specifier to IMAP
11997         mail source.
11998         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11999
12000 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12001
12002         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12003
12004 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12005
12006         * nntp.el (nntp-wait-for): Return the success code.
12007         (nntp-open-connection): Use it.
12008
12009 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12012
12013 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12014
12015         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12016
12017 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12020         argument. Allow to print several articles in one file.
12021
12022 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12023
12024         * webmail.el (webmail-type-definition): netaddress changes.
12025
12026 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027
12028         * gnus.el: Fix copyright. Remove trailing spaces.
12029
12030         * message.el (message-forward): Use mule4.
12031
12032 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * mm-util.el (mm-string-as-unibyte): New function.
12035
12036         * message.el (message-forward): Use it.
12037
12038 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * message.el (message-cite-original-without-signature): Don't peel
12041         off the blank line.
12042         (message-get-reply-headers): Add Cc if it is not in follow-to.
12043
12044 2001-01-20  Simon Josefsson  <sj@extundo.com>
12045
12046         * mm-decode.el (mm-handle-multipart-from): Add.
12047         (mm-dissect-buffer): Save From: header value.
12048         (mm-security-from): Remove.
12049         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12050
12051         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12052         instead of `mml-security-from'.  Protect null from value.
12053
12054 2001-01-20  Simon Josefsson  <sj@extundo.com>
12055
12056         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12057         application/vnd.ms-excel attachments.
12058
12059 2001-01-19  Simon Josefsson  <sj@extundo.com>
12060
12061         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12062
12063 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12064
12065         * message.el (message-ignored-mail-headers): Ditto.
12066
12067 2001-01-19  Simon Josefsson  <sj@extundo.com>
12068
12069         * message.el (message-ignored-news-headers): Only search beginning
12070         of line.
12071
12072 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12073         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12074
12075         * message.el (message-send-mail): Content-Type may not be there.
12076
12077 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12078
12079         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12080         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12081
12082         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12083         not.
12084
12085 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12086
12087         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12088         non-native groups.
12089
12090 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12091
12092         * message.el (message-yank-original): Understand
12093         universal-argument.
12094
12095 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12098         (article-hide-boring-headers): Ditto.
12099
12100         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12101
12102 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12105         one.
12106
12107 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12108
12109         * message.el (message-make-in-reply-to): Add comment to message-id
12110         (old syntax, see 2000-08-02 change).
12111
12112 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12113
12114         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12115         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12116         (gnus-button-reply): Ditto.
12117
12118 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-art.el (article-display-x-face): Fix.
12121
12122 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12123
12124         * gnus-art.el (article-display-x-face): Use
12125         gnus-original-article-buffer.
12126
12127 2001-01-15  Jack Twilley  <jmt@tbe.net>
12128
12129         * message.el (message-add-header): Move to point-max.
12130
12131 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12132
12133         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12134         nil, improve documentation.
12135         (smime-certificate-directory): Comment out false hints (until it
12136         is implemented).
12137
12138         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12139         there aren't any keys.
12140         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12141         verify certificate.  Default is changed to only check integrity.
12142         Improved security status texts.  If a certificate doesn't contain
12143         a email address, don't fail.
12144
12145         * smime.el (smime-noverify-region):
12146         (smime-noverify-buffer): New functions.  Verifies integrity only.
12147
12148 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12149
12150         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12151
12152 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12153
12154         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12155         (gnus-remove-some-windows): Ditto.
12156
12157 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12158
12159         * gnus-art.el (article-make-date-line): 11th.
12160
12161 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12164         (mml2015-gpg-sign): Ditto.
12165
12166 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12169         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12170
12171 2001-01-08  Dave Love  <fx@gnu.org>
12172
12173         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12174         single character.
12175
12176         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12177
12178         * message.el: Doc and message fixes.
12179         (message-send-rename-function)
12180         (message-make-forward-subject-function)
12181         (message-send-mail-function, message-reply-to-function)
12182         (message-wide-reply-to-function, message-followup-to-function)
12183         (message-distribution-function, message-auto-save-directory): Fix
12184         :type.
12185
12186         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12187         proceeding after warnings.  Amend multipart warning message.
12188
12189 2001-01-04  Dave Love  <fx@gnu.org>
12190
12191         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12192         compiling.
12193         (gnus-make-directory): Require nnmail.
12194
12195         * mm-decode.el (mm-inline-media-tests): Add
12196         image/x-portable-bitmap.
12197         (mm-get-image): Grok pbm.
12198
12199 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12200
12201         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12202
12203 2001-01-09  Didier Verna  <didier@xemacs.org>
12204
12205         * dgnushack.el (dgnushack-compile): give a dummy value to
12206         `gnus-xmas-glyph-directory' for the time of compilation.
12207         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12208         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12209         * gnus-art.el: ditto.
12210         * gnus-group.el: ditto.
12211         * gnus-salt.el: ditto.
12212         * gnus-sum.el: ditto.
12213         * gnus-topic.el: ditto.
12214         * gnus-xmas.el (gnus-xmas-define): see above.
12215         * gnus-xmas.el (gnus-xmas-redefine): see above.
12216         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12217         non-continuable error when the directory can't be found.
12218
12219 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12220
12221         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12222         handle.
12223         * gnus-art.el (gnus-mime-view-part): Copy it.
12224         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12225
12226 2001-01-09  Michael Downes  <mjd@ams.org>
12227
12228         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12229
12230 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12231
12232         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12233         orig-file. Use ',source.
12234
12235 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236
12237         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12238         (gnus-xmas-group-startup-message):
12239         Detect gnus-xmas-glyph-directory when it is nil.
12240
12241 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12242
12243         * pop3.el (pop3-get-message-count): Andrew Innes
12244         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12245
12246 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12247
12248         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12249
12250         * time-date.el (time-to-number-of-days): New function.
12251
12252 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12253         Trivial patch.
12254
12255         * nnslashdot.el (nnslashdot-request-list): Always get the right
12256         sid.
12257
12258 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12259
12260         * message.el (message-minibuffer-local-map): New keymap.
12261         (message-read-from-minibuffer): Use it.
12262         * gnus-msg.el (gnus-summary-resend-message): Use it
12263
12264 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12265
12266         * gnus-start.el (gnus-display-time-event-handler): New function.
12267         (gnus-after-getting-new-news-hook): Use it.
12268
12269 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * message.el (message-ignored-mail-headers): Add draft header.
12272
12273 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12276         excursion.
12277
12278         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12279
12280 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12281         A revoked patch.
12282
12283         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12284
12285 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12286
12287         * qp.el (quoted-printable-decode-region): Don't backward-char.
12288
12289 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * gnus-draft.el: Mark articles as replied.
12292
12293         * gnus-sum.el (gnus-summary-add-mark): New function.
12294
12295         * gnus-group.el (gnus-add-mark): New function.
12296
12297         * gnus-sum.el (gnus-summary-buffer-name): New function.
12298         (gnus-summary-setup-buffer): Use it.
12299
12300         * gnus-draft.el: Set things up with the right post method and
12301         stuff.
12302
12303         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12304
12305         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12306
12307         * gnus.el (gnus-draft-meta-information-header): New variable.
12308
12309 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * gnus-art.el (gnus-treatment-function-alist): Move the date
12312         functions before the header sorting functions.
12313
12314         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12315
12316         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12317         Don't (push "/usr/share/emacs/site-lisp" load-path).
12318
12319         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12320         to empty fill prefixes.
12321
12322 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12323
12324         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12325         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12326
12327 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12328
12329         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12330
12331         * nnml.el (autoload): Move to nnheader.el.
12332
12333         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12334         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12335         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12336         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12337
12338 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12339
12340         * gnus-art.el (article-make-date-line): Get the hours right.
12341         (gnus-ignored-headers): More hiding.
12342
12343         * nnmail.el (nnmail-expiry-wait): Not an integer.
12344
12345         * message.el (message-goto-body): Only expand abbrev when called
12346         interactively.
12347         (message-make-lines): Use it.
12348
12349 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12350
12351         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12352
12353 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12356         include the expunged articles.
12357
12358         * gnus-group.el (gnus-group-sort-by-server): New function.
12359
12360         * gnus.el (gnus-method-to-server-name): New function.
12361         (gnus-group-prefixed-name): Use it.
12362
12363         * gnus-group.el (gnus-group-sort-function): Doc fix.
12364         (gnus-group-sort-groups-by-server): New command.
12365
12366 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12367
12368         * gnus-art.el (gnus-treat-date-english): New variable.
12369         (article-date-english): New command.
12370         (gnus-english-month-names): New variable.
12371         (article-make-date-line): Do 'english.
12372
12373         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12374         after the fill prefix.
12375
12376         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12377         score...".
12378
12379         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12380
12381         * message.el (message-mode-map): Bind comment-region.
12382
12383         * gnus-art.el (gnus-mime-display-part): Let w3 display
12384         multipart/related.
12385
12386         * mm-bodies.el (mm-long-lines-p): New function.
12387         (mm-body-encoding): Use it.
12388         (mm-body-encoding): Encode articles with lines longer than 1000
12389         characters.
12390
12391 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12392
12393         * mm-util.el (mm-enable-multibyte): Use
12394         default-enable-multibyte-characters.
12395         (mm-enable-multibyte-mule4): Ditto.
12396         (mm-disable-multibyte): Test XEmacs.
12397         (mm-disable-multibyte-mule4): Ditto.
12398         (mm-with-unibyte-current-buffer): Simplified.
12399         (mm-with-unibyte-current-buffer-mule4): Ditto.
12400
12401 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12404
12405         * nnheader.el (nnheader-string-as-multibyte): New alias.
12406
12407         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12408
12409         * gnus-uu.el (gnus-message-process-mark): New function.
12410         (gnus-uu-mark-by-regexp): Use it.
12411         (gnus-new-processable): New function.
12412
12413 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12414          Trivial patch.
12415
12416         * gnus-sum.el (gnus-no-mark): New variable.
12417
12418 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12421         backslashes.
12422
12423 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12426         definition.
12427
12428 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12429
12430         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12431
12432         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12433         XEmacs.
12434
12435 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12436         Trivial patch.
12437
12438         * mml.el (mml-read-tag): Save tag location.
12439
12440 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12441
12442         * starttls.el: Sync with Emacs 21.
12443
12444 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12445
12446         * message.el (message-mail): Support yank-action.
12447
12448         * message.el (message-setup): Revoke the last change.
12449
12450 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12451
12452         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12453         <jvromans@squirrel.nl>.
12454
12455 2000-12-24  Simon Josefsson  <sj@extundo.com>
12456
12457         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12458         mailing list junk at end of part.
12459
12460 2000-12-23  Simon Josefsson  <sj@extundo.com>
12461
12462         * nnimap.el (nnimap-expiry-target): New function.
12463         (nnimap-request-expire-articles): Use it.
12464
12465 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12466
12467         * gnus.el (gnus-group-parameters-more): New variable.
12468         * gnus-cus.el (gnus-group-customize): Use it.
12469
12470         * gnus.el (gnus-define-group-parameter): New macro.
12471         (auto-expire): Use it
12472         (total-expire): Use it.
12473         * gnus-art.el (banner): Use it.
12474
12475         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12476         <ljz@asfast.com>.
12477
12478 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12479
12480         * gnus-topic.el (gnus-topic-create-topic): Use list.
12481
12482         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12483         before binding gnus-default-article-saver.
12484
12485         * gnus-sum.el (gnus-summary-save-article):
12486         (gnus-summary-pipe-output):
12487         (gnus-summary-save-article-mail):
12488         (gnus-summary-save-article-rmail):
12489         (gnus-summary-save-article-file):
12490         (gnus-summary-write-article-file):
12491         (gnus-summary-save-article-body-file): Ditto.
12492
12493         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12494
12495 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12496
12497         * gnus-art.el (gnus-mime-security-button-map):
12498         (gnus-mime-button-map): Add parent.
12499
12500 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12501
12502         * messagexmas.el (message-xmas-redefine): New function.
12503
12504         * message.el: Use it.
12505
12506         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12507
12508         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12509
12510 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12513         malformatted messages.
12514
12515 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * mm-util.el (mm-image-load-path): New function.
12518
12519         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12520
12521         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12522
12523         * message.el (message-tool-bar-map): Use it.
12524
12525         * Makefile.in (install-el): New rule.
12526
12527 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-art.el (article-treat-dumbquotes): Quote \.
12530
12531 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12532
12533         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12534         Emacs 20 runs on a terminal.
12535
12536 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12537
12538         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12539
12540         * mml.el (gnus-add-minor-mode): Autoload.
12541
12542         * message.el (message-forward): Save-restriction.
12543
12544 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12545
12546         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12547         Paul Stevenson <p.stevenson@surrey.ac.uk>
12548
12549 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12550
12551         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12552
12553         * mml.el (gnus-ems): Don't require.
12554
12555         * gnus.el (gnus-decode-rfc1522): Removed.
12556         (gnus-set-text-properties): Define.
12557
12558 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12559
12560         * gnus-art.el (gnus-mime-*): handle may be nil.
12561
12562         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12563
12564         * gnus.el (gnus-group-remove-excess-properties): Not defined
12565         in gnus-xmas.
12566
12567 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12568
12569         * message.el (message-mail-user-agent): Add :version.
12570
12571 2000-12-21  Miles Bader  <miles@gnu.org>
12572
12573         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12574
12575 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12576
12577         * message.el (message-mail-user-agent): New variable.
12578         (message-setup): Renamed to message-setup-1. Support
12579         mail-user-agent.
12580         (message-mail-user-agent): New function.
12581         (message-mail): Use it.
12582         (message-reply): Use it.
12583         (message-resend): Use it.
12584         (message-mail-other-window): Use it.
12585         (message-mail-other-frame): Use it.
12586
12587         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12588
12589 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12590
12591         * message.el (message-tool-bar-map): Simplify.
12592         (message-narrow-to-head-1): New function.
12593         (message-narrow-to-head): Use it.
12594         (message-reply): Ditto.
12595         (message-cancel-news): Ditto.
12596         (message-supersede): Ditto.
12597         (message-make-forward-subject): Ditto.
12598         (message-bounce): Ditto.
12599
12600 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * uudecode.el (uudecode-decode-region-external): make-temp-file
12603         may not be defined.
12604
12605         * binhex.el (defalias): eval-and-compile.
12606
12607         * message.el (message-tool-bar-map): New function.
12608         (message-mode): Use it.
12609
12610 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12611
12612         * nntp.el (nntp-find-connection): Remove the entry.
12613         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12614
12615 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12616
12617         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12618
12619         * message.el (message-forward): Copy buffer in unibyte mode.
12620
12621 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * message.el (message-make-forward-subject): Don't widen. Decode.
12624         (message-forward): Don't decode subject.
12625
12626 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12627
12628         * qp.el (quoted-printable-encode-region): Upcase QP.
12629
12630 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12631
12632         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12633         mail-extract-a-c instead. Don't depend on Gnus.
12634
12635         * mml.el (gnus-ems): Require it.
12636
12637         * gnus-msg.el (gnus-summary-mail-forward):
12638
12639         * message.el (message-forward):  Move mime-to-mml here.
12640
12641 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12642
12643         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12644         * gnus-art.el (gnus-insert-mime-button): Simplify.
12645         (gnus-mime-display-alternative): Ditto.
12646         (gnus-insert-mime-security-button): Ditto.
12647
12648 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12649
12650         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12651         text-property-not-all doesn't return nil when start=mark(end).
12652         (gnus-remove-text-properties-when): Ditto.
12653
12654 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655
12656         * gnus-start.el (gnus-group-change-level): Remove group from
12657         gnus-active-hashtb if real killed.
12658
12659 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12660
12661         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12662         (gnus-mime-display-alternative): Ditto.
12663         (gnus-insert-mime-security-button): Ditto.
12664
12665 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12666
12667         * gnus-start.el (gnus-group-change-level): Don't add it into
12668         killed-list if it was killed.
12669
12670 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12673         (nnmbox-active-file-coding-system): Ditto.
12674
12675         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12676
12677 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12678
12679         * gnus.el (gnus-version):
12680         (gnus-version-number): Set to Oort Gnus 0.01.
12681
12682         * gnus-art.el (gnus-mime-security-button-map):
12683         (gnus-insert-mime-security-button): Fix for Emacs21.
12684
12685 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12686
12687         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12688         easymenu, because XEmacs doesn't understand :help.
12689
12690         * mm-uu.el: Require binhex.
12691
12692 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12693
12694         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12695
12696 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12699
12700 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12701
12702         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12703
12704 2000-12-18  Dave Love  <fx@gnu.org>
12705
12706         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12707         (unused).
12708
12709 2000-12-13  Miles Bader  <miles@gnu.org>
12710
12711         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12712         to t, so that we don't get stuck while trying to smilefy
12713         intangible text.
12714
12715 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12716
12717         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12718         at the end of the buffer.
12719         (smiley-region): In the loop, move to the end of the submatch
12720         matching the smiley instead of using the end of the match
12721         of the whole regexp.
12722
12723 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12724
12725         * message.el (message-mode): Doc fix.
12726
12727 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12728
12729         * smiley-ems.el (smiley-region): Doc fix.
12730
12731 2000-12-11  Miles Bader  <miles@gnu.org>
12732
12733         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12734         bottom line visible, check to see if it's partially obscured, and
12735         if so, either scroll one more line to make it fully visible, or
12736         revert to showing the second line from the top.
12737
12738 2000-12-07  Dave Love  <fx@gnu.org>
12739
12740         * mailcap.el (mailcap-download-directory)
12741         * gnus-audio.el (gnus-audio-directory)
12742         * smiley-ems.el (smiley-data-directory): Fix :type.
12743
12744 2000-11-30  Dave Love  <fx@gnu.org>
12745
12746         * message.el (message-auto-save-directory): Use
12747         file-name-as-directory.
12748         (message-set-auto-save-file-name): Create
12749         message-auto-save-directory if necessary.
12750         (message-replace-chars-in-string): Removed -- unused.
12751         (message-mail-alias-type): Customize.
12752         (message-headers): Remove duplicate defgroup.
12753
12754 2000-11-29  Dave Love  <fx@gnu.org>
12755
12756         * qp.el (quoted-printable-decode-region): Use error, not message
12757         to report malformed text (like base64).  Amend message.
12758
12759 2000-11-29  Miles Bader  <miles@gnu.org>
12760
12761         * message.el (message-header-lines): Fontify tag.
12762
12763 2000-11-27  Dave Love  <fx@gnu.org>
12764
12765         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12766         compiler warning.
12767
12768 ;2000-11-26  Dave Love  <fx@gnu.org>
12769 ;
12770 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12771 ;
12772 2000-11-23  Dave Love  <fx@gnu.org>
12773
12774         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12775
12776         * mm-uu.el (uudecode): Require.
12777         (uudecode-decode-region, uudecode-decode-region-external): Don't
12778         autoload.
12779         (mm-uu-copy-to-buffer): Doc fix.
12780         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12781         type fix.
12782
12783         * mailcap.el: Doc fixes.
12784         (mailcap-mime-data): Various adjustments.
12785         (mailcap): New group.
12786         (mailcap-download-directory): Customize.
12787         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12788         (mailcap-temporary-directory): Deleted (unused).
12789         (mailcap-unescape-mime-test): Simplify slightly.
12790         (mailcap-viewer-passes-test): Use functionp.
12791         (mailcap-command-p): Aliased to executable-find.
12792
12793         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12794         default-enable-multibyte-characters is nil.
12795
12796 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12797
12798         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12799
12800 2000-11-21  Dave Love  <fx@gnu.org>
12801
12802         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12803         gnus-article-mode-map.
12804 ;       (gnus-mime-button-menu): Use mouse-set-point.
12805         (gnus-insert-mime-button, gnus-mime-display-alternative)
12806         (gnus-mime-display-alternative): Don't use local-map property.
12807
12808 2000-11-17  Dave Love  <fx@gnu.org>
12809
12810         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12811         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12812         and make-temp-file.
12813         (uudecode-decode-region): Doc fix.
12814
12815 2000-11-14  Dave Love  <fx@gnu.org>
12816
12817         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12818         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12819         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12820         New files, derived from the XPMs.
12821
12822 2000-11-10  Dave Love  <fx@gnu.org>
12823
12824         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12825         (gnus-agent-lib-file, gnus-agent-load-alist)
12826         (gnus-agent-save-alist, gnus-agent-article-name): Use
12827         expand-file-name.
12828
12829         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12830         :version.
12831         (nnkiboze-score-file): Defvar when compiling.
12832
12833         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12834
12835         * gnus-art.el (gnus-article-banner-alist)
12836         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12837         (gnus-article-date-lapsed-new-header)
12838         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12839         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12840         (gnus-treat-strip-headers-in-body)
12841         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12842         (gnus-treat-translate): Add :version.
12843         (gnus-article-mime-part-function): Fix defcustom.
12844
12845         * nnmail.el (nnmail-expiry-target)
12846         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12847         (nnmail-split-header-length-limit): Add :version.
12848
12849         * gnus-sum.el (gnus-auto-expirable-marks)
12850         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12851         (gnus-extra-headers, gnus-ignored-from-addresses)
12852         (gnus-newsgroup-ignored-charsets)
12853         (gnus-group-highlight-words-alist)
12854         (gnus-summary-show-article-charset-alist): Add :version.
12855
12856         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12857         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12858         files, converted from the XPMs.
12859
12860         * gnus-cache.el (gnus-cache-active-file): Don't use
12861         file-name-as-directory on directory.
12862         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12863         use file-name-as-directory on directory.
12864
12865         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12866         (date-to-time): Use it.
12867
12868 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12869 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12870 ;       (message-newline-and-reformat): Likewise.
12871         (message-forward-as-mime, message-forward-ignored-headers)
12872         (message-buffer-naming-style, message-default-charset)
12873         (message-dont-reply-to-names, message-send-mail-partially-limit):
12874         Add :version.
12875
12876         * mm-util.el: Doc fixes.
12877         (mm-mime-charset): Don't use the raw result of
12878         mm-preferred-coding-system.
12879         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12880         (mm-with-unibyte): Simplify.
12881
12882         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12883         concat.
12884
12885         * pop3.el (pop3-version): Deleted.
12886         (pop3-make-date): New function, avoiding message-make-date.
12887         (pop3-munge-message-separator): Use it.
12888
12889 2000-11-09  Dave Love  <fx@gnu.org>
12890
12891         * gnus-group.el (gnus-group-make-directory-group)
12892         (gnus-group-fetch-faq): Use expand-file-name.
12893         (gnus-group-fetch-faq): Simplify completing-read form.
12894
12895         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12896         test for Mule.
12897
12898         * message.el (tool-bar-map): Defvar when compiling.
12899
12900         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12901         (gnus-tm-lisp-directory): Deleted.
12902         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12903         (featurep 'xemacs).
12904         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12905         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12906         version numbers from file names.
12907
12908 2000-11-08  Dave Love  <fx@gnu.org>
12909
12910         * mm-view.el: Use featurep for XEmacs test.
12911         (mm-inline-message): Test for `remove-specifier'; don't use
12912         condition-case.
12913
12914         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12915
12916         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12917         (gnus-score-find-bnews): Don't concat "".
12918
12919         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12920         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12921         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12922         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12923
12924         * gnus-sum.el: Put some defvars in eval-when-compile.
12925         (gnus-summary-mode-hook): Add :options.
12926         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12927         (gnus-summary-tool-bar-map): New variable.
12928         (gnus-summary-make-tool-bar): New function.
12929         (gnus-summary-mode): Put kill-all-local-variables first.
12930
12931         * gnus-group.el (gnus-group-toolbar-map): New variable.
12932         (gnus-group-make-tool-bar): Rewritten.
12933         (gnus-group-mode): Put kill-all-local-variables first.
12934
12935         * rfc2047.el: Require gnus-util.
12936
12937         * nnml.el (gnus-sorted-intersection): Autoload.
12938
12939         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12940         Put some defvars in eval-when-compile.
12941         (gnus-intersection, gnus-sorted-complement):  Autoload.
12942
12943         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12944
12945         * mm-encode.el (mm-body-7-or-8): Autoload.
12946
12947         * mm-decode.el (mm-insert-inline): Autoload.
12948
12949         * mml.el:
12950         * message.el: Put some defvars in eval-when-compile.
12951
12952         * gnus-msg.el: Put some defvars in eval-when-compile.
12953         (gnus-msg-mail): Move after gnus-setup-message.
12954
12955         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12956
12957 2000-11-07  Dave Love  <fx@gnu.org>
12958
12959         * gnus-util.el (nnheader): Don't require message (recursive
12960         autoload).
12961
12962         * uudecode.el: Avoid compiler warnings.
12963
12964         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12965         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12966
12967 2000-11-06  Dave Love  <fx@gnu.org>
12968
12969         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12970
12971         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12972         (uudecode-char-int): New alias, replacing char-int.
12973         (uudecode-decode-region): Don't call buffer-disable-undo.
12974
12975 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12976 ;       (mm-uu-configure-list): Doc fix.
12977 ;
12978 ;       * earcon.el (running-xemacs): Don't define.
12979 ;
12980 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12981 ;
12982 ;       * message.el (message-font-lock-keywords): Match a final newline
12983 ;       to help font-lock's multiline support.
12984 ;
12985 2000-11-03  Dave Love  <fx@gnu.org>
12986
12987         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12988
12989         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12990         name.
12991
12992         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12993         <banner>: Fix custom type, doc.
12994
12995         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12996         name.  Don't disable undo explicitly.
12997
12998 ;2000-11-02  Dave Love  <fx@gnu.org>
12999 ;
13000 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13001 ;       cite-prefix.
13002
13003 2000-11-01  Dave Love  <fx@gnu.org>
13004
13005         * rfc2047.el (base64): Require unconditionally.
13006         (message-posting-charset): Defvar when compiling.
13007         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13008         message.
13009
13010         * gnus-sum.el (nnoo): Require.
13011         (mm-uu-dissect): Autoload.
13012
13013         * mml.el (mml-parse-1): Clarify message.
13014         (mml-minibuffer-read-type): Use mailcap-mime-types.
13015
13016 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13017
13018         * mml.el: Fix a typo in the requiring of CL.
13019
13020 2000-11-01  Dave Love  <fx@gnu.org>
13021
13022         * utf7.el: Require cl when compiling.
13023
13024         * binhex.el: Use (featurep 'xemacs).
13025         (binhex-char-int): New alias, replacing char-int.  Change callers.
13026         (binhex-decode-region): Simplify work buffer code.
13027         (binhex-decode-region-external): Use expand-file-name, not concat.
13028
13029 2000-10-30  Dave Love  <fx@gnu.org>
13030
13031         * gnus-art.el: Fix 2000-10-27 change properly.
13032
13033 2000-10-28  Miles Bader  <miles@gnu.org>
13034
13035         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13036
13037 2000-10-27  Dave Love  <fx@gnu.org>
13038
13039         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13040         strings.
13041         (gnus-group-make-tool-bar): New function.
13042         (gnus-group-mode): Use it.
13043
13044         * message.el (message-mode-menu): Add some :help strings.
13045         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13046         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13047
13048         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13049         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13050         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13051
13052         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13053         display-graphic-p here.
13054
13055 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13056
13057         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13058         of the `gnus-xemacs' variable, as the latter has been removed.
13059         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13060         * gnus-art.el (gnus-treat-display-xface)
13061         (gnus-treat-display-smileys, gnus-treat-display-picons)
13062         (gnus-article-read-summary-keys): Likewise.
13063
13064 2000-10-26  Dave Love  <fx@gnu.org>
13065
13066         (defvar): Use rmail-spool-directory unconditionally.
13067
13068 2000-10-18  Dave Love  <fx@gnu.org>
13069
13070         * mm-bodies.el (mm-uu-decode-function)
13071         (mm-uu-binhex-decode-function): Defvar when compiling.
13072
13073         * gnus-nocem.el (gnus-nocem-issuers): Update.
13074         (gnus-nocem-check-from): New option.
13075         (gnus-nocem-scan-groups): Use it.
13076         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13077         (gnus-nocem-check-article-limit): Add :version.
13078
13079 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13080
13081         * ietf-drums.el (mm-util): Require CL when compiling.
13082
13083 2000-10-15  Dave Love  <fx@gnu.org>
13084
13085         * qp.el: Require mm-util.
13086
13087 2000-10-13  Dave Love  <fx@gnu.org>
13088
13089         * qp.el (quoted-printable-decode-region): Avoid invalid
13090         coding-systems.
13091
13092 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13093
13094         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13095         to a recursive load.
13096
13097 2000-10-12  Dave Love  <fx@gnu.org>
13098
13099         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13100
13101         * gnus.el (gnus-group-startup-message): Check for PBM image.
13102
13103 2000-10-09  Dave Love  <fx@gnu.org>
13104
13105         * mail-source.el (mail-source-fetch-imap): Bind
13106         default-enable-multibyte-characters rather than using
13107         mm-disable-multibyte.
13108
13109 2000-10-05  Dave Love  <fx@gnu.org>
13110
13111         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13112         Autoload.
13113         (quoted-printable-decode-region):  Rename arg which confused
13114         charset with coding-system.  Don't use nonascii-insert-offset.
13115         Coding-system encode the region initially.  Don't recognize `=='
13116         as valid QP.  Coding-system decode the region finally.
13117         (quoted-printable-decode-string): Rename arg which confused
13118         charset with coding-system.
13119
13120         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13121         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13122         mm-encode-coding-region.
13123         (mm-decode-body, mm-decode-string): Rename variables which
13124         confused charset with coding-system.
13125         (binhex-decode-region): Don't autoload.
13126         (mm-body-encoding): Require message.
13127         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13128         cond branches.
13129
13130         * gnus-art.el (article-de-quoted-unreadable)
13131         (article-de-base64-unreadable): Fold search case
13132         rather than downcasing string.  Apply mm-charset-to-coding-system
13133         to arg of quoted-printable-decode-region.
13134
13135 2000-10-04  Dave Love  <fx@gnu.org>
13136
13137         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13138         Require ring when compiling.
13139         (gnus-article-compface-xbm): New variable.
13140
13141 2000-10-04  Dave Love  <fx@gnu.org>
13142
13143         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13144         pbm images.
13145
13146         * frown.pbm, smile.pbm, wry.pbm: New files.
13147
13148         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13149
13150 2000-10-03  Dave Love  <fx@gnu.org>
13151
13152         * mail-source.el (mail-sources): Revert to nil.
13153
13154         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13155
13156         * qp.el: Don't require mm-util.
13157         (quoted-printable-decode-region): Rewritten.
13158         (quoted-printable-decode-string, quoted-printable-encode-region):
13159         Doc fix.
13160         (quoted-printable-encode-region): Barf on multibyte characters.
13161         Maybe make the class multibyte.  Upcase chars, not formatted
13162         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13163         (quoted-printable-encode-string): Don't use
13164         mm-with-unibyte-buffer.
13165
13166 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13167
13168         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13169
13170 2000-09-21  Dave Love  <fx@gnu.org>
13171
13172         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13173         (for Emacs 20).  Tidy somewhat.
13174
13175 2000-09-21  Dave Love  <fx@gnu.org>
13176
13177         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13178         image processing.  Rationalize logic somewhat.
13179
13180 2000-09-20  Dave Love  <fx@gnu.org>
13181
13182         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13183         specifically.
13184
13185         * gnus.el (gnus-version-number): Avoid some redundant
13186         autoloads.
13187
13188 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13189
13190         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13191         to XBM; we always have PBM support.
13192
13193 2000-09-14  Dave Love  <fx@gnu.org>
13194
13195         * gnus.el (gnus-charset):
13196         * mm-decode.el (mime-display):
13197         * imap.el (imap) <defgroup>: Add :version.
13198
13199 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13200
13201         * parse-time.el: Fix author's mail address.
13202
13203         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13204         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13205         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13206         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13207         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13208         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13209         * rfc2231.el, uudecode.el: Fix copyright notice.
13210
13211         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13212         require `w3' at load-time only if not running in batch mode.
13213
13214 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13215
13216         * gnus.el: Before merge with Emacs21.
13217
13218 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13219
13220         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13221
13222 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13223
13224         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13225         to avoid conflict with the standard `back-to-indentation'
13226         binding.
13227
13228 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13229
13230         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13231
13232         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13233         (mm-disable-multibyte-mule4): Ditto.
13234         (mm-with-unibyte-current-buffer-mule4): Ditto.
13235
13236 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13237
13238         * pop3.el (pop3-movemail): Use binary.
13239         (pop3-movemail-file-coding-system): Removed.
13240
13241 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13244
13245 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13246
13247         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13248         exists.
13249
13250 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13251
13252         * gnus-msg.el (gnus-post-method): Use backend name when the
13253         address is "".
13254
13255 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13256
13257         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13258         mm-verify-option.
13259         (gnus-treat-x-pgp-sig): Default value.
13260         (gnus-ignored-headers): Redundant.
13261
13262 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13263
13264         * gnus-win.el (gnus-configure-frame): Save selected window.
13265
13266 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13267
13268         * nnmbox.el: Require gnus-range.
13269         (nnmbox-group-building-active-articles): New variable.
13270         (nnmbox-group-active-articles): New variable; this is a cache of
13271         all active articles by group and number.
13272         (nnmbox-in-header-p): New function.
13273         (nnmbox-find-article): New function.
13274         (nnmbox-record-active-article): New function.
13275         (nnmbox-record-deleted-article): New function.
13276         (nnmbox-is-article-active-p): New function.
13277         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13278         (nnmbox-request-article): Ditto.  Also supply extra arg to
13279         nnmbox-article-group-number.
13280         (nnmbox-request-expire-articles): Ditto.
13281         (nnmbox-request-move-article): Ditto.
13282         (nnmbox-request-replace-article): Ditto.
13283         (nnmbox-request-rename-group): Rename group entry in active
13284         article cache.
13285         (nnmbox-delete-mail): Update active article cache, unless article
13286         is being replaced.
13287         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13288         than partially duplicating it.
13289         (nnmbox-article-group-number): Add extra `this-line' arg, to
13290         handle articles belonging to multiple groups.
13291         (nnmbox-save-mail): Update active article cache.
13292         (nnmbox-read-mbox): Build active article cache when loading mbox.
13293         Also do some repair work, if we find articles that are missing the
13294         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13295         reconstruct these from Xref info.
13296
13297 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13298
13299         * mail-source.el (mail-source-report-new-mail): Use
13300         nnheader-run-at-time.
13301
13302 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13303
13304         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13305         an error is thrown, and then rethrow the error.
13306         (mail-source-check-pop): Ditto.
13307         (mail-source-start-idle-timer): Prevent multiple pop checks
13308         running if the check takes a long time.
13309
13310 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13311
13312         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13313         succeed.
13314
13315 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13316
13317         * gnus-win.el (gnus-configure-windows): Make sure
13318         nntp-server-buffer is live.
13319         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13320
13321 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13322
13323         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13324
13325 2000-12-04  Andreas Jaeger  <aj@suse.de>
13326
13327         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13328
13329 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13330
13331         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13332
13333 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13335
13336         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13337
13338 2000-12-01  Simon Josefsson  <sj@extundo.com>
13339
13340         * mml-smime.el (mml-smime-verify): Fix address parsing.
13341
13342 2000-12-01  Simon Josefsson  <sj@extundo.com>
13343
13344         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13345         more than one certificate inside PKCS#7 blob.  Better security
13346         information (clamed / actual sender, openssl output, certificates
13347         inside message).
13348
13349         * smime.el (smime-verify-region): Output to /dev/null.
13350         (smime-buffer-as-string-region): Don't parse empty lines.
13351
13352 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13353
13354         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13355         ?d and ?D.
13356         (gnus-mime-security-show-details-inline): New variable.
13357         (gnus-mime-security-show-details): Use them.
13358         (gnus-insert-mime-security-button): Ditto.
13359
13360         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13361         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13362         (mml2015-gpg-clear-verify): Ditto.
13363         (mml2015-gpg-decrypt-1): Ditto.
13364         (mml2015-use): Prefer 'gpg.
13365
13366 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13367
13368         * gnus-util.el (gnus-add-text-properties-when): New function.
13369         (gnus-remove-text-properties-when): Ditto.
13370
13371         * gnus-cite.el (gnus-article-hide-citation): Use them.
13372         (gnus-article-toggle-cited-text): Use them.
13373
13374         * gnus-art.el (gnus-signature-toggle): Use them.
13375         (gnus-article-show-hidden-text): Ditto.
13376         (gnus-article-hide-text): Ditto.
13377
13378 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13379
13380         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13381
13382 2000-11-30  Simon Josefsson  <sj@extundo.com>
13383
13384         * smime.el (smime-point-at-eol): New alias.
13385         (smime-buffer-as-string-region): Use it.
13386
13387 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13388
13389         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13390
13391 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13392
13393         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13394
13395         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13396
13397         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13398
13399 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13400
13401         * nnmh.el (nnmh-request-expire-articles): Implemented
13402         expiry-target for nnmh backend.
13403
13404 2000-11-30  Simon Josefsson  <sj@extundo.com>
13405
13406         * mm-decode.el (mm-security-from): New variable.
13407         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13408
13409         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13410         than `from'.
13411
13412 2000-11-30  Simon Josefsson  <sj@extundo.com>
13413
13414         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13415         address match sender address.
13416
13417         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13418
13419         * smime.el (smime-verify-region): Don't copy buffer.
13420         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13421         (smime-pkcs7-region): New function.
13422         (smime-pkcs7-certificates-region): Ditto.
13423         (smime-pkcs7-email-region): Ditto.
13424         (smime-buffer-as-string-region): Ditto.
13425
13426         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13427         buffer.
13428
13429 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13430
13431         * smime.el (smime-decrypt-region): Fix keyfile argument.
13432
13433 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13434
13435         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13436
13437 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13438
13439         * message.el (message-shoot-gnksa-feet): New variable.
13440         (message-gnksa-enable-p): New function.
13441         (message-send): Use it.
13442         (message-check-news-body-syntax): Ditto.
13443
13444 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * message.el (message-make-message-id): Remove the redundancy.
13447
13448 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * message.el (message-setup): Discourage using mc-install-*-mode.
13451
13452         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13453
13454 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13455
13456         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13457
13458 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13459
13460         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13461
13462 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13463
13464         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13465
13466 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13467
13468         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13469         insert-buffer-substring.
13470
13471         * message.el (message-send-mail): Use buffer-substring-no-properties.
13472         (message-send-news): Ditto.
13473
13474 2000-11-22  David Edmondson  <dme@dme.org>
13475
13476         * imap.el (imap-wait-for-tag): Message read info.
13477
13478 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13479
13480         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13481         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13482         (mml2015-gpg-encrypt): Ditto.
13483
13484 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * mm-decode.el (mm-verify-option): Default value.
13487
13488         * mml-sec.el (mml-secure-part): Error message.
13489
13490 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13491
13492         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13493
13494 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13495
13496         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13497
13498 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13499
13500         * gnus-art.el (gnus-article-describe-key): Use prompt.
13501         (gnus-article-describe-key-briefly): Ditto.
13502
13503 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13504
13505         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13506
13507 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13508
13509         * gnus-art.el (gnus-article-describe-key): New function.
13510         (gnus-article-describe-key-briefly): New function.
13511
13512 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513
13514         * mm-decode.el (mm-decrypt-option): Doc typo.
13515
13516         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13517         return a number.
13518
13519 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13520
13521         * message.el (message-newline-and-reformat): Typo.
13522
13523 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13524
13525         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13526         original-article-buffer exists.
13527
13528         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13529         (rfc2047-header-encoding-alist): Addresses are different from text.
13530         (rfc2047-encode-message-header): Ditto.
13531         (rfc2047-dissect-region): Extra parameter.
13532         (rfc2047-encode-region): Ditto.
13533         (rfc2047-encode-string): Ditto.
13534
13535 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13536
13537         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13538         (mm-uu-pgp-encrypted-extract): Use it.
13539         (mm-uu-pgp-signed-extract-1): New function.
13540         (mm-uu-pgp-signed-extract): Use it.
13541
13542         * gnus-art.el (gnus-mime-display-security): New function.
13543         (gnus-mime-display-part): Use it.
13544         (gnus-mime-security-verify-or-decrypt): New function.
13545         (gnus-mime-security-press-button): New function.
13546         (gnus-insert-mime-security-button): Use it.
13547
13548         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13549         (mm-find-raw-part-by-type): Ditto.
13550         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13551         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13552         (mm-destroy-parts): Kill nested multibyte buffer.
13553
13554         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13555         (mml2015-gpg-verify): Ditto.
13556
13557 2000-11-18  Simon Josefsson  <sj@extundo.com>
13558
13559         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13560         (mml2015-function-alist): Use it.
13561
13562         * mml-sec.el (mml-sign-alist): Update names.
13563         (mml-encrypt-alist): Ditto.
13564         (mml-secure-part-smime-sign): Moved to mml-smime.el
13565         as `mml-smime-sign-query'.
13566         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13567         `mml-smime-get-file-cert'.
13568         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13569         `mml-smime-get-dns-cert'.
13570         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13571         `mml-smime-encrypt-query'.
13572         (mml-smime-sign-buffer): Use mml-smime-sign.
13573         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13574
13575         * mml-smime.el (mml-smime-sign): New function.
13576         (mml-smime-encrypt):
13577         (mml-smime-sign-query):
13578         (mml-smime-get-file-cert):
13579         (mml-smime-get-dns-cert):
13580         (mml-smime-encrypt-query): Moved from mml-sec.el.
13581
13582 2000-11-16  Simon Josefsson  <sj@extundo.com>
13583
13584         * mml2015.el (mml2015-gpg-clear-verify): New function.
13585         (mml2015-function-alist): Add it.
13586
13587 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * message.el (message-setup-fill-variables): Use
13590         message-cite-prefix-regexp.
13591         (message-newline-and-reformat): Check the end of citation, leading
13592         WSP, break in the cite prefix.
13593         (message-fill-paragraph): New function.
13594
13595 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13596
13597         * lpath.el: Shut up.
13598
13599 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13600
13601         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13602         raw 8-bit in headers in dk.* newsgroups.
13603
13604 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13605
13606         * message.el (message-newline-and-reformat): Match extra WSPs.
13607
13608 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13609
13610         * mml.el (mml-generate-mime-1): Ignore ascii.
13611
13612 2000-11-16 Justin Sheehy  <justin@iago.org>
13613
13614         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13615
13616 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13617
13618         * message.el (message-cite-prefix-regexp): Prefix should not end
13619         at space.
13620
13621 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13622
13623         * message.el (message-mode-syntax-table): Add - as a word
13624         constituent as in articles.
13625         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13626         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13627         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13628
13629 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13632
13633 2000-11-12  David Edmondson  <dme@dme.org>
13634
13635         * message.el (message-font-lock-keywords): use
13636         message-cite-prefix-regexp.
13637
13638 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13639
13640         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13641         Stein Arild Str\e,Ax\e(Bmme.
13642         (gnus-group-jump-to-group): Use it.
13643         (gnus-group-jump-to-group-prompt): Customize.
13644
13645 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13648
13649 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13650
13651         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13652         incompatible.
13653         (mml2015-mailcrypt-sign): Ditto.
13654
13655 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13656
13657         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13658         group is open.
13659
13660 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13661
13662         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13663         nnvirtual articles.
13664         (gnus-backlog-request-article): Don't request nnvirtual articles.
13665
13666 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13667
13668         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13669         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13670
13671 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13672
13673         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13674         * mml.el (mml-generate-mime-1): Use charset attribute.
13675         * mm-bodies.el (mm-encode-body): Add parameter charset.
13676         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13677
13678 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13679
13680         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13681         (mml2015-mailcrypt-clear-decrypt): Ditto.
13682         (mml2015-mailcrypt-verify): Ditto.
13683         (mml2015-mailcrypt-clear-verify): Ditto.
13684         (mml2015-gpg-verify): Ditto.
13685
13686 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13687
13688         * smime.el (smime-openssl-program): Test the existence of openssl.
13689         * mml-smime.el: Require mm-decode.
13690         (mml-smime-verify-test): New function.
13691         * mm-decode.el (mm-verify-function-alist): Use it.
13692
13693 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13696         anyway.
13697
13698 2000-11-13  Simon Josefsson  <sj@extundo.com>
13699
13700         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13701         verification doesn't work.
13702
13703 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13704
13705         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13706         (gnus-inews-do-gcc): Use it.
13707
13708 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13711         leading space.
13712         * mm-extern.el (mm-inline-external-body): Report error when no
13713         access-type.
13714
13715 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13716
13717         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13718
13719 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13720
13721         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13722
13723 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13724
13725         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13726         as multipart/mixed.
13727
13728 2000-11-12  David Edmondson  <dme@dme.org>
13729
13730         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13731         and replace `.' with `\w' to allow for different syntax tables
13732         (from Vladimir Volovich).
13733         * message.el (message-newline-and-reformat): use
13734         `message-cite-prefix-regexp'.
13735         * gnus-cite.el (gnus-supercite-regexp): use
13736         `message-cite-prefix-regexp'.
13737         * gnus-cite.el (gnus-cite-parse): use
13738         `message-cite-prefix-regexp'.
13739
13740 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13741
13742         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13743         PGP SIGNATURE.  Escape leading "-"'s.
13744         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13745
13746 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13747
13748         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13749
13750 2000-11-11  Simon Josefsson  <sj@extundo.com>
13751
13752         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13753
13754         * smime.el (smime-details-buffer): New variable.
13755         (smime-sign-region):
13756         (smime-encrypt-region):
13757         (smime-verify-region):
13758         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13759
13760         * mml-smime.el (mml-smime-verify): Support security info.
13761
13762 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13763
13764         * mm-decode.el (mm-verify-option): Set default to nil.
13765         (mm-decrypt-option): Ditto.
13766         * gnus-art.el (article-verify-x-pgp-sig): New function.
13767
13768 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13769
13770         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13771         preferred part.
13772
13773 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13774
13775         * gnus-sum.el (gnus-move-split-methods): Say that
13776         `gnus-split-methods' uses file names, whereas this uses group
13777         names.  (Report from Nevin Kapur)
13778
13779 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780
13781         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13782
13783 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13784
13785         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13786         (nnheader-directory-articles): Use it.
13787         (nnheader-article-to-file-alist): Ditto.
13788
13789 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13790
13791         * rfc2047.el (rfc2047-pad-base64): New function.
13792         (rfc2047-decode): Use it.
13793
13794 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13795
13796         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13797         select method.
13798
13799 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13800
13801         * mml2015.el (mml2015-gpg-decrypt-1):
13802         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13803
13804 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13805
13806         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13807
13808 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13809
13810         * pop3.el (pop3-munge-message-separator): A message may have an
13811         empty body.
13812
13813 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13814
13815         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13816         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13817         (mm-uu-pgp-signed-extract): Use coding-system.
13818
13819 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13820
13821         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13822         (gnus-insert-mime-security-button): New function.
13823         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13824         * mml2015.el:  Add security info when verify or decrypt.
13825         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13826         (mm-uu-pgp-encrypted-extract): Ditto.
13827
13828 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13829
13830         * mm-decode.el (mm-display-parts): New function.
13831         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13832
13833 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13834
13835         * gnus-mlspl.el: Documentation tweaks.
13836
13837 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13838
13839         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13840         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13841         argument.
13842
13843 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13844
13845         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13846
13847 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13848
13849         * gnus-art.el (gnus-article-encrypt): New function.
13850         (gnus-article-encrypt-protocol-alist): New variable.
13851         (gnus-article-encrypt-protocol): New variable.
13852         * mml2015.el (mml2015-self-encrypt): New function.
13853         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13854
13855 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13856
13857         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13858         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13859         let mailcap do it.
13860         * mml2015.el: Remove snarf code.
13861         * mm-decode.el: Remove snarf code.
13862
13863 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13864
13865         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13866         (mml-insert-mime): Understand gnus-decoded.
13867         (mime-to-mml): New parameter handles.
13868         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13869         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13870
13871 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13872
13873         * mm-decode.el (mime-security): New group.
13874         (mm-verify-function-alist): Add test function.
13875         (mm-decrypt-function-alist): Ditto.
13876         (mm-snarf-option): Set default value as nil.
13877         (mm-find-part-by-type): Recursive parameter.
13878         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13879         * mml2015.el: Support draft-ietf-openpgp-multsig.
13880
13881 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13882
13883         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13884         (gnus-article-view-part-as-charset): New function.
13885
13886 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * mm-decode.el (mm-verify-option): Default value.
13889         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13890
13891 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13892
13893         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13894
13895 2000-11-05  Simon Josefsson  <sj@extundo.com>
13896
13897         * mml-smime.el (mml-smime-verify): Work in original multipart
13898         buffert.
13899
13900         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13901         (mm-handle-multipart-ctl-parameter): Ditto.
13902         (mm-alist-to-plist): New function.
13903         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13904         for multiparts.
13905         (mm-destroy-parts): Destroy multipart buffert.
13906         (mm-remove-part): Ditto.
13907
13908         * mml-smime.el (mml-smime-sign): Not used.
13909         (mml-smime-encrypt): Ditto.
13910
13911         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13912
13913         Verify S/MIME signature support.
13914
13915         * mm-decode.el (mm-inline-media-tests): Add
13916         application/{x-,}pkcs7-signature.
13917         (mm-inlined-types): Ditto.
13918         (mm-automatic-display): Ditto.
13919         (mm-verify-function-alist): Ditto.  Add name of method.
13920         (mm-decrypt-function-alist): Add name of method.
13921         (mm-find-part-by-type): Add documentation.
13922         (mm-possibly-verify-or-decrypt): Use new format of
13923         mm-{verify,decrypt}-function-alist.  Use method names.
13924
13925         * mml-smime.el (mml-smime-verify): New function.
13926
13927 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13928
13929         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13930
13931 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13934         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13935         * mm-decode.el (mm-snarf-option): New variable.
13936
13937 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13938
13939         * mm-util.el (mm-subst-char-in-string): New function.
13940         (mm-replace-chars-in-string): Use it.
13941         * message.el (message-replace-chars-in-string): Use it.
13942         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13943         * gnus-mh.el (mh-lib-progs): Shut up.
13944
13945 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13946
13947         * base64.el, md5.el: Moved to contrib directory.
13948
13949 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13950
13951         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13952         the last article when search.
13953
13954 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13955
13956         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13957         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13958
13959 2000-09-29  David Edmondson  <dme@thus.net>
13960
13961         * message.el (message-newline-and-reformat): Typo.
13962
13963 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13964
13965         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13966
13967 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13968
13969         * nntp.el (nntp-decode-text): Delete bogus status lines.
13970
13971 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13972
13973         * message.el (message-font-lock-keywords): Match a final newline
13974         to help font-lock's multiline support.
13975
13976 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13977
13978         * nnoo.el (nnoo-set): New function.
13979
13980 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13981
13982         * gpg.el, gpg-ring.el: Moved to contrib directory.
13983
13984 2000-11-04  Simon Josefsson  <sj@extundo.com>
13985
13986         * nnimap.el (nnimap-split-inbox): Typo.
13987
13988 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13989
13990         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13991
13992 2000-11-03  Simon Josefsson  <sj@extundo.com>
13993
13994         * rfc2231.el (rfc2231-parse-qp-string): New function.
13995         (require): rfc2047.
13996
13997         * mail-parse.el (mail-header-parse-content-type):
13998         (mail-header-parse-content-disposition): Support invalid QP
13999         encoded strings, by using `rfc2231-parse-qp-string'.
14000
14001 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14002
14003         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14004         (rfc2231-decode-encoded-string): Typo "> X 1".
14005         (rfc2231-encode-string): Insert the name of charset.
14006         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14007
14008 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14009
14010         * mm-decode.el (mm-save-part): Return the filename.
14011         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14012         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14013         (gnus-mime-action-alist): Use it.
14014         (gnus-mime-button-commands): Use it.
14015         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14016         (mm-inline-external-body): unwind-protect.
14017
14018 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14019
14020         * gnus-art.el (gnus-insert-mime-button): Show url.
14021
14022 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14023
14024         * mml.el (mml-generate-mime-1): Support external url.
14025         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14026
14027 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14028
14029         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14030         * mm-decode.el (mm-display-external): Ditto.
14031         * mm-extern.el: New file.
14032         * mm-decode.el (mm-inline-media-tests): Hook it up.
14033         (mm-inlined-types): Inline message/external-body.
14034
14035 2000-11-02  Simon Josefsson  <sj@extundo.com>
14036
14037         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14038
14039         * message.el (message-get-reply-headers): Better handling when
14040         Mail-Followup-To is very large.
14041
14042 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14043
14044         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14045         * gnus-art.el (gnus-article-edit-done):
14046         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14047         counting code here.
14048         * gnus-msg.el (gnus-setup-message): Remove a hack.
14049
14050 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14051
14052         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14053         (gnus-summary-mode): Make them local variables.
14054         (gnus-set-global-variables): Globalize them.
14055         (gnus-summary-exit): Kill them.
14056
14057 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14058
14059         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14060         word.
14061
14062 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14063
14064         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14065         gnus-article-wash-types.
14066         * gnus-art.el (gnus-article-wash-status): Use them.
14067
14068 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14069
14070         * mml.el (mml-read-tag): Remove spaces and LF.
14071
14072 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14073
14074         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14075         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14076
14077 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14078
14079         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14080
14081 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14082
14083         * gnus-sum.el (gnus-article-charset): New variable.
14084         (gnus-summary-display-article): Set it.
14085         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14086         * gnus-art.el (gnus-article-mode): Make it local variable.
14087
14088 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089
14090         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14091
14092 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14093
14094         * nnwfm.el: New file.
14095
14096         * nnweb.el (nnweb-replace-in-string): New function.
14097
14098 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14099
14100         * mml2015.el: Wrap gpg.el.
14101         * gpg.el (gpg-verify): The last argument of apply is a list.
14102         (gpg-encrypt): Add passphrase as a parameter.
14103
14104 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14105
14106         * gpg.el: New file.
14107         * gpg-ring.el: New file.
14108
14109 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14110
14111         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14112
14113 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14116         double-quote characters.
14117         (gnus-summary-prepare-threads): Ditto.
14118
14119 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14122         * mml.el (mml-read-tag): Don't skip the leading space.
14123         * lpath.el (font-lock-set-defaults): Shut up.
14124
14125 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14126
14127         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14128
14129 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14130
14131         * qp.el (quoted-printable-encode-region): Replace leading - when
14132         ultra safe.
14133         * mml.el (mml-generate-mime-postprocess-function): Removed.
14134         (mml-postprocess-alist): Removed.
14135         (mml-generate-mime-1): Use ultra-safe when sign.
14136         * mml2015.el (mml2015-fix-micalg): Uppercase.
14137         (mml2015-verify): Insert LF.
14138         (mml2015-mailcrypt-sign): Downcase; search backward.
14139
14140 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141
14142         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14143         restrictive.
14144         (nnultimate-table-regexp): New variable.
14145         (nnultimate-forum-table-p): Use it.
14146
14147 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14148         Trivial patch.
14149
14150         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14151
14152 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14153
14154         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14155         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14156
14157 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14158
14159         * mml2015.el: Shut up.
14160
14161 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14162
14163         * gnus.el (gnus-server-browse-hashtb): Removed.
14164         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14165         (gnus-group-insert-group-line-info): Use simplified method.
14166         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14167
14168 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14169
14170         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14171         moved here.
14172         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14173         * gnus-group.el (gnus-group-prepare-flat): Use it.
14174         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14175
14176 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14177
14178         * mml.el (mml-mode): Show menu in XEmacs.
14179
14180 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14181
14182         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14183         (gnus-server-read-server-in-server-buffer): New function.
14184         (gnus-browse-foreign-server): Browse in group buffer.
14185         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14186         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14187         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14188         * gnus.el (gnus-server-browse-hashtb): New variable.
14189
14190 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191
14192         * nnfolder.el (nnfolder-open-nov): Use group.
14193
14194 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14195
14196         * nnfolder.el: Add NOV. Set version to 2.0.
14197         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14198
14199 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14200
14201         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14202
14203 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14204
14205         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14206         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14207
14208 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14209
14210         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14211
14212 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14213
14214         * mm-decode.el (mm-verify-function-alist): New variable.
14215         (mm-verify-option): New variable.
14216         (mm-decrypt-function-alist): Ditto.
14217         (mm-decrypt-option): Ditto.
14218         (mm-find-raw-part-by-type): New function.
14219         (mm-possibly-verify-or-decrypt): New function.
14220         (mm-dissect-multipart): Use it.
14221         * mml2015.el (mml2015-fix-micalg): New function.
14222         (mml2015-decrypt): Use new interface.
14223         (mml2015-verify):  Use new interface.
14224         (mml2015-setup): Make it bogus.
14225
14226 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * mml.el (mml-generate-mime-postprocess-function): Set to
14229         mml-postprocess.
14230         (autoload): Autoload mml2015 and mml-smime.
14231         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14232         * mml2015.el (mml2015-encrypt): New function.
14233         (mml2015-sign): New function.
14234         (mml2015-encrypt-function): New variable.
14235         (mml2015-sign-function): New variable.
14236         (mml2015-mailcrypt-encrypt): Use message-recipients.
14237         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14238         * mml-smime.el (mml-smime-setup): Ditto.
14239
14240 2000-10-28  Simon Josefsson  <sj@extundo.com>
14241
14242         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14243         Communigate Pro 3.3.1 server.
14244
14245         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14246         in buffers.
14247         (mml-secure-dns-server): Removed.
14248         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14249         write certificates to files.
14250
14251         * smime.el (smime-dns-server): New variable.
14252         (smime-mail-to-domain):
14253         (smime-cert-by-dns): New functions.
14254
14255         * dig.el: New file.
14256
14257 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14258
14259         * message.el (message-options): New variable.
14260         (message-options-set-recipient): New function.
14261         (message-send): Use them.
14262         * gnus-int.el (gnus-request-replace-article): Use them.
14263         (gnus-request-accept-article): Ditto.
14264         * mml.el (mml-preview): Use them.
14265         * gnus-sum.el (gnus-summary-edit-article): Use them.
14266
14267         * message.el (message-options-get): New function.
14268         (message-options-get): New function.
14269         * rfc2047.el (rfc2047-encode-message-header): Use them.
14270         * mm-bodies.el (mm-encode-body): Use them.
14271
14272 2000-10-28  Simon Josefsson  <sj@extundo.com>
14273
14274         * nnimap.el (nnimap-retrieve-which-headers):
14275         (nnimap-request-article-part): Quote message-id.
14276
14277         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14278         (smime-CA-file): New variable.
14279         (smime-call-openssl-region): Don't error.
14280         (smime-sign-region): Return result value.
14281         (smime-encrypt-region): Ditto.
14282         (smime-verify-region): New function.
14283         (smime-decrypt-region): Ditto.
14284         (smime-verify-buffer): Ditto.
14285         (smime-decrypt-buffer): Ditto.
14286
14287         * mml.el: Require mml-sec.
14288         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14289         (mml-mode-map): Add "sign" and "encrypt" maps.
14290         (mml-menu): Add security menu.
14291         (mml-preview): Use generate-new-buffer.
14292
14293         * mml-sec.el: New file.
14294
14295 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14296
14297         * mm-decode.el (mm-find-part-by-type): Move it here.
14298         * mml.el (mml-postprocess): Move it here.
14299         (mml-postprocess-alist): Move it here. Merge them.
14300
14301 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14302
14303         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14304         unencoded stuff in the header.
14305
14306 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14307
14308         * gnus-group.el (gnus-group-listed-groups): New variable.
14309         (gnus-group-list-option): New variable.
14310         (gnus-group-list-limit-map): New keymap.
14311         (gnus-group-list-flush-map): New keymap.
14312         (gnus-group-list-plus-map): New keymap.
14313         (gnus-group-prepare-logic): New function.
14314         (gnus-group-prepare-flat): Merge with
14315         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14316         (gnus-group-prepare-flat-list-dead): Ditto.
14317         (gnus-group-list-matching): Use gnus-group-prepare-function.
14318         (gnus-group-list-dormant): Ditto.
14319         (gnus-group-list-cached): Ditto.
14320         (gnus-group-listed-groups): New function.
14321         (gnus-group-list-limit): New function.
14322         (gnus-group-list-flush): New function.
14323         (gnus-group-list-plus): New function.
14324         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14325         (gnus-topic-prepare-topic): Ditto.
14326
14327 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14328
14329         * message.el (message-insert-to, message-get-reply-headers):
14330         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14331
14332 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * mml2015.el: New file.
14335         * smime.el: New file.
14336         * mml-smime.el: New file.
14337
14338 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14339
14340         * ChangeLog: Moved to ChangeLog.1.
14341
14342     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14343   Copying and distribution of this file, with or without modification,
14344   are permitted provided the copyright notice and this notice are preserved.
14345
14346 ;; Local Variables:
14347 ;; coding: iso-2022-7bit
14348 ;; End: