(gnus-summary-exit-no-update): Use gnus-kill-buffer.
[gnus] / lisp / ChangeLog
1 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2
3         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4
5 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * spam.el (spam-ham-move-routine) 
8         (spam-mark-spam-as-expired-and-move-routine): use
9         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
10         around process-mark manipulation on the group
11
12 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
13
14         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
15         submenu.
16
17 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * mail-source.el (mail-source-fetch): Reverse the return value of
20         the continuation question.
21
22 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * nndraft.el (nndraft-request-move-article): Bind
25         nnmh-allow-delete-final to t.
26
27 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
28
29         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
30        
31 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
32       
33         * nntp.el (nntp-accept-process-output): Don't use point-max to get
34         the buffer's size.
35
36 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
37
38         * nnheader.el: Added cygwin to system-type comparisons.
39        
40 2003-01-27  Juanma Barranquero  <lektu@terra.es>
41
42         * imap.el (imap-mailbox-status): Fix typo.
43
44 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
45
46         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
47         online.
48
49 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
50
51         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
52         commands.
53         * gnus-sum.el: Small change from Frank Weinberg
54         <frank@usenet-rundfahrt.de>:
55         (gnus-auto-center-group): New variable.
56         (gnus-summary-read-group-1): Use it.
57         (gnus-summary-next-group): Fix docstring.
58
59 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-util.el (gnus-faces-at): Simplify.
62
63 2003-02-13  Teodor Zlatanov  <tzz@bwh.harvard.edu>
64
65         * spam.el (spam-ham-move-routine) 
66         (spam-mark-spam-as-expired-and-move-routine): made the article
67         move conditional, so it's not called even if there's nothing to move
68
69 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
70
71         * message.el (message-unix-mail-delimiter): Accept any whitespace
72         after the email address and before the date; do not require the
73         space character.  From Kurt B. Kaiser <kbk@shore.net>.
74
75 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
78         gnus-article-boring-faces variable is bound; use gnus-faces-at.
79
80         * gnus-util.el (gnus-faces-at): New macro.
81
82 2003-02-13  Michael Shields  <shields@msrl.com>
83
84         * gnus-cite.el
85         (gnus-cite-attribution-suffix, gnus-cite-parse):
86         Better handling for Microsoft citation styles.
87         (gnus-unsightly-citation-regexp): New.
88
89 2003-02-12  Michael Shields  <shields@msrl.com>
90
91         * gnus-art.el (article-strip-banner): Strip both per-group and
92         per-user-address banners.
93         (article-really-strip-banner): New.
94
95 2003-02-12  Michael Shields  <shields@msrl.com>
96
97         * gnus-sum.el (gnus-article-goto-next-page,
98         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
99         relying on the summary bindings of `n' and `p'.
100
101 2003-02-12  Michael Shields  <shields@msrl.com>
102
103         * gnus-art.el (gnus-article-only-boring-p): New.
104         (gnus-article-skip-boring): New.
105         * gnus-cite.el (gnus-article-boring-faces): New.
106         * gnus-sum.el (gnus-summary-next-page): Use
107         gnus-article-only-boring-p.
108
109 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
110
111         * spam.el (spam-mark-spam-as-expired-and-move-routine)
112         (spam-ham-move-routine): unmark all articles before marking those
113         of interest and calling gnus-summary-move-article
114
115 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
116
117         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
118         logically the complement of gnus-get-buffer-create and
119         gnus-add-buffer.
120
121         * gnus-util.el (gnus-kill-buffer): do.
122
123         * nnmail.el: Autoload gnus-kill-buffer.
124
125 2002-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
126
127         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
128         gnus-summary-goto-subject as gnus-summary-update-mark operates on
129         the current LINE.
130         (gnus-agent-summary-fetch-group): Minimized the number of times
131         that the article is updated in the buffer.
132         
133 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * spam.el (spam-ham-move-routine): use the process-mark instead of
136         gnus-current-article when moving articles
137         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
138
139 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
142         (gnus-topic-catchup-articles): Ditto.
143         (gnus-topic-mark-topic): Reverse recursive logic.
144
145 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
146
147         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
148         gnus-refer-thread-limit is t.
149
150 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
151
152         * mm-util.el (mm-mule-charset-to-mime-charset): Use
153         sort-coding-systems to prefer utf-8 over utf-16.
154
155 2002-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
156
157         * gnus-agent.el (gnus-agent-expire-days):
158         gnus-request-move-article depends on gnus-agent-expire to clean up
159         the cache after moving the article.  Therefore, g-a-e-d can NOT
160         default to nil or can gnus-agent-expire be disabled by doing so.
161         If you don't want to run gnus-agent-expire, don't call it.
162         (gnus-agent-expire): The broken test to disable gnus-agent-expire
163         when g-a-e-d was NOT nil was removed.
164         (gnus-agent-article-name): Removed unnecessary input test as
165         article IDs are always strings.
166         (gnus-agent-regenerate-group): Added check to protect against
167         servers that generate absurdly long article IDs.  Valid IDs are
168         less than 10 digits to avoid overflow errors.  Fixed logic error
169         when ensuring that the final article ID is present in the new
170         alist.
171         
172 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
175         next line after finding the parent.
176
177 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus.el (gnus-version-number): Bumped.
180
181 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
182
183         * gnus.el: Oort Gnus v0.15 is released.
184
185 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
186
187         * nnmail.el (nnmail-split-it): If a message ends up matching the
188           same mailbox more than once, it will cause duplicates to appear
189           in the mailbox.
190
191 2003-02-08  Simon Josefsson  <jas@extundo.com>
192
193         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
194         code that only worked under Emacs.
195
196         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
197         Das <satyaki@chicory.stanford.edu>.
198
199 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
200
201         * gnus-art.el (gnus-article-refer-article): Use
202         gnus-replace-in-string.
203
204         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
205         (gnus-remove-duplicates): do.
206
207 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
208
209         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
210         (gnus-request-scan): set
211         gnus-internal-registry-spool-current-method to gnus-command-method
212         before a request-scan operation
213
214         * gnus-registry.el (regtest-nnmail): use
215         gnus-internal-registry-spool-current-method
216
217         
218
219 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * mail-source.el (mail-source-fetch): Typo fix.
222
223 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         * nnmail.el (nnmail-spool-hook): new hook
226         (nnmail-cache-insert): call nnmail-spool-hook
227
228         * gnus-registry.el: new file with examples of using the hooks
229
230         * gnus.el (gnus-registry): added registry customization group
231         (gnus-group-prefixed-name): improve function to return full group
232         name optionally
233         (gnus-group-guess-prefixed-name): shortcut to
234         gnus-group-prefixed-name, using just the group name
235         (gnus-group-full-name): always get a group's full name
236         (gnus-group-guess-full-name): shortcut, using just the group name
237
238         * gnus-sum.el (gnus-summary-article-move-hook) 
239         (gnus-summary-article-delete-hook) 
240         (gnus-summary-article-expire-hook): new hooks
241         (gnus-summary-move-article, gnus-summary-expire-articles) 
242         (gnus-summary-delete-article): invoke the new hooks
243
244 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
245
246         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
247           from message-ID
248
249 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
250
251         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
252
253 2003-02-07  John Paul Wallington  <jpw@gnu.org>
254
255         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
256         (mm-write-region, mm-detect-coding-region): Doc fixes.
257
258 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * mail-source.el (mail-source-fetch): Ignore errors.
261         (mail-source-ignore-errors): New variable.
262
263         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
264         articles. 
265
266         * gnus-msg.el (gnus-version-expose-system): Change default.
267
268 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
269
270         * gnus-msg.el (gnus-version-expose-system): New variable.
271
272 2003-02-07  Simon Josefsson  <jas@extundo.com>
273
274         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
275         patch from deskpot@myrealbox.com (Vasily Korytov).
276
277 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-art.el (article-display-face): Get the Face header from
280         the current buffer.
281
282 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-art.el (gnus-mime-view-part-internally): Bind
285         buffer-read-only to nil.
286
287 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
290         from g-a-e-1 to g-a-e-2.
291
292 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
293
294         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
295         of bbdb-search-simple, use spam-use-BBDB-exclusive
296         (spam-check-whitelist): use spam-use-whitelist-exclusive
297         (spam-use-whitelist-exclusive): new variable affecting
298         spam-use-whitelist
299         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
300
301 2003-02-05  Simon Josefsson  <jas@extundo.com>
302
303         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
304         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
305         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
306         (gnus-agent-expire-1): New.
307         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
308         (gnus-agent-expire-2): New.
309
310 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
311
312         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
313         "delete-if" is misleading because it isn't actually destructive.
314
315         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
316         
317         * nnmail.el (nnmail-purge-split-history): do.
318
319         * gnus-win.el (gnus-get-buffer-window): do.
320         
321         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
322         let-binding.
323         (gnus-simplify-all-whitespace): do.
324
325 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * gnus-delay.el (gnus-delay-article): Fix binding of the
328         nndraft:delayed group.
329
330 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * gnus.el (spam group parameters): change 'other to 'const in
333         the group parameter definitions to soothe XEmacs
334
335 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
336
337         * gnus-delay.el (gnus-delay-article): Really create
338         nndraft:delayed group if it doesn't exist.
339
340 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
341
342         * gnus-sum.el (gnus-summary-search-article): Speed up by
343         disabling various visual features while searching.
344         (gnus-summary-recenter): Test gnus-auto-center-summary first.
345
346 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
347
348         * spam.el (spam-list-of-checks): Don't quote nil and t in
349         docstrings.  From the elisp manual:
350
351            When a documentation string refers to a Lisp symbol, write
352            it [..] with single-quotes around it.  [..] There are two
353            exceptions: write t and nil without single-quotes.
354
355         * messcompat.el (message-from-style): do.
356
357         * message.el (message-send-mail): do.
358
359         * gnus-util.el (gnus-use-byte-compile): do.
360
361         * gnus-score.el (gnus-score-lower-thread): do.
362
363         * gnus-int.el (gnus-server-unopen-status): do.
364
365         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
366         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
367
368         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
369         (gnus-group-parameters): do.
370
371         * gnus-art.el (gnus-article-mime-match-handle-function): do.
372
373         * mm-decode.el (mm-text-html-renderer): do.
374
375 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * nnheader.el (nnheader-directory-separator-character): Change the
378         way to compute the dafault value.
379
380 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
381
382         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
383         (gnus-button-alist): Fix regexp for describe-key.
384         (gnus-button-handle-describe-function)
385         (gnus-button-handle-describe-variable)
386         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
387         (gnus-button-handle-apropos-variable)
388         (gnus-button-handle-apropos-documentation): Docstring fix.
389
390         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
391
392 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
395         to nil.
396
397         * nnmail.el: Removed gnus-util autoload.
398
399         * gnus.el: Use gnus-prin1-to-string throughout.
400
401         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
402         print-level. 
403
404         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
405         (gnus-treat-display-grey-xface): Removed.
406
407         * gnus-fun.el (gnus-grab-cam-face): New.
408         (gnus-convert-image-to-gray-x-face): Removed.
409         (gnus-convert-gray-x-face-to-xpm): removed.
410         (gnus-convert-gray-x-face-region): Removed.
411         (gnus-grab-gray-x-face): Removed.
412
413         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
414
415 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
416
417         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
418         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
419         bound.
420
421         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
422
423 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
424
425         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
426         Remove -- these are bogus options which are never used.
427
428 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
429
430         * gnus-art.el (gnus-article-mode): Use summary tool bar.
431
432 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * spam.el (spam-check-blackholes) 
435         (spam-blackhole-good-server-regex): new variable to skip some IPs
436         when checking blackholes; use it
437         (spam-check-bogofilter-headers) 
438         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
439         case more X-Bogosity is used than just "Yes/No"
440         (spam-ham-move-routine): semi-fixed, only first article is
441         properly moved now
442
443 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
444
445         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
446         as well.
447         
448         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
449         
450         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
451         
452         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
453         
454         * gnus-bcklg.el (gnus-backlog-shutdown): do.
455         
456         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
457
458 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-fun.el (gnus-face-encode): New function.
461         (gnus-convert-png-to-face): Use it.
462
463         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
464
465 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
466
467         * mm-decode.el (mm-dissection-list): Remove.
468         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
469         only used in mm-remove-all-parts.
470         (mm-remove-all-parts): Remove it, it's never called.
471
472 2003-01-25  Simon Josefsson  <jas@extundo.com>
473
474         * gnus-group.el (gnus-group-make-group): Report errors.
475
476         * nnimap.el (nnimap-request-create-group): Ditto.
477
478         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
479
480         * sieve.el (sieve-upload): Fix error printing.
481
482         * mm-encode.el (mm-qp-or-base64): Always QP iff
483         mm-use-ultra-safe-encoding and cleartext PGP.
484
485         * gnus-sum.el (gnus-summary-select-article): Inhibit
486         redisplay (mainly for secured messages).
487
488         * nnmail.el (nnmail-article-group): Copy body too (but don't
489         process it).
490
491 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
492
493         * gnus-art.el (gnus-article-setup-buffer): Reset
494         gnus-button-marker-list.
495
496 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * nntp.el (nntp-read-timeout): Default to using a second delay
499         under Microsoft Windows.
500
501 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * nnheader.el (nnheader-directory-separator-character): New
504         variable. 
505
506 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
507
508         * gnus-agent.el (gnus-agent-max-fetch-size)
509         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
510         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
511         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
512         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
513         (gnus-agent-braid-nov, gnus-agent-load-alist)
514         (gnus-agent-article-alist-save-format)
515         (gnus-agent-read-agentview, gnus-agent-save-alist)
516         (gnus-agent-fetch-group-1, gnus-agent-expire)
517         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
518         (gnus-agent-regenerate-group): Reformat to keep under eighty
519         columns.  Reword docstrings so that first line is under eighty
520         chars and a complete sentence.  Still need to work on the rear
521         end of the file, in particular gnus-agent-expire.       
522
523 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * gnus-agent.el (gnus-agentize): Indent.
526
527         * gnus.el (gnus-version-number): Bumped.
528
529 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
530
531         * gnus.el: Oort Gnus v0.14 is released.
532
533 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
534
535         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
536         before beginning.  Tiny patch from Mark Thomas
537         <swoon@bellatlantic.net>.
538
539 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * spam.el (spam-check-blackholes, spam-split) 
542         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
543         gnus-message calls to show to users what spam.el is doing
544
545 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
546
547         * gnus-msg.el (gnus-message-replysign)
548         (gnus-message-replyencrypt): Fix typo.
549
550 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
553         details. 
554
555 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-art.el (gnus-article-press-button): let* -> let.
558         (gnus-mime-security-show-details): Cleaned up.
559         (gnus-mime-security-press-button): Save excursion.
560         (gnus-insert-mime-security-button): Clean up.
561
562         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
563
564         * gnus-async.el (gnus-async-wait-for-article): Don't use a
565         timeout. 
566
567         * nntp.el (nntp-accept-process-output): Removed timeout. 
568         (nntp-read-timeout): New variable.
569         (nntp-accept-process-output): Use it.
570
571         * gnus-sum.el (gnus-data-find-list): Remove *.
572
573 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
574
575         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
576         introduced on 2002-01-22.
577         (gnus-summary-first-unseen-or-unread-subject): Ditto.
578
579 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
582         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
583         checks of incoming mail based on simple header regexp matching
584
585 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
586
587         * gnus-sum.el (gnus-spam-mark): set to `$'
588
589 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
590
591         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
592         gnus-newsgroup-unfetched, the list of articles whose headers have
593         not been fetched from the server.
594
595         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
596         parameter as it never worked due to a bug.  Added check to prevent
597         selection of any article in the gnus-newsgroup-unfetched list.
598         (gnus-summary-find-prev): Added check to prevent selection of any
599         article in the gnus-newsgroup-unfetched list.
600         (gnus-summary-first-subject): Documented API. Modified
601         implementation so that constraints are handled independently.
602         Added check to prevent selection of any article in the
603         gnus-newsgroup-unfetched list.
604         (gnus-summary-first-unseen-subject): Updated parameters in
605         gnus-summary-first-subject call to match new API.
606         (gnus-summary-first-unseen-or-unread-subject): Ditto.
607         (gnus-summary-catchup): Do not mark unfetched articles as read.
608         
609 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
610
611         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
612         make-obsolete-variable allows only two arguments in XEmacs and
613         Emacs 20.
614
615         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
616         gnus-article-hide-pgp.
617         (gnus-summary-make-menu-bar): do.
618
619         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
620         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
621         gnus-article-hide-pgp.
622         (article-hide-pgp): Remove.
623         (gnus-article-hide): Remove gnus-article-hide-pgp.
624
625         * gnus.el: Remove gnus-article-hide-pgp
626
627 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * message.el (message-required-headers): Doc fix.
630
631 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
634         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
635         option to make ifile a purely binary classifier
636
637 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
640         (mml-secure-encrypt-pgpmime): Removed double.
641
642         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
643         debugging statements.
644
645 2003-01-21  Andreas Fuchs  <asf@void.at>
646
647         * mml-sec.el (mml-sign-alist): Added pgpauto.
648
649 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * gnus.el (gnus-version-number): Bumped version number.
652
653 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
654
655         * gnus.el: Oort Gnus v0.13 is released.
656
657 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-art.el (gnus-button-url-regexp): Removed |.
660
661         * message.el (message-send-hook): Doc fix.
662
663         * gnus-win.el (gnus-buffer-configuration): Display article
664         instead of article-copy when `reply'.
665
666 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
667
668         * gnus.el (gnus-format): Change customize group to gnus.
669         (gnus-cache): Add link.
670         (gnus-group-charter-alist): Fix docstring.
671
672 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
673
674         * mailcap.el (mailcap-print-command): lpr-command might be
675         unbound in XEmacs.
676
677 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
678
679         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
680
681         * gnus-sum.el (gnus-summary-update-article-line): Fixed
682         calculation of net characters added for use in the gnus-data
683         structure.
684         
685 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
686
687         * nnmail.el (nnmail-process-unix-mail-format): Improve error
688         message.  Suggested by Jari Aalto.
689
690 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
693         (gnus-article-reply-with-original): Ditto.
694
695         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
696         read articles don't become unread.
697
698 2003-01-17  Simon Josefsson  <jas@extundo.com>
699
700         * gnus-fun.el (gnus-x-face-from-file): 
701         (gnus-face-from-file): Suggest image format in minibuffer prompt.
702
703         * gnus-fun.el (gnus-convert-image-to-x-face-command)
704         (gnus-convert-image-to-face-command): Doc fix.
705
706 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
709
710 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
711
712         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
713         avoid encoding problems.
714
715         * mailcap.el (mailcap-ps-command): New variable.
716         (mailcap-mime-data): Add print entry where applicable.  Use
717         pdftotext on a tty.
718
719 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
720
721         * gnus-sum.el (gnus-alter-header-function): Add type and group.
722
723 2003-01-16  Simon Josefsson  <jas@extundo.com>
724
725         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
726         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
727         (gnus-face-from-file): Doc fix; don't mention image format.
728
729 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * spam.el (spam-get-article-as-filename): new function (unused for now)
732         (spam-get-article-as-buffer): new function
733         (spam-get-article-as-string): use spam-get-article-as-buffer
734         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
735
736 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
737  
738         * gnus-agent.el: Don't use `path'.
739         From the GNU coding standards:
740         
741             Please do not use the term ``pathname'' that is used in Unix
742             documentation; use ``file name'' (two words) instead.  We use
743             the term ``path'' only for search paths, which are lists of
744             directory names.
745
746         * nnsoup.el (nnsoup-file-name): Ditto.
747  
748         * nnmail.el (nnmail-pathname-coding-system): Ditto.
749         (nnmail-group-pathname): Ditto.
750  
751         * nnimap.el (nnimap-group-overview-filename): Ditto.
752  
753         * nnheader.el (nnheader-pathname-coding-system): Ditto.
754         (nnheader-group-pathname): Ditto.
755  
756         * nnfolder.el (nnfolder-group-pathname): Ditto.
757  
758         * gnus.el (gnus-home-directory): Ditto.
759  
760         * gnus-group.el (gnus-group-icon-list): Ditto.
761  
762 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
763
764         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
765
766         * message.el (message-mode-menu): Use it.
767         (message-mode-menu): Deactivate "Yank Original" if there's no
768         reply buffer.
769
770         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
771
772         * message.el (message-mark-active-p): New function.
773
774 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
775
776         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
777         (spam-bogofilter-database-directory): new variables
778         (spam-check-bogofilter-headers, spam-check-bogofilter) 
779         (spam-bogofilter-register-with-bogofilter) 
780         (spam-bogofilter-register-spam-routine) 
781         (spam-bogofilter-register-ham-routine) 
782         (spam-group-ham-processor-bogofilter-p): new functions for the new
783         Bogofilter interface
784         (spam-summary-prepare-exit): use the new Bogofilter functions
785         (spam-list-of-checks): added spam-use-bogofilter-headers
786         (spam-bogofilter-score): rewrote function
787         (spam-check-bogofilter): optional score parameter, uses
788         spam-check-bogofilter-headers better
789         (spam-check-bogofilter-headers): optional score parameter
790
791         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
792         default, in the gnus-start customization group.  Used to disable
793         the spam-*/ham-* parameters.
794         (gnus-group-ham-exit-processor-bogofilter): new ham processor
795
796 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
797
798         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
799         XEmacs.
800
801         * gnus-ems.el (gnus-mark-active-p): do.
802
803 2003-01-15  Kevin Ryde  <user42@zip.com.au>
804
805         * gnus.texi (Using MIME): Mention auto-compression-mode with
806         gnus-mime-copy-part.
807
808 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * message.el (message-send): Don't warn about duplicates when
811         superseding. 
812
813 2003-01-15  Simon Josefsson  <jas@extundo.com>
814
815         * nnimap.el (nnimap-split-download-body): New variable.
816         (nnimap-split-articles): Use it.
817
818 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
819
820         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
821         integrity checker was incorrectly flagging, and removing, articles
822         whose article number was negative.
823         (gnus-agent-fetch-group-1): When executed in the group's summary
824         buffer, refresh each downloaded line to update the status flag and
825         font.  Preserve the value of gnus-newsgroup-headers so that
826         gnus-agent-fetch-articles can split the requests by size.
827         (gnus-agent-expire): Corrected day calculation for when
828         gnus-agent-expire-days contains a list.
829
830 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
833
834 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
835
836         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
837           /usr/bin/play as default player. 
838           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
839
840 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
843         articles to be marked as well.
844
845 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
846         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
847         fictious headers generated by nnagent (ie. Undownloaded Article
848         ####) in the list of articles that have not been downloaded.
849         
850         * gnus-int.el (): Added require declarations to resolve
851         compile-time warnings.
852         (gnus-open-server): If the server status is set to offline,
853         recursively execute gnus-open-server to open the offline backend
854         (e.g. nnagent).
855
856 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
857
858         * gnus-art.el (gnus-article-reply-with-original): Use
859         gnus-mark-active-p.
860         (gnus-article-followup-with-original): do.
861
862 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
863
864         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
865
866 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * gnus-score.el (gnus-score-edit-file-at-point): New function.
869         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
870
871 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
872
873         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
874         (gnus-face-from-file): Ditto.
875
876 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * gnus-sum.el (gnus-articles-to-read): Don't just apply
879         gnus-alter-articles-to-read-function to the unread articles. 
880
881 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
882
883         * deuglify.el (gnus-article-outlook-unwrap-lines)
884         (gnus-article-outlook-repair-attribution)
885         (gnus-article-outlook-rearrange-citation): New function names,
886         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
887         doc-string.
888
889         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
890         removed `W k' key binding (use `W Y f' instead).
891         (gnus-summary-make-menu-bar): Use new function names.
892
893 2003-01-13  Simon Josefsson  <jas@extundo.com>
894
895         * gnus-fun.el (gnus-random-x-face): Doc fix.
896         (gnus-insert-random-x-face-header): New function.
897
898 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
899
900         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
901         mark is not active.
902
903         * gnus-msg.el (gnus-inews-do-gcc): Comment.
904
905         * gnus-ems.el (gnus-mark-active-p): New function.
906
907         * gnus-group.el (gnus-topic-mode-p): New function.
908         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
909         Deactivate items if mark is not active.
910
911 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus.el (gnus-version-number): Bumped version.
914         (gnus-summary-line-format): Doc fix.
915
916 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
917
918         * gnus.el: Oort Gnus v0.12 is released.
919
920 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * mail-source.el (mail-sources): Removed autoload to make it
923         compile under XEmacs.
924
925 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
926
927         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
928         regexp or a function too.
929         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
930         confirmation even if the original article is mail.
931
932 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
935         articles to be marked when not yanking.
936
937 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
938
939         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
940         
941 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-fun.el (gnus-face-from-file): Autoload.
944
945         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
946         errors.
947
948 2003-01-12  Simon Josefsson  <jas@extundo.com>
949
950         * sieve.el (sieve-upload-and-bury): New.  Suggested by
951         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
952
953         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
954         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
955
956 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
959         in every string.
960
961         * gnus.el (gnus-version-number): Bumped version number.
962
963 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
964
965         * gnus.el: Oort Gnus v0.11 is released.
966
967 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
968
969         * message.el (message-fetch-reply-field): Narrow to headers.
970
971         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
972         if Gnus isn't alive.
973
974 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
975
976         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
977         marks from articles that are already stored in the agent.
978         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
979         backup copy of an invalid .overview file for later analysis.
980         
981 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
982
983         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
984         exit work with two frames.
985
986 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
987
988         * message.el (message-forward-make-body): Use mule4.
989
990 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * message.el (message-mode-map): Move wide-reply command.
993
994 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
995
996         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
997         castellano.
998         (gnus-outlook-display-hook): New variable.
999         (gnus-outlook-display-article-buffer): New function.
1000         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1001         (gnus-outlook-deuglify-article): Made them interactive and added
1002         optional arg.  Use `g-o-d-a-b'.
1003         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1004
1005         * gnus-sum.el: Added autoloads.
1006         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1007         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1008
1009 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * gnus-art.el (gnus-display-mime): Use the mime emulation
1012         variable. 
1013
1014         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1015
1016         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1017         newsrc-alist is initialized properly.
1018
1019         * mail-source.el (mail-sources): Autoload.
1020
1021         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1022         nil.
1023
1024         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1025         insert two newlines.
1026
1027         * message.el (message-check-news-header-syntax): Compute the
1028         header length correctly.
1029
1030 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1031
1032         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1033         alist when keeping fetched article file.
1034         (gnus-agent-retrieve-headers): When parsing response for article
1035         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1036         against garbage in the server's response.
1037
1038         * gnus-int.el (gnus-request-expire-articles,
1039         gnus-request-move-article): Only expire when the group's server
1040         has been agentized.
1041
1042 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1045         errors when deleting overlays.
1046
1047         * gnus-score.el (gnus-score-followup): Allow tracing.
1048
1049         * gnus-art.el (gnus-treat-display-face): New variable.
1050         (article-display-face): New command.
1051
1052         * gnus-fun.el (gnus-face-from-file): New function.
1053         (gnus-convert-face-to-png): Ditto.
1054
1055         * gnus-art.el (gnus-ignored-headers): Added Face.
1056
1057 2003-01-10  Simon Josefsson  <jas@extundo.com>
1058
1059         * nndraft.el (nndraft-request-group): Avoid crash in
1060         directory-files when draft directory doesn't exists.
1061
1062         * gnus-sum.el (gnus-select-article-hook): Add :option.
1063
1064 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1065
1066         * spam.el (spam-use-stat): new variable
1067         (spam-group-spam-processor-stat-p) 
1068         (spam-group-ham-processor-stat-p): new convenience functions
1069         (spam-summary-prepare-exit): add spam/ham processors to sequence
1070         (spam-list-of-checks): add spam-use-stat to list of checks
1071         (spam-split): conditionally load the spam-stat tables
1072         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1073         spam-check-ifile): new functions
1074
1075         * spam-stat.el (spam-stat): typo fix
1076         (spam-stat-install-hooks): new variable
1077         (spam-stat-split-fancy-spam-group): added documentation clarification
1078         (spam-stat-split-fancy-spam-threshhold): new variable
1079         (spam-stat-install-hooks): make hooks conditional
1080         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1081
1082         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1083         spam-stat ham/spam processor symbols
1084
1085 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1088         file exists.
1089
1090 2003-01-10  Simon Josefsson  <jas@extundo.com>
1091
1092         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1093         undownloaded/downloadable only when unplugged.
1094
1095 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1096
1097         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1098
1099 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1100
1101         * spam.el (spam-check-ifile): fixed call-process-region to use the
1102         db parameter only if it's set
1103         (spam-ifile-register-with-ifile): ditto
1104
1105 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1106
1107         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1108         spam-stat-nbad before creating the hash table.
1109         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1110         Changed copyright statement to FSF.
1111
1112 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1113
1114         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1115         processable articles as read.
1116         (gnus-agent-summary-fetch-series): Remove processable and
1117         downloadable marks on all downloaded articles in the series.
1118
1119         * nntp.el (nntp-report): Throw error after reporting the problem.
1120         (nntp-accept-process-output): Corrected error check to report an
1121         error when the process is nil.
1122
1123 2003-01-09  Simon Josefsson  <jas@extundo.com>
1124
1125         * message.el (message-tool-bar-map): Add preview.
1126
1127 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1128
1129         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1130         previewing.
1131
1132 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1133
1134         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1135         bug when the (n+1)th article to be added to a group has a smaller
1136         number than the n articles already added.
1137
1138 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1139
1140         * message.el (message-mode-field-menu): Use backquote.
1141
1142 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * spam.el: fixed the BBDB autoloads again, using
1145         bbdb-search-simple now (which is not a macro, thank god)
1146
1147         * lpath.el (bbdb-search): removed function from maybe-fbind list
1148
1149         * gnus.el (ham-process-destination): added new parameter for
1150         destination of ham articles found in spam groups at summary exit
1151
1152         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1153         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1154         (spam-ifile-database-path): added new parameter for ifile's database
1155         (spam-move-spam-nonspam-groups-only): new parameter to determine
1156         if spam should be moved from all groups or only some
1157         (spam-summary-prepare-exit): fixed logic to use
1158         spam-move-spam-nonspam-groups-only when deciding to invoke
1159         spam-mark-spam-as-expired-and-move-routine; always invoke that
1160         routine after the spam has been expired-or-moved in case there's
1161         some spam left over; use spam-ham-move-routine in spam groups
1162         (spam-ham-move-routine): new function to move ham articles to the
1163         ham-process-destinations group parameter
1164
1165 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1168
1169         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1170         gnus-summary-update-article-line.
1171
1172 2003-01-08  Simon Josefsson  <jas@extundo.com>
1173
1174         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1175         not successful.
1176
1177 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1180
1181 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1182
1183         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1184         logic, finally
1185
1186 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1189         (gnus-parse-format): Change to %~.
1190
1191         * message.el (message-generate-headers): Don't generate optional
1192         empty headers.
1193
1194 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1195
1196         * message.el (message-cross-post-default)
1197         (message-cross-post-note-function, message-shoot-gnksa-feet)
1198         (message-strip-subject-trailing-was, message-change-subject)
1199         (message-mark-insert-file, message-cross-post-followup-to)
1200         (message-cross-post-followup-to, message-mode-map)
1201         (message-generate-unsubscribed-mail-followup-to)
1202         (message-make-mail-followup-to): Minor changes to doc-strings and
1203         error messages.  Updated copyright line.
1204
1205         * message.el (message-make-mail-followup-to,
1206         message-generate-unsubscribed-mail-followup-to): New function
1207         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1208         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1209         names.
1210
1211         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1212         (mml-preview-insert-mft): Removed function name.
1213         (mml-preview): Use new function names.
1214
1215         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1216
1217         * message.el (message-mode-field-menu): Moved header related
1218         commands from "Message" to "Field" menu.
1219
1220 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1221
1222         * message.el (message-generate-headers-first): Added customization
1223         if variable is a list.
1224
1225 2003-01-07  Michael Shields  <shields@msrl.com>
1226
1227         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1228         where the last line of the article is the last line of the window.
1229
1230 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-msg.el (gnus-debug): Use ignore-errors.
1233
1234         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1235         `gnus-summary-update-line'.
1236
1237 2003-01-08  Simon Josefsson  <jas@extundo.com>
1238
1239         * gnus-art.el (gnus-unbuttonized-mime-types)
1240         (gnus-buttonized-mime-types): Doc fix.
1241
1242 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1243
1244         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1245
1246 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1247
1248         * nnrss.el (nnrss-group-alist): Add and clear up.
1249
1250 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1251
1252         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1253
1254         * lpath.el (bbdb-search): added BBDB functions for a better way to
1255         fix missing functions
1256
1257         * spam.el (spam-check-ifile): if should be an unless
1258
1259         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1260         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1261         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1262
1263 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1266         gnus-summary-refer-thread to thread menu.
1267
1268 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1269
1270         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1271         summary buffer, articles that cannot be fetched are marked as
1272         canceled.
1273
1274         * nntp.el (nntp-with-open-group): The quit signal handler must
1275         propagate the quit signal to the next outer handler so that the
1276         caller knows that the request aborted abnormally.
1277
1278 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1279
1280         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1281         (spam-ifile-register-spam-routine)
1282         (spam-ifile-register-ham-routine): added ifile functionality that
1283         does not use ifile-gnus.el to classify and register articles
1284         (spam-get-article-as-string): convenience function
1285         (spam-summary-prepare-exit): added ifile spam and ham registration
1286         (spam-ifile-all-categories, spam-ifile-spam-category)
1287         (spam-ifile-path, spam-ifile): added customization options
1288
1289         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1290         exit processor
1291         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1292         list of choices
1293
1294 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-score.el (gnus-score-followup): Also score immediate
1297         followups.
1298
1299 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1302
1303 2003-01-07  Simon Josefsson  <jas@extundo.com>
1304
1305         * message.el (message-mode-menu): Fix receipt balloon help.
1306
1307 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1308
1309         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1310         always be interpreted as news.
1311
1312 2003-01-07  Simon Josefsson  <jas@extundo.com>
1313
1314         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1315         gnus-sieve-script, instead of the global variable
1316         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1317         <sb@dod.no>.
1318
1319 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1320
1321         * gnus.el: Renamed gnus-summary-*-uncached-face as
1322         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1323         the cache.
1324
1325         * gnus-sum.el: Ditto.
1326
1327 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1328
1329         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1330         in either the group or summary buffer.
1331         New command "JS", in summary buffer, will fetch articles per the
1332         group's category, predicate, and processable flags.
1333         (gnus-agent-summary-fetch-series): Rewritten to call
1334         gnus-agent-session-fetch-group once with all articles in the
1335         series.
1336         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1337         return list of fetched articles.
1338         (gnus-agent-fetch-articles): Split fetch list into sublists such
1339         that the article buffer is only slightly larger than
1340         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1341         the group's article alist is saved.
1342         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1343         longer result in the agent trying to fetch an article.
1344         (gnus-agent-fetch-group-1): Can now be called in either the group
1345         or summary buffer.  Removed the max-fetch-size code that I added
1346         on 2002-12-13 as that capability is now part of
1347         gnus-agent-fetch-articles.  Added code to update summary buffer.
1348         When called in the group buffer, articles that can not be fetched
1349         are AUTOMATICALLY MARKED AS READ.
1350
1351         * gnus-sum.el (): Modified eval-when-compile to minimize
1352         misleading compilation warnings.
1353         (gnus-update-summary-mark-positions): Changed code to use
1354         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1355
1356         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1357         empty file as the parser assumes that the file isn't empty.
1358
1359         * nntp.el (nntp-send-string): The process-send-string call can,
1360         because it performs I/O on the process, change the process' state
1361         from open to closed.  If this happens, call nntp-report
1362         immediately to report the broken connection.
1363         (nntp-report): Rewritten to avoid needing a global variable to
1364         determine the appropriate course of action.  Instead, two function
1365         implementations are provided and the nntp-report function value is
1366         bound to the appropriate implementation.
1367         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1368         (nntp-with-open-group): Now binds nntp-report's function cell
1369         rather than binding gnus-with-open-group-first-pass.  Added a
1370         condition-case to detect a quit during a nntp command.  When the
1371         quit occurs, the current connection is closed as a fetch articles
1372         request could have several megabytes queued up for reading.
1373         (nntp-retrieve-headers): Bind articles to itself.  If
1374         nntp-with-open-group repeats this command, I must have access to
1375         the original list of articles.
1376         (nntp-retrieve-groups): Ditto for groups.
1377         (nntp-retrieve-articles): Ditto for articles.
1378         (*): Replaced nntp-possibly-change-group calls to
1379         nntp-with-open-group forms in all, but one, occurrance.
1380         (nntp-accept-process-output): Bug fix. Detect when called with
1381         null process.
1382
1383 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1384
1385         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1386         if we don't need to.
1387         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1388
1389 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * gnus-group.el (gnus-group-make-web-group): Pass the select
1392         method on to group-create.
1393         (gnus-group-line-format-alist): %U is an integer.
1394
1395         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1396         ephemeral groups.
1397         (gnus-summary-read-group-1): Ditto.
1398         (gnus-group-make-articles-read): Ditto.
1399
1400         * mm-url.el (mm-url-program): Doc fix.
1401
1402         * message.el (message-mode-map): Rebound
1403         message-insert-wide-reply.
1404
1405 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1408         color as `gnus-group-startup-message' does.
1409
1410 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * spam.el: fixed line lengths to 80 chars or less
1413
1414         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1415         "not-read" mark
1416         (gnus-summary-mark-forward): added the spam-mark to the list of
1417         marks not to be marked as "read" when viewed
1418
1419 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1422
1423         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1424         Protect against unactive groups.
1425
1426         * message.el (message-check-news-header-syntax): Check long
1427         header lines.
1428         (message-check-news-header-syntax): Update `start'.
1429
1430         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1431         (gnus-group-line-format): %U.
1432         (gnus-group-line-format-alist): ?U.
1433         (gnus-number-of-unseen-articles-in-group): New function.
1434
1435         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1436
1437         * gnus.el (gnus-version-number): Bump version number.
1438
1439 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1440
1441         * gnus.el: Oort Gnus v0.10 is released.
1442
1443 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus.el (gnus-version-number): Fix version number.
1446
1447 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1448
1449         * gnus.el: Oort Gnus v0.08 is released.
1450
1451 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1452
1453         * mm-util.el: Add mm-string-make-unibyte.
1454
1455         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1456         UTF-8 groups.
1457
1458 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1461
1462         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1463
1464 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1465
1466         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1467         function.
1468
1469 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1472         (gnus-summary-read-group-1): Update group line.
1473         (gnus-summary-exit-no-update): Update group on exit.
1474
1475         * gnus-group.el (gnus-group-line-format): Add %*.
1476         (gnus-group-line-format-alist): Ditto.
1477         (gnus-group-insert-group-line): Set it.
1478         (gnus-group-is-exiting-p): New variable.
1479         (gnus-group-insert-group-line): Use it.
1480
1481 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1482
1483         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1484         enable BBDB ham processing
1485         (spam-blacklist-register-routine): enable blacklist spam processing
1486         (spam-whitelist-register-routine): enable whitelist ham processing
1487         (spam-fetch-field-from-fast): fast fetching of the "from" field
1488         from (gnus-data-list)
1489         (spam-summary-prepare-exit): works completely now
1490         (spam-use-blacklist): oops, should be nil by default
1491         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1492         split processing now; before it was for summary exit as
1493         well but that's done with the spam-contents and spam-process
1494         parameters now
1495
1496 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1497
1498         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1499         characters.
1500
1501 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1504         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1505         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1506         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1507         (spam-mark-spam-as-expired-and-move-routine)
1508         (spam-generic-register-routine, spam-BBDB-register-routine)
1509         (spam-ifile-register-routine, spam-blacklist-register-routine)
1510         (spam-whitelist-register-routine): new functions
1511         (spam-summary-prepare-exit): added summary exit processing (expire
1512         or move) of spam-marked articles for spam groups; added slots for
1513         all the spam-*-register-routine functions
1514
1515 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * pop3.el (pop3-retr): Wait 500 msecs.
1518         (pop3-read-response): Ditto.
1519
1520         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1521         right.
1522         (gnus-inews-make-draft): New function.
1523         (gnus-setup-message): Use it.
1524
1525         * message.el (message-required-headers): Add From.
1526
1527 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1528         Trivial patch from Norbert Koch <nk@viteno.net>.
1529
1530         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1531
1532 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * message.el (message-generate-headers): Let header formatters do
1535         their work.
1536
1537 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1538
1539         * deuglify.el (gnus-article-outlook-deuglify-article):
1540         Rehighlight, reapply treatments and call
1541         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1542         (gnus-outlook-repair-attribution-block): Recognize cited
1543         attributions.  Suggested by Niklas Morberg.
1544
1545 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1546
1547         * gnus-art.el (gnus-treat-predicate): Check condition first.
1548
1549 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1550
1551         * lpath.el: Add url-http-file-exists-p.
1552
1553         * gnus-group.el (gnus-group-fetch-charter): Use
1554         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1555
1556 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * message.el (message-draft-headers): Also generate From to get a
1559         nicer draft buffer summary.
1560
1561         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1562         parameter.
1563
1564         * gnus-art.el (article-wash-html): Clean up.
1565         (article-wash-html): Typo fix.
1566
1567         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1568         (gnus-summary-mail-forward): To many lists of lists.
1569
1570         * gnus-art.el (article-wash-html): Clean up.
1571
1572 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1573
1574         * gnus-art.el (gnus-treat-wash-html): New variable.
1575
1576 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * message.el (message-check-news-header-syntax): Allow posting.
1579         (message-check-news-header-syntax): Fix logic for sure, this
1580         time.
1581
1582 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1583
1584         * message.el (message-check-news-header-syntax): Check syntax of
1585         continuation headers.
1586
1587 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * gnus-art.el (gnus-button-url-regexp,
1590         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1591         (gnus-header-button-alist): Regexps are case insensitive here.
1592
1593 2003-01-02  Simon Josefsson  <jas@extundo.com>
1594
1595         * dig.el (query-dig): Doc fix.
1596
1597 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1598
1599         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1600         summary buffer line, not just the download mark.
1601
1602 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1605         (gnus-summary-insert-dormant-articles): New command and
1606         keystroke.
1607
1608         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1609         function for mass insertion of subjects.
1610
1611         * nndraft.el (nndraft-generate-headers): Don't move point.
1612
1613         * gnus.el (nnheader): Require nnheader.
1614
1615         * nndraft.el (nndraft-request-associate-buffer): Use
1616         make-local-variable.
1617
1618 2003-01-02  Michael Shields  <shields@msrl.com>
1619
1620         * nndraft.el (nndraft-request-associate-buffer): Make
1621         write-contents-hooks buffer-local before setting it.
1622
1623 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * gnus.el (gnus-group-parameter-value): Take an extra param.
1626         (gnus-group-fast-parameter): Let group param results be nil.
1627
1628         * gnus-art.el (gnus-article-forward-header): New function.
1629         (article-date-ut): Use it to remove continuation date headers.
1630
1631         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1632         read-event.
1633         (gnus-summary-remove-bookmark): Clean up.
1634         (gnus-summary-set-bookmark): Clean up.
1635
1636         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1637
1638         * gnus.el (gnus-group-startup-message): Bind data-directory to
1639         the Gnus etc directory.
1640
1641 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1642
1643         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1644         ham-processing of articles; use the new
1645         spam-group-(spam|ham)-contents-p functions
1646         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1647         convenience functions
1648         (spam-mark-junk-as-spam-routine): use the new
1649         spam-group-spam-contents-p function
1650
1651         * gnus.el (spam-process, spam-contents, spam-process-destination):
1652         added new parameters with corresponding global variables
1653         (gnus-group-spam-exit-processor-ifile,
1654         gnus-group-spam-exit-processor-bogofilter,
1655         gnus-group-spam-exit-processor-blacklist,
1656         gnus-group-spam-exit-processor-whitelist,
1657         gnus-group-spam-exit-processor-BBDB,
1658         gnus-group-spam-classification-spam,
1659         gnus-group-spam-classification-ham): added new symbols for the
1660         spam-process and spam-contents parameters
1661
1662         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1663         customization and list itself to store mark symbol rather than
1664         mark character.
1665         (spam-bogofilter-register-routine): added logic to generate mark
1666         values list from spam-ham-marks and spam-spam-marks, so (member)
1667         would work.
1668
1669 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * message.el (message-cross-post-followup-to): Fix comment.
1672
1673 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1676         customization and list itself to store mark symbol rather than
1677         mark character.
1678         (spam-bogofilter-register-routine): added logic to generate mark
1679         values list from spam-ham-marks and spam-spam-marks, so (member)
1680         would work.
1681
1682 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1683
1684         * message.el (message-signature-insert-empty-line): New variable.
1685
1686 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1687
1688         * message.el: Renamed functions and variables: "xpost" ->
1689         "cross-post", "-fup2" -> "-followup-to".
1690         (message-cross-post-old-target, message-cross-post-default,
1691         message-cross-post-note, message-followup-to-note,
1692         message-cross-post-note-function): New variables names.
1693         (message-xpost-old-target, message-xpost-default,
1694         message-xpost-note, message-fup2-note,
1695         message-xpost-note-function): Removed variable names.
1696         (message-cross-post-followup-to-header,
1697         message-cross-post-insert-note, message-cross-post-followup-to):
1698         New function names.
1699         (message-xpost-fup2-header, message-xpost-insert-note,
1700         message-xpost-fup2): Removed function names.
1701
1702 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1703
1704         * message.el (message-send-mail): Added message-cleanup-headers to
1705         prevent newlines in headers.
1706
1707 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * dns.el (dns-make-network-process): Comment.
1710
1711         * gnus-sum.el (gnus-summary-display-while-building): Default to
1712         nil.
1713
1714 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1715
1716         * gnus-sum.el (gnus-summary-display-while-building): New
1717         variable.
1718
1719 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1720
1721         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1722         before rearranging the article.
1723
1724 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nndraft.el (nndraft-generate-headers): New function.
1727         (nndraft-request-associate-buffer): Use it to write headers on
1728         buffer save.
1729
1730         * message.el (message-generate-headers): Let the function be a
1731         lambda form.
1732         (message-draft-headers): New variable.
1733
1734         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1735         function.
1736         (gnus-setup-message): Use it.
1737
1738         * message.el (message-generate-headers-first): Doc fix.
1739         (message-setup-1): Use new function for getting which headers to
1740         generate.
1741         (message-headers-to-generate): New function.
1742
1743 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1744
1745         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1746
1747 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1748
1749         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1750         mention negatives.
1751
1752 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1753
1754         * deuglify.el (gnus-outlook-rearrange-article): Use
1755         `transpose-regions' instead of tempering the kill-ring.
1756         (gnus-article-outlook-deuglify-article): Rehighlight article
1757         instead of a complete redisplay.
1758
1759 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1760
1761         * spam.el: most defvars are defcustoms now
1762
1763         patches from Michael Shields  <shields@msrl.com>
1764
1765         * spam.el (spam-bogofilter-articles): Select the article
1766         body using gnus-summary-show-article t instead of
1767         gnus-summary-select-article; this presents the raw text
1768         without running any hooks.
1769
1770         * spam.el (spam-bogofilter-articles): Use message-remove-header
1771         to remove headers; the old way incorrectly removed just the first
1772         line of folded headers.
1773
1774 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1777
1778 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-start.el (gnus-load): New function.
1781         (gnus-read-newsrc-el-file): Use it.
1782
1783 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1784
1785         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1786         (gnus-button-handle-apropos-documentation): New function.
1787         (gnus-button-handle-ctan): New function.
1788         (gnus-button-alist): Use them.  Improve some regexps.
1789         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1790
1791 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1792
1793         * message.el (message-subscribed-p): New function.
1794         (message-send-mail): Use it.
1795         * mml.el (mml-preview-insert-mft): New function.
1796         (mml-preview): Use it.
1797
1798 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1801         when sorting by date.
1802
1803         * gnus-art.el (gnus-article-edit-mode): New variable.
1804         (gnus-article-setup-buffer): Warn user about discarding edits.
1805
1806         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1807         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1808         headers.
1809
1810         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1811
1812 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1813
1814         * message.el (message-completion-alist): Added "Mail-Followup-To"
1815         and "Mail-Copies-To".
1816
1817 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1818
1819         * gnus-group.el: Add key bindings for
1820         gnus-group-sort-groups-by-real-name and
1821         gnus-group-sort-selected-groups-by-real-name.
1822
1823 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1824
1825         * gnus.texi (Sorting Groups): Add key bindings for
1826         gnus-group-sort-groups-by-real-name and
1827         gnus-group-sort-selected-groups-by-real-name.
1828
1829 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * spam.el (spam-use-dig): new variable for blackhole checking
1832         through dig.el
1833         (spam-check-blackholes): added dig.el checking functionality and
1834         more verbose reporting; query-dig is autoloaded from dig.el
1835         (spam-use-blackholes): disabled by default
1836         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1837         blackhole servers list
1838
1839 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * message.el (message-required-headers): New variable.
1842
1843 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * dig.el (query-dig): new function
1846
1847 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1850         prefixes.
1851
1852         * dns.el (query-dns): Protect against errors.
1853
1854         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1855         (gnus-inews-add-send-actions): Mark all answered messages as
1856         answered.
1857
1858 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1859
1860         * nnmail.el (nnmail-split-it): Added tracing to
1861         `:' split rule
1862
1863 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1864
1865         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1866         and "%s" so we don't overquote them.
1867
1868 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1869
1870         * (mm-display-external): Display the actual command that has been
1871         executed in the echo area.
1872
1873 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1876
1877         * message.el (message-with-reply-buffer): New macro.
1878         (message-fetch-reply-field): Use it.
1879         (message-insert-wide-reply): New command and keystroke.
1880         (message-carefully-insert-headers): New function.
1881         (message-insert-to): Use new function.
1882
1883         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1884         (gnus-topic-goto-missing-group): Use it.
1885
1886         * message.el (message-required-news-headers): Removed Lines.
1887         (message-reply): Don't insert References first.
1888         (message-followup): Ditto.
1889         (message-make-references): New function.
1890         (message-followup): Set message-reply-headers before generating
1891         the buffer stuff.
1892
1893 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1894
1895         * mml.el (mml-generate-mime-1): Reverse the order of
1896         encoding/flowing.
1897
1898 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1901         after moving them.
1902
1903         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1904         fit with newer standard format.
1905         (gnus-summary-make-false-root-always): New variable.
1906         (gnus-gather-threads-by-subject): Use it.
1907
1908         * message.el (message-get-reply-headers): Take an address list
1909         optional argument.
1910
1911 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * gnus.el (gnus-keep-backlog): Change default to 20.
1914
1915         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1916         start.
1917         (gnus-agent-check-overview-buffer): Remove negative article
1918         numbers.
1919
1920         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1921         (nnmail-cache-ignore-groups): Doc fix.
1922
1923         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1924         (nnimap-debug-buffer): New variable.
1925         (nnimap-debug): Use it.
1926
1927 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1928
1929         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1930
1931 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1934         they aren't already sorted.
1935
1936 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1937
1938         * message.el (message-mode-menu): Add ellipses to menu items
1939         expecting user interaction.
1940         (message-mode-field-menu): do.
1941
1942 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1943
1944         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1945         it isn't used any more.
1946
1947 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1948
1949         * binhex.el (binhex-decoder-program): Fix docstring.
1950
1951 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1952
1953         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1954         special chars if the mailcap file uses single quotes around %s.
1955         From Laurent Martelli <laurent@bearteam.org>.
1956
1957 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1958
1959         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1960         return the info object.
1961
1962 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1963
1964         * gnus-int.el (gnus-request-update-info): Artificially add
1965         (1 . (1- min)) to the read range, in case the backend doesn't
1966         store marks for nonexistent articles.
1967
1968 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * binhex.el (binhex-insert-char): Eval-and-compile.
1971
1972 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1973
1974         * lpath.el: Add tool-bar-local-item-from-menu.
1975
1976         * message.el (message-tool-bar-local-item-from-menu): New function.
1977         (message-tool-bar-map): Use it.
1978
1979 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1980
1981         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1982
1983         * gnus-art.el (gnus-article-header-rank): Last header in
1984         gnus-sorted-header-list should have higher rank than non-members.
1985
1986 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1989         covered methods.
1990
1991 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1992
1993         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1994         eval-when-compile.  Suggested by Kevin Greiner.
1995
1996 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1997
1998         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1999         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2000         even though no headers may have been fetched
2001         (gnus-agent-fetch-group-1, and perhaps others, require this
2002         behavior).
2003         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2004         server buffer is constrained by gnus-agent-max-fetch-size.
2005         Multiple chunks in the same group may perform arbitrarily large
2006         updates.
2007
2008 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2009
2010         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2011         gnus-summary-update-download-mark to update the article in the
2012         summary.
2013
2014 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2015
2016         * gnus.el (gnus-summary-high-uncached-face,
2017         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2018         New faces.
2019
2020         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2021         added this on 2002-11-23 but it just wasn't working out as
2022         intended.  The idea isn't entirely dead, three new faces
2023         gnus-summary-*-uncached-face are being added to gnus.el to provide
2024         the basis for an improved implementation.
2025         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2026         proper file to open is lib/servers.
2027         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2028         (i.e. removing the article from gnus-newsgroup-downloadable) will
2029         now restore the article's default mark rather than simply setting
2030         no mark.
2031         (gnus-agent-get-undownloaded-list): Corrected documentation.
2032         Added code to set new summary local variable,
2033         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2034         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2035         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2036         up to date.  Call new gnus-summary-update-download-mark to keep
2037         summary buffer up-to-date.
2038         (gnus-agent-fetch-selected-article): Keep
2039         gnus-newsgroup-undownloaded up to date.
2040         (gnus-agent-fetch-articles): Return list of articles that were
2041         successfully fetched.
2042         (gnus-agent-check-overview-buffer): No more thingatpt.
2043         (gnus-agent-expire): No longer deletes NOV entries of unread
2044         articles.
2045         (gnus-agent-unread-articles): New function.
2046         (gnus-agent-regenerate-group): The article number must be
2047         terminated by a tab character.  Added more messages to report
2048         repairs.  Inhibit quits while writing changes so it is now safe
2049         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2050         downloaded to 1) resolve the unbound references and 2) avoid
2051         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2052
2053         * gnus-art.el (gnus-article-prepare): The agent
2054         downloaded/undownloaded mark is no longer stored as the article's
2055         mark.
2056
2057         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2058         gnus-summary-highlight may use it.  Added downloaded as
2059         gnus-summary-highlight was using it.
2060
2061         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2062         the download mark now follows Kai's +/- convention.
2063         (gnus-downloaded-mark): Added ?+ mark.
2064         (gnus-summary-highlight): Added rules to select
2065         gnus-summary-high-uncached-face,
2066         gnus-summary-normal-uncached-face, and
2067         gnus-summary-low-uncached-face.  Removed the
2068         gnus-agent-downloaded-article-face.
2069         (gnus-summary-line-format-alist): Implemented the download flag
2070         format (?O) as named in the manual.  This implementation displays
2071         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2072         gnus-no-mark.
2073         (gnus-newsgroup-agentized): New local variable that identifies
2074         which groups are agentized.  While the agent is now on by default,
2075         you don't have to agentize every server that you use.
2076         (gnus-update-summary-mark-positions): Completed support for the
2077         download type of mark.
2078         (gnus-summary-insert-line): Added undownloaded to the parameters.
2079         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2080         reference by the gnus-summary-line-format-spec.
2081
2082         * nntp.el (nntp-with-open-group): This macro handles dropped or
2083         broken connections by opening a new connection and repeating the
2084         failed command.
2085         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2086         XOVER commands preceeding the active articles with the nov entry
2087         of the first available article.  When gnus connected to such a
2088         server, the unexpected nov entry would result in duplicate lines
2089         in the agent's overview file.  This patch fixes the duplicate
2090         lines problem and improves performance by skipping over all
2091         articles IDs that preceed the first nov entry in the server's
2092         reply.
2093
2094 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2097         (gnus-summary-highlight): Use it instead of `downloaded'.
2098         (gnus-summary-highlight-line): Ditto.
2099
2100         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2101
2102 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2105
2106         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2107         calls.
2108
2109         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2110         downloaded variable if we're in an uncovered group.
2111
2112         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2113         font to soemthing less noticeable.
2114         (gnus-agent-group-covered-p): New function.
2115
2116 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2117
2118         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2119         Because of an unknown bug, the group buffer is saved in .overview
2120         file.
2121
2122 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2123
2124         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2125         `and' with `or'.
2126
2127 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2128
2129         * nntp.el (nntp-send-command): Assume that echo does not happen
2130         when nntp-open-connection-function is nntp-open-network-stream.
2131         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2132
2133 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2134
2135         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2136
2137 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2138
2139         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2140         nntp-server-buffer if we aren't going to write to it.
2141
2142 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2143         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2144
2145         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2146
2147 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2150         decoded words.
2151
2152 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2153
2154         * gnus.el (fboundp): After loading mm-util, make sure it was the
2155         right one.
2156
2157 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2158
2159         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2160         gnus-sum.  Made into a user option.
2161
2162         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2163         (gnus-summary-mark-article-as-unread)
2164
2165 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2166
2167         * time-date.el (date-to-time): Typo.
2168
2169         * parse-time.el: Typo.
2170
2171         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2172
2173         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2174
2175         * nnimap.el:
2176         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2177
2178         * mm-encode.el (mm-safer-encoding): Typo.
2179
2180         * messcompat.el: Typo.
2181
2182         * message.el (message-face-alist): Typo.
2183
2184         * imap.el (imap-interactive-login, imap-open): Typos.
2185
2186         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2187
2188         * gnus.el: Typo.
2189
2190         * gnus-win.el (gnus-configure-frame): Typo.
2191
2192         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2193
2194         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2195
2196         * gnus-sum.el (gnus-summary-article-number)
2197         (gnus-summary-read-group-1, gnus-summary-mark-article)
2198         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2199
2200         * gnus-mule.el (gnus-mule-add-group): Typo.
2201
2202         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2203
2204         * gnus-group.el (gnus-group-fetch-faq): Typo.
2205
2206         * gnus-art.el (gnus-decode-header-methods): Typo.
2207
2208         * flow-fill.el: Typo.
2209
2210 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2211
2212         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2213
2214 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2215
2216         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2217         (gnus-summary-mark-article-as-unread)
2218         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2219         Reformatting to avoid long lines.
2220         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2221
2222 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2223
2224         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2225         be accessed through `mail-header-number'.
2226
2227 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2228
2229         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2230         compressed range to gnus-summary-insert-articles.
2231
2232 2002-11-26  Kevin Ryde <user42@zip.com.au>
2233
2234         * gnus-art.el (gnus-mime-copy-part): Look for filename
2235         parameter under content-disposition, not content-type.
2236
2237         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2238         (gnus-summary-reselect-current-group): Use it.
2239
2240 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2241
2242         * gnus-agent.el (gnus-agent-uncached-articles): if
2243         gnus-agent-load-alist fails, return ARTICLES.
2244
2245         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2246
2247 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2248
2249         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2250         superfluous function call.
2251         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2252         Add warning to docstring.
2253
2254 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-agent.el: Autoload number-at-point instead.
2257         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2258
2259 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2260
2261         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2262         require thingatpt (for number-at-point) and protect against
2263         deactivate-mark being unbound (on XEmacs).
2264
2265 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2266
2267         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2268         print message on entry.
2269
2270         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2271
2272         * gnus-range.el (gnus-range-difference): New function.
2273         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2274
2275 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2276
2277         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2278         gnus-remove-from-range instead of gnus-range-difference which
2279         doesn't exist.
2280
2281 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2282         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2283
2284         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2285         used for showing which articles have been downloaded.
2286         (gnus-agent-article-alist): Format change.  Add documentation.
2287         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2288         process-marked articles.
2289         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2290         in the series are individually fetched to minimize lose of
2291         content due to an error/quit.
2292         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2293         gnus-message instead of message.
2294         (gnus-agent-read-servers): Use file lib/methods instead of
2295         lib/servers.  TODO: Why?
2296         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2297         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2298         come from the agent.  This means that they are not downloaded.
2299         (gnus-agent-fetch-selected-article): Don't use history.
2300         (gnus-agent-save-history, gnus-agent-enter-history)
2301         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2302         Removed function; history is not used anymore.
2303         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2304         (gnus-agent-crosspost): Started rewrite then realized that a typo
2305         in gnus-agent-fetch-articles ensures that this function is never
2306         called.  This will need to be fixed later.
2307         (gnus-agent-check-overview-buffer): Some sanity checks on the
2308         agent overview buffer.  This is a safety net used during
2309         development.
2310         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2311         changed, write a number to the file indicating this.
2312         (gnus-agent-fetch-headers): Rewrite to respect
2313         gnus-agent-consider-all-articles without relying on the
2314         `.fetched' files.  Make it fast.
2315         (gnus-agent-braid-nov): Change resulting from
2316         gnus-agent-fetch-headers change.
2317         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2318         `.fetched' files.
2319         (gnus-agent-read-agentview): New function, used by
2320         gnus-agent-load-alist.
2321         (gnus-agent-load-fetched-headers): Remove.
2322         (gnus-agent-save-alist): Rewrite to accomodate new format.
2323         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2324         same order as in gnus-newsgroup-headers.
2325         (gnus-agent-expire): Document and implement extra args ARTICLES,
2326         GROUP, FORCE.  Do not restrict usage.
2327         (gnus-agent-uncached-articles): New function.
2328         (gnus-agent-retrieve-headers): Use it.
2329         (gnus-agent-regenerate-group): No longer needs to be called from
2330         gnus-agent-regenerate.  Individual groups may be regenerated. The
2331         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2332         The article fetch dates are validated in the article alist.  The
2333         article alist is pruned of entries that do not reference existing
2334         NOV entries.  All changes are computed then applied with
2335         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2336         regeneration.  The optional clean parameter has been replaced with
2337         an optional reread parameter.  Clean is no longer necessary as
2338         regeneration gets the appropriate setting from
2339         gnus-agent-consider-all-articles.  The new reread parameter will
2340         result in fetched, or all, articles being marked as unread.
2341         (gnus-agent-regenerate): Removed code to regenerate the history
2342         file as it is no longer used.
2343
2344         * gnus-start.el (gnus-make-ascending-articles-unread): New
2345         function, for efficient mass-marking.
2346
2347         * gnus-sum.el (gnus-summary-highlight): Use new face for
2348         downloaded articles.
2349         (gnus-article-mark): Prefer to indicate read/unread status over
2350         downloaded status.
2351         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2352         line.
2353         (gnus-summary-highlight-line): Use new face for downloaded
2354         articles.
2355         (gnus-summary-insert-old-articles): Improved performance by
2356         replacing the initial LIST of older articles with a compressed
2357         RANGE of older articles.  Some servers appear to lie about
2358         their active range so the original list could contain millions
2359         of article numbers.  The range is not expanded into a list
2360         until the optional ALL parameter has been applied.
2361
2362 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2363
2364         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2365
2366 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * spam.el:
2369         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2370
2371         * spam.el: added `M s t' and `M s x' key mappings
2372
2373 2002-11-20  Simon Josefsson  <jas@extundo.com>
2374
2375         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2376
2377 2002-11-19  Simon Josefsson  <jas@extundo.com>
2378
2379         * gnus-sum.el (gnus-summary-morse-message): Load
2380         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2381         (unmorse-region): Autoload it instead.
2382
2383 2002-11-18  Simon Josefsson  <jas@extundo.com>
2384
2385         * gnus-sum.el (gnus-summary-morse-message): New function.
2386         (gnus-summary-wash-map): Bind to `W m'.
2387         (gnus-summary-make-menu-bar): Add.
2388
2389         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2390         before storing \Deleted mark on expired articles.
2391
2392 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2393         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2394
2395         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2396         parens in column 0.
2397
2398 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2399
2400         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2401
2402         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2403
2404         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2405
2406 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2407
2408         * message.el (message-set-auto-save-file-name): Use
2409         make-directory, to avoid the dependence on gnus-util.
2410
2411 2002-11-16  Simon Josefsson  <jas@extundo.com>
2412
2413         * nnimap.el (nnimap-callback-callback-function):
2414         (nnimap-callback-buffer): Removed, these cannot be global but must
2415         be embedded into the callback.
2416         (nnimap-make-callback): New.  Embedd article number, callback and
2417         buffer in function.
2418         (nnimap-callback, nnimap-request-article-part): Update.
2419
2420 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2423
2424 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2425
2426         * gnus.el (gnus-summary-line-format): Document %C.
2427
2428 2002-11-11  Simon Josefsson  <jas@extundo.com>
2429
2430         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2431         output when called interactively.
2432
2433 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2436
2437         * message.el (message-draft-coding-system): Improve comment; use
2438         mm-auto-save-coding-system for the default value.
2439
2440         * nndraft.el (nndraft-request-article): Revert to the state before
2441         2002-10-29; regexp-quote mail-header-separator.
2442
2443 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2444
2445         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2446         allow editing of drafts from an nnvirtual group.
2447
2448 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2451         mm-auto-save-coding-system.
2452
2453         * message.el (message-draft-coding-system): Default to
2454         iso-2022-7bit.
2455
2456         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2457         restore the default value to emacs-mule or escape-quoted.
2458
2459 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2462         a delayed or a queued article as well as a draft.
2463
2464         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2465         delayed or a queued article in the raw format; treat a delayed
2466         article as a raw article as well as a draft.
2467         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2468         for the delayed group.
2469
2470         * nndraft.el (nndraft-request-article): Ignore auto save files for
2471         a delayed or a queued article; don't bother to decode a queued
2472         article; don't bind nnmail-file-coding-system for a queued article.
2473
2474         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2475         and the queue group.
2476
2477 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2478
2479         * gnus-group.el (gnus-group-delete-group):
2480         gnus-cache-active-hashtb might be void.
2481
2482 2002-11-02  Simon Josefsson  <jas@extundo.com>
2483
2484         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2485         setting of the default user ID.  From Raymond Scholz
2486         <ray-2002@zonix.de>.
2487
2488 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2489
2490         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2491         charset.
2492
2493 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2494         From Alex Schroeder <alex@emacswiki.org>
2495         * spam-stat.el (spam-stat-process-directory): add dir to message
2496         (spam-stat-reduce-size): No longer remove words
2497         with values close to 0.5, because the default value is 0.2.
2498
2499 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2500
2501         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2502         documentation.
2503
2504 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2505
2506         * gnus-agent.el (gnus-agent-fetched-headers)
2507         (gnus-agent-load-fetched-headers)
2508         (gnus-agent-save-fetched-headers): Remove variable and two
2509         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2510         works better.
2511         (gnus-agent-fetch-headers): New implementation from Kevin
2512         Greiner.  Uses gnus-agent-article-alist to store information
2513         about fetched messages which aren't on the server anymore.  The
2514         trick is to return a list of considered messages to the caller,
2515         but to only fetch those which haven't been fetched yet.
2516
2517 2002-10-30  Simon Josefsson  <jas@extundo.com>
2518
2519         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2520
2521         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2522
2523 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2524
2525         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2526         versions of emacs-w3m than 1.3.3.
2527
2528         * lpath.el: Bind w3m-minor-mode-map.
2529
2530         * mm-view.el (mm-w3m-mode-command-alist)
2531         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2532         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2533         (mm-setup-w3m): Simplified.
2534         (mm-w3m-local-map-property): New function.
2535         (mm-inline-text-html-render-with-w3m): Use it.
2536
2537         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2538         mm-w3m-local-map-property.
2539
2540 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * mm-util.el (mm-auto-save-coding-system): Default to
2543         iso-2022-7bit.
2544
2545         * nndraft.el (nndraft-request-article): Decode an article using
2546         the coding-system emacs-mule if it seems to have been saved using
2547         emacs-mule.
2548         (nndraft-request-replace-article): Use message-draft-coding-system
2549         instead of mm-auto-save-coding-system for the draft or delayed
2550         group.
2551
2552 2002-10-28  Josh  <huber@alum.wpi.edu>
2553
2554         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2555         functions.
2556
2557 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2558         From mah@everybody.org (Mark A. Hershberger).
2559
2560         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2561         type values ("url" size) regardless of the values of
2562         mm-url-use-external.
2563
2564 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2565
2566         * nnimap.el (nnimap-request-article-part): Try harder to show
2567         group name in debugging message.
2568
2569 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2570
2571         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2572         directory if it doesn't exist.
2573         (gnus-agent-fetch-headers): Remove old cruft that tried to
2574         abstain from downloading articles more than once if
2575         gnus-agent-consider-all-articles was true.  This is now done
2576         properly via the .fetched files.
2577
2578 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * nndraft.el (nndraft-request-article): Treat delayed articles
2581         like drafts.
2582
2583 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2586
2587 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2588
2589         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2590         Remove unused optional arg DIR and corresponding code.
2591
2592         * nnimap.el (nnimap-request-article-part): Include group name in
2593         debugging output.
2594
2595 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2596
2597         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2598
2599 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2600
2601         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2602         contains range of headers that have been fetched by the agent
2603         already.  Compare gnus-agent-article-alist.
2604         (gnus-agent-file-header-cache): Like
2605         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2606         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2607         seen/recent logic.
2608         Remember which headers have been fetched before and don't fetch
2609         them again the next time round.
2610         (gnus-agent-load-fetched-headers)
2611         (gnus-agent-save-fetched-headers): New functions, for remembering
2612         which headers have been fetched before.
2613
2614 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * lpath.el: Remove useless bindings.
2617
2618 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2619
2620         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2621         features while searching.
2622
2623 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2624
2625         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2626
2627 2002-10-22  Simon Josefsson  <jas@extundo.com>
2628
2629         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2630         (pgg-snarf-keys): Add.
2631
2632 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * lpath.el: Fbind bbdb-records.
2635
2636         * spam.el: Don't autoload bbdb-records.
2637
2638 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2641         prevent inf-loop.
2642
2643 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * nnslashdot.el: Removed some test lines.
2646         More test.
2647
2648 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2649
2650         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2651         are known to be downloaded already.
2652
2653 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2656         (mm-text-html-washer-alist): Ditto.
2657
2658 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2659
2660         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2661         boundary between headers and body.
2662         * nnml.el (nnml-parse-head): Ditto.
2663
2664 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2667         entries.
2668
2669         * gnus-group.el (gnus-fetch-group): Allow an optional
2670         specification of the articles to select.
2671
2672         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2673
2674 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2675
2676         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2677         headers from the group, update variable `articles' to contain
2678         only those numbers where headers exist.  (When fetching all
2679         articles in a group, Gnus creates lots of numbers where there is
2680         no articles.)
2681
2682 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2683
2684         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2685         doesn't have the 'alist custom type, use cons cells instead.
2686         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2687         (pgg-parse-hash-algorithm-alist): Ditto.
2688         (pgg-parse-compression-algorithm-alist): Ditto.
2689         (pgg-parse-signature-type-alist): Ditto.
2690
2691         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2692
2693         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2694
2695         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2696
2697 2002-10-19  Simon Josefsson  <jas@extundo.com>
2698
2699         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2700         buffer.
2701
2702 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2703
2704         * gnus-spec.el (gnus-make-format-preserve-properties)
2705         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2706         properties also on XEmacs.  `gnus-xmas-format' is like format but
2707         preserves text properties on XEmacs (though it only understands
2708         simple format specs).  The variable
2709         `gnus-make-format-preserve-properties' controls whether the
2710         function is used, and is checked in `gnus-parse-simple-format'.
2711         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2712
2713         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2714         output.
2715         (gnus-agent-consider-all-articles): New variable.
2716         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2717         (gnus-agent-fetch-headers): Depending on
2718         gnus-agent-consider-all-articles, maybe get all articles.
2719         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2720         `read'.
2721         (gnus-predicate-imples-unread): New function.
2722         (gnus-agent-fetch-headers): Optimize to call
2723         gnus-list-of-unread-articles if that is sufficient.
2724         Check unseen and recent instead of seen and recent.
2725         (gnus-agent-fetch-headers): Abstain from calling
2726         gnus-list-range-intersection if range (a . b) would have (> a b).
2727
2728 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * message.el (message-send-mail): Make it possible to perform
2731         edebug-defun.
2732
2733 2002-10-18  Simon Josefsson  <jas@extundo.com>
2734
2735         * gnus-art.el (gnus-button-man-handler): Change default to
2736         `manual-entry' (defined in both emacsen).
2737         (gnus-button-man-handler): Remove emacsen difference and use
2738         `manual-entry'.
2739
2740 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * spam.el: Wrap autoload settings for bbdb-records,
2743         executable-find and ifile-spam-filter with eval-and-compile.
2744         (spam-display-buffer-contents): Remove.
2745         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2746
2747 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2748
2749         * spam.el (spam-display-buffer-contents): New function.
2750         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2751         from Katsumi Yamaoka <yamaoka@jpl.org>.
2752
2753 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2754
2755         * nnheader.el (nnheader-parse-naked-head): New function.
2756         (nnheader-parse-head): Use the above function, in order to handle
2757         continuation lines properly.
2758         (nnheader-remove-body): New function.
2759         (nnheader-remove-cr-followed-by-lf): New function.
2760         (nnheader-ms-strip-cr): Use the above function.
2761
2762         * gnus-agent.el (gnus-agent-regenerate-group): Call
2763         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2764         `nnheader-parse-head'.
2765         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2766
2767         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2768         continuation lines by itself; call `nnheader-parse-naked-head'
2769         instead of `nnheader-parse-head'.
2770         * nndiary.el (nndiary-parse-head): Ditto.
2771         * nnfolder.el (nnfolder-parse-head): Ditto.
2772         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2773         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2774         * nnml.el (nnml-parse-head): Ditto.
2775
2776 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2777
2778         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2779         XEmacs, default to it if featurep 'xemacs.
2780
2781 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * spam-stat.el: Check for the existence of hash functions instead
2784         of the Emacs version to decide whether to load cl.  Suggested by
2785         Kai Gro\e,A_\e(Bjohann.
2786
2787 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2788
2789         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2790         if it isn't open yet.
2791
2792 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-group.el: Require mm-url only when compiling.
2795         (gnus-group-fetch-charter): Require mm-url.
2796
2797         * spam-stat.el: Require cl for the functions gethash,
2798         hash-table-count, make-hash-table and mapc for Emacs 20.
2799         (puthash): Alias to cl-puthash for Emacs 20.
2800         (with-syntax-table): New macro for Emacs 20.
2801
2802 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2803
2804         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2805
2806 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2807
2808         * spam.el (spam-check-ifile): added ifile as a spam checking
2809         backend, and spam-use-ifle as the variable to toggle that check.
2810
2811 2002-10-12  Simon Josefsson  <jas@extundo.com>
2812
2813         * message.el (message-beginning-of-line): New variable.
2814         (message-beginning-of-line): Use it.
2815
2816 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2817
2818         * spam.el: more compilation fixes for BBDB
2819
2820         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2821         (spam-stat-reduce-size): Interactive.
2822         (spam-stat-reset): New function.
2823         (spam-stat-save): Interactive.
2824
2825 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * gnus.el: Autoload gnus-delay-initialize.
2828
2829         * message.el: Autoload gnus-delay-article.
2830
2831 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2832
2833         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2834         text property in Emacs.
2835
2836 2002-10-11  Simon Josefsson  <jas@extundo.com>
2837
2838         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2839         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2840
2841         * mml1991.el (mml1991-pgg-sign): Remove CR.
2842
2843 2002-10-10  Simon Josefsson  <jas@extundo.com>
2844
2845         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2846         decrypt failed.
2847         (mml2015-trust-boundaries-alist): Removed.
2848         (mml2015-gpg-extract-signature-details): Don't use it.
2849         (mml2015-unabbrev-trust-alist): New.
2850         (mml2015-gpg-extract-signature-details): Use it.
2851
2852 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2853
2854         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2855         BBDB installed
2856
2857         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2858         statistical analysis of spam in Lisp only
2859
2860 2002-10-10  Simon Josefsson  <jas@extundo.com>
2861
2862         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2863         auth, selected or examine state.
2864
2865         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2866         buffer and error buffer depending on type of information.
2867
2868         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2869         --status-fd stuff even if gpg.el is not used (revert earlier
2870         change).
2871         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2872         gnus details.
2873         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2874         buffer.
2875
2876         * pgg.el (pgg-verify-region): Use it.
2877
2878         * pgg-def.el (pgg-query-keyserver): New variable.
2879
2880         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2881         key-identifier in packet.  Is this a good idea?
2882
2883         * mml.el (mml-mode-map): Add security commands that operates on
2884         MIME parts.
2885         (mml-menu): And menu items for them.
2886
2887         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2888
2889         * mml.el (mml-parse-1): Support sender in #secure tags.
2890
2891         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2892         defined.
2893
2894         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2895         (mml-pgp-encrypt-buffer): Support combined signing.
2896
2897         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2898         (mml1991-gpg-encrypt): Ditto.
2899         (mml1991-pgg-encrypt): Ditto.
2900         (mml1991-encrypt): Pass sign parameter.
2901
2902         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2903         (mml-signencrypt-style): Mention the variable.
2904
2905 2002-10-09  Simon Josefsson  <jas@extundo.com>
2906
2907         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2908         pgg-gpg-user-id.
2909
2910         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2911         (pgg-fetch-key-function): Nil if w3 is not installed.
2912
2913 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2914
2915         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2916         gnus-agent-current-history.
2917
2918 2002-10-06  Simon Josefsson  <jas@extundo.com>
2919
2920         * imap.el (imap-parse-status): Don't use read to read token.
2921
2922 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2923
2924         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2925         for methods not covered by the agent, and when unplugged.
2926
2927 2002-10-05  Simon Josefsson  <jas@extundo.com>
2928
2929         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2930         signing.
2931
2932         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2933         a named server fails, ignore the server.
2934
2935         * mml1991.el (mml1991-pgg-sign): Do QP.
2936
2937         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2938         work.
2939
2940 2002-10-04  Simon Josefsson  <jas@extundo.com>
2941
2942         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2943
2944         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2945         binary-write-decoded-region from MEL.
2946
2947         * pgg.el (pgg-encrypt-region): Support sign.
2948
2949         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2950
2951         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2952
2953         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2954         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2955         branch where PGG was taken from in the ChangeLog entries below.
2956
2957 2002-10-01  Simon Josefsson  <jas@extundo.com>
2958
2959         * pgg-pgp.el: Don't require mel.  Don't use luna.
2960         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2961         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2962         (pgg-pgp-process-region): Don't use binary-funcall.
2963
2964         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2965
2966         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2967         instead of concat.
2968
2969         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2970
2971 2002-09-29  Simon Josefsson  <jas@extundo.com>
2972
2973         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2974         compile warnings.
2975
2976         * pgg.el (pgg-decrypt-region): Don't parse packet.
2977
2978         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2979
2980 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2981
2982         * pgg.el: Remove dependency on calist.el.
2983
2984 2002-09-28  Simon Josefsson  <jas@extundo.com>
2985
2986         * pgg.el (pgg-temporary-file-directory): New variable.
2987         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2988
2989         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2990         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2991
2992         * pgg-parse.el (pgg-char-int): Defalias.
2993         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2994         (pgg-read-bytes, pgg-read-body): Use it.
2995         (pgg-decode-packets): Don't use MEL, use base64-*.
2996         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2997         (pgg-string-as-unibyte): Defalias.
2998         (pgg-parse-armor-region): Use it.
2999
3000         * pgg-gpg.el (pgg-gpg-process-region): Use
3001         pgg-temporary-file-directory.
3002
3003         * luna.el: Don't def-edebug.
3004
3005         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3006         binary-write-decoded-region from MEL.
3007
3008         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3009
3010         * alist.el, calist.el: Don't require product/APEL.
3011
3012         * pgg-parse.el (top-level): Remove dependency on static.el,
3013         pccl.el, mel.el.
3014         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3015         `define-ccl-program' is boundp, instead of using broken.
3016
3017 2002-10-01  Simon Josefsson  <jas@extundo.com>
3018
3019         * message.el (message-required-mail-headers): Remove Lines:.
3020
3021 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3022         From Jesper Harder.
3023
3024         * gnus-group.el (gnus-group-fetch-charter,
3025         gnus-group-fetch-control): Prompt for group if given a prefix
3026         argument.
3027         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3028         gnus-group-fetch-control to summary key map and menu.
3029
3030
3031 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3032
3033         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3034         number when there are no articles.
3035
3036 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3037
3038         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3039         arg ALL means to fetch all articles, not only downloadable ones.
3040         (gnus-agent-fetch-selected-article): New function for
3041         gnus-select-article-hook or gnus-mark-article-hook.
3042
3043 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3044         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3045
3046         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3047         raw-text.
3048
3049 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3050
3051         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3052         Pinard).
3053         Major revamp of the code, documentation is in comments in the file
3054         for now.
3055
3056 2002-09-30  Simon Josefsson  <jas@extundo.com>
3057
3058         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3059         buffer seem to be needed?
3060
3061 2002-09-29  Simon Josefsson  <jas@extundo.com>
3062
3063         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3064         compile warnings.
3065
3066         * mml1991.el (mml1991-function-alist): Add pgg.
3067         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3068         (mml1991-pgg-encrypt): Fix recipients querying.
3069
3070 2002-09-28  Simon Josefsson  <jas@extundo.com>
3071
3072         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3073         from dme@dme.org.
3074         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3075         handle is returned.
3076
3077 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3080         Protect against non-existent of `nnimap-mailbox-info'.
3081
3082 2002-09-27  Simon Josefsson  <jas@extundo.com>
3083
3084         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3085         (gnus-setup-news-hook): Use it.
3086         (gnus-after-getting-new-news-hook): Ditto.
3087
3088         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3089
3090 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3091         From Mats Lidell <matsl@contactor.se>.
3092
3093         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3094
3095 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3096
3097         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3098         the part to decode encoded words, use raw words instead of decoded
3099         words.
3100
3101 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3102
3103         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3104
3105         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3106         (mm-setup-w3m): Use it.
3107
3108 2002-09-27  Simon Josefsson  <jas@extundo.com>
3109
3110         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3111         article buffers.
3112
3113         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3114         it just in case.
3115         (nnimap-update-unseen): New function; update unseen count in
3116         `n-m-info'.
3117         (nnimap-close-group): Call it.
3118
3119         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3120         (gnus-after-getting-new-news-hook): Ditto.
3121
3122         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3123         message into verboselevel 9.  Change slow mail check message.
3124         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3125         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3126         used as a hook after getting new mail.
3127
3128 2002-09-26  Simon Josefsson  <jas@extundo.com>
3129
3130         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3131         SELECT/EXAMINE is first unseen article, not number of unseen
3132         articles.  Make them distinct by renaming the former to
3133         `first-unseen' instead of `unseen'.
3134
3135         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3136         too.
3137         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3138         changed.
3139         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3140
3141         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3142
3143         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3144         better.
3145
3146         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3147         if dissecting resulting buffer actually had any information.
3148
3149 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3152         because the function `string<' allows symbols.
3153
3154         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3155
3156 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3157
3158         * message.el (message-forward-make-body): Revert an early change
3159         because 8-bit utf-8 emails.
3160
3161 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3162
3163         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3164         links to Info)
3165         * gnus-art.el (gnus-treat-highlight-signature):
3166         * gnus-art.el (gnus-treat-buttonize):
3167         * gnus-art.el (gnus-treat-buttonize-head):
3168         * gnus-art.el (gnus-treat-emphasize):
3169         * gnus-art.el (gnus-treat-strip-cr):
3170         * gnus-art.el (gnus-treat-unsplit-urls):
3171         * gnus-art.el (gnus-treat-leading-whitespace):
3172         * gnus-art.el (gnus-treat-hide-headers):
3173         * gnus-art.el (gnus-treat-hide-boring-headers):
3174         * gnus-art.el (gnus-treat-hide-signature):
3175         * gnus-art.el (gnus-treat-fill-article):
3176         * gnus-art.el (gnus-treat-hide-citation):
3177         * gnus-art.el (gnus-treat-hide-citation-maybe):
3178         * gnus-art.el (gnus-treat-strip-list-identifiers):
3179         * gnus-art.el (gnus-treat-strip-pgp):
3180         * gnus-art.el (gnus-treat-strip-pem):
3181         * gnus-art.el (gnus-treat-strip-banner):
3182         * gnus-art.el (gnus-treat-highlight-headers):
3183         * gnus-art.el (gnus-treat-highlight-citation):
3184         * gnus-art.el (gnus-treat-date-ut):
3185         * gnus-art.el (gnus-treat-date-local):
3186         * gnus-art.el (gnus-treat-date-english):
3187         * gnus-art.el (gnus-treat-date-lapsed):
3188         * gnus-art.el (gnus-treat-date-original):
3189         * gnus-art.el (gnus-treat-date-iso8601):
3190         * gnus-art.el (gnus-treat-date-user-defined):
3191         * gnus-art.el (gnus-treat-strip-headers-in-body):
3192         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3193         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3194         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3195         * gnus-art.el (gnus-treat-unfold-headers):
3196         * gnus-art.el (gnus-treat-fold-headers):
3197         * gnus-art.el (gnus-treat-fold-newsgroups):
3198         * gnus-art.el (gnus-treat-overstrike):
3199         * gnus-art.el (gnus-treat-display-xface):
3200         * gnus-art.el (gnus-treat-display-smileys):
3201         * gnus-art.el (gnus-treat-from-picon):
3202         * gnus-art.el (gnus-treat-mail-picon):
3203         * gnus-art.el (gnus-treat-newsgroups-picon):
3204         * gnus-art.el (gnus-treat-body-boundary):
3205         * gnus-art.el (gnus-treat-capitalize-sentences):
3206         * gnus-art.el (gnus-treat-fill-long-lines):
3207         * gnus-art.el (gnus-treat-play-sounds):
3208         * gnus-art.el (gnus-treat-translate):
3209         * gnus-art.el (gnus-treat-x-pgp-sig):
3210         * gnus-art.el (gnus-mime-button-line-format):
3211         * gnus-art.el (gnus-button-man-level):
3212         * gnus-art.el (gnus-button-emacs-level):
3213         * gnus-cus.el (gnus-group-parameters):
3214         * gnus-gl.el (bbb-build-mid-scores-alist):
3215         * gnus-group.el (gnus-group-line-format):
3216         * gnus-mlspl.el (gnus-group-split-setup):
3217         * gnus-mlspl.el (gnus-group-split):
3218         * gnus-msg.el (gnus-mailing-list-groups):
3219         * gnus-msg.el (gnus-posting-styles):
3220         * gnus-nocem.el (gnus-nocem-issuers):
3221         * gnus-score.el (gnus-score-regexp-bad-p):
3222         * gnus-srvr.el (gnus-server-line-format):
3223         * gnus-topic.el (gnus-topic-line-format):
3224         * gnus.el (gnus-summary-line-format):
3225         * mail-source.el (mail-sources):
3226         * message.el (message-subscribed-address-file):
3227         * nnmail.el (nnmail-split-fancy):
3228
3229 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3230
3231         * mail-source.el(mail-source-run-script): use `functionp' to test
3232         whether the argument `script' is in fact a function.
3233         (mail-sources): adjust the defcustom to allow users to specify a
3234         function or a string as the value of the `:prescript' and
3235         `:postscript' arguments of the `file' and `pop3' mail sources.
3236
3237 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3238
3239         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3240         number when article 1 does not exist.
3241
3242 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3243
3244         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3245         apropos if apropos-variable does not exist.
3246         (gnus-button-guessed-mid-regexp)
3247         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3248         regexes.  From Reiner Steib.
3249         (gnus-button-handle-describe-function)
3250         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3251         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3252         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3253
3254 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3255         Trivial patch.
3256
3257         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3258         the file.
3259
3260 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3263
3264 2002-09-24  Simon Josefsson  <jas@extundo.com>
3265
3266         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3267         (mml2015-use): Prefer PGG if installed.
3268         (mml2015-function-alist): Add PGG wrappers.
3269         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3270         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3271         prefix, make regexp optionally skip it.
3272         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3273         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3274         (mml2015-pgg-encrypt): New functions.
3275         (defvar, autoload): Prevent byte-compile warnings.
3276
3277 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3278         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3279
3280         * gnus-art.el (article-strip-banner): Check for the existence of
3281         from header.
3282
3283 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3284
3285         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3286         (gnus-button-alist): Improved regexp for
3287         gnus-button-handle-mid-or-mail (false positives), fixed
3288         gnus-button-handle-man entries.
3289         From Reiner Steib.
3290
3291 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3292         From Josh Huber.
3293
3294         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3295         nnmail-extra-headers is non-nil.
3296
3297 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3298
3299         * nnmaildir.el: Store article numbers persistently.  General
3300         revision.
3301         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3302         for nnmail-expiry-wait; delete instead of moving if 'force is
3303         given.
3304
3305 2002-09-23  Simon Josefsson  <jas@extundo.com>
3306         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3307
3308         * smime.el (smime-sign-buffer): Get key and extra certs.
3309         (smime-get-key-with-certs-by-email): Utility function.
3310
3311 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3312         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3313
3314         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3315         article exists.
3316
3317 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3318
3319         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3320
3321 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3322         From Reiner Steib.
3323
3324         * gnus-art.el (gnus-button-handle-custom,
3325         gnus-button-handle-mid-or-mail,
3326         gnus-button-handle-describe-{function,variable,key},
3327         gnus-button-handle-apropos{,command,variable}): New functions.
3328         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3329         gnus-button-{man,emacs,mail}-level): New variables.
3330         (gnus-button-alist): Use the above to buttonize emacs and mail
3331         related links.
3332
3333 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3334
3335         * gnus-int.el (gnus-status-message): Fix spacing.
3336
3337         * imap.el (imap-continuation): Fix typos.
3338
3339 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3340
3341         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3342
3343         * gnus-art.el (gnus-article-reply-with-original): Correct
3344         with-current-buffer scope.
3345
3346         * message.el (message-completion-alist): Add Reply-To, From, etc.
3347
3348 2002-09-18  Simon Josefsson  <jas@extundo.com>
3349
3350         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3351         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3352
3353 2002-09-17  Simon Josefsson  <jas@extundo.com>
3354
3355         * nnimap.el (nnimap-expiry-target): Don't search for which
3356         articles exists here.
3357         (nnimap-request-expire-articles): Do it here instead.  Only expire
3358         when articles are found.  Suggested by Nevin Kapur
3359         <nevin@jhu.edu>.
3360
3361 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3362         From Reiner Steib <reiner.steib@gmx.de>.
3363
3364         * message.el (message-strip-subject-trailing-was)
3365         (message-change-subject, message-add-archive-header)
3366         (message-xpost-fup2-header, message-xpost-insert-note)
3367         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3368         adopted from message-utils.el.  Add functions to the keymap, mode
3369         describtion and menu.
3370         (message-change-subject,message-xpost-fup2): Signal error if
3371         current header is empty.
3372         (message-xpost-insert-note): Changed insert position.
3373         (message-archive-note): Ensure to insert note in message body (not
3374         in head).
3375         (message-archive-header, message-archive-note)
3376         (message-xpost-default, message-xpost-note, message-fup2-note)
3377         (message-xpost-note-function): New variables adopted from
3378         message-utils.el.  Changed some doc-strings.
3379         (message-mark-insert-{begin,end}): Rename from
3380         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3381         values.
3382         (message-subject-trailing-was-query)
3383         (message-subject-trailing-was-ask-regexp)
3384         (message-subject-trailing-was-regexp): New variables.
3385         (message-to-list-only): Added doc-string and menu entry.
3386
3387         * message-utils.el: Removed.  Functions are now in message.el.
3388
3389 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3390
3391         * gnus-art.el (gnus-article-reply-with-original,
3392         gnus-article-followup-with-original): Switch to
3393         gnus-summary-buffer before reply/followup.
3394
3395 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3396
3397         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3398         not exist. Toggle it anyway.
3399
3400 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3401
3402         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3403
3404         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3405         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3406
3407         * rfc2047.el (message-posting-charset): Defvar it.
3408         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3409         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3410
3411         * mail-source.el (mail-source-fetch): Hide password.
3412
3413         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3414
3415 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3416         From John Paul Wallington <jpw@shootybangbang.com>.
3417
3418         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3419
3420 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3423
3424 2002-09-11  Simon Josefsson  <jas@extundo.com>
3425
3426         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3427         (nnimap-split-rule): Doc fix.
3428         (nnimap-request-expire-articles): Cleanup code.
3429
3430 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3431         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3432
3433         * gnus-art.el (gnus-article-address-banner-alist): New option.
3434         (article-strip-banner): Refer the above option to split banners of
3435         free mail servers, when no group parameter is specified.
3436
3437 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * nntp.el (nntp-wait-for-string): Check for a process in the
3440         current buffer instead of `nntp-server-buffer'.
3441
3442 2002-09-09  Simon Josefsson  <jas@extundo.com>
3443
3444         * gnus-art.el (gnus-button-man-handler): New variable.
3445         (gnus-button-alist): Use g-b-handle-man.
3446         (gnus-button-handle-man): New, call g-b-man-handler.
3447
3448 2002-09-08  Simon Josefsson  <jas@extundo.com>
3449
3450         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3451
3452 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3455
3456 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3459
3460         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3461         keystroke.
3462
3463         * gnus-srvr.el (gnus-browse-describe-group): New command and
3464         keystroke.
3465
3466 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3469         value for gnus-decoration property.
3470
3471 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3472
3473         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3474         string) as group name in case we have a CRLF in the file.
3475
3476 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3477
3478         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3479         group.
3480         (rfc1843-decode-hzp): do.
3481         (rfc1843-newsgroups-regexp): do.
3482
3483 2002-09-04  Simon Josefsson  <jas@extundo.com>
3484
3485         * message.el (message-canlock-generate): Make sure sha1 doesn't
3486         call external programs.
3487
3488 2002-09-03  Simon Josefsson  <jas@extundo.com>
3489
3490         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3491
3492         * gnus-agent.el (gnus-agent-batch): Add doc.
3493
3494 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3495
3496         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3497         check for signed and encrypted parts.
3498         * mml.el (mml-parse-1): Correct small typo which preventing
3499         setting recipients in a secure tag.
3500
3501 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * mm-util.el (mm-coding-system-priorities): Default to a list of
3504         iso-2022-jp and others for the Japanese environment.
3505
3506 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3509         invalid display names.
3510
3511 2002-08-30  Simon Josefsson  <jas@extundo.com>
3512
3513         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3514         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3515
3516 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3517
3518         * gnus.el (gnus-group-charter-alist): New option.
3519         (gnus-group-fetch-control-use-browse-url): New option.
3520
3521         * gnus-group.el (gnus-group-fetch-charter): New function.
3522         (gnus-group-fetch-control): New function.
3523         Add them to the keymap and menu. Require mm-url.
3524
3525 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3528         From Alex Schroeder <alex@emacswiki.org>.
3529
3530 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3531
3532         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3533         items expecting user interaction.
3534
3535         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3536
3537         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3538
3539         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3540
3541         * mml.el (mml-menu): do.
3542
3543 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * mail-source.el (mail-source-touch-pop): New function.
3546
3547         * message.el (message-smtpmail-send-it): New function.
3548         (message-send-mail-function): Add it for a candidate.
3549
3550 2002-08-27  Simon Josefsson  <jas@extundo.com>
3551
3552         * gnus-msg.el (posting-charset-alist): Use
3553         gnus-define-group-parameter instead of defcustom.
3554         (gnus-put-message): Handle SPC in GCC.
3555         (gnus-inews-insert-gcc): Ditto.
3556         (gnus-inews-insert-archive-gcc): Ditto.
3557
3558 2002-08-26  Simon Josefsson  <jas@extundo.com>
3559
3560         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3561         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3562         (gnus-agent-possibly-save-gcc): Autoload.
3563         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3564
3565 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus.el (gnus-other-frame-function): New user option.
3568         (gnus-other-frame): Use it; add a doc-string; make it work with
3569         the gnuclient program.
3570
3571         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3572
3573         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3574         `device-connection' and `dfw-device'.
3575
3576 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3577
3578         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3579         positives, make it stricter.  From Jochen Hein (trivial change).
3580
3581 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus.el (gnus-other-frame): Trivial fix.
3584
3585 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * gnus.el (gnus-other-frame-parameters): New user option.
3588         (gnus-other-frame-object): New variable.
3589         (gnus-other-frame): Make it search for existing Gnus frame; don't
3590         read new news; delete frame on exit.
3591
3592         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3593
3594         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3595
3596 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3597         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3598
3599         * message.el (message-set-auto-save-file-name): Add support for
3600         the Cygwin Emacs; the system-type is `cygwin'.
3601         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3602
3603 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3604
3605         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3606
3607         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3608         avoid arithmetic errors.
3609
3610 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3613
3614 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3617         (message-ignored-resent-headers): Add envelope From.
3618
3619 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3620
3621         * gnus.el (gnus-summary-line-format): Document %k specifier.
3622
3623 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3624
3625         * gnus-sum.el (gnus-summary-line-message-size): New function.
3626         (gnus-summary-line-format-alist): Use it.
3627
3628 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-art.el (article-make-date-line): Refer to the value for
3631         `gnus-article-time-format' in the summary buffer.
3632
3633         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3634
3635 2002-08-14  Simon Josefsson  <jas@extundo.com>
3636
3637         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3638         quoting.
3639         (gnus-button-alist): Fix doc.
3640         (gnus-header-button-alist): Use ' not ` for default value quoting.
3641         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3642         rationale similar to 2002-05-01 change.
3643         (gnus-article-add-buttons-to-head): Evaluate expression.
3644
3645         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3646
3647 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * message.el (message-font-lock-keywords): Refer to the value for
3650         `message-cite-prefix-regexp' dynamically.
3651
3652 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3655
3656 2002-08-12  Simon Josefsson  <jas@extundo.com>
3657
3658         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3659         (imap-shell-open): Skip initial junk before IMAP greeting.
3660
3661 2002-08-11  Simon Josefsson  <jas@extundo.com>
3662
3663         * message-utils.el (message-xpost-default,
3664         message-xpost-fup2-header, message-xpost-fup2): Fixed
3665         Typos.  Trivial changes from Reiner Steib
3666         <4uce.02.r.steib@gmx.net>.
3667
3668 2002-08-09  Simon Josefsson  <jas@extundo.com>
3669
3670         * message.el (message-canlock-password): Set
3671         canlock-password-for-verify to newly generated canlock-password.
3672         When Emacs is restarted, Custom makes sure this is set, but during
3673         the same session we must set it manually.
3674
3675 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3676
3677         * yenc.el: New file.
3678
3679         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3680         (mm-uu-type-alist): Add yenc.
3681         (mm-uu-yenc-filename): New function.
3682         (mm-uu-yenc-extract): New function.
3683
3684         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3685
3686 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3687
3688         * dgnushack.el (merge): Don't use coerce.
3689
3690 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3691
3692         * mailcap.el (mailcap-mime-data): Test window-system rather than
3693         mm-device-type.
3694         (mailcap-mime-data): Call xdvi and gv with "-safer".
3695
3696         * mm-util.el: Don't define mm-device-type.
3697
3698 2002-08-05  Simon Josefsson  <jas@extundo.com>
3699
3700         * mm-util.el (mm-coding-system-priorities): coding-system type not
3701         supported everywhere.
3702
3703 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * gnus.el (gnus-version-number): Bumped version number.
3706
3707 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3708
3709         * gnus.el: Oort Gnus v0.07 is released.
3710
3711 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3714         (gnus-article-sort-functions): Doc fix.
3715         (t): New keystroke.
3716         (gnus-article-sort-by-random): New function.
3717         (gnus-thread-sort-by-random): New function.
3718
3719 2002-08-02  Simon Josefsson  <jas@extundo.com>
3720
3721         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3722         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3723
3724 2002-07-31  Danny Siu  <dsiu@adobe.com>
3725
3726         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3727         when splitting malformed messages without message-id
3728
3729 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3730         From Niklas Morberg <niklas.morberg@axis.com>.
3731
3732         * nnweb.el (nnweb-type, nnweb-type-definition)
3733         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3734         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3735         functionality.
3736         * nnweb.el: Removed old non-functioning search engines.
3737
3738 2002-07-27  Simon Josefsson  <jas@extundo.com>
3739
3740         * message.el (message-forward-make-body): Don't use
3741         `message-forward-ignored-headers' when doing a "raw" followup (it
3742         is important to preserve e.g. CTE).
3743
3744         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3745
3746         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3747         regexp-quote, Cyrus Sieve is fixed.
3748
3749         * sieve-manage.el (sieve-manage-deletescript): New function.
3750
3751         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3752         (sieve-manage-mode): Fix menubar.
3753         (sieve-activate): Change some messages.
3754         (sieve-deactivate-all): New function.
3755         (sieve-deactivate): New alias.
3756         (sieve-remove): New function.
3757         (sieve-help): Fix help.
3758         All suggested by Ned Ludd.
3759
3760 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3763         (mm-w3m-safe-url-regexp): New user option.
3764
3765         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3766         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3767
3768 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3769
3770         * gnus-sum.el (gnus-summary-delete-article): Force
3771         nnmail-expiry-target to 'delete, so that absolute deletion
3772         happens when absolute deletion is requested.
3773
3774 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3775         From Nevin Kapur <nevin@jhu.edu>.
3776
3777         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3778         headers as empty headers.
3779
3780 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3781         From Jochen Hein <jochen@jochen.org>.
3782
3783         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3784         correct typo.
3785         (gnus-emphasis-strikethru): New face.
3786
3787 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3788         From Jason Merrill <jason@redhat.com>.
3789
3790         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3791         entire file for each of a sequence of missing articles.
3792
3793         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3794         value for gnus-view-pseudos.
3795
3796         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3797         avoid nreverse.
3798
3799 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3800         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3801
3802         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3803         (gnus-summary-mode-line-format-alist): Add %h for number of
3804         spams.
3805         (gnus-newsgroup-spam-marked): New variable.
3806         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3807         (gnus-article-read-p, gnus-article-mark)
3808         (gnus-set-global-variables, gnus-set-global-variables)
3809         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3810         (gnus-summary-mark-article-as-unread)
3811         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3812         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3813         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3814
3815 2002-07-10  Simon Josefsson  <jas@extundo.com>
3816
3817         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3818         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3819
3820 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3821
3822         * gnus-sum.el (gnus-summary-delete-article): Respect group
3823         parameters while expiring.
3824
3825 2002-07-08  Simon Josefsson  <jas@extundo.com>
3826
3827         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3828         Enberg.
3829
3830 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3831
3832         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3833         function is called interactively.  From Niklas Morberg.
3834
3835 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3836
3837         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3838         cdaar to cdar and car.
3839
3840         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3841         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3842
3843 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3846         don't break a narrowed article.
3847
3848         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3849         (nntp-open-via-rlogin-and-telnet): Ditto.
3850
3851 2002-07-02  Didier Verna  <didier@xemacs.org>
3852
3853         * nnmail.el (nnmail-split-methods): fix custom type.
3854
3855 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3856
3857         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3858         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3859
3860 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3861
3862         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3863         (gnus-summary-resend-message): Use it.
3864
3865 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3868         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3869
3870 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3871
3872         * message.el (message-font-lock-keywords): Don't fontify
3873         headers in the message body, only in the header.
3874         (message-font-lock-make-header-matcher): New function, used by
3875         message-font-lock-keywords.
3876         From Katsumi Yamaoka <yamaoka@jpl.org>.
3877
3878 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3881
3882 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3885
3886 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3887
3888         * message.el (message-font-lock-keywords): Revert 2002-06-22
3889         change.
3890
3891 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3892
3893         * message.el (message-font-lock-keywords): Put colon in header
3894         name match.
3895
3896 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3897
3898         * message.el (message-font-lock-keywords): Don't use header faces
3899         in the body.  Thanks to Stefan Monnier for the hint on the
3900         implementation.
3901
3902 2002-05-09  Miles Bader  <miles@gnu.org>
3903
3904         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3905         (gnus-article-hide-citation): Respect it.
3906
3907 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3908
3909         * pop3.el (pop3-open-server): Fix typo.
3910
3911 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3912
3913         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3914         instead of push to ignore duplicate to-(list|address) values.
3915         * nnmail.el (nnmail-cache-ignore-groups): New.
3916         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3917
3918 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3919
3920         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3921         before sending.  Suggested by Jan Rychter.
3922
3923 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * dgnushack.el (remove): New compiler macro.
3926         (last, coerce, subseq): Remove compiler macros for those built-in
3927         or unused functions.
3928
3929 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3930
3931         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3932         sure to write byte-compiled versions of gnus-*-format-alist to
3933         .newsrc.eld.  From Simon Josefsson.
3934
3935 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3936
3937         * gnus-agent.el (gnus-agent-read-servers)
3938         (gnus-agent-write-servers): Put server name (string like
3939         "nnchoke:frumple") in the file instead of a server specification
3940         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3941         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3942
3943 2002-06-16  Simon Josefsson  <jas@extundo.com>
3944
3945         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3946         Reiner Steib <4uce.02.r.steib@gmx.net>.
3947
3948 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3949
3950         * nnheader.el (nnheader-file-name-translation-alist): Set the
3951         default value for MS Windows systems.
3952
3953         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3954
3955 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * message.el (message-beginning-of-line): Keep the region active
3958         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3959
3960 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3961
3962         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3963         * gnus-msg.el (gnus-summary-reply): Ditto.
3964         * gnus-msg.el (gnus-summary-handle-replysign): New.
3965
3966 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3969         if sending failed.
3970
3971 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3972
3973         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3974         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3975         to sign while encrypting.
3976
3977 2002-06-11  Simon Josefsson  <jas@extundo.com>
3978
3979         * gnus-int.el (gnus-request-move-article): Agent expire article if
3980         successfuly moved.
3981
3982         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3983         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3984
3985 2002-06-10  Simon Josefsson  <jas@extundo.com>
3986
3987         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3988
3989 2002-06-09  Simon Josefsson  <jas@extundo.com>
3990
3991         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3992
3993         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3994
3995 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3996
3997         * flow-fill.el (fill-flowed): Ignore errors.
3998
3999 2002-06-06  Simon Josefsson  <jas@extundo.com>
4000
4001         * message.el (message-send-mail-with-sendmail): Improve error message.
4002
4003 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4004
4005         * message.el (message-interactive): Change default from nil to t.
4006         Better to be safe than to be fast.
4007
4008 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4009
4010         * message.el (message-send-mail-with-sendmail): Check return value
4011         from call-process-region.
4012
4013 2002-06-04  Simon Josefsson  <jas@extundo.com>
4014
4015         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4016         (gnus-group-post-news, gnus-summary-mail-other-window)
4017         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4018         gnus-article-copy to nil, thereby inhibiting the `header' posting
4019         style match to use data from last viewed article.
4020         Suggested by Hrvoje Niksic.
4021
4022 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * spam.el (spam-point-at-eol): New alias.
4025         (spam-parse-whitelist): Use it.
4026
4027 2002-06-03  Simon Josefsson  <jas@extundo.com>
4028
4029         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4030         (nnmail-article-group): Use it.
4031
4032 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4033
4034         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4035         so that code reading them won't be surprised.  From Jesper Harder
4036         <harder@ifa.au.dk>.
4037
4038 2002-05-29  Simon Josefsson  <jas@extundo.com>
4039
4040         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4041         articles.
4042
4043         * gnus.el (gnus-agent-cache): Doc fix.
4044         (gnus-agent): Change default to t.
4045
4046         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4047         ARTICLES, GROUP and FORCE parameters.
4048
4049 2002-05-28  Simon Josefsson  <jas@extundo.com>
4050
4051         * gnus-group.el (gnus-group-line-format): Doc fix.
4052
4053 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4054
4055         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4056         original article before yanking.  From Jesper Harder
4057         <harder@ifa.au.dk>.
4058
4059 2002-05-26  Simon Josefsson  <jas@extundo.com>
4060
4061         * gnus-sum.el (gnus-summary-menu-split): New function.
4062         (gnus-summary-make-menu-bar): Split charset submenu.
4063         (gnus-summary-menu-maxlen): New variable.
4064         (gnus-summary-menu-split): Use it.
4065
4066 2002-05-25  Simon Josefsson  <jas@extundo.com>
4067
4068         * mml.el (mml-preview): Generate some headers.
4069
4070         * gnus.el (gnus-large-newsgroup): Fix :type.
4071
4072         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4073         Agent cache NOV's by default now).
4074         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4075
4076 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4077
4078         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4079         call to gnus-parent-id when we check for References loops.
4080         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4081         twice by saving the simplified subject string in simp-subject.
4082
4083 2002-05-23  Simon Josefsson  <jas@extundo.com>
4084
4085         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4086         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4087
4088         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4089         Niklas Morberg <niklas.morberg@axis.com>.
4090
4091 2002-05-22  Simon Josefsson  <jas@extundo.com>
4092
4093         * sieve.el (sieve-change-region): Define it before it is used.
4094
4095         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4096         (gnus-summary-reply): Ask for confirmation when replying to news.
4097         Defaults to not ask.  From Benjamin Rutt
4098         <rutt+news@cis.ohio-state.edu>.
4099
4100         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4101
4102 2002-05-21  Simon Josefsson  <jas@extundo.com>
4103
4104         * sieve-mode.el (sieve-manage): Fix autoloads.
4105
4106         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4107         name (makes it work with recent Cyrus timsieved).
4108
4109 2002-05-20  Jason  <jbaker@cs.utah.edu>
4110         Trivial patch.
4111
4112         * gnus-art.el (gnus-request-article-this-buffer): Try
4113         reconnecting if you don't get the message.
4114
4115 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4118         Reply-To headers from the headers.
4119
4120 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * mm-url.el (mm-url-insert): Remove junk message.
4123
4124 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4127         (nnslashdot-use-front-page): New variable.
4128         (nnslashdot-request-list): Use it.
4129
4130         * mm-url.el (mm-url-timeout): New variable.
4131         (mm-url-retries): Ditto.
4132         (mm-url-insert): Use it.
4133
4134 2002-05-16  Simon Josefsson  <jas@extundo.com>
4135
4136         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4137         (gnus-simplify-subject-functions): Mention g-s-a-w.
4138
4139 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4140
4141         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4142         nnmail-cache-insert.
4143         * nndiary.el (nndiary-request-accept-article): Ditto.
4144         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4145         * nnimap.el (nnimap-request-accept-article): Ditto.
4146         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4147         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4148         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4149         * nnmh.el (nnmh-request-accept-article): Ditto.
4150         * nnmail.el (nnmail-cache-insert): Change group to required,
4151         removed code which tried to figure out the group.
4152
4153 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4154
4155         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4156         messages. From Hans de Graaff <hans@degraaff.org>.
4157         * nnml.el (nnml-request-accept-article): Pass in the group name to
4158         nnmail-cache-insert, since it's available.
4159
4160 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4161
4162         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4163
4164 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4165         From Florian Weimer <fw@deneb.enyo.de>.
4166
4167         * gnus.el (subscribed): New group parameter.
4168         (gnus-find-subscribed-addresses): Use it.
4169
4170 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4171
4172         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4173         the default for pgpmime to support pgp v2.
4174         * mml-sec.el (mml-signencrypt-style): New accessor function to
4175         allow users to get/set the signencrypt style more easily without
4176         frobbing the alist directly.
4177         * mml.el (mml-generate-mime-1): Use accessor function.
4178
4179 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4180
4181         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4182         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4183         <schwab@suse.de>.
4184
4185 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4186
4187         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4188         when intuiting the group the message is written to.  From Josh
4189         Huber <huber@alum.wpi.edu>.
4190
4191 2002-05-06  Simon Josefsson  <jas@extundo.com>
4192
4193         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4194         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4195
4196 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4197
4198         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4199         argument, and fixed compiler warning. (added autoload for
4200         gpg-encrypt).
4201
4202 2002-05-04  Simon Josefsson  <jas@extundo.com>
4203
4204         * mml1991.el (mml1991-function-alist): Doc fix.
4205
4206         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4207         doesn't exist (for previewing messages without having Gnus
4208         started).
4209
4210         * mm-util.el (mm-coding-system-priorities): Defcustom.
4211
4212         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4213
4214 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4215
4216         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4217         default.
4218         * mml-sec.el:
4219         * mml-sec.el (mml-signencrypt-style): New.
4220         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4221         argument `sign'.
4222         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4223         signencrypt.
4224         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4225         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4226         both signed & encryped is processed in one operation. (rather than
4227         two separate ops: sign, then encrypt)
4228         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4229         indication if a message is signed by an expired key.
4230         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4231         enables combined sign & encrypt operation. (this was always on
4232         before).
4233         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4234
4235 2002-05-01  Simon Josefsson  <jas@extundo.com>
4236
4237         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4238         server.
4239         (nnimap-mailbox-info): defvar instead of defvoo.
4240
4241 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4242
4243         * gnus.el: Oort Gnus v0.06 is released.
4244
4245 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * lpath.el: Bind url-package-version.
4248
4249 2002-05-01  Simon Josefsson  <jas@extundo.com>
4250
4251         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4252         filename before deleting the group itself, because the presence of
4253         a group filename decides if long filenames are used or not.
4254
4255         * gnus-art.el (gnus-button-alist): Don't inline
4256         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4257         without also modifying g-button-alist.
4258         (gnus-button-alist): Fix type to allow variable as well as regexp.
4259         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4260         themselves, variables to its contents.
4261         (gnus-button-entry): Ditto.
4262
4263 2002-05-01  Simon Josefsson  <jas@extundo.com>
4264
4265         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4266         UIDNEXT as a string.
4267
4268         * nnimap.el (nnimap-string-lessp-numerical): New function.
4269         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4270         integers.
4271
4272 2002-04-29  Simon Josefsson  <jas@extundo.com>
4273
4274         * nnmail.el (nnmail-cache-insert): Accept optional group
4275         parameter.
4276
4277         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4278         n-r-g-a is disabled.
4279
4280 2002-04-29  Simon Josefsson  <jas@extundo.com>
4281
4282         * nnimap.el (nnimap-split-fancy): Fix doc.
4283         (nnimap-split-fancy): Fix doc.
4284
4285         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4286         (nnimap-mailbox-info): New internal variable.
4287         (nnimap-retrieve-groups): Implement faster new mail check.
4288
4289         * nnimap.el (nnimap-split-articles): Support
4290         nnmail-cache-accepted-message-ids.
4291         (nnimap-request-accept-article): Ditto.
4292
4293         * imap.el (imap-mailbox-status-asynch): New command.
4294
4295 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4296
4297         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4298         are no subscribed mail groups.
4299         - Strip quoted names when comparing addresses
4300
4301 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4302
4303         * mm-decode.el (mm-text-html-renderer): Change customize type to
4304         const.
4305
4306         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4307         (gnus-debug-exclude-variables): do.
4308
4309 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4310
4311         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4312         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4313
4314 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * dns.el (dns-make-network-process): New macro.
4317         (query-dns): Use it.
4318
4319 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4320
4321         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4322         article-buffer.
4323
4324         * mm-url.el (mm-url-package-name): New variable.
4325         (mm-url-package-version): New variable.
4326         (mm-url-insert-file-contents): Bind url-package-name and
4327         url-package-version here.
4328         * nnrss.el (nnrss-insert-w3): Move the bindings.
4329
4330         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4331         url-package-version. Trivial change from Andrew J Cosgriff
4332         <ajc@polydistortion.net>
4333
4334         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4335         attachments. Trivial change from Peter 'Luna' Runestig
4336         <peter@runestig.com>.
4337
4338 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4339
4340         * nnkiboze.el (nnkiboze-request-scan): Call
4341         nnkiboze-possibly-change-group.
4342         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4343         problems.
4344         (nnkiboze-generate-group): Set newsrc to the *highest* article
4345         number kibozed, not the lowest.
4346
4347 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4348
4349         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4350
4351 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4352         From Dan Christensen <jdc+news@uwo.ca>.
4353
4354         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4355         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4356         Recognize math postings.  Extract Date (now ignores "(15kb)").
4357         Extract email address using gnus-extract-address-components
4358         instead of just taking the first word.  Create Date and From
4359         headers for message which are missing these headers.  Get rid
4360         of spurious \\ lines (purely cosmetic).  Extend body-end and
4361         file-end regexps, to exclude more garbage from the message.
4362         Make URL rephrasing regexp more flexible, to match current
4363         format.
4364
4365 2002-04-23  Simon Josefsson  <jas@extundo.com>
4366
4367         * netrc.el: New file, functions copied from gnus-util.el by Ted
4368         Zlatanov <tzz@lifelogs.com>.
4369
4370         * gnus-util.el: Require netrc.
4371         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4372         new code in netrc.el.
4373
4374 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4375
4376         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4377         message-ignored-resent-headers, too.  From Matthieu Moy
4378         <Matthieu.Moy@imag.fr>.
4379
4380 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4381
4382         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4383         boolean not a string
4384         * gnus-group.el (gnus-group-line-format): add description of %C
4385         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4386           as %C
4387         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4388
4389 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4390
4391         * nnmaildir.el (nnmaildir-request-scan): typo: set
4392         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4393         nnmail-get-new-mail for 'find-new-groups.
4394
4395 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4396
4397         * nnmaildir.el (nnmaildir-request-update-info,
4398         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4399         unnecessary calls to nnmaildir-request-scan.
4400
4401 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4402
4403         * gnus-msg.el:
4404         * gnus-msg.el (gnus-message-replysign): New.
4405         * gnus-msg.el (gnus-message-replyencrypt): New.
4406         * gnus-msg.el (gnus-message-replysignencrypted): New.
4407         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4408         (above) to automatically encrypt/sign to encrypted/signed
4409         messages.
4410         * message.el:
4411         * message.el (message-mode-map): Add keybinding for
4412         `message-to-list-only'
4413         * message.el (message-mode): Add description for
4414         `message-to-list-only'
4415         * message.el (message-to-list-only): New.
4416         * message.el (message-make-mft): Changed to use the cl loop macro,
4417         and added optional flag to return only the matched list. (for use
4418         in new message-to-list-only function)
4419
4420 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4421
4422         * gnus-msg.el:
4423         * gnus-msg.el (gnus-message-replysign):
4424         * gnus-msg.el (gnus-replysign): New.
4425         * gnus-msg.el (gnus-replyencrypt): New.
4426         * gnus-msg.el (gnus-replysignencrypted): New.
4427         * gnus-msg.el (gnus-summary-reply):
4428         * message.el:
4429         * message.el (message-mode-map):
4430         * message.el (message-mode):
4431         * message.el (message-to-list-only): New.
4432         * message.el (message-make-mft):
4433
4434 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4435
4436         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4437
4438 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4439
4440         * message.el (message-gen-unsubscribed-mft): accept a prefix
4441         argument so CC can be included with C-u C-c C-f C-a
4442
4443 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4444         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4445
4446         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4447         Improve docstring.
4448         (spam-enter-blacklist): New command.
4449
4450         * gnus-sum.el (gnus-spam-mark): New mark.
4451         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4452         (gnus-summary-make-tool-bar): Correct conditional.
4453         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4454         (gnus-summary-mark-as-spam): New command.
4455
4456 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4457
4458         * mml-sec.el (mml-secure-message): changed to support arbritrary
4459         modes.
4460         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4461         changed to support "signencrypt" mode.
4462         * mml.el (mml-parse-1): changed to support different secure modes
4463         more easily. (for signencrypt)
4464
4465 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4466
4467         * gnus-sum.el (gnus-update-summary-mark-positions)
4468         (gnus-summary-toggle-header):
4469         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4470         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4471         (gnus-uu-post-encoded):
4472         * nnfolder.el (nnfolder-possibly-change-group):
4473         * nnimap.el (nnimap-retrieve-headers):
4474         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4475
4476 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4477
4478         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4479         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4480
4481 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-srvr.el (gnus-server-set-info): Clear
4484         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4485         From Daiki Ueno <ueno@unixuser.org>.
4486
4487 2002-04-11  Simon Josefsson  <jas@extundo.com>
4488
4489         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4490         viewing of security buttons.  Thanks to Nicolas Kowalski
4491         <Nicolas.Kowalski@imag.fr>.
4492
4493         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4494         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4495         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4496         <Nicolas.Kowalski@imag.fr>.
4497         (smime-decrypt-buffer): Ditto.
4498
4499 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4502         header line.
4503
4504 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4505
4506         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4507
4508 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4509
4510         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4511
4512 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4513
4514         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4515         errors when debug.
4516
4517 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4518
4519         * message.el (message-make-mft): Changed MFT code from using
4520         message-recipients (which included Bcc) to use only the To and CC
4521         headers.
4522
4523 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4524
4525         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4526         add link.
4527         (gnus-treat-mail-picon): Ditto.
4528         (gnus-treat-newsgroups-picon): Ditto.
4529         (gnus-picon-databases): Fix custom type.
4530         (gnus-picon-databases): Add link.
4531         (gnus-article-x-face-command): Add to gnus-picon group.
4532
4533 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4534
4535         * message.el (message-buffer-naming-style): Remove.
4536
4537 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4538
4539         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4540
4541         * message.el (message-tool-bar-map): Ditto.
4542
4543         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4544
4545 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4546
4547         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4548
4549 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4550
4551         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4552
4553 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4554         Trivial patch.
4555
4556         * dns.el: open-network-stream under XEmacs does udp.
4557
4558 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4559
4560         * spam.el (spam-enter-whitelist): New function.
4561         (spam-parse-whitelist): Ditto.
4562         (spam-refresh-list-cache): Ditto.
4563         (spam-address-whitelisted-p): New function.
4564
4565         * dns.el (query-dns): Use TCP when make-network-process isn't
4566         available.
4567         (dns-servers): New variable.
4568         (dns-parse-resolv-conf): New function.
4569         (query-dns): Use it.
4570
4571         * spam.el: New file.
4572
4573         * dns.el (query-dns): Test.
4574
4575 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * lpath.el (featurep): Bind make-network-process.
4578
4579 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4580
4581         * nnmaildir.el: Use defstruct.  Use a single copy of
4582         nnmail-extra-headers to save memory.  Store server's group name
4583         prefix instead of each group's prefixed name.
4584         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4585         nntp-server-buffer.
4586
4587 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * dns.el: New file.
4590
4591 2002-03-28  Simon Josefsson  <jas@extundo.com>
4592
4593         * gnus-sum.el (gnus-summary-dummy-line-format):
4594         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4595         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4596
4597 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4598
4599         * gnus-sum.el (gnus-summary-move-article)
4600         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4601         the doc string.
4602
4603 2002-03-28  Simon Josefsson  <jas@extundo.com>
4604
4605         * mml-sec.el (mml-secure-message): Search after
4606         mail-header-separator from top of message.
4607
4608 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4609
4610         * nnmaildir.el: Cosmetic changes.
4611         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4612         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4613         nnmaildir--group-ls): New macros/functions.  Use them.
4614         (nnmaildir--unlink): Evalutate argument only once.
4615
4616 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4617
4618         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4619         symbols.
4620         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4621         `gnus-point-at-eol'.
4622
4623 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4624
4625         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4626         nnmaildir--marks-dir): New macros.  Use them.
4627         Use inhibit-quit for atomicity instead of in-memory journaling.
4628         (nnmaildir--edit-prep): New function.
4629         (Local Variables): Use it.
4630
4631 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4632
4633         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4634
4635 2002-03-25  Simon Josefsson  <jas@extundo.com>
4636
4637         * message.el (message-mode): Fix doc.
4638
4639 2002-03-25  Simon Josefsson  <jas@extundo.com>
4640
4641         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4642         Matthieu Moy <Matthieu.Moy@imag.fr>.
4643
4644 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4645
4646         * mml-sec.el (mml-unsecure-message): Add docstring.
4647
4648 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4649
4650         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4651         value.
4652         Trivial change from andre@slamdunknetworks.com
4653
4654 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4655
4656         * mml.el (mml-mode-map): Added a keybinding for
4657         `mml-unsecure-message'.  Also, added a menu entry for said
4658         function in the Attachments menu.
4659
4660 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * canlock.el (canlock-version): Remove.
4663         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4664         here; simplify \x insertions.
4665         (canlock-sha1): New function, always return a unibyte string.
4666         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4667         of a password.
4668         (canlock-insert-header): Use `canlock-sha1'.
4669         (canlock-verify): Ditto.
4670
4671 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4672
4673         * message.el (message-fix-before-sending): Add an option that
4674         ignores illegible text.
4675         Trivial change from Mark Milhollan <mlm@attglobal.net>
4676
4677         * message.el (message-font-lock-keywords): Support multi-line MML
4678         tags.
4679
4680         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4681         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4682
4683 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4686         symbols for "View as different encoding" submenu.
4687
4688 2002-03-19  Simon Josefsson  <jas@extundo.com>
4689
4690         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4691         encoding" submenu.
4692
4693 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4694
4695         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4696
4697 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4698
4699         * gnus-sum.el (gnus-sum-thread-tree-root)
4700         (gnus-sum-thread-tree-single-indent)
4701         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4702         (gnus-sum-thread-tree-leaf-with-other)
4703         (gnus-sum-thread-tree-single-leaf): Make customizable.
4704
4705 2002-03-16  Simon Josefsson  <jas@extundo.com>
4706
4707         * gnus-util.el (gnus-extract-address-components): Don't break on
4708         names such as James "Kibo" Parry.  From Francis Litterio
4709         <franl@world.std.com>.
4710
4711 2002-03-13  Simon Josefsson  <jas@extundo.com>
4712
4713         * pop3.el (pop3-open-server): Revert multibyte change.  From
4714         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4715
4716         * message.el (message-send-mail-with-qmail): Make it work.  From
4717         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4718
4719 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4720
4721         * message.el (message-make-mft): Set case-fold-search while
4722         generating the MFT.  Also, a little cleanup in the MFT code.
4723
4724 2002-03-12  Simon Josefsson  <jas@extundo.com>
4725
4726         * message.el (message-qmail-inject-args): May be function.
4727         (message-send-mail-with-qmail): Call function if m-q-i-a is
4728         function.  From fn@hungry.org (Faried Nawaz).
4729
4730 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4731
4732         * message.el (message-abbrevs-loaded): Remove.
4733         (mailabbrev): Require it.
4734
4735         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4736
4737 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * pop3.el (pop3-open-server): Set process buffer unibyte.
4740
4741 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4744
4745 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4746
4747         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4748         too.
4749
4750 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4751
4752         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4753         duplication.
4754         (gnus-summary-save-parts-type-history): Ditto.
4755         (gnus-summary-save-parts-last-directory): Ditto.
4756         Trivial change from andre@slamdunknetworks.com
4757
4758 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4759
4760         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4761
4762 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4763
4764         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4765         -->" as the end of the first article.
4766
4767         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4768         From Matthieu Moy <Matthieu.Moy@imag.fr>
4769
4770         * message.el (message-add-action): Use add-to-list.
4771         (message-delete-action): New function.
4772
4773         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4774         pieces.
4775
4776 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4777
4778         * nnnil.el: New file.
4779         * gnus.el (gnus-valid-select-methods): Include nnnil.
4780
4781 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4782
4783         * message.el (message-syntax-checks): Because canlock is
4784         supported, we disable sender syntax check.
4785         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4786
4787         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4788         value of message-syntax-checks.
4789
4790         * qp.el (quoted-printable-decode-region): Doc addition.
4791         From: Eli Zaretskii <eliz@is.elta.co.il>
4792
4793         * mail-source.el (make-source-make-complex-temp-name): Use
4794         make-temp-file.
4795
4796         * mm-util.el (mm-make-temp-file): New function.
4797         * nneething.el (nneething-file-name): Use it.
4798         * mml-smime.el (mml-smime-encrypt): Ditto.
4799         * mm-view.el (mm-inline-wash-with-file): Ditto.
4800         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4801         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4802         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4803         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4804         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4805         * gnus-art.el (gnus-mime-print-part): Ditto.
4806
4807 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4808
4809         * message.el (nnmaildir-article-number-to-base-name): New
4810         function.
4811         (nnmaildir-base-name-to-article-number): New function.
4812
4813 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * smime.el (smime-make-temp-file): Don't quote
4816         `temporary-file-directory'.
4817
4818 2002-03-04  Simon Josefsson  <jas@extundo.com>
4819
4820         * smime.el (smime-sign-region): Rename argument keyfiles to
4821         keyfile. You only sign something with one key.
4822         (smime-sign-buffer): Better completing-read prompt.
4823         (smime-decrypt-buffer): Ditto.
4824
4825         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4826
4827         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4828         completing-read.
4829         (mm-view-pkcs7-decrypt): CRLF->LF.
4830
4831 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4832
4833         * message.el (message-hierarchical-addresses): New variable.
4834         (message-get-reply-headers): Use it.
4835         From Ted Zlatanov <teodor.zlatanov@divine.com>
4836
4837 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4838
4839         * message.el (message-mode): If buffer-file-name, don't set auto
4840         save file name.
4841         Trivial change from Geoff Greene <ggreene@wpi.edu>
4842
4843 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4844
4845         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4846         takes one argument in read-char.
4847
4848         * message.el (message-fix-before-sending): Forward a char.
4849         Check mmu-multibyte-p, add control-1.
4850
4851 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4852
4853         * gnus-start.el (gnus-read-init-file): Ditto.
4854
4855         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4856
4857         * dgnushack.el (dgnushack-make-load): Ditto.
4858
4859         * mail-source.el (mail-source-fetch): Extract the right error
4860         code.
4861
4862         * message.el (message-fix-before-sending): Check illegible text.
4863
4864         * gnus-util.el (gnus-multiple-choice): New function.
4865
4866         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4867         also defined in gnus-score.el.
4868
4869 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4870
4871         * message.el (message-get-reply-headers): downcase email addresses
4872         for comaparisons for duplicate removal.
4873
4874 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4875
4876         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4877         implementation of PKCS#7, which just allows users read the
4878         message.
4879         (mm-view-pkcs7): Use it.
4880
4881 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4882
4883         * gnus.el (large-newsgroup-initial): New parameter.
4884
4885         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4886         (gnus-summary-insert-old-articles): Ditto.
4887
4888 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4889
4890         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4891         used as the default answer of the question, "How many articles?".
4892         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4893
4894         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4895         small numbers.
4896
4897 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4898
4899         * deuglify.el: Fix comments.
4900
4901 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4902
4903         * html2text.el (html2text-clean-anchor): If there is no HREF,
4904         insert nothing.
4905
4906         * mml.el (mml-generate-mime-1): Add cdr.
4907         From: andre@slamdunknetworks.com
4908
4909         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4910         (mm-text-html-washer-alist): Ditto.
4911
4912         * mm-decode.el (mm-text-html-renderer): Add html2text.
4913
4914         * html2text.el: Face lift.
4915
4916         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4917
4918 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4919
4920         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4921
4922         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4923
4924         * deuglify.el: New file. The original file name is
4925         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4926
4927         * mm-decode.el (mm-display-external): Use
4928         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4929
4930 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4931
4932         * nnmaildir.el (nnmaildir-request-list): Report the highest
4933         article number, not the total number of articles.
4934
4935 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4936
4937         * gnus-sum.el: Move uu key map here.
4938         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4939
4940 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4941
4942         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4943         nnmail-expiry-wait* if expire-age parameter is not set.
4944
4945 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4946
4947         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4948         function.
4949         (gnus-group-sort-selected-groups-by-real-name): New function.
4950         (gnus-group-make-menu-bar): Add sort by real name.
4951
4952         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4953         rebuild.
4954         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4955         nil as dependencies as well.
4956
4957 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4958
4959         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4960         for mime-parts.
4961
4962         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4963
4964         * gnus-group.el (gnus-group-name-decode): Don't test
4965         multibyte-string, because it breaks XEmacs.
4966         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4967
4968         * message.el (message-send-mail): Be talkative.
4969
4970         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4971         (mm-automatic-display): Ditto.
4972
4973         * mailcap.el (mailcap-mime-data): Ditto.
4974         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4975
4976 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * many files: Remove trailing whitespaces, replace spc+tab with
4979         tab, replace leading whitespaces with tabs.
4980
4981 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4982
4983         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4984         articles with no body and no blank line after the header.
4985
4986 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4987
4988         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4989         parts.
4990
4991         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4992         non-ascii chars.
4993
4994         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4995
4996         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4997         w3-delay-image-loads.
4998         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4999         (mm-w3-prepare-buffer): Ditto.
5000
5001         * mail-source.el (mail-source-fetch-directory): Run scripts.
5002
5003 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5006         for Majordomo confirmations.
5007
5008 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5011
5012 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5015
5016 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5017
5018         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5019         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5020
5021 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5022
5023         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5024         (mm-inline-render-with-stdin): Ditto.
5025         (mm-inline-render-with-function): Ditto.
5026         (mm-inline-wash-with-file): Bind coding-system-for-write.
5027         (mm-inline-wash-with-stdin): Ditto.
5028
5029 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5030
5031         Suggested by Felix Natter <fnatter@gmx.net>
5032
5033         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5034         gnus-mime-externalize-view.
5035         (gnus-mime-view-part-internally): Rename from
5036         gnus-mime-internalize-view.
5037         (gnus-article-view-part-externally): Rename from
5038         gnus-article-externalize-part.
5039         (gnus-mime-action-alist): Change correspondingly.
5040         (gnus-mime-button-commands): Ditto.
5041         (gnus-mime-action-alist): Remove duplication.
5042
5043         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5044
5045 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5048
5049         * gnus-art.el (gnus-display-mime): Use it.
5050
5051         * mm-partial.el (mm-partial-find-parts): Use it.
5052
5053         * gnus-sum.el (gnus-article-loose-mime): Rename from
5054         gnus-article-no-strict-mime.
5055         (gnus-summary-save-parts): Use it.
5056
5057 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5060         local variable.
5061
5062         * gnus-art.el (article-display-x-face): Don't sort multiple
5063         X-Faces.
5064
5065 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5068         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5069
5070         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5071
5072 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5073
5074         Some ideas is inspired by code from Hrvoje Niksic
5075         <hniksic@arsdigita.com>
5076
5077         * gnus-art.el (gnus-article-wash-function): Set the default to
5078         nil, so that we use mm-text-html-renderer instead.
5079         (article-wash-html): Use mm-text-html-renderer.
5080
5081         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5082         (mm-text-html-renderer): New variable.
5083         (mm-inline-text-html-renderer): Set the default to nil, so that we
5084         use mm-text-html-renderer instead.
5085
5086         * mm-view.el (mm-inline-text-html): New function.
5087         (mm-text-html-renderer-alist): New variable.
5088         (mm-inline-text-vcard): New function.
5089         (mm-inline-text): Split.
5090         (mm-links-remove-leading-blank): New function.
5091         (mm-inline-render-with-file): New function.
5092         (mm-inline-render-with-stdin): New function.
5093         (mm-inline-render-with-function): New function.
5094         (mm-text-html-washer-alist): New variable.
5095         (mm-inline-wash-with-file): New function.
5096         (mm-inline-wash-with-stdin): New function.
5097
5098 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5099
5100         * message-utils.el: Fix installation doc.
5101         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5102
5103 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5104
5105         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5106         (gnus-post-method): Use it.
5107         (gnus-summary-cancel-article): Find the correct post-method.
5108
5109         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5110         * message.el (message-send-news): Ditto.
5111         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5112         <ipmonger@delamancha.org>
5113
5114         * gnus.el (gnus-select-method): Fix doc.
5115         (gnus-server-string): Use 'using nntp'.
5116
5117         * gnus-agent.el (gnus-slave-unplugged): New command.
5118         From: Felix Natter <fnatter@gmx.net>
5119
5120 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5121
5122         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5123         Call edit-done-function first, then change the window
5124         configuration.
5125         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5126         (gnus-article-edit-mode): mml-mode.
5127
5128         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5129         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5130
5131         * message-utils.el: Adopt the file.
5132
5133         * message-utils.el: New file.
5134         From Holger Schauer <Holger.Schauer@gmx.de>
5135
5136 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5137
5138         * gnus-sum.el (gnus-summary-move-article): Select-article only
5139         when gnus-move-split-methods is non-nil. And we don't render or
5140         mark the article.
5141
5142         * gnus-fun.el (gnus-shell-command-to-string): New function.
5143         (gnus-shell-command-on-region): New function.
5144         (gnus-random-x-face): Use them.
5145         (gnus-x-face-from-file): Ditto.
5146         (gnus-convert-image-to-gray-x-face): Ditto.
5147         (gnus-convert-gray-x-face-to-xpm): Ditto.
5148         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5149
5150 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-art.el (gnus-treat-display-xface): Don't use
5153         `shell-command-to-string' when compiling.
5154         (gnus-treat-display-grey-xface): Ditto.
5155
5156 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5157
5158         * nnmaildir.el (nnmaildir--article-count): If the group is
5159         completely empty, report minimum article number as 1 instead of 0.
5160
5161 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5162
5163         * gnus-agent.el (gnus-get-predicate): Use nconc.
5164
5165         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5166         gnus-summary-display-cache as cache.
5167
5168         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5169         (nndoc-mail-in-mail-type-p): New function.
5170         (nndoc-mail-in-mail-article-begin): New function.
5171
5172 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5173
5174         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5175
5176         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5177         use-hard-newlines to nil.
5178
5179         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5180         image is not available if window-system is not available.
5181
5182         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5183
5184 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5185
5186         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5187         bookmark, because update-mark doesn't handle it correctly.
5188
5189 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5190
5191         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5192         directly instead of calling message-send-mail.
5193
5194         * gnus-start.el (gnus-read-descriptions-file): Use
5195         gnus-default-charset.
5196
5197         * mm-util.el (mm-guess-mime-charset): New function.
5198
5199         * gnus.el (gnus-default-charset): Use it.
5200         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5201         the default.
5202
5203 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5204
5205         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5206         (article-display-x-face): Use it.  Disable grey xface, if
5207         uncompface is not found.
5208
5209         * message.el (message-mode): Don't enable multibyte on an indirect
5210         buffer.
5211
5212         * nnrss.el (nnrss-content-function): New variable.
5213         (nnrss-request-article): Use it.
5214
5215 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5216
5217         * gnus.el: Add article-unsplit-urls.
5218         * gnus-sum.el: Ditto.
5219         * gnus-art.el (gnus-treat-strip-cr): New variable.
5220         (gnus-treatment-function-alist): Use it.
5221         (article-unsplit-urls): New function.
5222         (gnus-article-make-menu-bar): Use it.
5223         From: Michael Cook <michael.cook@cisco.com>
5224
5225 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5226
5227         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5228         copy.
5229
5230 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5231
5232         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5233         with internal whitespace.
5234         (gnus-parent-id): Ditto.
5235
5236 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * gnus-art.el (gnus-article-treat-body-boundary): Add
5239         gnus-decoration property.
5240         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5241
5242         * message.el (message-mode): Set local-abbrev-table.
5243         From Matt Armstrong <matt@lickey.com>.
5244
5245         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5246         too many spaces.
5247
5248         * rfc2047.el (rfc2047-unfold-region): Ditto.
5249         (rfc2047-decode-region): Don't unfold. Let
5250         gnus-article-treat-unfold-headers do it.
5251
5252         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5253         From: Jesper Harder <harder@ifa.au.dk>
5254
5255 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5258         (gnus-configure-posting-styles): Use it.
5259         (gnus-configure-posting-styles): Remove trailing newspaces.
5260
5261 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5262
5263         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5264         is non-nil.
5265
5266         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5267
5268         * gnus.el (gnus-server-to-method): Switch position with
5269         gnus-server-get-method.
5270         (gnus-agent): Add doc.
5271
5272         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5273         (gnus-summary-save-parts): Use it.
5274
5275         * gnus-art.el (gnus-display-mime): Use it.
5276         * mm-partial.el (mm-partial-find-parts): Use it.
5277
5278         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5279
5280         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5281         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5282
5283         * nnagent.el (nnagent-request-expire-articles): Don't delete
5284         files.
5285
5286 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5287
5288         * message.el (message-gen-unsubscribed-mft): New function.
5289         From Sriram Karra <karra@cs.utah.edu>.
5290
5291         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5292         open parenthesis.
5293
5294         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5295         (mm-inline-text-html-render-with-w3): Ditto.
5296         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5297         Suggested by Dave Love  <d.love@dl.ac.uk>.
5298
5299         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5300
5301         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5302         * nntp.el (nntp-send-command): Ditto.
5303         * nntp.el (nntp-send-command-nodelete): Ditto.
5304
5305 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5306
5307         * mm-url.el (mm-url-load-url): New function.
5308         (mm-url-insert-file-contents): Use it.
5309
5310         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5311
5312         * message.el (message-forward-make-body): Correctly copy
5313         forward-buffer.
5314
5315         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5316
5317 2002-02-04  Simon Josefsson  <jas@extundo.com>
5318
5319         * gnus-art.el (gnus-article-followup-with-original): Mark with
5320         force, prevent errors when following up from article buffer.
5321         (gnus-article-reply-with-original): Ditto.
5322
5323         * binhex.el (binhex-decoder-switches): Fix doc.  From
5324         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5325
5326 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5327
5328         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5329         highlight-citation after emphasize.
5330
5331 2002-02-04  Simon Josefsson  <jas@extundo.com>
5332
5333         * nnfolder.el (nnfolder-open-marks):
5334
5335         * nnml.el (nnml-open-marks): Message when done.  From David
5336         Edmondson <dme@sun.com>.
5337
5338 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5339
5340         * imap.el (imap-anonymous-auth): Fix typo.
5341         From: Steinar Bang <sb@dod.no>
5342
5343         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5344         save-excursion.
5345         (gnus-cache-braid-heads): Ditto.
5346
5347         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5348         line, because there are extra articles in the overview buffer.
5349
5350         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5351
5352         * message.el (message-forward-rmail-make-body): Directly use
5353         rmail-msg-restore-non-pruned-header to avoid calling
5354         vertical-motion.
5355
5356 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5357
5358         * gnus-cache.el (gnus-summary-insert-cached-articles):
5359         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5360
5361         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5362         gnus-newsgroups-unselected.
5363
5364         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5365         gnus-add-to-sorted-list.
5366
5367         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5368         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5369         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5370         (gnus-update-read-articles): UNREAD is sorted.
5371         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5372         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5373         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5374         (gnus-newsgroup-dormant): Require sorted.
5375
5376         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5377         directories.
5378         (gnus-dired-print): New function.
5379
5380         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5381         ps-despool.
5382
5383 2002-02-02  Simon Josefsson  <jas@extundo.com>
5384
5385         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5386
5387 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5388
5389         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5390         t. This makes gnus-agent customizable without putting
5391         gnus-agentize into .gnus.
5392
5393         * gnus.el (gnus-agent): Make it customizable.
5394
5395         * gnus-dired.el: New file.
5396         From Benjamin Rutt <brutt@bloomington.in.us>
5397
5398         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5399         if no article.
5400         (gnus-cache-possibly-remove-article): Ditto.
5401         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5402
5403 2002-02-01  Simon Josefsson  <jas@extundo.com>
5404
5405         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5406
5407 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5410         (mm-setup-w3m): Don't bind keys listed in the above.
5411
5412 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5415         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5416         is non-nil; bind `w3m-force-redisplay' with nil.
5417
5418         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5419
5420         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5421
5422 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5423
5424         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5425         use mail-header-unfold-field.
5426
5427         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5428         gnus-summary-limit.
5429
5430         * gnus-range.el (gnus-add-to-sorted-list): New function.
5431         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5432         (gnus-mark-article-as-unread): Ditto.
5433         (gnus-summary-mark-article-as-unread): Ditto.
5434         (gnus-build-get-header): Ditto.
5435         (gnus-summary-prepare-threads): Ditto.
5436         (gnus-summary-insert-pseudos): Ditto.
5437         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5438         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5439         (gnus-summary-insert-old-articles): Ditto.
5440
5441         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5442         (gnus-configure-posting-styles): Support the new format.
5443
5444         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5445         edebug-form-spec to (sexp body).
5446         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5447
5448         * message.el (message-reply-headers): Add doc.
5449
5450 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5451
5452         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5453         gnus-cache-active-hashtb.
5454
5455         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5456         (gnus-agent-summary-fetch-group): Use it.
5457
5458         * gnus-msg.el (gnus-debug-files): New variable.
5459         (gnus-debug-exclude-variables): New variable.
5460         (gnus-debug): Use them.
5461
5462         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5463
5464 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5465
5466         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5467         (message-mode-syntax-table): Move back the previous position.
5468
5469         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5470
5471         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5472         gnus-sorted-difference.
5473
5474         * nnsoup.el (nnsoup-request-expire-articles): Use
5475         gnus-sorted-difference.
5476
5477         * nnheader.el: Autoload gnus-sorted-difference.
5478
5479         * nnfolder.el (nnfolder-request-expire-articles): Use
5480         gnus-sorted-difference.
5481
5482         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5483         gnus-sorted-difference.
5484
5485         * gnus-range.el: Autoload cookies.
5486         (gnus-sorted-difference): New function.
5487         (gnus-sorted-ndifference): New function.
5488         (gnus-sorted-nintersection): Rename from
5489         gnus-set-sorted-intersection.
5490         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5491         (gnus-list-range-difference): Rename from
5492         gnus-inverse-list-range-intersection.
5493         (gnus-inverse-list-range-intersection): Use defalias.
5494
5495         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5496         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5497         (gnus-articles-to-read): Use gnus-sorted-difference.
5498         (gnus-summary-limit-mark-excluded-as-read): Use
5499         gnus-sorted-intersection and gnus-sorted-ndifference.
5500         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5501         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5502
5503         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5504
5505 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5508         property to the buffer for using emacs-w3m command keys.
5509
5510         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5511         option.
5512
5513         * mm-view.el (mm-w3m-mode-map): New variable.
5514         (mm-w3m-mode-command-alist): New variable.
5515         (mm-w3m-minor-mode): Removed.
5516         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5517         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5518         buffer for using emacs-w3m command keys.
5519
5520 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5521
5522         * message.el (message-mode-syntax-table): Move forward.
5523         (message-cite-prefix-regexp): Auto detect non word constituents.
5524         (message-cite-prefix-regexp): Don't use with-syntax-table.
5525
5526         * gnus-sum.el (gnus-summary-update-info): Use
5527         gnus-list-range-intersection.
5528
5529         * gnus-agent.el (gnus-agent-fetch-headers): Use
5530         gnus-list-range-intersection.
5531
5532         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5533         (gnus-list-range-intersection): Use it.
5534         (gnus-inverse-list-range-intersection): Ditto.
5535         (gnus-sorted-intersection): Add doc.
5536         (gnus-set-sorted-intersection): Add doc.
5537         (gnus-sorted-union): New function.
5538         (gnus-set-sorted-union): New function.
5539
5540         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5541         (gnus-inverse-list-range-intersection): Ditto.
5542
5543 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5544
5545         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5546
5547         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5548         and permit `:' and `\' in order to handle full Windows pathnames.
5549         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5550         technically not correct per standard, but seems to have common use.
5551
5552 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5553
5554         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5555         replacing numbers.
5556
5557 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5558
5559         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5560
5561         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5562         Don't split when the window is small, e.g. when a small *BBDB*
5563         window is the lowest one.
5564
5565         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5566         nnheader-find-nov-line to speed up. Use nreverse, because it is
5567         sorted. Use nnheader-insert-nov-file.
5568
5569 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5572
5573         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5574         of `w3m-display-inline-images' with the value of
5575         `mm-inline-text-html-with-images'.
5576         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5577
5578         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5579
5580 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5581
5582         * time-date.el: Add autoload cookies.  Many doc fixes.
5583         (time-add): New function.
5584         (time-subtract): Renamed from subtract-time.
5585         (subtract-time): New alias for time-subtract.
5586
5587 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5590         emacs-w3m in doc-string.
5591
5592         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5593         `w3m-current-buffer'.
5594
5595 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5596
5597         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5598
5599         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5600         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5601         (mm-w3m-cid-retrieve): New function.
5602         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5603
5604 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5605
5606         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5607
5608 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5611
5612 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5615         32K.
5616
5617         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5618
5619         * nnmail.el (nnmail-article-group): Decode headers before running
5620         split rules over them.
5621         (nnmail-mail-splitting-charset): New variable.
5622
5623         * smiley.el: Replaced with smiley-ems.el.
5624
5625 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5626
5627         * mm-url.el (mm-url-predefined-programs): Add w3m.
5628         (mm-url-program): Ditto.
5629
5630 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * nnml.el (nnml-use-compressed-files): New variable.
5633         (nnml-filenames-are-evil): Removed.
5634         (nnml-current-group-article-to-file-alist): Don't use.
5635         (nnml-update-file-alist): Inhibit.
5636         (nnml-article-to-file): Use new var.
5637
5638 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5639
5640         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5641
5642         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5643
5644 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5647         function.
5648
5649         * gnus-util.el (gnus-cache-file-contents): New function.
5650
5651         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5652         (gnus-agent-load-alist): Use it.
5653
5654         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5655
5656         * nnheader.el (nnheader-insert-nov-file): New function.
5657
5658         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5659
5660         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5661         there are no references.
5662         (gnus-extract-message-id-from-in-reply-to): New function.
5663         (gnus-nov-parse-line): Use in-reply-to if there are no
5664         references.
5665
5666 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5669
5670         * gnus-util.el (gnus-parse-without-error): New macro.
5671
5672 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5673
5674         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5675         (gnus-article-wash-function): use locate-library to decide which
5676         to use.
5677
5678 2002-01-25  Simon Josefsson  <jas@extundo.com>
5679
5680         * pop3.el (pop3-munge-message-separator): Work if no date.
5681         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5682
5683 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-agent.el (gnus-agent-save-alist): Fix.
5686
5687         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5688         mistake.  Reinstated lost code.
5689
5690 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5691
5692         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5693         one exists in the case of an encrypted message with an internal
5694         signature.
5695
5696 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5699
5700 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * dgnushack.el: Commented out the experimental code.
5703
5704 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5707         error.
5708
5709         * gnus.el (gnus-server-to-method): Made into subst.
5710         (gnus-server-method-cache): New variable.
5711         (gnus-server-to-method): Use it.
5712         (gnus-group-method-cache): New variable.
5713         (gnus-find-method-for-group-1): Renamed.
5714         (gnus-find-method-for-group): New function.
5715         (gnus-group-method-cache): Removed.
5716
5717         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5718         function.
5719
5720         * gnus-range.el (gnus-members-of-range): New function.
5721         (gnus-list-range-intersection): Renamed.
5722         (gnus-inverse-list-range-intersection): New function.
5723
5724         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5725
5726         * nnagent.el (nnagent-retrieve-headers): New implementation.
5727
5728         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5729         implementation.
5730
5731 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5734         `w3m-meta-content-type-charset-regexp'.
5735
5736         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5737         charset-encoded html contents.
5738
5739 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5740
5741         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5742         an empty file.
5743
5744         * nnweb.el (url): Ignore errors when request url.
5745
5746         * nnrss.el: Clean up the comments.
5747
5748 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5751
5752         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5753         (mm-inline-media-tests): Test whether the value of
5754         `mm-inline-text-html-renderer' is a function for text/html.
5755
5756         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5757         separated from `mm-inline-text'.
5758         (mm-w3m-minor-mode): New variable.
5759         (mm-w3m-setup): New variable.
5760         (mm-setup-w3m): New function.
5761         (mm-inline-text-html-render-with-w3m): New function.
5762         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5763         text/html.
5764
5765 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5766
5767         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5768
5769 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5772         and `gnus-xmas-completing-read'.
5773
5774 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5775
5776         * nneething.el (nneething-message-id-number): Abolished.
5777         (nneething-encode-file-name): Not encode numerical characters.
5778         (nneething-make-head): `nneething-message-id-number' is not
5779         used to generate message IDs.
5780
5781 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5784         characters.
5785
5786 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5789         (gnus-xmas-redefine): Redefine conditionally.
5790
5791 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5792
5793         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5794         tag.
5795
5796 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5797
5798         * message.el (message-font-lock-keywords): Added the secure tag.
5799         * mml-sec.el: Added functions to generate/modify/remove the secure
5800         tag while in message mode.
5801         * mml-sec.el (mml-secure-message): New.
5802         * mml-sec.el (mml-unsecure-message): New.
5803         * mml-sec.el (mml-secure-message-sign-smime): New.
5804         * mml-sec.el (mml-secure-message-sign-pgp): New.
5805         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5806         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5807         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5808         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5809         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5810         convert it to either a part or multipart depending on if there are
5811         other parts in the message.
5812         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5813         to use the secure tag, rather than the part tag.
5814         * mml.el (mml-preview): Added a save-excursion to keep cursor
5815         position after doing an MML preview.
5816
5817 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * nnheader.el (nnheader-parse-overview-file): New function.
5820         (nnheader-write-overview-file): New function.
5821
5822 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5825         in wanted.
5826
5827         * nnweb.el (nnweb-type-definition): Clean up.
5828
5829 2002-01-21  Alastair Burt  <burt@dfki.de>
5830         Trivial patch.
5831
5832         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5833         buffer exists before jumping to it.
5834
5835 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5838         function.
5839         (article-wash-html): Use it.
5840         (gnus-article-wash-function): New variable.
5841         (gnus-article-wash-html-with-w3m): New function.
5842
5843 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5844
5845         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5846         XEmacs.
5847
5848 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5849
5850         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5851         command line.
5852
5853 2002-01-21  Simon Josefsson  <jas@extundo.com>
5854
5855         * canlock.el (base64-encode-string): Autoload it from base64.
5856         (canlock-make-cancel-key): Base64 encode unibyte string.
5857
5858 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * nnfolder.el (nnfolder-request-accept-article): Unfold
5861         x-from-line.
5862         (nnfolder-request-replace-article): Ditto.
5863
5864 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5865
5866         * gnus-group.el (gnus-group-best-unread-group): Use the right
5867         positioning function.
5868
5869 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870
5871         * smiley-ems.el (smiley-region): Use new function.
5872         (smiley-update-cache): Use general image functions.
5873         (smiley-region): Use general functions.
5874
5875         * gnus-util.el (gnus-graphic-display-p): New function.
5876
5877         * nnmail.el (nnmail-article-group): Allow outputting traces of
5878         non-strings.
5879
5880         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5881         (nndoc-exim-bounce-type-p): New function.
5882
5883         * message.el (message-dont-send): Doc fix.
5884
5885         * gnus-util.el (gnus-completing-read): Remove
5886         inherit-input-method.
5887
5888         * gnus-art.el (gnus-treat-smiley): Doc fix.
5889
5890         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5891         articles.
5892
5893 2002-01-19  Simon Josefsson  <jas@extundo.com>
5894
5895         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5896         (imap-kerberos4-open): Ditto.
5897         (imap-open): Set port correctly, don't set auth.
5898
5899 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * gnus.el (gnus-version-number): Bump version number.
5902
5903 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5904
5905         * gnus.el: Oort Gnus v0.05 is released.
5906
5907 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5908
5909         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5910         exists.
5911
5912         * gnus-spec.el (gnus-string-width-function): New function.
5913         (gnus-tilde-cut-form): Use it.
5914         (gnus-tilde-max-form): Ditto.
5915         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5916         (gnus-substring-function): Use it.
5917         (gnus-tilde-cut-form): Ditto.
5918         (gnus-substring-function): New function.
5919
5920         * message.el (message-check-news-header-syntax): New message.
5921
5922         * gnus.el (gnus-slave-no-server): Doc fix.
5923
5924         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5925
5926 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5929         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5930         (seen (NUM1 . NUM2)).
5931
5932 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933
5934         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5935         number in closed topics.
5936
5937 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5938
5939         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5940         functions.
5941
5942 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus.el (gnus-group-find-parameter): Clean up.
5945
5946         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5947         articles.
5948
5949         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5950
5951         * nnmail.el (nnmail-article-group): Clean up.
5952
5953 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5954
5955         * gnus-agent.el (gnus-category-name): Intern the category name.
5956
5957 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5960
5961         * gnus-util.el (gnus-completing-read): New function.
5962
5963 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5964
5965         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5966
5967         * smiley-ems.el (smiley-region): Register smiley.
5968         (smiley-toggle-buffer): Rewrite the function.
5969         (smiley-active): Removed.
5970
5971 2002-01-19  Simon Josefsson  <jas@extundo.com>
5972
5973         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5974         Jesper Harder <harder@ifa.au.dk>.
5975
5976 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5977
5978         * gnus-art.el (gnus-request-article-this-buffer): Call
5979         `nneething-get-file-name' to extract the file name from the
5980         message id.
5981
5982         * nneething.el (nneething-encode-file-name): New function.
5983         (nneething-decode-file-name): Ditto.
5984         (nneething-get-file-name): Ditto.
5985         (nneething-make-head): Encode the file name and encapsulate it
5986         into the field of the message id.
5987
5988 2002-01-18  Simon Josefsson  <jas@extundo.com>
5989
5990         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5991         stored in .marks.
5992
5993         * nnfolder.el (nnfolder-request-update-info): Ditto.
5994
5995 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5998
5999 2002-01-18  Simon Josefsson  <jas@extundo.com>
6000
6001         * imap.el (imap-starttls-p): Don't check for binary.
6002         (imap-gssapi-auth-p): Ditto.
6003         (imap-kerberos4-auth-p): Ditto.
6004         (imap-open): Change logic.  Iterate through all possible streams,
6005         instead of bailing out after first failure.  Move authenticator
6006         decision to `imap-authenticate'.
6007         (imap-authenticate): Change logic, now finds the authenticator to
6008         use, was previously in `imap-open'.
6009         (imap-open): Return nil on failure.
6010         (imap-open): Setup temp buffer correctly.
6011         (imap-open): Return buffer only on success.
6012         (imap-interactive-login, imap-interactive-login): Tell the user
6013         which stream/authenticator is used for the queried
6014         username/password.
6015         (imap-open, imap-authenticate): Set variables.
6016         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6017         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6018
6019 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6022
6023 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6026
6027 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6028
6029         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6030         (gnus-agent-group-mode-map): Bind it to "Jo".
6031         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6032
6033 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6034
6035         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6036         (gnus-summary-mail-toolbar): Add mail article deletion button.
6037
6038         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6039         false positives for lines of "^^^^".
6040
6041         * gnus-picon.el (gnus-picon-find-face): faces database is all
6042         lowercase.
6043
6044 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6045
6046         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6047         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6048         duplications.
6049         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6050
6051 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052
6053         * gnus-sum.el (gnus-summary-initial-limit): Inline
6054         gnus-summary-limit-children.
6055         (gnus-summary-initial-limit): Don't limit if
6056         gnus-newsgroup-display is nil.
6057         (gnus-summary-initial-limit): No, don't.
6058
6059         * gnus-util.el
6060         (gnus-put-text-property-excluding-characters-with-faces): Inline
6061         gnus-put-text-property.
6062
6063         * gnus-spec.el (gnus-default-format-specs): New variable.
6064
6065         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6066         gnus-format-specs.
6067         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6068
6069         * gnus-spec.el (gnus-update-format-specifications): Really check
6070         the Gnus version of the .newsrc.eld file.
6071         (gnus-format-specs): Save the new default summary format.
6072
6073         * gnus-util.el (gnus-parent-id): Check whether references is empty
6074         before splitting.
6075
6076         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6077         functions.
6078         (gnus-gather-threads-by-references): Inline
6079         `gnus-split-references'.
6080
6081         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6082         default value of gnus-summary-line-format-spec.
6083
6084 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6085
6086         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6087         message.
6088         (nnslashdot-request-list): Ditto.
6089         (nnslashdot-sid-strip): Removed.
6090
6091 2002-01-15  Simon Josefsson  <jas@extundo.com>
6092
6093         * nnimap.el (nnimap-close-asynchronous): Enable.
6094         (nnimap-close-group): Expunge.
6095
6096 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6097
6098         * gnus-util.el (gnus-user-date-format-alist): Typo.
6099         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6100
6101 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6102
6103         * nneething.el (nneething-request-article): Set
6104         `nnmail-file-coding-system' to `binary' locally, in order to read
6105         files without any conversion.
6106
6107 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6108
6109         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6110         nnheader-file-coding-system and nnmail-active-file-coding-system.
6111         (gnus-agent-regenerate-group): Ditto.
6112         (gnus-agent-regenerate): Ditto.
6113         (gnus-agent-write-active): Ditto.
6114         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6115
6116 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6117
6118         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6119         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6120
6121 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6122
6123         * gnus.el: We don't need gnus-article-show-all-headers.
6124
6125         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6126         Ditto.
6127
6128         * gnus-sum.el (gnus-summary-select-article): Don't call
6129         show-all-headers, because hidden headers are not hidden text any
6130         more.
6131
6132 2002-01-13  Simon Josefsson  <jas@extundo.com>
6133
6134         * message.el (message-newline-and-reformat): Use `newline' instead
6135         of inserting \n, so that the newline is marked as hard.
6136
6137         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6138         From Jesper Harder <harder@ifa.au.dk>.
6139
6140 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6141
6142         * imap.el (imap-close): Keep going if quit.
6143
6144         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6145         nntp-server-buffer.
6146
6147 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6150         avoid unbinding shadowed variables.
6151
6152         * gnus-art.el (gnus-picon-databases): Moved here.
6153         (gnus-picons-installed-p): Moved here.
6154         (gnus-article-reply-with-original): Use `mark'.
6155
6156         * gnus.el (gnus-picon): Moved here and renamed.
6157
6158         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6159         installed.
6160         (gnus-treat-mail-picon): Ditto.
6161         (gnus-treat-newsgroups-picon): Ditto.
6162
6163         * gnus-picon.el (gnus-picons-installed-p): New function.
6164
6165 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6166
6167         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6168
6169 2002-01-12  Simon Josefsson  <jas@extundo.com>
6170
6171         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6172         (nnimap-before-find-minmax-bugworkaround): Use it.
6173         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6174         (nnimap-dont-close): New variable.
6175         (nnimap-close-group): Use it.
6176
6177 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178
6179         * gnus-art.el (gnus-article-reply-with-original): Use
6180         `mark-active'.
6181
6182         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6183
6184         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6185         (gnus-score-advanced): Clean up.
6186         (gnus-score-advanced): Accept a multiple of the score.
6187
6188 2002-01-12  Simon Josefsson  <jas@extundo.com>
6189
6190         * flow-fill.el (fill-flowed-display-column)
6191         (fill-flowed-encode-columnq): New variables.  Suggested by
6192         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6193         (fill-flowed-encode, fill-flowed): Use them.
6194
6195         * message.el (message-send-news, message-send-mail): Use
6196         m-b-s-n-p-e-h-n.
6197
6198         * mml.el (autoload): Autoload fill-flowed-encode.
6199         (mml-buffer-substring-no-properties-except-hard-newlines): New
6200         function.
6201         (mml-read-part): Use it.
6202         (mml-generate-mime-1): Encode format=flowed if appropriate.
6203         (mml-insert-mime-headers): Insert format=flowed.
6204
6205         * flow-fill.el (fill-flowed-encode): New function.
6206         (fill-flowed): Bind fill-column to window width.
6207
6208 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6211         it exists.
6212         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6213         (gnus-summary-buffer-name): Don't return the dead name after all.
6214         (gnus-summary-setup-buffer): Kill the dead buffer.
6215
6216         * gnus-art.el (gnus-article-followup-with-original): Store the
6217         value of the mark before deactivating it.
6218
6219 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6220
6221         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6222         From: Karl Kleinpaste <karl@charcoal.com>
6223
6224         * gnus-art.el (article-display-x-face): Ditto.
6225         (gnus-article-reply-with-original): Use gnus-region-active-p.
6226         (gnus-article-followup-with-original): Ditto.
6227
6228         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6229         downloadable article either.
6230
6231 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6232
6233         * gnus-art.el (article-display-x-face): Insert From:.
6234
6235         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6236         article. Bind gnus-display-mime-function and
6237         gnus-article-prepare-hook.
6238
6239         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6240         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6241         gnus-agent-possibly-synchronize-flags to the last.
6242         (gnus-agent-go-online): New function. New variable.
6243
6244 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6245
6246         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6247         (gnus-agent-regenerate): Ditto.
6248
6249 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6250
6251         * message.el (message-ignored-news-headers)
6252         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6253         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6254
6255         * gnus.el (gnus-gethash-safe): New macro.
6256
6257         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6258         (gnus-agent-regenerate): Show messages.
6259
6260 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6261
6262         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6263         (gnus-agent-regenerate): New function.
6264         (gnus-agent-save-alist): Sort.
6265         (gnus-agent-copy-nov-line): Test eobp.
6266         (gnus-agent-retrieve-headers): Erase buffer.
6267
6268 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6269
6270         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6271         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6272
6273         * gnus.el (gnus-agent-covered-methods): Move here.
6274         (gnus-online): New function.
6275         (gnus-agent-method-p): Move here.
6276
6277         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6278         nil. Remove articles-alist.
6279
6280         * gnus-start.el (gnus-get-unread-articles): Check online.
6281         (gnus-groups-to-gnus-format): Ditto.
6282         (gnus-active-to-gnus-format): Ditto.
6283
6284         * gnus-agent.el (gnus-agent-get-function): Use it.
6285         (gnus-agent-get-undownloaded-list): Ditto.
6286         (gnus-agent-fetch-session): Only fetch online methods.
6287
6288         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6289         (gnus-server-mode-map): Ditto.
6290         (gnus-server-offline-face): New face.
6291         (gnus-server-offline-face): New variable.
6292         (gnus-server-font-lock-keywords): Add offline.
6293         (gnus-server-insert-server-line): Ditto.
6294         (gnus-server-offline-server): New function.
6295
6296         * gnus-int.el (gnus-open-server): Turn to offline.
6297         (gnus-server-unopen-status): New variable.
6298
6299 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6300
6301         * nnkiboze.el (nnkiboze-request-article): Use
6302         gnus-agent-request-article.
6303
6304         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6305         function. Insert undownloaded NOV.
6306
6307         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6308         (gnus-agent-request-article): New function.
6309
6310         * gnus.el (gnus-agent-cache): New variable.
6311
6312         * gnus-int.el (gnus-retrieve-headers): Use
6313         gnus-agent-retrieve-headers.
6314         (gnus-request-head): Use gnus-agent-request-article.
6315         (gnus-request-body): Ditto.
6316
6317         * gnus-art.el (gnus-request-article-this-buffer): Use
6318         gnus-agent-request-article.
6319
6320         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6321         article if it is undownloaded.
6322
6323 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6326
6327 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * canlock.el (canlock-string-as-unibyte): New macro.
6330         (canlock-sha1-with-openssl): Return a unibyte string.
6331         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6332
6333 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6334
6335         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6336
6337 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6338
6339         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6340         application/x-emacs-lisp.
6341
6342         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6343
6344         * nntp.el (nntp-request-article): Add group parameter.
6345         (nntp-request-head): Ditto.
6346         (nntp-find-group-and-number): Add parameter group. Figure out
6347         number if the status line doesn't give (e.g. quimby.gnus.org).
6348
6349 2002-01-08  Simon Josefsson  <jas@extundo.com>
6350
6351         * mml.el (mml-generate-mime-1): Set recipient correctly.
6352
6353 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6354
6355         * message.el (message-read-from-minibuffer): Add parameter
6356         initial-contents.
6357         * gnus-msg.el (gnus-summary-resend-message): Use it.
6358
6359         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6360         behavior of quit-config.
6361
6362         * message.el (message-make-from): Don't quote fullname.
6363         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6364
6365         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6366         From: <andre@slamdunknetworks.com>
6367
6368 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6369
6370         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6371
6372         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6373
6374         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6375         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6376         because bbdb may use it.
6377
6378 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6379
6380         * nneething.el (nneething-request-article): When a non-text file
6381         is converted to an article, its data is encoded in base64.  Call
6382         `nneething-make-head' with options to specify MIME types.
6383         (nneething-make-head): Add optional arguments to specify MIME
6384         types.
6385
6386 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6387
6388         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6389         header if there is not.
6390
6391         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6392
6393         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6394         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6395         (gnus-inews-do-gcc): Use them.
6396
6397         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6398         gnus-newsgroup-unselected.
6399
6400 2002-01-06  Simon Josefsson  <jas@extundo.com>
6401
6402         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6403         condition-case, not ignore-errors.
6404
6405 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6406
6407         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6408         gnus-fetch-old-headers.
6409
6410         * gnus-art.el (article-display-x-face): Use the current buffer
6411         unless `W f'. Otherwise, X-Face may be shown in the header of a
6412         forwarded part.
6413         (gnus-treatment-function-alist): Treat xface before hiding
6414         headers.
6415
6416 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6419         parameters.
6420
6421 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6422
6423         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6424         (mm-guess-charset): New function.
6425         (mm-charset-after): Use it.
6426         (mm-detect-coding-region): New function.
6427         (mm-detect-mime-charset-region): New function.
6428
6429         * gnus-sum.el (gnus-summary-show-article): Use
6430         mm-detect-coding-region.
6431
6432 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * message.el (message-make-fqdn): Be less violent.
6435
6436         * gnus.el (gnus-logo-color-style): Compute custom form
6437         automatically.
6438
6439         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6440         score file of the parent to the document group.
6441
6442         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6443         parameters parameter.
6444
6445         * gnus-score.el (gnus-score-load-file): Clean up.
6446
6447 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6448
6449         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6450         From: Damien Wyart <damien.wyart@free.fr>
6451
6452         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6453
6454 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6455
6456         * gnus-sum.el (gnus-select-group-hook): Typo.
6457
6458         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6459         is no quoted-printable-encoded STRING.
6460         From: Jesper Harder <harder@ifa.au.dk>
6461
6462         (rfc2047-decode-string): Decode it.
6463
6464 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6467
6468 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6469         Trivial patch.
6470
6471         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6472         buffer to get rid of junk line.
6473
6474 2002-01-05  Simon Josefsson  <jas@extundo.com>
6475
6476         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6477         C-o.
6478         (message-mode-map): Bind message-insert-or-toggle-importance to
6479         C-c C-u.
6480         (message-mode-map): Bind message-disposition-notification-to to
6481         C-c M-n.
6482         (message-mode-menu): Add m-d-n-t.
6483         (message-mode-field-menu): Add m-goto-from.
6484         (message-mode): Doc fix.
6485         (message-goto-from): New function.
6486         (message-insert-disposition-notification-to): New function.
6487         (message-tool-bar-map): Add receipt button.
6488
6489 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * gnus-sum.el (gnus-thread-latest-date): New function.
6492         (gnus-thread-sort-by-most-recent-number): Renamed.
6493         (gnus-thread-sort-functions): Doc fix.
6494         (gnus-select-group-hook): Don't use setq on a hook.
6495         (gnus-thread-latest-date): Use date, not number
6496
6497         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6498         (gnus-agent-expire): Allow regexp of expire-days.
6499
6500         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6501         region.
6502         (gnus-article-followup-with-original): Ditto.
6503
6504         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6505
6506         * gnus-art.el (gnus-mime-display-alternative): Use
6507         gnus-local-map-property.
6508         (gnus-mime-display-alternative): Ditto.
6509         (gnus-insert-mime-security-button): Ditto.
6510         (gnus-insert-next-page-button): Ditto.
6511         (gnus-button-prev-page): Take optional args.
6512         (gnus-insert-prev-page-button): widget-convert.
6513
6514         * gnus-util.el (gnus-local-map-property): New function.
6515
6516         * gnus-art.el (gnus-prev-page-map): Use parent map.
6517         (gnus-next-page-map): Ditto.
6518
6519         * gnus-spec.el (gnus-parse-format): Clean up.
6520         (gnus-parse-format): Do complex formatting for %=.
6521
6522         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6523         "X-Face: " to the data in the built-in scenario.
6524
6525         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6526         (gnus-correct-pad-form): Renamed.
6527         (gnus-tilde-max-form): Clean up.
6528         (gnus-pad-form): Use gnus-use-correct-string-widths.
6529
6530         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6531         support if that is available.
6532
6533         * gnus-sum.el (gnus-thread-highest-number): New function.
6534         (gnus-thread-sort-by-most-recent-thread): New function.
6535         (gnus-thread-sort-functions): Doc fix.
6536
6537 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6540         all cases.
6541         (gnus-summary-mode): Enable it in all cases.
6542         (gnus-summary-display-article): Ditto.
6543         (gnus-summary-edit-article): Ditto.
6544
6545         * gnus-ems.el (gnus-put-image): Really return glyph.
6546
6547         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6548         (gnus-treat-smiley): Don't take "P" in the interactive form.
6549
6550 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * compface.el (uncompface): XEmacs and Emacs have differing
6553         capabilities.
6554
6555         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6556
6557         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6558         (gnus-article-xface-ring-size): Removed.
6559         (gnus-article-display-xface): Removed.
6560         (gnus-remove-image): Cleaned up.
6561
6562         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6563         (gnus-xmas-create-image): Take pbm files.
6564         (gnus-x-face): Removed.
6565         (gnus-xmas-article-display-xface): Removed.
6566
6567         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6568         default-enable-multibyte-characters.
6569
6570         * compface.el (uncompface): Doc fix.
6571
6572         * gnus-art.el (gnus-article-x-face-command): Use
6573         gnus-display-x-face-in-from.
6574
6575         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6576
6577         * gnus-ems.el (gnus-put-image): Return the image.
6578
6579         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6580         (gnus-x-face): Moved here.
6581
6582 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6583
6584         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6585         invisible if string is nil.
6586         (gnus-xmas-article-display-xface): Use it.
6587
6588         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6589         property when string is nil.
6590         (gnus-article-display-xface): Use it.
6591
6592 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * gnus-art.el (article-display-x-face): Check whether valid grey
6595         face was returned.
6596         (article-display-x-face): Place image in the right spot.
6597
6598         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6599         stderr.
6600         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6601
6602 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6605         parameters.
6606         (gnus-xmas-put-image): Allow non-strings to be passed.
6607
6608         * gnus-art.el (article-display-x-face): Use optional parameters.
6609
6610         * gnus-ems.el (gnus-create-image): Take optional parameters.
6611
6612         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6613
6614         * compface.el (compface-xbm-p): Removed.
6615
6616         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6617         (gnus-article-display-xface): Use compface.
6618
6619         * compface.el: New file.
6620
6621         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6622         (gnus-convert-image-to-x-face-command): Ditto.
6623         (gnus-random-x-face): Quote argument.
6624         (gnus-x-face-from-file): Ditto.
6625
6626 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6627
6628         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6629         the expire-group parameter once per article rather than once
6630         per group; bind `nnmaildir-article-file-name' and `article'
6631         for convenience.  Leave article alone when expire-group
6632         specifies the current group.
6633         (nnmaildir--update-nov): be more concurrency-friendly with
6634         temp file names.
6635
6636 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-start.el (gnus-read-init-file): Cleaned up.
6639
6640 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6641
6642         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6643         (gnus-read-init-file): Don't use it.
6644
6645 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6648
6649 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6650
6651         * gnus-start.el (gnus-read-init-file): Don't force coding system
6652         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6653
6654 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6655
6656         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6657         * nnspool.el (nnspool-request-post): Ditto.
6658
6659         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6660         (mm-find-mime-charset-region): Use it.
6661
6662 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6663
6664         * gnus.el (gnus-summary-line-format): Added :link.
6665         * gnus-topic.el (gnus-topic-line-format): Ditto.
6666         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6667         * gnus-srvr.el (gnus-server-line-format): Ditto.
6668         * gnus-group.el (gnus-group-line-format): Ditto.
6669
6670         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6671         :keys, it works on both Emacsen.
6672
6673 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6674
6675         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6676
6677 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6680
6681 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6682
6683         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6684         very wide reply.
6685
6686 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6689         (gnus-picon-cache): New variable.
6690         (gnus-picon-transform-newsgroups): Cache stuff.
6691
6692         * gnus-art.el (gnus-article-reply-with-original): New command.
6693         (gnus-article-followup-with-original): New command.
6694
6695         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6696         END parameters.
6697         (gnus-summary-followup): Take a list of list of articles.
6698         (gnus-inews-yank-articles): Allow lists of article/regions.
6699
6700         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6701         longer the usual commands.
6702
6703         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6704         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6705         shell-command-on-region.
6706
6707 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6708
6709         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6710           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6711
6712 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6713
6714         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6715         understand ':keys', wrap it in an featurep 'xemacs.
6716
6717 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6718
6719         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6720         order of headers (Actually, it is called in a reversed order). Add
6721         'gnus-image-text-deletable property.
6722         (gnus-remove-image): Remove text with such a property.
6723
6724         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6725         gnus-put-image.
6726
6727         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6728         with ", "
6729
6730 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6733
6734         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6735         (article-display-x-face): Display grey X-Faces.
6736
6737         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6738         (gnus-convert-gray-x-face-to-ppm): Ditto.
6739         (gnus-convert-image-to-gray-x-face): Ditto.
6740
6741         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6742         gnus-summary-show-raw-article.
6743
6744 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6745
6746         Display picons in XEmacs without showing text.
6747
6748         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6749         mm-create-image-xemacs to create xbm glyph, because it deletes
6750         temporary files.
6751         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6752         (gnus-xmas-remove-image): Make text visible, remove glyph.
6753
6754         * gnus-picon.el (gnus-picon-transform-newsgroups)
6755         (gnus-picon-transform-address): Insert spec backward, due to the
6756         incompatibility of gnus-xmas-put-image.
6757
6758 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6759
6760         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6761
6762 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6763
6764         * gnus.el: Doc fix.
6765
6766         * gnus-art.el: Doc fix.
6767
6768         * gnus-agent.el: Doc fix.
6769
6770 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6771
6772         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6773
6774 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6775
6776         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6777         NOV data out of the message again if nnmail-extra-headers has
6778         changed.
6779
6780 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * gnus-fun.el: New file.
6783         (gnus-convert-image-to-x-face-command): New variable.
6784         (gnus-insert-x-face): New function.
6785         (gnus-random-x-face): Renamed.
6786         (gnus-x-face-from-file): Renamed.
6787
6788         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6789         "_".
6790         (gnus-body-boundary-delimiter): Typo fix.
6791
6792 2002-01-02  Simon Josefsson  <jas@extundo.com>
6793
6794         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6795         (gnus-body-boundary-delimiter): Fix type.
6796
6797 2002-01-01  Simon Josefsson  <jas@extundo.com>
6798
6799         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6800         (gnus-treat-emphasize, gnus-treat-strip-cr)
6801         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6802         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6803         (gnus-treat-fill-article, gnus-treat-hide-citation)
6804         (gnus-treat-hide-citation-maybe)
6805         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6806         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6807         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6808         (gnus-treat-date-ut, gnus-treat-date-local)
6809         (gnus-treat-date-english, gnus-treat-date-lapsed)
6810         (gnus-treat-date-original, gnus-treat-date-iso8601)
6811         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6812         (gnus-treat-strip-trailing-blank-lines)
6813         (gnus-treat-strip-leading-blank-lines)
6814         (gnus-treat-strip-multiple-blank-lines)
6815         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6816         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6817         (gnus-treat-display-xface, gnus-treat-display-smileys)
6818         (gnus-treat-from-picon, gnus-treat-mail-picon)
6819         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6820         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6821         (gnus-treat-play-sounds, gnus-treat-translate)
6822         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6823
6824         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6825         (gnus-article-treat-body-boundary): Use it.
6826
6827         * message.el (message-mode): Fix doc.
6828         (message-mode-menu): Fix names.
6829
6830 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6833         articles.
6834
6835         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6836         (gnus-picon-transform-address): Search for unknown faces as well.
6837         (gnus-picon-find-face): Don't search "news" for MISC.
6838         (gnus-picon-user-directories): Changed default back to exclude
6839         "unknown".
6840
6841         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6842
6843         * gnus-picon.el (gnus-picon-find-face): Search through all
6844         databases.
6845         (gnus-picon-find-face): New implementation.
6846
6847         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6848         keystroke.
6849         (gnus-topic-goto-next-topic): Ditto.
6850
6851         * gnus.el (gnus-summary-line-format): Changed default.
6852
6853         * nnmail.el (nnmail-extra-headers): Change default.
6854
6855         * gnus-sum.el (gnus-extra-headers): Change default.
6856
6857         * message.el (message-news-other-window): Changed "news" to
6858         "posting".
6859         (message-news-other-frame): Ditto.
6860         (message-do-send-housekeeping): Ditto.
6861
6862         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6863         function.
6864         (gnus-article-unread-p): New function.
6865         (gnus-article-unseen-p): New function.
6866         (gnus-dead-summary-mode-map): Typo.
6867
6868         * gnus-util.el (gnus-make-predicate): New function.
6869         (gnus-make-predicate-1): New function.
6870
6871         * gnus-sum.el: New function.
6872         (gnus-map-articles): New function.
6873
6874         * gnus-art.el (gnus-treat-fold-headers): New variable.
6875         (gnus-article-treat-fold-headers): New command and keystroke.
6876
6877         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6878         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6879
6880 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6881
6882         * message.el (message-fcc-externalize-attachments): New variable.
6883         (message-do-fcc): Use it.
6884
6885         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6886         (gnus-inews-do-gcc): Use it.
6887
6888         * mml.el (mml-tweak-sexp-alist): New variable.
6889         (mml-externalize-attachments): New variable.
6890         (mml-tweak-part): Use mml-tweak-sexp-alist.
6891         (mml-tweak-externalize-attachments): New function.
6892
6893 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6894
6895         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6896         'set-glyph-face' so x-face back/foreground can be set.
6897
6898 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6899
6900         * message.el (message-fix-before-sending): Fix a typo.
6901
6902 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * gnus-art.el (gnus-treat-smiley): Renamed command.
6905         (gnus-article-remove-images): New command and keystroke.
6906
6907         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6908
6909         * smiley-ems.el (gnus-smiley-display): Removed.
6910
6911         * gnus.el (gnus-version-number): Update version.
6912
6913         * message.el (message-text-with-property): Renamed and moved
6914         here.
6915         (message-fix-before-sending): Highlight invisible text and place
6916         point there.
6917
6918 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6919
6920         * gnus.el: Oort Gnus v0.04 is released.
6921
6922 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6925
6926         * gnus-art.el (gnus-ignored-headers): More headers,
6927
6928         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6929         of `scan-error', since XEmacs doesn't seem to support that.
6930
6931 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6934         arg.
6935         (gnus-summary-best-unread-subject): Ditto.
6936         (gnus-summary-best-unread-subject): No, don't.
6937         (gnus-summary-better-unread-subject): New command.
6938
6939         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6940
6941         * lpath.el ((featurep 'xemacs)): fbind url function.
6942
6943         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6944         buffer.
6945         (gnus-xmas-remove-image): Implementation that does something.
6946         (gnus-xmas-article-display-xface): Mark images properly.
6947
6948         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6949
6950 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6951
6952         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6953
6954 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * gnus-group.el (gnus-group-line-format): Added %O to the default
6957         value.
6958
6959         * gnus-util.el (gnus-text-with-property): The smallest point is
6960         point-min.
6961
6962         * smiley-ems.el (smiley-region): Return images.
6963         (gnus-smiley-display): Allow toggling.
6964         (smiley-region): Use text properties, not overlays.
6965
6966         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6967         implemented yet.
6968
6969         * smiley-ems.el (smiley-update-cache): Check for valid types.
6970
6971         * gnus-art.el (gnus-with-article-buffer): New macro.
6972
6973         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6974         strings as well as the glyphs.
6975         (gnus-picon-transform-address): Ditto.
6976         (gnus-picon-insert-glyph): Ditto.
6977         (gnus-picon-transform-newsgroups): Toggle.
6978         (gnus-picon-transform-address): Toggle.
6979
6980         * gnus-ems.el (gnus-remove-image): New function.
6981         (gnus-put-image): Take an optional string.
6982
6983         * gnus-util.el (gnus-text-with-property): New function.
6984
6985         * gnus-art.el (gnus-delete-images): New function.
6986
6987         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6988
6989         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6990         (gnus-article-wash-status): Use it.
6991         (gnus-signature-toggle): Clean up.
6992         (gnus-add-wash-status): New function.
6993         (gnus-delete-wash-status): New function.
6994         (gnus-article-hide-text-type): Use them throughout.
6995         (gnus-add-image): New function.
6996
6997         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6998
6999         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7000         interface.
7001
7002         * gnus-art.el (article-display-x-face): Cleaned up.
7003
7004         * rfc2047.el (rfc2047-field-value): New function.
7005
7006         * mail-parse.el (mail-header-field-value): New alias.
7007
7008         * gnus-art.el (gnus-mime-print-part): Fix typos.
7009
7010         * smiley-ems.el (gnus-smiley-file-types): New variable.
7011         (smiley-update-cache): Use it.
7012         (smiley-regexp-alist): Suffix-less smiley names.
7013         (smiley-regexp-alist): Added more smileys.
7014
7015         * gnus-sum.el (gnus-print-buffer): Made into own function.
7016         (gnus-summary-print-article): Use it.
7017
7018         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7019         looked for when REQUEST is a string.
7020
7021         * gnus-art.el (gnus-mime-button-commands): Add printing
7022         keystroke.
7023         (gnus-mime-copy-part): Doc fix.
7024         (gnus-mime-print-part): New command.
7025
7026 2001-12-31  Simon Josefsson  <jas@extundo.com>
7027
7028         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7029         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7030
7031 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7032
7033         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7034         (picon): Fix doc.
7035
7036         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7037         longer exists. Remove those codes.
7038         * gnus.el (gnus-use-picons): Ditto.
7039
7040 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7043         infloop.
7044
7045         * gnus-sum.el (t): New `W D' map.
7046
7047         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7048         (gnus-article-treat-body-boundary): Clean up.
7049         (gnus-body-boundary-face): Removed.
7050         (gnus-article-goto-header): Moved here.
7051         (gnus-article-goto-header): Allow better regexps.
7052         (gnus-article-treat-fold-newsgroups): New command.
7053
7054         * gnus-sum.el (gnus-summary-move-article): We have to select an
7055         article to give `gnus-read-move-group-name' an opportunity to
7056         suggest an appropriate default.
7057
7058         * rfc2047.el (rfc2047-fold-line): New function.
7059         (rfc2047-unfold-line): Ditto.
7060         (rfc2047-fold-region): Don't fold just after the header name.
7061
7062         * mail-parse.el (mail-header-fold-line): New alias.
7063         (mail-header-unfold-line): Ditto.
7064
7065         * gnus-art.el (gnus-body-boundary-face): Renamed.
7066         (gnus-article-treat-body-boundary): Use it.
7067         (gnus-article-treat-body-boundary): Use an invisible header and a
7068         line of underline characters.
7069
7070 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7071
7072         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7073
7074         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7075         (gnus-picon-split-address): New function.
7076         (gnus-picon-find-face): Use it.
7077         (gnus-picon-transform-address): Use it. Set first to t for each
7078         address.
7079
7080         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7081         the macro then use it.
7082         (gnus-treatment-function-alist): Treat picons earlier.
7083
7084 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085
7086         * gnus-art.el (gnus-body-separator-face): New variable.
7087         (gnus-article-treat-body-boundary): Use a blank, colored line.
7088
7089         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7090         well.
7091
7092         * gnus-art.el (gnus-treat-body-boundary): New variable.
7093         (gnus-article-treat-unfold-headers): Use helper macro.
7094         (gnus-article-treat-body-boundary): New command.
7095
7096         * gnus.el (gnus-logo-color-style): Change the default color.
7097         (gnus-splash-face): Gray, gray.
7098
7099         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7100         colors.
7101
7102         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7103         (gnus-logo-color-style): Ditto.
7104         (gnus-logo-colors): Ditto.
7105
7106         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7107
7108         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7109
7110         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7111         (gnus-picon-transform-newsgroups): New function.
7112
7113         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7114         string.
7115
7116         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7117
7118         * gnus-art.el (gnus-treat-cc-picon): New variable.
7119         (gnus-treat-mail-picon): Renamed.
7120
7121         * gnus-picon.el: New implementation.
7122         (gnus-picon-find-face): Renamed.
7123         (gnus-treat-from-picon): Use it.
7124         (gnus-picon-transform-address): Renamed.
7125         (gnus-treat-from-picon): Use it.
7126         (gnus-picon-create-glyph): Renamed.
7127         (gnus-picon-transform-address): Use it.
7128         (gnus-treat-cc-picon): New command.
7129
7130         * mm-decode.el (mm-create-image-xemacs): Separated out into
7131         function.
7132         (mm-get-image): Use it.
7133
7134         * gnus-art.el (gnus-treat-display-picons): Simplify.
7135         (gnus-treat-from-picon): Renamed.
7136
7137         * gnus-ems.el (gnus-create-image): New function.
7138         (gnus-put-image): New function.
7139
7140         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7141         (gnus-with-article-headers): New macro.
7142         (gnus-article-goto-header): New function.
7143
7144         * gnus-xmas.el (gnus-image-type-available-p): New function.
7145
7146         * gnus-ems.el (gnus-image-type-available-p): New function.
7147
7148 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7149
7150         * nnrss.el (nnrss-check-group): Find the correct tag, because
7151         xml.el is changed.
7152
7153 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154
7155         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7156         lines are shorter than the window width.
7157         (gnus-ignored-headers): More headers.
7158
7159 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7162         (gnus-treat-unfold-headers): Renamed.
7163         (gnus-article-treat-unfold-headers): New command and keystroke.
7164
7165         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7166
7167         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7168
7169 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7170
7171         * sha1-el.el (sha1-use-external): New variable.
7172         (sha1-region): Use it.
7173         (sha1-string): Ditto.
7174
7175         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7176         * gnus-picon.el: Less warnings when compile.
7177
7178 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7181         alias.
7182         (gnus-picons-database): Default to list.
7183         (gnus-picons-lookup-internal): Use it.
7184
7185         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7186         to "bogus".
7187
7188         * gnus-win.el (gnus-configure-windows-hook): New hook.
7189
7190 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7191
7192         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7193
7194 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7197         lists.
7198         (gnus-select-newsgroup): Don't append; push.
7199         (gnus-adjust-marked-articles): Remove obsolete ranges from
7200         `seen'.
7201         (gnus-update-marks): Clean up.
7202         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7203
7204 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7205
7206         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7207
7208 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * gnus-sum.el (gnus-auto-select-subject): New variable.
7211         (gnus-summary-best-unread-subject): New function.
7212         (gnus-summary-best-unread-article): Use it.
7213         (gnus-summary-first-unseen-subject): New function and command.
7214
7215         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7216         other treatments.
7217
7218         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7219         function.
7220
7221         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7222         from the list of hidden types.
7223
7224         * mm-view.el (mm-inline-text): Ditto.
7225         (mm-inline-text): Ditto.
7226         (mm-w3-prepare-buffer): Ditto.
7227
7228         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7229
7230 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-art.el (gnus-ignored-headers): Added more headers.
7233
7234 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7235
7236         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7237         once.
7238
7239 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7242
7243 2001-12-28  Simon Josefsson  <jas@extundo.com>
7244
7245         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7246         Jesper Harder <harder@ifa.au.dk>.
7247
7248 2001-12-27  Simon Josefsson  <jas@extundo.com>
7249
7250         * gnus-sum.el (gnus-select-newsgroup): Make
7251         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7252         contain all articles (instead of none) when no seen marks have
7253         been set for the group.
7254         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7255         instead, it seems to result in shorter ranges.
7256
7257 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7258
7259         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7260         insert-before-markers.
7261         From Jesper Harder <harder@ifa.au.dk>
7262
7263 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7264
7265         * nnmaildir.el (nnmaildir-save-mail): create the destination
7266         groups if they do not exist.
7267
7268 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7271
7272 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7273
7274         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7275         gnus-group-real-name.
7276
7277         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7278         (gnus-newsgroup-variables): Ditto.
7279
7280         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7281         return it.
7282
7283 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7284
7285         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7286         * nnmaildir.el (top-level): Add commentary.
7287         (nnmaildir-version): Indicate that nnmaildir is now a standard
7288         part of Gnus, not separately released.
7289
7290 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7291
7292         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7293         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7294         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7295         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7296
7297 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7298
7299         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7300
7301 2001-12-20  Simon Josefsson  <jas@extundo.com>
7302
7303         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7304         ZHU <zsh@cs.rochester.edu>.
7305         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7306         Brian P Templeton <bpt@tunes.org>.
7307
7308 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7309
7310         * nnmaildir.el: New file.
7311         From Paul Jarc <prj@po.cwru.edu>.
7312
7313 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7314
7315         * nndoc.el (nndoc-type-alist): Move forward to the end.
7316
7317 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7320         `dolist'.
7321
7322 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7323
7324         * gnus-win.el (gnus-frames-on-display-list): New function.
7325         (gnus-get-buffer-window): Use it.
7326
7327 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7328
7329         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7330
7331 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7332
7333         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7334
7335 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7336            From Harald Meland <Harald.Meland@usit.uio.no>
7337
7338         * gnus-win.el (gnus-get-buffer-window): New function.
7339         (gnus-all-windows-visible-p): Use it.
7340
7341         * gnus-util.el (gnus-horizontal-recenter)
7342         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7343         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7344
7345         * gnus-score.el (gnus-score-insert-help): Use it.
7346
7347         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7348         (gnus-generate-tree, gnus-highlight-selected-tree)
7349         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7350         it.
7351
7352         * gnus-art.el (gnus-article-set-window-start)
7353         (gnus-mm-display-part, gnus-request-article-this-buffer)
7354         (gnus-button-next-page, gnus-button-prev-page)
7355         (gnus-article-button-next-page, gnus-article-button-prev-page):
7356         Use it.
7357
7358 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7359
7360         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7361         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7362         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7363
7364 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7365
7366         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7367         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7368         * mml1991.el, nnultimate.el: Add `coding'.
7369
7370 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7371
7372         * ChangeLog: changed coding to buffer-file-coding-system
7373         * ChangeLog.1: same
7374         * nnwfm.el: same
7375         * gnus-smiley.el: same
7376         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7377         * gnus-delay.el: same
7378         * gnus-spec.el: same
7379         * message.el: same
7380         * mml1991.el: same
7381         * nnultimate.el: same
7382
7383 2001-12-16  Simon Josefsson  <jas@extundo.com>
7384         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7385
7386         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7387         (gnus-summary-save-map): Add muttprint.
7388         (gnus-summary-make-menu-bar): Ditto.
7389         (gnus-summary-muttprint): New function.
7390
7391         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7392
7393 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7394
7395         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7396         temporary list instead of buffer.
7397
7398         * mm-url.el (executable-find): autoload.
7399
7400 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7401
7402         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7403         to variable, follow doc-string conventions).
7404
7405 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7406
7407         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7408         subscribe-level
7409         * gnus-topic.el (gnus-subscribe-topics): use it.
7410
7411 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7412
7413         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7414         messages. (A small patch with indentation)
7415         From Sean Neakums <sneakums@zork.net>.
7416
7417         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7418         nil after shooting down the gnus-original-article-buffer.
7419
7420 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7421
7422         * uudecode.el (uudecode-use-external): New variable.
7423         (uudecode-decode-region): Automatically detect external program.
7424
7425         * binhex.el (binhex-use-external): New variable.
7426         (binhex-decode-region-internal): New function.
7427         (binhex-decode-region): Automatically detect external program.
7428
7429         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7430         Use them.
7431
7432 2001-12-12  Simon Josefsson  <jas@extundo.com>
7433
7434         * nnvirtual.el (nnvirtual-always-rescan)
7435         (nnvirtual-component-regexp): Fix doc.
7436
7437         * nnoo.el (defvoo): Add doc to defvoo variables.
7438
7439         * nnml.el (nnml-directory, nnml-active-file)
7440         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7441         (nnml-marks-is-evil, nnml-filenames-are-evil)
7442         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7443
7444         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7445         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7446         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7447         `error'.
7448
7449         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7450         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7451
7452         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7453         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7454         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7455         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7456
7457         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7458         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7459
7460         * imap.el, nnimap.el: Fix indentation.
7461
7462         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7463
7464 2001-12-12  Didier Verna  <didier@xemacs.org>
7465
7466         * gnus-msg.el (gnus-group-news): New function.
7467         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7468         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7469         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7470         for it.
7471         * gnus-msg.el (gnus-summary-news-other-window): New function.
7472         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7473         bind it to `i'.
7474         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7475         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7476         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7477         for it (called with a prefix).
7478         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7479         group-name argument.
7480         * gnus-msg.el (gnus-setup-message): use it.
7481
7482 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7485
7486 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * mml.el (mime-to-mml): Remove Content-Disposition too.
7489
7490 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7491
7492         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7493         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7494         strings only.
7495         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7496
7497 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7498
7499         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7500         (nnmail-fancy-expiry-target): Use it.
7501         Suggestions from Simon Josefsson <jas@extundo.com>.
7502
7503 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7504
7505         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7506
7507 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7508
7509         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7510
7511         * gnus-util.el (gnus-url-unhex-string): Move here.
7512
7513 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7514
7515         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7516         mm-url-decode-entities-nbsp.
7517
7518         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7519         * webmail.el, nnwfm.el: Use mm-url.
7520
7521         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7522         (mm-url-remove-markup): Move from nnweb.
7523         (mm-url-fetch-simple): Move from webmail.
7524
7525         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7526
7527 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7528
7529         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7530         (gnus-summary-print-article): Use it.
7531
7532         * gnus-util.el (gnus-replace-in-string): Typo.
7533
7534 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * nnweb.el (nnweb-replace-in-string): Removed.
7537
7538         * gnus-util.el (gnus-replace-in-string): New function.
7539         (gnus-mode-string-quote): Use it.
7540
7541         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7542         * nnwfm.el (nnwfm-create-mapping): Ditto.
7543
7544 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * dgnushack.el (dgnushack-compile): nnrss.el and
7547         nnslashdot.el don't depend on nnweb, url, w3.
7548
7549         * nnrss.el: Use mm-url.
7550
7551 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7552
7553         * mm-url.el (mm-url-insert-file-contents): Support file:.
7554
7555 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7556
7557         * mm-view.el: Lower case for the description line. Sync from the
7558         Emacs CVS.
7559
7560 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7561
7562         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7563         From:  Stefan Monnier  <monnier@cs.yale.edu>
7564
7565 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7568
7569 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7570
7571         * mm-url.el: Require executable.
7572         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7573
7574 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7575
7576         * pop3.el (pop3-munge-message-separator): Only use valid date.
7577         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7578
7579         * Makefile.in: gnus-load.elc may not be generated.
7580
7581 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7582
7583         * mm-url.el: New file.
7584         * nnslashdot.el: Use it.
7585         * mm-extern.el (mm-extern-url): Use it.
7586
7587 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7588
7589         * gnus-sum.el (gnus-summary-save-article): Nix
7590         gnus-display-mime-function and gnus-article-prepare-hook.
7591
7592         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7593         the beginning of lines.
7594         (gnus-complex-form-to-spec): Ditto.
7595
7596 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7597
7598         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7599         From Paul Jarc <prj@po.cwru.edu>.
7600
7601 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7602
7603         * message.el: New variable message-subscribed-address-file;
7604         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7605
7606 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7607
7608         * message.el (message-tab-body-function): Set to nil.
7609         (message-tab): Use text-mode-map or global-map.
7610         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7611
7612 2001-11-30  Simon Josefsson  <jas@extundo.com>
7613
7614         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7615         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7616         <christoph.conrad@gmx.de>.
7617         (gnus-agent-fetch-group-1): Add verbose message.
7618
7619 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7622         of integers.
7623
7624 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7625
7626         * message.el (message-newgroups-header-regexp)
7627         (message-completion-alist, message-tab-body-function): Use
7628         defcustom rather than defvar.
7629         (message-tab): Mention `message-tab-body-function' in doc.
7630         Suggested by Karl Eichwalder.
7631
7632 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7635
7636 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7637
7638         * nnheader.el (nnheader-find-nov-line): Don't use macro
7639         gnus-delete-line.
7640
7641         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7642         (gnus-group-name-charset): Ditto.
7643
7644         * gnus-util.el (gnus-buffer-live-p): Ditto.
7645
7646 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7649         open parenthesis in doc.
7650         (sieve-manage-authenticator-alist): Typo in doc.
7651         * imap.el (imap-authenticator-alist): Typo in doc.
7652         (imap-stream-alist): Backslash.
7653
7654         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7655           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7656
7657 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7660
7661         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7662
7663         * gnus-msg.el (gnus-configure-posting-styles): use
7664         make-local-hook. Add LOCAL for add-hook.
7665
7666 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7667
7668         * message.el (message-mode): Use `make-local-hook' unless
7669         obsolete.
7670         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7671
7672 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * canlock.el: Remove sha1.el and base64.el stuff.
7675
7676 2001-11-26  Didier Verna  <didier@xemacs.org>
7677
7678         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7679         if needed.
7680
7681 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * message.el (message-tamago-not-in-use-p): New function.
7684         (message-strip-forbidden-properties): Use it.
7685
7686 2001-11-26  Didier Verna  <didier@xemacs.org>
7687
7688         * gnus-start.el (gnus-check-first-time-used): only check for
7689         existence of .el[d] files.
7690
7691 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7692
7693         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7694
7695         * message.el (message-setup-1): Clean up mc-*.
7696
7697 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7698
7699         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7700         * gnus-score.el (gnus-score-find-bnews): Use it.
7701
7702         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7703         (gnus-summary-limit-to-author): Ditto.
7704         (gnus-summary-limit-to-extra): Ditto.
7705         (gnus-summary-find-matching): Support not-matching argument.
7706
7707 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7708
7709         * message.el (message-wash-subject): Use `insert' rather than
7710         `insert-string', which is deprecated.
7711
7712 2001-11-24  Simon Josefsson  <jas@extundo.com>
7713
7714         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7715         message. (Gnus does not "default" to using 8bit for the message,
7716         it default to use 8bit encoding and the user-supplied CTE
7717         value. Calling this behaviour "treating it as 8bit" is perhaps
7718         better.)
7719
7720         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7721         (compare mm-charset-to-coding-system).
7722
7723 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7724
7725         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7726         buffer. Correctly decode hex.
7727
7728 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7729
7730         * gnus-agent.el (gnus-category-insert-line): Convert category
7731         names to strings.
7732
7733 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7734
7735         * message.el (sha1): eval-and-compile.
7736
7737 2001-11-20  Simon Josefsson  <jas@extundo.com>
7738
7739         * message.el (message-allow-no-recipients): New variable.
7740         (message-send): Use it, customize the prompting when posting to
7741         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7742
7743 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7744
7745         * mm-util.el (mm-coding-system-priorities): New variable.
7746         (mm-sort-coding-systems-predicate): New function.
7747         (mm-find-mime-charset-region): Resort coding systems if needed.
7748         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7749
7750 2001-11-20  Didier Verna  <didier@xemacs.org>
7751
7752         * gnus-group.el (gnus-group-make-help-group): new optional
7753         argument to control the error behavior.
7754         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7755         erroring.
7756
7757 2001-11-19  Simon Josefsson  <jas@extundo.com>
7758
7759         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7760         instead of C-c C-u.  Suggested by Per Abrahamsen
7761         <abraham@dina.kvl.dk>.
7762
7763 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7764
7765         * nnfolder.el (nnfolder-read-folder): Use group instead of
7766         nnfolder-current-group.
7767         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7768
7769 2001-11-17  Simon Josefsson  <jas@extundo.com>
7770
7771         * message.el (message-send): Ask user if Fcc/Gcc should be
7772         performed when no other sender was specified.
7773         Suggested by prj@po.cwru.edu (Paul Jarc).
7774
7775 2001-11-17  Simon Josefsson  <jas@extundo.com>
7776
7777         * message.el (message-mode, message-mode-map): Use C-c C-u for
7778         Importance: instead of C-c C-p (used by SC).
7779
7780 2001-11-16  Simon Josefsson  <jas@extundo.com>
7781
7782         * message.el (message-insert-importance-high)
7783         (message-insert-importance-low): Save point.
7784
7785         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7786         value.
7787
7788 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7789
7790         * message.el (message-strip-special-text-properties): New option.
7791         (message-strip-forbidden-properties): Obey it.
7792
7793 2001-11-14  Sam Steingold  <sds@gnu.org>
7794
7795         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7796
7797 2001-11-15  Simon Josefsson  <jas@extundo.com>
7798
7799         Support "Importance:" header in Message.
7800
7801         * message.el (message-mode-map): Bind C-c C-p to
7802         `message-insert-or-toggle-importance'
7803         (message-mode-menu): Add message-insert-importance-{high,low}.
7804         (message-insert-importance-high, message-insert-importance-low)
7805         (message-insert-or-toggle-importance): New functions.
7806         (message-tool-bar-map): Add {un,}important.
7807         (message-mode): Doc fix.
7808
7809 2001-11-15  Simon Josefsson  <jas@extundo.com>
7810
7811         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7812
7813         * mml.el (mml-menu): Fix toolbar tooltip.
7814
7815 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7816
7817         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7818         * nnml.el (nnml-save-marks): Ditto.
7819
7820         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7821
7822 2001-11-15  Simon Josefsson  <jas@extundo.com>
7823
7824         * nnml.el (nnml-save-marks):
7825         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7826         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7827
7828 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7829
7830         * gnus-art.el (gnus-article-wash-status-strings): Use
7831         `copy-sequence', not `copy-seq'.
7832
7833 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7834
7835         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7836         (gnus-gnus-article-wash-status-entry): New function.
7837         (gnus-article-wash-status): Use it.
7838
7839 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7840
7841         * mml1991.el: Add coding header.
7842
7843 2001-11-12  Simon Josefsson  <jas@extundo.com>
7844
7845         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7846         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7847         `mml1991-sign' and `mml1991-encrypt'.
7848         (mml1991-encrypt, mml1991-sign): New glue functions.
7849         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7850
7851         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7852         (mml-menu): Add PGP to menu.
7853
7854         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7855         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7856         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7857         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7858
7859         * mml2015.el: Mention RFC 3156.
7860
7861         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7862
7863 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7864
7865         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7866
7867         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7868           From <Michael.Cook@cisco.com>
7869
7870 2001-11-11  Simon Josefsson  <jas@extundo.com>
7871
7872         * message.el (top-level): Autoload sha1.
7873         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7874         canlock, no need to require two different hash algs).  Suggested
7875         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7876
7877 2001-11-09  Simon Josefsson  <jas@extundo.com>
7878
7879         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7880         <Pavel@Janik.cz>.
7881
7882 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7883
7884         * message.el (message-point-in-header-p): New function.
7885         (message-do-auto-fill): Use it.
7886         (message-beginning-of-line): New function.  Goes to beginning of
7887         header value (i.e., end of header name), or to beginning of line
7888         if already at beginning of value.  Behaves like
7889         `beginning-of-line' when in message body.
7890         (message-mode-map): Bind it.
7891
7892 2001-11-08  Simon Josefsson  <jas@extundo.com>
7893
7894         * gnus-msg.el (gnus-posting-styles): Add doc.
7895
7896 2001-11-07  Simon Josefsson  <jas@extundo.com>
7897
7898         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7899
7900         * sieve-mode.el (sieve-control-commands-face)
7901         (sieve-control-commands-face, sieve-action-commands-face)
7902         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7903         faces.
7904         (sieve-font-lock-keywords): Use them.
7905         (sieve-mode): Only set font-lock-defaults in emacs.
7906
7907         * gnus-art.el (gnus-default-article-saver): Add
7908         gnus-summary-save-body-in-file.
7909         (gnus-summary-write-to-file): Fix doc.
7910
7911 2001-11-07  Simon Josefsson  <jas@extundo.com>
7912
7913         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7914         reference to the correct chapter in the manual.
7915
7916         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7917         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7918
7919 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * mml.el (mml-preview): Bind mail-header-separator.
7922
7923 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * message.el: Always require canlock.
7926         (message-ignored-supersedes-headers): Include Cancel-Lock and
7927         Cancel-Key.
7928         (message-insert-canlock): Don't require canlock.
7929         (message-cancel-news): Don't check whether canlock is available.
7930         (message-supersede): Support cancel-locks.
7931
7932         * gnus-art.el: Don't autoload canlock.
7933
7934 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7935
7936         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7937         From: <andre@slamdunknetworks.com>
7938
7939 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * many files: Fix copyright lines.
7942
7943 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7944
7945         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7946         Suggested by Dave Love  <fx@gnu.org>.
7947
7948 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7949
7950         * message.el (message-kill-buffer): Remove auto-save file after
7951         confirm.
7952
7953         * message.el (message-send-mail): Call message-generate-headers
7954         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7955
7956         * gnus-topic.el (gnus-topic-rename): Initial-input.
7957         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7958
7959 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7960
7961         * message.el (message-forbidden-properties): New constant.
7962         (message-strip-forbidden-properties): New function.
7963         (message-mode): Activate it.
7964
7965 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7966
7967         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7968         (mm-hack-charsets): Fix doc.
7969
7970 2001-11-02  Simon Josefsson  <jas@extundo.com>
7971
7972         * gnus-int.el (gnus-check-server): Message "...done" when done.
7973
7974         * imap.el (imap-close): Don't message (imap-send-command-wait
7975         returns if the connection is dropped).
7976         (imap-wait-for-tag): Nix out message only when necessary.
7977
7978         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7979         for non-crossposting.
7980         (gnus-sieve-crosspost): Default to t to be consistent with other
7981         parts of Gnus.
7982
7983 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7986         (mm-iso-8859-x-to-15-table): Ditto.
7987         (mm-iso-8859-x-to-15-region): Ditto.
7988         (mm-find-mime-charset-region): Ditto.
7989
7990 2001-11-01  Simon Josefsson  <jas@extundo.com>
7991
7992         * nnimap.el (nnimap-close-asynchronous): New variable.
7993         (nnimap-close-group): Use it.
7994         (nnimap-expunge): Don't use it.
7995
7996         * imap.el (imap-callbacks): New variable.
7997         (imap-remassoc): Copied from `gnus-remassoc'.
7998         (imap-add-callback): New function.
7999         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8000         behaviour.
8001         (imap-parse-response): Call the callback.
8002
8003         * message.el (message-insert-canlock): New variable.
8004         (message-canlock-generate, message-canlock-password)
8005         (message-insert-canlock): New functions.
8006         (message-send-news): Call `message-insert-canlock'.
8007         (top-level): Require canlock when compiling.
8008         (message-insert-canlock): Require canlock before we need it.
8009
8010 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8011
8012         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8013
8014 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * dgnushack.el (dgnushack-make-load): A workaround for
8017         custom-add-loads bug in some versions of XEmacs.
8018
8019 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8020
8021         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8022
8023 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8024
8025         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8026         (mm-hack-charsets): New variable.
8027         (mm-iso-8859-15-compatible): New variable.
8028         (mm-iso-8859-x-to-15-table): New variable.
8029         (mm-find-mime-charset-region): Add parameter hack-charsets.
8030
8031         * mm-bodies.el (mm-encode-body): Use it.
8032         * mml.el (mml-parse-1): Ditto.
8033
8034 2001-11-01  Simon Josefsson  <jas@extundo.com>
8035
8036         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8037
8038 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8039
8040         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8041         is nil.
8042
8043 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8044
8045         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8046
8047         * message.el (message-forward-rmail-make-body): Use
8048         save-window-excursion.
8049         (message-encode-message-body): Search with noerror.
8050         (message-setup-1): Convert compose-mail send-actions to
8051         message-send-actions.
8052
8053 2001-11-01  Simon Josefsson  <jas@extundo.com>
8054
8055         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8056         <yamaoka@jpl.org>.
8057
8058 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * sieve-manage.el (sieve-string-bytes): No complain.
8061
8062 2001-11-01  Simon Josefsson  <jas@extundo.com>
8063
8064         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8065         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8066         has autoload cookies, so no `require' should be necessary.)
8067
8068         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8069         files.
8070
8071 2001-10-31  Simon Josefsson  <jas@extundo.com>
8072
8073         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8074         parameter.
8075
8076         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8077         `display' is a number (and C-u wasn't used to enter group), only
8078         fetch that number of articles.
8079
8080 2001-10-31  Matt Armstrong  <matt@lickey.com>
8081
8082         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8083         not-subscribed -> subscribed.
8084
8085 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8086         From: Josh Huber <huber@alum.wpi.edu>
8087
8088         * message.el (message-subscribed-address-functions): New variable.
8089         (message-subscribed-addresses): New variable.
8090         (message-subscribed-regexps): New variable.
8091         (message-goto-mail-followup-to): New function.
8092         (message-send-mail): Add Mail-Followup-To.
8093         (message-make-mft): New function.
8094
8095         * gnus.el (gnus-find-subscribed-addresses): New function.
8096
8097 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8100         (mail-source-fetch-pop): Ditto.
8101         (mail-source-check-pop): Ditto.
8102
8103         * gnus-start.el (gnus-read-init-file): Ditto.
8104         (gnus-activate-group): Ditto.
8105         (gnus-read-newsrc-el-file): Ditto.
8106
8107 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * message.el (message-get-reply-headers): Make sure there is ", ".
8110
8111         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8112         mm-coding-system-p. Don't correct it only in XEmacs.
8113         (mm-charset-to-coding-system): Use mm-coding-system-p and
8114         mm-get-coding-system-list.
8115         (mm-emacs-mule, mm-mule4-p): New variables.
8116         (mm-enable-multibyte, mm-disable-multibyte,
8117         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8118         mm-with-unibyte-current-buffer,
8119         mm-with-unibyte-current-buffer-mule4): Use them.
8120         (mm-find-mime-charset-region): Treat iso-2022-jp.
8121
8122         From  Dave Love  <fx@gnu.org>:
8123
8124         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8125         construction.
8126         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8127         entries conditional on not having a coding system defined for
8128         them.
8129         (mm-mule-charset-to-mime-charset): Use
8130         find-coding-systems-for-charsets if defined.
8131         (mm-charset-to-coding-system): Don't use
8132         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8133         later.  Add last resort search of coding systems.
8134         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8135         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8136         Mule 4.
8137         (mm-find-mime-charset-region): Re-write.
8138         (mm-with-unibyte-current-buffer): Restore buffer as well as
8139         multibyteness.
8140
8141 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8142
8143         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8144         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8145         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8146
8147 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8148
8149         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8150         again.
8151
8152         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8153
8154 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8155
8156         * gnus-spec.el (gnus-parse-simple-format): Use
8157           buffer-substring-no-properties.
8158
8159 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-art.el (article-verify-cancel-lock): New function.
8162
8163         * nnheader.el (nntp-process-response): New variable.
8164         (nnheader-init-server-buffer): Make `nntp-process-response'
8165         buffer-local in `nntp-server-buffer'.
8166
8167         * nntp.el (nntp-prepare-post-hook): New hook.
8168         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8169         (nntp-async-trigger): Ditto.
8170         (nntp-request-post): Insert a server's ID if there's no Message-ID
8171         header; run `nntp-prepare-post-hook'.
8172
8173 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8174
8175         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8176         instead.
8177
8178         * message.el (message-forward-subject-author-subject): Don't use
8179         message-news-p, which widens the buffer.
8180         (message-forward-make-body): New function.
8181         (message-forward): Use it.
8182         (message-insinuate-rmail): New function.
8183         (message-forward-rmail-make-body): New function.
8184
8185 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8186
8187         * mm-extern.el (mm-extern): Provide it.
8188
8189         * mm-partial.el (mm-partial): Provide it.
8190
8191 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8194
8195 2001-10-29  Simon Josefsson  <jas@extundo.com>
8196
8197         * mml.el (mml-preview): Bind message-this-is-news if it is
8198         news. From Jesper Harder <harder@myrealbox.com>.
8199
8200 2001-10-28  Simon Josefsson  <jas@extundo.com>
8201
8202         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8203
8204 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8205
8206         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8207         ironic smilies.
8208
8209 2001-10-27  Simon Josefsson  <jas@extundo.com>
8210
8211         * message.el (message-indent-citation): Don't add trailing
8212         whitespace when citing text.
8213
8214         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8215         <harder@ifa.au.dk>.
8216
8217 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8218
8219         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8220         not available.
8221         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8222         (nnweb-type-definition): Add google as alias of dejanews.
8223         (nnweb-google-parse-1): Forward 1 line.
8224
8225 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8226
8227         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8228         variable `message-forward-ignored-headers'.
8229
8230 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8231
8232         * gnus.el (gnus-expand-group-parameter): New function.
8233         (gnus-expand-group-parameters): Call it.
8234         (gnus-group-fast-parameter): New function.
8235         (gnus-group-find-parameter): Call it.
8236
8237 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8238
8239         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8240         vector (it didn't before because of a bug).
8241         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8242         available.  Before it converted it to an article number.
8243
8244         This makes followup to news articles with negative numbers in
8245         nnvirtual groups use news instead of mail.
8246
8247 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8248
8249         * gnus.el (post-method): Use `native' instead of `nil'.
8250
8251         * gnus-msg.el (gnus-post-method): Ditto.
8252
8253 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8254
8255         * gnus.el (gnus-define-group-parameter): Grammar fix.
8256
8257 2001-10-22  Simon Josefsson  <jas@extundo.com>
8258
8259         * gnus-msg.el (gnus-extended-version): Include
8260         system-configuration.
8261         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8262
8263 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8264
8265         * gnus.el (post-method): Customization fix: `native' is not a
8266         valid value.
8267         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8268         `native' is not a valid value.
8269
8270 2001-10-21  Simon Josefsson  <jas@extundo.com>
8271
8272         * nnimap.el (nnimap): Defgroup
8273         (nnimap-strict-function, nnimap-strict-function-match): New
8274         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8275         (nnimap-split-crosspost, nnimap-split-inbox)
8276         (nnimap-split-rule, nnimap-split-predicate)
8277         (nnimap-split-predicate): Defcustom.
8278         (nnimap-split-inbox, nnimap-expunge-search-string)
8279         (nnimap-importantize-dormant): Remove "*" from doc.
8280
8281 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8282
8283         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8284         not supplied via prefix arg.  From Lisp, make arg mandatory.
8285         Suggested by Frank Schmitt.
8286
8287 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8288
8289         * message.el (message-do-auto-fill): Avoid calling
8290         'rfc822-goto-eoh'.
8291
8292 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8293         From Paul Jarc <prj@po.cwru.edu>.
8294
8295         * message.el (message-get-reply-headers): Restructure the logic
8296         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8297
8298 2001-10-20  Simon Josefsson  <jas@extundo.com>
8299
8300         * message.el (message-cancel-news): Support cancel-locks.
8301         Suggested by Per Abrahamsson.
8302
8303         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8304         conses.  From David Z Maze <dmaze@MIT.EDU>.
8305
8306         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8307
8308 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8309
8310         * mm-decode.el (mm-default-directory): Fix customize type.
8311
8312         * message.el (message-setup-fill-variables): Kludge to use
8313         normal-auto-fill-function even if auto fill is already activated.
8314
8315 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8316
8317         * message.el (message-do-auto-fill): New version that does not
8318         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8319         (message-setup-1): Removed the `message-field' property.
8320
8321         * gnus-draft.el (gnus-draft-edit-message): Removed the
8322         `message-field' property.
8323
8324 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8325
8326         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8327         `message-field'.  The `field' property has a special significance in
8328         Emacs 21.
8329
8330         * message.el (message-send, message-setup-1): Ditto.
8331
8332 2001-10-18  Simon Josefsson  <jas@extundo.com>
8333
8334         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8335         when undoing.
8336
8337 2001-10-18  Simon Josefsson  <jas@extundo.com>
8338         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8339
8340         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8341         (gnus-summary-make-menu-bar): Ditto.
8342
8343 2001-10-17  Simon Josefsson  <jas@extundo.com>
8344
8345         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8346         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8347
8348 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8349
8350         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8351         * gnus-util.el (gnus-user-date): New function.
8352         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8353
8354 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8355
8356         * message.el (message-check-news-header-syntax): Special case
8357         nnvirtual groups.
8358
8359         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8360         customize type to `symbol'.
8361
8362 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363
8364         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8365         %&foo;.
8366         (gnus-parse-simple-format): Support user extended spec too.
8367         %u&foo; invokes gnus-user-format-function-foo.
8368
8369 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8372         the server.
8373         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8374         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8375         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8376         * nndiary.el (nndiary-request-expire-articles): Ditto.
8377         (nndiary-schedule): Defsubst it before use it.
8378         (nndiary-error): eval-and-compile.
8379
8380 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8381
8382         * gnus-msg.el (gnus-post-method): Changed two instances of
8383         `active' to `current' and one `null' to `not'.
8384
8385 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8386         From Katsumi Yamaoka <yamaoka@jpl.org>.
8387
8388         * message.el (message-setup-fill-variables): Use
8389         `normal-auto-fill-function' instead of `auto-fill-function'.
8390
8391 2001-10-16  Simon Josefsson  <jas@extundo.com>
8392
8393         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8394         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8395         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8396
8397 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8398         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8399
8400         * gnus-draft.el (gnus-draft-edit-message): Add text property
8401         `field' with value `header' to message headers.
8402         * message.el (message-setup-1): Really add text property to all of
8403         the header, not just part of it.
8404
8405 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * gnus-group.el (gnus-group-sort-by-server): Use it.
8408
8409         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8410
8411         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8412         and keystroke.
8413
8414 2001-10-14  Simon Josefsson  <jas@extundo.com>
8415
8416         * dig.el: Doc fix.
8417
8418         * smime.el: Doc fix.
8419
8420         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8421         charset magic from message.el.
8422
8423 2001-10-12  Simon Josefsson  <jas@extundo.com>
8424         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8425
8426         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8427         'cite from g-a-wash-types.
8428         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8429         (gnus-article-hide-citation): Fix.
8430
8431         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8432         character.
8433         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8434
8435         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8436         definition.
8437         (gnus-signature-toggle): Toggle `s' mode line character.
8438
8439         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8440         doing stuff that clears it.
8441
8442 2001-10-12  Simon Josefsson  <jas@extundo.com>
8443
8444         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8445         From Eric Marsden <emarsden@laas.fr>.
8446
8447 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8448
8449         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8450         (autoload): Add some autoloads.
8451
8452 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8453         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8454
8455         * message.el (message-do-auto-fill): New function.  Like
8456         `do-auto-fill' but don't fill when in the message header.
8457         (message-setup-1): Put a text property on the message header.
8458         (message-setup-fill-variables): Use `message-do-auto-fill'.
8459
8460 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8461
8462         * message.el (message-send-mail-partially): Insert an empty line
8463         first, because of the change of message-make-lines.
8464
8465 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8466
8467         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8468         iso-8859-15, make it an alias for iso-8859-1.
8469
8470 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * message.el (message-send-news): Don't modify the value of
8473         `message-syntax-checks' if it is not a list (possibly it is
8474         `dont-check-for-anything-just-trust-me').
8475
8476 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8479         `find-coding-system' for XEmacs to check whether the coding-system
8480         `utf-8' is available.
8481
8482 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8483
8484         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8485
8486 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8487
8488         * message.el (message-send-news): Oops, missed case with no
8489         "Followup-To" header...
8490
8491 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8492
8493         * message.el (message-send-news): Allow
8494         `gnus-group-name-charset-group-alist' to affect encoding of the
8495         "Newsgroups" and "Followup-To" headers.
8496
8497 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8498
8499         * Makefile.in (install-el): Depend on gnus-load.el.
8500
8501 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * Makefile.in (install-el): Use -f.
8504         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8505
8506 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8507
8508         * message.el (message-send-news): Don't encode Followups-To when
8509         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8510
8511         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8512         header.
8513
8514         * gnus-art.el (article-decode-group-name): Also decode
8515         "Followup-To".
8516
8517         * rfc2047.el (rfc2047-encode-message-header): Encode without
8518         asking for null methods.
8519
8520         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8521         default charset for newsgroup names in accordance with USEFOR.
8522
8523         * gnus-group.el (gnus-group-name-charset-method-alist,
8524         gnus-group-name-charset-group-alist): Removed "*" from doc
8525         strings, "*" should not be used for complex variables.
8526
8527 2001-10-06  Simon Josefsson  <jas@extundo.com>
8528
8529         Support UTF-8 group names better.
8530
8531         * message.el (message-check-news-header-syntax): Encode group
8532         names before comparison.
8533
8534         * gnus-msg.el (gnus-copy-article-buffer): Run all
8535         `gnus-article-decode-hook's except `article-decode-charset'
8536         instead of hardcoding call to one of them.
8537
8538         * gnus-art.el (gnus-article-decode-hook): Add
8539         `article-decode-group-name'.
8540         (article-decode-group-name): New function, use `g-d-n'.
8541
8542         * gnus-group.el (gnus-group-insert-group-line): Decode
8543         gnus-tmp-group using `g-d-n'.
8544
8545         * gnus-util.el (gnus-decode-newsgroups): New function.
8546
8547 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8548
8549         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8550         `gnus-group-name-charset-group-alist'.
8551
8552 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8553
8554         * Makefile.in: Install el in install. Add uninstall.
8555
8556 2001-10-05  Simon Josefsson  <jas@extundo.com>
8557
8558         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8559
8560         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8561
8562         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8563         empty folders.
8564
8565         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8566         limiting if read-all (C-u RET) was used.
8567
8568 2001-10-04  Simon Josefsson  <jas@extundo.com>
8569
8570         * mail-source.el (mail-source-movemail-program): New variable.
8571         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8572         <thutt@thutt.vmware.com>.
8573
8574 2001-10-03  Simon Josefsson  <jas@extundo.com>
8575
8576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8577         (gnus-summary-line-format-alist): Fix param.
8578
8579 2001-10-02  Simon Josefsson  <jas@extundo.com>
8580
8581         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8582         don't go through `nnimap-request-expire-articles' to delete the
8583         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8584
8585 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8586
8587         * gnus-agent.el (gnus-agent-write-active): The min in the
8588         agent/active may be larger than that in the server/active.
8589
8590 2001-10-01  Simon Josefsson  <jas@extundo.com>
8591
8592         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8593         is IMAP4rev1.
8594
8595         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8596
8597         * nnfolder.el: Ditto.
8598
8599 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8600
8601         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8602         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8603
8604 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8605
8606         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8607         (message-mode-menu): Menu item for same.
8608
8609         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8610         delayed articles.
8611
8612         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8613         nndraft:delayed does not exist.
8614         (gnus-delay-initialize): Don't set up keymap, that's done from
8615         message.el now.
8616         (gnus-delay, gnus-delay-group, gnus-delay-header)
8617         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8618
8619 2001-09-29  Simon Josefsson  <jas@extundo.com>
8620
8621         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8622         utf-8, not eight-bit-control.
8623
8624         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8625         (imap-log, imap-debug): Custom.
8626         (imap-log-buffer, imap-debug-buffer): New constants.
8627         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8628         (imap-network-open, imap-shell-open, imap-starttls-open)
8629         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8630         (imap-debug): Use imap-*-buffer.
8631
8632         * nndoc.el (nndoc-article-type): Add mailman.
8633         (nndoc-type-alist): Ditto.
8634         (nndoc-mailman-type-p): New function.
8635
8636 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8639         gnus-art.el.
8640
8641 2001-09-27  Simon Josefsson  <jas@extundo.com>
8642
8643         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8644         (gnus-topic-catchup-articles): New function. Suggested by Robin
8645         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8646
8647 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8648         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8649
8650         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8651         previous ones.
8652
8653 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8654         From Daiki Ueno  <ueno@unixuser.org>
8655
8656         * gnus-sum.el (gnus-summary-show-article): The arglist of
8657         detect-coding-region is incompatible.
8658
8659 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8660         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8661
8662         * gnus-group.el (gnus-group-delete-group): Typo.
8663
8664 2001-09-26  Simon Josefsson  <jas@extundo.com>
8665
8666         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8667
8668         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8669
8670 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8671
8672         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8673
8674 2001-09-22  Simon Josefsson  <jas@extundo.com>
8675
8676         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8677
8678         * nnfolder.el (nnfolder-open-marks): Ditto.
8679
8680         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8681         (gnus-update-marks): Use it.
8682         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8683         hardcoded list.
8684
8685         * gnus.el (gnus-article-special-mark-lists): Add killed.
8686         (gnus-article-unpropagated-mark-lists): New constant.
8687
8688 2001-09-22  Simon Josefsson  <jas@extundo.com>
8689
8690         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8691         custom option.
8692
8693 2001-09-23  Simon Josefsson  <jas@extundo.com>
8694
8695         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8696
8697 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8700
8701 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8702
8703         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8704         accept lists of functions.
8705
8706 2001-09-20  Simon Josefsson  <jas@extundo.com>
8707
8708         * gnus-group.el (gnus-group-catchup): Update expire marks in
8709         backend.  Also, if ALL also set expire marks on tick/dormant.
8710
8711 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8712
8713         * message.el (message-tab-body-function): New variable.
8714         * message.el (message-tab): Use it.
8715
8716 2001-09-19  Sam Steingold  <sds@gnu.org>
8717
8718         * gnus-win.el (gnus-buffer-configuration): Respect
8719         `gnus-bug-create-help-buffer'.
8720
8721 2001-09-18  Simon Josefsson  <jas@extundo.com>
8722
8723         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8724         (gnus-parse-simple-format): Re-revert.
8725
8726 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8727         Trivial patch.
8728
8729         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8730         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8731
8732 2001-09-18  Simon Josefsson  <jas@extundo.com>
8733
8734         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8735         signed.
8736         (gnus-parse-simple-format): Don't use it.
8737
8738 2001-09-17  Miles Bader  <miles@gnu.org>
8739
8740         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8741         error querying a backend abort the whole process.
8742
8743 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8744
8745         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8746         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8747
8748 2001-09-17  Didier Verna  <didier@xemacs.org>
8749
8750         * nndiary.el: version 0.2-b14.
8751         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8752         compatibility problem with XEmacs 21.1.
8753
8754 2001-09-15  Simon Josefsson  <jas@extundo.com>
8755
8756         * gnus-group.el (gnus-group-line-format): Document %c.
8757
8758         * nnml.el (nnml-parse-head): Handle CRLF files.
8759         (nnml-generate-nov-file): Ditto.
8760         (nnml-retrieve-headers): Ditto.
8761
8762 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8763
8764         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8765
8766 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8767
8768         * gnus-spec.el (gnus-correct-substring): Still stopped one
8769         character before we wanted (never included last character).
8770         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8771         add missing "," (once per function)
8772
8773 2001-09-14  Simon Josefsson  <jas@extundo.com>
8774
8775         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8776         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8777         default before gnus-group is loaded and the variable set.)
8778
8779         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8780         killed or unsent marks.
8781
8782         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8783         isn't an article to set it on (e.g. when you `a' in a group).
8784
8785 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8786
8787         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8788         can read e-mails from Microsoft Outlook users not using ISO
8789         8859-2 character set.
8790
8791 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8792
8793         * gnus-diary.el: Minor modifications to avoid warnings.
8794         (gnus-summary-misc-menu): defvar.
8795         (gnus-diary-check-message): Use gnus-point-at-eol.
8796         (gnus-diary-kill-entire-line): eval-and-compile.
8797
8798 2001-09-12  Didier Verna  <didier@xemacs.org>
8799
8800         * nndiary.el: new version (0.2-b13).
8801         * nndiary.el (nndiary-mail-sources): doc update.
8802         * nndiary.el (nndiary-split-methods): ditto.
8803         * nndiary.el (nndiary-request-accept-article-hooks): New.
8804         * nndiary.el (nndiary-request-accept-article): use it, check
8805         message validity.
8806         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8807         * nndiary.el (nndiary-schedule): fix bug (misplaced
8808         condition-case): it didn't return nil on error.
8809         * gnus-diary.el: new version.
8810         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8811         * gnus-diary.el (gnus-diary-header-value-history): New.
8812         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8813         * gnus-diary.el (gnus-diary-add-header): New.
8814         * gnus-diary.el (gnus-diary-check-message): New.
8815         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8816         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8817
8818 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8819
8820         * gnus-sum.el (gnus-select-newsgroup): Make
8821         `gnus-current-select-method' buffer-local.
8822
8823         * gnus-art.el (gnus-request-article-this-buffer): Refer
8824         `gnus-current-select-method' in the current summary buffer.
8825
8826 2001-09-10  Simon Josefsson  <jas@extundo.com>
8827         From Daniel Pittman <daniel@rimspace.net>
8828
8829         * gnus-spec.el (gnus-correct-pad-form): Fix.
8830
8831 2001-09-09  Simon Josefsson  <jas@extundo.com>
8832
8833         * mm-decode.el (mm-inline-media-tests): Add
8834         application/x-emacs-lisp.
8835         (mm-attachment-override-types): Add
8836         application/{x-,}pkcs7-signature.
8837
8838         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8839         (gnus-server-line-format, gnus-server-mode-line-format)
8840         (gnus-server-browse-in-group-buffer): Customize.
8841
8842 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8843
8844         * nnml.el (nnml-marks-changed-p): Typo.
8845         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8846         (nnml-marks-changed-p): Use gnus-gethash.
8847         (nnml-marks-modtime): Use gnus-make-hashtable.
8848
8849         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8850         (nnfolder-request-expire-articles, nnfolder-save-marks)
8851         (nnfolder-open-marks): Typo.
8852         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8853         (nnfolder-marks-changed-p): Use gnus-gethash.
8854         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8855
8856 2001-09-08  Simon Josefsson  <jas@extundo.com>
8857
8858         * nnfolder.el (nnfolder-marks-modtime): New variable.
8859         (nnfolder-marks-changed-p): New function.
8860         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8861         (nnfolder-request-update-info): Don't update if marks didn't change.
8862
8863         * nnml.el (nnml-marks-modtime): New variable.
8864         (nnml-marks-changed-p): New function.
8865         (nnml-save-marks, nnml-open-marks): Save modtime.
8866         (nnml-request-update-info): Don't update if marks didn't change.
8867
8868         * gnus-agent.el (gnus-agent-any-covered-gcc)
8869         (gnus-agent-add-server, gnus-agent-remove-server): Use
8870         gnus-agent-method-p.
8871
8872         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8873         (gnus-unbuttonized-mime-type-p): Use it.
8874
8875         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8876         fetch group.
8877
8878 2001-09-08  Simon Josefsson  <jas@extundo.com>
8879         From Daniel Pittman <daniel@rimspace.net>
8880
8881         * gnus-spec.el (gnus-correct-pad-form): New function.
8882         (gnus-parse-simple-format): Use it.
8883
8884 2001-09-07  Simon Josefsson  <jas@extundo.com>
8885
8886         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8887         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8888         Putnam <reader@newsguy.com>.
8889         (gnus-group-sort-selected-groups): Touch dribble file.
8890
8891 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8892
8893         * nnml.el (nnml-filenames-are-evil): New variable.
8894         (nnml-article-to-file-alist): Rename to ...
8895         (nnml-current-group-article-to-file-alist): ... this.
8896         Respect `nnml-filenames-are-evil'.
8897         (nnml-active-number): Update.
8898         (nnml-update-file-alist): Update.
8899         (nnml-request-article): Use nnheader-article-to-file-alist.
8900         (nnml-request-rename-group): Likewise.
8901
8902 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-sum.el (gnus-summary-insert-line): Fix.
8905
8906 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8907
8908         * gnus-sum.el: Bind g-s-t-s to "W g".
8909         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8910         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8911         display of graphical smilies.
8912
8913 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * gnus-start.el (gnus-setup-news): A typo.
8916         From Bill White <billw@wolfram.com>.
8917
8918 2001-09-06  Simon Josefsson  <jas@extundo.com>
8919
8920         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8921         and unseen marks.
8922
8923 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8924
8925         * nnmail.el (nnmail-split-fancy): Document `junk'.
8926
8927 2001-09-04  Simon Josefsson  <jas@extundo.com>
8928
8929         * imap.el (imap-search): Don't error if server is broken.
8930
8931 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8932
8933         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8934         searching for an article that isn't in the mbox.
8935
8936 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8939         right, and get all the comments.
8940
8941 2001-09-02  Simon Josefsson  <jas@extundo.com>
8942         Suggested by Dan Christensen <jdc+news@uwo.ca>
8943
8944         * nnfolder.el (nnfolder-request-update-info): Fix message.
8945
8946         * nnml.el (nnml-request-update-info): Ditto.
8947
8948 2001-09-01  Simon Josefsson  <jas@extundo.com>
8949
8950         * nnml.el (nnml-request-expire-articles): Also bind
8951         `nnml-current-group' and `nnml-article-file-alist' when using
8952         expiry-target. (Otherwise nnml will be in a inconsistent internal
8953         state causing all kind of problems.)
8954         (nnml-request-expire-articles): If `nnml-article-to-file' or
8955         `file-attributes' failes, return article as un-expirable instead
8956         of treating it as expired.
8957
8958 2001-08-31  Sam Steingold  <sds@gnu.org>
8959
8960         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8961         typo: `exmine' --> `examine'.
8962
8963 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8964
8965         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8966
8967 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8968
8969         * nnml.el (nnml-check-directory-twice): Remove.
8970         (nnml-retrieve-headers): Ditto.
8971         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8972
8973 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8974
8975         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8976         directory twice on Windows, or on GNU Emacs-21.
8977
8978 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8979
8980         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8981         (nnml-request-rename-group): Ditto.
8982         (nnml-active-number): Ditto.
8983         (nnml-request-create-group): Use nnml-directory-articles.
8984         (nnml-request-expire-articles): Use nnml-directory-articles, which
8985         gets list from nov database if available.
8986         (nnml-get-nov-buffer): New function.
8987         (nnml-open-nov): Use it.
8988         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8989         gets alist from nov database if available.
8990         (nnml-directory-articles): New function.
8991         (nnml-article-to-file-alist): New function.
8992
8993 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8994
8995         * mm-decode.el (mm-display-external): Use `name' as filename, if
8996         `filename' attribute is not present.
8997
8998 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8999
9000         * mail-source.el (mail-source-flash): New defcustom.
9001         (mail-source-new-mail-p): Ring visible bell if appropriate.
9002         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9003         timer is cleared even if mail check signals an error.
9004
9005 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9008         type 'list.
9009
9010 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9011
9012         * flow-fill.el (fill-flowed): eol might be point-max.
9013
9014 2001-08-27  Simon Josefsson  <jas@extundo.com>
9015
9016         * nnml.el (nnml-request-update-info): Fix message.
9017         (nnml-open-marks): Ditto.
9018
9019         * nnfolder.el (nnfolder-request-update-info):
9020         (nnfolder-open-marks): Fix message.
9021
9022 2001-08-25  Simon Josefsson  <jas@extundo.com>
9023
9024         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9025         after group in ~/.
9026
9027 2001-08-25  Simon Josefsson  <jas@extundo.com>
9028         From Andreas Jaeger  <aj@suse.de>
9029
9030         * nnfolder.el (nnfolder-open-marks): Fix typo.
9031         * nnml.el (nnml-open-marks): Likewise.
9032
9033 2001-08-25  Simon Josefsson  <jas@extundo.com>
9034
9035         Make nnfolder groups self-contained as far as marks are concerned.
9036
9037         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9038         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9039         (nnfolder-open-server): Make marks directory.
9040         (nnfolder-request-delete-group): Delete marks file.
9041         (nnfolder-request-delete-group): Check of nov/marks file exist
9042         before deleting.
9043         (nnfolder-request-rename-group): Rename marks file.
9044         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9045         (nnfolder-request-set-mark, nnfolder-request-update-info)
9046         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9047         (nnfolder-open-marks): New functions.
9048         (top-level): Require gnus.
9049
9050 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9051
9052         * nnweb.el (nnweb-type-definition): Use google raw file.
9053         (nnweb-google-parse-1): Ditto.
9054         (nnweb-google-identity): Ditto.
9055         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9056         (nnweb-altavista-wash-article): Ditto.
9057         (nnweb-request-article): Remove nnweb-decode-entities.
9058
9059         * nnml.el: Require 'gnus.
9060
9061 2001-08-25  Simon Josefsson  <jas@extundo.com>
9062
9063         * nnml.el (nnml-marks-is-evil): Add doc.
9064
9065 2001-08-25  Simon Josefsson  <jas@extundo.com>
9066
9067         * nnml.el (nnml-save-marks): Wrap saving marks in a
9068         condition-case, to allow user to start Gnus if saving marks failed
9069         for some reason.
9070
9071 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9074
9075         * gnus-group.el (gnus-update-group-mark-positions): Bind
9076         gnus-group-update-hook to nil.
9077
9078 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9079
9080         * mml.el (mml-generate-mime-1): Force as multibyte string.
9081
9082 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * gnus-sum.el (gnus-summary-insert-line)
9085         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9086         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9087
9088         * gnus-spec.el (gnus-correct-substring): Take optional END.
9089
9090         * nnrss.el (nnrss-request-article): Remove \n.
9091         (nnrss-retrieve-headers): Lines number is -1.
9092
9093 2001-08-24  Simon Josefsson  <jas@extundo.com>
9094
9095         * gnus-group.el (gnus-info-clear-data): Call
9096         nnfoo-request-set-mark to propagate marks.  Fix bug:
9097         `gnus-group-update-line' doesn't update read range unless we call
9098         `gnus-get-unread-articles-in-group' first.
9099
9100         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9101         to server.
9102
9103 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9104
9105         * gnus-util.el (gnus-create-info-command): Return an interactive
9106         function.
9107
9108 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109         From Katsumi Yamaoka <yamaoka@jpl.org>
9110
9111         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9112
9113 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * gnus-sum.el (gnus-select-newsgroup): Use it.
9116
9117         * gnus-util.el (gnus-not-ignore): New function.
9118
9119         * lpath.el (featurep): Don't fbind char-int.
9120
9121         * gnus-util.el (gnus-create-info-command): New function.
9122
9123         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9124         right node.
9125
9126         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9127         (gnus-summary-limit-children): Use 'identity instead of `all'.
9128         (gnus-summary-limit-to-display-predicate): New command and
9129         keystroke.
9130
9131 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9132
9133         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9134
9135         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9136
9137 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * gnus-spec.el: Add the Gnus version.
9140         (gnus-update-format-specifications): If the Gnus version changes,
9141         nix out the format spec cache.
9142
9143         * gnus.el (gnus-continuum-version): Made into a command and
9144         optionalize the VERSION.
9145
9146         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9147         the start of the lines.
9148
9149 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * gnus.el (gnus-visual-p): Define function before use of
9152         function.
9153
9154 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9155
9156         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9157         (gnus-article-mark-to-type): New function.
9158         (gnus-update-missing-marks): Only update marks of type 'list.
9159
9160         * gnus.el (gnus-article-special-mark-lists): New variable.
9161
9162 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9165         (gnus-select-newsgroup): Still use 'all.
9166         (gnus-summary-initial-limit): Comparing with 'all.
9167
9168 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9169
9170         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9171         active.
9172
9173 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9174
9175         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9176         nnslashdot-*-retrieve-headers.
9177         (nnslashdot-request-article): Fix for slashcode 2.2.
9178         (nnslashdot-make-tuple): New function.
9179         (nnslashdot-read-groups): Use it.
9180
9181 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9184         list.
9185
9186         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9187
9188 2001-08-20  Simon Josefsson  <jas@extundo.com>
9189
9190         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9191         opened, error instead of continuing (and exploding later).
9192
9193 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194
9195         * gnus.el (gnus-expand-group-parameters): Return the parameter
9196         list.
9197
9198         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9199         (gnus-summary-show-article): Guess at charset if required.
9200
9201         * gnus-spec.el (gnus-correct-substring): Stopped one character
9202         before we wanted.
9203
9204 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9205
9206         * earcon.el (earcon-auto-play): Remove unused option.
9207
9208 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9211         message down in levels, since it happens very fast.
9212
9213         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9214         of smiley-regexp-alist.
9215
9216         * mm-view.el (mm-inline-text): Ignore vcard errors.
9217
9218         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9219
9220         * gnus-score.el (gnus-all-score-files): Use append instead of
9221         nconc.
9222
9223         * gnus.el (gnus-splash-face): Doc fix.
9224
9225         * mm-decode.el (mm-mailcap-command): Use
9226         mm-path-name-rewrite-functions.
9227         (mm-path-name-rewrite-functions): New variable.
9228
9229         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9230         (gnus-complex-form-to-spec): Insert tab.
9231         (gnus-spec-tab): New function.
9232
9233         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9234         entering the group.
9235
9236         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9237         the positional spec.
9238         (gnus-parse-complex-format): React to %C.
9239
9240         * gnus-ems.el (gnus-char-width): Moved here.
9241
9242         * gnus-sum.el (gnus-select-newsgroup): Set
9243         gnus-newsgroup-articles.
9244         (gnus-unseen-mark): New variable.
9245         (gnus-newsgroup-unseen): Ditto.
9246         (gnus-newsgroup-seen): Ditto.
9247         (gnus-adjust-marked-articles): Use them.
9248         (gnus-update-marks): Use them.
9249         (gnus-summary-update-secondary-mark): Display.
9250         (gnus-summary-prepare-threads): Display.
9251
9252         * gnus-msg.el (gnus-inews-group-method): Use and return the
9253         method, not the server.
9254
9255 2001-08-19  Simon Josefsson  <jas@extundo.com>
9256
9257         * gnus-srvr.el (gnus-server-agent-face): New.
9258         (gnus-server-agent-face): New.
9259         (gnus-server-mode): Turn on font-lock-mode.
9260
9261         * gnus.el (gnus-server-visual): Add defgroup.
9262
9263 2001-08-19  Simon Josefsson  <jas@extundo.com>
9264         From Joe Casadonte <jcasadonte@northbound-train.com>
9265
9266         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9267         gnus-server-denied-face): New.
9268         (gnus-server-opened-face, gnus-server-closed-face,
9269         gnus-server-denied-face): New.
9270         (gnus-server-font-lock-keywords): Add.
9271
9272 2001-08-19  Simon Josefsson  <jas@extundo.com>
9273
9274         * nnml.el (nnml-request-set-mark): Return nil.
9275         (nnml-save-marks): Use nnml-possibly-create-directory.
9276         (nnml-open-marks): Only work in temp buffer when inserting/reading
9277         .marks file.
9278
9279 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9280
9281         * gnus.el (gnus-expand-group-parameters): Fix.
9282
9283         * gnus-spec.el (gnus-char-width): New function.
9284         (gnus-correct-substring, gnus-correct-length): Use it.
9285
9286         * message.el (message-required-mail-headers): Fix doc.
9287
9288 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289
9290         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9291
9292         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9293
9294 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9295
9296         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9297         slashdot 2.2 (not fully fixed yet).
9298         (nnslashdot-request-article): Ditto.
9299
9300 2001-08-18  Simon Josefsson  <jas@extundo.com>
9301
9302         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9303         nnimap.
9304
9305         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9306         gnus-util.
9307         (nnimap-request-update-info-internal): Use new functions.
9308
9309         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9310         new functions.
9311
9312 2001-08-18  Simon Josefsson  <jas@extundo.com>
9313
9314         Make nnml groups self-contained as far as marks are concerned.
9315
9316         * nnml.el (nnml-request-delete-group): Delete marks file.
9317         (nnml-request-rename-group): Move marks file.
9318         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9319         variables.
9320         (nnml-request-set-mark, nnml-request-update-info): New server
9321         functions.
9322         (nnml-save-marks, nnml-open-marks): New functions.
9323
9324 2001-08-18  Simon Josefsson  <jas@extundo.com>
9325
9326         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9327         `set' when setting marks.
9328
9329 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * gnus.el (gnus-info-find-node): Take an argument.
9332
9333         * gnus-art.el (gnus-button-handle-info): New function.
9334         (gnus-url-unhex-string): Replace "+" with " ".
9335
9336 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9337
9338         * message.el (message-check-news-header-syntax): Check bad From.
9339
9340 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341
9342         * gnus-spec.el (gnus-correct-length): New function.
9343         (gnus-correct-substring): New function.
9344         (gnus-tilde-max-form): Use it.
9345
9346 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9347
9348         * nnmh.el: Docstring changes as below.
9349
9350         * nnml.el: Docstring changes as below.
9351
9352         * nnbabyl.el: Docstring changes as below.
9353
9354         * nnmbox.el: Docstring changes as below.
9355
9356         * nnfolder.el: Added docstrings identifying each virtual server
9357         parameter.
9358
9359 2001-08-18  Simon Josefsson  <jas@extundo.com>
9360
9361         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9362
9363 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9364
9365         * message.el: rename "Abort Message" to "Postpone Message".
9366         Remove "Attach file as MIME" from Message menu, it's already in
9367         the MIME menu.
9368
9369 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9370
9371         * smime.el (smime-point-at-eol): eval-and-compile.
9372         (smime-make-temp-file): New function.
9373         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9374         Use it.
9375
9376 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9379         (gnus-agent-summary-fetch-group): New command and keystroke.
9380
9381         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9382         (gnus-mime-display-security): Make it respect
9383         gnus-unbuttonized-mime-type-p.
9384
9385         * gnus-sum.el (gnus-articles-to-read): Comments.
9386         (gnus-article-marked-p): New function.
9387         (gnus-summary-display-make-predicate): New function.
9388         (gnus-select-newsgroup): Use them.
9389
9390         * mm-decode.el (mm-save-part-to-file): Made it not error.
9391
9392 2001-08-17  Simon Josefsson  <jas@extundo.com>
9393
9394         * imap.el (imap-wait-for-tag): If process-status isn't open or
9395         run, return nil instead of sit-for looping.
9396
9397 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * lpath.el (featurep): fbind xml-parse-region.
9400
9401         * gnus.el (gnus-message-archive-method): Default to "archive".
9402         (gnus-message-archive-method): Doc fix.
9403         (gnus-parameters-get-parameter): Cleaned up.
9404         (gnus-expand-group-parameter): New function.
9405
9406         * gnus-start.el (gnus-setup-news): Push the archive server only
9407         the server list.
9408
9409         * mml.el (mml-menu): Changed name to "Attachments".
9410
9411         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9412         when there is something to detroy.
9413
9414 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9417         nil.
9418
9419 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9420
9421         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9422         which specifies a time today or tomorrow.
9423
9424 2001-08-15  Simon Josefsson  <jas@extundo.com>
9425         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9426
9427         * gnus-agent.el (gnus-agent-make-mode-line-string)
9428         (gnus-agent-toggle-plugged): Use new API.
9429
9430 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9431
9432         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9433         deadline has expired.
9434
9435 2001-08-12  Simon Josefsson  <jas@extundo.com>
9436         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9437
9438         Support `recent' mark indicating newly arrived messages (to
9439         separate from old but unread messages).
9440
9441         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9442         `nnmail-split-history' if recent is > 0.
9443         (nnimap-request-update-info-internal): Update `recent' marks.
9444         (nnimap-request-set-mark): Never set `recent' marks.
9445         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9446         recent.
9447
9448         * gnus-sum.el (gnus-recent-mark): New mark.
9449         (gnus-newsgroup-recent): New variable.
9450         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9451         (gnus-summary-prepare-threads): Mark recent articles.
9452         (gnus-summary-add-mark): Support recent.
9453         (gnus-summary-update-secondary-mark): Support recent.
9454
9455         * gnus.el (gnus-article-mark-lists): Add recent.
9456
9457 2001-08-12  Simon Josefsson  <jas@extundo.com>
9458
9459         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9460         whether successful decoding took place.  Add doc.
9461
9462 2001-08-12  Simon Josefsson  <jas@extundo.com>
9463         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9464
9465         * gnus.el (gnus-summary-line-format, gnus-parameters):
9466         * gnus-gl.el (gnus-summary-grouplens-line-format):
9467         * gnus-salt.el (gnus-summary-pick-line-format):
9468         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9469
9470 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9471         Committed by Kai Gro\e,b_\e(Bjohann.
9472
9473         * gnus-score.el (gnus-score-string): Fix `match' regexp
9474         for `extra' header case.
9475
9476 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9477
9478         * nnmbox.el (nnmbox-read-mbox): No warning.
9479
9480 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9481
9482         * nndoc.el (nndoc-article-type): Fix doc.
9483         (nndoc-generate-article-function): New variable.
9484         (nndoc-dissection-function): New variable.
9485         (nndoc-type-alist): Add oe-dbx.
9486         (nndoc-oe-dbx-type-p): New function.
9487         (nndoc-oe-dbx-dissection): New function.
9488         (nndoc-oe-dbx-generate-article): New function.
9489
9490 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9491
9492         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9493         whether deadline has been reached.  Patch from Dan Nicolaescu
9494         <dann@godzilla.ics.uci.edu>.
9495
9496 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9497
9498         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9499         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9500         <rintaman@cs.Helsinki.FI>.
9501
9502         * mail-source.el (mail-source-movemail): The error buffer is
9503         modified, but nothing in it.
9504
9505 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * message.el (message-bogus-system-names): New variable.
9508         (message-make-fqdn): Use it.
9509
9510 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * nndraft.el (nndraft-request-group): Use
9513         nndraft-auto-save-file-name.
9514
9515 2001-08-09  Simon Josefsson  <jas@extundo.com>
9516
9517         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9518         Don't ask whether to decrypt.  Just leave result in buffer (don't
9519         call mm).
9520
9521         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9522         parts as well.
9523         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9524         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9525
9526 2001-08-09  Simon Josefsson  <jas@extundo.com>
9527
9528         * mm-decode.el (mm-insert-part): Return decoding success status.
9529         (mm-save-part-to-file): Error if decoding failed.
9530
9531 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9532
9533         * message.el (message-tab): Use indent-relative.
9534         (message-mode): Don't bind indent-line-function to indent-relative.
9535
9536 2001-08-09  Simon Josefsson  <jas@extundo.com>
9537
9538         * message.el (message-get-reply-headers): Fix string. Suggested by
9539         Christoph Conrad <cc@cli.de>.
9540
9541 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9542
9543         * message.el (message-tab): Use the current value of
9544         indent-line-function.
9545         (message-mode): Bind indent-line-function to indent-relative.
9546
9547 2001-08-08  Simon Josefsson  <jas@extundo.com>
9548
9549         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9550         whether `imtest' is installed.
9551
9552 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9554
9555         * gnus-sum.el (gnus-summary-show-article): Call
9556         gnus-summary-update-secondary-secondary-mark.
9557         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9558         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9559
9560 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9561
9562         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9563
9564         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9565
9566         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9567         <gerd@gnu.org>.
9568
9569         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9570
9571         * gnus-util.el (gnus-output-to-rmail): Ditto.
9572         (gnus-output-to-mail): Ditto.
9573
9574         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9575
9576 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9577
9578         * message.el (message-indent-citation): Use
9579         `message-yank-cited-prefix' for empty lines.
9580
9581 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9582
9583         * message.el (message-indent-citation): Quote only lines starting
9584         with ">" using `message-yank-cited-prefix'.
9585
9586 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9587         Trivial patch.
9588
9589         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9590         gnus-cache-fully-p.
9591
9592 2001-08-04  Simon Josefsson  <jas@extundo.com>
9593
9594         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9595         file if it doesn't exist (by calling gnus-cache-read-active).
9596
9597 2001-08-04  Simon Josefsson  <jas@extundo.com>
9598
9599         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9600         (gnus-cache-passively-or-fully-p): Removed.
9601         (gnus-cache-fully-p): Fix it.
9602
9603         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9604
9605 2001-08-04  Simon Josefsson  <jas@extundo.com>
9606
9607         * gnus-cache.el (gnus-cache-fully-p)
9608         (gnus-cache-passively-or-fully-p): New functions.
9609         (gnus-cache-possibly-enter-article): Cosmetic change, use
9610         `g-c-p-o-f-p'.
9611         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9612         was bogus (`g-c-p-a-a' does not change active info, just change
9613         the functions parameters).
9614         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9615         not removed in groups that match `gnus-uncacheable-groups'.
9616
9617         Reported and modifications based on discussions with Nuutti
9618         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9619
9620 2001-08-04  Simon Josefsson  <jas@extundo.com>
9621         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9622
9623         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9624         calls `gnus-cache-update-active' if bounds has been extended.
9625
9626 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9627
9628         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9629         before remove.
9630         (gnus-mime-security-show-details): Ditto.
9631
9632 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9633
9634         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9635         syntax.  Protect string-match against nil string and regexp.
9636
9637 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9638
9639         * mm-util.el (mm-find-charset-region): Remove control-1.
9640
9641 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9642
9643         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9644
9645 2001-08-04  Simon Josefsson  <jas@extundo.com>
9646
9647         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9648         buffer.  Delete MIME-Version header.
9649
9650 2001-08-03  Simon Josefsson  <jas@extundo.com>
9651
9652         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9653         that is entered does not necessarily have the highest article
9654         number in the group, so use `gnus-cache-possibly-alter-active'
9655         instead of `gnus-cache-update-active'.
9656
9657 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9658
9659         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9660
9661 2001-08-03  Simon Josefsson  <jas@extundo.com>
9662
9663         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9664         menu.
9665
9666 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus.el (post-method): New group parameter.  It also provides
9669         the user option `gnus-post-method-alist' and the internal function
9670         `gnus-parameter-post-method'.
9671
9672         * gnus-msg.el (gnus-post-method): Bind the value of
9673         `gnus-post-method' to the group parameter if it is defined.
9674
9675 2001-08-02  Simon Josefsson  <jas@extundo.com>
9676
9677         * smime.el (smime-extra-arguments): Removed.
9678         (smime-call-openssl-region): Don't use it.
9679
9680 2001-08-02  Simon Josefsson  <jas@extundo.com>
9681
9682         * smime.el (smime-sign-region): Handle stderr.
9683         (smime-encrypt-region): Ditto.
9684
9685         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9686         match the ASN.1 length bytes.
9687         (mm-pkcs7-enveloped-magic): Ditto.
9688         (mm-view-pkcs7-get-type): Don't regexp quote.
9689
9690 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9691         From Andreas Fuchs <asf@void.at>
9692
9693         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9694
9695 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9696
9697         * gnus-art.el (gnus-header-button-alist): References regexp.
9698
9699 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9700
9701         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9702         already fboundp.  Add INTERACTIVE arg to autoload form.
9703
9704 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9705
9706         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9707
9708         * nnmail.el (nnmail-cache-open): Ditto.
9709
9710 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9711
9712         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9713
9714 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9717
9718 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9719         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9720
9721         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9722         (gnus-agent-toggle-plugged): Use it.
9723
9724 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9727         (gnus-ding-file-coding-system): New variable.
9728         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9729         (gnus-slave-save-newsrc): Use it.
9730
9731 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9732
9733         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9734         syntax.
9735
9736 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9737         Originally from Andreas Fuchs <asf@void.at>
9738
9739         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9740         (mml2015-gpg-pretty-print-fpr): New function.
9741         (mml2015-gpg-extract-signature-details): More details, rename from
9742         `m-g-e-from'.
9743         (mml2015-gpg-verify): Use them.
9744         (mml2015-gpg-clear-verify): Use them.
9745
9746 2001-07-31  Simon Josefsson  <jas@extundo.com>
9747
9748         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9749         buffer when done.
9750
9751 2001-07-30  Simon Josefsson  <jas@extundo.com>
9752
9753         * smime.el (smime-call-openssl-region): Revert previous change,
9754         just pass on buf to `call-process-region'.
9755         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9756         `smime-new-details-buffer'.  Inserts error messages into buffer.
9757         (smime-noverify-region): Ditto.
9758         (smime-decrypt-region): Ditto.  Handles stderr separately.
9759         (smime-verify-buffer, smime-noverify-buffer)
9760         (smime-decrypt-buffer): Doc fix.
9761         (smime-new-details-buffer): New function.
9762         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9763         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9764         (smime-sign-region, smime-encrypt-region): Don't use
9765         `insert-buffer'.
9766
9767         * mml-smime.el (mml-smime-verify): Fix security button strings.
9768
9769 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9770
9771         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9772         gnus-article-mime-handles.
9773
9774 2001-07-29  Simon Josefsson  <jas@extundo.com>
9775
9776         * mail-source.el (top-level): Require message for message-directory.
9777         (mail-source-directory): Change default to message-directory.
9778
9779         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9780         (smime-certificate-directory, smime-openssl-program)
9781         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9782         (smime-extra-arguments): New variable.
9783         (smime-dns-server): Fix customize group.
9784         (smime-call-openssl-region): Use `smime-extra-arguments'.
9785
9786 2001-07-29  Simon Josefsson  <jas@extundo.com>
9787         From Vladimir Volovich <vvv@vsu.ru>
9788
9789         * smime.el (smime-call-openssl-region): Ignore stderr.
9790
9791 2001-07-29  Simon Josefsson  <jas@extundo.com>
9792         From Christoph Conrad <christoph.conrad@gmx.de>
9793
9794         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9795         file.
9796
9797 2001-07-29  Simon Josefsson  <jas@extundo.com>
9798
9799         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9800
9801         Support S/MIME decryption.
9802
9803         * mm-decode.el (mm-inline-media-tests):
9804         (mm-inlined-types):
9805         (mm-automatic-display):
9806         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9807
9808         * mm-view.el (mm-pkcs7-signed-magic):
9809         (mm-pkcs7-enveloped-magic): New variables.
9810         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9811         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9812         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9813         PKCS#7 blobs.
9814
9815         * smime.el (smime-decrypt-region): Expand keyfile.
9816
9817 2001-07-29  Simon Josefsson  <jas@extundo.com>
9818
9819         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9820         `ssl.el' variables.
9821
9822         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9823         but line instead of narrowing to it, because `nnmail-parse-active'
9824         calls widen.  Thanks to Christoph Conrad
9825         <christoph.conrad@gmx.de>.
9826
9827 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9828
9829         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9830         for %B spec.
9831
9832         * gnus-sum.el (gnus-summary-prepare-threads): If
9833         gnus-sum-thread-tree-root is nil, use subject instead.
9834         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9835         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9836         (gnus-sum-thread-tree-leaf-with-other)
9837         (gnus-sum-thread-tree-single-leaf): Documentation.
9838         (gnus-sum-thread-tree-single-indent): Allow nil.
9839
9840 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9841
9842         * message.el (message-fill-paragraph): Do nothing if the user
9843         wants filladapt-mode.
9844
9845 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9846
9847         * mm-decode.el (mm-image-type-from-buffer): New function.
9848         (mm-get-image): Use it.
9849
9850 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9853
9854         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9855         mm-display-parts too.
9856
9857 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9858
9859         * nnfolder.el (nnfolder-request-accept-article): Bind
9860         nntp-server-buffer.
9861
9862         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9863         nntp-server-buffer.
9864
9865 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9866
9867         * message.el (message-check-news-header-syntax): Use
9868         message-post-method.
9869         (message-send-news): Bind message-post-method.
9870
9871 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9872
9873         * mml.el (mml-tweak-type-alist): New variable.
9874         (mml-tweak-function-alist): New variable.
9875         (mml-tweak-part): New function.
9876         (mml-generate-mime-1): Use it.
9877
9878 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9879
9880         * nnfolder.el (nnfolder-request-accept-article): Replace
9881         nnfolder-request-list.
9882
9883 2001-07-27  Simon Josefsson  <jas@extundo.com>
9884
9885         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9886         nnoo-change-server failed to do it.
9887
9888 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9889
9890         * gnus.el (gnus-parameters): Make it customizable.
9891
9892 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9895
9896         * message.el (message-set-auto-save-file-name): More
9897         poor-system-types.
9898
9899         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9900
9901         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9902         supports +.
9903
9904 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9905
9906         * mm-decode.el (mm-readable-p): New function.
9907         (mm-inline-media-tests): Fix the default testers.
9908
9909 2001-07-26  Simon Josefsson  <jas@extundo.com>
9910
9911         * nnimap.el (nnimap-version): Bump version number.
9912
9913 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9914         From Steven E. Harris <seh@speakeasy.org>
9915
9916         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9917         in M$Windows too.
9918
9919 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9920
9921         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9922
9923 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9926
9927         * mm-decode.el (mm-get-image): Guess then use the type.
9928
9929         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9930
9931 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9932
9933         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9934         display (%B) for threads if threading is off.
9935
9936 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9937         From Henrik Enberg <henrik@enberg.org>
9938
9939         * gnus-msg.el: Customization patch.
9940
9941 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9942
9943         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9944         variable.
9945         (nnmail-split-fancy-with-parent): Ignore certain groups.
9946
9947 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9948
9949         * gnus-util.el (gnus-byte-compile): New function.
9950         (gnus-use-byte-compile): New variable.
9951         (gnus-make-sort-function): Use it.
9952
9953         * nnmail.el (nnmail-get-new-mail): Use it.
9954
9955         * gnus-agent.el (gnus-category-make-function): Simple function or
9956         compiled function.
9957         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9958
9959         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9960         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9961         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9962
9963         * message.el (message-check-news-header-syntax): Remove quote.
9964
9965 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9966
9967         * message.el (message-use-mail-followup-to): `t' is not a
9968         documented value.
9969
9970 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9971
9972         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9973
9974 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975
9976         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9977         there are long lines.
9978
9979 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * dgnushack.el (copy-list): New compiler macro.
9982
9983 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9984
9985         * message.el (message-bounce): If no Return-Path, the whole
9986         content is considered as the original message.
9987
9988         * nnml.el (nnml-check-directory-twice): New variable.
9989         (nnml-article-to-file): Use it.
9990         (nnml-retrieve-headers): Hack it.
9991
9992 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993
9994         * gnus-win.el (gnus-buffer-configuration): New configure.
9995
9996         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9997         not alive.
9998
9999         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10000         (mm-display-external): Use display-term configure.
10001
10002 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10003
10004         * gnus-delay.el (gnus-delay-default-hour): New variable.
10005         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10006
10007 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10008         From Karl Kleinpaste <karl@charcoal.com>
10009
10010         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10011         (gnus-summary-prepare-threads): Ditto.
10012
10013         * gnus.el (gnus-summary-line-format): Add %B.
10014
10015 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10016
10017         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10018
10019         * mm-util.el (mm-string-as-multibyte): New function.
10020
10021         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10022
10023 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * mm-util.el (mm-universal-coding-system): New variable.
10026
10027         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10028
10029         * score-mode.el (score-mode-coding-system): Use it.
10030
10031 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-start.el (gnus-setup-news): Call
10034         `gnus-check-bogus-newsgroups' just after the native server is
10035         opened.
10036
10037 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10038
10039         * nnmail.el (nnmail-do-request-post): Util function to be used by
10040         `nnchoke-request-post' for all nnmail-derived backends.
10041
10042         * nnml.el (nnml-request-post): Use it.
10043
10044         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10045         backend, for it groks nnml-request-post.
10046
10047         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10048         Treat `mail-post' backends like `mail' backends, not like `news'
10049         backends.
10050
10051 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10052
10053         * gnus-msg.el (gnus-setup-message): make-local-hook.
10054
10055 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10056
10057         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10058         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10059         <karl@charcoal.com>, slightly changed by Kai.
10060
10061         * message.el (message-check-news-header-syntax): When checking
10062         whether the groups exist, check the right server based on
10063         `gnus-post-method'.
10064
10065 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10066
10067         * gnus-delay.el: New file.
10068
10069 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * mm-util.el (mm-read-coding-system): Take two arguments.
10072
10073         * gnus-sum.el (gnus-summary-show-article): Use
10074         mm-read-coding-system.
10075
10076         * gnus-art.el (article-de-quoted-unreadable):
10077         (article-de-base64-unreadable, article-wash-html):
10078         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10079
10080 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10081
10082         * nnml.el (nnml-request-post): New function.  Can be used for
10083         annotations in nnml groups.
10084
10085 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10088         command.
10089
10090         * gnus-start.el (gnus-find-new-newsgroups): Use
10091         `message-make-date' instead of `current-time-string'.
10092         (gnus-ask-server-for-new-groups): Ditto.
10093         (gnus-check-first-time-used): Ditto.
10094
10095 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10096
10097         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10098
10099 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10100
10101         * message.el (message-shorten-references): Change `maxcount' and
10102         `cut' to obey USEFOR draft 5.
10103
10104 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10105
10106         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10107         (gnus-summary-set-article-display-arrow): New function.
10108         (gnus-summary-goto-subject): Use it.
10109
10110 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * gnus-sum.el (gnus-summary-import-article): Insert date if
10113         doesn't exist.
10114
10115 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10116
10117         * mml.el (mml-content-type-parameters): New variable.
10118         (mml-content-disposition-parameters): New variable.
10119         (mml-insert-mime-headers): Use them.
10120         (mml-parse-1): Accept charset.
10121
10122 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * gnus-group.el (gnus-group-select-group): Doc fix.
10125
10126         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10127
10128 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10131         to handle `define-derived-mode'.
10132
10133 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10134         From:  Stefan Monnier  <monnier@cs.yale.edu>
10135
10136         * message.el (message-mode): Use define-derived-mode.
10137         (message-tab): message-completion-alist.
10138
10139         * imap.el (imap-interactive-login): Use make-local-variable.
10140         (imap-open): Ditto.
10141         (imap-authenticate): Ditto.
10142
10143         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10144
10145         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10146
10147 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10148
10149         * message.el (message-citation-line-function): Refer to
10150         gnus-cite-attribution-suffix.
10151
10152 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10153
10154         * gnus-art.el,...: Error convention changes.
10155
10156 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10159
10160 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10161
10162         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10163         (nnrss-read-server-data): Ditto.
10164
10165 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10166
10167         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10168         * Cleanup files.
10169         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10170
10171 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10172
10173         * gnus.el (gnus-summary-line-format): Add %o.
10174
10175         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10176         unless shell outputs something.
10177
10178 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10179
10180         * gnus-art.el (gnus-boring-article-headers): Better doc.
10181         (article-hide-headers): Better regexp.
10182         Suggested by Matt Swift <swift@alum.mit.edu>.
10183
10184         * nnheader.el (nnheader-max-head-length): Better doc.
10185         (nnheader-header-value): Skip spaces.
10186         (nnheader-parse-head): Remove space.
10187         Suggested by Matt Swift <swift@alum.mit.edu>.
10188
10189         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10190         (gnus-get-newsgroup-headers): Remove space.
10191
10192 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193
10194         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10195         (gnus-summary-reply): Use it.
10196         (gnus-summary-reply-broken-reply-to): New function.
10197         (gnus-msg-force-broken-reply-to): New function.
10198
10199         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10200
10201 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10202
10203         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10204
10205 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * mm-decode.el (mm-external-terminal-program): New variable.
10208         (mm-display-external): Use it. Use term to display when no
10209         window-system.
10210
10211 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10212
10213         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10214         Browse->Next entries to Browse->Prev
10215
10216 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10219
10220 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10221
10222         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10223         for the default encoding.
10224
10225         * nnrss.el (nnrss-url-field): New field.
10226         (nnrss-request-article): Add newsgroups.
10227
10228         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10229
10230 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10231
10232         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10233
10234         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10235         (gnus-draft-setup): Remove backlog.
10236
10237 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10238
10239         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10240         Cleanup.
10241
10242 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10243
10244         * gnus-msg.el (gnus-bug): Erase buffer.
10245
10246         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10247
10248 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10249
10250         * mm-decode.el (mm-attachment-override-p): Fix typo.
10251
10252 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-kill.el (gnus-execute): Work with the extra headers.
10255         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10256
10257 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10260         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10261
10262         * message.el (message-send-mail-real-function): New variable.
10263         (message-send-mail-partially, message-send-mail):
10264
10265         * nngateway.el (nngateway-request-post): Use it.
10266
10267         * gnus-agent.el (gnus-agentize): Use it.
10268
10269         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10270         (nnsoup-revert-variables): Use it.
10271
10272 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10273
10274         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10275         text/plain if the type doesn't match any other media types.
10276         (mm-inlined-types): Doc fix.
10277         (mm-display-inline): Revert previous change (now handled by a
10278         default type in `mm-inline-media-tests'.
10279         (mm-inlinable-p): Revive.
10280         (mm-display-part): Call `mm-inlinable-p'.
10281         (mm-attachment-override-p): Ditto.
10282         (mm-inlined-p): Doc fix.
10283
10284         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10285         well as `mm-inlined-p'.
10286
10287 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10288
10289         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10290         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10291
10292 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10293         From  Paul Jarc <prj@po.cwru.edu>
10294
10295         * message.el (message-use-mail-followup-to): New variable.
10296         (message-get-reply-headers): Use it.
10297
10298 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10299
10300         * nnheader.el (nnheader-init-server-buffer): Make sure the
10301         *nntpd* buffer is made multibyte instead of a random buffer.
10302
10303 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10304
10305         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10306         when it returns headers.
10307
10308 2001-07-07  Simon Josefsson  <jas@extundo.com>
10309
10310         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10311         trying to fold. Thanks to Colin Walters
10312         <walters@cis.ohio-state.edu>
10313
10314 2001-07-06  Simon Josefsson  <jas@extundo.com>
10315
10316         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10317         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10318         Add information in `assert's.
10319
10320         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10321         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10322         and `nnimap-group-overview-filename', should handle all
10323         change-of-uidvalidity related issues.  But there may be other
10324         problems.)
10325
10326 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10327
10328         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10329         header name when folding.
10330
10331 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10332
10333         * mm-decode.el (mm-inlined-types): Document relationship with
10334         `mm-inline-media-tests'.
10335         (mm-display-inline): Default to displaying as plain text if no
10336         inlining handler is available.
10337         (mm-inlinable-p): Remove.
10338         (mm-inlined-p): Don't call `mm-inlinable-p'.
10339         (mm-automatic-display-p): Ditto.
10340         (mm-attachment-override-p): Ditto.
10341
10342 2001-07-04  Simon Josefsson  <jas@extundo.com>
10343
10344         * nnimap.el (nnimap-importantize-dormant): New variable.
10345         (nnimap-request-update-info-internal): Use it.
10346         (nnimap-request-set-mark): Ditto.
10347
10348 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10349
10350         * nntp.el (nntp-send-command): don't pass a buffer argument to
10351         `point'. Only XEmacs accepts this.
10352         * nntp.el (nntp-send-command-nodelete): ditto.
10353         * nntp.el (nntp-send-command-and-decode): ditto.
10354
10355 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10356
10357         * nntp.el (nntp-open-connection-function): doc update.
10358         * nntp.el (nntp-pre-command): New.
10359         * nntp.el (nntp-via-rlogin-command): New.
10360         * nntp.el (nntp-via-telnet-command): New.
10361         * nntp.el (nntp-via-telnet-switches): New.
10362         * nntp.el (nntp-via-user-name): New.
10363         * nntp.el (nntp-via-user-password): New.
10364         * nntp.el (nntp-via-address): New.
10365         * nntp.el (nntp-via-envuser): New.
10366         * nntp.el (nntp-via-shell-prompt): New.
10367         * nntp.el (nntp-open-telnet-stream): New.
10368         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10369         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10370         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10371         * nntp.el (nntp-send-command): ditto.
10372         * nntp.el (nntp-send-command-nodelete): ditto.
10373         * nntp.el (nntp-send-command-and-decode): ditto.
10374
10375 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10376         Trivial patch.
10377
10378         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10379         `when'.
10380
10381 2001-07-03  Simon Josefsson  <jas@extundo.com>
10382         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10383
10384         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10385
10386 2001-07-03  Simon Josefsson  <jas@extundo.com>
10387
10388         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10389         remove it (workaround XEmacs `fill-region' bug).
10390
10391 2001-07-01  Simon Josefsson  <jas@extundo.com>
10392
10393         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10394
10395 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10396
10397         * mml2015.el (mml2015-format-error): New function.
10398         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10399         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10400         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10401
10402 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10403
10404         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10405         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10406
10407         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10408         group variables.
10409
10410 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10411
10412         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10413
10414         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10415         (nnrss-save-group-data): Ditto.
10416
10417         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10418
10419 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * message.el (message-do-send-housekeeping): Narrow to headers.
10422
10423 2001-06-24  Simon Josefsson  <jas@extundo.com>
10424
10425         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10426         insertion when breaking lines looked for " \t" instead of "[ \t]".
10427         (rfc2047-encode-message-header): Fold lines even if
10428         no QP encoding is done.
10429
10430 2001-06-23  Simon Josefsson  <jas@extundo.com>
10431         From Samuel Tardieu <sam@inf.enst.fr>
10432
10433         * smime.el (smime-keys): Support additional certificates.
10434         (smime-make-certfiles): New function.
10435         (smime-sign-region): Use previous variables.
10436         (smime-get-certfiles): New function.
10437         (smime-sign-buffer): Use it.
10438         (smime-verify-region): Support both CAfile and CApath.
10439
10440 2001-06-23  Simon Josefsson  <jas@extundo.com>
10441
10442         * smime.el (smime-decrypt-region): Perhaps work.
10443
10444 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10445
10446         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10447
10448 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10449
10450         * mm-decode.el (mm-save-part): Rewrite file name.
10451         (mm-file-name-rewrite-functions): New variable.
10452         (mm-file-name-delete-whitespace): New function.
10453         (mm-file-name-trim-whitespace): New function.
10454         (mm-file-name-collapse-whitespace): New function.
10455         (mm-file-name-replace-whitespace): New variable and function.
10456
10457 2001-06-22  Simon Josefsson  <jas@extundo.com>
10458
10459         * message.el (message-make-date): Workaround locale for weekdays.
10460
10461 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * message.el (message-goto-body): Return nil if not found. (revert!)
10464
10465 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466         From Fremlin <chief@bandits.org>
10467
10468         * message.el (message-goto-body): Some messages have no header.
10469
10470         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10471
10472 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10473
10474         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10475
10476 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * message.el (message-make-date): Add week day.
10479         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10480
10481 2001-06-19  Simon Josefsson  <jas@extundo.com>
10482
10483         * message.el (message-yank-prefix): Doc fix.
10484         (message-yank-cited-prefix): Ditto.
10485         (message-delete-not-region): Keep citation prefix on first line,
10486         if possible and appropriate.
10487
10488 2001-06-19  Simon Josefsson  <jas@extundo.com>
10489
10490         * imap.el (imap-process-connection-type): New variable.
10491         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10492         recent `imtest's work completely (no line length issues), while
10493         making making old `imtest's unusable.  Thanks to NAGY Andras
10494         <nagya@inf.elte.hu> for his work.
10495
10496 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10497
10498         * imap.el (imap-ssl-program): Add -quiet to shut up
10499         OpenSSL/SSLeay's internal debug talk.
10500
10501 2001-06-19  Matt Armstrong  <matt@lickey.com>
10502
10503         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10504         server.
10505
10506 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * nnmail.el (nnmail-article-buffer): New variable.
10509         (nnmail-split-incoming): Use it.
10510
10511 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10512
10513         * qp.el (quoted-printable-decode-region): If called interactively,
10514         use coding-system-for-read.
10515
10516 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * message.el (message-check-news-header-syntax): Check Reply-To.
10519
10520 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10521
10522         * mml.el (mml-parse-1): Use message options.
10523
10524         * message.el (message-do-fcc): Don't do anything if there is no
10525         FCC.
10526
10527 2001-06-16  Simon Josefsson  <jas@extundo.com>
10528
10529         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10530         (nnimap-expunge-search-string): New variable.
10531         (nnimap-request-expire-articles): Use it.
10532
10533 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10534
10535         * message.el (message-send-mail-with-qmail): wrong exit status is
10536         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10537
10538 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10539
10540         * gnus-art.el (article-strip-multiple-blank-lines): Use
10541         delete-region instead of replace-match.
10542
10543 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10544
10545         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10546         (nnweb-google-wash-article): Ditto.
10547
10548 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10549
10550         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10551
10552 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10555         specs.
10556
10557 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10558
10559         * gnus.el (gnus-email-address): Move it here.
10560
10561         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10562         requested.
10563         (article-de-base64-unreadable): Ditto.
10564         (article-wash-html): Ditto.
10565
10566 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10567
10568         * message.el (message-options-set-recipient): Don't add ", "
10569         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10570
10571 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10572
10573         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10574
10575 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10576
10577         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10578         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10579
10580         * nnrss.el (nnrss-node-text): Node might be nil.
10581
10582 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10583
10584         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10585         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10586
10587         * nnrss.el (nnrss-group-alist): More items.
10588
10589 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10590
10591         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10592
10593 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594         Trivial patch from Dale Hagglund  <rdh@best.com>
10595
10596         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10597         restrict clauses.
10598
10599 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10600
10601         From Benjamin Rutt <brutt+news@bloomington.in.us>
10602
10603         * message.el (message-wide-reply-confirm-recipients): New variable.
10604
10605 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10607
10608         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10609         fix so it works with XEmacs.
10610
10611 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10612
10613         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10614         headers.
10615
10616 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10617
10618         * nnrss.el: Fix a few bugs.
10619
10620 2001-06-05  Simon Josefsson  <jas@extundo.com>
10621
10622         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10623         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10624
10625 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10626
10627         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10628         binary so that we don't transmit ISO 2022 garbage to the process.
10629         This is needed under XEmacs.
10630
10631 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10632
10633         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10634         autoloaded incorrectly below because ssl-program-* is bound.)
10635         Thanks to Amos Gouaux for report.
10636
10637 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10638
10639         * imap.el (imap-kerberos4-open):
10640         (imap-gssapi-open):
10641         (imap-ssl-open):
10642         (imap-network-open):
10643         (imap-shell-open):
10644         (imap-starttls-open): Set buffer to workaround spurious
10645         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10646         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10647         Colman <colman@ppllc.com> for report.
10648
10649 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10650
10651         * gnus-sum.el (gnus-summary-catchup): New argument.
10652         (gnus-summary-catchup-from-here): New function.
10653
10654 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10655
10656         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10657         back, then insert glyph.  (Before, the glyph was inserted first,
10658         then the newline.)  This works around a behavior in XEmacs where
10659         it is not possible to insert a character after a glyph which is at
10660         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10661
10662 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10663
10664         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10665
10666         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10667         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10668         mm-destroy-postponed-undisplay-list): New functions.
10669         (mm-display-external): Use them.
10670
10671 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10672
10673         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10674         `default-low' when evaluating `gnus-summary-highlight'.
10675         From Raja R Harinath <harinath@cs.umn.edu>.
10676
10677 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10678
10679         * message.el (message-yank-cited-prefix): New variable.
10680         (message-indent-citation): Use it.
10681
10682         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10683         as details.
10684         (mml2015-mailcrypt-clear-verify): Ditto.
10685
10686 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10687         From Nevin Kapur <nevin@jhu.edu>.
10688
10689         * gnus-sum.el (gnus-summary-default-high-score,
10690         gnus-summary-default-low-score): New variables.
10691         (gnus-summary-highlight): Use them.
10692
10693 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10694
10695         * message.el (message-mail): pass the 'send-actions argument to
10696         `message-setup'.
10697
10698 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10699         From Raymond Scholz <ray-2001@zonix.de>
10700
10701         * gnus-art.el (gnus-mime-view-part-as-charset):
10702         (gnus-mime-internalize-part): Doc fixes.
10703
10704 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10705
10706         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10707         status lines without any text ("^215$").
10708
10709 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10710
10711         * nnrss.el (nnrss-check-group): Reverse.
10712
10713 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10714
10715         * message.el (message-get-reply-headers):
10716         (message-followup): Fix typo, suggested by David Green
10717         <dgreen@uab.edu>
10718
10719 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10722
10723         * nnrss.el (nnrss-open-server): Read server data when it is called.
10724         (nnrss-request-expire-articles): Fix.
10725
10726 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727
10728         * message.el (message-do-send-housekeeping): mail-abbrevs may
10729         rename buffer behind Gnus.
10730
10731 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10732
10733         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10734         (nnrss-group-alist): Add more resources.
10735         (nnrss-check-group): Ignore errors.
10736
10737 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738
10739         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10740
10741         * nnslashdot.el (nnslashdot-request-list): Add time.
10742         (nnslashdot-request-expire-articles): New function.
10743
10744         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10745         secondary methods too.
10746
10747 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * message.el (message-use-followup-to): Set default value to t.
10750
10751 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10752
10753         * message.el (message-dont-reply-to-names): Fix documentation.
10754         (message-get-reply-headers): Use Mail-Followup-To only for wide
10755         replies.
10756
10757 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10760         correctly.
10761         (nnrss-check-group): Use time.
10762
10763 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10764
10765         * gnus.el: Oort Gnus v0.03 is released.
10766
10767 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10770         group.
10771
10772 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10773
10774         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10775
10776 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * nnultimate.el (nnultimate-retrieve-headers): Return all
10779         available headers.
10780
10781         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10782         (gnus-get-newsgroup-headers-xover): Use it.
10783
10784 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785
10786         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10787
10788 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10789
10790         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10791
10792 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10795         disable it.
10796
10797         * gnus.el (gnus-info-nodes): Remove a few The's.
10798
10799 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * mail-source.el (mail-source-movemail): Call-process may return a
10802         signal description string.
10803
10804         * gnus-start.el (gnus-read-newsrc-el-file):
10805         gnus-newsrc-file-version may be nil.
10806
10807         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10808         Suggested by Michael Sperber [Mr. Preprocessor]
10809         <sperber@informatik.uni-tuebingen.de>.
10810
10811 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10812
10813         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10814
10815 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10816
10817         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10818         fontify HANDLE.
10819
10820 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10821
10822         * smime.el (smime-ask-passphrase): Rework to return value.
10823         (smime-sign-region): Rework to bind value and use it.
10824         (smime-decrypt-region): Ditto.
10825
10826 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10827         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10828
10829         * smime.el (smime-ask-passphrase): New function.
10830         (smime-sign-region): Use it.
10831         (smime-encrypt-cipher): New variable.
10832         (smime-decrypt-region): Ditto.
10833
10834 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10835         Committed by Simon Josefsson  <simon@josefsson.org>
10836
10837         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10838         the log.
10839
10840 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10841
10842         * gnus.el: Oort Gnus v0.02 is released.
10843
10844 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10845
10846         * gnus.el: Oort Gnus v0.01 is released.
10847
10848 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * gnus-sum.el (gnus-summary-highlight): Highlight read
10851         undownloaded articles as read articles.
10852
10853         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10854         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10855         articles, even read ones, as such.
10856
10857         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10858         (gnus-find-matching-articles): New function.
10859         (gnus-summary-limit-include-matching-articles): New command.
10860         (gnus-summary-limit-include-thread): Include articles that have
10861         matching subjects.
10862         (gnus-offer-save-summaries): Clean up.
10863
10864 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10865
10866         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10867
10868 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10869         From Jason Merrill <jason_merrill@redhat.com>
10870
10871         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10872
10873 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10874         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10875
10876         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10877         newsgroup names when the original article is a news message.
10878
10879 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10880
10881         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10882         supported. Suggest by Jim Meyering <jim@meyering.net>.
10883
10884 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10885         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10886
10887         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10888         regexp in nnmail-split-fancy.
10889
10890 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10891
10892         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10893
10894 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10895
10896         * message.el (message-send-mail): Improve the interaction with the
10897         user.
10898
10899 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10900
10901         * imap.el (imap-message-copy): Work around buggy servers that
10902         doesn't send TRYCREATE tags.
10903
10904 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10907
10908 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10911         date.
10912
10913 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10916         lives.
10917
10918 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * gnus-art.el (gnus-parse-news-url): New function.
10921         (gnus-button-handle-news): New function.
10922         (gnus-button-alist): Point to new functions.
10923
10924         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10925
10926         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10927         gnus-format-specs.
10928
10929         * message.el (message-check-news-header-syntax): Question even
10930         when Gnus doesn't know the group names.
10931         (message-send-news): Clean up.
10932
10933         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10934         exited on purpose without saving.
10935
10936         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10937
10938 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939
10940         * gnus-score.el (gnus-score-orphans): Clean up.
10941
10942         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10943
10944         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10945         later.
10946
10947         * gnus-start.el (gnus-close-all-servers): Find the right items to
10948         close.
10949
10950         * qp.el (quoted-printable-decode-region): Just message
10951         malformation; don't quit.
10952
10953 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954         From Gerd Moellmann <gerd@gnu.org>.
10955
10956         * gnus.el (gnus-interactive): A typo.
10957
10958 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10959         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10960
10961         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10962         `assq-delete-all', if that function exists; otherwise use the old
10963         definition. Documentation changed to match the one in
10964         `assq-delete-all'.
10965
10966 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * gnus-start.el (gnus-close-all-servers): New function.
10969
10970         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10971         (gnus-server-remove-denials): Clean up.
10972
10973         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10974         keystroke.
10975
10976 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * message.el (message-send-news): Message where we are sending.
10979         (message-send-mail): Ditto.
10980
10981         * gnus.el (gnus-server-string): New function.
10982
10983         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10984
10985         * mm-decode.el (mm-default-directory): Customized.
10986         (mm-tmp-directory): Ditto.
10987
10988         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10989         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10990         or Chars.
10991         (gnus-summary-line-format-alist): ?l is now a string.
10992         (gnus-summary-prepare-threads): Output ? for unknown lines.
10993         (gnus-summary-insert-line): Ditto.
10994         (gnus-summary-print-article): Unbalanced parentheses.
10995
10996         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10997         out whether new stuff has arrived.
10998
10999 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11000
11001         * gnus-sum.el: Let printing work on ttys on Emacs.
11002
11003 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11006         when forcing news.
11007
11008         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11009         command.
11010
11011 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11012
11013         * message.el (message-set-auto-save-file-name): Don't use
11014         asterisks under nt.
11015
11016 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11019         lists of articles.
11020
11021         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11022
11023         * gnus-msg.el (gnus-put-message): Clean up.
11024         (gnus-summary-reply): Mark all replied-to articles as replied to.
11025         (gnus-inews-add-send-actions): Also mark as forwarded.
11026         (gnus-summary-mail-forward): Mark as forwarded.
11027
11028         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11029         of articles.
11030         (gnus-summary-mark-article-as-forwarded): Ditto.
11031
11032         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11033         forwarded.
11034         (gnus-summary-mail-forward): Clean up.
11035
11036         * gnus.el (gnus-article-mark-lists): Added forward.
11037
11038         * gnus-sum.el (gnus-forwarded-mark): New variable.
11039         (gnus-summary-prepare-threads): Use it.
11040         (gnus-summary-update-secondary-mark): Ditto.
11041         (gnus-newsgroup-forwarded): New variable.
11042
11043 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11046         (gnus-summary-very-wide-reply): New command and keystroke.
11047         (gnus-summary-very-wide-reply-with-original): Ditto.
11048
11049         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11050         (gnus-score-adaptive): Use it.
11051
11052         * gnus-start.el (gnus-get-unread-articles): Clean up.
11053
11054 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11057         boards.
11058
11059 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11060
11061         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11062         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11063
11064 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * nnultimate.el (nnultimate-retrieve-headers): Understand
11067         long-form month names.
11068
11069 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * gnus-sum.el (gnus-summary-show-all-headers):
11072         gnus-article-show-all-headers is broken. Use
11073         gnus-summary-toggle-header instead.
11074
11075         * mml2015.el (mml2015-gpg-extract-from): No error.
11076
11077 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11079
11080         * mml2015.el (mml2015-gpg-extract-from): New function.
11081         (mml2015-gpg-verify): Use it.
11082         (mml2015-gpg-clear-verify): Use it.
11083
11084 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11085
11086         * message.el (message-setup-fill-variables): Use
11087         fill-paragraph-function.
11088         (message-fill-paragraph): Take an argument.
11089         (message-newline-and-reformat): Take another argument.
11090
11091 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11092
11093         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11094
11095 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11096
11097         * message.el (message-forward): local-variable-p takes an extra
11098         argument in XEmacs.
11099
11100 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11101
11102         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11103         `nnimap-use-nov-p' (it really tested the negative).
11104         (nnimap-retrieve-headers): Use it.
11105
11106 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11107
11108         * message.el (message-generate-headers-first): Update doc.
11109
11110 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11111         Trivial patch.
11112
11113         * gnus.el (gnus-summary-line-format): Typo.
11114
11115 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11116
11117         * mailcap.el (mailcap-mime-data): Add application/sieve.
11118         (mailcap-mime-extensions): Add .siv, .xls.
11119
11120 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11121         From Christoph Conrad <christoph.conrad@gmx.de>
11122
11123         * gnus-score.el (gnus-summary-lower-thread): Typo.
11124
11125 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11126
11127         * message.el (message-forward-decoded-p): New variable.
11128         (message-forward-subject-author-subject): Use it.
11129         (message-make-forward-subject): Use it.
11130         (message-forward): Use it.
11131
11132         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11133
11134         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11135         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11136
11137 ;;Has been fixed -- zsh.
11138 ;;2001-03-05  Dave Love  <fx@gnu.org>
11139 ;;
11140 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11141 ;;      Move it after definition of mm-coding-system-p.
11142 ;;
11143 2001-03-01  Dave Love  <fx@gnu.org>
11144
11145         * mm-util.el (mm-inhibit-file-name-handlers): Add
11146         image-file-handler.
11147
11148 2001-02-11  Dave Love  <fx@gnu.org>
11149
11150         * message.el (message-signature-file): Fix doc, :type.
11151
11152 2001-02-08  Dave Love  <fx@gnu.org>
11153
11154         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11155         (message-posting-charset): Defvar when compiling again.
11156         (rfc2047-encodable-p): Require message.
11157
11158         * gnus-sum.el (gnus-alter-articles-to-read-function):
11159         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11160
11161 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * nnrss.el: New file.
11164
11165 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11166         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11169         `skip-chars-forward'.
11170
11171 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11172
11173         * nndraft.el (nndraft-request-group): Restore auto save files if
11174         the original files do not exist.
11175
11176 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11177
11178         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11179         SCORE paths.
11180
11181         * mm-decode.el (mm-dissect-buffer): Call
11182         mail-extract-address-components only if necessary.
11183
11184 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11185
11186         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11187         directory part.
11188         (gnus-score-search-global-directories): Use file-directory-p.
11189
11190         * gnus-score.el (gnus-score-score-files-1): Use
11191         gnus-kill-files-directory.
11192         From Adrian Aichner <adrian@xemacs.org>.
11193
11194 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11195
11196         * gnus.el (charset): Move here from gnus-sum.el.
11197
11198 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199
11200         * mml.el (mml-preview): Disable local map.
11201
11202         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11203         gnus-article-post-menu here.
11204
11205         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11206         if it has not been made.
11207
11208 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * gnus-art.el (gnus-article-describe-key): Map key to event.
11211         (gnus-article-describe-key-briefly): Ditto
11212
11213 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11214
11215         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11216
11217 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11218         From Katsumi Yamaoka <yamaoka@jpl.org>.
11219
11220         * dgnushack.el (coerce, merge, subseq): defmacro.
11221
11222 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223
11224         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11225         A fake defalias in nndraft.el results a not-activated bug in
11226         uncompiled versions.
11227
11228 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11229         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11230
11231         * gnus-util.el (gnus-split-references): Handle malformed References:.
11232
11233 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11236
11237 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238         From NAGY Andras <nagya@inf.elte.hu>.
11239
11240         * gnus.el (gnus-parameters): Typo.
11241
11242 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus.el (gnus-read-method): Remove redundancy.
11245
11246 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11247
11248         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11249         (nnslashdot-request-list): Use it.
11250
11251 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * nnml.el (nnml-generate-active-info): Fix the case when there is
11254         no file.
11255
11256         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11257         (gnus-summary-create-article): New function.
11258
11259         * gnus-group.el (gnus-group-mark-article-read): New function.
11260
11261         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11262
11263         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11264
11265 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * gnus-art.el (gnus-article-edit-done): Don't use
11268         gnus-article-edit-exit.
11269         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11270
11271         * gnus.el (gnus-parameters): New variable.
11272         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11273         (gnus-parameters-get-parameter): New function.
11274         (gnus-group-find-parameter): Use it.
11275
11276 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11277
11278         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11279         change of default value to `current'.
11280
11281 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * nneething.el (nneething-get-head): Insert unreadable file too.
11284
11285 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11286
11287         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11288
11289         * webmail.el (webmail-type-definition): Deja is bought by google.
11290
11291 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * gnus-sum.el (gnus-fetch-headers): New function.
11294         (gnus-select-newsgroup): Use it.
11295         (gnus-summary-insert-articles): New function.
11296         (gnus-summary-insert-old-articles): New function.
11297         (gnus-summary-insert-new-articles): New function.
11298
11299         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11300         (gnus-group-list-active): Ditto.
11301         * gnus-sum.el (gnus-set-mode-line): Ditto.
11302         (gnus-summary-read-group-1): Ditto.
11303
11304 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11305
11306         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11307         current topic.
11308
11309 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11310
11311         * smiley.el (gnus-smiley-display): Don't do widening.
11312
11313         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11314         within body.
11315
11316         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11317
11318         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11319         New variable.
11320         (gnus-mime-display-multipart-related-as-mixed): New variable.
11321         (gnus-mime-display-part): Use them.
11322
11323 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11324
11325         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11326         something special.
11327
11328 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11329
11330         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11331         (nnweb-request-article): Call reference if exists.
11332         (nnweb-type-definition): Dejanews is bought by google.com.
11333         Beta!
11334
11335 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11338
11339 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11340
11341         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11342         gnus-article-sort-functions.
11343         (gnus-article-sort-functions): Doc fix.  Refer to
11344         gnus-thread-sort-functions.
11345
11346 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347         From Paul Jarc <prj@po.cwru.edu>.
11348
11349         * message.el (message-get-reply-headers): More fixes.
11350
11351 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11352         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * message.el (message-get-reply-headers): Fix bug with
11355         Mail-Followup-To/to-address interaction.
11356
11357 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11358
11359         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11360         gnus-article-copy.
11361
11362 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11363
11364         * message.el (message-do-send-housekeeping): Rename to a better
11365         name.
11366
11367 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11368
11369         * message.el (message-cancel-news): Check article first, then ask
11370         yes or no.
11371
11372 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11373
11374         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11375
11376 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * gnus-range.el (gnus-range-normalize): New function.
11379
11380 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11381
11382         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11383
11384 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11385
11386         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11387
11388         * nnagent.el (nnagent-request-regenerate): New function.
11389
11390         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11391
11392         * nnml.el (nnml-generate-nov-databases): Accept argument
11393         server. Don't open server if it is opened.
11394         (nnml-request-regenerate): Use it. Change to deffoo.
11395
11396 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11397         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * gnus.el (gnus-define-group-parameter): Fix.
11400
11401 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11402
11403         * gnus.el (gnus-define-group-parameter): Improved.
11404
11405         * gnus-sum.el (charset): Define parameter.
11406         (ignored-charsets): Ditto.
11407         (gnus-summary-setup-default-charset): Use them.
11408
11409         * gnus-start.el (gnus-read-descriptions-file): Use them.
11410
11411         * gnus-cus.el (gnus-group-parameters): Remove them.
11412
11413 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11414
11415         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11416
11417 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * gnus-sum.el (gnus-summary-read-group-1): Remove
11420         gnus-summary-set-local-parameters.
11421         (gnus-summary-setup-buffer): Put it here.
11422
11423 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * gnus.el (to-address): Define parameter.
11426         (to-list): Ditto.
11427         * gnus-art.el (article-hide-boring-headers): Use them.
11428         * gnus-msg.el (gnus-post-news): Ditto.
11429         * gnus-cus.el (gnus-group-parameters): Remove them.
11430
11431 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11432
11433         * gnus-draft.el (gnus-draft-reminder): New function.
11434
11435         * gnus-art.el (gnus-sender-save-name): New function.
11436
11437 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11438
11439         * mm-util.el (mm-mime-charset): Error message.
11440
11441 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11442
11443         * message.el (message-check-news-body-syntax): Don't check mml lines.
11444
11445 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11446
11447         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11448         subscribe.
11449
11450         * gnus-start.el (gnus-call-subscribe-functions): New function.
11451         (gnus-find-new-newsgroups): Use it.
11452         (gnus-ask-server-for-new-groups): Use it.
11453         (gnus-check-first-time-used): Use it.
11454         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11455         (gnus-subscribe-options-newsgroup-method): Ditto.
11456         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11457         return .
11458
11459 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11460
11461         * gnus-cus.el (gnus-score-customize): Doc fix.
11462
11463 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11464
11465         * dgnushack.el (my-getenv): Typo.
11466
11467 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11468
11469         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11470
11471 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11474
11475         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11476         (gnus-treatment-function-alist): Use it.
11477         (article-remove-leading-whitespace): New function.
11478         (gnus-article-make-menu-bar): Use it.
11479
11480         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11481         remove-leading-whitespace.
11482         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11483         because of conflict.
11484
11485 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         * Makefile.in: Hack generating gnus-load.el.
11488         * dgnushack.el: Ditto.
11489         * gnus-load.el: Remove it.
11490
11491 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * dgnushack.el : Add URLDIR.
11494
11495         * Makefile.in (EMACS_COMP): Ditto.
11496
11497 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11498
11499         * gnus-cus.el (gnus-score-customize): Error on no score file.
11500
11501 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11502
11503         * mm-decode.el (mm-merge-handles): New function.
11504
11505         * mm-view.el (mm-inline-message): Use it.
11506         (mm-view-message): Ditto.
11507
11508         * mm-partial.el (mm-inline-partial): Ditto.
11509
11510         * mm-extern.el (mm-inline-external-body): Ditto.
11511
11512         * gnus-art.el (gnus-mime-view-part): Ditto.
11513         (gnus-mime-view-part-as-type): Ditto.
11514         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11515         cases.
11516
11517 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11518
11519         * message.el (message-cancel-news): Allow to shoot foot.
11520         (message-supersede): Ditto.
11521
11522 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11523         Trivial patch.
11524
11525         * gnus-sum.el (gnus-simplify-subject-re): Use
11526         message-subject-re-regexp.
11527
11528 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11529
11530         * nnmail.el (nnmail-expiry-target-group): Bind
11531         nnmail-cache-accepted-message-ids to nil.
11532
11533         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11534         coding system.
11535
11536 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11537
11538         * qp.el (quoted-printable-encode-region): Make sure characters are
11539         between 00 and FF.  Don't check charset.
11540
11541         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11542         in Emacs 20.
11543         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11544
11545 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11546
11547         * message.el (message-make-forward-subject): Argument decoded.
11548         (message-forward): Use it when digest.
11549
11550         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11551         buffer.
11552
11553 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11554
11555         * message.el (message-generate-headers-first): Doc fix.
11556
11557 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558
11559         * gnus-art.el (article-make-date-line): Error proof.
11560
11561 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * gnus-group.el (gnus-group-listing-limit): New variable.
11564         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11565
11566         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11567
11568 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11569
11570         * message.el (message-newline-and-reformat): Special case for
11571         breaking at BOL.
11572
11573 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11574
11575         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11576         message/rfc822.
11577
11578 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11579
11580         * message.el (message-encode-message-body): Don't insert
11581         Content-Type if it is inside a mail.
11582
11583 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11586         gnus-article-commands-menu.
11587
11588         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11589         in Emacs.
11590
11591         * gnus-start.el (gnus-read-descriptions-file): Use
11592         gnus-group-name-charset and gnus-group-charset-alist.
11593
11594 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11597         active region.
11598
11599         * gnus-start.el (gnus-group-change-level): Remove from both
11600         gnus-zombie-list and gnus-killed-list.
11601
11602 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603
11604         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11605         gnus-subscribe-topics.
11606
11607         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11608
11609 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11610
11611         * gnus-art.el (gnus-article-make-menu-bar): Make
11612         gnus-article-post-menu.
11613
11614         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11615
11616         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11617
11618         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11619
11620         * message.el (message-mode-menu): Ditto.
11621
11622         * gnus-art.el (defvar): eval-when-compile.
11623
11624 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * gnus-agent.el (gnus-agentize): Fix doc.
11627
11628 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11629
11630         * mml.el (mml-preview): Bind `q'.
11631
11632 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11633
11634         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11635
11636 2001-01-31  Dave Love  <fx@gnu.org>
11637
11638         * mm-util.el (mm-mime-mule-charset-alist)
11639         (mm-find-mime-charset-region): Consider mule-utf-8.
11640
11641 2001-01-31  Dave Love  <fx@gnu.org>
11642
11643         * gnus-art.el (gnus-article-x-face-command)
11644         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11645         :version.
11646
11647 2001-01-26  Dave Love  <fx@gnu.org>
11648
11649         * mm-util.el (mm-multibyte-string-p): New.
11650
11651 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11652 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11653 ;;      string-as-multibyte on class.  Clarify line-folding.
11654         (quoted-printable-encode-string): Make temp buffer inherit
11655         string's multibyteness.
11656
11657 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11658
11659         * nnheader.el (toplevel): Don't require `gnus-util' at
11660         compile-time; this creates a circular dependency, and prevents
11661         a bootstrap.
11662
11663 2001-01-22  Andreas Schwab  <schwab@suse.de>
11664
11665         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11666
11667 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11668
11669         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11670
11671         * gnus-art.el (article-hide-list-identifiers): Ditto.
11672
11673         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11674
11675 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676
11677         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11678
11679         * gnus-art.el (article-hide-list-identifiers): Similar.
11680
11681 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11682
11683         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11684
11685 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11688
11689 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * gnus-util.el (gnus-string-equal): New function.
11692
11693         * gnus-art.el (article-hide-boring-headers): Use it.
11694
11695 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11696
11697         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11698
11699 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11700
11701         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11702
11703 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11704
11705         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11706         command if there is not last-saver.
11707
11708 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11709
11710         * nntp.el (nntp-open-connection): 201 is possible.
11711
11712 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11715         (rfc2047-charset-encoding-alist): Add big5.
11716
11717 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11718
11719         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11720         (gnus-agent-remove-server): Ditto.
11721         (autoload): gnus-server-update-server.
11722
11723         * gnus-srvr.el (gnus-server-line-format): Add %a.
11724         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11725         (gnus-server-insert-server-line): Use it.
11726
11727 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11728
11729         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11730         GB2312 and Big5.
11731
11732 2001-01-24  Simon Josefsson  <sj@extundo.com>
11733
11734         * mail-source.el (mail-sources): Add :program specifier to IMAP
11735         mail source.
11736         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11737
11738 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11741
11742 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11743
11744         * nntp.el (nntp-wait-for): Return the success code.
11745         (nntp-open-connection): Use it.
11746
11747 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11748
11749         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11750
11751 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11752
11753         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11754
11755 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11758         argument. Allow to print several articles in one file.
11759
11760 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11761
11762         * webmail.el (webmail-type-definition): netaddress changes.
11763
11764 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11765
11766         * gnus.el: Fix copyright. Remove trailing spaces.
11767
11768         * message.el (message-forward): Use mule4.
11769
11770 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11771
11772         * mm-util.el (mm-string-as-unibyte): New function.
11773
11774         * message.el (message-forward): Use it.
11775
11776 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11777
11778         * message.el (message-cite-original-without-signature): Don't peel
11779         off the blank line.
11780         (message-get-reply-headers): Add Cc if it is not in follow-to.
11781
11782 2001-01-20  Simon Josefsson  <sj@extundo.com>
11783
11784         * mm-decode.el (mm-handle-multipart-from): Add.
11785         (mm-dissect-buffer): Save From: header value.
11786         (mm-security-from): Remove.
11787         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11788
11789         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11790         instead of `mml-security-from'.  Protect null from value.
11791
11792 2001-01-20  Simon Josefsson  <sj@extundo.com>
11793
11794         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11795         application/vnd.ms-excel attachments.
11796
11797 2001-01-19  Simon Josefsson  <sj@extundo.com>
11798
11799         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11800
11801 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11802
11803         * message.el (message-ignored-mail-headers): Ditto.
11804
11805 2001-01-19  Simon Josefsson  <sj@extundo.com>
11806
11807         * message.el (message-ignored-news-headers): Only search beginning
11808         of line.
11809
11810 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11811         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11812
11813         * message.el (message-send-mail): Content-Type may not be there.
11814
11815 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11816
11817         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11818         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11819
11820         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11821         not.
11822
11823 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11826         non-native groups.
11827
11828 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11829
11830         * message.el (message-yank-original): Understand
11831         universal-argument.
11832
11833 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11834
11835         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11836         (article-hide-boring-headers): Ditto.
11837
11838         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11839
11840 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11841
11842         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11843         one.
11844
11845 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11846
11847         * message.el (message-make-in-reply-to): Add comment to message-id
11848         (old syntax, see 2000-08-02 change).
11849
11850 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11851
11852         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11853         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11854         (gnus-button-reply): Ditto.
11855
11856 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-art.el (article-display-x-face): Fix.
11859
11860 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11861
11862         * gnus-art.el (article-display-x-face): Use
11863         gnus-original-article-buffer.
11864
11865 2001-01-15  Jack Twilley  <jmt@tbe.net>
11866
11867         * message.el (message-add-header): Move to point-max.
11868
11869 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11870
11871         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11872         nil, improve documentation.
11873         (smime-certificate-directory): Comment out false hints (until it
11874         is implemented).
11875
11876         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11877         there aren't any keys.
11878         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11879         verify certificate.  Default is changed to only check integrity.
11880         Improved security status texts.  If a certificate doesn't contain
11881         a email address, don't fail.
11882
11883         * smime.el (smime-noverify-region):
11884         (smime-noverify-buffer): New functions.  Verifies integrity only.
11885
11886 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11889
11890 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11891
11892         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11893         (gnus-remove-some-windows): Ditto.
11894
11895 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11896
11897         * gnus-art.el (article-make-date-line): 11th.
11898
11899 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11900
11901         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11902         (mml2015-gpg-sign): Ditto.
11903
11904 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11907         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11908
11909 2001-01-08  Dave Love  <fx@gnu.org>
11910
11911         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11912         single character.
11913
11914         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11915
11916         * message.el: Doc and message fixes.
11917         (message-send-rename-function)
11918         (message-make-forward-subject-function)
11919         (message-send-mail-function, message-reply-to-function)
11920         (message-wide-reply-to-function, message-followup-to-function)
11921         (message-distribution-function, message-auto-save-directory): Fix
11922         :type.
11923
11924         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11925         proceeding after warnings.  Amend multipart warning message.
11926
11927 2001-01-04  Dave Love  <fx@gnu.org>
11928
11929         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11930         compiling.
11931         (gnus-make-directory): Require nnmail.
11932
11933         * mm-decode.el (mm-inline-media-tests): Add
11934         image/x-portable-bitmap.
11935         (mm-get-image): Grok pbm.
11936
11937 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11938
11939         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11940
11941 2001-01-09  Didier Verna  <didier@xemacs.org>
11942
11943         * dgnushack.el (dgnushack-compile): give a dummy value to
11944         `gnus-xmas-glyph-directory' for the time of compilation.
11945         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11946         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11947         * gnus-art.el: ditto.
11948         * gnus-group.el: ditto.
11949         * gnus-salt.el: ditto.
11950         * gnus-sum.el: ditto.
11951         * gnus-topic.el: ditto.
11952         * gnus-xmas.el (gnus-xmas-define): see above.
11953         * gnus-xmas.el (gnus-xmas-redefine): see above.
11954         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11955         non-continuable error when the directory can't be found.
11956
11957 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11958
11959         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11960         handle.
11961         * gnus-art.el (gnus-mime-view-part): Copy it.
11962         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11963
11964 2001-01-09  Michael Downes  <mjd@ams.org>
11965
11966         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11967
11968 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11969
11970         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11971         orig-file. Use ',source.
11972
11973 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974
11975         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11976         (gnus-xmas-group-startup-message):
11977         Detect gnus-xmas-glyph-directory when it is nil.
11978
11979 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * pop3.el (pop3-get-message-count): Andrew Innes
11982         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11983
11984 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11985
11986         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11987
11988         * time-date.el (time-to-number-of-days): New function.
11989
11990 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11991         Trivial patch.
11992
11993         * nnslashdot.el (nnslashdot-request-list): Always get the right
11994         sid.
11995
11996 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11997
11998         * message.el (message-minibuffer-local-map): New keymap.
11999         (message-read-from-minibuffer): Use it.
12000         * gnus-msg.el (gnus-summary-resend-message): Use it
12001
12002 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12003
12004         * gnus-start.el (gnus-display-time-event-handler): New function.
12005         (gnus-after-getting-new-news-hook): Use it.
12006
12007 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * message.el (message-ignored-mail-headers): Add draft header.
12010
12011 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012
12013         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12014         excursion.
12015
12016         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12017
12018 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12019         A revoked patch.
12020
12021         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12022
12023 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12024
12025         * qp.el (quoted-printable-decode-region): Don't backward-char.
12026
12027 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12028
12029         * gnus-draft.el: Mark articles as replied.
12030
12031         * gnus-sum.el (gnus-summary-add-mark): New function.
12032
12033         * gnus-group.el (gnus-add-mark): New function.
12034
12035         * gnus-sum.el (gnus-summary-buffer-name): New function.
12036         (gnus-summary-setup-buffer): Use it.
12037
12038         * gnus-draft.el: Set things up with the right post method and
12039         stuff.
12040
12041         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12042
12043         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12044
12045         * gnus.el (gnus-draft-meta-information-header): New variable.
12046
12047 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12048
12049         * gnus-art.el (gnus-treatment-function-alist): Move the date
12050         functions before the header sorting functions.
12051
12052         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12053
12054         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12055         Don't (push "/usr/share/emacs/site-lisp" load-path).
12056
12057         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12058         to empty fill prefixes.
12059
12060 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12063         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12064
12065 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12066
12067         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12068
12069         * nnml.el (autoload): Move to nnheader.el.
12070
12071         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12072         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12073         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12074         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12075
12076 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12077
12078         * gnus-art.el (article-make-date-line): Get the hours right.
12079         (gnus-ignored-headers): More hiding.
12080
12081         * nnmail.el (nnmail-expiry-wait): Not an integer.
12082
12083         * message.el (message-goto-body): Only expand abbrev when called
12084         interactively.
12085         (message-make-lines): Use it.
12086
12087 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12088
12089         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12090
12091 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12092
12093         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12094         include the expunged articles.
12095
12096         * gnus-group.el (gnus-group-sort-by-server): New function.
12097
12098         * gnus.el (gnus-method-to-server-name): New function.
12099         (gnus-group-prefixed-name): Use it.
12100
12101         * gnus-group.el (gnus-group-sort-function): Doc fix.
12102         (gnus-group-sort-groups-by-server): New command.
12103
12104 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12105
12106         * gnus-art.el (gnus-treat-date-english): New variable.
12107         (article-date-english): New command.
12108         (gnus-english-month-names): New variable.
12109         (article-make-date-line): Do 'english.
12110
12111         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12112         after the fill prefix.
12113
12114         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12115         score...".
12116
12117         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12118
12119         * message.el (message-mode-map): Bind comment-region.
12120
12121         * gnus-art.el (gnus-mime-display-part): Let w3 display
12122         multipart/related.
12123
12124         * mm-bodies.el (mm-long-lines-p): New function.
12125         (mm-body-encoding): Use it.
12126         (mm-body-encoding): Encode articles with lines longer than 1000
12127         characters.
12128
12129 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * mm-util.el (mm-enable-multibyte): Use
12132         default-enable-multibyte-characters.
12133         (mm-enable-multibyte-mule4): Ditto.
12134         (mm-disable-multibyte): Test XEmacs.
12135         (mm-disable-multibyte-mule4): Ditto.
12136         (mm-with-unibyte-current-buffer): Simplified.
12137         (mm-with-unibyte-current-buffer-mule4): Ditto.
12138
12139 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12140
12141         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12142
12143         * nnheader.el (nnheader-string-as-multibyte): New alias.
12144
12145         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12146
12147         * gnus-uu.el (gnus-message-process-mark): New function.
12148         (gnus-uu-mark-by-regexp): Use it.
12149         (gnus-new-processable): New function.
12150
12151 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12152          Trivial patch.
12153
12154         * gnus-sum.el (gnus-no-mark): New variable.
12155
12156 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12157
12158         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12159         backslashes.
12160
12161 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12164         definition.
12165
12166 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12169
12170         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12171         XEmacs.
12172
12173 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12174         Trivial patch.
12175
12176         * mml.el (mml-read-tag): Save tag location.
12177
12178 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12179
12180         * starttls.el: Sync with Emacs 21.
12181
12182 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12183
12184         * message.el (message-mail): Support yank-action.
12185
12186         * message.el (message-setup): Revoke the last change.
12187
12188 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12191         <jvromans@squirrel.nl>.
12192
12193 2000-12-24  Simon Josefsson  <sj@extundo.com>
12194
12195         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12196         mailing list junk at end of part.
12197
12198 2000-12-23  Simon Josefsson  <sj@extundo.com>
12199
12200         * nnimap.el (nnimap-expiry-target): New function.
12201         (nnimap-request-expire-articles): Use it.
12202
12203 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * gnus.el (gnus-group-parameters-more): New variable.
12206         * gnus-cus.el (gnus-group-customize): Use it.
12207
12208         * gnus.el (gnus-define-group-parameter): New macro.
12209         (auto-expire): Use it
12210         (total-expire): Use it.
12211         * gnus-art.el (banner): Use it.
12212
12213         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12214         <ljz@asfast.com>.
12215
12216 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * gnus-topic.el (gnus-topic-create-topic): Use list.
12219
12220         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12221         before binding gnus-default-article-saver.
12222
12223         * gnus-sum.el (gnus-summary-save-article):
12224         (gnus-summary-pipe-output):
12225         (gnus-summary-save-article-mail):
12226         (gnus-summary-save-article-rmail):
12227         (gnus-summary-save-article-file):
12228         (gnus-summary-write-article-file):
12229         (gnus-summary-save-article-body-file): Ditto.
12230
12231         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12232
12233 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * gnus-art.el (gnus-mime-security-button-map):
12236         (gnus-mime-button-map): Add parent.
12237
12238 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12239
12240         * messagexmas.el (message-xmas-redefine): New function.
12241
12242         * message.el: Use it.
12243
12244         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12245
12246         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12247
12248 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12251         malformatted messages.
12252
12253 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12254
12255         * mm-util.el (mm-image-load-path): New function.
12256
12257         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12258
12259         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12260
12261         * message.el (message-tool-bar-map): Use it.
12262
12263         * Makefile.in (install-el): New rule.
12264
12265 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * gnus-art.el (article-treat-dumbquotes): Quote \.
12268
12269 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12270
12271         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12272         Emacs 20 runs on a terminal.
12273
12274 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12275
12276         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12277
12278         * mml.el (gnus-add-minor-mode): Autoload.
12279
12280         * message.el (message-forward): Save-restriction.
12281
12282 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12283
12284         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12285         Paul Stevenson <p.stevenson@surrey.ac.uk>
12286
12287 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12290
12291         * mml.el (gnus-ems): Don't require.
12292
12293         * gnus.el (gnus-decode-rfc1522): Removed.
12294         (gnus-set-text-properties): Define.
12295
12296 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12297
12298         * gnus-art.el (gnus-mime-*): handle may be nil.
12299
12300         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12301
12302         * gnus.el (gnus-group-remove-excess-properties): Not defined
12303         in gnus-xmas.
12304
12305 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * message.el (message-mail-user-agent): Add :version.
12308
12309 2000-12-21  Miles Bader  <miles@gnu.org>
12310
12311         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12312
12313 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12314
12315         * message.el (message-mail-user-agent): New variable.
12316         (message-setup): Renamed to message-setup-1. Support
12317         mail-user-agent.
12318         (message-mail-user-agent): New function.
12319         (message-mail): Use it.
12320         (message-reply): Use it.
12321         (message-resend): Use it.
12322         (message-mail-other-window): Use it.
12323         (message-mail-other-frame): Use it.
12324
12325         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12326
12327 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12328
12329         * message.el (message-tool-bar-map): Simplify.
12330         (message-narrow-to-head-1): New function.
12331         (message-narrow-to-head): Use it.
12332         (message-reply): Ditto.
12333         (message-cancel-news): Ditto.
12334         (message-supersede): Ditto.
12335         (message-make-forward-subject): Ditto.
12336         (message-bounce): Ditto.
12337
12338 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12339
12340         * uudecode.el (uudecode-decode-region-external): make-temp-file
12341         may not be defined.
12342
12343         * binhex.el (defalias): eval-and-compile.
12344
12345         * message.el (message-tool-bar-map): New function.
12346         (message-mode): Use it.
12347
12348 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12349
12350         * nntp.el (nntp-find-connection): Remove the entry.
12351         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12352
12353 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12354
12355         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12356
12357         * message.el (message-forward): Copy buffer in unibyte mode.
12358
12359 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12360
12361         * message.el (message-make-forward-subject): Don't widen. Decode.
12362         (message-forward): Don't decode subject.
12363
12364 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12365
12366         * qp.el (quoted-printable-encode-region): Upcase QP.
12367
12368 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12369
12370         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12371         mail-extract-a-c instead. Don't depend on Gnus.
12372
12373         * mml.el (gnus-ems): Require it.
12374
12375         * gnus-msg.el (gnus-summary-mail-forward):
12376
12377         * message.el (message-forward):  Move mime-to-mml here.
12378
12379 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12380
12381         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12382         * gnus-art.el (gnus-insert-mime-button): Simplify.
12383         (gnus-mime-display-alternative): Ditto.
12384         (gnus-insert-mime-security-button): Ditto.
12385
12386 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12387
12388         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12389         text-property-not-all doesn't return nil when start=mark(end).
12390         (gnus-remove-text-properties-when): Ditto.
12391
12392 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12393
12394         * gnus-start.el (gnus-group-change-level): Remove group from
12395         gnus-active-hashtb if real killed.
12396
12397 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12398
12399         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12400         (gnus-mime-display-alternative): Ditto.
12401         (gnus-insert-mime-security-button): Ditto.
12402
12403 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12404
12405         * gnus-start.el (gnus-group-change-level): Don't add it into
12406         killed-list if it was killed.
12407
12408 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12409
12410         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12411         (nnmbox-active-file-coding-system): Ditto.
12412
12413         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12414
12415 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12416
12417         * gnus.el (gnus-version):
12418         (gnus-version-number): Set to Oort Gnus 0.01.
12419
12420         * gnus-art.el (gnus-mime-security-button-map):
12421         (gnus-insert-mime-security-button): Fix for Emacs21.
12422
12423 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12424
12425         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12426         easymenu, because XEmacs doesn't understand :help.
12427
12428         * mm-uu.el: Require binhex.
12429
12430 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12431
12432         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12433
12434 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12435
12436         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12437
12438 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12439
12440         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12441
12442 2000-12-18  Dave Love  <fx@gnu.org>
12443
12444         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12445         (unused).
12446
12447 2000-12-13  Miles Bader  <miles@gnu.org>
12448
12449         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12450         to t, so that we don't get stuck while trying to smilefy
12451         intangible text.
12452
12453 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12454
12455         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12456         at the end of the buffer.
12457         (smiley-region): In the loop, move to the end of the submatch
12458         matching the smiley instead of using the end of the match
12459         of the whole regexp.
12460
12461 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12462
12463         * message.el (message-mode): Doc fix.
12464
12465 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12466
12467         * smiley-ems.el (smiley-region): Doc fix.
12468
12469 2000-12-11  Miles Bader  <miles@gnu.org>
12470
12471         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12472         bottom line visible, check to see if it's partially obscured, and
12473         if so, either scroll one more line to make it fully visible, or
12474         revert to showing the second line from the top.
12475
12476 2000-12-07  Dave Love  <fx@gnu.org>
12477
12478         * mailcap.el (mailcap-download-directory)
12479         * gnus-audio.el (gnus-audio-directory)
12480         * smiley-ems.el (smiley-data-directory): Fix :type.
12481
12482 2000-11-30  Dave Love  <fx@gnu.org>
12483
12484         * message.el (message-auto-save-directory): Use
12485         file-name-as-directory.
12486         (message-set-auto-save-file-name): Create
12487         message-auto-save-directory if necessary.
12488         (message-replace-chars-in-string): Removed -- unused.
12489         (message-mail-alias-type): Customize.
12490         (message-headers): Remove duplicate defgroup.
12491
12492 2000-11-29  Dave Love  <fx@gnu.org>
12493
12494         * qp.el (quoted-printable-decode-region): Use error, not message
12495         to report malformed text (like base64).  Amend message.
12496
12497 2000-11-29  Miles Bader  <miles@gnu.org>
12498
12499         * message.el (message-header-lines): Fontify tag.
12500
12501 2000-11-27  Dave Love  <fx@gnu.org>
12502
12503         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12504         compiler warning.
12505
12506 ;2000-11-26  Dave Love  <fx@gnu.org>
12507 ;
12508 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12509 ;
12510 2000-11-23  Dave Love  <fx@gnu.org>
12511
12512         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12513
12514         * mm-uu.el (uudecode): Require.
12515         (uudecode-decode-region, uudecode-decode-region-external): Don't
12516         autoload.
12517         (mm-uu-copy-to-buffer): Doc fix.
12518         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12519         type fix.
12520
12521         * mailcap.el: Doc fixes.
12522         (mailcap-mime-data): Various adjustments.
12523         (mailcap): New group.
12524         (mailcap-download-directory): Customize.
12525         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12526         (mailcap-temporary-directory): Deleted (unused).
12527         (mailcap-unescape-mime-test): Simplify slightly.
12528         (mailcap-viewer-passes-test): Use functionp.
12529         (mailcap-command-p): Aliased to executable-find.
12530
12531         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12532         default-enable-multibyte-characters is nil.
12533
12534 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12535
12536         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12537
12538 2000-11-21  Dave Love  <fx@gnu.org>
12539
12540         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12541         gnus-article-mode-map.
12542 ;       (gnus-mime-button-menu): Use mouse-set-point.
12543         (gnus-insert-mime-button, gnus-mime-display-alternative)
12544         (gnus-mime-display-alternative): Don't use local-map property.
12545
12546 2000-11-17  Dave Love  <fx@gnu.org>
12547
12548         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12549         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12550         and make-temp-file.
12551         (uudecode-decode-region): Doc fix.
12552
12553 2000-11-14  Dave Love  <fx@gnu.org>
12554
12555         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12556         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12557         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12558         New files, derived from the XPMs.
12559
12560 2000-11-10  Dave Love  <fx@gnu.org>
12561
12562         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12563         (gnus-agent-lib-file, gnus-agent-load-alist)
12564         (gnus-agent-save-alist, gnus-agent-article-name): Use
12565         expand-file-name.
12566
12567         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12568         :version.
12569         (nnkiboze-score-file): Defvar when compiling.
12570
12571         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12572
12573         * gnus-art.el (gnus-article-banner-alist)
12574         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12575         (gnus-article-date-lapsed-new-header)
12576         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12577         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12578         (gnus-treat-strip-headers-in-body)
12579         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12580         (gnus-treat-translate): Add :version.
12581         (gnus-article-mime-part-function): Fix defcustom.
12582
12583         * nnmail.el (nnmail-expiry-target)
12584         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12585         (nnmail-split-header-length-limit): Add :version.
12586
12587         * gnus-sum.el (gnus-auto-expirable-marks)
12588         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12589         (gnus-extra-headers, gnus-ignored-from-addresses)
12590         (gnus-newsgroup-ignored-charsets)
12591         (gnus-group-highlight-words-alist)
12592         (gnus-summary-show-article-charset-alist): Add :version.
12593
12594         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12595         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12596         files, converted from the XPMs.
12597
12598         * gnus-cache.el (gnus-cache-active-file): Don't use
12599         file-name-as-directory on directory.
12600         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12601         use file-name-as-directory on directory.
12602
12603         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12604         (date-to-time): Use it.
12605
12606 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12607 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12608 ;       (message-newline-and-reformat): Likewise.
12609         (message-forward-as-mime, message-forward-ignored-headers)
12610         (message-buffer-naming-style, message-default-charset)
12611         (message-dont-reply-to-names, message-send-mail-partially-limit):
12612         Add :version.
12613
12614         * mm-util.el: Doc fixes.
12615         (mm-mime-charset): Don't use the raw result of
12616         mm-preferred-coding-system.
12617         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12618         (mm-with-unibyte): Simplify.
12619
12620         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12621         concat.
12622
12623         * pop3.el (pop3-version): Deleted.
12624         (pop3-make-date): New function, avoiding message-make-date.
12625         (pop3-munge-message-separator): Use it.
12626
12627 2000-11-09  Dave Love  <fx@gnu.org>
12628
12629         * gnus-group.el (gnus-group-make-directory-group)
12630         (gnus-group-fetch-faq): Use expand-file-name.
12631         (gnus-group-fetch-faq): Simplify completing-read form.
12632
12633         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12634         test for Mule.
12635
12636         * message.el (tool-bar-map): Defvar when compiling.
12637
12638         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12639         (gnus-tm-lisp-directory): Deleted.
12640         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12641         (featurep 'xemacs).
12642         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12643         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12644         version numbers from file names.
12645
12646 2000-11-08  Dave Love  <fx@gnu.org>
12647
12648         * mm-view.el: Use featurep for XEmacs test.
12649         (mm-inline-message): Test for `remove-specifier'; don't use
12650         condition-case.
12651
12652         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12653
12654         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12655         (gnus-score-find-bnews): Don't concat "".
12656
12657         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12658         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12659         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12660         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12661
12662         * gnus-sum.el: Put some defvars in eval-when-compile.
12663         (gnus-summary-mode-hook): Add :options.
12664         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12665         (gnus-summary-tool-bar-map): New variable.
12666         (gnus-summary-make-tool-bar): New function.
12667         (gnus-summary-mode): Put kill-all-local-variables first.
12668
12669         * gnus-group.el (gnus-group-toolbar-map): New variable.
12670         (gnus-group-make-tool-bar): Rewritten.
12671         (gnus-group-mode): Put kill-all-local-variables first.
12672
12673         * rfc2047.el: Require gnus-util.
12674
12675         * nnml.el (gnus-sorted-intersection): Autoload.
12676
12677         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12678         Put some defvars in eval-when-compile.
12679         (gnus-intersection, gnus-sorted-complement):  Autoload.
12680
12681         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12682
12683         * mm-encode.el (mm-body-7-or-8): Autoload.
12684
12685         * mm-decode.el (mm-insert-inline): Autoload.
12686
12687         * mml.el:
12688         * message.el: Put some defvars in eval-when-compile.
12689
12690         * gnus-msg.el: Put some defvars in eval-when-compile.
12691         (gnus-msg-mail): Move after gnus-setup-message.
12692
12693         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12694
12695 2000-11-07  Dave Love  <fx@gnu.org>
12696
12697         * gnus-util.el (nnheader): Don't require message (recursive
12698         autoload).
12699
12700         * uudecode.el: Avoid compiler warnings.
12701
12702         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12703         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12704
12705 2000-11-06  Dave Love  <fx@gnu.org>
12706
12707         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12708
12709         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12710         (uudecode-char-int): New alias, replacing char-int.
12711         (uudecode-decode-region): Don't call buffer-disable-undo.
12712
12713 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12714 ;       (mm-uu-configure-list): Doc fix.
12715 ;
12716 ;       * earcon.el (running-xemacs): Don't define.
12717 ;
12718 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12719 ;
12720 ;       * message.el (message-font-lock-keywords): Match a final newline
12721 ;       to help font-lock's multiline support.
12722 ;
12723 2000-11-03  Dave Love  <fx@gnu.org>
12724
12725         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12726
12727         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12728         name.
12729
12730         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12731         <banner>: Fix custom type, doc.
12732
12733         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12734         name.  Don't disable undo explicitly.
12735
12736 ;2000-11-02  Dave Love  <fx@gnu.org>
12737 ;
12738 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12739 ;       cite-prefix.
12740
12741 2000-11-01  Dave Love  <fx@gnu.org>
12742
12743         * rfc2047.el (base64): Require unconditionally.
12744         (message-posting-charset): Defvar when compiling.
12745         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12746         message.
12747
12748         * gnus-sum.el (nnoo): Require.
12749         (mm-uu-dissect): Autoload.
12750
12751         * mml.el (mml-parse-1): Clarify message.
12752         (mml-minibuffer-read-type): Use mailcap-mime-types.
12753
12754 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12755
12756         * mml.el: Fix a typo in the requiring of CL.
12757
12758 2000-11-01  Dave Love  <fx@gnu.org>
12759
12760         * utf7.el: Require cl when compiling.
12761
12762         * binhex.el: Use (featurep 'xemacs).
12763         (binhex-char-int): New alias, replacing char-int.  Change callers.
12764         (binhex-decode-region): Simplify work buffer code.
12765         (binhex-decode-region-external): Use expand-file-name, not concat.
12766
12767 2000-10-30  Dave Love  <fx@gnu.org>
12768
12769         * gnus-art.el: Fix 2000-10-27 change properly.
12770
12771 2000-10-28  Miles Bader  <miles@gnu.org>
12772
12773         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12774
12775 2000-10-27  Dave Love  <fx@gnu.org>
12776
12777         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12778         strings.
12779         (gnus-group-make-tool-bar): New function.
12780         (gnus-group-mode): Use it.
12781
12782         * message.el (message-mode-menu): Add some :help strings.
12783         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12784         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12785
12786         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12787         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12788         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12789
12790         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12791         display-graphic-p here.
12792
12793 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12794
12795         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12796         of the `gnus-xemacs' variable, as the latter has been removed.
12797         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12798         * gnus-art.el (gnus-treat-display-xface)
12799         (gnus-treat-display-smileys, gnus-treat-display-picons)
12800         (gnus-article-read-summary-keys): Likewise.
12801
12802 2000-10-26  Dave Love  <fx@gnu.org>
12803
12804         (defvar): Use rmail-spool-directory unconditionally.
12805
12806 2000-10-18  Dave Love  <fx@gnu.org>
12807
12808         * mm-bodies.el (mm-uu-decode-function)
12809         (mm-uu-binhex-decode-function): Defvar when compiling.
12810
12811         * gnus-nocem.el (gnus-nocem-issuers): Update.
12812         (gnus-nocem-check-from): New option.
12813         (gnus-nocem-scan-groups): Use it.
12814         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12815         (gnus-nocem-check-article-limit): Add :version.
12816
12817 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12818
12819         * ietf-drums.el (mm-util): Require CL when compiling.
12820
12821 2000-10-15  Dave Love  <fx@gnu.org>
12822
12823         * qp.el: Require mm-util.
12824
12825 2000-10-13  Dave Love  <fx@gnu.org>
12826
12827         * qp.el (quoted-printable-decode-region): Avoid invalid
12828         coding-systems.
12829
12830 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12831
12832         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12833         to a recursive load.
12834
12835 2000-10-12  Dave Love  <fx@gnu.org>
12836
12837         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12838
12839         * gnus.el (gnus-group-startup-message): Check for PBM image.
12840
12841 2000-10-09  Dave Love  <fx@gnu.org>
12842
12843         * mail-source.el (mail-source-fetch-imap): Bind
12844         default-enable-multibyte-characters rather than using
12845         mm-disable-multibyte.
12846
12847 2000-10-05  Dave Love  <fx@gnu.org>
12848
12849         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12850         Autoload.
12851         (quoted-printable-decode-region):  Rename arg which confused
12852         charset with coding-system.  Don't use nonascii-insert-offset.
12853         Coding-system encode the region initially.  Don't recognize `=='
12854         as valid QP.  Coding-system decode the region finally.
12855         (quoted-printable-decode-string): Rename arg which confused
12856         charset with coding-system.
12857
12858         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12859         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12860         mm-encode-coding-region.
12861         (mm-decode-body, mm-decode-string): Rename variables which
12862         confused charset with coding-system.
12863         (binhex-decode-region): Don't autoload.
12864         (mm-body-encoding): Require message.
12865         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12866         cond branches.
12867
12868         * gnus-art.el (article-de-quoted-unreadable)
12869         (article-de-base64-unreadable): Fold search case
12870         rather than downcasing string.  Apply mm-charset-to-coding-system
12871         to arg of quoted-printable-decode-region.
12872
12873 2000-10-04  Dave Love  <fx@gnu.org>
12874
12875         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12876         Require ring when compiling.
12877         (gnus-article-compface-xbm): New variable.
12878
12879 2000-10-04  Dave Love  <fx@gnu.org>
12880
12881         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12882         pbm images.
12883
12884         * frown.pbm, smile.pbm, wry.pbm: New files.
12885
12886         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12887
12888 2000-10-03  Dave Love  <fx@gnu.org>
12889
12890         * mail-source.el (mail-sources): Revert to nil.
12891
12892         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
12893
12894         * qp.el: Don't require mm-util.
12895         (quoted-printable-decode-region): Rewritten.
12896         (quoted-printable-decode-string, quoted-printable-encode-region):
12897         Doc fix.
12898         (quoted-printable-encode-region): Barf on multibyte characters.
12899         Maybe make the class multibyte.  Upcase chars, not formatted
12900         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12901         (quoted-printable-encode-string): Don't use
12902         mm-with-unibyte-buffer.
12903
12904 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12905
12906         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12907
12908 2000-09-21  Dave Love  <fx@gnu.org>
12909
12910         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12911         (for Emacs 20).  Tidy somewhat.
12912
12913 2000-09-21  Dave Love  <fx@gnu.org>
12914
12915         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12916         image processing.  Rationalize logic somewhat.
12917
12918 2000-09-20  Dave Love  <fx@gnu.org>
12919
12920         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12921         specifically.
12922
12923         * gnus.el (gnus-version-number): Avoid some redundant
12924         autoloads.
12925
12926 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12927
12928         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12929         to XBM; we always have PBM support.
12930
12931 2000-09-14  Dave Love  <fx@gnu.org>
12932
12933         * gnus.el (gnus-charset):
12934         * mm-decode.el (mime-display):
12935         * imap.el (imap) <defgroup>: Add :version.
12936
12937 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12938
12939         * parse-time.el: Fix author's mail address.
12940
12941         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12942         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12943         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12944         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12945         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12946         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12947         * rfc2231.el, uudecode.el: Fix copyright notice.
12948
12949         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12950         require `w3' at load-time only if not running in batch mode.
12951
12952 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * gnus.el: Before merge with Emacs21.
12955
12956 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12957
12958         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12959
12960 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12961
12962         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12963         to avoid conflict with the standard `back-to-indentation'
12964         binding.
12965
12966 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12969
12970         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12971         (mm-disable-multibyte-mule4): Ditto.
12972         (mm-with-unibyte-current-buffer-mule4): Ditto.
12973
12974 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12975
12976         * pop3.el (pop3-movemail): Use binary.
12977         (pop3-movemail-file-coding-system): Removed.
12978
12979 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12980
12981         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12982
12983 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12984
12985         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12986         exists.
12987
12988 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12989
12990         * gnus-msg.el (gnus-post-method): Use backend name when the
12991         address is "".
12992
12993 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12994
12995         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12996         mm-verify-option.
12997         (gnus-treat-x-pgp-sig): Default value.
12998         (gnus-ignored-headers): Redundant.
12999
13000 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13001
13002         * gnus-win.el (gnus-configure-frame): Save selected window.
13003
13004 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13005
13006         * nnmbox.el: Require gnus-range.
13007         (nnmbox-group-building-active-articles): New variable.
13008         (nnmbox-group-active-articles): New variable; this is a cache of
13009         all active articles by group and number.
13010         (nnmbox-in-header-p): New function.
13011         (nnmbox-find-article): New function.
13012         (nnmbox-record-active-article): New function.
13013         (nnmbox-record-deleted-article): New function.
13014         (nnmbox-is-article-active-p): New function.
13015         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13016         (nnmbox-request-article): Ditto.  Also supply extra arg to
13017         nnmbox-article-group-number.
13018         (nnmbox-request-expire-articles): Ditto.
13019         (nnmbox-request-move-article): Ditto.
13020         (nnmbox-request-replace-article): Ditto.
13021         (nnmbox-request-rename-group): Rename group entry in active
13022         article cache.
13023         (nnmbox-delete-mail): Update active article cache, unless article
13024         is being replaced.
13025         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13026         than partially duplicating it.
13027         (nnmbox-article-group-number): Add extra `this-line' arg, to
13028         handle articles belonging to multiple groups.
13029         (nnmbox-save-mail): Update active article cache.
13030         (nnmbox-read-mbox): Build active article cache when loading mbox.
13031         Also do some repair work, if we find articles that are missing the
13032         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13033         reconstruct these from Xref info.
13034
13035 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13036
13037         * mail-source.el (mail-source-report-new-mail): Use
13038         nnheader-run-at-time.
13039
13040 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13041
13042         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13043         an error is thrown, and then rethrow the error.
13044         (mail-source-check-pop): Ditto.
13045         (mail-source-start-idle-timer): Prevent multiple pop checks
13046         running if the check takes a long time.
13047
13048 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13049
13050         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13051         succeed.
13052
13053 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * gnus-win.el (gnus-configure-windows): Make sure
13056         nntp-server-buffer is live.
13057         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13058
13059 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13060
13061         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13062
13063 2000-12-04  Andreas Jaeger  <aj@suse.de>
13064
13065         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13066
13067 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13068
13069         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13070
13071 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13072         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13073
13074         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13075
13076 2000-12-01  Simon Josefsson  <sj@extundo.com>
13077
13078         * mml-smime.el (mml-smime-verify): Fix address parsing.
13079
13080 2000-12-01  Simon Josefsson  <sj@extundo.com>
13081
13082         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13083         more than one certificate inside PKCS#7 blob.  Better security
13084         information (clamed / actual sender, openssl output, certificates
13085         inside message).
13086
13087         * smime.el (smime-verify-region): Output to /dev/null.
13088         (smime-buffer-as-string-region): Don't parse empty lines.
13089
13090 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091
13092         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13093         ?d and ?D.
13094         (gnus-mime-security-show-details-inline): New variable.
13095         (gnus-mime-security-show-details): Use them.
13096         (gnus-insert-mime-security-button): Ditto.
13097
13098         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13099         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13100         (mml2015-gpg-clear-verify): Ditto.
13101         (mml2015-gpg-decrypt-1): Ditto.
13102         (mml2015-use): Prefer 'gpg.
13103
13104 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-util.el (gnus-add-text-properties-when): New function.
13107         (gnus-remove-text-properties-when): Ditto.
13108
13109         * gnus-cite.el (gnus-article-hide-citation): Use them.
13110         (gnus-article-toggle-cited-text): Use them.
13111
13112         * gnus-art.el (gnus-signature-toggle): Use them.
13113         (gnus-article-show-hidden-text): Ditto.
13114         (gnus-article-hide-text): Ditto.
13115
13116 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13117
13118         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13119
13120 2000-11-30  Simon Josefsson  <sj@extundo.com>
13121
13122         * smime.el (smime-point-at-eol): New alias.
13123         (smime-buffer-as-string-region): Use it.
13124
13125 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126
13127         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13128
13129 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13130
13131         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13132
13133         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13134
13135         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13136
13137 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13138
13139         * nnmh.el (nnmh-request-expire-articles): Implemented
13140         expiry-target for nnmh backend.
13141
13142 2000-11-30  Simon Josefsson  <sj@extundo.com>
13143
13144         * mm-decode.el (mm-security-from): New variable.
13145         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13146
13147         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13148         than `from'.
13149
13150 2000-11-30  Simon Josefsson  <sj@extundo.com>
13151
13152         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13153         address match sender address.
13154
13155         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13156
13157         * smime.el (smime-verify-region): Don't copy buffer.
13158         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13159         (smime-pkcs7-region): New function.
13160         (smime-pkcs7-certificates-region): Ditto.
13161         (smime-pkcs7-email-region): Ditto.
13162         (smime-buffer-as-string-region): Ditto.
13163
13164         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13165         buffer.
13166
13167 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13168
13169         * smime.el (smime-decrypt-region): Fix keyfile argument.
13170
13171 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13172
13173         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13174
13175 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13176
13177         * message.el (message-shoot-gnksa-feet): New variable.
13178         (message-gnksa-enable-p): New function.
13179         (message-send): Use it.
13180         (message-check-news-body-syntax): Ditto.
13181
13182 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * message.el (message-make-message-id): Remove the redundancy.
13185
13186 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13187
13188         * message.el (message-setup): Discourage using mc-install-*-mode.
13189
13190         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13191
13192 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13193
13194         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13195
13196 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13197
13198         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13199
13200 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13201
13202         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13203
13204 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13205
13206         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13207         insert-buffer-substring.
13208
13209         * message.el (message-send-mail): Use buffer-substring-no-properties.
13210         (message-send-news): Ditto.
13211
13212 2000-11-22  David Edmondson  <dme@dme.org>
13213
13214         * imap.el (imap-wait-for-tag): Message read info.
13215
13216 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13217
13218         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13219         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13220         (mml2015-gpg-encrypt): Ditto.
13221
13222 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * mm-decode.el (mm-verify-option): Default value.
13225
13226         * mml-sec.el (mml-secure-part): Error message.
13227
13228 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13229
13230         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13231
13232 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13233
13234         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13235
13236 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13237
13238         * gnus-art.el (gnus-article-describe-key): Use prompt.
13239         (gnus-article-describe-key-briefly): Ditto.
13240
13241 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13244
13245 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13246
13247         * gnus-art.el (gnus-article-describe-key): New function.
13248         (gnus-article-describe-key-briefly): New function.
13249
13250 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13251
13252         * mm-decode.el (mm-decrypt-option): Doc typo.
13253
13254         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13255         return a number.
13256
13257 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13258
13259         * message.el (message-newline-and-reformat): Typo.
13260
13261 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13262
13263         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13264         original-article-buffer exists.
13265
13266         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13267         (rfc2047-header-encoding-alist): Addresses are different from text.
13268         (rfc2047-encode-message-header): Ditto.
13269         (rfc2047-dissect-region): Extra parameter.
13270         (rfc2047-encode-region): Ditto.
13271         (rfc2047-encode-string): Ditto.
13272
13273 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13274
13275         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13276         (mm-uu-pgp-encrypted-extract): Use it.
13277         (mm-uu-pgp-signed-extract-1): New function.
13278         (mm-uu-pgp-signed-extract): Use it.
13279
13280         * gnus-art.el (gnus-mime-display-security): New function.
13281         (gnus-mime-display-part): Use it.
13282         (gnus-mime-security-verify-or-decrypt): New function.
13283         (gnus-mime-security-press-button): New function.
13284         (gnus-insert-mime-security-button): Use it.
13285
13286         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13287         (mm-find-raw-part-by-type): Ditto.
13288         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13289         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13290         (mm-destroy-parts): Kill nested multibyte buffer.
13291
13292         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13293         (mml2015-gpg-verify): Ditto.
13294
13295 2000-11-18  Simon Josefsson  <sj@extundo.com>
13296
13297         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13298         (mml2015-function-alist): Use it.
13299
13300         * mml-sec.el (mml-sign-alist): Update names.
13301         (mml-encrypt-alist): Ditto.
13302         (mml-secure-part-smime-sign): Moved to mml-smime.el
13303         as `mml-smime-sign-query'.
13304         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13305         `mml-smime-get-file-cert'.
13306         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13307         `mml-smime-get-dns-cert'.
13308         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13309         `mml-smime-encrypt-query'.
13310         (mml-smime-sign-buffer): Use mml-smime-sign.
13311         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13312
13313         * mml-smime.el (mml-smime-sign): New function.
13314         (mml-smime-encrypt):
13315         (mml-smime-sign-query):
13316         (mml-smime-get-file-cert):
13317         (mml-smime-get-dns-cert):
13318         (mml-smime-encrypt-query): Moved from mml-sec.el.
13319
13320 2000-11-16  Simon Josefsson  <sj@extundo.com>
13321
13322         * mml2015.el (mml2015-gpg-clear-verify): New function.
13323         (mml2015-function-alist): Add it.
13324
13325 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13326
13327         * message.el (message-setup-fill-variables): Use
13328         message-cite-prefix-regexp.
13329         (message-newline-and-reformat): Check the end of citation, leading
13330         WSP, break in the cite prefix.
13331         (message-fill-paragraph): New function.
13332
13333 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334
13335         * lpath.el: Shut up.
13336
13337 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13338
13339         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13340         raw 8-bit in headers in dk.* newsgroups.
13341
13342 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * message.el (message-newline-and-reformat): Match extra WSPs.
13345
13346 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13347
13348         * mml.el (mml-generate-mime-1): Ignore ascii.
13349
13350 2000-11-16 Justin Sheehy  <justin@iago.org>
13351
13352         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13353
13354 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13355
13356         * message.el (message-cite-prefix-regexp): Prefix should not end
13357         at space.
13358
13359 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13360
13361         * message.el (message-mode-syntax-table): Add - as a word
13362         constituent as in articles.
13363         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13364         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13365         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13366
13367 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13370
13371 2000-11-12  David Edmondson  <dme@dme.org>
13372
13373         * message.el (message-font-lock-keywords): use
13374         message-cite-prefix-regexp.
13375
13376 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13377
13378         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13379         Stein Arild Str\e,Ax\e(Bmme.
13380         (gnus-group-jump-to-group): Use it.
13381         (gnus-group-jump-to-group-prompt): Customize.
13382
13383 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13384
13385         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13386
13387 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13388
13389         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13390         incompatible.
13391         (mml2015-mailcrypt-sign): Ditto.
13392
13393 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13396         group is open.
13397
13398 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13399
13400         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13401         nnvirtual articles.
13402         (gnus-backlog-request-article): Don't request nnvirtual articles.
13403
13404 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13405
13406         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13407         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13408
13409 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13410
13411         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13412         * mml.el (mml-generate-mime-1): Use charset attribute.
13413         * mm-bodies.el (mm-encode-body): Add parameter charset.
13414         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13415
13416 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13417
13418         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13419         (mml2015-mailcrypt-clear-decrypt): Ditto.
13420         (mml2015-mailcrypt-verify): Ditto.
13421         (mml2015-mailcrypt-clear-verify): Ditto.
13422         (mml2015-gpg-verify): Ditto.
13423
13424 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13425
13426         * smime.el (smime-openssl-program): Test the existence of openssl.
13427         * mml-smime.el: Require mm-decode.
13428         (mml-smime-verify-test): New function.
13429         * mm-decode.el (mm-verify-function-alist): Use it.
13430
13431 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13432
13433         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13434         anyway.
13435
13436 2000-11-13  Simon Josefsson  <sj@extundo.com>
13437
13438         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13439         verification doesn't work.
13440
13441 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13442
13443         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13444         (gnus-inews-do-gcc): Use it.
13445
13446 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13447
13448         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13449         leading space.
13450         * mm-extern.el (mm-inline-external-body): Report error when no
13451         access-type.
13452
13453 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13454
13455         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13456
13457 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13458
13459         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13460
13461 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13462
13463         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13464         as multipart/mixed.
13465
13466 2000-11-12  David Edmondson  <dme@dme.org>
13467
13468         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13469         and replace `.' with `\w' to allow for different syntax tables
13470         (from Vladimir Volovich).
13471         * message.el (message-newline-and-reformat): use
13472         `message-cite-prefix-regexp'.
13473         * gnus-cite.el (gnus-supercite-regexp): use
13474         `message-cite-prefix-regexp'.
13475         * gnus-cite.el (gnus-cite-parse): use
13476         `message-cite-prefix-regexp'.
13477
13478 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13479
13480         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13481         PGP SIGNATURE.  Escape leading "-"'s.
13482         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13483
13484 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13487
13488 2000-11-11  Simon Josefsson  <sj@extundo.com>
13489
13490         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13491
13492         * smime.el (smime-details-buffer): New variable.
13493         (smime-sign-region):
13494         (smime-encrypt-region):
13495         (smime-verify-region):
13496         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13497
13498         * mml-smime.el (mml-smime-verify): Support security info.
13499
13500 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * mm-decode.el (mm-verify-option): Set default to nil.
13503         (mm-decrypt-option): Ditto.
13504         * gnus-art.el (article-verify-x-pgp-sig): New function.
13505
13506 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13507
13508         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13509         preferred part.
13510
13511 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13512
13513         * gnus-sum.el (gnus-move-split-methods): Say that
13514         `gnus-split-methods' uses file names, whereas this uses group
13515         names.  (Report from Nevin Kapur)
13516
13517 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13518
13519         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13520
13521 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13522
13523         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13524         (nnheader-directory-articles): Use it.
13525         (nnheader-article-to-file-alist): Ditto.
13526
13527 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13528
13529         * rfc2047.el (rfc2047-pad-base64): New function.
13530         (rfc2047-decode): Use it.
13531
13532 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13533
13534         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13535         select method.
13536
13537 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13538
13539         * mml2015.el (mml2015-gpg-decrypt-1):
13540         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13541
13542 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13543
13544         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13545
13546 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13547
13548         * pop3.el (pop3-munge-message-separator): A message may have an
13549         empty body.
13550
13551 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552
13553         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13554         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13555         (mm-uu-pgp-signed-extract): Use coding-system.
13556
13557 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13558
13559         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13560         (gnus-insert-mime-security-button): New function.
13561         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13562         * mml2015.el:  Add security info when verify or decrypt.
13563         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13564         (mm-uu-pgp-encrypted-extract): Ditto.
13565
13566 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13567
13568         * mm-decode.el (mm-display-parts): New function.
13569         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13570
13571 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13572
13573         * gnus-mlspl.el: Documentation tweaks.
13574
13575 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13576
13577         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13578         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13579         argument.
13580
13581 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13584
13585 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13586
13587         * gnus-art.el (gnus-article-encrypt): New function.
13588         (gnus-article-encrypt-protocol-alist): New variable.
13589         (gnus-article-encrypt-protocol): New variable.
13590         * mml2015.el (mml2015-self-encrypt): New function.
13591         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13592
13593 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13594
13595         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13596         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13597         let mailcap do it.
13598         * mml2015.el: Remove snarf code.
13599         * mm-decode.el: Remove snarf code.
13600
13601 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13604         (mml-insert-mime): Understand gnus-decoded.
13605         (mime-to-mml): New parameter handles.
13606         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13607         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13608
13609 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13610
13611         * mm-decode.el (mime-security): New group.
13612         (mm-verify-function-alist): Add test function.
13613         (mm-decrypt-function-alist): Ditto.
13614         (mm-snarf-option): Set default value as nil.
13615         (mm-find-part-by-type): Recursive parameter.
13616         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13617         * mml2015.el: Support draft-ietf-openpgp-multsig.
13618
13619 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13620
13621         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13622         (gnus-article-view-part-as-charset): New function.
13623
13624 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13625
13626         * mm-decode.el (mm-verify-option): Default value.
13627         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13628
13629 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13632
13633 2000-11-05  Simon Josefsson  <sj@extundo.com>
13634
13635         * mml-smime.el (mml-smime-verify): Work in original multipart
13636         buffert.
13637
13638         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13639         (mm-handle-multipart-ctl-parameter): Ditto.
13640         (mm-alist-to-plist): New function.
13641         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13642         for multiparts.
13643         (mm-destroy-parts): Destroy multipart buffert.
13644         (mm-remove-part): Ditto.
13645
13646         * mml-smime.el (mml-smime-sign): Not used.
13647         (mml-smime-encrypt): Ditto.
13648
13649         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13650
13651         Verify S/MIME signature support.
13652
13653         * mm-decode.el (mm-inline-media-tests): Add
13654         application/{x-,}pkcs7-signature.
13655         (mm-inlined-types): Ditto.
13656         (mm-automatic-display): Ditto.
13657         (mm-verify-function-alist): Ditto.  Add name of method.
13658         (mm-decrypt-function-alist): Add name of method.
13659         (mm-find-part-by-type): Add documentation.
13660         (mm-possibly-verify-or-decrypt): Use new format of
13661         mm-{verify,decrypt}-function-alist.  Use method names.
13662
13663         * mml-smime.el (mml-smime-verify): New function.
13664
13665 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13666
13667         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13668
13669 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13670
13671         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13672         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13673         * mm-decode.el (mm-snarf-option): New variable.
13674
13675 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676
13677         * mm-util.el (mm-subst-char-in-string): New function.
13678         (mm-replace-chars-in-string): Use it.
13679         * message.el (message-replace-chars-in-string): Use it.
13680         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13681         * gnus-mh.el (mh-lib-progs): Shut up.
13682
13683 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13684
13685         * base64.el, md5.el: Moved to contrib directory.
13686
13687 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13688
13689         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13690         the last article when search.
13691
13692 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13693
13694         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13695         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13696
13697 2000-09-29  David Edmondson  <dme@thus.net>
13698
13699         * message.el (message-newline-and-reformat): Typo.
13700
13701 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13702
13703         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13704
13705 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13706
13707         * nntp.el (nntp-decode-text): Delete bogus status lines.
13708
13709 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13710
13711         * message.el (message-font-lock-keywords): Match a final newline
13712         to help font-lock's multiline support.
13713
13714 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13715
13716         * nnoo.el (nnoo-set): New function.
13717
13718 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13719
13720         * gpg.el, gpg-ring.el: Moved to contrib directory.
13721
13722 2000-11-04  Simon Josefsson  <sj@extundo.com>
13723
13724         * nnimap.el (nnimap-split-inbox): Typo.
13725
13726 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13727
13728         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13729
13730 2000-11-03  Simon Josefsson  <sj@extundo.com>
13731
13732         * rfc2231.el (rfc2231-parse-qp-string): New function.
13733         (require): rfc2047.
13734
13735         * mail-parse.el (mail-header-parse-content-type):
13736         (mail-header-parse-content-disposition): Support invalid QP
13737         encoded strings, by using `rfc2231-parse-qp-string'.
13738
13739 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13740
13741         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13742         (rfc2231-decode-encoded-string): Typo "> X 1".
13743         (rfc2231-encode-string): Insert the name of charset.
13744         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13745
13746 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13747
13748         * mm-decode.el (mm-save-part): Return the filename.
13749         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13750         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13751         (gnus-mime-action-alist): Use it.
13752         (gnus-mime-button-commands): Use it.
13753         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13754         (mm-inline-external-body): unwind-protect.
13755
13756 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13757
13758         * gnus-art.el (gnus-insert-mime-button): Show url.
13759
13760 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13761
13762         * mml.el (mml-generate-mime-1): Support external url.
13763         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13764
13765 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13766
13767         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13768         * mm-decode.el (mm-display-external): Ditto.
13769         * mm-extern.el: New file.
13770         * mm-decode.el (mm-inline-media-tests): Hook it up.
13771         (mm-inlined-types): Inline message/external-body.
13772
13773 2000-11-02  Simon Josefsson  <sj@extundo.com>
13774
13775         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13776
13777         * message.el (message-get-reply-headers): Better handling when
13778         Mail-Followup-To is very large.
13779
13780 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13781
13782         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13783         * gnus-art.el (gnus-article-edit-done):
13784         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13785         counting code here.
13786         * gnus-msg.el (gnus-setup-message): Remove a hack.
13787
13788 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13789
13790         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13791         (gnus-summary-mode): Make them local variables.
13792         (gnus-set-global-variables): Globalize them.
13793         (gnus-summary-exit): Kill them.
13794
13795 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13796
13797         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13798         word.
13799
13800 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13801
13802         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13803         gnus-article-wash-types.
13804         * gnus-art.el (gnus-article-wash-status): Use them.
13805
13806 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13807
13808         * mml.el (mml-read-tag): Remove spaces and LF.
13809
13810 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13811
13812         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13813         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13814
13815 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13818
13819 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13820
13821         * gnus-sum.el (gnus-article-charset): New variable.
13822         (gnus-summary-display-article): Set it.
13823         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13824         * gnus-art.el (gnus-article-mode): Make it local variable.
13825
13826 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13827
13828         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13829
13830 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13831
13832         * nnwfm.el: New file.
13833
13834         * nnweb.el (nnweb-replace-in-string): New function.
13835
13836 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13837
13838         * mml2015.el: Wrap gpg.el.
13839         * gpg.el (gpg-verify): The last argument of apply is a list.
13840         (gpg-encrypt): Add passphrase as a parameter.
13841
13842 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13843
13844         * gpg.el: New file.
13845         * gpg-ring.el: New file.
13846
13847 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13848
13849         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13850
13851 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13854         double-quote characters.
13855         (gnus-summary-prepare-threads): Ditto.
13856
13857 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13858
13859         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13860         * mml.el (mml-read-tag): Don't skip the leading space.
13861         * lpath.el (font-lock-set-defaults): Shut up.
13862
13863 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13864
13865         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13866
13867 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13868
13869         * qp.el (quoted-printable-encode-region): Replace leading - when
13870         ultra safe.
13871         * mml.el (mml-generate-mime-postprocess-function): Removed.
13872         (mml-postprocess-alist): Removed.
13873         (mml-generate-mime-1): Use ultra-safe when sign.
13874         * mml2015.el (mml2015-fix-micalg): Uppercase.
13875         (mml2015-verify): Insert LF.
13876         (mml2015-mailcrypt-sign): Downcase; search backward.
13877
13878 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13879
13880         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13881         restrictive.
13882         (nnultimate-table-regexp): New variable.
13883         (nnultimate-forum-table-p): Use it.
13884
13885 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13886         Trivial patch.
13887
13888         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13889
13890 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13891
13892         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13893         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13894
13895 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13896
13897         * mml2015.el: Shut up.
13898
13899 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13900
13901         * gnus.el (gnus-server-browse-hashtb): Removed.
13902         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13903         (gnus-group-insert-group-line-info): Use simplified method.
13904         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13905
13906 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13907
13908         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13909         moved here.
13910         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13911         * gnus-group.el (gnus-group-prepare-flat): Use it.
13912         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13913
13914 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * mml.el (mml-mode): Show menu in XEmacs.
13917
13918 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13919
13920         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13921         (gnus-server-read-server-in-server-buffer): New function.
13922         (gnus-browse-foreign-server): Browse in group buffer.
13923         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13924         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13925         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13926         * gnus.el (gnus-server-browse-hashtb): New variable.
13927
13928 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13929
13930         * nnfolder.el (nnfolder-open-nov): Use group.
13931
13932 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13933
13934         * nnfolder.el: Add NOV. Set version to 2.0.
13935         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13936
13937 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13938
13939         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13940
13941 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13942
13943         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13944         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13945
13946 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13949
13950 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13951
13952         * mm-decode.el (mm-verify-function-alist): New variable.
13953         (mm-verify-option): New variable.
13954         (mm-decrypt-function-alist): Ditto.
13955         (mm-decrypt-option): Ditto.
13956         (mm-find-raw-part-by-type): New function.
13957         (mm-possibly-verify-or-decrypt): New function.
13958         (mm-dissect-multipart): Use it.
13959         * mml2015.el (mml2015-fix-micalg): New function.
13960         (mml2015-decrypt): Use new interface.
13961         (mml2015-verify):  Use new interface.
13962         (mml2015-setup): Make it bogus.
13963
13964 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13965
13966         * mml.el (mml-generate-mime-postprocess-function): Set to
13967         mml-postprocess.
13968         (autoload): Autoload mml2015 and mml-smime.
13969         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13970         * mml2015.el (mml2015-encrypt): New function.
13971         (mml2015-sign): New function.
13972         (mml2015-encrypt-function): New variable.
13973         (mml2015-sign-function): New variable.
13974         (mml2015-mailcrypt-encrypt): Use message-recipients.
13975         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13976         * mml-smime.el (mml-smime-setup): Ditto.
13977
13978 2000-10-28  Simon Josefsson  <sj@extundo.com>
13979
13980         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13981         Communigate Pro 3.3.1 server.
13982
13983         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13984         in buffers.
13985         (mml-secure-dns-server): Removed.
13986         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13987         write certificates to files.
13988
13989         * smime.el (smime-dns-server): New variable.
13990         (smime-mail-to-domain):
13991         (smime-cert-by-dns): New functions.
13992
13993         * dig.el: New file.
13994
13995 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13996
13997         * message.el (message-options): New variable.
13998         (message-options-set-recipient): New function.
13999         (message-send): Use them.
14000         * gnus-int.el (gnus-request-replace-article): Use them.
14001         (gnus-request-accept-article): Ditto.
14002         * mml.el (mml-preview): Use them.
14003         * gnus-sum.el (gnus-summary-edit-article): Use them.
14004
14005         * message.el (message-options-get): New function.
14006         (message-options-get): New function.
14007         * rfc2047.el (rfc2047-encode-message-header): Use them.
14008         * mm-bodies.el (mm-encode-body): Use them.
14009
14010 2000-10-28  Simon Josefsson  <sj@extundo.com>
14011
14012         * nnimap.el (nnimap-retrieve-which-headers):
14013         (nnimap-request-article-part): Quote message-id.
14014
14015         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14016         (smime-CA-file): New variable.
14017         (smime-call-openssl-region): Don't error.
14018         (smime-sign-region): Return result value.
14019         (smime-encrypt-region): Ditto.
14020         (smime-verify-region): New function.
14021         (smime-decrypt-region): Ditto.
14022         (smime-verify-buffer): Ditto.
14023         (smime-decrypt-buffer): Ditto.
14024
14025         * mml.el: Require mml-sec.
14026         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14027         (mml-mode-map): Add "sign" and "encrypt" maps.
14028         (mml-menu): Add security menu.
14029         (mml-preview): Use generate-new-buffer.
14030
14031         * mml-sec.el: New file.
14032
14033 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14034
14035         * mm-decode.el (mm-find-part-by-type): Move it here.
14036         * mml.el (mml-postprocess): Move it here.
14037         (mml-postprocess-alist): Move it here. Merge them.
14038
14039 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14040
14041         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14042         unencoded stuff in the header.
14043
14044 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14045
14046         * gnus-group.el (gnus-group-listed-groups): New variable.
14047         (gnus-group-list-option): New variable.
14048         (gnus-group-list-limit-map): New keymap.
14049         (gnus-group-list-flush-map): New keymap.
14050         (gnus-group-list-plus-map): New keymap.
14051         (gnus-group-prepare-logic): New function.
14052         (gnus-group-prepare-flat): Merge with
14053         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14054         (gnus-group-prepare-flat-list-dead): Ditto.
14055         (gnus-group-list-matching): Use gnus-group-prepare-function.
14056         (gnus-group-list-dormant): Ditto.
14057         (gnus-group-list-cached): Ditto.
14058         (gnus-group-listed-groups): New function.
14059         (gnus-group-list-limit): New function.
14060         (gnus-group-list-flush): New function.
14061         (gnus-group-list-plus): New function.
14062         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14063         (gnus-topic-prepare-topic): Ditto.
14064
14065 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14066
14067         * message.el (message-insert-to, message-get-reply-headers):
14068         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14069
14070 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14071
14072         * mml2015.el: New file.
14073         * smime.el: New file.
14074         * mml-smime.el: New file.
14075
14076 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14077
14078         * ChangeLog: Moved to ChangeLog.1.
14079
14080     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14081   Copying and distribution of this file, with or without modification,
14082   are permitted provided the copyright notice and this notice are preserved.
14083
14084 ;; Local Variables:
14085 ;; coding: iso-2022-7bit
14086 ;; End: