(spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
[gnus] / lisp / ChangeLog
1 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * spam.el (spam-ham-move-routine): use the process-mark instead of
4         gnus-current-article when moving articles
5         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
6
7 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
10         (gnus-topic-catchup-articles): Ditto.
11         (gnus-topic-mark-topic): Reverse recursive logic.
12
13 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
14
15         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
16         gnus-refer-thread-limit is t.
17
18 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
19
20         * mm-util.el (mm-mule-charset-to-mime-charset): Use
21         sort-coding-systems to prefer utf-8 over utf-16.
22
23 2002-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24
25         * gnus-agent.el (gnus-agent-expire-days):
26         gnus-request-move-article depends on gnus-agent-expire to clean up
27         the cache after moving the article.  Therefore, g-a-e-d can NOT
28         default to nil or can gnus-agent-expire be disabled by doing so.
29         If you don't want to run gnus-agent-expire, don't call it.
30         (gnus-agent-expire): The broken test to disable gnus-agent-expire
31         when g-a-e-d was NOT nil was removed.
32         (gnus-agent-article-name): Removed unnecessary input test as
33         article IDs are always strings.
34         (gnus-agent-regenerate-group): Added check to protect against
35         servers that generate absurdly long article IDs.  Valid IDs are
36         less than 10 digits to avoid overflow errors.  Fixed logic error
37         when ensuring that the final article ID is present in the new
38         alist.
39         
40 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
43         next line after finding the parent.
44
45 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus.el (gnus-version-number): Bumped.
48
49 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
50
51         * gnus.el: Oort Gnus v0.15 is released.
52
53 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
54
55         * nnmail.el (nnmail-split-it): If a message ends up matching the
56           same mailbox more than once, it will cause duplicates to appear
57           in the mailbox.
58
59 2003-02-08  Simon Josefsson  <jas@extundo.com>
60
61         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
62         code that only worked under Emacs.
63
64         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
65         Das <satyaki@chicory.stanford.edu>.
66
67 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
68
69         * gnus-art.el (gnus-article-refer-article): Use
70         gnus-replace-in-string.
71
72         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
73         (gnus-remove-duplicates): do.
74
75 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
78         (gnus-request-scan): set
79         gnus-internal-registry-spool-current-method to gnus-command-method
80         before a request-scan operation
81
82         * gnus-registry.el (regtest-nnmail): use
83         gnus-internal-registry-spool-current-method
84
85         
86
87 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * mail-source.el (mail-source-fetch): Typo fix.
90
91 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
92
93         * nnmail.el (nnmail-spool-hook): new hook
94         (nnmail-cache-insert): call nnmail-spool-hook
95
96         * gnus-registry.el: new file with examples of using the hooks
97
98         * gnus.el (gnus-registry): added registry customization group
99         (gnus-group-prefixed-name): improve function to return full group
100         name optionally
101         (gnus-group-guess-prefixed-name): shortcut to
102         gnus-group-prefixed-name, using just the group name
103         (gnus-group-full-name): always get a group's full name
104         (gnus-group-guess-full-name): shortcut, using just the group name
105
106         * gnus-sum.el (gnus-summary-article-move-hook) 
107         (gnus-summary-article-delete-hook) 
108         (gnus-summary-article-expire-hook): new hooks
109         (gnus-summary-move-article, gnus-summary-expire-articles) 
110         (gnus-summary-delete-article): invoke the new hooks
111
112 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
113
114         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
115           from message-ID
116
117 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
118
119         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
120
121 2003-02-07  John Paul Wallington  <jpw@gnu.org>
122
123         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
124         (mm-write-region, mm-detect-coding-region): Doc fixes.
125
126 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * mail-source.el (mail-source-fetch): Ignore errors.
129         (mail-source-ignore-errors): New variable.
130
131         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
132         articles. 
133
134         * gnus-msg.el (gnus-version-expose-system): Change default.
135
136 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
137
138         * gnus-msg.el (gnus-version-expose-system): New variable.
139
140 2003-02-07  Simon Josefsson  <jas@extundo.com>
141
142         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
143         patch from deskpot@myrealbox.com (Vasily Korytov).
144
145 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-art.el (article-display-face): Get the Face header from
148         the current buffer.
149
150 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * gnus-art.el (gnus-mime-view-part-internally): Bind
153         buffer-read-only to nil.
154
155 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
158         from g-a-e-1 to g-a-e-2.
159
160 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
161
162         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
163         of bbdb-search-simple, use spam-use-BBDB-exclusive
164         (spam-check-whitelist): use spam-use-whitelist-exclusive
165         (spam-use-whitelist-exclusive): new variable affecting
166         spam-use-whitelist
167         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
168
169 2003-02-05  Simon Josefsson  <jas@extundo.com>
170
171         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
172         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
173         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
174         (gnus-agent-expire-1): New.
175         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
176         (gnus-agent-expire-2): New.
177
178 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
179
180         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
181         "delete-if" is misleading because it isn't actually destructive.
182
183         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
184         
185         * nnmail.el (nnmail-purge-split-history): do.
186
187         * gnus-win.el (gnus-get-buffer-window): do.
188         
189         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
190         let-binding.
191         (gnus-simplify-all-whitespace): do.
192
193 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * gnus-delay.el (gnus-delay-article): Fix binding of the
196         nndraft:delayed group.
197
198 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
199
200         * gnus.el (spam group parameters): change 'other to 'const in
201         the group parameter definitions to soothe XEmacs
202
203 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
204
205         * gnus-delay.el (gnus-delay-article): Really create
206         nndraft:delayed group if it doesn't exist.
207
208 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
209
210         * gnus-sum.el (gnus-summary-search-article): Speed up by
211         disabling various visual features while searching.
212         (gnus-summary-recenter): Test gnus-auto-center-summary first.
213
214 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
215
216         * spam.el (spam-list-of-checks): Don't quote nil and t in
217         docstrings.  From the elisp manual:
218
219            When a documentation string refers to a Lisp symbol, write
220            it [..] with single-quotes around it.  [..] There are two
221            exceptions: write t and nil without single-quotes.
222
223         * messcompat.el (message-from-style): do.
224
225         * message.el (message-send-mail): do.
226
227         * gnus-util.el (gnus-use-byte-compile): do.
228
229         * gnus-score.el (gnus-score-lower-thread): do.
230
231         * gnus-int.el (gnus-server-unopen-status): do.
232
233         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
234         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
235
236         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
237         (gnus-group-parameters): do.
238
239         * gnus-art.el (gnus-article-mime-match-handle-function): do.
240
241         * mm-decode.el (mm-text-html-renderer): do.
242
243 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * nnheader.el (nnheader-directory-separator-character): Change the
246         way to compute the dafault value.
247
248 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
249
250         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
251         (gnus-button-alist): Fix regexp for describe-key.
252         (gnus-button-handle-describe-function)
253         (gnus-button-handle-describe-variable)
254         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
255         (gnus-button-handle-apropos-variable)
256         (gnus-button-handle-apropos-documentation): Docstring fix.
257
258         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
259
260 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
263         to nil.
264
265         * nnmail.el: Removed gnus-util autoload.
266
267         * gnus.el: Use gnus-prin1-to-string throughout.
268
269         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
270         print-level. 
271
272         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
273         (gnus-treat-display-grey-xface): Removed.
274
275         * gnus-fun.el (gnus-grab-cam-face): New.
276         (gnus-convert-image-to-gray-x-face): Removed.
277         (gnus-convert-gray-x-face-to-xpm): removed.
278         (gnus-convert-gray-x-face-region): Removed.
279         (gnus-grab-gray-x-face): Removed.
280
281         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
282
283 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
284
285         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
286         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
287         bound.
288
289         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
290
291 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
292
293         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
294         Remove -- these are bogus options which are never used.
295
296 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
297
298         * gnus-art.el (gnus-article-mode): Use summary tool bar.
299
300 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
301
302         * spam.el (spam-check-blackholes) 
303         (spam-blackhole-good-server-regex): new variable to skip some IPs
304         when checking blackholes; use it
305         (spam-check-bogofilter-headers) 
306         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
307         case more X-Bogosity is used than just "Yes/No"
308         (spam-ham-move-routine): semi-fixed, only first article is
309         properly moved now
310
311 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
312
313         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
314         as well.
315         
316         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
317         
318         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
319         
320         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
321         
322         * gnus-bcklg.el (gnus-backlog-shutdown): do.
323         
324         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
325
326 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-fun.el (gnus-face-encode): New function.
329         (gnus-convert-png-to-face): Use it.
330
331         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
332
333 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
334
335         * mm-decode.el (mm-dissection-list): Remove.
336         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
337         only used in mm-remove-all-parts.
338         (mm-remove-all-parts): Remove it, it's never called.
339
340 2003-01-25  Simon Josefsson  <jas@extundo.com>
341
342         * gnus-group.el (gnus-group-make-group): Report errors.
343
344         * nnimap.el (nnimap-request-create-group): Ditto.
345
346         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
347
348         * sieve.el (sieve-upload): Fix error printing.
349
350         * mm-encode.el (mm-qp-or-base64): Always QP iff
351         mm-use-ultra-safe-encoding and cleartext PGP.
352
353         * gnus-sum.el (gnus-summary-select-article): Inhibit
354         redisplay (mainly for secured messages).
355
356         * nnmail.el (nnmail-article-group): Copy body too (but don't
357         process it).
358
359 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
360
361         * gnus-art.el (gnus-article-setup-buffer): Reset
362         gnus-button-marker-list.
363
364 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * nntp.el (nntp-read-timeout): Default to using a second delay
367         under Microsoft Windows.
368
369 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * nnheader.el (nnheader-directory-separator-character): New
372         variable. 
373
374 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
375
376         * gnus-agent.el (gnus-agent-max-fetch-size)
377         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
378         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
379         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
380         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
381         (gnus-agent-braid-nov, gnus-agent-load-alist)
382         (gnus-agent-article-alist-save-format)
383         (gnus-agent-read-agentview, gnus-agent-save-alist)
384         (gnus-agent-fetch-group-1, gnus-agent-expire)
385         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
386         (gnus-agent-regenerate-group): Reformat to keep under eighty
387         columns.  Reword docstrings so that first line is under eighty
388         chars and a complete sentence.  Still need to work on the rear
389         end of the file, in particular gnus-agent-expire.       
390
391 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * gnus-agent.el (gnus-agentize): Indent.
394
395         * gnus.el (gnus-version-number): Bumped.
396
397 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
398
399         * gnus.el: Oort Gnus v0.14 is released.
400
401 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
402
403         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
404         before beginning.  Tiny patch from Mark Thomas
405         <swoon@bellatlantic.net>.
406
407 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * spam.el (spam-check-blackholes, spam-split) 
410         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
411         gnus-message calls to show to users what spam.el is doing
412
413 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
414
415         * gnus-msg.el (gnus-message-replysign)
416         (gnus-message-replyencrypt): Fix typo.
417
418 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
421         details. 
422
423 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * gnus-art.el (gnus-article-press-button): let* -> let.
426         (gnus-mime-security-show-details): Cleaned up.
427         (gnus-mime-security-press-button): Save excursion.
428         (gnus-insert-mime-security-button): Clean up.
429
430         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
431
432         * gnus-async.el (gnus-async-wait-for-article): Don't use a
433         timeout. 
434
435         * nntp.el (nntp-accept-process-output): Removed timeout. 
436         (nntp-read-timeout): New variable.
437         (nntp-accept-process-output): Use it.
438
439         * gnus-sum.el (gnus-data-find-list): Remove *.
440
441 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
442
443         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
444         introduced on 2002-01-22.
445         (gnus-summary-first-unseen-or-unread-subject): Ditto.
446
447 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
448
449         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
450         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
451         checks of incoming mail based on simple header regexp matching
452
453 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         * gnus-sum.el (gnus-spam-mark): set to `$'
456
457 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
458
459         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
460         gnus-newsgroup-unfetched, the list of articles whose headers have
461         not been fetched from the server.
462
463         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
464         parameter as it never worked due to a bug.  Added check to prevent
465         selection of any article in the gnus-newsgroup-unfetched list.
466         (gnus-summary-find-prev): Added check to prevent selection of any
467         article in the gnus-newsgroup-unfetched list.
468         (gnus-summary-first-subject): Documented API. Modified
469         implementation so that constraints are handled independently.
470         Added check to prevent selection of any article in the
471         gnus-newsgroup-unfetched list.
472         (gnus-summary-first-unseen-subject): Updated parameters in
473         gnus-summary-first-subject call to match new API.
474         (gnus-summary-first-unseen-or-unread-subject): Ditto.
475         (gnus-summary-catchup): Do not mark unfetched articles as read.
476         
477 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
478
479         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
480         make-obsolete-variable allows only two arguments in XEmacs and
481         Emacs 20.
482
483         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
484         gnus-article-hide-pgp.
485         (gnus-summary-make-menu-bar): do.
486
487         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
488         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
489         gnus-article-hide-pgp.
490         (article-hide-pgp): Remove.
491         (gnus-article-hide): Remove gnus-article-hide-pgp.
492
493         * gnus.el: Remove gnus-article-hide-pgp
494
495 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * message.el (message-required-headers): Doc fix.
498
499 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
500
501         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
502         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
503         option to make ifile a purely binary classifier
504
505 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
508         (mml-secure-encrypt-pgpmime): Removed double.
509
510         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
511         debugging statements.
512
513 2003-01-21  Andreas Fuchs  <asf@void.at>
514
515         * mml-sec.el (mml-sign-alist): Added pgpauto.
516
517 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus.el (gnus-version-number): Bumped version number.
520
521 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
522
523         * gnus.el: Oort Gnus v0.13 is released.
524
525 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-art.el (gnus-button-url-regexp): Removed |.
528
529         * message.el (message-send-hook): Doc fix.
530
531         * gnus-win.el (gnus-buffer-configuration): Display article
532         instead of article-copy when `reply'.
533
534 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
535
536         * gnus.el (gnus-format): Change customize group to gnus.
537         (gnus-cache): Add link.
538         (gnus-group-charter-alist): Fix docstring.
539
540 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
541
542         * mailcap.el (mailcap-print-command): lpr-command might be
543         unbound in XEmacs.
544
545 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
546
547         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
548
549         * gnus-sum.el (gnus-summary-update-article-line): Fixed
550         calculation of net characters added for use in the gnus-data
551         structure.
552         
553 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
554
555         * nnmail.el (nnmail-process-unix-mail-format): Improve error
556         message.  Suggested by Jari Aalto.
557
558 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
561         (gnus-article-reply-with-original): Ditto.
562
563         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
564         read articles don't become unread.
565
566 2003-01-17  Simon Josefsson  <jas@extundo.com>
567
568         * gnus-fun.el (gnus-x-face-from-file): 
569         (gnus-face-from-file): Suggest image format in minibuffer prompt.
570
571         * gnus-fun.el (gnus-convert-image-to-x-face-command)
572         (gnus-convert-image-to-face-command): Doc fix.
573
574 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
577
578 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
579
580         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
581         avoid encoding problems.
582
583         * mailcap.el (mailcap-ps-command): New variable.
584         (mailcap-mime-data): Add print entry where applicable.  Use
585         pdftotext on a tty.
586
587 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
588
589         * gnus-sum.el (gnus-alter-header-function): Add type and group.
590
591 2003-01-16  Simon Josefsson  <jas@extundo.com>
592
593         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
594         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
595         (gnus-face-from-file): Doc fix; don't mention image format.
596
597 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
598
599         * spam.el (spam-get-article-as-filename): new function (unused for now)
600         (spam-get-article-as-buffer): new function
601         (spam-get-article-as-string): use spam-get-article-as-buffer
602         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
603
604 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
605  
606         * gnus-agent.el: Don't use `path'.
607         From the GNU coding standards:
608         
609             Please do not use the term ``pathname'' that is used in Unix
610             documentation; use ``file name'' (two words) instead.  We use
611             the term ``path'' only for search paths, which are lists of
612             directory names.
613
614         * nnsoup.el (nnsoup-file-name): Ditto.
615  
616         * nnmail.el (nnmail-pathname-coding-system): Ditto.
617         (nnmail-group-pathname): Ditto.
618  
619         * nnimap.el (nnimap-group-overview-filename): Ditto.
620  
621         * nnheader.el (nnheader-pathname-coding-system): Ditto.
622         (nnheader-group-pathname): Ditto.
623  
624         * nnfolder.el (nnfolder-group-pathname): Ditto.
625  
626         * gnus.el (gnus-home-directory): Ditto.
627  
628         * gnus-group.el (gnus-group-icon-list): Ditto.
629  
630 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
631
632         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
633
634         * message.el (message-mode-menu): Use it.
635         (message-mode-menu): Deactivate "Yank Original" if there's no
636         reply buffer.
637
638         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
639
640         * message.el (message-mark-active-p): New function.
641
642 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
645         (spam-bogofilter-database-directory): new variables
646         (spam-check-bogofilter-headers, spam-check-bogofilter) 
647         (spam-bogofilter-register-with-bogofilter) 
648         (spam-bogofilter-register-spam-routine) 
649         (spam-bogofilter-register-ham-routine) 
650         (spam-group-ham-processor-bogofilter-p): new functions for the new
651         Bogofilter interface
652         (spam-summary-prepare-exit): use the new Bogofilter functions
653         (spam-list-of-checks): added spam-use-bogofilter-headers
654         (spam-bogofilter-score): rewrote function
655         (spam-check-bogofilter): optional score parameter, uses
656         spam-check-bogofilter-headers better
657         (spam-check-bogofilter-headers): optional score parameter
658
659         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
660         default, in the gnus-start customization group.  Used to disable
661         the spam-*/ham-* parameters.
662         (gnus-group-ham-exit-processor-bogofilter): new ham processor
663
664 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
665
666         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
667         XEmacs.
668
669         * gnus-ems.el (gnus-mark-active-p): do.
670
671 2003-01-15  Kevin Ryde  <user42@zip.com.au>
672
673         * gnus.texi (Using MIME): Mention auto-compression-mode with
674         gnus-mime-copy-part.
675
676 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * message.el (message-send): Don't warn about duplicates when
679         superseding. 
680
681 2003-01-15  Simon Josefsson  <jas@extundo.com>
682
683         * nnimap.el (nnimap-split-download-body): New variable.
684         (nnimap-split-articles): Use it.
685
686 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
687
688         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
689         integrity checker was incorrectly flagging, and removing, articles
690         whose article number was negative.
691         (gnus-agent-fetch-group-1): When executed in the group's summary
692         buffer, refresh each downloaded line to update the status flag and
693         font.  Preserve the value of gnus-newsgroup-headers so that
694         gnus-agent-fetch-articles can split the requests by size.
695         (gnus-agent-expire): Corrected day calculation for when
696         gnus-agent-expire-days contains a list.
697
698 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
701
702 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
703
704         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
705           /usr/bin/play as default player. 
706           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
707
708 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
711         articles to be marked as well.
712
713 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
714         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
715         fictious headers generated by nnagent (ie. Undownloaded Article
716         ####) in the list of articles that have not been downloaded.
717         
718         * gnus-int.el (): Added require declarations to resolve
719         compile-time warnings.
720         (gnus-open-server): If the server status is set to offline,
721         recursively execute gnus-open-server to open the offline backend
722         (e.g. nnagent).
723
724 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
725
726         * gnus-art.el (gnus-article-reply-with-original): Use
727         gnus-mark-active-p.
728         (gnus-article-followup-with-original): do.
729
730 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
731
732         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
733
734 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
735
736         * gnus-score.el (gnus-score-edit-file-at-point): New function.
737         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
738
739 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
740
741         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
742         (gnus-face-from-file): Ditto.
743
744 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-sum.el (gnus-articles-to-read): Don't just apply
747         gnus-alter-articles-to-read-function to the unread articles. 
748
749 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
750
751         * deuglify.el (gnus-article-outlook-unwrap-lines)
752         (gnus-article-outlook-repair-attribution)
753         (gnus-article-outlook-rearrange-citation): New function names,
754         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
755         doc-string.
756
757         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
758         removed `W k' key binding (use `W Y f' instead).
759         (gnus-summary-make-menu-bar): Use new function names.
760
761 2003-01-13  Simon Josefsson  <jas@extundo.com>
762
763         * gnus-fun.el (gnus-random-x-face): Doc fix.
764         (gnus-insert-random-x-face-header): New function.
765
766 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
767
768         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
769         mark is not active.
770
771         * gnus-msg.el (gnus-inews-do-gcc): Comment.
772
773         * gnus-ems.el (gnus-mark-active-p): New function.
774
775         * gnus-group.el (gnus-topic-mode-p): New function.
776         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
777         Deactivate items if mark is not active.
778
779 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus.el (gnus-version-number): Bumped version.
782         (gnus-summary-line-format): Doc fix.
783
784 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
785
786         * gnus.el: Oort Gnus v0.12 is released.
787
788 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * mail-source.el (mail-sources): Removed autoload to make it
791         compile under XEmacs.
792
793 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
794
795         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
796         regexp or a function too.
797         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
798         confirmation even if the original article is mail.
799
800 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
803         articles to be marked when not yanking.
804
805 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
806
807         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
808         
809 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * gnus-fun.el (gnus-face-from-file): Autoload.
812
813         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
814         errors.
815
816 2003-01-12  Simon Josefsson  <jas@extundo.com>
817
818         * sieve.el (sieve-upload-and-bury): New.  Suggested by
819         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
820
821         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
822         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
823
824 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
827         in every string.
828
829         * gnus.el (gnus-version-number): Bumped version number.
830
831 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
832
833         * gnus.el: Oort Gnus v0.11 is released.
834
835 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
836
837         * message.el (message-fetch-reply-field): Narrow to headers.
838
839         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
840         if Gnus isn't alive.
841
842 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
843
844         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
845         marks from articles that are already stored in the agent.
846         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
847         backup copy of an invalid .overview file for later analysis.
848         
849 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
850
851         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
852         exit work with two frames.
853
854 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
855
856         * message.el (message-forward-make-body): Use mule4.
857
858 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * message.el (message-mode-map): Move wide-reply command.
861
862 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
863
864         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
865         castellano.
866         (gnus-outlook-display-hook): New variable.
867         (gnus-outlook-display-article-buffer): New function.
868         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
869         (gnus-outlook-deuglify-article): Made them interactive and added
870         optional arg.  Use `g-o-d-a-b'.
871         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
872
873         * gnus-sum.el: Added autoloads.
874         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
875         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
876
877 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-art.el (gnus-display-mime): Use the mime emulation
880         variable. 
881
882         * gnus-sum.el (gnus-article-emulate-mime): New variable.
883
884         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
885         newsrc-alist is initialized properly.
886
887         * mail-source.el (mail-sources): Autoload.
888
889         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
890         nil.
891
892         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
893         insert two newlines.
894
895         * message.el (message-check-news-header-syntax): Compute the
896         header length correctly.
897
898 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
899
900         * gnus-agent.el (gnus-agent-expire): Do not remove article from
901         alist when keeping fetched article file.
902         (gnus-agent-retrieve-headers): When parsing response for article
903         numbers, use the same algorithm as gnus-agent-braid-nov to protect
904         against garbage in the server's response.
905
906         * gnus-int.el (gnus-request-expire-articles,
907         gnus-request-move-article): Only expire when the group's server
908         has been agentized.
909
910 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
913         errors when deleting overlays.
914
915         * gnus-score.el (gnus-score-followup): Allow tracing.
916
917         * gnus-art.el (gnus-treat-display-face): New variable.
918         (article-display-face): New command.
919
920         * gnus-fun.el (gnus-face-from-file): New function.
921         (gnus-convert-face-to-png): Ditto.
922
923         * gnus-art.el (gnus-ignored-headers): Added Face.
924
925 2003-01-10  Simon Josefsson  <jas@extundo.com>
926
927         * nndraft.el (nndraft-request-group): Avoid crash in
928         directory-files when draft directory doesn't exists.
929
930         * gnus-sum.el (gnus-select-article-hook): Add :option.
931
932 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
933
934         * spam.el (spam-use-stat): new variable
935         (spam-group-spam-processor-stat-p) 
936         (spam-group-ham-processor-stat-p): new convenience functions
937         (spam-summary-prepare-exit): add spam/ham processors to sequence
938         (spam-list-of-checks): add spam-use-stat to list of checks
939         (spam-split): conditionally load the spam-stat tables
940         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
941         spam-check-ifile): new functions
942
943         * spam-stat.el (spam-stat): typo fix
944         (spam-stat-install-hooks): new variable
945         (spam-stat-split-fancy-spam-group): added documentation clarification
946         (spam-stat-split-fancy-spam-threshhold): new variable
947         (spam-stat-install-hooks): make hooks conditional
948         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
949
950         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
951         spam-stat ham/spam processor symbols
952
953 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
956         file exists.
957
958 2003-01-10  Simon Josefsson  <jas@extundo.com>
959
960         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
961         undownloaded/downloadable only when unplugged.
962
963 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
964
965         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
966
967 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
968
969         * spam.el (spam-check-ifile): fixed call-process-region to use the
970         db parameter only if it's set
971         (spam-ifile-register-with-ifile): ditto
972
973 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
974
975         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
976         spam-stat-nbad before creating the hash table.
977         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
978         Changed copyright statement to FSF.
979
980 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
981
982         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
983         processable articles as read.
984         (gnus-agent-summary-fetch-series): Remove processable and
985         downloadable marks on all downloaded articles in the series.
986
987         * nntp.el (nntp-report): Throw error after reporting the problem.
988         (nntp-accept-process-output): Corrected error check to report an
989         error when the process is nil.
990
991 2003-01-09  Simon Josefsson  <jas@extundo.com>
992
993         * message.el (message-tool-bar-map): Add preview.
994
995 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
996
997         * mml.el (mml-preview): Get rid of MIME handles and buffers after
998         previewing.
999
1000 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1001
1002         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1003         bug when the (n+1)th article to be added to a group has a smaller
1004         number than the n articles already added.
1005
1006 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1007
1008         * message.el (message-mode-field-menu): Use backquote.
1009
1010 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1011
1012         * spam.el: fixed the BBDB autoloads again, using
1013         bbdb-search-simple now (which is not a macro, thank god)
1014
1015         * lpath.el (bbdb-search): removed function from maybe-fbind list
1016
1017         * gnus.el (ham-process-destination): added new parameter for
1018         destination of ham articles found in spam groups at summary exit
1019
1020         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1021         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1022         (spam-ifile-database-path): added new parameter for ifile's database
1023         (spam-move-spam-nonspam-groups-only): new parameter to determine
1024         if spam should be moved from all groups or only some
1025         (spam-summary-prepare-exit): fixed logic to use
1026         spam-move-spam-nonspam-groups-only when deciding to invoke
1027         spam-mark-spam-as-expired-and-move-routine; always invoke that
1028         routine after the spam has been expired-or-moved in case there's
1029         some spam left over; use spam-ham-move-routine in spam groups
1030         (spam-ham-move-routine): new function to move ham articles to the
1031         ham-process-destinations group parameter
1032
1033 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1036
1037         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1038         gnus-summary-update-article-line.
1039
1040 2003-01-08  Simon Josefsson  <jas@extundo.com>
1041
1042         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1043         not successful.
1044
1045 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1048
1049 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1052         logic, finally
1053
1054 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1057         (gnus-parse-format): Change to %~.
1058
1059         * message.el (message-generate-headers): Don't generate optional
1060         empty headers.
1061
1062 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1063
1064         * message.el (message-cross-post-default)
1065         (message-cross-post-note-function, message-shoot-gnksa-feet)
1066         (message-strip-subject-trailing-was, message-change-subject)
1067         (message-mark-insert-file, message-cross-post-followup-to)
1068         (message-cross-post-followup-to, message-mode-map)
1069         (message-generate-unsubscribed-mail-followup-to)
1070         (message-make-mail-followup-to): Minor changes to doc-strings and
1071         error messages.  Updated copyright line.
1072
1073         * message.el (message-make-mail-followup-to,
1074         message-generate-unsubscribed-mail-followup-to): New function
1075         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1076         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1077         names.
1078
1079         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1080         (mml-preview-insert-mft): Removed function name.
1081         (mml-preview): Use new function names.
1082
1083         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1084
1085         * message.el (message-mode-field-menu): Moved header related
1086         commands from "Message" to "Field" menu.
1087
1088 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1089
1090         * message.el (message-generate-headers-first): Added customization
1091         if variable is a list.
1092
1093 2003-01-07  Michael Shields  <shields@msrl.com>
1094
1095         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1096         where the last line of the article is the last line of the window.
1097
1098 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-msg.el (gnus-debug): Use ignore-errors.
1101
1102         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1103         `gnus-summary-update-line'.
1104
1105 2003-01-08  Simon Josefsson  <jas@extundo.com>
1106
1107         * gnus-art.el (gnus-unbuttonized-mime-types)
1108         (gnus-buttonized-mime-types): Doc fix.
1109
1110 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1111
1112         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1113
1114 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1115
1116         * nnrss.el (nnrss-group-alist): Add and clear up.
1117
1118 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1121
1122         * lpath.el (bbdb-search): added BBDB functions for a better way to
1123         fix missing functions
1124
1125         * spam.el (spam-check-ifile): if should be an unless
1126
1127         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1128         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1129         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1130
1131 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1134         gnus-summary-refer-thread to thread menu.
1135
1136 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1137
1138         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1139         summary buffer, articles that cannot be fetched are marked as
1140         canceled.
1141
1142         * nntp.el (nntp-with-open-group): The quit signal handler must
1143         propagate the quit signal to the next outer handler so that the
1144         caller knows that the request aborted abnormally.
1145
1146 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1147
1148         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1149         (spam-ifile-register-spam-routine)
1150         (spam-ifile-register-ham-routine): added ifile functionality that
1151         does not use ifile-gnus.el to classify and register articles
1152         (spam-get-article-as-string): convenience function
1153         (spam-summary-prepare-exit): added ifile spam and ham registration
1154         (spam-ifile-all-categories, spam-ifile-spam-category)
1155         (spam-ifile-path, spam-ifile): added customization options
1156
1157         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1158         exit processor
1159         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1160         list of choices
1161
1162 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-score.el (gnus-score-followup): Also score immediate
1165         followups.
1166
1167 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1170
1171 2003-01-07  Simon Josefsson  <jas@extundo.com>
1172
1173         * message.el (message-mode-menu): Fix receipt balloon help.
1174
1175 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1176
1177         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1178         always be interpreted as news.
1179
1180 2003-01-07  Simon Josefsson  <jas@extundo.com>
1181
1182         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1183         gnus-sieve-script, instead of the global variable
1184         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1185         <sb@dod.no>.
1186
1187 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1188
1189         * gnus.el: Renamed gnus-summary-*-uncached-face as
1190         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1191         the cache.
1192
1193         * gnus-sum.el: Ditto.
1194
1195 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1196
1197         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1198         in either the group or summary buffer.
1199         New command "JS", in summary buffer, will fetch articles per the
1200         group's category, predicate, and processable flags.
1201         (gnus-agent-summary-fetch-series): Rewritten to call
1202         gnus-agent-session-fetch-group once with all articles in the
1203         series.
1204         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1205         return list of fetched articles.
1206         (gnus-agent-fetch-articles): Split fetch list into sublists such
1207         that the article buffer is only slightly larger than
1208         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1209         the group's article alist is saved.
1210         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1211         longer result in the agent trying to fetch an article.
1212         (gnus-agent-fetch-group-1): Can now be called in either the group
1213         or summary buffer.  Removed the max-fetch-size code that I added
1214         on 2002-12-13 as that capability is now part of
1215         gnus-agent-fetch-articles.  Added code to update summary buffer.
1216         When called in the group buffer, articles that can not be fetched
1217         are AUTOMATICALLY MARKED AS READ.
1218
1219         * gnus-sum.el (): Modified eval-when-compile to minimize
1220         misleading compilation warnings.
1221         (gnus-update-summary-mark-positions): Changed code to use
1222         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1223
1224         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1225         empty file as the parser assumes that the file isn't empty.
1226
1227         * nntp.el (nntp-send-string): The process-send-string call can,
1228         because it performs I/O on the process, change the process' state
1229         from open to closed.  If this happens, call nntp-report
1230         immediately to report the broken connection.
1231         (nntp-report): Rewritten to avoid needing a global variable to
1232         determine the appropriate course of action.  Instead, two function
1233         implementations are provided and the nntp-report function value is
1234         bound to the appropriate implementation.
1235         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1236         (nntp-with-open-group): Now binds nntp-report's function cell
1237         rather than binding gnus-with-open-group-first-pass.  Added a
1238         condition-case to detect a quit during a nntp command.  When the
1239         quit occurs, the current connection is closed as a fetch articles
1240         request could have several megabytes queued up for reading.
1241         (nntp-retrieve-headers): Bind articles to itself.  If
1242         nntp-with-open-group repeats this command, I must have access to
1243         the original list of articles.
1244         (nntp-retrieve-groups): Ditto for groups.
1245         (nntp-retrieve-articles): Ditto for articles.
1246         (*): Replaced nntp-possibly-change-group calls to
1247         nntp-with-open-group forms in all, but one, occurrance.
1248         (nntp-accept-process-output): Bug fix. Detect when called with
1249         null process.
1250
1251 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1252
1253         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1254         if we don't need to.
1255         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1256
1257 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-group.el (gnus-group-make-web-group): Pass the select
1260         method on to group-create.
1261         (gnus-group-line-format-alist): %U is an integer.
1262
1263         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1264         ephemeral groups.
1265         (gnus-summary-read-group-1): Ditto.
1266         (gnus-group-make-articles-read): Ditto.
1267
1268         * mm-url.el (mm-url-program): Doc fix.
1269
1270         * message.el (message-mode-map): Rebound
1271         message-insert-wide-reply.
1272
1273 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1276         color as `gnus-group-startup-message' does.
1277
1278 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1279
1280         * spam.el: fixed line lengths to 80 chars or less
1281
1282         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1283         "not-read" mark
1284         (gnus-summary-mark-forward): added the spam-mark to the list of
1285         marks not to be marked as "read" when viewed
1286
1287 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1290
1291         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1292         Protect against unactive groups.
1293
1294         * message.el (message-check-news-header-syntax): Check long
1295         header lines.
1296         (message-check-news-header-syntax): Update `start'.
1297
1298         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1299         (gnus-group-line-format): %U.
1300         (gnus-group-line-format-alist): ?U.
1301         (gnus-number-of-unseen-articles-in-group): New function.
1302
1303         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1304
1305         * gnus.el (gnus-version-number): Bump version number.
1306
1307 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1308
1309         * gnus.el: Oort Gnus v0.10 is released.
1310
1311 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus.el (gnus-version-number): Fix version number.
1314
1315 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1316
1317         * gnus.el: Oort Gnus v0.08 is released.
1318
1319 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1320
1321         * mm-util.el: Add mm-string-make-unibyte.
1322
1323         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1324         UTF-8 groups.
1325
1326 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1329
1330         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1331
1332 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1333
1334         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1335         function.
1336
1337 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1340         (gnus-summary-read-group-1): Update group line.
1341         (gnus-summary-exit-no-update): Update group on exit.
1342
1343         * gnus-group.el (gnus-group-line-format): Add %*.
1344         (gnus-group-line-format-alist): Ditto.
1345         (gnus-group-insert-group-line): Set it.
1346         (gnus-group-is-exiting-p): New variable.
1347         (gnus-group-insert-group-line): Use it.
1348
1349 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1350
1351         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1352         enable BBDB ham processing
1353         (spam-blacklist-register-routine): enable blacklist spam processing
1354         (spam-whitelist-register-routine): enable whitelist ham processing
1355         (spam-fetch-field-from-fast): fast fetching of the "from" field
1356         from (gnus-data-list)
1357         (spam-summary-prepare-exit): works completely now
1358         (spam-use-blacklist): oops, should be nil by default
1359         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1360         split processing now; before it was for summary exit as
1361         well but that's done with the spam-contents and spam-process
1362         parameters now
1363
1364 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1365
1366         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1367         characters.
1368
1369 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1370
1371         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1372         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1373         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1374         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1375         (spam-mark-spam-as-expired-and-move-routine)
1376         (spam-generic-register-routine, spam-BBDB-register-routine)
1377         (spam-ifile-register-routine, spam-blacklist-register-routine)
1378         (spam-whitelist-register-routine): new functions
1379         (spam-summary-prepare-exit): added summary exit processing (expire
1380         or move) of spam-marked articles for spam groups; added slots for
1381         all the spam-*-register-routine functions
1382
1383 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * pop3.el (pop3-retr): Wait 500 msecs.
1386         (pop3-read-response): Ditto.
1387
1388         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1389         right.
1390         (gnus-inews-make-draft): New function.
1391         (gnus-setup-message): Use it.
1392
1393         * message.el (message-required-headers): Add From.
1394
1395 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1396         Trivial patch from Norbert Koch <nk@viteno.net>.
1397
1398         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1399
1400 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * message.el (message-generate-headers): Let header formatters do
1403         their work.
1404
1405 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1406
1407         * deuglify.el (gnus-article-outlook-deuglify-article):
1408         Rehighlight, reapply treatments and call
1409         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1410         (gnus-outlook-repair-attribution-block): Recognize cited
1411         attributions.  Suggested by Niklas Morberg.
1412
1413 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1414
1415         * gnus-art.el (gnus-treat-predicate): Check condition first.
1416
1417 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1418
1419         * lpath.el: Add url-http-file-exists-p.
1420
1421         * gnus-group.el (gnus-group-fetch-charter): Use
1422         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1423
1424 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * message.el (message-draft-headers): Also generate From to get a
1427         nicer draft buffer summary.
1428
1429         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1430         parameter.
1431
1432         * gnus-art.el (article-wash-html): Clean up.
1433         (article-wash-html): Typo fix.
1434
1435         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1436         (gnus-summary-mail-forward): To many lists of lists.
1437
1438         * gnus-art.el (article-wash-html): Clean up.
1439
1440 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1441
1442         * gnus-art.el (gnus-treat-wash-html): New variable.
1443
1444 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * message.el (message-check-news-header-syntax): Allow posting.
1447         (message-check-news-header-syntax): Fix logic for sure, this
1448         time.
1449
1450 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1451
1452         * message.el (message-check-news-header-syntax): Check syntax of
1453         continuation headers.
1454
1455 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1456
1457         * gnus-art.el (gnus-button-url-regexp,
1458         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1459         (gnus-header-button-alist): Regexps are case insensitive here.
1460
1461 2003-01-02  Simon Josefsson  <jas@extundo.com>
1462
1463         * dig.el (query-dig): Doc fix.
1464
1465 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1466
1467         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1468         summary buffer line, not just the download mark.
1469
1470 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1473         (gnus-summary-insert-dormant-articles): New command and
1474         keystroke.
1475
1476         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1477         function for mass insertion of subjects.
1478
1479         * nndraft.el (nndraft-generate-headers): Don't move point.
1480
1481         * gnus.el (nnheader): Require nnheader.
1482
1483         * nndraft.el (nndraft-request-associate-buffer): Use
1484         make-local-variable.
1485
1486 2003-01-02  Michael Shields  <shields@msrl.com>
1487
1488         * nndraft.el (nndraft-request-associate-buffer): Make
1489         write-contents-hooks buffer-local before setting it.
1490
1491 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * gnus.el (gnus-group-parameter-value): Take an extra param.
1494         (gnus-group-fast-parameter): Let group param results be nil.
1495
1496         * gnus-art.el (gnus-article-forward-header): New function.
1497         (article-date-ut): Use it to remove continuation date headers.
1498
1499         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1500         read-event.
1501         (gnus-summary-remove-bookmark): Clean up.
1502         (gnus-summary-set-bookmark): Clean up.
1503
1504         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1505
1506         * gnus.el (gnus-group-startup-message): Bind data-directory to
1507         the Gnus etc directory.
1508
1509 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1510
1511         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1512         ham-processing of articles; use the new
1513         spam-group-(spam|ham)-contents-p functions
1514         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1515         convenience functions
1516         (spam-mark-junk-as-spam-routine): use the new
1517         spam-group-spam-contents-p function
1518
1519         * gnus.el (spam-process, spam-contents, spam-process-destination):
1520         added new parameters with corresponding global variables
1521         (gnus-group-spam-exit-processor-ifile,
1522         gnus-group-spam-exit-processor-bogofilter,
1523         gnus-group-spam-exit-processor-blacklist,
1524         gnus-group-spam-exit-processor-whitelist,
1525         gnus-group-spam-exit-processor-BBDB,
1526         gnus-group-spam-classification-spam,
1527         gnus-group-spam-classification-ham): added new symbols for the
1528         spam-process and spam-contents parameters
1529
1530         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1531         customization and list itself to store mark symbol rather than
1532         mark character.
1533         (spam-bogofilter-register-routine): added logic to generate mark
1534         values list from spam-ham-marks and spam-spam-marks, so (member)
1535         would work.
1536
1537 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * message.el (message-cross-post-followup-to): Fix comment.
1540
1541 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1542
1543         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1544         customization and list itself to store mark symbol rather than
1545         mark character.
1546         (spam-bogofilter-register-routine): added logic to generate mark
1547         values list from spam-ham-marks and spam-spam-marks, so (member)
1548         would work.
1549
1550 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1551
1552         * message.el (message-signature-insert-empty-line): New variable.
1553
1554 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * message.el: Renamed functions and variables: "xpost" ->
1557         "cross-post", "-fup2" -> "-followup-to".
1558         (message-cross-post-old-target, message-cross-post-default,
1559         message-cross-post-note, message-followup-to-note,
1560         message-cross-post-note-function): New variables names.
1561         (message-xpost-old-target, message-xpost-default,
1562         message-xpost-note, message-fup2-note,
1563         message-xpost-note-function): Removed variable names.
1564         (message-cross-post-followup-to-header,
1565         message-cross-post-insert-note, message-cross-post-followup-to):
1566         New function names.
1567         (message-xpost-fup2-header, message-xpost-insert-note,
1568         message-xpost-fup2): Removed function names.
1569
1570 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1571
1572         * message.el (message-send-mail): Added message-cleanup-headers to
1573         prevent newlines in headers.
1574
1575 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * dns.el (dns-make-network-process): Comment.
1578
1579         * gnus-sum.el (gnus-summary-display-while-building): Default to
1580         nil.
1581
1582 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1583
1584         * gnus-sum.el (gnus-summary-display-while-building): New
1585         variable.
1586
1587 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1588
1589         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1590         before rearranging the article.
1591
1592 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * nndraft.el (nndraft-generate-headers): New function.
1595         (nndraft-request-associate-buffer): Use it to write headers on
1596         buffer save.
1597
1598         * message.el (message-generate-headers): Let the function be a
1599         lambda form.
1600         (message-draft-headers): New variable.
1601
1602         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1603         function.
1604         (gnus-setup-message): Use it.
1605
1606         * message.el (message-generate-headers-first): Doc fix.
1607         (message-setup-1): Use new function for getting which headers to
1608         generate.
1609         (message-headers-to-generate): New function.
1610
1611 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1612
1613         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1614
1615 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1616
1617         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1618         mention negatives.
1619
1620 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1621
1622         * deuglify.el (gnus-outlook-rearrange-article): Use
1623         `transpose-regions' instead of tempering the kill-ring.
1624         (gnus-article-outlook-deuglify-article): Rehighlight article
1625         instead of a complete redisplay.
1626
1627 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1628
1629         * spam.el: most defvars are defcustoms now
1630
1631         patches from Michael Shields  <shields@msrl.com>
1632
1633         * spam.el (spam-bogofilter-articles): Select the article
1634         body using gnus-summary-show-article t instead of
1635         gnus-summary-select-article; this presents the raw text
1636         without running any hooks.
1637
1638         * spam.el (spam-bogofilter-articles): Use message-remove-header
1639         to remove headers; the old way incorrectly removed just the first
1640         line of folded headers.
1641
1642 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1645
1646 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-start.el (gnus-load): New function.
1649         (gnus-read-newsrc-el-file): Use it.
1650
1651 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1652
1653         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1654         (gnus-button-handle-apropos-documentation): New function.
1655         (gnus-button-handle-ctan): New function.
1656         (gnus-button-alist): Use them.  Improve some regexps.
1657         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1658
1659 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * message.el (message-subscribed-p): New function.
1662         (message-send-mail): Use it.
1663         * mml.el (mml-preview-insert-mft): New function.
1664         (mml-preview): Use it.
1665
1666 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1669         when sorting by date.
1670
1671         * gnus-art.el (gnus-article-edit-mode): New variable.
1672         (gnus-article-setup-buffer): Warn user about discarding edits.
1673
1674         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1675         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1676         headers.
1677
1678         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1679
1680 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1681
1682         * message.el (message-completion-alist): Added "Mail-Followup-To"
1683         and "Mail-Copies-To".
1684
1685 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1686
1687         * gnus-group.el: Add key bindings for
1688         gnus-group-sort-groups-by-real-name and
1689         gnus-group-sort-selected-groups-by-real-name.
1690
1691 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1692
1693         * gnus.texi (Sorting Groups): Add key bindings for
1694         gnus-group-sort-groups-by-real-name and
1695         gnus-group-sort-selected-groups-by-real-name.
1696
1697 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1698
1699         * spam.el (spam-use-dig): new variable for blackhole checking
1700         through dig.el
1701         (spam-check-blackholes): added dig.el checking functionality and
1702         more verbose reporting; query-dig is autoloaded from dig.el
1703         (spam-use-blackholes): disabled by default
1704         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1705         blackhole servers list
1706
1707 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * message.el (message-required-headers): New variable.
1710
1711 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1712
1713         * dig.el (query-dig): new function
1714
1715 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1718         prefixes.
1719
1720         * dns.el (query-dns): Protect against errors.
1721
1722         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1723         (gnus-inews-add-send-actions): Mark all answered messages as
1724         answered.
1725
1726 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1727
1728         * nnmail.el (nnmail-split-it): Added tracing to
1729         `:' split rule
1730
1731 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1732
1733         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1734         and "%s" so we don't overquote them.
1735
1736 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1737
1738         * (mm-display-external): Display the actual command that has been
1739         executed in the echo area.
1740
1741 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1744
1745         * message.el (message-with-reply-buffer): New macro.
1746         (message-fetch-reply-field): Use it.
1747         (message-insert-wide-reply): New command and keystroke.
1748         (message-carefully-insert-headers): New function.
1749         (message-insert-to): Use new function.
1750
1751         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1752         (gnus-topic-goto-missing-group): Use it.
1753
1754         * message.el (message-required-news-headers): Removed Lines.
1755         (message-reply): Don't insert References first.
1756         (message-followup): Ditto.
1757         (message-make-references): New function.
1758         (message-followup): Set message-reply-headers before generating
1759         the buffer stuff.
1760
1761 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1762
1763         * mml.el (mml-generate-mime-1): Reverse the order of
1764         encoding/flowing.
1765
1766 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1769         after moving them.
1770
1771         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1772         fit with newer standard format.
1773         (gnus-summary-make-false-root-always): New variable.
1774         (gnus-gather-threads-by-subject): Use it.
1775
1776         * message.el (message-get-reply-headers): Take an address list
1777         optional argument.
1778
1779 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus.el (gnus-keep-backlog): Change default to 20.
1782
1783         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1784         start.
1785         (gnus-agent-check-overview-buffer): Remove negative article
1786         numbers.
1787
1788         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1789         (nnmail-cache-ignore-groups): Doc fix.
1790
1791         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1792         (nnimap-debug-buffer): New variable.
1793         (nnimap-debug): Use it.
1794
1795 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1796
1797         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1798
1799 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1802         they aren't already sorted.
1803
1804 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1805
1806         * message.el (message-mode-menu): Add ellipses to menu items
1807         expecting user interaction.
1808         (message-mode-field-menu): do.
1809
1810 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1811
1812         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1813         it isn't used any more.
1814
1815 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1816
1817         * binhex.el (binhex-decoder-program): Fix docstring.
1818
1819 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1820
1821         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1822         special chars if the mailcap file uses single quotes around %s.
1823         From Laurent Martelli <laurent@bearteam.org>.
1824
1825 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1826
1827         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1828         return the info object.
1829
1830 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1831
1832         * gnus-int.el (gnus-request-update-info): Artificially add
1833         (1 . (1- min)) to the read range, in case the backend doesn't
1834         store marks for nonexistent articles.
1835
1836 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * binhex.el (binhex-insert-char): Eval-and-compile.
1839
1840 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1841
1842         * lpath.el: Add tool-bar-local-item-from-menu.
1843
1844         * message.el (message-tool-bar-local-item-from-menu): New function.
1845         (message-tool-bar-map): Use it.
1846
1847 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1848
1849         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1850
1851         * gnus-art.el (gnus-article-header-rank): Last header in
1852         gnus-sorted-header-list should have higher rank than non-members.
1853
1854 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1857         covered methods.
1858
1859 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1860
1861         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1862         eval-when-compile.  Suggested by Kevin Greiner.
1863
1864 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1865
1866         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1867         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1868         even though no headers may have been fetched
1869         (gnus-agent-fetch-group-1, and perhaps others, require this
1870         behavior).
1871         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1872         server buffer is constrained by gnus-agent-max-fetch-size.
1873         Multiple chunks in the same group may perform arbitrarily large
1874         updates.
1875
1876 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1877
1878         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1879         gnus-summary-update-download-mark to update the article in the
1880         summary.
1881
1882 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1883
1884         * gnus.el (gnus-summary-high-uncached-face,
1885         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1886         New faces.
1887
1888         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1889         added this on 2002-11-23 but it just wasn't working out as
1890         intended.  The idea isn't entirely dead, three new faces
1891         gnus-summary-*-uncached-face are being added to gnus.el to provide
1892         the basis for an improved implementation.
1893         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1894         proper file to open is lib/servers.
1895         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1896         (i.e. removing the article from gnus-newsgroup-downloadable) will
1897         now restore the article's default mark rather than simply setting
1898         no mark.
1899         (gnus-agent-get-undownloaded-list): Corrected documentation.
1900         Added code to set new summary local variable,
1901         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1902         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1903         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1904         up to date.  Call new gnus-summary-update-download-mark to keep
1905         summary buffer up-to-date.
1906         (gnus-agent-fetch-selected-article): Keep
1907         gnus-newsgroup-undownloaded up to date.
1908         (gnus-agent-fetch-articles): Return list of articles that were
1909         successfully fetched.
1910         (gnus-agent-check-overview-buffer): No more thingatpt.
1911         (gnus-agent-expire): No longer deletes NOV entries of unread
1912         articles.
1913         (gnus-agent-unread-articles): New function.
1914         (gnus-agent-regenerate-group): The article number must be
1915         terminated by a tab character.  Added more messages to report
1916         repairs.  Inhibit quits while writing changes so it is now safe
1917         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1918         downloaded to 1) resolve the unbound references and 2) avoid
1919         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1920
1921         * gnus-art.el (gnus-article-prepare): The agent
1922         downloaded/undownloaded mark is no longer stored as the article's
1923         mark.
1924
1925         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1926         gnus-summary-highlight may use it.  Added downloaded as
1927         gnus-summary-highlight was using it.
1928
1929         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1930         the download mark now follows Kai's +/- convention.
1931         (gnus-downloaded-mark): Added ?+ mark.
1932         (gnus-summary-highlight): Added rules to select
1933         gnus-summary-high-uncached-face,
1934         gnus-summary-normal-uncached-face, and
1935         gnus-summary-low-uncached-face.  Removed the
1936         gnus-agent-downloaded-article-face.
1937         (gnus-summary-line-format-alist): Implemented the download flag
1938         format (?O) as named in the manual.  This implementation displays
1939         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1940         gnus-no-mark.
1941         (gnus-newsgroup-agentized): New local variable that identifies
1942         which groups are agentized.  While the agent is now on by default,
1943         you don't have to agentize every server that you use.
1944         (gnus-update-summary-mark-positions): Completed support for the
1945         download type of mark.
1946         (gnus-summary-insert-line): Added undownloaded to the parameters.
1947         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1948         reference by the gnus-summary-line-format-spec.
1949
1950         * nntp.el (nntp-with-open-group): This macro handles dropped or
1951         broken connections by opening a new connection and repeating the
1952         failed command.
1953         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1954         XOVER commands preceeding the active articles with the nov entry
1955         of the first available article.  When gnus connected to such a
1956         server, the unexpected nov entry would result in duplicate lines
1957         in the agent's overview file.  This patch fixes the duplicate
1958         lines problem and improves performance by skipping over all
1959         articles IDs that preceed the first nov entry in the server's
1960         reply.
1961
1962 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1965         (gnus-summary-highlight): Use it instead of `downloaded'.
1966         (gnus-summary-highlight-line): Ditto.
1967
1968         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1969
1970 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1973
1974         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1975         calls.
1976
1977         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1978         downloaded variable if we're in an uncovered group.
1979
1980         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1981         font to soemthing less noticeable.
1982         (gnus-agent-group-covered-p): New function.
1983
1984 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1985
1986         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1987         Because of an unknown bug, the group buffer is saved in .overview
1988         file.
1989
1990 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1991
1992         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1993         `and' with `or'.
1994
1995 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1996
1997         * nntp.el (nntp-send-command): Assume that echo does not happen
1998         when nntp-open-connection-function is nntp-open-network-stream.
1999         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2000
2001 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2002
2003         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2004
2005 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2006
2007         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2008         nntp-server-buffer if we aren't going to write to it.
2009
2010 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2011         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2012
2013         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2014
2015 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2018         decoded words.
2019
2020 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2021
2022         * gnus.el (fboundp): After loading mm-util, make sure it was the
2023         right one.
2024
2025 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2026
2027         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2028         gnus-sum.  Made into a user option.
2029
2030         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2031         (gnus-summary-mark-article-as-unread)
2032
2033 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2034
2035         * time-date.el (date-to-time): Typo.
2036
2037         * parse-time.el: Typo.
2038
2039         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2040
2041         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2042
2043         * nnimap.el:
2044         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2045
2046         * mm-encode.el (mm-safer-encoding): Typo.
2047
2048         * messcompat.el: Typo.
2049
2050         * message.el (message-face-alist): Typo.
2051
2052         * imap.el (imap-interactive-login, imap-open): Typos.
2053
2054         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2055
2056         * gnus.el: Typo.
2057
2058         * gnus-win.el (gnus-configure-frame): Typo.
2059
2060         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2061
2062         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2063
2064         * gnus-sum.el (gnus-summary-article-number)
2065         (gnus-summary-read-group-1, gnus-summary-mark-article)
2066         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2067
2068         * gnus-mule.el (gnus-mule-add-group): Typo.
2069
2070         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2071
2072         * gnus-group.el (gnus-group-fetch-faq): Typo.
2073
2074         * gnus-art.el (gnus-decode-header-methods): Typo.
2075
2076         * flow-fill.el: Typo.
2077
2078 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2079
2080         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2081
2082 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2083
2084         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2085         (gnus-summary-mark-article-as-unread)
2086         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2087         Reformatting to avoid long lines.
2088         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2089
2090 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2091
2092         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2093         be accessed through `mail-header-number'.
2094
2095 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2096
2097         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2098         compressed range to gnus-summary-insert-articles.
2099
2100 2002-11-26  Kevin Ryde <user42@zip.com.au>
2101
2102         * gnus-art.el (gnus-mime-copy-part): Look for filename
2103         parameter under content-disposition, not content-type.
2104
2105         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2106         (gnus-summary-reselect-current-group): Use it.
2107
2108 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2109
2110         * gnus-agent.el (gnus-agent-uncached-articles): if
2111         gnus-agent-load-alist fails, return ARTICLES.
2112
2113         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2114
2115 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2116
2117         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2118         superfluous function call.
2119         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2120         Add warning to docstring.
2121
2122 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * gnus-agent.el: Autoload number-at-point instead.
2125         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2126
2127 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2128
2129         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2130         require thingatpt (for number-at-point) and protect against
2131         deactivate-mark being unbound (on XEmacs).
2132
2133 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2134
2135         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2136         print message on entry.
2137
2138         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2139
2140         * gnus-range.el (gnus-range-difference): New function.
2141         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2142
2143 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2144
2145         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2146         gnus-remove-from-range instead of gnus-range-difference which
2147         doesn't exist.
2148
2149 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2150         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2151
2152         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2153         used for showing which articles have been downloaded.
2154         (gnus-agent-article-alist): Format change.  Add documentation.
2155         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2156         process-marked articles.
2157         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2158         in the series are individually fetched to minimize lose of
2159         content due to an error/quit.
2160         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2161         gnus-message instead of message.
2162         (gnus-agent-read-servers): Use file lib/methods instead of
2163         lib/servers.  TODO: Why?
2164         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2165         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2166         come from the agent.  This means that they are not downloaded.
2167         (gnus-agent-fetch-selected-article): Don't use history.
2168         (gnus-agent-save-history, gnus-agent-enter-history)
2169         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2170         Removed function; history is not used anymore.
2171         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2172         (gnus-agent-crosspost): Started rewrite then realized that a typo
2173         in gnus-agent-fetch-articles ensures that this function is never
2174         called.  This will need to be fixed later.
2175         (gnus-agent-check-overview-buffer): Some sanity checks on the
2176         agent overview buffer.  This is a safety net used during
2177         development.
2178         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2179         changed, write a number to the file indicating this.
2180         (gnus-agent-fetch-headers): Rewrite to respect
2181         gnus-agent-consider-all-articles without relying on the
2182         `.fetched' files.  Make it fast.
2183         (gnus-agent-braid-nov): Change resulting from
2184         gnus-agent-fetch-headers change.
2185         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2186         `.fetched' files.
2187         (gnus-agent-read-agentview): New function, used by
2188         gnus-agent-load-alist.
2189         (gnus-agent-load-fetched-headers): Remove.
2190         (gnus-agent-save-alist): Rewrite to accomodate new format.
2191         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2192         same order as in gnus-newsgroup-headers.
2193         (gnus-agent-expire): Document and implement extra args ARTICLES,
2194         GROUP, FORCE.  Do not restrict usage.
2195         (gnus-agent-uncached-articles): New function.
2196         (gnus-agent-retrieve-headers): Use it.
2197         (gnus-agent-regenerate-group): No longer needs to be called from
2198         gnus-agent-regenerate.  Individual groups may be regenerated. The
2199         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2200         The article fetch dates are validated in the article alist.  The
2201         article alist is pruned of entries that do not reference existing
2202         NOV entries.  All changes are computed then applied with
2203         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2204         regeneration.  The optional clean parameter has been replaced with
2205         an optional reread parameter.  Clean is no longer necessary as
2206         regeneration gets the appropriate setting from
2207         gnus-agent-consider-all-articles.  The new reread parameter will
2208         result in fetched, or all, articles being marked as unread.
2209         (gnus-agent-regenerate): Removed code to regenerate the history
2210         file as it is no longer used.
2211
2212         * gnus-start.el (gnus-make-ascending-articles-unread): New
2213         function, for efficient mass-marking.
2214
2215         * gnus-sum.el (gnus-summary-highlight): Use new face for
2216         downloaded articles.
2217         (gnus-article-mark): Prefer to indicate read/unread status over
2218         downloaded status.
2219         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2220         line.
2221         (gnus-summary-highlight-line): Use new face for downloaded
2222         articles.
2223         (gnus-summary-insert-old-articles): Improved performance by
2224         replacing the initial LIST of older articles with a compressed
2225         RANGE of older articles.  Some servers appear to lie about
2226         their active range so the original list could contain millions
2227         of article numbers.  The range is not expanded into a list
2228         until the optional ALL parameter has been applied.
2229
2230 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2231
2232         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2233
2234 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2235
2236         * spam.el:
2237         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2238
2239         * spam.el: added `M s t' and `M s x' key mappings
2240
2241 2002-11-20  Simon Josefsson  <jas@extundo.com>
2242
2243         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2244
2245 2002-11-19  Simon Josefsson  <jas@extundo.com>
2246
2247         * gnus-sum.el (gnus-summary-morse-message): Load
2248         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2249         (unmorse-region): Autoload it instead.
2250
2251 2002-11-18  Simon Josefsson  <jas@extundo.com>
2252
2253         * gnus-sum.el (gnus-summary-morse-message): New function.
2254         (gnus-summary-wash-map): Bind to `W m'.
2255         (gnus-summary-make-menu-bar): Add.
2256
2257         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2258         before storing \Deleted mark on expired articles.
2259
2260 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2261         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2262
2263         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2264         parens in column 0.
2265
2266 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2267
2268         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2269
2270         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2271
2272         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2273
2274 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2275
2276         * message.el (message-set-auto-save-file-name): Use
2277         make-directory, to avoid the dependence on gnus-util.
2278
2279 2002-11-16  Simon Josefsson  <jas@extundo.com>
2280
2281         * nnimap.el (nnimap-callback-callback-function):
2282         (nnimap-callback-buffer): Removed, these cannot be global but must
2283         be embedded into the callback.
2284         (nnimap-make-callback): New.  Embedd article number, callback and
2285         buffer in function.
2286         (nnimap-callback, nnimap-request-article-part): Update.
2287
2288 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2291
2292 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2293
2294         * gnus.el (gnus-summary-line-format): Document %C.
2295
2296 2002-11-11  Simon Josefsson  <jas@extundo.com>
2297
2298         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2299         output when called interactively.
2300
2301 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2304
2305         * message.el (message-draft-coding-system): Improve comment; use
2306         mm-auto-save-coding-system for the default value.
2307
2308         * nndraft.el (nndraft-request-article): Revert to the state before
2309         2002-10-29; regexp-quote mail-header-separator.
2310
2311 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2312
2313         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2314         allow editing of drafts from an nnvirtual group.
2315
2316 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2319         mm-auto-save-coding-system.
2320
2321         * message.el (message-draft-coding-system): Default to
2322         iso-2022-7bit.
2323
2324         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2325         restore the default value to emacs-mule or escape-quoted.
2326
2327 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2330         a delayed or a queued article as well as a draft.
2331
2332         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2333         delayed or a queued article in the raw format; treat a delayed
2334         article as a raw article as well as a draft.
2335         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2336         for the delayed group.
2337
2338         * nndraft.el (nndraft-request-article): Ignore auto save files for
2339         a delayed or a queued article; don't bother to decode a queued
2340         article; don't bind nnmail-file-coding-system for a queued article.
2341
2342         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2343         and the queue group.
2344
2345 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2346
2347         * gnus-group.el (gnus-group-delete-group):
2348         gnus-cache-active-hashtb might be void.
2349
2350 2002-11-02  Simon Josefsson  <jas@extundo.com>
2351
2352         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2353         setting of the default user ID.  From Raymond Scholz
2354         <ray-2002@zonix.de>.
2355
2356 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2357
2358         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2359         charset.
2360
2361 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2362         From Alex Schroeder <alex@emacswiki.org>
2363         * spam-stat.el (spam-stat-process-directory): add dir to message
2364         (spam-stat-reduce-size): No longer remove words
2365         with values close to 0.5, because the default value is 0.2.
2366
2367 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2368
2369         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2370         documentation.
2371
2372 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2373
2374         * gnus-agent.el (gnus-agent-fetched-headers)
2375         (gnus-agent-load-fetched-headers)
2376         (gnus-agent-save-fetched-headers): Remove variable and two
2377         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2378         works better.
2379         (gnus-agent-fetch-headers): New implementation from Kevin
2380         Greiner.  Uses gnus-agent-article-alist to store information
2381         about fetched messages which aren't on the server anymore.  The
2382         trick is to return a list of considered messages to the caller,
2383         but to only fetch those which haven't been fetched yet.
2384
2385 2002-10-30  Simon Josefsson  <jas@extundo.com>
2386
2387         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2388
2389         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2390
2391 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2392
2393         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2394         versions of emacs-w3m than 1.3.3.
2395
2396         * lpath.el: Bind w3m-minor-mode-map.
2397
2398         * mm-view.el (mm-w3m-mode-command-alist)
2399         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2400         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2401         (mm-setup-w3m): Simplified.
2402         (mm-w3m-local-map-property): New function.
2403         (mm-inline-text-html-render-with-w3m): Use it.
2404
2405         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2406         mm-w3m-local-map-property.
2407
2408 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * mm-util.el (mm-auto-save-coding-system): Default to
2411         iso-2022-7bit.
2412
2413         * nndraft.el (nndraft-request-article): Decode an article using
2414         the coding-system emacs-mule if it seems to have been saved using
2415         emacs-mule.
2416         (nndraft-request-replace-article): Use message-draft-coding-system
2417         instead of mm-auto-save-coding-system for the draft or delayed
2418         group.
2419
2420 2002-10-28  Josh  <huber@alum.wpi.edu>
2421
2422         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2423         functions.
2424
2425 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2426         From mah@everybody.org (Mark A. Hershberger).
2427
2428         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2429         type values ("url" size) regardless of the values of
2430         mm-url-use-external.
2431
2432 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2433
2434         * nnimap.el (nnimap-request-article-part): Try harder to show
2435         group name in debugging message.
2436
2437 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2438
2439         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2440         directory if it doesn't exist.
2441         (gnus-agent-fetch-headers): Remove old cruft that tried to
2442         abstain from downloading articles more than once if
2443         gnus-agent-consider-all-articles was true.  This is now done
2444         properly via the .fetched files.
2445
2446 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * nndraft.el (nndraft-request-article): Treat delayed articles
2449         like drafts.
2450
2451 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2454
2455 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2456
2457         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2458         Remove unused optional arg DIR and corresponding code.
2459
2460         * nnimap.el (nnimap-request-article-part): Include group name in
2461         debugging output.
2462
2463 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2464
2465         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2466
2467 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2468
2469         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2470         contains range of headers that have been fetched by the agent
2471         already.  Compare gnus-agent-article-alist.
2472         (gnus-agent-file-header-cache): Like
2473         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2474         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2475         seen/recent logic.
2476         Remember which headers have been fetched before and don't fetch
2477         them again the next time round.
2478         (gnus-agent-load-fetched-headers)
2479         (gnus-agent-save-fetched-headers): New functions, for remembering
2480         which headers have been fetched before.
2481
2482 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * lpath.el: Remove useless bindings.
2485
2486 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2487
2488         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2489         features while searching.
2490
2491 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2492
2493         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2494
2495 2002-10-22  Simon Josefsson  <jas@extundo.com>
2496
2497         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2498         (pgg-snarf-keys): Add.
2499
2500 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * lpath.el: Fbind bbdb-records.
2503
2504         * spam.el: Don't autoload bbdb-records.
2505
2506 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2509         prevent inf-loop.
2510
2511 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * nnslashdot.el: Removed some test lines.
2514         More test.
2515
2516 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2517
2518         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2519         are known to be downloaded already.
2520
2521 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2524         (mm-text-html-washer-alist): Ditto.
2525
2526 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2527
2528         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2529         boundary between headers and body.
2530         * nnml.el (nnml-parse-head): Ditto.
2531
2532 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533
2534         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2535         entries.
2536
2537         * gnus-group.el (gnus-fetch-group): Allow an optional
2538         specification of the articles to select.
2539
2540         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2541
2542 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2543
2544         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2545         headers from the group, update variable `articles' to contain
2546         only those numbers where headers exist.  (When fetching all
2547         articles in a group, Gnus creates lots of numbers where there is
2548         no articles.)
2549
2550 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2551
2552         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2553         doesn't have the 'alist custom type, use cons cells instead.
2554         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2555         (pgg-parse-hash-algorithm-alist): Ditto.
2556         (pgg-parse-compression-algorithm-alist): Ditto.
2557         (pgg-parse-signature-type-alist): Ditto.
2558
2559         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2560
2561         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2562
2563         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2564
2565 2002-10-19  Simon Josefsson  <jas@extundo.com>
2566
2567         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2568         buffer.
2569
2570 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2571
2572         * gnus-spec.el (gnus-make-format-preserve-properties)
2573         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2574         properties also on XEmacs.  `gnus-xmas-format' is like format but
2575         preserves text properties on XEmacs (though it only understands
2576         simple format specs).  The variable
2577         `gnus-make-format-preserve-properties' controls whether the
2578         function is used, and is checked in `gnus-parse-simple-format'.
2579         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2580
2581         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2582         output.
2583         (gnus-agent-consider-all-articles): New variable.
2584         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2585         (gnus-agent-fetch-headers): Depending on
2586         gnus-agent-consider-all-articles, maybe get all articles.
2587         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2588         `read'.
2589         (gnus-predicate-imples-unread): New function.
2590         (gnus-agent-fetch-headers): Optimize to call
2591         gnus-list-of-unread-articles if that is sufficient.
2592         Check unseen and recent instead of seen and recent.
2593         (gnus-agent-fetch-headers): Abstain from calling
2594         gnus-list-range-intersection if range (a . b) would have (> a b).
2595
2596 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * message.el (message-send-mail): Make it possible to perform
2599         edebug-defun.
2600
2601 2002-10-18  Simon Josefsson  <jas@extundo.com>
2602
2603         * gnus-art.el (gnus-button-man-handler): Change default to
2604         `manual-entry' (defined in both emacsen).
2605         (gnus-button-man-handler): Remove emacsen difference and use
2606         `manual-entry'.
2607
2608 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * spam.el: Wrap autoload settings for bbdb-records,
2611         executable-find and ifile-spam-filter with eval-and-compile.
2612         (spam-display-buffer-contents): Remove.
2613         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2614
2615 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2616
2617         * spam.el (spam-display-buffer-contents): New function.
2618         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2619         from Katsumi Yamaoka <yamaoka@jpl.org>.
2620
2621 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2622
2623         * nnheader.el (nnheader-parse-naked-head): New function.
2624         (nnheader-parse-head): Use the above function, in order to handle
2625         continuation lines properly.
2626         (nnheader-remove-body): New function.
2627         (nnheader-remove-cr-followed-by-lf): New function.
2628         (nnheader-ms-strip-cr): Use the above function.
2629
2630         * gnus-agent.el (gnus-agent-regenerate-group): Call
2631         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2632         `nnheader-parse-head'.
2633         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2634
2635         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2636         continuation lines by itself; call `nnheader-parse-naked-head'
2637         instead of `nnheader-parse-head'.
2638         * nndiary.el (nndiary-parse-head): Ditto.
2639         * nnfolder.el (nnfolder-parse-head): Ditto.
2640         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2641         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2642         * nnml.el (nnml-parse-head): Ditto.
2643
2644 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2645
2646         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2647         XEmacs, default to it if featurep 'xemacs.
2648
2649 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * spam-stat.el: Check for the existence of hash functions instead
2652         of the Emacs version to decide whether to load cl.  Suggested by
2653         Kai Gro\e,A_\e(Bjohann.
2654
2655 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2656
2657         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2658         if it isn't open yet.
2659
2660 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-group.el: Require mm-url only when compiling.
2663         (gnus-group-fetch-charter): Require mm-url.
2664
2665         * spam-stat.el: Require cl for the functions gethash,
2666         hash-table-count, make-hash-table and mapc for Emacs 20.
2667         (puthash): Alias to cl-puthash for Emacs 20.
2668         (with-syntax-table): New macro for Emacs 20.
2669
2670 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2671
2672         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2673
2674 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2675
2676         * spam.el (spam-check-ifile): added ifile as a spam checking
2677         backend, and spam-use-ifle as the variable to toggle that check.
2678
2679 2002-10-12  Simon Josefsson  <jas@extundo.com>
2680
2681         * message.el (message-beginning-of-line): New variable.
2682         (message-beginning-of-line): Use it.
2683
2684 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2685
2686         * spam.el: more compilation fixes for BBDB
2687
2688         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2689         (spam-stat-reduce-size): Interactive.
2690         (spam-stat-reset): New function.
2691         (spam-stat-save): Interactive.
2692
2693 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gnus.el: Autoload gnus-delay-initialize.
2696
2697         * message.el: Autoload gnus-delay-article.
2698
2699 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2700
2701         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2702         text property in Emacs.
2703
2704 2002-10-11  Simon Josefsson  <jas@extundo.com>
2705
2706         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2707         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2708
2709         * mml1991.el (mml1991-pgg-sign): Remove CR.
2710
2711 2002-10-10  Simon Josefsson  <jas@extundo.com>
2712
2713         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2714         decrypt failed.
2715         (mml2015-trust-boundaries-alist): Removed.
2716         (mml2015-gpg-extract-signature-details): Don't use it.
2717         (mml2015-unabbrev-trust-alist): New.
2718         (mml2015-gpg-extract-signature-details): Use it.
2719
2720 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2721
2722         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2723         BBDB installed
2724
2725         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2726         statistical analysis of spam in Lisp only
2727
2728 2002-10-10  Simon Josefsson  <jas@extundo.com>
2729
2730         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2731         auth, selected or examine state.
2732
2733         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2734         buffer and error buffer depending on type of information.
2735
2736         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2737         --status-fd stuff even if gpg.el is not used (revert earlier
2738         change).
2739         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2740         gnus details.
2741         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2742         buffer.
2743
2744         * pgg.el (pgg-verify-region): Use it.
2745
2746         * pgg-def.el (pgg-query-keyserver): New variable.
2747
2748         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2749         key-identifier in packet.  Is this a good idea?
2750
2751         * mml.el (mml-mode-map): Add security commands that operates on
2752         MIME parts.
2753         (mml-menu): And menu items for them.
2754
2755         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2756
2757         * mml.el (mml-parse-1): Support sender in #secure tags.
2758
2759         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2760         defined.
2761
2762         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2763         (mml-pgp-encrypt-buffer): Support combined signing.
2764
2765         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2766         (mml1991-gpg-encrypt): Ditto.
2767         (mml1991-pgg-encrypt): Ditto.
2768         (mml1991-encrypt): Pass sign parameter.
2769
2770         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2771         (mml-signencrypt-style): Mention the variable.
2772
2773 2002-10-09  Simon Josefsson  <jas@extundo.com>
2774
2775         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2776         pgg-gpg-user-id.
2777
2778         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2779         (pgg-fetch-key-function): Nil if w3 is not installed.
2780
2781 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2782
2783         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2784         gnus-agent-current-history.
2785
2786 2002-10-06  Simon Josefsson  <jas@extundo.com>
2787
2788         * imap.el (imap-parse-status): Don't use read to read token.
2789
2790 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2791
2792         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2793         for methods not covered by the agent, and when unplugged.
2794
2795 2002-10-05  Simon Josefsson  <jas@extundo.com>
2796
2797         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2798         signing.
2799
2800         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2801         a named server fails, ignore the server.
2802
2803         * mml1991.el (mml1991-pgg-sign): Do QP.
2804
2805         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2806         work.
2807
2808 2002-10-04  Simon Josefsson  <jas@extundo.com>
2809
2810         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2811
2812         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2813         binary-write-decoded-region from MEL.
2814
2815         * pgg.el (pgg-encrypt-region): Support sign.
2816
2817         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2818
2819         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2820
2821         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2822         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2823         branch where PGG was taken from in the ChangeLog entries below.
2824
2825 2002-10-01  Simon Josefsson  <jas@extundo.com>
2826
2827         * pgg-pgp.el: Don't require mel.  Don't use luna.
2828         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2829         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2830         (pgg-pgp-process-region): Don't use binary-funcall.
2831
2832         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2833
2834         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2835         instead of concat.
2836
2837         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2838
2839 2002-09-29  Simon Josefsson  <jas@extundo.com>
2840
2841         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2842         compile warnings.
2843
2844         * pgg.el (pgg-decrypt-region): Don't parse packet.
2845
2846         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2847
2848 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2849
2850         * pgg.el: Remove dependency on calist.el.
2851
2852 2002-09-28  Simon Josefsson  <jas@extundo.com>
2853
2854         * pgg.el (pgg-temporary-file-directory): New variable.
2855         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2856
2857         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2858         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2859
2860         * pgg-parse.el (pgg-char-int): Defalias.
2861         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2862         (pgg-read-bytes, pgg-read-body): Use it.
2863         (pgg-decode-packets): Don't use MEL, use base64-*.
2864         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2865         (pgg-string-as-unibyte): Defalias.
2866         (pgg-parse-armor-region): Use it.
2867
2868         * pgg-gpg.el (pgg-gpg-process-region): Use
2869         pgg-temporary-file-directory.
2870
2871         * luna.el: Don't def-edebug.
2872
2873         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2874         binary-write-decoded-region from MEL.
2875
2876         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2877
2878         * alist.el, calist.el: Don't require product/APEL.
2879
2880         * pgg-parse.el (top-level): Remove dependency on static.el,
2881         pccl.el, mel.el.
2882         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2883         `define-ccl-program' is boundp, instead of using broken.
2884
2885 2002-10-01  Simon Josefsson  <jas@extundo.com>
2886
2887         * message.el (message-required-mail-headers): Remove Lines:.
2888
2889 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2890         From Jesper Harder.
2891
2892         * gnus-group.el (gnus-group-fetch-charter,
2893         gnus-group-fetch-control): Prompt for group if given a prefix
2894         argument.
2895         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2896         gnus-group-fetch-control to summary key map and menu.
2897
2898
2899 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2900
2901         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2902         number when there are no articles.
2903
2904 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2905
2906         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2907         arg ALL means to fetch all articles, not only downloadable ones.
2908         (gnus-agent-fetch-selected-article): New function for
2909         gnus-select-article-hook or gnus-mark-article-hook.
2910
2911 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2912         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2913
2914         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2915         raw-text.
2916
2917 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2918
2919         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2920         Pinard).
2921         Major revamp of the code, documentation is in comments in the file
2922         for now.
2923
2924 2002-09-30  Simon Josefsson  <jas@extundo.com>
2925
2926         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2927         buffer seem to be needed?
2928
2929 2002-09-29  Simon Josefsson  <jas@extundo.com>
2930
2931         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2932         compile warnings.
2933
2934         * mml1991.el (mml1991-function-alist): Add pgg.
2935         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2936         (mml1991-pgg-encrypt): Fix recipients querying.
2937
2938 2002-09-28  Simon Josefsson  <jas@extundo.com>
2939
2940         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2941         from dme@dme.org.
2942         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2943         handle is returned.
2944
2945 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2948         Protect against non-existent of `nnimap-mailbox-info'.
2949
2950 2002-09-27  Simon Josefsson  <jas@extundo.com>
2951
2952         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2953         (gnus-setup-news-hook): Use it.
2954         (gnus-after-getting-new-news-hook): Ditto.
2955
2956         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2957
2958 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2959         From Mats Lidell <matsl@contactor.se>.
2960
2961         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2962
2963 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2964
2965         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2966         the part to decode encoded words, use raw words instead of decoded
2967         words.
2968
2969 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2972
2973         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2974         (mm-setup-w3m): Use it.
2975
2976 2002-09-27  Simon Josefsson  <jas@extundo.com>
2977
2978         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2979         article buffers.
2980
2981         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2982         it just in case.
2983         (nnimap-update-unseen): New function; update unseen count in
2984         `n-m-info'.
2985         (nnimap-close-group): Call it.
2986
2987         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2988         (gnus-after-getting-new-news-hook): Ditto.
2989
2990         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2991         message into verboselevel 9.  Change slow mail check message.
2992         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2993         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2994         used as a hook after getting new mail.
2995
2996 2002-09-26  Simon Josefsson  <jas@extundo.com>
2997
2998         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2999         SELECT/EXAMINE is first unseen article, not number of unseen
3000         articles.  Make them distinct by renaming the former to
3001         `first-unseen' instead of `unseen'.
3002
3003         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3004         too.
3005         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3006         changed.
3007         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3008
3009         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3010
3011         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3012         better.
3013
3014         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3015         if dissecting resulting buffer actually had any information.
3016
3017 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3020         because the function `string<' allows symbols.
3021
3022         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3023
3024 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3025
3026         * message.el (message-forward-make-body): Revert an early change
3027         because 8-bit utf-8 emails.
3028
3029 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3030
3031         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3032         links to Info)
3033         * gnus-art.el (gnus-treat-highlight-signature):
3034         * gnus-art.el (gnus-treat-buttonize):
3035         * gnus-art.el (gnus-treat-buttonize-head):
3036         * gnus-art.el (gnus-treat-emphasize):
3037         * gnus-art.el (gnus-treat-strip-cr):
3038         * gnus-art.el (gnus-treat-unsplit-urls):
3039         * gnus-art.el (gnus-treat-leading-whitespace):
3040         * gnus-art.el (gnus-treat-hide-headers):
3041         * gnus-art.el (gnus-treat-hide-boring-headers):
3042         * gnus-art.el (gnus-treat-hide-signature):
3043         * gnus-art.el (gnus-treat-fill-article):
3044         * gnus-art.el (gnus-treat-hide-citation):
3045         * gnus-art.el (gnus-treat-hide-citation-maybe):
3046         * gnus-art.el (gnus-treat-strip-list-identifiers):
3047         * gnus-art.el (gnus-treat-strip-pgp):
3048         * gnus-art.el (gnus-treat-strip-pem):
3049         * gnus-art.el (gnus-treat-strip-banner):
3050         * gnus-art.el (gnus-treat-highlight-headers):
3051         * gnus-art.el (gnus-treat-highlight-citation):
3052         * gnus-art.el (gnus-treat-date-ut):
3053         * gnus-art.el (gnus-treat-date-local):
3054         * gnus-art.el (gnus-treat-date-english):
3055         * gnus-art.el (gnus-treat-date-lapsed):
3056         * gnus-art.el (gnus-treat-date-original):
3057         * gnus-art.el (gnus-treat-date-iso8601):
3058         * gnus-art.el (gnus-treat-date-user-defined):
3059         * gnus-art.el (gnus-treat-strip-headers-in-body):
3060         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3061         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3062         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3063         * gnus-art.el (gnus-treat-unfold-headers):
3064         * gnus-art.el (gnus-treat-fold-headers):
3065         * gnus-art.el (gnus-treat-fold-newsgroups):
3066         * gnus-art.el (gnus-treat-overstrike):
3067         * gnus-art.el (gnus-treat-display-xface):
3068         * gnus-art.el (gnus-treat-display-smileys):
3069         * gnus-art.el (gnus-treat-from-picon):
3070         * gnus-art.el (gnus-treat-mail-picon):
3071         * gnus-art.el (gnus-treat-newsgroups-picon):
3072         * gnus-art.el (gnus-treat-body-boundary):
3073         * gnus-art.el (gnus-treat-capitalize-sentences):
3074         * gnus-art.el (gnus-treat-fill-long-lines):
3075         * gnus-art.el (gnus-treat-play-sounds):
3076         * gnus-art.el (gnus-treat-translate):
3077         * gnus-art.el (gnus-treat-x-pgp-sig):
3078         * gnus-art.el (gnus-mime-button-line-format):
3079         * gnus-art.el (gnus-button-man-level):
3080         * gnus-art.el (gnus-button-emacs-level):
3081         * gnus-cus.el (gnus-group-parameters):
3082         * gnus-gl.el (bbb-build-mid-scores-alist):
3083         * gnus-group.el (gnus-group-line-format):
3084         * gnus-mlspl.el (gnus-group-split-setup):
3085         * gnus-mlspl.el (gnus-group-split):
3086         * gnus-msg.el (gnus-mailing-list-groups):
3087         * gnus-msg.el (gnus-posting-styles):
3088         * gnus-nocem.el (gnus-nocem-issuers):
3089         * gnus-score.el (gnus-score-regexp-bad-p):
3090         * gnus-srvr.el (gnus-server-line-format):
3091         * gnus-topic.el (gnus-topic-line-format):
3092         * gnus.el (gnus-summary-line-format):
3093         * mail-source.el (mail-sources):
3094         * message.el (message-subscribed-address-file):
3095         * nnmail.el (nnmail-split-fancy):
3096
3097 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3098
3099         * mail-source.el(mail-source-run-script): use `functionp' to test
3100         whether the argument `script' is in fact a function.
3101         (mail-sources): adjust the defcustom to allow users to specify a
3102         function or a string as the value of the `:prescript' and
3103         `:postscript' arguments of the `file' and `pop3' mail sources.
3104
3105 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3106
3107         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3108         number when article 1 does not exist.
3109
3110 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3111
3112         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3113         apropos if apropos-variable does not exist.
3114         (gnus-button-guessed-mid-regexp)
3115         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3116         regexes.  From Reiner Steib.
3117         (gnus-button-handle-describe-function)
3118         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3119         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3120         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3121
3122 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3123         Trivial patch.
3124
3125         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3126         the file.
3127
3128 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3129
3130         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3131
3132 2002-09-24  Simon Josefsson  <jas@extundo.com>
3133
3134         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3135         (mml2015-use): Prefer PGG if installed.
3136         (mml2015-function-alist): Add PGG wrappers.
3137         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3138         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3139         prefix, make regexp optionally skip it.
3140         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3141         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3142         (mml2015-pgg-encrypt): New functions.
3143         (defvar, autoload): Prevent byte-compile warnings.
3144
3145 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3146         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3147
3148         * gnus-art.el (article-strip-banner): Check for the existence of
3149         from header.
3150
3151 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3152
3153         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3154         (gnus-button-alist): Improved regexp for
3155         gnus-button-handle-mid-or-mail (false positives), fixed
3156         gnus-button-handle-man entries.
3157         From Reiner Steib.
3158
3159 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3160         From Josh Huber.
3161
3162         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3163         nnmail-extra-headers is non-nil.
3164
3165 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3166
3167         * nnmaildir.el: Store article numbers persistently.  General
3168         revision.
3169         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3170         for nnmail-expiry-wait; delete instead of moving if 'force is
3171         given.
3172
3173 2002-09-23  Simon Josefsson  <jas@extundo.com>
3174         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3175
3176         * smime.el (smime-sign-buffer): Get key and extra certs.
3177         (smime-get-key-with-certs-by-email): Utility function.
3178
3179 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3180         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3181
3182         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3183         article exists.
3184
3185 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3186
3187         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3188
3189 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3190         From Reiner Steib.
3191
3192         * gnus-art.el (gnus-button-handle-custom,
3193         gnus-button-handle-mid-or-mail,
3194         gnus-button-handle-describe-{function,variable,key},
3195         gnus-button-handle-apropos{,command,variable}): New functions.
3196         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3197         gnus-button-{man,emacs,mail}-level): New variables.
3198         (gnus-button-alist): Use the above to buttonize emacs and mail
3199         related links.
3200
3201 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3202
3203         * gnus-int.el (gnus-status-message): Fix spacing.
3204
3205         * imap.el (imap-continuation): Fix typos.
3206
3207 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3208
3209         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3210
3211         * gnus-art.el (gnus-article-reply-with-original): Correct
3212         with-current-buffer scope.
3213
3214         * message.el (message-completion-alist): Add Reply-To, From, etc.
3215
3216 2002-09-18  Simon Josefsson  <jas@extundo.com>
3217
3218         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3219         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3220
3221 2002-09-17  Simon Josefsson  <jas@extundo.com>
3222
3223         * nnimap.el (nnimap-expiry-target): Don't search for which
3224         articles exists here.
3225         (nnimap-request-expire-articles): Do it here instead.  Only expire
3226         when articles are found.  Suggested by Nevin Kapur
3227         <nevin@jhu.edu>.
3228
3229 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3230         From Reiner Steib <reiner.steib@gmx.de>.
3231
3232         * message.el (message-strip-subject-trailing-was)
3233         (message-change-subject, message-add-archive-header)
3234         (message-xpost-fup2-header, message-xpost-insert-note)
3235         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3236         adopted from message-utils.el.  Add functions to the keymap, mode
3237         describtion and menu.
3238         (message-change-subject,message-xpost-fup2): Signal error if
3239         current header is empty.
3240         (message-xpost-insert-note): Changed insert position.
3241         (message-archive-note): Ensure to insert note in message body (not
3242         in head).
3243         (message-archive-header, message-archive-note)
3244         (message-xpost-default, message-xpost-note, message-fup2-note)
3245         (message-xpost-note-function): New variables adopted from
3246         message-utils.el.  Changed some doc-strings.
3247         (message-mark-insert-{begin,end}): Rename from
3248         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3249         values.
3250         (message-subject-trailing-was-query)
3251         (message-subject-trailing-was-ask-regexp)
3252         (message-subject-trailing-was-regexp): New variables.
3253         (message-to-list-only): Added doc-string and menu entry.
3254
3255         * message-utils.el: Removed.  Functions are now in message.el.
3256
3257 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3258
3259         * gnus-art.el (gnus-article-reply-with-original,
3260         gnus-article-followup-with-original): Switch to
3261         gnus-summary-buffer before reply/followup.
3262
3263 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3264
3265         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3266         not exist. Toggle it anyway.
3267
3268 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3269
3270         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3271
3272         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3273         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3274
3275         * rfc2047.el (message-posting-charset): Defvar it.
3276         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3277         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3278
3279         * mail-source.el (mail-source-fetch): Hide password.
3280
3281         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3282
3283 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3284         From John Paul Wallington <jpw@shootybangbang.com>.
3285
3286         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3287
3288 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3291
3292 2002-09-11  Simon Josefsson  <jas@extundo.com>
3293
3294         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3295         (nnimap-split-rule): Doc fix.
3296         (nnimap-request-expire-articles): Cleanup code.
3297
3298 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3299         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3300
3301         * gnus-art.el (gnus-article-address-banner-alist): New option.
3302         (article-strip-banner): Refer the above option to split banners of
3303         free mail servers, when no group parameter is specified.
3304
3305 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * nntp.el (nntp-wait-for-string): Check for a process in the
3308         current buffer instead of `nntp-server-buffer'.
3309
3310 2002-09-09  Simon Josefsson  <jas@extundo.com>
3311
3312         * gnus-art.el (gnus-button-man-handler): New variable.
3313         (gnus-button-alist): Use g-b-handle-man.
3314         (gnus-button-handle-man): New, call g-b-man-handler.
3315
3316 2002-09-08  Simon Josefsson  <jas@extundo.com>
3317
3318         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3319
3320 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3323
3324 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3327
3328         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3329         keystroke.
3330
3331         * gnus-srvr.el (gnus-browse-describe-group): New command and
3332         keystroke.
3333
3334 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3337         value for gnus-decoration property.
3338
3339 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3340
3341         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3342         string) as group name in case we have a CRLF in the file.
3343
3344 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3345
3346         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3347         group.
3348         (rfc1843-decode-hzp): do.
3349         (rfc1843-newsgroups-regexp): do.
3350
3351 2002-09-04  Simon Josefsson  <jas@extundo.com>
3352
3353         * message.el (message-canlock-generate): Make sure sha1 doesn't
3354         call external programs.
3355
3356 2002-09-03  Simon Josefsson  <jas@extundo.com>
3357
3358         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3359
3360         * gnus-agent.el (gnus-agent-batch): Add doc.
3361
3362 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3363
3364         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3365         check for signed and encrypted parts.
3366         * mml.el (mml-parse-1): Correct small typo which preventing
3367         setting recipients in a secure tag.
3368
3369 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * mm-util.el (mm-coding-system-priorities): Default to a list of
3372         iso-2022-jp and others for the Japanese environment.
3373
3374 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3377         invalid display names.
3378
3379 2002-08-30  Simon Josefsson  <jas@extundo.com>
3380
3381         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3382         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3383
3384 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3385
3386         * gnus.el (gnus-group-charter-alist): New option.
3387         (gnus-group-fetch-control-use-browse-url): New option.
3388
3389         * gnus-group.el (gnus-group-fetch-charter): New function.
3390         (gnus-group-fetch-control): New function.
3391         Add them to the keymap and menu. Require mm-url.
3392
3393 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3396         From Alex Schroeder <alex@emacswiki.org>.
3397
3398 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3399
3400         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3401         items expecting user interaction.
3402
3403         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3404
3405         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3406
3407         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3408
3409         * mml.el (mml-menu): do.
3410
3411 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * mail-source.el (mail-source-touch-pop): New function.
3414
3415         * message.el (message-smtpmail-send-it): New function.
3416         (message-send-mail-function): Add it for a candidate.
3417
3418 2002-08-27  Simon Josefsson  <jas@extundo.com>
3419
3420         * gnus-msg.el (posting-charset-alist): Use
3421         gnus-define-group-parameter instead of defcustom.
3422         (gnus-put-message): Handle SPC in GCC.
3423         (gnus-inews-insert-gcc): Ditto.
3424         (gnus-inews-insert-archive-gcc): Ditto.
3425
3426 2002-08-26  Simon Josefsson  <jas@extundo.com>
3427
3428         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3429         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3430         (gnus-agent-possibly-save-gcc): Autoload.
3431         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3432
3433 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus.el (gnus-other-frame-function): New user option.
3436         (gnus-other-frame): Use it; add a doc-string; make it work with
3437         the gnuclient program.
3438
3439         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3440
3441         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3442         `device-connection' and `dfw-device'.
3443
3444 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3445
3446         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3447         positives, make it stricter.  From Jochen Hein (trivial change).
3448
3449 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * gnus.el (gnus-other-frame): Trivial fix.
3452
3453 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus.el (gnus-other-frame-parameters): New user option.
3456         (gnus-other-frame-object): New variable.
3457         (gnus-other-frame): Make it search for existing Gnus frame; don't
3458         read new news; delete frame on exit.
3459
3460         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3461
3462         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3463
3464 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3465         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3466
3467         * message.el (message-set-auto-save-file-name): Add support for
3468         the Cygwin Emacs; the system-type is `cygwin'.
3469         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3470
3471 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3472
3473         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3474
3475         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3476         avoid arithmetic errors.
3477
3478 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3481
3482 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3485         (message-ignored-resent-headers): Add envelope From.
3486
3487 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3488
3489         * gnus.el (gnus-summary-line-format): Document %k specifier.
3490
3491 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3492
3493         * gnus-sum.el (gnus-summary-line-message-size): New function.
3494         (gnus-summary-line-format-alist): Use it.
3495
3496 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-art.el (article-make-date-line): Refer to the value for
3499         `gnus-article-time-format' in the summary buffer.
3500
3501         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3502
3503 2002-08-14  Simon Josefsson  <jas@extundo.com>
3504
3505         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3506         quoting.
3507         (gnus-button-alist): Fix doc.
3508         (gnus-header-button-alist): Use ' not ` for default value quoting.
3509         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3510         rationale similar to 2002-05-01 change.
3511         (gnus-article-add-buttons-to-head): Evaluate expression.
3512
3513         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3514
3515 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * message.el (message-font-lock-keywords): Refer to the value for
3518         `message-cite-prefix-regexp' dynamically.
3519
3520 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3523
3524 2002-08-12  Simon Josefsson  <jas@extundo.com>
3525
3526         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3527         (imap-shell-open): Skip initial junk before IMAP greeting.
3528
3529 2002-08-11  Simon Josefsson  <jas@extundo.com>
3530
3531         * message-utils.el (message-xpost-default,
3532         message-xpost-fup2-header, message-xpost-fup2): Fixed
3533         Typos.  Trivial changes from Reiner Steib
3534         <4uce.02.r.steib@gmx.net>.
3535
3536 2002-08-09  Simon Josefsson  <jas@extundo.com>
3537
3538         * message.el (message-canlock-password): Set
3539         canlock-password-for-verify to newly generated canlock-password.
3540         When Emacs is restarted, Custom makes sure this is set, but during
3541         the same session we must set it manually.
3542
3543 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3544
3545         * yenc.el: New file.
3546
3547         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3548         (mm-uu-type-alist): Add yenc.
3549         (mm-uu-yenc-filename): New function.
3550         (mm-uu-yenc-extract): New function.
3551
3552         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3553
3554 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3555
3556         * dgnushack.el (merge): Don't use coerce.
3557
3558 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3559
3560         * mailcap.el (mailcap-mime-data): Test window-system rather than
3561         mm-device-type.
3562         (mailcap-mime-data): Call xdvi and gv with "-safer".
3563
3564         * mm-util.el: Don't define mm-device-type.
3565
3566 2002-08-05  Simon Josefsson  <jas@extundo.com>
3567
3568         * mm-util.el (mm-coding-system-priorities): coding-system type not
3569         supported everywhere.
3570
3571 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus.el (gnus-version-number): Bumped version number.
3574
3575 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3576
3577         * gnus.el: Oort Gnus v0.07 is released.
3578
3579 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3582         (gnus-article-sort-functions): Doc fix.
3583         (t): New keystroke.
3584         (gnus-article-sort-by-random): New function.
3585         (gnus-thread-sort-by-random): New function.
3586
3587 2002-08-02  Simon Josefsson  <jas@extundo.com>
3588
3589         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3590         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3591
3592 2002-07-31  Danny Siu  <dsiu@adobe.com>
3593
3594         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3595         when splitting malformed messages without message-id
3596
3597 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3598         From Niklas Morberg <niklas.morberg@axis.com>.
3599
3600         * nnweb.el (nnweb-type, nnweb-type-definition)
3601         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3602         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3603         functionality.
3604         * nnweb.el: Removed old non-functioning search engines.
3605
3606 2002-07-27  Simon Josefsson  <jas@extundo.com>
3607
3608         * message.el (message-forward-make-body): Don't use
3609         `message-forward-ignored-headers' when doing a "raw" followup (it
3610         is important to preserve e.g. CTE).
3611
3612         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3613
3614         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3615         regexp-quote, Cyrus Sieve is fixed.
3616
3617         * sieve-manage.el (sieve-manage-deletescript): New function.
3618
3619         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3620         (sieve-manage-mode): Fix menubar.
3621         (sieve-activate): Change some messages.
3622         (sieve-deactivate-all): New function.
3623         (sieve-deactivate): New alias.
3624         (sieve-remove): New function.
3625         (sieve-help): Fix help.
3626         All suggested by Ned Ludd.
3627
3628 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3631         (mm-w3m-safe-url-regexp): New user option.
3632
3633         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3634         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3635
3636 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3637
3638         * gnus-sum.el (gnus-summary-delete-article): Force
3639         nnmail-expiry-target to 'delete, so that absolute deletion
3640         happens when absolute deletion is requested.
3641
3642 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3643         From Nevin Kapur <nevin@jhu.edu>.
3644
3645         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3646         headers as empty headers.
3647
3648 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3649         From Jochen Hein <jochen@jochen.org>.
3650
3651         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3652         correct typo.
3653         (gnus-emphasis-strikethru): New face.
3654
3655 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3656         From Jason Merrill <jason@redhat.com>.
3657
3658         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3659         entire file for each of a sequence of missing articles.
3660
3661         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3662         value for gnus-view-pseudos.
3663
3664         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3665         avoid nreverse.
3666
3667 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3668         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3669
3670         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3671         (gnus-summary-mode-line-format-alist): Add %h for number of
3672         spams.
3673         (gnus-newsgroup-spam-marked): New variable.
3674         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3675         (gnus-article-read-p, gnus-article-mark)
3676         (gnus-set-global-variables, gnus-set-global-variables)
3677         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3678         (gnus-summary-mark-article-as-unread)
3679         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3680         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3681         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3682
3683 2002-07-10  Simon Josefsson  <jas@extundo.com>
3684
3685         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3686         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3687
3688 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3689
3690         * gnus-sum.el (gnus-summary-delete-article): Respect group
3691         parameters while expiring.
3692
3693 2002-07-08  Simon Josefsson  <jas@extundo.com>
3694
3695         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3696         Enberg.
3697
3698 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3699
3700         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3701         function is called interactively.  From Niklas Morberg.
3702
3703 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3704
3705         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3706         cdaar to cdar and car.
3707
3708         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3709         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3710
3711 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3714         don't break a narrowed article.
3715
3716         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3717         (nntp-open-via-rlogin-and-telnet): Ditto.
3718
3719 2002-07-02  Didier Verna  <didier@xemacs.org>
3720
3721         * nnmail.el (nnmail-split-methods): fix custom type.
3722
3723 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3724
3725         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3726         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3727
3728 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3729
3730         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3731         (gnus-summary-resend-message): Use it.
3732
3733 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3736         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3737
3738 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3739
3740         * message.el (message-font-lock-keywords): Don't fontify
3741         headers in the message body, only in the header.
3742         (message-font-lock-make-header-matcher): New function, used by
3743         message-font-lock-keywords.
3744         From Katsumi Yamaoka <yamaoka@jpl.org>.
3745
3746 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3749
3750 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3753
3754 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3755
3756         * message.el (message-font-lock-keywords): Revert 2002-06-22
3757         change.
3758
3759 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3760
3761         * message.el (message-font-lock-keywords): Put colon in header
3762         name match.
3763
3764 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3765
3766         * message.el (message-font-lock-keywords): Don't use header faces
3767         in the body.  Thanks to Stefan Monnier for the hint on the
3768         implementation.
3769
3770 2002-05-09  Miles Bader  <miles@gnu.org>
3771
3772         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3773         (gnus-article-hide-citation): Respect it.
3774
3775 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3776
3777         * pop3.el (pop3-open-server): Fix typo.
3778
3779 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3780
3781         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3782         instead of push to ignore duplicate to-(list|address) values.
3783         * nnmail.el (nnmail-cache-ignore-groups): New.
3784         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3785
3786 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3787
3788         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3789         before sending.  Suggested by Jan Rychter.
3790
3791 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * dgnushack.el (remove): New compiler macro.
3794         (last, coerce, subseq): Remove compiler macros for those built-in
3795         or unused functions.
3796
3797 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3798
3799         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3800         sure to write byte-compiled versions of gnus-*-format-alist to
3801         .newsrc.eld.  From Simon Josefsson.
3802
3803 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3804
3805         * gnus-agent.el (gnus-agent-read-servers)
3806         (gnus-agent-write-servers): Put server name (string like
3807         "nnchoke:frumple") in the file instead of a server specification
3808         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3809         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3810
3811 2002-06-16  Simon Josefsson  <jas@extundo.com>
3812
3813         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3814         Reiner Steib <4uce.02.r.steib@gmx.net>.
3815
3816 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3817
3818         * nnheader.el (nnheader-file-name-translation-alist): Set the
3819         default value for MS Windows systems.
3820
3821         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3822
3823 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * message.el (message-beginning-of-line): Keep the region active
3826         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3827
3828 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3829
3830         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3831         * gnus-msg.el (gnus-summary-reply): Ditto.
3832         * gnus-msg.el (gnus-summary-handle-replysign): New.
3833
3834 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3837         if sending failed.
3838
3839 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3840
3841         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3842         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3843         to sign while encrypting.
3844
3845 2002-06-11  Simon Josefsson  <jas@extundo.com>
3846
3847         * gnus-int.el (gnus-request-move-article): Agent expire article if
3848         successfuly moved.
3849
3850         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3851         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3852
3853 2002-06-10  Simon Josefsson  <jas@extundo.com>
3854
3855         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3856
3857 2002-06-09  Simon Josefsson  <jas@extundo.com>
3858
3859         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3860
3861         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3862
3863 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3864
3865         * flow-fill.el (fill-flowed): Ignore errors.
3866
3867 2002-06-06  Simon Josefsson  <jas@extundo.com>
3868
3869         * message.el (message-send-mail-with-sendmail): Improve error message.
3870
3871 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3872
3873         * message.el (message-interactive): Change default from nil to t.
3874         Better to be safe than to be fast.
3875
3876 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3877
3878         * message.el (message-send-mail-with-sendmail): Check return value
3879         from call-process-region.
3880
3881 2002-06-04  Simon Josefsson  <jas@extundo.com>
3882
3883         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3884         (gnus-group-post-news, gnus-summary-mail-other-window)
3885         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3886         gnus-article-copy to nil, thereby inhibiting the `header' posting
3887         style match to use data from last viewed article.
3888         Suggested by Hrvoje Niksic.
3889
3890 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * spam.el (spam-point-at-eol): New alias.
3893         (spam-parse-whitelist): Use it.
3894
3895 2002-06-03  Simon Josefsson  <jas@extundo.com>
3896
3897         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3898         (nnmail-article-group): Use it.
3899
3900 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3901
3902         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3903         so that code reading them won't be surprised.  From Jesper Harder
3904         <harder@ifa.au.dk>.
3905
3906 2002-05-29  Simon Josefsson  <jas@extundo.com>
3907
3908         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3909         articles.
3910
3911         * gnus.el (gnus-agent-cache): Doc fix.
3912         (gnus-agent): Change default to t.
3913
3914         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3915         ARTICLES, GROUP and FORCE parameters.
3916
3917 2002-05-28  Simon Josefsson  <jas@extundo.com>
3918
3919         * gnus-group.el (gnus-group-line-format): Doc fix.
3920
3921 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3922
3923         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3924         original article before yanking.  From Jesper Harder
3925         <harder@ifa.au.dk>.
3926
3927 2002-05-26  Simon Josefsson  <jas@extundo.com>
3928
3929         * gnus-sum.el (gnus-summary-menu-split): New function.
3930         (gnus-summary-make-menu-bar): Split charset submenu.
3931         (gnus-summary-menu-maxlen): New variable.
3932         (gnus-summary-menu-split): Use it.
3933
3934 2002-05-25  Simon Josefsson  <jas@extundo.com>
3935
3936         * mml.el (mml-preview): Generate some headers.
3937
3938         * gnus.el (gnus-large-newsgroup): Fix :type.
3939
3940         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3941         Agent cache NOV's by default now).
3942         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3943
3944 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3945
3946         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3947         call to gnus-parent-id when we check for References loops.
3948         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3949         twice by saving the simplified subject string in simp-subject.
3950
3951 2002-05-23  Simon Josefsson  <jas@extundo.com>
3952
3953         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3954         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3955
3956         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3957         Niklas Morberg <niklas.morberg@axis.com>.
3958
3959 2002-05-22  Simon Josefsson  <jas@extundo.com>
3960
3961         * sieve.el (sieve-change-region): Define it before it is used.
3962
3963         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3964         (gnus-summary-reply): Ask for confirmation when replying to news.
3965         Defaults to not ask.  From Benjamin Rutt
3966         <rutt+news@cis.ohio-state.edu>.
3967
3968         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3969
3970 2002-05-21  Simon Josefsson  <jas@extundo.com>
3971
3972         * sieve-mode.el (sieve-manage): Fix autoloads.
3973
3974         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3975         name (makes it work with recent Cyrus timsieved).
3976
3977 2002-05-20  Jason  <jbaker@cs.utah.edu>
3978         Trivial patch.
3979
3980         * gnus-art.el (gnus-request-article-this-buffer): Try
3981         reconnecting if you don't get the message.
3982
3983 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3986         Reply-To headers from the headers.
3987
3988 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * mm-url.el (mm-url-insert): Remove junk message.
3991
3992 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3995         (nnslashdot-use-front-page): New variable.
3996         (nnslashdot-request-list): Use it.
3997
3998         * mm-url.el (mm-url-timeout): New variable.
3999         (mm-url-retries): Ditto.
4000         (mm-url-insert): Use it.
4001
4002 2002-05-16  Simon Josefsson  <jas@extundo.com>
4003
4004         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4005         (gnus-simplify-subject-functions): Mention g-s-a-w.
4006
4007 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4008
4009         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4010         nnmail-cache-insert.
4011         * nndiary.el (nndiary-request-accept-article): Ditto.
4012         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4013         * nnimap.el (nnimap-request-accept-article): Ditto.
4014         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4015         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4016         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4017         * nnmh.el (nnmh-request-accept-article): Ditto.
4018         * nnmail.el (nnmail-cache-insert): Change group to required,
4019         removed code which tried to figure out the group.
4020
4021 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4022
4023         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4024         messages. From Hans de Graaff <hans@degraaff.org>.
4025         * nnml.el (nnml-request-accept-article): Pass in the group name to
4026         nnmail-cache-insert, since it's available.
4027
4028 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4029
4030         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4031
4032 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4033         From Florian Weimer <fw@deneb.enyo.de>.
4034
4035         * gnus.el (subscribed): New group parameter.
4036         (gnus-find-subscribed-addresses): Use it.
4037
4038 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4039
4040         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4041         the default for pgpmime to support pgp v2.
4042         * mml-sec.el (mml-signencrypt-style): New accessor function to
4043         allow users to get/set the signencrypt style more easily without
4044         frobbing the alist directly.
4045         * mml.el (mml-generate-mime-1): Use accessor function.
4046
4047 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4048
4049         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4050         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4051         <schwab@suse.de>.
4052
4053 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4054
4055         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4056         when intuiting the group the message is written to.  From Josh
4057         Huber <huber@alum.wpi.edu>.
4058
4059 2002-05-06  Simon Josefsson  <jas@extundo.com>
4060
4061         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4062         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4063
4064 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4065
4066         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4067         argument, and fixed compiler warning. (added autoload for
4068         gpg-encrypt).
4069
4070 2002-05-04  Simon Josefsson  <jas@extundo.com>
4071
4072         * mml1991.el (mml1991-function-alist): Doc fix.
4073
4074         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4075         doesn't exist (for previewing messages without having Gnus
4076         started).
4077
4078         * mm-util.el (mm-coding-system-priorities): Defcustom.
4079
4080         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4081
4082 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4083
4084         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4085         default.
4086         * mml-sec.el:
4087         * mml-sec.el (mml-signencrypt-style): New.
4088         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4089         argument `sign'.
4090         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4091         signencrypt.
4092         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4093         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4094         both signed & encryped is processed in one operation. (rather than
4095         two separate ops: sign, then encrypt)
4096         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4097         indication if a message is signed by an expired key.
4098         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4099         enables combined sign & encrypt operation. (this was always on
4100         before).
4101         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4102
4103 2002-05-01  Simon Josefsson  <jas@extundo.com>
4104
4105         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4106         server.
4107         (nnimap-mailbox-info): defvar instead of defvoo.
4108
4109 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4110
4111         * gnus.el: Oort Gnus v0.06 is released.
4112
4113 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * lpath.el: Bind url-package-version.
4116
4117 2002-05-01  Simon Josefsson  <jas@extundo.com>
4118
4119         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4120         filename before deleting the group itself, because the presence of
4121         a group filename decides if long filenames are used or not.
4122
4123         * gnus-art.el (gnus-button-alist): Don't inline
4124         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4125         without also modifying g-button-alist.
4126         (gnus-button-alist): Fix type to allow variable as well as regexp.
4127         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4128         themselves, variables to its contents.
4129         (gnus-button-entry): Ditto.
4130
4131 2002-05-01  Simon Josefsson  <jas@extundo.com>
4132
4133         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4134         UIDNEXT as a string.
4135
4136         * nnimap.el (nnimap-string-lessp-numerical): New function.
4137         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4138         integers.
4139
4140 2002-04-29  Simon Josefsson  <jas@extundo.com>
4141
4142         * nnmail.el (nnmail-cache-insert): Accept optional group
4143         parameter.
4144
4145         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4146         n-r-g-a is disabled.
4147
4148 2002-04-29  Simon Josefsson  <jas@extundo.com>
4149
4150         * nnimap.el (nnimap-split-fancy): Fix doc.
4151         (nnimap-split-fancy): Fix doc.
4152
4153         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4154         (nnimap-mailbox-info): New internal variable.
4155         (nnimap-retrieve-groups): Implement faster new mail check.
4156
4157         * nnimap.el (nnimap-split-articles): Support
4158         nnmail-cache-accepted-message-ids.
4159         (nnimap-request-accept-article): Ditto.
4160
4161         * imap.el (imap-mailbox-status-asynch): New command.
4162
4163 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4164
4165         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4166         are no subscribed mail groups.
4167         - Strip quoted names when comparing addresses
4168
4169 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4170
4171         * mm-decode.el (mm-text-html-renderer): Change customize type to
4172         const.
4173
4174         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4175         (gnus-debug-exclude-variables): do.
4176
4177 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4178
4179         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4180         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4181
4182 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * dns.el (dns-make-network-process): New macro.
4185         (query-dns): Use it.
4186
4187 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4188
4189         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4190         article-buffer.
4191
4192         * mm-url.el (mm-url-package-name): New variable.
4193         (mm-url-package-version): New variable.
4194         (mm-url-insert-file-contents): Bind url-package-name and
4195         url-package-version here.
4196         * nnrss.el (nnrss-insert-w3): Move the bindings.
4197
4198         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4199         url-package-version. Trivial change from Andrew J Cosgriff
4200         <ajc@polydistortion.net>
4201
4202         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4203         attachments. Trivial change from Peter 'Luna' Runestig
4204         <peter@runestig.com>.
4205
4206 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4207
4208         * nnkiboze.el (nnkiboze-request-scan): Call
4209         nnkiboze-possibly-change-group.
4210         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4211         problems.
4212         (nnkiboze-generate-group): Set newsrc to the *highest* article
4213         number kibozed, not the lowest.
4214
4215 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4216
4217         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4218
4219 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4220         From Dan Christensen <jdc+news@uwo.ca>.
4221
4222         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4223         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4224         Recognize math postings.  Extract Date (now ignores "(15kb)").
4225         Extract email address using gnus-extract-address-components
4226         instead of just taking the first word.  Create Date and From
4227         headers for message which are missing these headers.  Get rid
4228         of spurious \\ lines (purely cosmetic).  Extend body-end and
4229         file-end regexps, to exclude more garbage from the message.
4230         Make URL rephrasing regexp more flexible, to match current
4231         format.
4232
4233 2002-04-23  Simon Josefsson  <jas@extundo.com>
4234
4235         * netrc.el: New file, functions copied from gnus-util.el by Ted
4236         Zlatanov <tzz@lifelogs.com>.
4237
4238         * gnus-util.el: Require netrc.
4239         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4240         new code in netrc.el.
4241
4242 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4243
4244         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4245         message-ignored-resent-headers, too.  From Matthieu Moy
4246         <Matthieu.Moy@imag.fr>.
4247
4248 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4249
4250         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4251         boolean not a string
4252         * gnus-group.el (gnus-group-line-format): add description of %C
4253         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4254           as %C
4255         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4256
4257 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4258
4259         * nnmaildir.el (nnmaildir-request-scan): typo: set
4260         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4261         nnmail-get-new-mail for 'find-new-groups.
4262
4263 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4264
4265         * nnmaildir.el (nnmaildir-request-update-info,
4266         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4267         unnecessary calls to nnmaildir-request-scan.
4268
4269 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4270
4271         * gnus-msg.el:
4272         * gnus-msg.el (gnus-message-replysign): New.
4273         * gnus-msg.el (gnus-message-replyencrypt): New.
4274         * gnus-msg.el (gnus-message-replysignencrypted): New.
4275         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4276         (above) to automatically encrypt/sign to encrypted/signed
4277         messages.
4278         * message.el:
4279         * message.el (message-mode-map): Add keybinding for
4280         `message-to-list-only'
4281         * message.el (message-mode): Add description for
4282         `message-to-list-only'
4283         * message.el (message-to-list-only): New.
4284         * message.el (message-make-mft): Changed to use the cl loop macro,
4285         and added optional flag to return only the matched list. (for use
4286         in new message-to-list-only function)
4287
4288 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4289
4290         * gnus-msg.el:
4291         * gnus-msg.el (gnus-message-replysign):
4292         * gnus-msg.el (gnus-replysign): New.
4293         * gnus-msg.el (gnus-replyencrypt): New.
4294         * gnus-msg.el (gnus-replysignencrypted): New.
4295         * gnus-msg.el (gnus-summary-reply):
4296         * message.el:
4297         * message.el (message-mode-map):
4298         * message.el (message-mode):
4299         * message.el (message-to-list-only): New.
4300         * message.el (message-make-mft):
4301
4302 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4303
4304         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4305
4306 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4307
4308         * message.el (message-gen-unsubscribed-mft): accept a prefix
4309         argument so CC can be included with C-u C-c C-f C-a
4310
4311 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4312         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4313
4314         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4315         Improve docstring.
4316         (spam-enter-blacklist): New command.
4317
4318         * gnus-sum.el (gnus-spam-mark): New mark.
4319         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4320         (gnus-summary-make-tool-bar): Correct conditional.
4321         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4322         (gnus-summary-mark-as-spam): New command.
4323
4324 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4325
4326         * mml-sec.el (mml-secure-message): changed to support arbritrary
4327         modes.
4328         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4329         changed to support "signencrypt" mode.
4330         * mml.el (mml-parse-1): changed to support different secure modes
4331         more easily. (for signencrypt)
4332
4333 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4334
4335         * gnus-sum.el (gnus-update-summary-mark-positions)
4336         (gnus-summary-toggle-header):
4337         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4338         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4339         (gnus-uu-post-encoded):
4340         * nnfolder.el (nnfolder-possibly-change-group):
4341         * nnimap.el (nnimap-retrieve-headers):
4342         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4343
4344 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4345
4346         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4347         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4348
4349 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-srvr.el (gnus-server-set-info): Clear
4352         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4353         From Daiki Ueno <ueno@unixuser.org>.
4354
4355 2002-04-11  Simon Josefsson  <jas@extundo.com>
4356
4357         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4358         viewing of security buttons.  Thanks to Nicolas Kowalski
4359         <Nicolas.Kowalski@imag.fr>.
4360
4361         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4362         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4363         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4364         <Nicolas.Kowalski@imag.fr>.
4365         (smime-decrypt-buffer): Ditto.
4366
4367 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4370         header line.
4371
4372 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4373
4374         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4375
4376 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4377
4378         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4379
4380 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4381
4382         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4383         errors when debug.
4384
4385 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4386
4387         * message.el (message-make-mft): Changed MFT code from using
4388         message-recipients (which included Bcc) to use only the To and CC
4389         headers.
4390
4391 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4392
4393         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4394         add link.
4395         (gnus-treat-mail-picon): Ditto.
4396         (gnus-treat-newsgroups-picon): Ditto.
4397         (gnus-picon-databases): Fix custom type.
4398         (gnus-picon-databases): Add link.
4399         (gnus-article-x-face-command): Add to gnus-picon group.
4400
4401 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4402
4403         * message.el (message-buffer-naming-style): Remove.
4404
4405 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4406
4407         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4408
4409         * message.el (message-tool-bar-map): Ditto.
4410
4411         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4412
4413 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4414
4415         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4416
4417 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4418
4419         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4420
4421 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4422         Trivial patch.
4423
4424         * dns.el: open-network-stream under XEmacs does udp.
4425
4426 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4427
4428         * spam.el (spam-enter-whitelist): New function.
4429         (spam-parse-whitelist): Ditto.
4430         (spam-refresh-list-cache): Ditto.
4431         (spam-address-whitelisted-p): New function.
4432
4433         * dns.el (query-dns): Use TCP when make-network-process isn't
4434         available.
4435         (dns-servers): New variable.
4436         (dns-parse-resolv-conf): New function.
4437         (query-dns): Use it.
4438
4439         * spam.el: New file.
4440
4441         * dns.el (query-dns): Test.
4442
4443 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * lpath.el (featurep): Bind make-network-process.
4446
4447 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4448
4449         * nnmaildir.el: Use defstruct.  Use a single copy of
4450         nnmail-extra-headers to save memory.  Store server's group name
4451         prefix instead of each group's prefixed name.
4452         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4453         nntp-server-buffer.
4454
4455 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * dns.el: New file.
4458
4459 2002-03-28  Simon Josefsson  <jas@extundo.com>
4460
4461         * gnus-sum.el (gnus-summary-dummy-line-format):
4462         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4463         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4464
4465 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4466
4467         * gnus-sum.el (gnus-summary-move-article)
4468         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4469         the doc string.
4470
4471 2002-03-28  Simon Josefsson  <jas@extundo.com>
4472
4473         * mml-sec.el (mml-secure-message): Search after
4474         mail-header-separator from top of message.
4475
4476 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4477
4478         * nnmaildir.el: Cosmetic changes.
4479         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4480         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4481         nnmaildir--group-ls): New macros/functions.  Use them.
4482         (nnmaildir--unlink): Evalutate argument only once.
4483
4484 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4485
4486         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4487         symbols.
4488         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4489         `gnus-point-at-eol'.
4490
4491 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4492
4493         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4494         nnmaildir--marks-dir): New macros.  Use them.
4495         Use inhibit-quit for atomicity instead of in-memory journaling.
4496         (nnmaildir--edit-prep): New function.
4497         (Local Variables): Use it.
4498
4499 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4500
4501         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4502
4503 2002-03-25  Simon Josefsson  <jas@extundo.com>
4504
4505         * message.el (message-mode): Fix doc.
4506
4507 2002-03-25  Simon Josefsson  <jas@extundo.com>
4508
4509         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4510         Matthieu Moy <Matthieu.Moy@imag.fr>.
4511
4512 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4513
4514         * mml-sec.el (mml-unsecure-message): Add docstring.
4515
4516 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4517
4518         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4519         value.
4520         Trivial change from andre@slamdunknetworks.com
4521
4522 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4523
4524         * mml.el (mml-mode-map): Added a keybinding for
4525         `mml-unsecure-message'.  Also, added a menu entry for said
4526         function in the Attachments menu.
4527
4528 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * canlock.el (canlock-version): Remove.
4531         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4532         here; simplify \x insertions.
4533         (canlock-sha1): New function, always return a unibyte string.
4534         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4535         of a password.
4536         (canlock-insert-header): Use `canlock-sha1'.
4537         (canlock-verify): Ditto.
4538
4539 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4540
4541         * message.el (message-fix-before-sending): Add an option that
4542         ignores illegible text.
4543         Trivial change from Mark Milhollan <mlm@attglobal.net>
4544
4545         * message.el (message-font-lock-keywords): Support multi-line MML
4546         tags.
4547
4548         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4549         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4550
4551 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4554         symbols for "View as different encoding" submenu.
4555
4556 2002-03-19  Simon Josefsson  <jas@extundo.com>
4557
4558         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4559         encoding" submenu.
4560
4561 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4562
4563         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4564
4565 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4566
4567         * gnus-sum.el (gnus-sum-thread-tree-root)
4568         (gnus-sum-thread-tree-single-indent)
4569         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4570         (gnus-sum-thread-tree-leaf-with-other)
4571         (gnus-sum-thread-tree-single-leaf): Make customizable.
4572
4573 2002-03-16  Simon Josefsson  <jas@extundo.com>
4574
4575         * gnus-util.el (gnus-extract-address-components): Don't break on
4576         names such as James "Kibo" Parry.  From Francis Litterio
4577         <franl@world.std.com>.
4578
4579 2002-03-13  Simon Josefsson  <jas@extundo.com>
4580
4581         * pop3.el (pop3-open-server): Revert multibyte change.  From
4582         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4583
4584         * message.el (message-send-mail-with-qmail): Make it work.  From
4585         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4586
4587 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4588
4589         * message.el (message-make-mft): Set case-fold-search while
4590         generating the MFT.  Also, a little cleanup in the MFT code.
4591
4592 2002-03-12  Simon Josefsson  <jas@extundo.com>
4593
4594         * message.el (message-qmail-inject-args): May be function.
4595         (message-send-mail-with-qmail): Call function if m-q-i-a is
4596         function.  From fn@hungry.org (Faried Nawaz).
4597
4598 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4599
4600         * message.el (message-abbrevs-loaded): Remove.
4601         (mailabbrev): Require it.
4602
4603         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4604
4605 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * pop3.el (pop3-open-server): Set process buffer unibyte.
4608
4609 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4612
4613 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4614
4615         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4616         too.
4617
4618 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4619
4620         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4621         duplication.
4622         (gnus-summary-save-parts-type-history): Ditto.
4623         (gnus-summary-save-parts-last-directory): Ditto.
4624         Trivial change from andre@slamdunknetworks.com
4625
4626 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4627
4628         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4629
4630 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4631
4632         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4633         -->" as the end of the first article.
4634
4635         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4636         From Matthieu Moy <Matthieu.Moy@imag.fr>
4637
4638         * message.el (message-add-action): Use add-to-list.
4639         (message-delete-action): New function.
4640
4641         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4642         pieces.
4643
4644 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4645
4646         * nnnil.el: New file.
4647         * gnus.el (gnus-valid-select-methods): Include nnnil.
4648
4649 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4650
4651         * message.el (message-syntax-checks): Because canlock is
4652         supported, we disable sender syntax check.
4653         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4654
4655         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4656         value of message-syntax-checks.
4657
4658         * qp.el (quoted-printable-decode-region): Doc addition.
4659         From: Eli Zaretskii <eliz@is.elta.co.il>
4660
4661         * mail-source.el (make-source-make-complex-temp-name): Use
4662         make-temp-file.
4663
4664         * mm-util.el (mm-make-temp-file): New function.
4665         * nneething.el (nneething-file-name): Use it.
4666         * mml-smime.el (mml-smime-encrypt): Ditto.
4667         * mm-view.el (mm-inline-wash-with-file): Ditto.
4668         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4669         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4670         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4671         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4672         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4673         * gnus-art.el (gnus-mime-print-part): Ditto.
4674
4675 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4676
4677         * message.el (nnmaildir-article-number-to-base-name): New
4678         function.
4679         (nnmaildir-base-name-to-article-number): New function.
4680
4681 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * smime.el (smime-make-temp-file): Don't quote
4684         `temporary-file-directory'.
4685
4686 2002-03-04  Simon Josefsson  <jas@extundo.com>
4687
4688         * smime.el (smime-sign-region): Rename argument keyfiles to
4689         keyfile. You only sign something with one key.
4690         (smime-sign-buffer): Better completing-read prompt.
4691         (smime-decrypt-buffer): Ditto.
4692
4693         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4694
4695         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4696         completing-read.
4697         (mm-view-pkcs7-decrypt): CRLF->LF.
4698
4699 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4700
4701         * message.el (message-hierarchical-addresses): New variable.
4702         (message-get-reply-headers): Use it.
4703         From Ted Zlatanov <teodor.zlatanov@divine.com>
4704
4705 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4706
4707         * message.el (message-mode): If buffer-file-name, don't set auto
4708         save file name.
4709         Trivial change from Geoff Greene <ggreene@wpi.edu>
4710
4711 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4712
4713         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4714         takes one argument in read-char.
4715
4716         * message.el (message-fix-before-sending): Forward a char.
4717         Check mmu-multibyte-p, add control-1.
4718
4719 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4720
4721         * gnus-start.el (gnus-read-init-file): Ditto.
4722
4723         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4724
4725         * dgnushack.el (dgnushack-make-load): Ditto.
4726
4727         * mail-source.el (mail-source-fetch): Extract the right error
4728         code.
4729
4730         * message.el (message-fix-before-sending): Check illegible text.
4731
4732         * gnus-util.el (gnus-multiple-choice): New function.
4733
4734         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4735         also defined in gnus-score.el.
4736
4737 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4738
4739         * message.el (message-get-reply-headers): downcase email addresses
4740         for comaparisons for duplicate removal.
4741
4742 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4743
4744         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4745         implementation of PKCS#7, which just allows users read the
4746         message.
4747         (mm-view-pkcs7): Use it.
4748
4749 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4750
4751         * gnus.el (large-newsgroup-initial): New parameter.
4752
4753         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4754         (gnus-summary-insert-old-articles): Ditto.
4755
4756 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4757
4758         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4759         used as the default answer of the question, "How many articles?".
4760         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4761
4762         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4763         small numbers.
4764
4765 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4766
4767         * deuglify.el: Fix comments.
4768
4769 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4770
4771         * html2text.el (html2text-clean-anchor): If there is no HREF,
4772         insert nothing.
4773
4774         * mml.el (mml-generate-mime-1): Add cdr.
4775         From: andre@slamdunknetworks.com
4776
4777         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4778         (mm-text-html-washer-alist): Ditto.
4779
4780         * mm-decode.el (mm-text-html-renderer): Add html2text.
4781
4782         * html2text.el: Face lift.
4783
4784         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4785
4786 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4787
4788         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4789
4790         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4791
4792         * deuglify.el: New file. The original file name is
4793         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4794
4795         * mm-decode.el (mm-display-external): Use
4796         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4797
4798 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4799
4800         * nnmaildir.el (nnmaildir-request-list): Report the highest
4801         article number, not the total number of articles.
4802
4803 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * gnus-sum.el: Move uu key map here.
4806         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4807
4808 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4809
4810         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4811         nnmail-expiry-wait* if expire-age parameter is not set.
4812
4813 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4814
4815         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4816         function.
4817         (gnus-group-sort-selected-groups-by-real-name): New function.
4818         (gnus-group-make-menu-bar): Add sort by real name.
4819
4820         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4821         rebuild.
4822         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4823         nil as dependencies as well.
4824
4825 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4826
4827         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4828         for mime-parts.
4829
4830         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4831
4832         * gnus-group.el (gnus-group-name-decode): Don't test
4833         multibyte-string, because it breaks XEmacs.
4834         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4835
4836         * message.el (message-send-mail): Be talkative.
4837
4838         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4839         (mm-automatic-display): Ditto.
4840
4841         * mailcap.el (mailcap-mime-data): Ditto.
4842         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4843
4844 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * many files: Remove trailing whitespaces, replace spc+tab with
4847         tab, replace leading whitespaces with tabs.
4848
4849 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4850
4851         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4852         articles with no body and no blank line after the header.
4853
4854 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4855
4856         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4857         parts.
4858
4859         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4860         non-ascii chars.
4861
4862         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4863
4864         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4865         w3-delay-image-loads.
4866         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4867         (mm-w3-prepare-buffer): Ditto.
4868
4869         * mail-source.el (mail-source-fetch-directory): Run scripts.
4870
4871 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4874         for Majordomo confirmations.
4875
4876 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4879
4880 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4883
4884 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4885
4886         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4887         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4888
4889 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4890
4891         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4892         (mm-inline-render-with-stdin): Ditto.
4893         (mm-inline-render-with-function): Ditto.
4894         (mm-inline-wash-with-file): Bind coding-system-for-write.
4895         (mm-inline-wash-with-stdin): Ditto.
4896
4897 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4898
4899         Suggested by Felix Natter <fnatter@gmx.net>
4900
4901         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4902         gnus-mime-externalize-view.
4903         (gnus-mime-view-part-internally): Rename from
4904         gnus-mime-internalize-view.
4905         (gnus-article-view-part-externally): Rename from
4906         gnus-article-externalize-part.
4907         (gnus-mime-action-alist): Change correspondingly.
4908         (gnus-mime-button-commands): Ditto.
4909         (gnus-mime-action-alist): Remove duplication.
4910
4911         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4912
4913 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4914
4915         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4916
4917         * gnus-art.el (gnus-display-mime): Use it.
4918
4919         * mm-partial.el (mm-partial-find-parts): Use it.
4920
4921         * gnus-sum.el (gnus-article-loose-mime): Rename from
4922         gnus-article-no-strict-mime.
4923         (gnus-summary-save-parts): Use it.
4924
4925 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4928         local variable.
4929
4930         * gnus-art.el (article-display-x-face): Don't sort multiple
4931         X-Faces.
4932
4933 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4936         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4937
4938         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4939
4940 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4941
4942         Some ideas is inspired by code from Hrvoje Niksic
4943         <hniksic@arsdigita.com>
4944
4945         * gnus-art.el (gnus-article-wash-function): Set the default to
4946         nil, so that we use mm-text-html-renderer instead.
4947         (article-wash-html): Use mm-text-html-renderer.
4948
4949         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4950         (mm-text-html-renderer): New variable.
4951         (mm-inline-text-html-renderer): Set the default to nil, so that we
4952         use mm-text-html-renderer instead.
4953
4954         * mm-view.el (mm-inline-text-html): New function.
4955         (mm-text-html-renderer-alist): New variable.
4956         (mm-inline-text-vcard): New function.
4957         (mm-inline-text): Split.
4958         (mm-links-remove-leading-blank): New function.
4959         (mm-inline-render-with-file): New function.
4960         (mm-inline-render-with-stdin): New function.
4961         (mm-inline-render-with-function): New function.
4962         (mm-text-html-washer-alist): New variable.
4963         (mm-inline-wash-with-file): New function.
4964         (mm-inline-wash-with-stdin): New function.
4965
4966 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4967
4968         * message-utils.el: Fix installation doc.
4969         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4970
4971 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4972
4973         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4974         (gnus-post-method): Use it.
4975         (gnus-summary-cancel-article): Find the correct post-method.
4976
4977         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4978         * message.el (message-send-news): Ditto.
4979         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4980         <ipmonger@delamancha.org>
4981
4982         * gnus.el (gnus-select-method): Fix doc.
4983         (gnus-server-string): Use 'using nntp'.
4984
4985         * gnus-agent.el (gnus-slave-unplugged): New command.
4986         From: Felix Natter <fnatter@gmx.net>
4987
4988 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4989
4990         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4991         Call edit-done-function first, then change the window
4992         configuration.
4993         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4994         (gnus-article-edit-mode): mml-mode.
4995
4996         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4997         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4998
4999         * message-utils.el: Adopt the file.
5000
5001         * message-utils.el: New file.
5002         From Holger Schauer <Holger.Schauer@gmx.de>
5003
5004 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5005
5006         * gnus-sum.el (gnus-summary-move-article): Select-article only
5007         when gnus-move-split-methods is non-nil. And we don't render or
5008         mark the article.
5009
5010         * gnus-fun.el (gnus-shell-command-to-string): New function.
5011         (gnus-shell-command-on-region): New function.
5012         (gnus-random-x-face): Use them.
5013         (gnus-x-face-from-file): Ditto.
5014         (gnus-convert-image-to-gray-x-face): Ditto.
5015         (gnus-convert-gray-x-face-to-xpm): Ditto.
5016         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5017
5018 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-art.el (gnus-treat-display-xface): Don't use
5021         `shell-command-to-string' when compiling.
5022         (gnus-treat-display-grey-xface): Ditto.
5023
5024 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5025
5026         * nnmaildir.el (nnmaildir--article-count): If the group is
5027         completely empty, report minimum article number as 1 instead of 0.
5028
5029 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5030
5031         * gnus-agent.el (gnus-get-predicate): Use nconc.
5032
5033         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5034         gnus-summary-display-cache as cache.
5035
5036         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5037         (nndoc-mail-in-mail-type-p): New function.
5038         (nndoc-mail-in-mail-article-begin): New function.
5039
5040 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5041
5042         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5043
5044         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5045         use-hard-newlines to nil.
5046
5047         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5048         image is not available if window-system is not available.
5049
5050         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5051
5052 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5053
5054         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5055         bookmark, because update-mark doesn't handle it correctly.
5056
5057 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5058
5059         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5060         directly instead of calling message-send-mail.
5061
5062         * gnus-start.el (gnus-read-descriptions-file): Use
5063         gnus-default-charset.
5064
5065         * mm-util.el (mm-guess-mime-charset): New function.
5066
5067         * gnus.el (gnus-default-charset): Use it.
5068         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5069         the default.
5070
5071 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5072
5073         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5074         (article-display-x-face): Use it.  Disable grey xface, if
5075         uncompface is not found.
5076
5077         * message.el (message-mode): Don't enable multibyte on an indirect
5078         buffer.
5079
5080         * nnrss.el (nnrss-content-function): New variable.
5081         (nnrss-request-article): Use it.
5082
5083 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5084
5085         * gnus.el: Add article-unsplit-urls.
5086         * gnus-sum.el: Ditto.
5087         * gnus-art.el (gnus-treat-strip-cr): New variable.
5088         (gnus-treatment-function-alist): Use it.
5089         (article-unsplit-urls): New function.
5090         (gnus-article-make-menu-bar): Use it.
5091         From: Michael Cook <michael.cook@cisco.com>
5092
5093 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5096         copy.
5097
5098 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5099
5100         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5101         with internal whitespace.
5102         (gnus-parent-id): Ditto.
5103
5104 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5105
5106         * gnus-art.el (gnus-article-treat-body-boundary): Add
5107         gnus-decoration property.
5108         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5109
5110         * message.el (message-mode): Set local-abbrev-table.
5111         From Matt Armstrong <matt@lickey.com>.
5112
5113         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5114         too many spaces.
5115
5116         * rfc2047.el (rfc2047-unfold-region): Ditto.
5117         (rfc2047-decode-region): Don't unfold. Let
5118         gnus-article-treat-unfold-headers do it.
5119
5120         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5121         From: Jesper Harder <harder@ifa.au.dk>
5122
5123 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5126         (gnus-configure-posting-styles): Use it.
5127         (gnus-configure-posting-styles): Remove trailing newspaces.
5128
5129 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5130
5131         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5132         is non-nil.
5133
5134         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5135
5136         * gnus.el (gnus-server-to-method): Switch position with
5137         gnus-server-get-method.
5138         (gnus-agent): Add doc.
5139
5140         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5141         (gnus-summary-save-parts): Use it.
5142
5143         * gnus-art.el (gnus-display-mime): Use it.
5144         * mm-partial.el (mm-partial-find-parts): Use it.
5145
5146         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5147
5148         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5149         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5150
5151         * nnagent.el (nnagent-request-expire-articles): Don't delete
5152         files.
5153
5154 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * message.el (message-gen-unsubscribed-mft): New function.
5157         From Sriram Karra <karra@cs.utah.edu>.
5158
5159         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5160         open parenthesis.
5161
5162         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5163         (mm-inline-text-html-render-with-w3): Ditto.
5164         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5165         Suggested by Dave Love  <d.love@dl.ac.uk>.
5166
5167         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5168
5169         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5170         * nntp.el (nntp-send-command): Ditto.
5171         * nntp.el (nntp-send-command-nodelete): Ditto.
5172
5173 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * mm-url.el (mm-url-load-url): New function.
5176         (mm-url-insert-file-contents): Use it.
5177
5178         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5179
5180         * message.el (message-forward-make-body): Correctly copy
5181         forward-buffer.
5182
5183         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5184
5185 2002-02-04  Simon Josefsson  <jas@extundo.com>
5186
5187         * gnus-art.el (gnus-article-followup-with-original): Mark with
5188         force, prevent errors when following up from article buffer.
5189         (gnus-article-reply-with-original): Ditto.
5190
5191         * binhex.el (binhex-decoder-switches): Fix doc.  From
5192         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5193
5194 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5197         highlight-citation after emphasize.
5198
5199 2002-02-04  Simon Josefsson  <jas@extundo.com>
5200
5201         * nnfolder.el (nnfolder-open-marks):
5202
5203         * nnml.el (nnml-open-marks): Message when done.  From David
5204         Edmondson <dme@sun.com>.
5205
5206 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5207
5208         * imap.el (imap-anonymous-auth): Fix typo.
5209         From: Steinar Bang <sb@dod.no>
5210
5211         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5212         save-excursion.
5213         (gnus-cache-braid-heads): Ditto.
5214
5215         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5216         line, because there are extra articles in the overview buffer.
5217
5218         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5219
5220         * message.el (message-forward-rmail-make-body): Directly use
5221         rmail-msg-restore-non-pruned-header to avoid calling
5222         vertical-motion.
5223
5224 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5225
5226         * gnus-cache.el (gnus-summary-insert-cached-articles):
5227         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5228
5229         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5230         gnus-newsgroups-unselected.
5231
5232         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5233         gnus-add-to-sorted-list.
5234
5235         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5236         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5237         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5238         (gnus-update-read-articles): UNREAD is sorted.
5239         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5240         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5241         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5242         (gnus-newsgroup-dormant): Require sorted.
5243
5244         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5245         directories.
5246         (gnus-dired-print): New function.
5247
5248         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5249         ps-despool.
5250
5251 2002-02-02  Simon Josefsson  <jas@extundo.com>
5252
5253         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5254
5255 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5256
5257         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5258         t. This makes gnus-agent customizable without putting
5259         gnus-agentize into .gnus.
5260
5261         * gnus.el (gnus-agent): Make it customizable.
5262
5263         * gnus-dired.el: New file.
5264         From Benjamin Rutt <brutt@bloomington.in.us>
5265
5266         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5267         if no article.
5268         (gnus-cache-possibly-remove-article): Ditto.
5269         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5270
5271 2002-02-01  Simon Josefsson  <jas@extundo.com>
5272
5273         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5274
5275 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5278         (mm-setup-w3m): Don't bind keys listed in the above.
5279
5280 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5283         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5284         is non-nil; bind `w3m-force-redisplay' with nil.
5285
5286         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5287
5288         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5289
5290 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5291
5292         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5293         use mail-header-unfold-field.
5294
5295         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5296         gnus-summary-limit.
5297
5298         * gnus-range.el (gnus-add-to-sorted-list): New function.
5299         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5300         (gnus-mark-article-as-unread): Ditto.
5301         (gnus-summary-mark-article-as-unread): Ditto.
5302         (gnus-build-get-header): Ditto.
5303         (gnus-summary-prepare-threads): Ditto.
5304         (gnus-summary-insert-pseudos): Ditto.
5305         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5306         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5307         (gnus-summary-insert-old-articles): Ditto.
5308
5309         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5310         (gnus-configure-posting-styles): Support the new format.
5311
5312         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5313         edebug-form-spec to (sexp body).
5314         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5315
5316         * message.el (message-reply-headers): Add doc.
5317
5318 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5319
5320         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5321         gnus-cache-active-hashtb.
5322
5323         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5324         (gnus-agent-summary-fetch-group): Use it.
5325
5326         * gnus-msg.el (gnus-debug-files): New variable.
5327         (gnus-debug-exclude-variables): New variable.
5328         (gnus-debug): Use them.
5329
5330         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5331
5332 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5333
5334         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5335         (message-mode-syntax-table): Move back the previous position.
5336
5337         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5338
5339         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5340         gnus-sorted-difference.
5341
5342         * nnsoup.el (nnsoup-request-expire-articles): Use
5343         gnus-sorted-difference.
5344
5345         * nnheader.el: Autoload gnus-sorted-difference.
5346
5347         * nnfolder.el (nnfolder-request-expire-articles): Use
5348         gnus-sorted-difference.
5349
5350         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5351         gnus-sorted-difference.
5352
5353         * gnus-range.el: Autoload cookies.
5354         (gnus-sorted-difference): New function.
5355         (gnus-sorted-ndifference): New function.
5356         (gnus-sorted-nintersection): Rename from
5357         gnus-set-sorted-intersection.
5358         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5359         (gnus-list-range-difference): Rename from
5360         gnus-inverse-list-range-intersection.
5361         (gnus-inverse-list-range-intersection): Use defalias.
5362
5363         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5364         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5365         (gnus-articles-to-read): Use gnus-sorted-difference.
5366         (gnus-summary-limit-mark-excluded-as-read): Use
5367         gnus-sorted-intersection and gnus-sorted-ndifference.
5368         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5369         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5370
5371         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5372
5373 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5376         property to the buffer for using emacs-w3m command keys.
5377
5378         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5379         option.
5380
5381         * mm-view.el (mm-w3m-mode-map): New variable.
5382         (mm-w3m-mode-command-alist): New variable.
5383         (mm-w3m-minor-mode): Removed.
5384         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5385         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5386         buffer for using emacs-w3m command keys.
5387
5388 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5389
5390         * message.el (message-mode-syntax-table): Move forward.
5391         (message-cite-prefix-regexp): Auto detect non word constituents.
5392         (message-cite-prefix-regexp): Don't use with-syntax-table.
5393
5394         * gnus-sum.el (gnus-summary-update-info): Use
5395         gnus-list-range-intersection.
5396
5397         * gnus-agent.el (gnus-agent-fetch-headers): Use
5398         gnus-list-range-intersection.
5399
5400         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5401         (gnus-list-range-intersection): Use it.
5402         (gnus-inverse-list-range-intersection): Ditto.
5403         (gnus-sorted-intersection): Add doc.
5404         (gnus-set-sorted-intersection): Add doc.
5405         (gnus-sorted-union): New function.
5406         (gnus-set-sorted-union): New function.
5407
5408         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5409         (gnus-inverse-list-range-intersection): Ditto.
5410
5411 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5412
5413         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5414
5415         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5416         and permit `:' and `\' in order to handle full Windows pathnames.
5417         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5418         technically not correct per standard, but seems to have common use.
5419
5420 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5421
5422         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5423         replacing numbers.
5424
5425 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5426
5427         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5428
5429         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5430         Don't split when the window is small, e.g. when a small *BBDB*
5431         window is the lowest one.
5432
5433         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5434         nnheader-find-nov-line to speed up. Use nreverse, because it is
5435         sorted. Use nnheader-insert-nov-file.
5436
5437 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5440
5441         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5442         of `w3m-display-inline-images' with the value of
5443         `mm-inline-text-html-with-images'.
5444         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5445
5446         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5447
5448 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5449
5450         * time-date.el: Add autoload cookies.  Many doc fixes.
5451         (time-add): New function.
5452         (time-subtract): Renamed from subtract-time.
5453         (subtract-time): New alias for time-subtract.
5454
5455 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5458         emacs-w3m in doc-string.
5459
5460         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5461         `w3m-current-buffer'.
5462
5463 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5464
5465         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5466
5467         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5468         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5469         (mm-w3m-cid-retrieve): New function.
5470         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5471
5472 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5475
5476 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5479
5480 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5483         32K.
5484
5485         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5486
5487         * nnmail.el (nnmail-article-group): Decode headers before running
5488         split rules over them.
5489         (nnmail-mail-splitting-charset): New variable.
5490
5491         * smiley.el: Replaced with smiley-ems.el.
5492
5493 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5494
5495         * mm-url.el (mm-url-predefined-programs): Add w3m.
5496         (mm-url-program): Ditto.
5497
5498 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499
5500         * nnml.el (nnml-use-compressed-files): New variable.
5501         (nnml-filenames-are-evil): Removed.
5502         (nnml-current-group-article-to-file-alist): Don't use.
5503         (nnml-update-file-alist): Inhibit.
5504         (nnml-article-to-file): Use new var.
5505
5506 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5507
5508         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5509
5510         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5511
5512 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5515         function.
5516
5517         * gnus-util.el (gnus-cache-file-contents): New function.
5518
5519         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5520         (gnus-agent-load-alist): Use it.
5521
5522         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5523
5524         * nnheader.el (nnheader-insert-nov-file): New function.
5525
5526         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5527
5528         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5529         there are no references.
5530         (gnus-extract-message-id-from-in-reply-to): New function.
5531         (gnus-nov-parse-line): Use in-reply-to if there are no
5532         references.
5533
5534 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5537
5538         * gnus-util.el (gnus-parse-without-error): New macro.
5539
5540 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5541
5542         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5543         (gnus-article-wash-function): use locate-library to decide which
5544         to use.
5545
5546 2002-01-25  Simon Josefsson  <jas@extundo.com>
5547
5548         * pop3.el (pop3-munge-message-separator): Work if no date.
5549         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5550
5551 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-agent.el (gnus-agent-save-alist): Fix.
5554
5555         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5556         mistake.  Reinstated lost code.
5557
5558 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5559
5560         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5561         one exists in the case of an encrypted message with an internal
5562         signature.
5563
5564 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5567
5568 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * dgnushack.el: Commented out the experimental code.
5571
5572 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5575         error.
5576
5577         * gnus.el (gnus-server-to-method): Made into subst.
5578         (gnus-server-method-cache): New variable.
5579         (gnus-server-to-method): Use it.
5580         (gnus-group-method-cache): New variable.
5581         (gnus-find-method-for-group-1): Renamed.
5582         (gnus-find-method-for-group): New function.
5583         (gnus-group-method-cache): Removed.
5584
5585         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5586         function.
5587
5588         * gnus-range.el (gnus-members-of-range): New function.
5589         (gnus-list-range-intersection): Renamed.
5590         (gnus-inverse-list-range-intersection): New function.
5591
5592         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5593
5594         * nnagent.el (nnagent-retrieve-headers): New implementation.
5595
5596         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5597         implementation.
5598
5599 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5602         `w3m-meta-content-type-charset-regexp'.
5603
5604         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5605         charset-encoded html contents.
5606
5607 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5608
5609         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5610         an empty file.
5611
5612         * nnweb.el (url): Ignore errors when request url.
5613
5614         * nnrss.el: Clean up the comments.
5615
5616 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5619
5620         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5621         (mm-inline-media-tests): Test whether the value of
5622         `mm-inline-text-html-renderer' is a function for text/html.
5623
5624         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5625         separated from `mm-inline-text'.
5626         (mm-w3m-minor-mode): New variable.
5627         (mm-w3m-setup): New variable.
5628         (mm-setup-w3m): New function.
5629         (mm-inline-text-html-render-with-w3m): New function.
5630         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5631         text/html.
5632
5633 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5634
5635         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5636
5637 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5640         and `gnus-xmas-completing-read'.
5641
5642 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5643
5644         * nneething.el (nneething-message-id-number): Abolished.
5645         (nneething-encode-file-name): Not encode numerical characters.
5646         (nneething-make-head): `nneething-message-id-number' is not
5647         used to generate message IDs.
5648
5649 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5652         characters.
5653
5654 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5657         (gnus-xmas-redefine): Redefine conditionally.
5658
5659 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5660
5661         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5662         tag.
5663
5664 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5665
5666         * message.el (message-font-lock-keywords): Added the secure tag.
5667         * mml-sec.el: Added functions to generate/modify/remove the secure
5668         tag while in message mode.
5669         * mml-sec.el (mml-secure-message): New.
5670         * mml-sec.el (mml-unsecure-message): New.
5671         * mml-sec.el (mml-secure-message-sign-smime): New.
5672         * mml-sec.el (mml-secure-message-sign-pgp): New.
5673         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5674         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5675         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5676         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5677         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5678         convert it to either a part or multipart depending on if there are
5679         other parts in the message.
5680         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5681         to use the secure tag, rather than the part tag.
5682         * mml.el (mml-preview): Added a save-excursion to keep cursor
5683         position after doing an MML preview.
5684
5685 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * nnheader.el (nnheader-parse-overview-file): New function.
5688         (nnheader-write-overview-file): New function.
5689
5690 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5693         in wanted.
5694
5695         * nnweb.el (nnweb-type-definition): Clean up.
5696
5697 2002-01-21  Alastair Burt  <burt@dfki.de>
5698         Trivial patch.
5699
5700         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5701         buffer exists before jumping to it.
5702
5703 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5706         function.
5707         (article-wash-html): Use it.
5708         (gnus-article-wash-function): New variable.
5709         (gnus-article-wash-html-with-w3m): New function.
5710
5711 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5712
5713         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5714         XEmacs.
5715
5716 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5717
5718         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5719         command line.
5720
5721 2002-01-21  Simon Josefsson  <jas@extundo.com>
5722
5723         * canlock.el (base64-encode-string): Autoload it from base64.
5724         (canlock-make-cancel-key): Base64 encode unibyte string.
5725
5726 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * nnfolder.el (nnfolder-request-accept-article): Unfold
5729         x-from-line.
5730         (nnfolder-request-replace-article): Ditto.
5731
5732 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5733
5734         * gnus-group.el (gnus-group-best-unread-group): Use the right
5735         positioning function.
5736
5737 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * smiley-ems.el (smiley-region): Use new function.
5740         (smiley-update-cache): Use general image functions.
5741         (smiley-region): Use general functions.
5742
5743         * gnus-util.el (gnus-graphic-display-p): New function.
5744
5745         * nnmail.el (nnmail-article-group): Allow outputting traces of
5746         non-strings.
5747
5748         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5749         (nndoc-exim-bounce-type-p): New function.
5750
5751         * message.el (message-dont-send): Doc fix.
5752
5753         * gnus-util.el (gnus-completing-read): Remove
5754         inherit-input-method.
5755
5756         * gnus-art.el (gnus-treat-smiley): Doc fix.
5757
5758         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5759         articles.
5760
5761 2002-01-19  Simon Josefsson  <jas@extundo.com>
5762
5763         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5764         (imap-kerberos4-open): Ditto.
5765         (imap-open): Set port correctly, don't set auth.
5766
5767 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus.el (gnus-version-number): Bump version number.
5770
5771 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5772
5773         * gnus.el: Oort Gnus v0.05 is released.
5774
5775 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5778         exists.
5779
5780         * gnus-spec.el (gnus-string-width-function): New function.
5781         (gnus-tilde-cut-form): Use it.
5782         (gnus-tilde-max-form): Ditto.
5783         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5784         (gnus-substring-function): Use it.
5785         (gnus-tilde-cut-form): Ditto.
5786         (gnus-substring-function): New function.
5787
5788         * message.el (message-check-news-header-syntax): New message.
5789
5790         * gnus.el (gnus-slave-no-server): Doc fix.
5791
5792         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5793
5794 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5797         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5798         (seen (NUM1 . NUM2)).
5799
5800 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5803         number in closed topics.
5804
5805 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5806
5807         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5808         functions.
5809
5810 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * gnus.el (gnus-group-find-parameter): Clean up.
5813
5814         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5815         articles.
5816
5817         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5818
5819         * nnmail.el (nnmail-article-group): Clean up.
5820
5821 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5822
5823         * gnus-agent.el (gnus-category-name): Intern the category name.
5824
5825 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5828
5829         * gnus-util.el (gnus-completing-read): New function.
5830
5831 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5832
5833         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5834
5835         * smiley-ems.el (smiley-region): Register smiley.
5836         (smiley-toggle-buffer): Rewrite the function.
5837         (smiley-active): Removed.
5838
5839 2002-01-19  Simon Josefsson  <jas@extundo.com>
5840
5841         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5842         Jesper Harder <harder@ifa.au.dk>.
5843
5844 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5845
5846         * gnus-art.el (gnus-request-article-this-buffer): Call
5847         `nneething-get-file-name' to extract the file name from the
5848         message id.
5849
5850         * nneething.el (nneething-encode-file-name): New function.
5851         (nneething-decode-file-name): Ditto.
5852         (nneething-get-file-name): Ditto.
5853         (nneething-make-head): Encode the file name and encapsulate it
5854         into the field of the message id.
5855
5856 2002-01-18  Simon Josefsson  <jas@extundo.com>
5857
5858         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5859         stored in .marks.
5860
5861         * nnfolder.el (nnfolder-request-update-info): Ditto.
5862
5863 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5864
5865         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5866
5867 2002-01-18  Simon Josefsson  <jas@extundo.com>
5868
5869         * imap.el (imap-starttls-p): Don't check for binary.
5870         (imap-gssapi-auth-p): Ditto.
5871         (imap-kerberos4-auth-p): Ditto.
5872         (imap-open): Change logic.  Iterate through all possible streams,
5873         instead of bailing out after first failure.  Move authenticator
5874         decision to `imap-authenticate'.
5875         (imap-authenticate): Change logic, now finds the authenticator to
5876         use, was previously in `imap-open'.
5877         (imap-open): Return nil on failure.
5878         (imap-open): Setup temp buffer correctly.
5879         (imap-open): Return buffer only on success.
5880         (imap-interactive-login, imap-interactive-login): Tell the user
5881         which stream/authenticator is used for the queried
5882         username/password.
5883         (imap-open, imap-authenticate): Set variables.
5884         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5885         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5886
5887 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5890
5891 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5894
5895 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5896
5897         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5898         (gnus-agent-group-mode-map): Bind it to "Jo".
5899         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5900
5901 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5902
5903         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5904         (gnus-summary-mail-toolbar): Add mail article deletion button.
5905
5906         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5907         false positives for lines of "^^^^".
5908
5909         * gnus-picon.el (gnus-picon-find-face): faces database is all
5910         lowercase.
5911
5912 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5913
5914         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5915         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5916         duplications.
5917         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5918
5919 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920
5921         * gnus-sum.el (gnus-summary-initial-limit): Inline
5922         gnus-summary-limit-children.
5923         (gnus-summary-initial-limit): Don't limit if
5924         gnus-newsgroup-display is nil.
5925         (gnus-summary-initial-limit): No, don't.
5926
5927         * gnus-util.el
5928         (gnus-put-text-property-excluding-characters-with-faces): Inline
5929         gnus-put-text-property.
5930
5931         * gnus-spec.el (gnus-default-format-specs): New variable.
5932
5933         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5934         gnus-format-specs.
5935         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5936
5937         * gnus-spec.el (gnus-update-format-specifications): Really check
5938         the Gnus version of the .newsrc.eld file.
5939         (gnus-format-specs): Save the new default summary format.
5940
5941         * gnus-util.el (gnus-parent-id): Check whether references is empty
5942         before splitting.
5943
5944         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5945         functions.
5946         (gnus-gather-threads-by-references): Inline
5947         `gnus-split-references'.
5948
5949         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5950         default value of gnus-summary-line-format-spec.
5951
5952 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5953
5954         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5955         message.
5956         (nnslashdot-request-list): Ditto.
5957         (nnslashdot-sid-strip): Removed.
5958
5959 2002-01-15  Simon Josefsson  <jas@extundo.com>
5960
5961         * nnimap.el (nnimap-close-asynchronous): Enable.
5962         (nnimap-close-group): Expunge.
5963
5964 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5965
5966         * gnus-util.el (gnus-user-date-format-alist): Typo.
5967         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5968
5969 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5970
5971         * nneething.el (nneething-request-article): Set
5972         `nnmail-file-coding-system' to `binary' locally, in order to read
5973         files without any conversion.
5974
5975 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5976
5977         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5978         nnheader-file-coding-system and nnmail-active-file-coding-system.
5979         (gnus-agent-regenerate-group): Ditto.
5980         (gnus-agent-regenerate): Ditto.
5981         (gnus-agent-write-active): Ditto.
5982         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5983
5984 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5985
5986         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5987         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5988
5989 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5990
5991         * gnus.el: We don't need gnus-article-show-all-headers.
5992
5993         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5994         Ditto.
5995
5996         * gnus-sum.el (gnus-summary-select-article): Don't call
5997         show-all-headers, because hidden headers are not hidden text any
5998         more.
5999
6000 2002-01-13  Simon Josefsson  <jas@extundo.com>
6001
6002         * message.el (message-newline-and-reformat): Use `newline' instead
6003         of inserting \n, so that the newline is marked as hard.
6004
6005         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6006         From Jesper Harder <harder@ifa.au.dk>.
6007
6008 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6009
6010         * imap.el (imap-close): Keep going if quit.
6011
6012         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6013         nntp-server-buffer.
6014
6015 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6018         avoid unbinding shadowed variables.
6019
6020         * gnus-art.el (gnus-picon-databases): Moved here.
6021         (gnus-picons-installed-p): Moved here.
6022         (gnus-article-reply-with-original): Use `mark'.
6023
6024         * gnus.el (gnus-picon): Moved here and renamed.
6025
6026         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6027         installed.
6028         (gnus-treat-mail-picon): Ditto.
6029         (gnus-treat-newsgroups-picon): Ditto.
6030
6031         * gnus-picon.el (gnus-picons-installed-p): New function.
6032
6033 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6034
6035         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6036
6037 2002-01-12  Simon Josefsson  <jas@extundo.com>
6038
6039         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6040         (nnimap-before-find-minmax-bugworkaround): Use it.
6041         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6042         (nnimap-dont-close): New variable.
6043         (nnimap-close-group): Use it.
6044
6045 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * gnus-art.el (gnus-article-reply-with-original): Use
6048         `mark-active'.
6049
6050         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6051
6052         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6053         (gnus-score-advanced): Clean up.
6054         (gnus-score-advanced): Accept a multiple of the score.
6055
6056 2002-01-12  Simon Josefsson  <jas@extundo.com>
6057
6058         * flow-fill.el (fill-flowed-display-column)
6059         (fill-flowed-encode-columnq): New variables.  Suggested by
6060         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6061         (fill-flowed-encode, fill-flowed): Use them.
6062
6063         * message.el (message-send-news, message-send-mail): Use
6064         m-b-s-n-p-e-h-n.
6065
6066         * mml.el (autoload): Autoload fill-flowed-encode.
6067         (mml-buffer-substring-no-properties-except-hard-newlines): New
6068         function.
6069         (mml-read-part): Use it.
6070         (mml-generate-mime-1): Encode format=flowed if appropriate.
6071         (mml-insert-mime-headers): Insert format=flowed.
6072
6073         * flow-fill.el (fill-flowed-encode): New function.
6074         (fill-flowed): Bind fill-column to window width.
6075
6076 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6079         it exists.
6080         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6081         (gnus-summary-buffer-name): Don't return the dead name after all.
6082         (gnus-summary-setup-buffer): Kill the dead buffer.
6083
6084         * gnus-art.el (gnus-article-followup-with-original): Store the
6085         value of the mark before deactivating it.
6086
6087 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6088
6089         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6090         From: Karl Kleinpaste <karl@charcoal.com>
6091
6092         * gnus-art.el (article-display-x-face): Ditto.
6093         (gnus-article-reply-with-original): Use gnus-region-active-p.
6094         (gnus-article-followup-with-original): Ditto.
6095
6096         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6097         downloadable article either.
6098
6099 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6100
6101         * gnus-art.el (article-display-x-face): Insert From:.
6102
6103         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6104         article. Bind gnus-display-mime-function and
6105         gnus-article-prepare-hook.
6106
6107         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6108         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6109         gnus-agent-possibly-synchronize-flags to the last.
6110         (gnus-agent-go-online): New function. New variable.
6111
6112 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6113
6114         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6115         (gnus-agent-regenerate): Ditto.
6116
6117 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6118
6119         * message.el (message-ignored-news-headers)
6120         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6121         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6122
6123         * gnus.el (gnus-gethash-safe): New macro.
6124
6125         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6126         (gnus-agent-regenerate): Show messages.
6127
6128 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6129
6130         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6131         (gnus-agent-regenerate): New function.
6132         (gnus-agent-save-alist): Sort.
6133         (gnus-agent-copy-nov-line): Test eobp.
6134         (gnus-agent-retrieve-headers): Erase buffer.
6135
6136 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6137
6138         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6139         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6140
6141         * gnus.el (gnus-agent-covered-methods): Move here.
6142         (gnus-online): New function.
6143         (gnus-agent-method-p): Move here.
6144
6145         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6146         nil. Remove articles-alist.
6147
6148         * gnus-start.el (gnus-get-unread-articles): Check online.
6149         (gnus-groups-to-gnus-format): Ditto.
6150         (gnus-active-to-gnus-format): Ditto.
6151
6152         * gnus-agent.el (gnus-agent-get-function): Use it.
6153         (gnus-agent-get-undownloaded-list): Ditto.
6154         (gnus-agent-fetch-session): Only fetch online methods.
6155
6156         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6157         (gnus-server-mode-map): Ditto.
6158         (gnus-server-offline-face): New face.
6159         (gnus-server-offline-face): New variable.
6160         (gnus-server-font-lock-keywords): Add offline.
6161         (gnus-server-insert-server-line): Ditto.
6162         (gnus-server-offline-server): New function.
6163
6164         * gnus-int.el (gnus-open-server): Turn to offline.
6165         (gnus-server-unopen-status): New variable.
6166
6167 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6168
6169         * nnkiboze.el (nnkiboze-request-article): Use
6170         gnus-agent-request-article.
6171
6172         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6173         function. Insert undownloaded NOV.
6174
6175         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6176         (gnus-agent-request-article): New function.
6177
6178         * gnus.el (gnus-agent-cache): New variable.
6179
6180         * gnus-int.el (gnus-retrieve-headers): Use
6181         gnus-agent-retrieve-headers.
6182         (gnus-request-head): Use gnus-agent-request-article.
6183         (gnus-request-body): Ditto.
6184
6185         * gnus-art.el (gnus-request-article-this-buffer): Use
6186         gnus-agent-request-article.
6187
6188         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6189         article if it is undownloaded.
6190
6191 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6194
6195 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * canlock.el (canlock-string-as-unibyte): New macro.
6198         (canlock-sha1-with-openssl): Return a unibyte string.
6199         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6200
6201 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6202
6203         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6204
6205 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6206
6207         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6208         application/x-emacs-lisp.
6209
6210         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6211
6212         * nntp.el (nntp-request-article): Add group parameter.
6213         (nntp-request-head): Ditto.
6214         (nntp-find-group-and-number): Add parameter group. Figure out
6215         number if the status line doesn't give (e.g. quimby.gnus.org).
6216
6217 2002-01-08  Simon Josefsson  <jas@extundo.com>
6218
6219         * mml.el (mml-generate-mime-1): Set recipient correctly.
6220
6221 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6222
6223         * message.el (message-read-from-minibuffer): Add parameter
6224         initial-contents.
6225         * gnus-msg.el (gnus-summary-resend-message): Use it.
6226
6227         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6228         behavior of quit-config.
6229
6230         * message.el (message-make-from): Don't quote fullname.
6231         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6232
6233         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6234         From: <andre@slamdunknetworks.com>
6235
6236 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6237
6238         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6239
6240         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6241
6242         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6243         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6244         because bbdb may use it.
6245
6246 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6247
6248         * nneething.el (nneething-request-article): When a non-text file
6249         is converted to an article, its data is encoded in base64.  Call
6250         `nneething-make-head' with options to specify MIME types.
6251         (nneething-make-head): Add optional arguments to specify MIME
6252         types.
6253
6254 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6255
6256         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6257         header if there is not.
6258
6259         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6260
6261         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6262         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6263         (gnus-inews-do-gcc): Use them.
6264
6265         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6266         gnus-newsgroup-unselected.
6267
6268 2002-01-06  Simon Josefsson  <jas@extundo.com>
6269
6270         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6271         condition-case, not ignore-errors.
6272
6273 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6274
6275         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6276         gnus-fetch-old-headers.
6277
6278         * gnus-art.el (article-display-x-face): Use the current buffer
6279         unless `W f'. Otherwise, X-Face may be shown in the header of a
6280         forwarded part.
6281         (gnus-treatment-function-alist): Treat xface before hiding
6282         headers.
6283
6284 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6287         parameters.
6288
6289 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6290
6291         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6292         (mm-guess-charset): New function.
6293         (mm-charset-after): Use it.
6294         (mm-detect-coding-region): New function.
6295         (mm-detect-mime-charset-region): New function.
6296
6297         * gnus-sum.el (gnus-summary-show-article): Use
6298         mm-detect-coding-region.
6299
6300 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * message.el (message-make-fqdn): Be less violent.
6303
6304         * gnus.el (gnus-logo-color-style): Compute custom form
6305         automatically.
6306
6307         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6308         score file of the parent to the document group.
6309
6310         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6311         parameters parameter.
6312
6313         * gnus-score.el (gnus-score-load-file): Clean up.
6314
6315 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6316
6317         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6318         From: Damien Wyart <damien.wyart@free.fr>
6319
6320         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6321
6322 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * gnus-sum.el (gnus-select-group-hook): Typo.
6325
6326         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6327         is no quoted-printable-encoded STRING.
6328         From: Jesper Harder <harder@ifa.au.dk>
6329
6330         (rfc2047-decode-string): Decode it.
6331
6332 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6335
6336 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6337         Trivial patch.
6338
6339         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6340         buffer to get rid of junk line.
6341
6342 2002-01-05  Simon Josefsson  <jas@extundo.com>
6343
6344         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6345         C-o.
6346         (message-mode-map): Bind message-insert-or-toggle-importance to
6347         C-c C-u.
6348         (message-mode-map): Bind message-disposition-notification-to to
6349         C-c M-n.
6350         (message-mode-menu): Add m-d-n-t.
6351         (message-mode-field-menu): Add m-goto-from.
6352         (message-mode): Doc fix.
6353         (message-goto-from): New function.
6354         (message-insert-disposition-notification-to): New function.
6355         (message-tool-bar-map): Add receipt button.
6356
6357 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * gnus-sum.el (gnus-thread-latest-date): New function.
6360         (gnus-thread-sort-by-most-recent-number): Renamed.
6361         (gnus-thread-sort-functions): Doc fix.
6362         (gnus-select-group-hook): Don't use setq on a hook.
6363         (gnus-thread-latest-date): Use date, not number
6364
6365         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6366         (gnus-agent-expire): Allow regexp of expire-days.
6367
6368         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6369         region.
6370         (gnus-article-followup-with-original): Ditto.
6371
6372         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6373
6374         * gnus-art.el (gnus-mime-display-alternative): Use
6375         gnus-local-map-property.
6376         (gnus-mime-display-alternative): Ditto.
6377         (gnus-insert-mime-security-button): Ditto.
6378         (gnus-insert-next-page-button): Ditto.
6379         (gnus-button-prev-page): Take optional args.
6380         (gnus-insert-prev-page-button): widget-convert.
6381
6382         * gnus-util.el (gnus-local-map-property): New function.
6383
6384         * gnus-art.el (gnus-prev-page-map): Use parent map.
6385         (gnus-next-page-map): Ditto.
6386
6387         * gnus-spec.el (gnus-parse-format): Clean up.
6388         (gnus-parse-format): Do complex formatting for %=.
6389
6390         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6391         "X-Face: " to the data in the built-in scenario.
6392
6393         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6394         (gnus-correct-pad-form): Renamed.
6395         (gnus-tilde-max-form): Clean up.
6396         (gnus-pad-form): Use gnus-use-correct-string-widths.
6397
6398         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6399         support if that is available.
6400
6401         * gnus-sum.el (gnus-thread-highest-number): New function.
6402         (gnus-thread-sort-by-most-recent-thread): New function.
6403         (gnus-thread-sort-functions): Doc fix.
6404
6405 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6406
6407         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6408         all cases.
6409         (gnus-summary-mode): Enable it in all cases.
6410         (gnus-summary-display-article): Ditto.
6411         (gnus-summary-edit-article): Ditto.
6412
6413         * gnus-ems.el (gnus-put-image): Really return glyph.
6414
6415         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6416         (gnus-treat-smiley): Don't take "P" in the interactive form.
6417
6418 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * compface.el (uncompface): XEmacs and Emacs have differing
6421         capabilities.
6422
6423         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6424
6425         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6426         (gnus-article-xface-ring-size): Removed.
6427         (gnus-article-display-xface): Removed.
6428         (gnus-remove-image): Cleaned up.
6429
6430         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6431         (gnus-xmas-create-image): Take pbm files.
6432         (gnus-x-face): Removed.
6433         (gnus-xmas-article-display-xface): Removed.
6434
6435         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6436         default-enable-multibyte-characters.
6437
6438         * compface.el (uncompface): Doc fix.
6439
6440         * gnus-art.el (gnus-article-x-face-command): Use
6441         gnus-display-x-face-in-from.
6442
6443         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6444
6445         * gnus-ems.el (gnus-put-image): Return the image.
6446
6447         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6448         (gnus-x-face): Moved here.
6449
6450 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6451
6452         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6453         invisible if string is nil.
6454         (gnus-xmas-article-display-xface): Use it.
6455
6456         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6457         property when string is nil.
6458         (gnus-article-display-xface): Use it.
6459
6460 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * gnus-art.el (article-display-x-face): Check whether valid grey
6463         face was returned.
6464         (article-display-x-face): Place image in the right spot.
6465
6466         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6467         stderr.
6468         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6469
6470 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6473         parameters.
6474         (gnus-xmas-put-image): Allow non-strings to be passed.
6475
6476         * gnus-art.el (article-display-x-face): Use optional parameters.
6477
6478         * gnus-ems.el (gnus-create-image): Take optional parameters.
6479
6480         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6481
6482         * compface.el (compface-xbm-p): Removed.
6483
6484         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6485         (gnus-article-display-xface): Use compface.
6486
6487         * compface.el: New file.
6488
6489         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6490         (gnus-convert-image-to-x-face-command): Ditto.
6491         (gnus-random-x-face): Quote argument.
6492         (gnus-x-face-from-file): Ditto.
6493
6494 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6495
6496         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6497         the expire-group parameter once per article rather than once
6498         per group; bind `nnmaildir-article-file-name' and `article'
6499         for convenience.  Leave article alone when expire-group
6500         specifies the current group.
6501         (nnmaildir--update-nov): be more concurrency-friendly with
6502         temp file names.
6503
6504 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * gnus-start.el (gnus-read-init-file): Cleaned up.
6507
6508 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6509
6510         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6511         (gnus-read-init-file): Don't use it.
6512
6513 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6514
6515         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6516
6517 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6518
6519         * gnus-start.el (gnus-read-init-file): Don't force coding system
6520         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6521
6522 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6523
6524         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6525         * nnspool.el (nnspool-request-post): Ditto.
6526
6527         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6528         (mm-find-mime-charset-region): Use it.
6529
6530 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6531
6532         * gnus.el (gnus-summary-line-format): Added :link.
6533         * gnus-topic.el (gnus-topic-line-format): Ditto.
6534         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6535         * gnus-srvr.el (gnus-server-line-format): Ditto.
6536         * gnus-group.el (gnus-group-line-format): Ditto.
6537
6538         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6539         :keys, it works on both Emacsen.
6540
6541 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6542
6543         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6544
6545 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6548
6549 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6550
6551         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6552         very wide reply.
6553
6554 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6557         (gnus-picon-cache): New variable.
6558         (gnus-picon-transform-newsgroups): Cache stuff.
6559
6560         * gnus-art.el (gnus-article-reply-with-original): New command.
6561         (gnus-article-followup-with-original): New command.
6562
6563         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6564         END parameters.
6565         (gnus-summary-followup): Take a list of list of articles.
6566         (gnus-inews-yank-articles): Allow lists of article/regions.
6567
6568         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6569         longer the usual commands.
6570
6571         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6572         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6573         shell-command-on-region.
6574
6575 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6576
6577         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6578           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6579
6580 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6581
6582         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6583         understand ':keys', wrap it in an featurep 'xemacs.
6584
6585 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6586
6587         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6588         order of headers (Actually, it is called in a reversed order). Add
6589         'gnus-image-text-deletable property.
6590         (gnus-remove-image): Remove text with such a property.
6591
6592         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6593         gnus-put-image.
6594
6595         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6596         with ", "
6597
6598 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6601
6602         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6603         (article-display-x-face): Display grey X-Faces.
6604
6605         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6606         (gnus-convert-gray-x-face-to-ppm): Ditto.
6607         (gnus-convert-image-to-gray-x-face): Ditto.
6608
6609         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6610         gnus-summary-show-raw-article.
6611
6612 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6613
6614         Display picons in XEmacs without showing text.
6615
6616         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6617         mm-create-image-xemacs to create xbm glyph, because it deletes
6618         temporary files.
6619         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6620         (gnus-xmas-remove-image): Make text visible, remove glyph.
6621
6622         * gnus-picon.el (gnus-picon-transform-newsgroups)
6623         (gnus-picon-transform-address): Insert spec backward, due to the
6624         incompatibility of gnus-xmas-put-image.
6625
6626 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6627
6628         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6629
6630 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631
6632         * gnus.el: Doc fix.
6633
6634         * gnus-art.el: Doc fix.
6635
6636         * gnus-agent.el: Doc fix.
6637
6638 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6639
6640         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6641
6642 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6643
6644         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6645         NOV data out of the message again if nnmail-extra-headers has
6646         changed.
6647
6648 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * gnus-fun.el: New file.
6651         (gnus-convert-image-to-x-face-command): New variable.
6652         (gnus-insert-x-face): New function.
6653         (gnus-random-x-face): Renamed.
6654         (gnus-x-face-from-file): Renamed.
6655
6656         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6657         "_".
6658         (gnus-body-boundary-delimiter): Typo fix.
6659
6660 2002-01-02  Simon Josefsson  <jas@extundo.com>
6661
6662         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6663         (gnus-body-boundary-delimiter): Fix type.
6664
6665 2002-01-01  Simon Josefsson  <jas@extundo.com>
6666
6667         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6668         (gnus-treat-emphasize, gnus-treat-strip-cr)
6669         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6670         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6671         (gnus-treat-fill-article, gnus-treat-hide-citation)
6672         (gnus-treat-hide-citation-maybe)
6673         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6674         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6675         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6676         (gnus-treat-date-ut, gnus-treat-date-local)
6677         (gnus-treat-date-english, gnus-treat-date-lapsed)
6678         (gnus-treat-date-original, gnus-treat-date-iso8601)
6679         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6680         (gnus-treat-strip-trailing-blank-lines)
6681         (gnus-treat-strip-leading-blank-lines)
6682         (gnus-treat-strip-multiple-blank-lines)
6683         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6684         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6685         (gnus-treat-display-xface, gnus-treat-display-smileys)
6686         (gnus-treat-from-picon, gnus-treat-mail-picon)
6687         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6688         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6689         (gnus-treat-play-sounds, gnus-treat-translate)
6690         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6691
6692         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6693         (gnus-article-treat-body-boundary): Use it.
6694
6695         * message.el (message-mode): Fix doc.
6696         (message-mode-menu): Fix names.
6697
6698 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6699
6700         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6701         articles.
6702
6703         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6704         (gnus-picon-transform-address): Search for unknown faces as well.
6705         (gnus-picon-find-face): Don't search "news" for MISC.
6706         (gnus-picon-user-directories): Changed default back to exclude
6707         "unknown".
6708
6709         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6710
6711         * gnus-picon.el (gnus-picon-find-face): Search through all
6712         databases.
6713         (gnus-picon-find-face): New implementation.
6714
6715         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6716         keystroke.
6717         (gnus-topic-goto-next-topic): Ditto.
6718
6719         * gnus.el (gnus-summary-line-format): Changed default.
6720
6721         * nnmail.el (nnmail-extra-headers): Change default.
6722
6723         * gnus-sum.el (gnus-extra-headers): Change default.
6724
6725         * message.el (message-news-other-window): Changed "news" to
6726         "posting".
6727         (message-news-other-frame): Ditto.
6728         (message-do-send-housekeeping): Ditto.
6729
6730         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6731         function.
6732         (gnus-article-unread-p): New function.
6733         (gnus-article-unseen-p): New function.
6734         (gnus-dead-summary-mode-map): Typo.
6735
6736         * gnus-util.el (gnus-make-predicate): New function.
6737         (gnus-make-predicate-1): New function.
6738
6739         * gnus-sum.el: New function.
6740         (gnus-map-articles): New function.
6741
6742         * gnus-art.el (gnus-treat-fold-headers): New variable.
6743         (gnus-article-treat-fold-headers): New command and keystroke.
6744
6745         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6746         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6747
6748 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6749
6750         * message.el (message-fcc-externalize-attachments): New variable.
6751         (message-do-fcc): Use it.
6752
6753         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6754         (gnus-inews-do-gcc): Use it.
6755
6756         * mml.el (mml-tweak-sexp-alist): New variable.
6757         (mml-externalize-attachments): New variable.
6758         (mml-tweak-part): Use mml-tweak-sexp-alist.
6759         (mml-tweak-externalize-attachments): New function.
6760
6761 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6762
6763         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6764         'set-glyph-face' so x-face back/foreground can be set.
6765
6766 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6767
6768         * message.el (message-fix-before-sending): Fix a typo.
6769
6770 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * gnus-art.el (gnus-treat-smiley): Renamed command.
6773         (gnus-article-remove-images): New command and keystroke.
6774
6775         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6776
6777         * smiley-ems.el (gnus-smiley-display): Removed.
6778
6779         * gnus.el (gnus-version-number): Update version.
6780
6781         * message.el (message-text-with-property): Renamed and moved
6782         here.
6783         (message-fix-before-sending): Highlight invisible text and place
6784         point there.
6785
6786 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6787
6788         * gnus.el: Oort Gnus v0.04 is released.
6789
6790 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6793
6794         * gnus-art.el (gnus-ignored-headers): More headers,
6795
6796         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6797         of `scan-error', since XEmacs doesn't seem to support that.
6798
6799 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6800
6801         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6802         arg.
6803         (gnus-summary-best-unread-subject): Ditto.
6804         (gnus-summary-best-unread-subject): No, don't.
6805         (gnus-summary-better-unread-subject): New command.
6806
6807         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6808
6809         * lpath.el ((featurep 'xemacs)): fbind url function.
6810
6811         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6812         buffer.
6813         (gnus-xmas-remove-image): Implementation that does something.
6814         (gnus-xmas-article-display-xface): Mark images properly.
6815
6816         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6817
6818 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6819
6820         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6821
6822 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * gnus-group.el (gnus-group-line-format): Added %O to the default
6825         value.
6826
6827         * gnus-util.el (gnus-text-with-property): The smallest point is
6828         point-min.
6829
6830         * smiley-ems.el (smiley-region): Return images.
6831         (gnus-smiley-display): Allow toggling.
6832         (smiley-region): Use text properties, not overlays.
6833
6834         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6835         implemented yet.
6836
6837         * smiley-ems.el (smiley-update-cache): Check for valid types.
6838
6839         * gnus-art.el (gnus-with-article-buffer): New macro.
6840
6841         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6842         strings as well as the glyphs.
6843         (gnus-picon-transform-address): Ditto.
6844         (gnus-picon-insert-glyph): Ditto.
6845         (gnus-picon-transform-newsgroups): Toggle.
6846         (gnus-picon-transform-address): Toggle.
6847
6848         * gnus-ems.el (gnus-remove-image): New function.
6849         (gnus-put-image): Take an optional string.
6850
6851         * gnus-util.el (gnus-text-with-property): New function.
6852
6853         * gnus-art.el (gnus-delete-images): New function.
6854
6855         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6856
6857         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6858         (gnus-article-wash-status): Use it.
6859         (gnus-signature-toggle): Clean up.
6860         (gnus-add-wash-status): New function.
6861         (gnus-delete-wash-status): New function.
6862         (gnus-article-hide-text-type): Use them throughout.
6863         (gnus-add-image): New function.
6864
6865         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6866
6867         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6868         interface.
6869
6870         * gnus-art.el (article-display-x-face): Cleaned up.
6871
6872         * rfc2047.el (rfc2047-field-value): New function.
6873
6874         * mail-parse.el (mail-header-field-value): New alias.
6875
6876         * gnus-art.el (gnus-mime-print-part): Fix typos.
6877
6878         * smiley-ems.el (gnus-smiley-file-types): New variable.
6879         (smiley-update-cache): Use it.
6880         (smiley-regexp-alist): Suffix-less smiley names.
6881         (smiley-regexp-alist): Added more smileys.
6882
6883         * gnus-sum.el (gnus-print-buffer): Made into own function.
6884         (gnus-summary-print-article): Use it.
6885
6886         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6887         looked for when REQUEST is a string.
6888
6889         * gnus-art.el (gnus-mime-button-commands): Add printing
6890         keystroke.
6891         (gnus-mime-copy-part): Doc fix.
6892         (gnus-mime-print-part): New command.
6893
6894 2001-12-31  Simon Josefsson  <jas@extundo.com>
6895
6896         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6897         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6898
6899 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6900
6901         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6902         (picon): Fix doc.
6903
6904         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6905         longer exists. Remove those codes.
6906         * gnus.el (gnus-use-picons): Ditto.
6907
6908 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6911         infloop.
6912
6913         * gnus-sum.el (t): New `W D' map.
6914
6915         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6916         (gnus-article-treat-body-boundary): Clean up.
6917         (gnus-body-boundary-face): Removed.
6918         (gnus-article-goto-header): Moved here.
6919         (gnus-article-goto-header): Allow better regexps.
6920         (gnus-article-treat-fold-newsgroups): New command.
6921
6922         * gnus-sum.el (gnus-summary-move-article): We have to select an
6923         article to give `gnus-read-move-group-name' an opportunity to
6924         suggest an appropriate default.
6925
6926         * rfc2047.el (rfc2047-fold-line): New function.
6927         (rfc2047-unfold-line): Ditto.
6928         (rfc2047-fold-region): Don't fold just after the header name.
6929
6930         * mail-parse.el (mail-header-fold-line): New alias.
6931         (mail-header-unfold-line): Ditto.
6932
6933         * gnus-art.el (gnus-body-boundary-face): Renamed.
6934         (gnus-article-treat-body-boundary): Use it.
6935         (gnus-article-treat-body-boundary): Use an invisible header and a
6936         line of underline characters.
6937
6938 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6939
6940         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6941
6942         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6943         (gnus-picon-split-address): New function.
6944         (gnus-picon-find-face): Use it.
6945         (gnus-picon-transform-address): Use it. Set first to t for each
6946         address.
6947
6948         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6949         the macro then use it.
6950         (gnus-treatment-function-alist): Treat picons earlier.
6951
6952 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953
6954         * gnus-art.el (gnus-body-separator-face): New variable.
6955         (gnus-article-treat-body-boundary): Use a blank, colored line.
6956
6957         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6958         well.
6959
6960         * gnus-art.el (gnus-treat-body-boundary): New variable.
6961         (gnus-article-treat-unfold-headers): Use helper macro.
6962         (gnus-article-treat-body-boundary): New command.
6963
6964         * gnus.el (gnus-logo-color-style): Change the default color.
6965         (gnus-splash-face): Gray, gray.
6966
6967         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6968         colors.
6969
6970         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6971         (gnus-logo-color-style): Ditto.
6972         (gnus-logo-colors): Ditto.
6973
6974         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6975
6976         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6977
6978         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6979         (gnus-picon-transform-newsgroups): New function.
6980
6981         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6982         string.
6983
6984         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6985
6986         * gnus-art.el (gnus-treat-cc-picon): New variable.
6987         (gnus-treat-mail-picon): Renamed.
6988
6989         * gnus-picon.el: New implementation.
6990         (gnus-picon-find-face): Renamed.
6991         (gnus-treat-from-picon): Use it.
6992         (gnus-picon-transform-address): Renamed.
6993         (gnus-treat-from-picon): Use it.
6994         (gnus-picon-create-glyph): Renamed.
6995         (gnus-picon-transform-address): Use it.
6996         (gnus-treat-cc-picon): New command.
6997
6998         * mm-decode.el (mm-create-image-xemacs): Separated out into
6999         function.
7000         (mm-get-image): Use it.
7001
7002         * gnus-art.el (gnus-treat-display-picons): Simplify.
7003         (gnus-treat-from-picon): Renamed.
7004
7005         * gnus-ems.el (gnus-create-image): New function.
7006         (gnus-put-image): New function.
7007
7008         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7009         (gnus-with-article-headers): New macro.
7010         (gnus-article-goto-header): New function.
7011
7012         * gnus-xmas.el (gnus-image-type-available-p): New function.
7013
7014         * gnus-ems.el (gnus-image-type-available-p): New function.
7015
7016 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7017
7018         * nnrss.el (nnrss-check-group): Find the correct tag, because
7019         xml.el is changed.
7020
7021 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7024         lines are shorter than the window width.
7025         (gnus-ignored-headers): More headers.
7026
7027 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7030         (gnus-treat-unfold-headers): Renamed.
7031         (gnus-article-treat-unfold-headers): New command and keystroke.
7032
7033         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7034
7035         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7036
7037 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7038
7039         * sha1-el.el (sha1-use-external): New variable.
7040         (sha1-region): Use it.
7041         (sha1-string): Ditto.
7042
7043         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7044         * gnus-picon.el: Less warnings when compile.
7045
7046 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7049         alias.
7050         (gnus-picons-database): Default to list.
7051         (gnus-picons-lookup-internal): Use it.
7052
7053         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7054         to "bogus".
7055
7056         * gnus-win.el (gnus-configure-windows-hook): New hook.
7057
7058 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7059
7060         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7061
7062 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7065         lists.
7066         (gnus-select-newsgroup): Don't append; push.
7067         (gnus-adjust-marked-articles): Remove obsolete ranges from
7068         `seen'.
7069         (gnus-update-marks): Clean up.
7070         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7071
7072 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7073
7074         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7075
7076 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077
7078         * gnus-sum.el (gnus-auto-select-subject): New variable.
7079         (gnus-summary-best-unread-subject): New function.
7080         (gnus-summary-best-unread-article): Use it.
7081         (gnus-summary-first-unseen-subject): New function and command.
7082
7083         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7084         other treatments.
7085
7086         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7087         function.
7088
7089         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7090         from the list of hidden types.
7091
7092         * mm-view.el (mm-inline-text): Ditto.
7093         (mm-inline-text): Ditto.
7094         (mm-w3-prepare-buffer): Ditto.
7095
7096         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7097
7098 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * gnus-art.el (gnus-ignored-headers): Added more headers.
7101
7102 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7103
7104         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7105         once.
7106
7107 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7110
7111 2001-12-28  Simon Josefsson  <jas@extundo.com>
7112
7113         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7114         Jesper Harder <harder@ifa.au.dk>.
7115
7116 2001-12-27  Simon Josefsson  <jas@extundo.com>
7117
7118         * gnus-sum.el (gnus-select-newsgroup): Make
7119         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7120         contain all articles (instead of none) when no seen marks have
7121         been set for the group.
7122         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7123         instead, it seems to result in shorter ranges.
7124
7125 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7126
7127         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7128         insert-before-markers.
7129         From Jesper Harder <harder@ifa.au.dk>
7130
7131 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7132
7133         * nnmaildir.el (nnmaildir-save-mail): create the destination
7134         groups if they do not exist.
7135
7136 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7139
7140 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7141
7142         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7143         gnus-group-real-name.
7144
7145         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7146         (gnus-newsgroup-variables): Ditto.
7147
7148         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7149         return it.
7150
7151 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7152
7153         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7154         * nnmaildir.el (top-level): Add commentary.
7155         (nnmaildir-version): Indicate that nnmaildir is now a standard
7156         part of Gnus, not separately released.
7157
7158 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7159
7160         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7161         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7162         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7163         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7164
7165 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7166
7167         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7168
7169 2001-12-20  Simon Josefsson  <jas@extundo.com>
7170
7171         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7172         ZHU <zsh@cs.rochester.edu>.
7173         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7174         Brian P Templeton <bpt@tunes.org>.
7175
7176 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * nnmaildir.el: New file.
7179         From Paul Jarc <prj@po.cwru.edu>.
7180
7181 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7182
7183         * nndoc.el (nndoc-type-alist): Move forward to the end.
7184
7185 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7188         `dolist'.
7189
7190 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7191
7192         * gnus-win.el (gnus-frames-on-display-list): New function.
7193         (gnus-get-buffer-window): Use it.
7194
7195 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7196
7197         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7198
7199 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7200
7201         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7202
7203 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204            From Harald Meland <Harald.Meland@usit.uio.no>
7205
7206         * gnus-win.el (gnus-get-buffer-window): New function.
7207         (gnus-all-windows-visible-p): Use it.
7208
7209         * gnus-util.el (gnus-horizontal-recenter)
7210         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7211         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7212
7213         * gnus-score.el (gnus-score-insert-help): Use it.
7214
7215         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7216         (gnus-generate-tree, gnus-highlight-selected-tree)
7217         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7218         it.
7219
7220         * gnus-art.el (gnus-article-set-window-start)
7221         (gnus-mm-display-part, gnus-request-article-this-buffer)
7222         (gnus-button-next-page, gnus-button-prev-page)
7223         (gnus-article-button-next-page, gnus-article-button-prev-page):
7224         Use it.
7225
7226 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7227
7228         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7229         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7230         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7231
7232 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7233
7234         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7235         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7236         * mml1991.el, nnultimate.el: Add `coding'.
7237
7238 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7239
7240         * ChangeLog: changed coding to buffer-file-coding-system
7241         * ChangeLog.1: same
7242         * nnwfm.el: same
7243         * gnus-smiley.el: same
7244         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7245         * gnus-delay.el: same
7246         * gnus-spec.el: same
7247         * message.el: same
7248         * mml1991.el: same
7249         * nnultimate.el: same
7250
7251 2001-12-16  Simon Josefsson  <jas@extundo.com>
7252         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7253
7254         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7255         (gnus-summary-save-map): Add muttprint.
7256         (gnus-summary-make-menu-bar): Ditto.
7257         (gnus-summary-muttprint): New function.
7258
7259         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7260
7261 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7264         temporary list instead of buffer.
7265
7266         * mm-url.el (executable-find): autoload.
7267
7268 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7269
7270         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7271         to variable, follow doc-string conventions).
7272
7273 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7274
7275         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7276         subscribe-level
7277         * gnus-topic.el (gnus-subscribe-topics): use it.
7278
7279 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7280
7281         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7282         messages. (A small patch with indentation)
7283         From Sean Neakums <sneakums@zork.net>.
7284
7285         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7286         nil after shooting down the gnus-original-article-buffer.
7287
7288 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7289
7290         * uudecode.el (uudecode-use-external): New variable.
7291         (uudecode-decode-region): Automatically detect external program.
7292
7293         * binhex.el (binhex-use-external): New variable.
7294         (binhex-decode-region-internal): New function.
7295         (binhex-decode-region): Automatically detect external program.
7296
7297         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7298         Use them.
7299
7300 2001-12-12  Simon Josefsson  <jas@extundo.com>
7301
7302         * nnvirtual.el (nnvirtual-always-rescan)
7303         (nnvirtual-component-regexp): Fix doc.
7304
7305         * nnoo.el (defvoo): Add doc to defvoo variables.
7306
7307         * nnml.el (nnml-directory, nnml-active-file)
7308         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7309         (nnml-marks-is-evil, nnml-filenames-are-evil)
7310         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7311
7312         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7313         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7314         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7315         `error'.
7316
7317         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7318         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7319
7320         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7321         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7322         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7323         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7324
7325         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7326         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7327
7328         * imap.el, nnimap.el: Fix indentation.
7329
7330         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7331
7332 2001-12-12  Didier Verna  <didier@xemacs.org>
7333
7334         * gnus-msg.el (gnus-group-news): New function.
7335         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7336         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7337         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7338         for it.
7339         * gnus-msg.el (gnus-summary-news-other-window): New function.
7340         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7341         bind it to `i'.
7342         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7343         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7344         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7345         for it (called with a prefix).
7346         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7347         group-name argument.
7348         * gnus-msg.el (gnus-setup-message): use it.
7349
7350 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7351
7352         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7353
7354 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7355
7356         * mml.el (mime-to-mml): Remove Content-Disposition too.
7357
7358 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7359
7360         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7361         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7362         strings only.
7363         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7364
7365 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7366
7367         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7368         (nnmail-fancy-expiry-target): Use it.
7369         Suggestions from Simon Josefsson <jas@extundo.com>.
7370
7371 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7374
7375 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7378
7379         * gnus-util.el (gnus-url-unhex-string): Move here.
7380
7381 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7382
7383         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7384         mm-url-decode-entities-nbsp.
7385
7386         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7387         * webmail.el, nnwfm.el: Use mm-url.
7388
7389         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7390         (mm-url-remove-markup): Move from nnweb.
7391         (mm-url-fetch-simple): Move from webmail.
7392
7393         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7394
7395 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7396
7397         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7398         (gnus-summary-print-article): Use it.
7399
7400         * gnus-util.el (gnus-replace-in-string): Typo.
7401
7402 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7403
7404         * nnweb.el (nnweb-replace-in-string): Removed.
7405
7406         * gnus-util.el (gnus-replace-in-string): New function.
7407         (gnus-mode-string-quote): Use it.
7408
7409         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7410         * nnwfm.el (nnwfm-create-mapping): Ditto.
7411
7412 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7413
7414         * dgnushack.el (dgnushack-compile): nnrss.el and
7415         nnslashdot.el don't depend on nnweb, url, w3.
7416
7417         * nnrss.el: Use mm-url.
7418
7419 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7420
7421         * mm-url.el (mm-url-insert-file-contents): Support file:.
7422
7423 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7424
7425         * mm-view.el: Lower case for the description line. Sync from the
7426         Emacs CVS.
7427
7428 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7429
7430         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7431         From:  Stefan Monnier  <monnier@cs.yale.edu>
7432
7433 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7436
7437 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7438
7439         * mm-url.el: Require executable.
7440         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7441
7442 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7443
7444         * pop3.el (pop3-munge-message-separator): Only use valid date.
7445         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7446
7447         * Makefile.in: gnus-load.elc may not be generated.
7448
7449 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7450
7451         * mm-url.el: New file.
7452         * nnslashdot.el: Use it.
7453         * mm-extern.el (mm-extern-url): Use it.
7454
7455 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7456
7457         * gnus-sum.el (gnus-summary-save-article): Nix
7458         gnus-display-mime-function and gnus-article-prepare-hook.
7459
7460         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7461         the beginning of lines.
7462         (gnus-complex-form-to-spec): Ditto.
7463
7464 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7465
7466         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7467         From Paul Jarc <prj@po.cwru.edu>.
7468
7469 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7470
7471         * message.el: New variable message-subscribed-address-file;
7472         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7473
7474 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7475
7476         * message.el (message-tab-body-function): Set to nil.
7477         (message-tab): Use text-mode-map or global-map.
7478         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7479
7480 2001-11-30  Simon Josefsson  <jas@extundo.com>
7481
7482         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7483         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7484         <christoph.conrad@gmx.de>.
7485         (gnus-agent-fetch-group-1): Add verbose message.
7486
7487 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7488
7489         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7490         of integers.
7491
7492 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7493
7494         * message.el (message-newgroups-header-regexp)
7495         (message-completion-alist, message-tab-body-function): Use
7496         defcustom rather than defvar.
7497         (message-tab): Mention `message-tab-body-function' in doc.
7498         Suggested by Karl Eichwalder.
7499
7500 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7501
7502         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7503
7504 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7505
7506         * nnheader.el (nnheader-find-nov-line): Don't use macro
7507         gnus-delete-line.
7508
7509         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7510         (gnus-group-name-charset): Ditto.
7511
7512         * gnus-util.el (gnus-buffer-live-p): Ditto.
7513
7514 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7515
7516         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7517         open parenthesis in doc.
7518         (sieve-manage-authenticator-alist): Typo in doc.
7519         * imap.el (imap-authenticator-alist): Typo in doc.
7520         (imap-stream-alist): Backslash.
7521
7522         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7523           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7524
7525 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7526
7527         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7528
7529         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7530
7531         * gnus-msg.el (gnus-configure-posting-styles): use
7532         make-local-hook. Add LOCAL for add-hook.
7533
7534 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7535
7536         * message.el (message-mode): Use `make-local-hook' unless
7537         obsolete.
7538         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7539
7540 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * canlock.el: Remove sha1.el and base64.el stuff.
7543
7544 2001-11-26  Didier Verna  <didier@xemacs.org>
7545
7546         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7547         if needed.
7548
7549 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * message.el (message-tamago-not-in-use-p): New function.
7552         (message-strip-forbidden-properties): Use it.
7553
7554 2001-11-26  Didier Verna  <didier@xemacs.org>
7555
7556         * gnus-start.el (gnus-check-first-time-used): only check for
7557         existence of .el[d] files.
7558
7559 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7562
7563         * message.el (message-setup-1): Clean up mc-*.
7564
7565 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7566
7567         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7568         * gnus-score.el (gnus-score-find-bnews): Use it.
7569
7570         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7571         (gnus-summary-limit-to-author): Ditto.
7572         (gnus-summary-limit-to-extra): Ditto.
7573         (gnus-summary-find-matching): Support not-matching argument.
7574
7575 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7576
7577         * message.el (message-wash-subject): Use `insert' rather than
7578         `insert-string', which is deprecated.
7579
7580 2001-11-24  Simon Josefsson  <jas@extundo.com>
7581
7582         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7583         message. (Gnus does not "default" to using 8bit for the message,
7584         it default to use 8bit encoding and the user-supplied CTE
7585         value. Calling this behaviour "treating it as 8bit" is perhaps
7586         better.)
7587
7588         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7589         (compare mm-charset-to-coding-system).
7590
7591 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7592
7593         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7594         buffer. Correctly decode hex.
7595
7596 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7597
7598         * gnus-agent.el (gnus-category-insert-line): Convert category
7599         names to strings.
7600
7601 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7602
7603         * message.el (sha1): eval-and-compile.
7604
7605 2001-11-20  Simon Josefsson  <jas@extundo.com>
7606
7607         * message.el (message-allow-no-recipients): New variable.
7608         (message-send): Use it, customize the prompting when posting to
7609         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7610
7611 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7612
7613         * mm-util.el (mm-coding-system-priorities): New variable.
7614         (mm-sort-coding-systems-predicate): New function.
7615         (mm-find-mime-charset-region): Resort coding systems if needed.
7616         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7617
7618 2001-11-20  Didier Verna  <didier@xemacs.org>
7619
7620         * gnus-group.el (gnus-group-make-help-group): new optional
7621         argument to control the error behavior.
7622         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7623         erroring.
7624
7625 2001-11-19  Simon Josefsson  <jas@extundo.com>
7626
7627         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7628         instead of C-c C-u.  Suggested by Per Abrahamsen
7629         <abraham@dina.kvl.dk>.
7630
7631 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7632
7633         * nnfolder.el (nnfolder-read-folder): Use group instead of
7634         nnfolder-current-group.
7635         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7636
7637 2001-11-17  Simon Josefsson  <jas@extundo.com>
7638
7639         * message.el (message-send): Ask user if Fcc/Gcc should be
7640         performed when no other sender was specified.
7641         Suggested by prj@po.cwru.edu (Paul Jarc).
7642
7643 2001-11-17  Simon Josefsson  <jas@extundo.com>
7644
7645         * message.el (message-mode, message-mode-map): Use C-c C-u for
7646         Importance: instead of C-c C-p (used by SC).
7647
7648 2001-11-16  Simon Josefsson  <jas@extundo.com>
7649
7650         * message.el (message-insert-importance-high)
7651         (message-insert-importance-low): Save point.
7652
7653         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7654         value.
7655
7656 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7657
7658         * message.el (message-strip-special-text-properties): New option.
7659         (message-strip-forbidden-properties): Obey it.
7660
7661 2001-11-14  Sam Steingold  <sds@gnu.org>
7662
7663         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7664
7665 2001-11-15  Simon Josefsson  <jas@extundo.com>
7666
7667         Support "Importance:" header in Message.
7668
7669         * message.el (message-mode-map): Bind C-c C-p to
7670         `message-insert-or-toggle-importance'
7671         (message-mode-menu): Add message-insert-importance-{high,low}.
7672         (message-insert-importance-high, message-insert-importance-low)
7673         (message-insert-or-toggle-importance): New functions.
7674         (message-tool-bar-map): Add {un,}important.
7675         (message-mode): Doc fix.
7676
7677 2001-11-15  Simon Josefsson  <jas@extundo.com>
7678
7679         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7680
7681         * mml.el (mml-menu): Fix toolbar tooltip.
7682
7683 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7686         * nnml.el (nnml-save-marks): Ditto.
7687
7688         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7689
7690 2001-11-15  Simon Josefsson  <jas@extundo.com>
7691
7692         * nnml.el (nnml-save-marks):
7693         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7694         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7695
7696 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7697
7698         * gnus-art.el (gnus-article-wash-status-strings): Use
7699         `copy-sequence', not `copy-seq'.
7700
7701 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7702
7703         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7704         (gnus-gnus-article-wash-status-entry): New function.
7705         (gnus-article-wash-status): Use it.
7706
7707 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7708
7709         * mml1991.el: Add coding header.
7710
7711 2001-11-12  Simon Josefsson  <jas@extundo.com>
7712
7713         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7714         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7715         `mml1991-sign' and `mml1991-encrypt'.
7716         (mml1991-encrypt, mml1991-sign): New glue functions.
7717         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7718
7719         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7720         (mml-menu): Add PGP to menu.
7721
7722         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7723         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7724         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7725         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7726
7727         * mml2015.el: Mention RFC 3156.
7728
7729         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7730
7731 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7732
7733         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7734
7735         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7736           From <Michael.Cook@cisco.com>
7737
7738 2001-11-11  Simon Josefsson  <jas@extundo.com>
7739
7740         * message.el (top-level): Autoload sha1.
7741         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7742         canlock, no need to require two different hash algs).  Suggested
7743         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7744
7745 2001-11-09  Simon Josefsson  <jas@extundo.com>
7746
7747         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7748         <Pavel@Janik.cz>.
7749
7750 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7751
7752         * message.el (message-point-in-header-p): New function.
7753         (message-do-auto-fill): Use it.
7754         (message-beginning-of-line): New function.  Goes to beginning of
7755         header value (i.e., end of header name), or to beginning of line
7756         if already at beginning of value.  Behaves like
7757         `beginning-of-line' when in message body.
7758         (message-mode-map): Bind it.
7759
7760 2001-11-08  Simon Josefsson  <jas@extundo.com>
7761
7762         * gnus-msg.el (gnus-posting-styles): Add doc.
7763
7764 2001-11-07  Simon Josefsson  <jas@extundo.com>
7765
7766         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7767
7768         * sieve-mode.el (sieve-control-commands-face)
7769         (sieve-control-commands-face, sieve-action-commands-face)
7770         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7771         faces.
7772         (sieve-font-lock-keywords): Use them.
7773         (sieve-mode): Only set font-lock-defaults in emacs.
7774
7775         * gnus-art.el (gnus-default-article-saver): Add
7776         gnus-summary-save-body-in-file.
7777         (gnus-summary-write-to-file): Fix doc.
7778
7779 2001-11-07  Simon Josefsson  <jas@extundo.com>
7780
7781         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7782         reference to the correct chapter in the manual.
7783
7784         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7785         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7786
7787 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7788
7789         * mml.el (mml-preview): Bind mail-header-separator.
7790
7791 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * message.el: Always require canlock.
7794         (message-ignored-supersedes-headers): Include Cancel-Lock and
7795         Cancel-Key.
7796         (message-insert-canlock): Don't require canlock.
7797         (message-cancel-news): Don't check whether canlock is available.
7798         (message-supersede): Support cancel-locks.
7799
7800         * gnus-art.el: Don't autoload canlock.
7801
7802 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7803
7804         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7805         From: <andre@slamdunknetworks.com>
7806
7807 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7808
7809         * many files: Fix copyright lines.
7810
7811 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7814         Suggested by Dave Love  <fx@gnu.org>.
7815
7816 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7817
7818         * message.el (message-kill-buffer): Remove auto-save file after
7819         confirm.
7820
7821         * message.el (message-send-mail): Call message-generate-headers
7822         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7823
7824         * gnus-topic.el (gnus-topic-rename): Initial-input.
7825         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7826
7827 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7828
7829         * message.el (message-forbidden-properties): New constant.
7830         (message-strip-forbidden-properties): New function.
7831         (message-mode): Activate it.
7832
7833 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7834
7835         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7836         (mm-hack-charsets): Fix doc.
7837
7838 2001-11-02  Simon Josefsson  <jas@extundo.com>
7839
7840         * gnus-int.el (gnus-check-server): Message "...done" when done.
7841
7842         * imap.el (imap-close): Don't message (imap-send-command-wait
7843         returns if the connection is dropped).
7844         (imap-wait-for-tag): Nix out message only when necessary.
7845
7846         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7847         for non-crossposting.
7848         (gnus-sieve-crosspost): Default to t to be consistent with other
7849         parts of Gnus.
7850
7851 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7852
7853         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7854         (mm-iso-8859-x-to-15-table): Ditto.
7855         (mm-iso-8859-x-to-15-region): Ditto.
7856         (mm-find-mime-charset-region): Ditto.
7857
7858 2001-11-01  Simon Josefsson  <jas@extundo.com>
7859
7860         * nnimap.el (nnimap-close-asynchronous): New variable.
7861         (nnimap-close-group): Use it.
7862         (nnimap-expunge): Don't use it.
7863
7864         * imap.el (imap-callbacks): New variable.
7865         (imap-remassoc): Copied from `gnus-remassoc'.
7866         (imap-add-callback): New function.
7867         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7868         behaviour.
7869         (imap-parse-response): Call the callback.
7870
7871         * message.el (message-insert-canlock): New variable.
7872         (message-canlock-generate, message-canlock-password)
7873         (message-insert-canlock): New functions.
7874         (message-send-news): Call `message-insert-canlock'.
7875         (top-level): Require canlock when compiling.
7876         (message-insert-canlock): Require canlock before we need it.
7877
7878 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7879
7880         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7881
7882 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7883
7884         * dgnushack.el (dgnushack-make-load): A workaround for
7885         custom-add-loads bug in some versions of XEmacs.
7886
7887 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7888
7889         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7890
7891 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7892
7893         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7894         (mm-hack-charsets): New variable.
7895         (mm-iso-8859-15-compatible): New variable.
7896         (mm-iso-8859-x-to-15-table): New variable.
7897         (mm-find-mime-charset-region): Add parameter hack-charsets.
7898
7899         * mm-bodies.el (mm-encode-body): Use it.
7900         * mml.el (mml-parse-1): Ditto.
7901
7902 2001-11-01  Simon Josefsson  <jas@extundo.com>
7903
7904         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7905
7906 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7907
7908         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7909         is nil.
7910
7911 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7912
7913         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7914
7915         * message.el (message-forward-rmail-make-body): Use
7916         save-window-excursion.
7917         (message-encode-message-body): Search with noerror.
7918         (message-setup-1): Convert compose-mail send-actions to
7919         message-send-actions.
7920
7921 2001-11-01  Simon Josefsson  <jas@extundo.com>
7922
7923         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7924         <yamaoka@jpl.org>.
7925
7926 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * sieve-manage.el (sieve-string-bytes): No complain.
7929
7930 2001-11-01  Simon Josefsson  <jas@extundo.com>
7931
7932         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7933         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7934         has autoload cookies, so no `require' should be necessary.)
7935
7936         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7937         files.
7938
7939 2001-10-31  Simon Josefsson  <jas@extundo.com>
7940
7941         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7942         parameter.
7943
7944         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7945         `display' is a number (and C-u wasn't used to enter group), only
7946         fetch that number of articles.
7947
7948 2001-10-31  Matt Armstrong  <matt@lickey.com>
7949
7950         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7951         not-subscribed -> subscribed.
7952
7953 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7954         From: Josh Huber <huber@alum.wpi.edu>
7955
7956         * message.el (message-subscribed-address-functions): New variable.
7957         (message-subscribed-addresses): New variable.
7958         (message-subscribed-regexps): New variable.
7959         (message-goto-mail-followup-to): New function.
7960         (message-send-mail): Add Mail-Followup-To.
7961         (message-make-mft): New function.
7962
7963         * gnus.el (gnus-find-subscribed-addresses): New function.
7964
7965 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7966
7967         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7968         (mail-source-fetch-pop): Ditto.
7969         (mail-source-check-pop): Ditto.
7970
7971         * gnus-start.el (gnus-read-init-file): Ditto.
7972         (gnus-activate-group): Ditto.
7973         (gnus-read-newsrc-el-file): Ditto.
7974
7975 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7976
7977         * message.el (message-get-reply-headers): Make sure there is ", ".
7978
7979         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7980         mm-coding-system-p. Don't correct it only in XEmacs.
7981         (mm-charset-to-coding-system): Use mm-coding-system-p and
7982         mm-get-coding-system-list.
7983         (mm-emacs-mule, mm-mule4-p): New variables.
7984         (mm-enable-multibyte, mm-disable-multibyte,
7985         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7986         mm-with-unibyte-current-buffer,
7987         mm-with-unibyte-current-buffer-mule4): Use them.
7988         (mm-find-mime-charset-region): Treat iso-2022-jp.
7989
7990         From  Dave Love  <fx@gnu.org>:
7991
7992         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7993         construction.
7994         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7995         entries conditional on not having a coding system defined for
7996         them.
7997         (mm-mule-charset-to-mime-charset): Use
7998         find-coding-systems-for-charsets if defined.
7999         (mm-charset-to-coding-system): Don't use
8000         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8001         later.  Add last resort search of coding systems.
8002         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8003         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8004         Mule 4.
8005         (mm-find-mime-charset-region): Re-write.
8006         (mm-with-unibyte-current-buffer): Restore buffer as well as
8007         multibyteness.
8008
8009 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8010
8011         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8012         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8013         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8014
8015 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8016
8017         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8018         again.
8019
8020         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8021
8022 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8023
8024         * gnus-spec.el (gnus-parse-simple-format): Use
8025           buffer-substring-no-properties.
8026
8027 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-art.el (article-verify-cancel-lock): New function.
8030
8031         * nnheader.el (nntp-process-response): New variable.
8032         (nnheader-init-server-buffer): Make `nntp-process-response'
8033         buffer-local in `nntp-server-buffer'.
8034
8035         * nntp.el (nntp-prepare-post-hook): New hook.
8036         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8037         (nntp-async-trigger): Ditto.
8038         (nntp-request-post): Insert a server's ID if there's no Message-ID
8039         header; run `nntp-prepare-post-hook'.
8040
8041 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8042
8043         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8044         instead.
8045
8046         * message.el (message-forward-subject-author-subject): Don't use
8047         message-news-p, which widens the buffer.
8048         (message-forward-make-body): New function.
8049         (message-forward): Use it.
8050         (message-insinuate-rmail): New function.
8051         (message-forward-rmail-make-body): New function.
8052
8053 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * mm-extern.el (mm-extern): Provide it.
8056
8057         * mm-partial.el (mm-partial): Provide it.
8058
8059 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8060
8061         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8062
8063 2001-10-29  Simon Josefsson  <jas@extundo.com>
8064
8065         * mml.el (mml-preview): Bind message-this-is-news if it is
8066         news. From Jesper Harder <harder@myrealbox.com>.
8067
8068 2001-10-28  Simon Josefsson  <jas@extundo.com>
8069
8070         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8071
8072 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8073
8074         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8075         ironic smilies.
8076
8077 2001-10-27  Simon Josefsson  <jas@extundo.com>
8078
8079         * message.el (message-indent-citation): Don't add trailing
8080         whitespace when citing text.
8081
8082         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8083         <harder@ifa.au.dk>.
8084
8085 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8086
8087         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8088         not available.
8089         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8090         (nnweb-type-definition): Add google as alias of dejanews.
8091         (nnweb-google-parse-1): Forward 1 line.
8092
8093 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8094
8095         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8096         variable `message-forward-ignored-headers'.
8097
8098 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8099
8100         * gnus.el (gnus-expand-group-parameter): New function.
8101         (gnus-expand-group-parameters): Call it.
8102         (gnus-group-fast-parameter): New function.
8103         (gnus-group-find-parameter): Call it.
8104
8105 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8106
8107         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8108         vector (it didn't before because of a bug).
8109         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8110         available.  Before it converted it to an article number.
8111
8112         This makes followup to news articles with negative numbers in
8113         nnvirtual groups use news instead of mail.
8114
8115 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8116
8117         * gnus.el (post-method): Use `native' instead of `nil'.
8118
8119         * gnus-msg.el (gnus-post-method): Ditto.
8120
8121 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8122
8123         * gnus.el (gnus-define-group-parameter): Grammar fix.
8124
8125 2001-10-22  Simon Josefsson  <jas@extundo.com>
8126
8127         * gnus-msg.el (gnus-extended-version): Include
8128         system-configuration.
8129         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8130
8131 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8132
8133         * gnus.el (post-method): Customization fix: `native' is not a
8134         valid value.
8135         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8136         `native' is not a valid value.
8137
8138 2001-10-21  Simon Josefsson  <jas@extundo.com>
8139
8140         * nnimap.el (nnimap): Defgroup
8141         (nnimap-strict-function, nnimap-strict-function-match): New
8142         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8143         (nnimap-split-crosspost, nnimap-split-inbox)
8144         (nnimap-split-rule, nnimap-split-predicate)
8145         (nnimap-split-predicate): Defcustom.
8146         (nnimap-split-inbox, nnimap-expunge-search-string)
8147         (nnimap-importantize-dormant): Remove "*" from doc.
8148
8149 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8150
8151         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8152         not supplied via prefix arg.  From Lisp, make arg mandatory.
8153         Suggested by Frank Schmitt.
8154
8155 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8156
8157         * message.el (message-do-auto-fill): Avoid calling
8158         'rfc822-goto-eoh'.
8159
8160 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8161         From Paul Jarc <prj@po.cwru.edu>.
8162
8163         * message.el (message-get-reply-headers): Restructure the logic
8164         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8165
8166 2001-10-20  Simon Josefsson  <jas@extundo.com>
8167
8168         * message.el (message-cancel-news): Support cancel-locks.
8169         Suggested by Per Abrahamsson.
8170
8171         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8172         conses.  From David Z Maze <dmaze@MIT.EDU>.
8173
8174         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8175
8176 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8177
8178         * mm-decode.el (mm-default-directory): Fix customize type.
8179
8180         * message.el (message-setup-fill-variables): Kludge to use
8181         normal-auto-fill-function even if auto fill is already activated.
8182
8183 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8184
8185         * message.el (message-do-auto-fill): New version that does not
8186         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8187         (message-setup-1): Removed the `message-field' property.
8188
8189         * gnus-draft.el (gnus-draft-edit-message): Removed the
8190         `message-field' property.
8191
8192 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8193
8194         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8195         `message-field'.  The `field' property has a special significance in
8196         Emacs 21.
8197
8198         * message.el (message-send, message-setup-1): Ditto.
8199
8200 2001-10-18  Simon Josefsson  <jas@extundo.com>
8201
8202         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8203         when undoing.
8204
8205 2001-10-18  Simon Josefsson  <jas@extundo.com>
8206         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8207
8208         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8209         (gnus-summary-make-menu-bar): Ditto.
8210
8211 2001-10-17  Simon Josefsson  <jas@extundo.com>
8212
8213         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8214         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8215
8216 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8217
8218         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8219         * gnus-util.el (gnus-user-date): New function.
8220         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8221
8222 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8223
8224         * message.el (message-check-news-header-syntax): Special case
8225         nnvirtual groups.
8226
8227         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8228         customize type to `symbol'.
8229
8230 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8231
8232         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8233         %&foo;.
8234         (gnus-parse-simple-format): Support user extended spec too.
8235         %u&foo; invokes gnus-user-format-function-foo.
8236
8237 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8238
8239         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8240         the server.
8241         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8242         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8243         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8244         * nndiary.el (nndiary-request-expire-articles): Ditto.
8245         (nndiary-schedule): Defsubst it before use it.
8246         (nndiary-error): eval-and-compile.
8247
8248 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8249
8250         * gnus-msg.el (gnus-post-method): Changed two instances of
8251         `active' to `current' and one `null' to `not'.
8252
8253 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8254         From Katsumi Yamaoka <yamaoka@jpl.org>.
8255
8256         * message.el (message-setup-fill-variables): Use
8257         `normal-auto-fill-function' instead of `auto-fill-function'.
8258
8259 2001-10-16  Simon Josefsson  <jas@extundo.com>
8260
8261         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8262         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8263         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8264
8265 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8266         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8267
8268         * gnus-draft.el (gnus-draft-edit-message): Add text property
8269         `field' with value `header' to message headers.
8270         * message.el (message-setup-1): Really add text property to all of
8271         the header, not just part of it.
8272
8273 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8274
8275         * gnus-group.el (gnus-group-sort-by-server): Use it.
8276
8277         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8278
8279         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8280         and keystroke.
8281
8282 2001-10-14  Simon Josefsson  <jas@extundo.com>
8283
8284         * dig.el: Doc fix.
8285
8286         * smime.el: Doc fix.
8287
8288         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8289         charset magic from message.el.
8290
8291 2001-10-12  Simon Josefsson  <jas@extundo.com>
8292         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8293
8294         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8295         'cite from g-a-wash-types.
8296         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8297         (gnus-article-hide-citation): Fix.
8298
8299         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8300         character.
8301         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8302
8303         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8304         definition.
8305         (gnus-signature-toggle): Toggle `s' mode line character.
8306
8307         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8308         doing stuff that clears it.
8309
8310 2001-10-12  Simon Josefsson  <jas@extundo.com>
8311
8312         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8313         From Eric Marsden <emarsden@laas.fr>.
8314
8315 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8318         (autoload): Add some autoloads.
8319
8320 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8321         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8322
8323         * message.el (message-do-auto-fill): New function.  Like
8324         `do-auto-fill' but don't fill when in the message header.
8325         (message-setup-1): Put a text property on the message header.
8326         (message-setup-fill-variables): Use `message-do-auto-fill'.
8327
8328 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8329
8330         * message.el (message-send-mail-partially): Insert an empty line
8331         first, because of the change of message-make-lines.
8332
8333 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8334
8335         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8336         iso-8859-15, make it an alias for iso-8859-1.
8337
8338 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * message.el (message-send-news): Don't modify the value of
8341         `message-syntax-checks' if it is not a list (possibly it is
8342         `dont-check-for-anything-just-trust-me').
8343
8344 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8347         `find-coding-system' for XEmacs to check whether the coding-system
8348         `utf-8' is available.
8349
8350 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8351
8352         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8353
8354 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8355
8356         * message.el (message-send-news): Oops, missed case with no
8357         "Followup-To" header...
8358
8359 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8360
8361         * message.el (message-send-news): Allow
8362         `gnus-group-name-charset-group-alist' to affect encoding of the
8363         "Newsgroups" and "Followup-To" headers.
8364
8365 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * Makefile.in (install-el): Depend on gnus-load.el.
8368
8369 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * Makefile.in (install-el): Use -f.
8372         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8373
8374 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8375
8376         * message.el (message-send-news): Don't encode Followups-To when
8377         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8378
8379         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8380         header.
8381
8382         * gnus-art.el (article-decode-group-name): Also decode
8383         "Followup-To".
8384
8385         * rfc2047.el (rfc2047-encode-message-header): Encode without
8386         asking for null methods.
8387
8388         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8389         default charset for newsgroup names in accordance with USEFOR.
8390
8391         * gnus-group.el (gnus-group-name-charset-method-alist,
8392         gnus-group-name-charset-group-alist): Removed "*" from doc
8393         strings, "*" should not be used for complex variables.
8394
8395 2001-10-06  Simon Josefsson  <jas@extundo.com>
8396
8397         Support UTF-8 group names better.
8398
8399         * message.el (message-check-news-header-syntax): Encode group
8400         names before comparison.
8401
8402         * gnus-msg.el (gnus-copy-article-buffer): Run all
8403         `gnus-article-decode-hook's except `article-decode-charset'
8404         instead of hardcoding call to one of them.
8405
8406         * gnus-art.el (gnus-article-decode-hook): Add
8407         `article-decode-group-name'.
8408         (article-decode-group-name): New function, use `g-d-n'.
8409
8410         * gnus-group.el (gnus-group-insert-group-line): Decode
8411         gnus-tmp-group using `g-d-n'.
8412
8413         * gnus-util.el (gnus-decode-newsgroups): New function.
8414
8415 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8416
8417         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8418         `gnus-group-name-charset-group-alist'.
8419
8420 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * Makefile.in: Install el in install. Add uninstall.
8423
8424 2001-10-05  Simon Josefsson  <jas@extundo.com>
8425
8426         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8427
8428         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8429
8430         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8431         empty folders.
8432
8433         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8434         limiting if read-all (C-u RET) was used.
8435
8436 2001-10-04  Simon Josefsson  <jas@extundo.com>
8437
8438         * mail-source.el (mail-source-movemail-program): New variable.
8439         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8440         <thutt@thutt.vmware.com>.
8441
8442 2001-10-03  Simon Josefsson  <jas@extundo.com>
8443
8444         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8445         (gnus-summary-line-format-alist): Fix param.
8446
8447 2001-10-02  Simon Josefsson  <jas@extundo.com>
8448
8449         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8450         don't go through `nnimap-request-expire-articles' to delete the
8451         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8452
8453 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8454
8455         * gnus-agent.el (gnus-agent-write-active): The min in the
8456         agent/active may be larger than that in the server/active.
8457
8458 2001-10-01  Simon Josefsson  <jas@extundo.com>
8459
8460         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8461         is IMAP4rev1.
8462
8463         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8464
8465         * nnfolder.el: Ditto.
8466
8467 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8468
8469         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8470         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8471
8472 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8473
8474         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8475         (message-mode-menu): Menu item for same.
8476
8477         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8478         delayed articles.
8479
8480         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8481         nndraft:delayed does not exist.
8482         (gnus-delay-initialize): Don't set up keymap, that's done from
8483         message.el now.
8484         (gnus-delay, gnus-delay-group, gnus-delay-header)
8485         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8486
8487 2001-09-29  Simon Josefsson  <jas@extundo.com>
8488
8489         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8490         utf-8, not eight-bit-control.
8491
8492         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8493         (imap-log, imap-debug): Custom.
8494         (imap-log-buffer, imap-debug-buffer): New constants.
8495         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8496         (imap-network-open, imap-shell-open, imap-starttls-open)
8497         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8498         (imap-debug): Use imap-*-buffer.
8499
8500         * nndoc.el (nndoc-article-type): Add mailman.
8501         (nndoc-type-alist): Ditto.
8502         (nndoc-mailman-type-p): New function.
8503
8504 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8505
8506         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8507         gnus-art.el.
8508
8509 2001-09-27  Simon Josefsson  <jas@extundo.com>
8510
8511         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8512         (gnus-topic-catchup-articles): New function. Suggested by Robin
8513         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8514
8515 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8516         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8517
8518         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8519         previous ones.
8520
8521 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8522         From Daiki Ueno  <ueno@unixuser.org>
8523
8524         * gnus-sum.el (gnus-summary-show-article): The arglist of
8525         detect-coding-region is incompatible.
8526
8527 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8528         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8529
8530         * gnus-group.el (gnus-group-delete-group): Typo.
8531
8532 2001-09-26  Simon Josefsson  <jas@extundo.com>
8533
8534         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8535
8536         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8537
8538 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8541
8542 2001-09-22  Simon Josefsson  <jas@extundo.com>
8543
8544         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8545
8546         * nnfolder.el (nnfolder-open-marks): Ditto.
8547
8548         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8549         (gnus-update-marks): Use it.
8550         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8551         hardcoded list.
8552
8553         * gnus.el (gnus-article-special-mark-lists): Add killed.
8554         (gnus-article-unpropagated-mark-lists): New constant.
8555
8556 2001-09-22  Simon Josefsson  <jas@extundo.com>
8557
8558         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8559         custom option.
8560
8561 2001-09-23  Simon Josefsson  <jas@extundo.com>
8562
8563         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8564
8565 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8566
8567         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8568
8569 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8570
8571         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8572         accept lists of functions.
8573
8574 2001-09-20  Simon Josefsson  <jas@extundo.com>
8575
8576         * gnus-group.el (gnus-group-catchup): Update expire marks in
8577         backend.  Also, if ALL also set expire marks on tick/dormant.
8578
8579 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8580
8581         * message.el (message-tab-body-function): New variable.
8582         * message.el (message-tab): Use it.
8583
8584 2001-09-19  Sam Steingold  <sds@gnu.org>
8585
8586         * gnus-win.el (gnus-buffer-configuration): Respect
8587         `gnus-bug-create-help-buffer'.
8588
8589 2001-09-18  Simon Josefsson  <jas@extundo.com>
8590
8591         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8592         (gnus-parse-simple-format): Re-revert.
8593
8594 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8595         Trivial patch.
8596
8597         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8598         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8599
8600 2001-09-18  Simon Josefsson  <jas@extundo.com>
8601
8602         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8603         signed.
8604         (gnus-parse-simple-format): Don't use it.
8605
8606 2001-09-17  Miles Bader  <miles@gnu.org>
8607
8608         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8609         error querying a backend abort the whole process.
8610
8611 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8612
8613         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8614         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8615
8616 2001-09-17  Didier Verna  <didier@xemacs.org>
8617
8618         * nndiary.el: version 0.2-b14.
8619         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8620         compatibility problem with XEmacs 21.1.
8621
8622 2001-09-15  Simon Josefsson  <jas@extundo.com>
8623
8624         * gnus-group.el (gnus-group-line-format): Document %c.
8625
8626         * nnml.el (nnml-parse-head): Handle CRLF files.
8627         (nnml-generate-nov-file): Ditto.
8628         (nnml-retrieve-headers): Ditto.
8629
8630 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8631
8632         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8633
8634 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8635
8636         * gnus-spec.el (gnus-correct-substring): Still stopped one
8637         character before we wanted (never included last character).
8638         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8639         add missing "," (once per function)
8640
8641 2001-09-14  Simon Josefsson  <jas@extundo.com>
8642
8643         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8644         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8645         default before gnus-group is loaded and the variable set.)
8646
8647         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8648         killed or unsent marks.
8649
8650         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8651         isn't an article to set it on (e.g. when you `a' in a group).
8652
8653 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8654
8655         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8656         can read e-mails from Microsoft Outlook users not using ISO
8657         8859-2 character set.
8658
8659 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8660
8661         * gnus-diary.el: Minor modifications to avoid warnings.
8662         (gnus-summary-misc-menu): defvar.
8663         (gnus-diary-check-message): Use gnus-point-at-eol.
8664         (gnus-diary-kill-entire-line): eval-and-compile.
8665
8666 2001-09-12  Didier Verna  <didier@xemacs.org>
8667
8668         * nndiary.el: new version (0.2-b13).
8669         * nndiary.el (nndiary-mail-sources): doc update.
8670         * nndiary.el (nndiary-split-methods): ditto.
8671         * nndiary.el (nndiary-request-accept-article-hooks): New.
8672         * nndiary.el (nndiary-request-accept-article): use it, check
8673         message validity.
8674         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8675         * nndiary.el (nndiary-schedule): fix bug (misplaced
8676         condition-case): it didn't return nil on error.
8677         * gnus-diary.el: new version.
8678         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8679         * gnus-diary.el (gnus-diary-header-value-history): New.
8680         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8681         * gnus-diary.el (gnus-diary-add-header): New.
8682         * gnus-diary.el (gnus-diary-check-message): New.
8683         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8684         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8685
8686 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8687
8688         * gnus-sum.el (gnus-select-newsgroup): Make
8689         `gnus-current-select-method' buffer-local.
8690
8691         * gnus-art.el (gnus-request-article-this-buffer): Refer
8692         `gnus-current-select-method' in the current summary buffer.
8693
8694 2001-09-10  Simon Josefsson  <jas@extundo.com>
8695         From Daniel Pittman <daniel@rimspace.net>
8696
8697         * gnus-spec.el (gnus-correct-pad-form): Fix.
8698
8699 2001-09-09  Simon Josefsson  <jas@extundo.com>
8700
8701         * mm-decode.el (mm-inline-media-tests): Add
8702         application/x-emacs-lisp.
8703         (mm-attachment-override-types): Add
8704         application/{x-,}pkcs7-signature.
8705
8706         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8707         (gnus-server-line-format, gnus-server-mode-line-format)
8708         (gnus-server-browse-in-group-buffer): Customize.
8709
8710 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711
8712         * nnml.el (nnml-marks-changed-p): Typo.
8713         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8714         (nnml-marks-changed-p): Use gnus-gethash.
8715         (nnml-marks-modtime): Use gnus-make-hashtable.
8716
8717         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8718         (nnfolder-request-expire-articles, nnfolder-save-marks)
8719         (nnfolder-open-marks): Typo.
8720         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8721         (nnfolder-marks-changed-p): Use gnus-gethash.
8722         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8723
8724 2001-09-08  Simon Josefsson  <jas@extundo.com>
8725
8726         * nnfolder.el (nnfolder-marks-modtime): New variable.
8727         (nnfolder-marks-changed-p): New function.
8728         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8729         (nnfolder-request-update-info): Don't update if marks didn't change.
8730
8731         * nnml.el (nnml-marks-modtime): New variable.
8732         (nnml-marks-changed-p): New function.
8733         (nnml-save-marks, nnml-open-marks): Save modtime.
8734         (nnml-request-update-info): Don't update if marks didn't change.
8735
8736         * gnus-agent.el (gnus-agent-any-covered-gcc)
8737         (gnus-agent-add-server, gnus-agent-remove-server): Use
8738         gnus-agent-method-p.
8739
8740         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8741         (gnus-unbuttonized-mime-type-p): Use it.
8742
8743         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8744         fetch group.
8745
8746 2001-09-08  Simon Josefsson  <jas@extundo.com>
8747         From Daniel Pittman <daniel@rimspace.net>
8748
8749         * gnus-spec.el (gnus-correct-pad-form): New function.
8750         (gnus-parse-simple-format): Use it.
8751
8752 2001-09-07  Simon Josefsson  <jas@extundo.com>
8753
8754         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8755         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8756         Putnam <reader@newsguy.com>.
8757         (gnus-group-sort-selected-groups): Touch dribble file.
8758
8759 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8760
8761         * nnml.el (nnml-filenames-are-evil): New variable.
8762         (nnml-article-to-file-alist): Rename to ...
8763         (nnml-current-group-article-to-file-alist): ... this.
8764         Respect `nnml-filenames-are-evil'.
8765         (nnml-active-number): Update.
8766         (nnml-update-file-alist): Update.
8767         (nnml-request-article): Use nnheader-article-to-file-alist.
8768         (nnml-request-rename-group): Likewise.
8769
8770 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-sum.el (gnus-summary-insert-line): Fix.
8773
8774 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8775
8776         * gnus-sum.el: Bind g-s-t-s to "W g".
8777         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8778         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8779         display of graphical smilies.
8780
8781 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8782
8783         * gnus-start.el (gnus-setup-news): A typo.
8784         From Bill White <billw@wolfram.com>.
8785
8786 2001-09-06  Simon Josefsson  <jas@extundo.com>
8787
8788         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8789         and unseen marks.
8790
8791 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8792
8793         * nnmail.el (nnmail-split-fancy): Document `junk'.
8794
8795 2001-09-04  Simon Josefsson  <jas@extundo.com>
8796
8797         * imap.el (imap-search): Don't error if server is broken.
8798
8799 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8800
8801         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8802         searching for an article that isn't in the mbox.
8803
8804 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8807         right, and get all the comments.
8808
8809 2001-09-02  Simon Josefsson  <jas@extundo.com>
8810         Suggested by Dan Christensen <jdc+news@uwo.ca>
8811
8812         * nnfolder.el (nnfolder-request-update-info): Fix message.
8813
8814         * nnml.el (nnml-request-update-info): Ditto.
8815
8816 2001-09-01  Simon Josefsson  <jas@extundo.com>
8817
8818         * nnml.el (nnml-request-expire-articles): Also bind
8819         `nnml-current-group' and `nnml-article-file-alist' when using
8820         expiry-target. (Otherwise nnml will be in a inconsistent internal
8821         state causing all kind of problems.)
8822         (nnml-request-expire-articles): If `nnml-article-to-file' or
8823         `file-attributes' failes, return article as un-expirable instead
8824         of treating it as expired.
8825
8826 2001-08-31  Sam Steingold  <sds@gnu.org>
8827
8828         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8829         typo: `exmine' --> `examine'.
8830
8831 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8832
8833         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8834
8835 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8836
8837         * nnml.el (nnml-check-directory-twice): Remove.
8838         (nnml-retrieve-headers): Ditto.
8839         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8840
8841 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8842
8843         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8844         directory twice on Windows, or on GNU Emacs-21.
8845
8846 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8847
8848         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8849         (nnml-request-rename-group): Ditto.
8850         (nnml-active-number): Ditto.
8851         (nnml-request-create-group): Use nnml-directory-articles.
8852         (nnml-request-expire-articles): Use nnml-directory-articles, which
8853         gets list from nov database if available.
8854         (nnml-get-nov-buffer): New function.
8855         (nnml-open-nov): Use it.
8856         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8857         gets alist from nov database if available.
8858         (nnml-directory-articles): New function.
8859         (nnml-article-to-file-alist): New function.
8860
8861 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8862
8863         * mm-decode.el (mm-display-external): Use `name' as filename, if
8864         `filename' attribute is not present.
8865
8866 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8867
8868         * mail-source.el (mail-source-flash): New defcustom.
8869         (mail-source-new-mail-p): Ring visible bell if appropriate.
8870         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8871         timer is cleared even if mail check signals an error.
8872
8873 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8874
8875         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8876         type 'list.
8877
8878 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8879
8880         * flow-fill.el (fill-flowed): eol might be point-max.
8881
8882 2001-08-27  Simon Josefsson  <jas@extundo.com>
8883
8884         * nnml.el (nnml-request-update-info): Fix message.
8885         (nnml-open-marks): Ditto.
8886
8887         * nnfolder.el (nnfolder-request-update-info):
8888         (nnfolder-open-marks): Fix message.
8889
8890 2001-08-25  Simon Josefsson  <jas@extundo.com>
8891
8892         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8893         after group in ~/.
8894
8895 2001-08-25  Simon Josefsson  <jas@extundo.com>
8896         From Andreas Jaeger  <aj@suse.de>
8897
8898         * nnfolder.el (nnfolder-open-marks): Fix typo.
8899         * nnml.el (nnml-open-marks): Likewise.
8900
8901 2001-08-25  Simon Josefsson  <jas@extundo.com>
8902
8903         Make nnfolder groups self-contained as far as marks are concerned.
8904
8905         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8906         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8907         (nnfolder-open-server): Make marks directory.
8908         (nnfolder-request-delete-group): Delete marks file.
8909         (nnfolder-request-delete-group): Check of nov/marks file exist
8910         before deleting.
8911         (nnfolder-request-rename-group): Rename marks file.
8912         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8913         (nnfolder-request-set-mark, nnfolder-request-update-info)
8914         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8915         (nnfolder-open-marks): New functions.
8916         (top-level): Require gnus.
8917
8918 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919
8920         * nnweb.el (nnweb-type-definition): Use google raw file.
8921         (nnweb-google-parse-1): Ditto.
8922         (nnweb-google-identity): Ditto.
8923         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8924         (nnweb-altavista-wash-article): Ditto.
8925         (nnweb-request-article): Remove nnweb-decode-entities.
8926
8927         * nnml.el: Require 'gnus.
8928
8929 2001-08-25  Simon Josefsson  <jas@extundo.com>
8930
8931         * nnml.el (nnml-marks-is-evil): Add doc.
8932
8933 2001-08-25  Simon Josefsson  <jas@extundo.com>
8934
8935         * nnml.el (nnml-save-marks): Wrap saving marks in a
8936         condition-case, to allow user to start Gnus if saving marks failed
8937         for some reason.
8938
8939 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8942
8943         * gnus-group.el (gnus-update-group-mark-positions): Bind
8944         gnus-group-update-hook to nil.
8945
8946 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * mml.el (mml-generate-mime-1): Force as multibyte string.
8949
8950 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * gnus-sum.el (gnus-summary-insert-line)
8953         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8954         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8955
8956         * gnus-spec.el (gnus-correct-substring): Take optional END.
8957
8958         * nnrss.el (nnrss-request-article): Remove \n.
8959         (nnrss-retrieve-headers): Lines number is -1.
8960
8961 2001-08-24  Simon Josefsson  <jas@extundo.com>
8962
8963         * gnus-group.el (gnus-info-clear-data): Call
8964         nnfoo-request-set-mark to propagate marks.  Fix bug:
8965         `gnus-group-update-line' doesn't update read range unless we call
8966         `gnus-get-unread-articles-in-group' first.
8967
8968         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8969         to server.
8970
8971 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8972
8973         * gnus-util.el (gnus-create-info-command): Return an interactive
8974         function.
8975
8976 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8977         From Katsumi Yamaoka <yamaoka@jpl.org>
8978
8979         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8980
8981 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * gnus-sum.el (gnus-select-newsgroup): Use it.
8984
8985         * gnus-util.el (gnus-not-ignore): New function.
8986
8987         * lpath.el (featurep): Don't fbind char-int.
8988
8989         * gnus-util.el (gnus-create-info-command): New function.
8990
8991         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8992         right node.
8993
8994         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8995         (gnus-summary-limit-children): Use 'identity instead of `all'.
8996         (gnus-summary-limit-to-display-predicate): New command and
8997         keystroke.
8998
8999 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9002
9003         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9004
9005 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * gnus-spec.el: Add the Gnus version.
9008         (gnus-update-format-specifications): If the Gnus version changes,
9009         nix out the format spec cache.
9010
9011         * gnus.el (gnus-continuum-version): Made into a command and
9012         optionalize the VERSION.
9013
9014         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9015         the start of the lines.
9016
9017 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * gnus.el (gnus-visual-p): Define function before use of
9020         function.
9021
9022 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9025         (gnus-article-mark-to-type): New function.
9026         (gnus-update-missing-marks): Only update marks of type 'list.
9027
9028         * gnus.el (gnus-article-special-mark-lists): New variable.
9029
9030 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9033         (gnus-select-newsgroup): Still use 'all.
9034         (gnus-summary-initial-limit): Comparing with 'all.
9035
9036 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9039         active.
9040
9041 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9044         nnslashdot-*-retrieve-headers.
9045         (nnslashdot-request-article): Fix for slashcode 2.2.
9046         (nnslashdot-make-tuple): New function.
9047         (nnslashdot-read-groups): Use it.
9048
9049 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9052         list.
9053
9054         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9055
9056 2001-08-20  Simon Josefsson  <jas@extundo.com>
9057
9058         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9059         opened, error instead of continuing (and exploding later).
9060
9061 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * gnus.el (gnus-expand-group-parameters): Return the parameter
9064         list.
9065
9066         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9067         (gnus-summary-show-article): Guess at charset if required.
9068
9069         * gnus-spec.el (gnus-correct-substring): Stopped one character
9070         before we wanted.
9071
9072 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9073
9074         * earcon.el (earcon-auto-play): Remove unused option.
9075
9076 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9079         message down in levels, since it happens very fast.
9080
9081         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9082         of smiley-regexp-alist.
9083
9084         * mm-view.el (mm-inline-text): Ignore vcard errors.
9085
9086         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9087
9088         * gnus-score.el (gnus-all-score-files): Use append instead of
9089         nconc.
9090
9091         * gnus.el (gnus-splash-face): Doc fix.
9092
9093         * mm-decode.el (mm-mailcap-command): Use
9094         mm-path-name-rewrite-functions.
9095         (mm-path-name-rewrite-functions): New variable.
9096
9097         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9098         (gnus-complex-form-to-spec): Insert tab.
9099         (gnus-spec-tab): New function.
9100
9101         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9102         entering the group.
9103
9104         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9105         the positional spec.
9106         (gnus-parse-complex-format): React to %C.
9107
9108         * gnus-ems.el (gnus-char-width): Moved here.
9109
9110         * gnus-sum.el (gnus-select-newsgroup): Set
9111         gnus-newsgroup-articles.
9112         (gnus-unseen-mark): New variable.
9113         (gnus-newsgroup-unseen): Ditto.
9114         (gnus-newsgroup-seen): Ditto.
9115         (gnus-adjust-marked-articles): Use them.
9116         (gnus-update-marks): Use them.
9117         (gnus-summary-update-secondary-mark): Display.
9118         (gnus-summary-prepare-threads): Display.
9119
9120         * gnus-msg.el (gnus-inews-group-method): Use and return the
9121         method, not the server.
9122
9123 2001-08-19  Simon Josefsson  <jas@extundo.com>
9124
9125         * gnus-srvr.el (gnus-server-agent-face): New.
9126         (gnus-server-agent-face): New.
9127         (gnus-server-mode): Turn on font-lock-mode.
9128
9129         * gnus.el (gnus-server-visual): Add defgroup.
9130
9131 2001-08-19  Simon Josefsson  <jas@extundo.com>
9132         From Joe Casadonte <jcasadonte@northbound-train.com>
9133
9134         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9135         gnus-server-denied-face): New.
9136         (gnus-server-opened-face, gnus-server-closed-face,
9137         gnus-server-denied-face): New.
9138         (gnus-server-font-lock-keywords): Add.
9139
9140 2001-08-19  Simon Josefsson  <jas@extundo.com>
9141
9142         * nnml.el (nnml-request-set-mark): Return nil.
9143         (nnml-save-marks): Use nnml-possibly-create-directory.
9144         (nnml-open-marks): Only work in temp buffer when inserting/reading
9145         .marks file.
9146
9147 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148
9149         * gnus.el (gnus-expand-group-parameters): Fix.
9150
9151         * gnus-spec.el (gnus-char-width): New function.
9152         (gnus-correct-substring, gnus-correct-length): Use it.
9153
9154         * message.el (message-required-mail-headers): Fix doc.
9155
9156 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9157
9158         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9159
9160         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9161
9162 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9165         slashdot 2.2 (not fully fixed yet).
9166         (nnslashdot-request-article): Ditto.
9167
9168 2001-08-18  Simon Josefsson  <jas@extundo.com>
9169
9170         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9171         nnimap.
9172
9173         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9174         gnus-util.
9175         (nnimap-request-update-info-internal): Use new functions.
9176
9177         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9178         new functions.
9179
9180 2001-08-18  Simon Josefsson  <jas@extundo.com>
9181
9182         Make nnml groups self-contained as far as marks are concerned.
9183
9184         * nnml.el (nnml-request-delete-group): Delete marks file.
9185         (nnml-request-rename-group): Move marks file.
9186         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9187         variables.
9188         (nnml-request-set-mark, nnml-request-update-info): New server
9189         functions.
9190         (nnml-save-marks, nnml-open-marks): New functions.
9191
9192 2001-08-18  Simon Josefsson  <jas@extundo.com>
9193
9194         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9195         `set' when setting marks.
9196
9197 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * gnus.el (gnus-info-find-node): Take an argument.
9200
9201         * gnus-art.el (gnus-button-handle-info): New function.
9202         (gnus-url-unhex-string): Replace "+" with " ".
9203
9204 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9205
9206         * message.el (message-check-news-header-syntax): Check bad From.
9207
9208 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * gnus-spec.el (gnus-correct-length): New function.
9211         (gnus-correct-substring): New function.
9212         (gnus-tilde-max-form): Use it.
9213
9214 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9215
9216         * nnmh.el: Docstring changes as below.
9217
9218         * nnml.el: Docstring changes as below.
9219
9220         * nnbabyl.el: Docstring changes as below.
9221
9222         * nnmbox.el: Docstring changes as below.
9223
9224         * nnfolder.el: Added docstrings identifying each virtual server
9225         parameter.
9226
9227 2001-08-18  Simon Josefsson  <jas@extundo.com>
9228
9229         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9230
9231 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9232
9233         * message.el: rename "Abort Message" to "Postpone Message".
9234         Remove "Attach file as MIME" from Message menu, it's already in
9235         the MIME menu.
9236
9237 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9238
9239         * smime.el (smime-point-at-eol): eval-and-compile.
9240         (smime-make-temp-file): New function.
9241         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9242         Use it.
9243
9244 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9247         (gnus-agent-summary-fetch-group): New command and keystroke.
9248
9249         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9250         (gnus-mime-display-security): Make it respect
9251         gnus-unbuttonized-mime-type-p.
9252
9253         * gnus-sum.el (gnus-articles-to-read): Comments.
9254         (gnus-article-marked-p): New function.
9255         (gnus-summary-display-make-predicate): New function.
9256         (gnus-select-newsgroup): Use them.
9257
9258         * mm-decode.el (mm-save-part-to-file): Made it not error.
9259
9260 2001-08-17  Simon Josefsson  <jas@extundo.com>
9261
9262         * imap.el (imap-wait-for-tag): If process-status isn't open or
9263         run, return nil instead of sit-for looping.
9264
9265 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9266
9267         * lpath.el (featurep): fbind xml-parse-region.
9268
9269         * gnus.el (gnus-message-archive-method): Default to "archive".
9270         (gnus-message-archive-method): Doc fix.
9271         (gnus-parameters-get-parameter): Cleaned up.
9272         (gnus-expand-group-parameter): New function.
9273
9274         * gnus-start.el (gnus-setup-news): Push the archive server only
9275         the server list.
9276
9277         * mml.el (mml-menu): Changed name to "Attachments".
9278
9279         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9280         when there is something to detroy.
9281
9282 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9285         nil.
9286
9287 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9288
9289         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9290         which specifies a time today or tomorrow.
9291
9292 2001-08-15  Simon Josefsson  <jas@extundo.com>
9293         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9294
9295         * gnus-agent.el (gnus-agent-make-mode-line-string)
9296         (gnus-agent-toggle-plugged): Use new API.
9297
9298 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9299
9300         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9301         deadline has expired.
9302
9303 2001-08-12  Simon Josefsson  <jas@extundo.com>
9304         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9305
9306         Support `recent' mark indicating newly arrived messages (to
9307         separate from old but unread messages).
9308
9309         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9310         `nnmail-split-history' if recent is > 0.
9311         (nnimap-request-update-info-internal): Update `recent' marks.
9312         (nnimap-request-set-mark): Never set `recent' marks.
9313         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9314         recent.
9315
9316         * gnus-sum.el (gnus-recent-mark): New mark.
9317         (gnus-newsgroup-recent): New variable.
9318         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9319         (gnus-summary-prepare-threads): Mark recent articles.
9320         (gnus-summary-add-mark): Support recent.
9321         (gnus-summary-update-secondary-mark): Support recent.
9322
9323         * gnus.el (gnus-article-mark-lists): Add recent.
9324
9325 2001-08-12  Simon Josefsson  <jas@extundo.com>
9326
9327         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9328         whether successful decoding took place.  Add doc.
9329
9330 2001-08-12  Simon Josefsson  <jas@extundo.com>
9331         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9332
9333         * gnus.el (gnus-summary-line-format, gnus-parameters):
9334         * gnus-gl.el (gnus-summary-grouplens-line-format):
9335         * gnus-salt.el (gnus-summary-pick-line-format):
9336         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9337
9338 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9339         Committed by Kai Gro\e,b_\e(Bjohann.
9340
9341         * gnus-score.el (gnus-score-string): Fix `match' regexp
9342         for `extra' header case.
9343
9344 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9345
9346         * nnmbox.el (nnmbox-read-mbox): No warning.
9347
9348 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * nndoc.el (nndoc-article-type): Fix doc.
9351         (nndoc-generate-article-function): New variable.
9352         (nndoc-dissection-function): New variable.
9353         (nndoc-type-alist): Add oe-dbx.
9354         (nndoc-oe-dbx-type-p): New function.
9355         (nndoc-oe-dbx-dissection): New function.
9356         (nndoc-oe-dbx-generate-article): New function.
9357
9358 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9359
9360         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9361         whether deadline has been reached.  Patch from Dan Nicolaescu
9362         <dann@godzilla.ics.uci.edu>.
9363
9364 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9365
9366         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9367         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9368         <rintaman@cs.Helsinki.FI>.
9369
9370         * mail-source.el (mail-source-movemail): The error buffer is
9371         modified, but nothing in it.
9372
9373 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9374
9375         * message.el (message-bogus-system-names): New variable.
9376         (message-make-fqdn): Use it.
9377
9378 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9379
9380         * nndraft.el (nndraft-request-group): Use
9381         nndraft-auto-save-file-name.
9382
9383 2001-08-09  Simon Josefsson  <jas@extundo.com>
9384
9385         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9386         Don't ask whether to decrypt.  Just leave result in buffer (don't
9387         call mm).
9388
9389         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9390         parts as well.
9391         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9392         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9393
9394 2001-08-09  Simon Josefsson  <jas@extundo.com>
9395
9396         * mm-decode.el (mm-insert-part): Return decoding success status.
9397         (mm-save-part-to-file): Error if decoding failed.
9398
9399 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9400
9401         * message.el (message-tab): Use indent-relative.
9402         (message-mode): Don't bind indent-line-function to indent-relative.
9403
9404 2001-08-09  Simon Josefsson  <jas@extundo.com>
9405
9406         * message.el (message-get-reply-headers): Fix string. Suggested by
9407         Christoph Conrad <cc@cli.de>.
9408
9409 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9410
9411         * message.el (message-tab): Use the current value of
9412         indent-line-function.
9413         (message-mode): Bind indent-line-function to indent-relative.
9414
9415 2001-08-08  Simon Josefsson  <jas@extundo.com>
9416
9417         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9418         whether `imtest' is installed.
9419
9420 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9421         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9422
9423         * gnus-sum.el (gnus-summary-show-article): Call
9424         gnus-summary-update-secondary-secondary-mark.
9425         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9426         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9427
9428 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9429
9430         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9431
9432         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9433
9434         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9435         <gerd@gnu.org>.
9436
9437         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9438
9439         * gnus-util.el (gnus-output-to-rmail): Ditto.
9440         (gnus-output-to-mail): Ditto.
9441
9442         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9443
9444 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9445
9446         * message.el (message-indent-citation): Use
9447         `message-yank-cited-prefix' for empty lines.
9448
9449 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9450
9451         * message.el (message-indent-citation): Quote only lines starting
9452         with ">" using `message-yank-cited-prefix'.
9453
9454 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9455         Trivial patch.
9456
9457         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9458         gnus-cache-fully-p.
9459
9460 2001-08-04  Simon Josefsson  <jas@extundo.com>
9461
9462         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9463         file if it doesn't exist (by calling gnus-cache-read-active).
9464
9465 2001-08-04  Simon Josefsson  <jas@extundo.com>
9466
9467         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9468         (gnus-cache-passively-or-fully-p): Removed.
9469         (gnus-cache-fully-p): Fix it.
9470
9471         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9472
9473 2001-08-04  Simon Josefsson  <jas@extundo.com>
9474
9475         * gnus-cache.el (gnus-cache-fully-p)
9476         (gnus-cache-passively-or-fully-p): New functions.
9477         (gnus-cache-possibly-enter-article): Cosmetic change, use
9478         `g-c-p-o-f-p'.
9479         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9480         was bogus (`g-c-p-a-a' does not change active info, just change
9481         the functions parameters).
9482         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9483         not removed in groups that match `gnus-uncacheable-groups'.
9484
9485         Reported and modifications based on discussions with Nuutti
9486         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9487
9488 2001-08-04  Simon Josefsson  <jas@extundo.com>
9489         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9490
9491         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9492         calls `gnus-cache-update-active' if bounds has been extended.
9493
9494 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9495
9496         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9497         before remove.
9498         (gnus-mime-security-show-details): Ditto.
9499
9500 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9501
9502         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9503         syntax.  Protect string-match against nil string and regexp.
9504
9505 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * mm-util.el (mm-find-charset-region): Remove control-1.
9508
9509 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9512
9513 2001-08-04  Simon Josefsson  <jas@extundo.com>
9514
9515         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9516         buffer.  Delete MIME-Version header.
9517
9518 2001-08-03  Simon Josefsson  <jas@extundo.com>
9519
9520         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9521         that is entered does not necessarily have the highest article
9522         number in the group, so use `gnus-cache-possibly-alter-active'
9523         instead of `gnus-cache-update-active'.
9524
9525 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9526
9527         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9528
9529 2001-08-03  Simon Josefsson  <jas@extundo.com>
9530
9531         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9532         menu.
9533
9534 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus.el (post-method): New group parameter.  It also provides
9537         the user option `gnus-post-method-alist' and the internal function
9538         `gnus-parameter-post-method'.
9539
9540         * gnus-msg.el (gnus-post-method): Bind the value of
9541         `gnus-post-method' to the group parameter if it is defined.
9542
9543 2001-08-02  Simon Josefsson  <jas@extundo.com>
9544
9545         * smime.el (smime-extra-arguments): Removed.
9546         (smime-call-openssl-region): Don't use it.
9547
9548 2001-08-02  Simon Josefsson  <jas@extundo.com>
9549
9550         * smime.el (smime-sign-region): Handle stderr.
9551         (smime-encrypt-region): Ditto.
9552
9553         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9554         match the ASN.1 length bytes.
9555         (mm-pkcs7-enveloped-magic): Ditto.
9556         (mm-view-pkcs7-get-type): Don't regexp quote.
9557
9558 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9559         From Andreas Fuchs <asf@void.at>
9560
9561         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9562
9563 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * gnus-art.el (gnus-header-button-alist): References regexp.
9566
9567 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9568
9569         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9570         already fboundp.  Add INTERACTIVE arg to autoload form.
9571
9572 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9573
9574         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9575
9576         * nnmail.el (nnmail-cache-open): Ditto.
9577
9578 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9581
9582 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9585
9586 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9587         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9588
9589         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9590         (gnus-agent-toggle-plugged): Use it.
9591
9592 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593
9594         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9595         (gnus-ding-file-coding-system): New variable.
9596         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9597         (gnus-slave-save-newsrc): Use it.
9598
9599 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9600
9601         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9602         syntax.
9603
9604 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605         Originally from Andreas Fuchs <asf@void.at>
9606
9607         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9608         (mml2015-gpg-pretty-print-fpr): New function.
9609         (mml2015-gpg-extract-signature-details): More details, rename from
9610         `m-g-e-from'.
9611         (mml2015-gpg-verify): Use them.
9612         (mml2015-gpg-clear-verify): Use them.
9613
9614 2001-07-31  Simon Josefsson  <jas@extundo.com>
9615
9616         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9617         buffer when done.
9618
9619 2001-07-30  Simon Josefsson  <jas@extundo.com>
9620
9621         * smime.el (smime-call-openssl-region): Revert previous change,
9622         just pass on buf to `call-process-region'.
9623         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9624         `smime-new-details-buffer'.  Inserts error messages into buffer.
9625         (smime-noverify-region): Ditto.
9626         (smime-decrypt-region): Ditto.  Handles stderr separately.
9627         (smime-verify-buffer, smime-noverify-buffer)
9628         (smime-decrypt-buffer): Doc fix.
9629         (smime-new-details-buffer): New function.
9630         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9631         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9632         (smime-sign-region, smime-encrypt-region): Don't use
9633         `insert-buffer'.
9634
9635         * mml-smime.el (mml-smime-verify): Fix security button strings.
9636
9637 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9638
9639         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9640         gnus-article-mime-handles.
9641
9642 2001-07-29  Simon Josefsson  <jas@extundo.com>
9643
9644         * mail-source.el (top-level): Require message for message-directory.
9645         (mail-source-directory): Change default to message-directory.
9646
9647         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9648         (smime-certificate-directory, smime-openssl-program)
9649         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9650         (smime-extra-arguments): New variable.
9651         (smime-dns-server): Fix customize group.
9652         (smime-call-openssl-region): Use `smime-extra-arguments'.
9653
9654 2001-07-29  Simon Josefsson  <jas@extundo.com>
9655         From Vladimir Volovich <vvv@vsu.ru>
9656
9657         * smime.el (smime-call-openssl-region): Ignore stderr.
9658
9659 2001-07-29  Simon Josefsson  <jas@extundo.com>
9660         From Christoph Conrad <christoph.conrad@gmx.de>
9661
9662         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9663         file.
9664
9665 2001-07-29  Simon Josefsson  <jas@extundo.com>
9666
9667         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9668
9669         Support S/MIME decryption.
9670
9671         * mm-decode.el (mm-inline-media-tests):
9672         (mm-inlined-types):
9673         (mm-automatic-display):
9674         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9675
9676         * mm-view.el (mm-pkcs7-signed-magic):
9677         (mm-pkcs7-enveloped-magic): New variables.
9678         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9679         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9680         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9681         PKCS#7 blobs.
9682
9683         * smime.el (smime-decrypt-region): Expand keyfile.
9684
9685 2001-07-29  Simon Josefsson  <jas@extundo.com>
9686
9687         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9688         `ssl.el' variables.
9689
9690         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9691         but line instead of narrowing to it, because `nnmail-parse-active'
9692         calls widen.  Thanks to Christoph Conrad
9693         <christoph.conrad@gmx.de>.
9694
9695 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9696
9697         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9698         for %B spec.
9699
9700         * gnus-sum.el (gnus-summary-prepare-threads): If
9701         gnus-sum-thread-tree-root is nil, use subject instead.
9702         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9703         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9704         (gnus-sum-thread-tree-leaf-with-other)
9705         (gnus-sum-thread-tree-single-leaf): Documentation.
9706         (gnus-sum-thread-tree-single-indent): Allow nil.
9707
9708 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * message.el (message-fill-paragraph): Do nothing if the user
9711         wants filladapt-mode.
9712
9713 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9714
9715         * mm-decode.el (mm-image-type-from-buffer): New function.
9716         (mm-get-image): Use it.
9717
9718 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9719
9720         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9721
9722         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9723         mm-display-parts too.
9724
9725 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9726
9727         * nnfolder.el (nnfolder-request-accept-article): Bind
9728         nntp-server-buffer.
9729
9730         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9731         nntp-server-buffer.
9732
9733 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * message.el (message-check-news-header-syntax): Use
9736         message-post-method.
9737         (message-send-news): Bind message-post-method.
9738
9739 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9740
9741         * mml.el (mml-tweak-type-alist): New variable.
9742         (mml-tweak-function-alist): New variable.
9743         (mml-tweak-part): New function.
9744         (mml-generate-mime-1): Use it.
9745
9746 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9747
9748         * nnfolder.el (nnfolder-request-accept-article): Replace
9749         nnfolder-request-list.
9750
9751 2001-07-27  Simon Josefsson  <jas@extundo.com>
9752
9753         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9754         nnoo-change-server failed to do it.
9755
9756 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * gnus.el (gnus-parameters): Make it customizable.
9759
9760 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9761
9762         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9763
9764         * message.el (message-set-auto-save-file-name): More
9765         poor-system-types.
9766
9767         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9768
9769         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9770         supports +.
9771
9772 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9773
9774         * mm-decode.el (mm-readable-p): New function.
9775         (mm-inline-media-tests): Fix the default testers.
9776
9777 2001-07-26  Simon Josefsson  <jas@extundo.com>
9778
9779         * nnimap.el (nnimap-version): Bump version number.
9780
9781 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782         From Steven E. Harris <seh@speakeasy.org>
9783
9784         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9785         in M$Windows too.
9786
9787 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9788
9789         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9790
9791 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9792
9793         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9794
9795         * mm-decode.el (mm-get-image): Guess then use the type.
9796
9797         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9798
9799 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9800
9801         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9802         display (%B) for threads if threading is off.
9803
9804 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805         From Henrik Enberg <henrik@enberg.org>
9806
9807         * gnus-msg.el: Customization patch.
9808
9809 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9810
9811         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9812         variable.
9813         (nnmail-split-fancy-with-parent): Ignore certain groups.
9814
9815 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9816
9817         * gnus-util.el (gnus-byte-compile): New function.
9818         (gnus-use-byte-compile): New variable.
9819         (gnus-make-sort-function): Use it.
9820
9821         * nnmail.el (nnmail-get-new-mail): Use it.
9822
9823         * gnus-agent.el (gnus-category-make-function): Simple function or
9824         compiled function.
9825         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9826
9827         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9828         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9829         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9830
9831         * message.el (message-check-news-header-syntax): Remove quote.
9832
9833 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * message.el (message-use-mail-followup-to): `t' is not a
9836         documented value.
9837
9838 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9839
9840         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9841
9842 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9843
9844         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9845         there are long lines.
9846
9847 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * dgnushack.el (copy-list): New compiler macro.
9850
9851 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9852
9853         * message.el (message-bounce): If no Return-Path, the whole
9854         content is considered as the original message.
9855
9856         * nnml.el (nnml-check-directory-twice): New variable.
9857         (nnml-article-to-file): Use it.
9858         (nnml-retrieve-headers): Hack it.
9859
9860 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9861
9862         * gnus-win.el (gnus-buffer-configuration): New configure.
9863
9864         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9865         not alive.
9866
9867         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9868         (mm-display-external): Use display-term configure.
9869
9870 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9871
9872         * gnus-delay.el (gnus-delay-default-hour): New variable.
9873         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9874
9875 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9876         From Karl Kleinpaste <karl@charcoal.com>
9877
9878         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9879         (gnus-summary-prepare-threads): Ditto.
9880
9881         * gnus.el (gnus-summary-line-format): Add %B.
9882
9883 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9884
9885         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9886
9887         * mm-util.el (mm-string-as-multibyte): New function.
9888
9889         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9890
9891 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9892
9893         * mm-util.el (mm-universal-coding-system): New variable.
9894
9895         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9896
9897         * score-mode.el (score-mode-coding-system): Use it.
9898
9899 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-start.el (gnus-setup-news): Call
9902         `gnus-check-bogus-newsgroups' just after the native server is
9903         opened.
9904
9905 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9906
9907         * nnmail.el (nnmail-do-request-post): Util function to be used by
9908         `nnchoke-request-post' for all nnmail-derived backends.
9909
9910         * nnml.el (nnml-request-post): Use it.
9911
9912         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9913         backend, for it groks nnml-request-post.
9914
9915         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9916         Treat `mail-post' backends like `mail' backends, not like `news'
9917         backends.
9918
9919 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9920
9921         * gnus-msg.el (gnus-setup-message): make-local-hook.
9922
9923 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9924
9925         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9926         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9927         <karl@charcoal.com>, slightly changed by Kai.
9928
9929         * message.el (message-check-news-header-syntax): When checking
9930         whether the groups exist, check the right server based on
9931         `gnus-post-method'.
9932
9933 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9934
9935         * gnus-delay.el: New file.
9936
9937 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9938
9939         * mm-util.el (mm-read-coding-system): Take two arguments.
9940
9941         * gnus-sum.el (gnus-summary-show-article): Use
9942         mm-read-coding-system.
9943
9944         * gnus-art.el (article-de-quoted-unreadable):
9945         (article-de-base64-unreadable, article-wash-html):
9946         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9947
9948 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9949
9950         * nnml.el (nnml-request-post): New function.  Can be used for
9951         annotations in nnml groups.
9952
9953 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9956         command.
9957
9958         * gnus-start.el (gnus-find-new-newsgroups): Use
9959         `message-make-date' instead of `current-time-string'.
9960         (gnus-ask-server-for-new-groups): Ditto.
9961         (gnus-check-first-time-used): Ditto.
9962
9963 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9964
9965         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9966
9967 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9968
9969         * message.el (message-shorten-references): Change `maxcount' and
9970         `cut' to obey USEFOR draft 5.
9971
9972 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9973
9974         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9975         (gnus-summary-set-article-display-arrow): New function.
9976         (gnus-summary-goto-subject): Use it.
9977
9978 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9979
9980         * gnus-sum.el (gnus-summary-import-article): Insert date if
9981         doesn't exist.
9982
9983 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9984
9985         * mml.el (mml-content-type-parameters): New variable.
9986         (mml-content-disposition-parameters): New variable.
9987         (mml-insert-mime-headers): Use them.
9988         (mml-parse-1): Accept charset.
9989
9990 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9991
9992         * gnus-group.el (gnus-group-select-group): Doc fix.
9993
9994         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9995
9996 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9999         to handle `define-derived-mode'.
10000
10001 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002         From:  Stefan Monnier  <monnier@cs.yale.edu>
10003
10004         * message.el (message-mode): Use define-derived-mode.
10005         (message-tab): message-completion-alist.
10006
10007         * imap.el (imap-interactive-login): Use make-local-variable.
10008         (imap-open): Ditto.
10009         (imap-authenticate): Ditto.
10010
10011         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10012
10013         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10014
10015 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10016
10017         * message.el (message-citation-line-function): Refer to
10018         gnus-cite-attribution-suffix.
10019
10020 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10021
10022         * gnus-art.el,...: Error convention changes.
10023
10024 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10025
10026         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10027
10028 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10031         (nnrss-read-server-data): Ditto.
10032
10033 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10034
10035         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10036         * Cleanup files.
10037         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10038
10039 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10040
10041         * gnus.el (gnus-summary-line-format): Add %o.
10042
10043         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10044         unless shell outputs something.
10045
10046 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10047
10048         * gnus-art.el (gnus-boring-article-headers): Better doc.
10049         (article-hide-headers): Better regexp.
10050         Suggested by Matt Swift <swift@alum.mit.edu>.
10051
10052         * nnheader.el (nnheader-max-head-length): Better doc.
10053         (nnheader-header-value): Skip spaces.
10054         (nnheader-parse-head): Remove space.
10055         Suggested by Matt Swift <swift@alum.mit.edu>.
10056
10057         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10058         (gnus-get-newsgroup-headers): Remove space.
10059
10060 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10061
10062         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10063         (gnus-summary-reply): Use it.
10064         (gnus-summary-reply-broken-reply-to): New function.
10065         (gnus-msg-force-broken-reply-to): New function.
10066
10067         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10068
10069 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10072
10073 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10074
10075         * mm-decode.el (mm-external-terminal-program): New variable.
10076         (mm-display-external): Use it. Use term to display when no
10077         window-system.
10078
10079 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10080
10081         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10082         Browse->Next entries to Browse->Prev
10083
10084 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10085
10086         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10087
10088 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10089
10090         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10091         for the default encoding.
10092
10093         * nnrss.el (nnrss-url-field): New field.
10094         (nnrss-request-article): Add newsgroups.
10095
10096         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10097
10098 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10099
10100         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10101
10102         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10103         (gnus-draft-setup): Remove backlog.
10104
10105 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10106
10107         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10108         Cleanup.
10109
10110 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * gnus-msg.el (gnus-bug): Erase buffer.
10113
10114         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10115
10116 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * mm-decode.el (mm-attachment-override-p): Fix typo.
10119
10120 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-kill.el (gnus-execute): Work with the extra headers.
10123         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10124
10125 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10126
10127         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10128         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10129
10130         * message.el (message-send-mail-real-function): New variable.
10131         (message-send-mail-partially, message-send-mail):
10132
10133         * nngateway.el (nngateway-request-post): Use it.
10134
10135         * gnus-agent.el (gnus-agentize): Use it.
10136
10137         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10138         (nnsoup-revert-variables): Use it.
10139
10140 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10141
10142         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10143         text/plain if the type doesn't match any other media types.
10144         (mm-inlined-types): Doc fix.
10145         (mm-display-inline): Revert previous change (now handled by a
10146         default type in `mm-inline-media-tests'.
10147         (mm-inlinable-p): Revive.
10148         (mm-display-part): Call `mm-inlinable-p'.
10149         (mm-attachment-override-p): Ditto.
10150         (mm-inlined-p): Doc fix.
10151
10152         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10153         well as `mm-inlined-p'.
10154
10155 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10156
10157         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10158         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10159
10160 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10161         From  Paul Jarc <prj@po.cwru.edu>
10162
10163         * message.el (message-use-mail-followup-to): New variable.
10164         (message-get-reply-headers): Use it.
10165
10166 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10167
10168         * nnheader.el (nnheader-init-server-buffer): Make sure the
10169         *nntpd* buffer is made multibyte instead of a random buffer.
10170
10171 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10172
10173         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10174         when it returns headers.
10175
10176 2001-07-07  Simon Josefsson  <jas@extundo.com>
10177
10178         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10179         trying to fold. Thanks to Colin Walters
10180         <walters@cis.ohio-state.edu>
10181
10182 2001-07-06  Simon Josefsson  <jas@extundo.com>
10183
10184         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10185         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10186         Add information in `assert's.
10187
10188         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10189         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10190         and `nnimap-group-overview-filename', should handle all
10191         change-of-uidvalidity related issues.  But there may be other
10192         problems.)
10193
10194 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10195
10196         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10197         header name when folding.
10198
10199 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10200
10201         * mm-decode.el (mm-inlined-types): Document relationship with
10202         `mm-inline-media-tests'.
10203         (mm-display-inline): Default to displaying as plain text if no
10204         inlining handler is available.
10205         (mm-inlinable-p): Remove.
10206         (mm-inlined-p): Don't call `mm-inlinable-p'.
10207         (mm-automatic-display-p): Ditto.
10208         (mm-attachment-override-p): Ditto.
10209
10210 2001-07-04  Simon Josefsson  <jas@extundo.com>
10211
10212         * nnimap.el (nnimap-importantize-dormant): New variable.
10213         (nnimap-request-update-info-internal): Use it.
10214         (nnimap-request-set-mark): Ditto.
10215
10216 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10217
10218         * nntp.el (nntp-send-command): don't pass a buffer argument to
10219         `point'. Only XEmacs accepts this.
10220         * nntp.el (nntp-send-command-nodelete): ditto.
10221         * nntp.el (nntp-send-command-and-decode): ditto.
10222
10223 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10224
10225         * nntp.el (nntp-open-connection-function): doc update.
10226         * nntp.el (nntp-pre-command): New.
10227         * nntp.el (nntp-via-rlogin-command): New.
10228         * nntp.el (nntp-via-telnet-command): New.
10229         * nntp.el (nntp-via-telnet-switches): New.
10230         * nntp.el (nntp-via-user-name): New.
10231         * nntp.el (nntp-via-user-password): New.
10232         * nntp.el (nntp-via-address): New.
10233         * nntp.el (nntp-via-envuser): New.
10234         * nntp.el (nntp-via-shell-prompt): New.
10235         * nntp.el (nntp-open-telnet-stream): New.
10236         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10237         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10238         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10239         * nntp.el (nntp-send-command): ditto.
10240         * nntp.el (nntp-send-command-nodelete): ditto.
10241         * nntp.el (nntp-send-command-and-decode): ditto.
10242
10243 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10244         Trivial patch.
10245
10246         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10247         `when'.
10248
10249 2001-07-03  Simon Josefsson  <jas@extundo.com>
10250         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10251
10252         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10253
10254 2001-07-03  Simon Josefsson  <jas@extundo.com>
10255
10256         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10257         remove it (workaround XEmacs `fill-region' bug).
10258
10259 2001-07-01  Simon Josefsson  <jas@extundo.com>
10260
10261         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10262
10263 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10264
10265         * mml2015.el (mml2015-format-error): New function.
10266         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10267         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10268         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10269
10270 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10273         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10274
10275         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10276         group variables.
10277
10278 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10281
10282         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10283         (nnrss-save-group-data): Ditto.
10284
10285         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10286
10287 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * message.el (message-do-send-housekeeping): Narrow to headers.
10290
10291 2001-06-24  Simon Josefsson  <jas@extundo.com>
10292
10293         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10294         insertion when breaking lines looked for " \t" instead of "[ \t]".
10295         (rfc2047-encode-message-header): Fold lines even if
10296         no QP encoding is done.
10297
10298 2001-06-23  Simon Josefsson  <jas@extundo.com>
10299         From Samuel Tardieu <sam@inf.enst.fr>
10300
10301         * smime.el (smime-keys): Support additional certificates.
10302         (smime-make-certfiles): New function.
10303         (smime-sign-region): Use previous variables.
10304         (smime-get-certfiles): New function.
10305         (smime-sign-buffer): Use it.
10306         (smime-verify-region): Support both CAfile and CApath.
10307
10308 2001-06-23  Simon Josefsson  <jas@extundo.com>
10309
10310         * smime.el (smime-decrypt-region): Perhaps work.
10311
10312 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10313
10314         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10315
10316 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10317
10318         * mm-decode.el (mm-save-part): Rewrite file name.
10319         (mm-file-name-rewrite-functions): New variable.
10320         (mm-file-name-delete-whitespace): New function.
10321         (mm-file-name-trim-whitespace): New function.
10322         (mm-file-name-collapse-whitespace): New function.
10323         (mm-file-name-replace-whitespace): New variable and function.
10324
10325 2001-06-22  Simon Josefsson  <jas@extundo.com>
10326
10327         * message.el (message-make-date): Workaround locale for weekdays.
10328
10329 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10330
10331         * message.el (message-goto-body): Return nil if not found. (revert!)
10332
10333 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10334         From Fremlin <chief@bandits.org>
10335
10336         * message.el (message-goto-body): Some messages have no header.
10337
10338         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10339
10340 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10341
10342         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10343
10344 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10345
10346         * message.el (message-make-date): Add week day.
10347         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10348
10349 2001-06-19  Simon Josefsson  <jas@extundo.com>
10350
10351         * message.el (message-yank-prefix): Doc fix.
10352         (message-yank-cited-prefix): Ditto.
10353         (message-delete-not-region): Keep citation prefix on first line,
10354         if possible and appropriate.
10355
10356 2001-06-19  Simon Josefsson  <jas@extundo.com>
10357
10358         * imap.el (imap-process-connection-type): New variable.
10359         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10360         recent `imtest's work completely (no line length issues), while
10361         making making old `imtest's unusable.  Thanks to NAGY Andras
10362         <nagya@inf.elte.hu> for his work.
10363
10364 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10365
10366         * imap.el (imap-ssl-program): Add -quiet to shut up
10367         OpenSSL/SSLeay's internal debug talk.
10368
10369 2001-06-19  Matt Armstrong  <matt@lickey.com>
10370
10371         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10372         server.
10373
10374 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10375
10376         * nnmail.el (nnmail-article-buffer): New variable.
10377         (nnmail-split-incoming): Use it.
10378
10379 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10380
10381         * qp.el (quoted-printable-decode-region): If called interactively,
10382         use coding-system-for-read.
10383
10384 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10385
10386         * message.el (message-check-news-header-syntax): Check Reply-To.
10387
10388 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10389
10390         * mml.el (mml-parse-1): Use message options.
10391
10392         * message.el (message-do-fcc): Don't do anything if there is no
10393         FCC.
10394
10395 2001-06-16  Simon Josefsson  <jas@extundo.com>
10396
10397         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10398         (nnimap-expunge-search-string): New variable.
10399         (nnimap-request-expire-articles): Use it.
10400
10401 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10402
10403         * message.el (message-send-mail-with-qmail): wrong exit status is
10404         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10405
10406 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10407
10408         * gnus-art.el (article-strip-multiple-blank-lines): Use
10409         delete-region instead of replace-match.
10410
10411 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10414         (nnweb-google-wash-article): Ditto.
10415
10416 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10417
10418         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10419
10420 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10423         specs.
10424
10425 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426
10427         * gnus.el (gnus-email-address): Move it here.
10428
10429         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10430         requested.
10431         (article-de-base64-unreadable): Ditto.
10432         (article-wash-html): Ditto.
10433
10434 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10435
10436         * message.el (message-options-set-recipient): Don't add ", "
10437         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10438
10439 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10440
10441         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10442
10443 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10444
10445         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10446         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10447
10448         * nnrss.el (nnrss-node-text): Node might be nil.
10449
10450 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10451
10452         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10453         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10454
10455         * nnrss.el (nnrss-group-alist): More items.
10456
10457 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10458
10459         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10460
10461 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462         Trivial patch from Dale Hagglund  <rdh@best.com>
10463
10464         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10465         restrict clauses.
10466
10467 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         From Benjamin Rutt <brutt+news@bloomington.in.us>
10470
10471         * message.el (message-wide-reply-confirm-recipients): New variable.
10472
10473 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10474         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10475
10476         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10477         fix so it works with XEmacs.
10478
10479 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10480
10481         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10482         headers.
10483
10484 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10485
10486         * nnrss.el: Fix a few bugs.
10487
10488 2001-06-05  Simon Josefsson  <jas@extundo.com>
10489
10490         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10491         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10492
10493 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10494
10495         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10496         binary so that we don't transmit ISO 2022 garbage to the process.
10497         This is needed under XEmacs.
10498
10499 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10500
10501         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10502         autoloaded incorrectly below because ssl-program-* is bound.)
10503         Thanks to Amos Gouaux for report.
10504
10505 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10506
10507         * imap.el (imap-kerberos4-open):
10508         (imap-gssapi-open):
10509         (imap-ssl-open):
10510         (imap-network-open):
10511         (imap-shell-open):
10512         (imap-starttls-open): Set buffer to workaround spurious
10513         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10514         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10515         Colman <colman@ppllc.com> for report.
10516
10517 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * gnus-sum.el (gnus-summary-catchup): New argument.
10520         (gnus-summary-catchup-from-here): New function.
10521
10522 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10523
10524         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10525         back, then insert glyph.  (Before, the glyph was inserted first,
10526         then the newline.)  This works around a behavior in XEmacs where
10527         it is not possible to insert a character after a glyph which is at
10528         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10529
10530 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10531
10532         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10533
10534         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10535         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10536         mm-destroy-postponed-undisplay-list): New functions.
10537         (mm-display-external): Use them.
10538
10539 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10540
10541         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10542         `default-low' when evaluating `gnus-summary-highlight'.
10543         From Raja R Harinath <harinath@cs.umn.edu>.
10544
10545 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10546
10547         * message.el (message-yank-cited-prefix): New variable.
10548         (message-indent-citation): Use it.
10549
10550         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10551         as details.
10552         (mml2015-mailcrypt-clear-verify): Ditto.
10553
10554 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10555         From Nevin Kapur <nevin@jhu.edu>.
10556
10557         * gnus-sum.el (gnus-summary-default-high-score,
10558         gnus-summary-default-low-score): New variables.
10559         (gnus-summary-highlight): Use them.
10560
10561 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10562
10563         * message.el (message-mail): pass the 'send-actions argument to
10564         `message-setup'.
10565
10566 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10567         From Raymond Scholz <ray-2001@zonix.de>
10568
10569         * gnus-art.el (gnus-mime-view-part-as-charset):
10570         (gnus-mime-internalize-part): Doc fixes.
10571
10572 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10573
10574         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10575         status lines without any text ("^215$").
10576
10577 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * nnrss.el (nnrss-check-group): Reverse.
10580
10581 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10582
10583         * message.el (message-get-reply-headers):
10584         (message-followup): Fix typo, suggested by David Green
10585         <dgreen@uab.edu>
10586
10587 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10588
10589         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10590
10591         * nnrss.el (nnrss-open-server): Read server data when it is called.
10592         (nnrss-request-expire-articles): Fix.
10593
10594 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10595
10596         * message.el (message-do-send-housekeeping): mail-abbrevs may
10597         rename buffer behind Gnus.
10598
10599 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10600
10601         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10602         (nnrss-group-alist): Add more resources.
10603         (nnrss-check-group): Ignore errors.
10604
10605 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10608
10609         * nnslashdot.el (nnslashdot-request-list): Add time.
10610         (nnslashdot-request-expire-articles): New function.
10611
10612         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10613         secondary methods too.
10614
10615 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10616
10617         * message.el (message-use-followup-to): Set default value to t.
10618
10619 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10620
10621         * message.el (message-dont-reply-to-names): Fix documentation.
10622         (message-get-reply-headers): Use Mail-Followup-To only for wide
10623         replies.
10624
10625 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10626
10627         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10628         correctly.
10629         (nnrss-check-group): Use time.
10630
10631 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10632
10633         * gnus.el: Oort Gnus v0.03 is released.
10634
10635 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10638         group.
10639
10640 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10643
10644 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * nnultimate.el (nnultimate-retrieve-headers): Return all
10647         available headers.
10648
10649         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10650         (gnus-get-newsgroup-headers-xover): Use it.
10651
10652 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10655
10656 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10659
10660 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10661
10662         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10663         disable it.
10664
10665         * gnus.el (gnus-info-nodes): Remove a few The's.
10666
10667 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10668
10669         * mail-source.el (mail-source-movemail): Call-process may return a
10670         signal description string.
10671
10672         * gnus-start.el (gnus-read-newsrc-el-file):
10673         gnus-newsrc-file-version may be nil.
10674
10675         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10676         Suggested by Michael Sperber [Mr. Preprocessor]
10677         <sperber@informatik.uni-tuebingen.de>.
10678
10679 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10680
10681         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10682
10683 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10684
10685         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10686         fontify HANDLE.
10687
10688 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10689
10690         * smime.el (smime-ask-passphrase): Rework to return value.
10691         (smime-sign-region): Rework to bind value and use it.
10692         (smime-decrypt-region): Ditto.
10693
10694 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10695         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10696
10697         * smime.el (smime-ask-passphrase): New function.
10698         (smime-sign-region): Use it.
10699         (smime-encrypt-cipher): New variable.
10700         (smime-decrypt-region): Ditto.
10701
10702 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10703         Committed by Simon Josefsson  <simon@josefsson.org>
10704
10705         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10706         the log.
10707
10708 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10709
10710         * gnus.el: Oort Gnus v0.02 is released.
10711
10712 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10713
10714         * gnus.el: Oort Gnus v0.01 is released.
10715
10716 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10717
10718         * gnus-sum.el (gnus-summary-highlight): Highlight read
10719         undownloaded articles as read articles.
10720
10721         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10722         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10723         articles, even read ones, as such.
10724
10725         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10726         (gnus-find-matching-articles): New function.
10727         (gnus-summary-limit-include-matching-articles): New command.
10728         (gnus-summary-limit-include-thread): Include articles that have
10729         matching subjects.
10730         (gnus-offer-save-summaries): Clean up.
10731
10732 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10733
10734         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10735
10736 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737         From Jason Merrill <jason_merrill@redhat.com>
10738
10739         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10740
10741 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10742         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10745         newsgroup names when the original article is a news message.
10746
10747 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10750         supported. Suggest by Jim Meyering <jim@meyering.net>.
10751
10752 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10753         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10754
10755         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10756         regexp in nnmail-split-fancy.
10757
10758 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10759
10760         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10761
10762 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10763
10764         * message.el (message-send-mail): Improve the interaction with the
10765         user.
10766
10767 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10768
10769         * imap.el (imap-message-copy): Work around buggy servers that
10770         doesn't send TRYCREATE tags.
10771
10772 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10775
10776 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10779         date.
10780
10781 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10784         lives.
10785
10786 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-art.el (gnus-parse-news-url): New function.
10789         (gnus-button-handle-news): New function.
10790         (gnus-button-alist): Point to new functions.
10791
10792         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10793
10794         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10795         gnus-format-specs.
10796
10797         * message.el (message-check-news-header-syntax): Question even
10798         when Gnus doesn't know the group names.
10799         (message-send-news): Clean up.
10800
10801         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10802         exited on purpose without saving.
10803
10804         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10805
10806 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * gnus-score.el (gnus-score-orphans): Clean up.
10809
10810         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10811
10812         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10813         later.
10814
10815         * gnus-start.el (gnus-close-all-servers): Find the right items to
10816         close.
10817
10818         * qp.el (quoted-printable-decode-region): Just message
10819         malformation; don't quit.
10820
10821 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10822         From Gerd Moellmann <gerd@gnu.org>.
10823
10824         * gnus.el (gnus-interactive): A typo.
10825
10826 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10827         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10828
10829         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10830         `assq-delete-all', if that function exists; otherwise use the old
10831         definition. Documentation changed to match the one in
10832         `assq-delete-all'.
10833
10834 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10835
10836         * gnus-start.el (gnus-close-all-servers): New function.
10837
10838         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10839         (gnus-server-remove-denials): Clean up.
10840
10841         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10842         keystroke.
10843
10844 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * message.el (message-send-news): Message where we are sending.
10847         (message-send-mail): Ditto.
10848
10849         * gnus.el (gnus-server-string): New function.
10850
10851         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10852
10853         * mm-decode.el (mm-default-directory): Customized.
10854         (mm-tmp-directory): Ditto.
10855
10856         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10857         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10858         or Chars.
10859         (gnus-summary-line-format-alist): ?l is now a string.
10860         (gnus-summary-prepare-threads): Output ? for unknown lines.
10861         (gnus-summary-insert-line): Ditto.
10862         (gnus-summary-print-article): Unbalanced parentheses.
10863
10864         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10865         out whether new stuff has arrived.
10866
10867 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10868
10869         * gnus-sum.el: Let printing work on ttys on Emacs.
10870
10871 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10872
10873         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10874         when forcing news.
10875
10876         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10877         command.
10878
10879 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10880
10881         * message.el (message-set-auto-save-file-name): Don't use
10882         asterisks under nt.
10883
10884 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10887         lists of articles.
10888
10889         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10890
10891         * gnus-msg.el (gnus-put-message): Clean up.
10892         (gnus-summary-reply): Mark all replied-to articles as replied to.
10893         (gnus-inews-add-send-actions): Also mark as forwarded.
10894         (gnus-summary-mail-forward): Mark as forwarded.
10895
10896         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10897         of articles.
10898         (gnus-summary-mark-article-as-forwarded): Ditto.
10899
10900         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10901         forwarded.
10902         (gnus-summary-mail-forward): Clean up.
10903
10904         * gnus.el (gnus-article-mark-lists): Added forward.
10905
10906         * gnus-sum.el (gnus-forwarded-mark): New variable.
10907         (gnus-summary-prepare-threads): Use it.
10908         (gnus-summary-update-secondary-mark): Ditto.
10909         (gnus-newsgroup-forwarded): New variable.
10910
10911 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10914         (gnus-summary-very-wide-reply): New command and keystroke.
10915         (gnus-summary-very-wide-reply-with-original): Ditto.
10916
10917         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10918         (gnus-score-adaptive): Use it.
10919
10920         * gnus-start.el (gnus-get-unread-articles): Clean up.
10921
10922 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10925         boards.
10926
10927 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10928
10929         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10930         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10931
10932 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10933
10934         * nnultimate.el (nnultimate-retrieve-headers): Understand
10935         long-form month names.
10936
10937 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10938
10939         * gnus-sum.el (gnus-summary-show-all-headers):
10940         gnus-article-show-all-headers is broken. Use
10941         gnus-summary-toggle-header instead.
10942
10943         * mml2015.el (mml2015-gpg-extract-from): No error.
10944
10945 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10946         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10947
10948         * mml2015.el (mml2015-gpg-extract-from): New function.
10949         (mml2015-gpg-verify): Use it.
10950         (mml2015-gpg-clear-verify): Use it.
10951
10952 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10953
10954         * message.el (message-setup-fill-variables): Use
10955         fill-paragraph-function.
10956         (message-fill-paragraph): Take an argument.
10957         (message-newline-and-reformat): Take another argument.
10958
10959 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10960
10961         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10962
10963 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10964
10965         * message.el (message-forward): local-variable-p takes an extra
10966         argument in XEmacs.
10967
10968 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10969
10970         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10971         `nnimap-use-nov-p' (it really tested the negative).
10972         (nnimap-retrieve-headers): Use it.
10973
10974 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10975
10976         * message.el (message-generate-headers-first): Update doc.
10977
10978 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10979         Trivial patch.
10980
10981         * gnus.el (gnus-summary-line-format): Typo.
10982
10983 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10984
10985         * mailcap.el (mailcap-mime-data): Add application/sieve.
10986         (mailcap-mime-extensions): Add .siv, .xls.
10987
10988 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989         From Christoph Conrad <christoph.conrad@gmx.de>
10990
10991         * gnus-score.el (gnus-summary-lower-thread): Typo.
10992
10993 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * message.el (message-forward-decoded-p): New variable.
10996         (message-forward-subject-author-subject): Use it.
10997         (message-make-forward-subject): Use it.
10998         (message-forward): Use it.
10999
11000         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11001
11002         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11003         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11004
11005 ;;Has been fixed -- zsh.
11006 ;;2001-03-05  Dave Love  <fx@gnu.org>
11007 ;;
11008 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11009 ;;      Move it after definition of mm-coding-system-p.
11010 ;;
11011 2001-03-01  Dave Love  <fx@gnu.org>
11012
11013         * mm-util.el (mm-inhibit-file-name-handlers): Add
11014         image-file-handler.
11015
11016 2001-02-11  Dave Love  <fx@gnu.org>
11017
11018         * message.el (message-signature-file): Fix doc, :type.
11019
11020 2001-02-08  Dave Love  <fx@gnu.org>
11021
11022         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11023         (message-posting-charset): Defvar when compiling again.
11024         (rfc2047-encodable-p): Require message.
11025
11026         * gnus-sum.el (gnus-alter-articles-to-read-function):
11027         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11028
11029 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11030
11031         * nnrss.el: New file.
11032
11033 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11034         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11035
11036         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11037         `skip-chars-forward'.
11038
11039 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11040
11041         * nndraft.el (nndraft-request-group): Restore auto save files if
11042         the original files do not exist.
11043
11044 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11045
11046         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11047         SCORE paths.
11048
11049         * mm-decode.el (mm-dissect-buffer): Call
11050         mail-extract-address-components only if necessary.
11051
11052 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11053
11054         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11055         directory part.
11056         (gnus-score-search-global-directories): Use file-directory-p.
11057
11058         * gnus-score.el (gnus-score-score-files-1): Use
11059         gnus-kill-files-directory.
11060         From Adrian Aichner <adrian@xemacs.org>.
11061
11062 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11063
11064         * gnus.el (charset): Move here from gnus-sum.el.
11065
11066 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11067
11068         * mml.el (mml-preview): Disable local map.
11069
11070         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11071         gnus-article-post-menu here.
11072
11073         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11074         if it has not been made.
11075
11076 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11077
11078         * gnus-art.el (gnus-article-describe-key): Map key to event.
11079         (gnus-article-describe-key-briefly): Ditto
11080
11081 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11082
11083         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11084
11085 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086         From Katsumi Yamaoka <yamaoka@jpl.org>.
11087
11088         * dgnushack.el (coerce, merge, subseq): defmacro.
11089
11090 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11093         A fake defalias in nndraft.el results a not-activated bug in
11094         uncompiled versions.
11095
11096 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11097         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11098
11099         * gnus-util.el (gnus-split-references): Handle malformed References:.
11100
11101 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11104
11105 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106         From NAGY Andras <nagya@inf.elte.hu>.
11107
11108         * gnus.el (gnus-parameters): Typo.
11109
11110 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11111
11112         * gnus.el (gnus-read-method): Remove redundancy.
11113
11114 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11115
11116         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11117         (nnslashdot-request-list): Use it.
11118
11119 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * nnml.el (nnml-generate-active-info): Fix the case when there is
11122         no file.
11123
11124         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11125         (gnus-summary-create-article): New function.
11126
11127         * gnus-group.el (gnus-group-mark-article-read): New function.
11128
11129         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11130
11131         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11132
11133 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * gnus-art.el (gnus-article-edit-done): Don't use
11136         gnus-article-edit-exit.
11137         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11138
11139         * gnus.el (gnus-parameters): New variable.
11140         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11141         (gnus-parameters-get-parameter): New function.
11142         (gnus-group-find-parameter): Use it.
11143
11144 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11145
11146         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11147         change of default value to `current'.
11148
11149 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * nneething.el (nneething-get-head): Insert unreadable file too.
11152
11153 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11154
11155         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11156
11157         * webmail.el (webmail-type-definition): Deja is bought by google.
11158
11159 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11160
11161         * gnus-sum.el (gnus-fetch-headers): New function.
11162         (gnus-select-newsgroup): Use it.
11163         (gnus-summary-insert-articles): New function.
11164         (gnus-summary-insert-old-articles): New function.
11165         (gnus-summary-insert-new-articles): New function.
11166
11167         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11168         (gnus-group-list-active): Ditto.
11169         * gnus-sum.el (gnus-set-mode-line): Ditto.
11170         (gnus-summary-read-group-1): Ditto.
11171
11172 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11175         current topic.
11176
11177 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11178
11179         * smiley.el (gnus-smiley-display): Don't do widening.
11180
11181         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11182         within body.
11183
11184         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11185
11186         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11187         New variable.
11188         (gnus-mime-display-multipart-related-as-mixed): New variable.
11189         (gnus-mime-display-part): Use them.
11190
11191 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192
11193         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11194         something special.
11195
11196 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11199         (nnweb-request-article): Call reference if exists.
11200         (nnweb-type-definition): Dejanews is bought by google.com.
11201         Beta!
11202
11203 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11206
11207 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11208
11209         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11210         gnus-article-sort-functions.
11211         (gnus-article-sort-functions): Doc fix.  Refer to
11212         gnus-thread-sort-functions.
11213
11214 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215         From Paul Jarc <prj@po.cwru.edu>.
11216
11217         * message.el (message-get-reply-headers): More fixes.
11218
11219 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11220         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11221
11222         * message.el (message-get-reply-headers): Fix bug with
11223         Mail-Followup-To/to-address interaction.
11224
11225 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11226
11227         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11228         gnus-article-copy.
11229
11230 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11231
11232         * message.el (message-do-send-housekeeping): Rename to a better
11233         name.
11234
11235 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11236
11237         * message.el (message-cancel-news): Check article first, then ask
11238         yes or no.
11239
11240 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11241
11242         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11243
11244 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11245
11246         * gnus-range.el (gnus-range-normalize): New function.
11247
11248 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11249
11250         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11251
11252 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11255
11256         * nnagent.el (nnagent-request-regenerate): New function.
11257
11258         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11259
11260         * nnml.el (nnml-generate-nov-databases): Accept argument
11261         server. Don't open server if it is opened.
11262         (nnml-request-regenerate): Use it. Change to deffoo.
11263
11264 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11265         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * gnus.el (gnus-define-group-parameter): Fix.
11268
11269 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11270
11271         * gnus.el (gnus-define-group-parameter): Improved.
11272
11273         * gnus-sum.el (charset): Define parameter.
11274         (ignored-charsets): Ditto.
11275         (gnus-summary-setup-default-charset): Use them.
11276
11277         * gnus-start.el (gnus-read-descriptions-file): Use them.
11278
11279         * gnus-cus.el (gnus-group-parameters): Remove them.
11280
11281 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11284
11285 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11286
11287         * gnus-sum.el (gnus-summary-read-group-1): Remove
11288         gnus-summary-set-local-parameters.
11289         (gnus-summary-setup-buffer): Put it here.
11290
11291 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * gnus.el (to-address): Define parameter.
11294         (to-list): Ditto.
11295         * gnus-art.el (article-hide-boring-headers): Use them.
11296         * gnus-msg.el (gnus-post-news): Ditto.
11297         * gnus-cus.el (gnus-group-parameters): Remove them.
11298
11299 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300
11301         * gnus-draft.el (gnus-draft-reminder): New function.
11302
11303         * gnus-art.el (gnus-sender-save-name): New function.
11304
11305 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11306
11307         * mm-util.el (mm-mime-charset): Error message.
11308
11309 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11310
11311         * message.el (message-check-news-body-syntax): Don't check mml lines.
11312
11313 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11316         subscribe.
11317
11318         * gnus-start.el (gnus-call-subscribe-functions): New function.
11319         (gnus-find-new-newsgroups): Use it.
11320         (gnus-ask-server-for-new-groups): Use it.
11321         (gnus-check-first-time-used): Use it.
11322         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11323         (gnus-subscribe-options-newsgroup-method): Ditto.
11324         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11325         return .
11326
11327 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11328
11329         * gnus-cus.el (gnus-score-customize): Doc fix.
11330
11331 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11332
11333         * dgnushack.el (my-getenv): Typo.
11334
11335 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11338
11339 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11342
11343         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11344         (gnus-treatment-function-alist): Use it.
11345         (article-remove-leading-whitespace): New function.
11346         (gnus-article-make-menu-bar): Use it.
11347
11348         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11349         remove-leading-whitespace.
11350         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11351         because of conflict.
11352
11353 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11354
11355         * Makefile.in: Hack generating gnus-load.el.
11356         * dgnushack.el: Ditto.
11357         * gnus-load.el: Remove it.
11358
11359 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11360
11361         * dgnushack.el : Add URLDIR.
11362
11363         * Makefile.in (EMACS_COMP): Ditto.
11364
11365 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * gnus-cus.el (gnus-score-customize): Error on no score file.
11368
11369 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11370
11371         * mm-decode.el (mm-merge-handles): New function.
11372
11373         * mm-view.el (mm-inline-message): Use it.
11374         (mm-view-message): Ditto.
11375
11376         * mm-partial.el (mm-inline-partial): Ditto.
11377
11378         * mm-extern.el (mm-inline-external-body): Ditto.
11379
11380         * gnus-art.el (gnus-mime-view-part): Ditto.
11381         (gnus-mime-view-part-as-type): Ditto.
11382         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11383         cases.
11384
11385 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11386
11387         * message.el (message-cancel-news): Allow to shoot foot.
11388         (message-supersede): Ditto.
11389
11390 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11391         Trivial patch.
11392
11393         * gnus-sum.el (gnus-simplify-subject-re): Use
11394         message-subject-re-regexp.
11395
11396 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11397
11398         * nnmail.el (nnmail-expiry-target-group): Bind
11399         nnmail-cache-accepted-message-ids to nil.
11400
11401         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11402         coding system.
11403
11404 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * qp.el (quoted-printable-encode-region): Make sure characters are
11407         between 00 and FF.  Don't check charset.
11408
11409         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11410         in Emacs 20.
11411         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11412
11413 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11414
11415         * message.el (message-make-forward-subject): Argument decoded.
11416         (message-forward): Use it when digest.
11417
11418         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11419         buffer.
11420
11421 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11422
11423         * message.el (message-generate-headers-first): Doc fix.
11424
11425 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11426
11427         * gnus-art.el (article-make-date-line): Error proof.
11428
11429 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11430
11431         * gnus-group.el (gnus-group-listing-limit): New variable.
11432         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11433
11434         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11435
11436 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * message.el (message-newline-and-reformat): Special case for
11439         breaking at BOL.
11440
11441 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11442
11443         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11444         message/rfc822.
11445
11446 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * message.el (message-encode-message-body): Don't insert
11449         Content-Type if it is inside a mail.
11450
11451 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11452
11453         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11454         gnus-article-commands-menu.
11455
11456         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11457         in Emacs.
11458
11459         * gnus-start.el (gnus-read-descriptions-file): Use
11460         gnus-group-name-charset and gnus-group-charset-alist.
11461
11462 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11463
11464         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11465         active region.
11466
11467         * gnus-start.el (gnus-group-change-level): Remove from both
11468         gnus-zombie-list and gnus-killed-list.
11469
11470 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11471
11472         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11473         gnus-subscribe-topics.
11474
11475         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11476
11477 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11478
11479         * gnus-art.el (gnus-article-make-menu-bar): Make
11480         gnus-article-post-menu.
11481
11482         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11483
11484         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11485
11486         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11487
11488         * message.el (message-mode-menu): Ditto.
11489
11490         * gnus-art.el (defvar): eval-when-compile.
11491
11492 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11493
11494         * gnus-agent.el (gnus-agentize): Fix doc.
11495
11496 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11497
11498         * mml.el (mml-preview): Bind `q'.
11499
11500 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11501
11502         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11503
11504 2001-01-31  Dave Love  <fx@gnu.org>
11505
11506         * mm-util.el (mm-mime-mule-charset-alist)
11507         (mm-find-mime-charset-region): Consider mule-utf-8.
11508
11509 2001-01-31  Dave Love  <fx@gnu.org>
11510
11511         * gnus-art.el (gnus-article-x-face-command)
11512         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11513         :version.
11514
11515 2001-01-26  Dave Love  <fx@gnu.org>
11516
11517         * mm-util.el (mm-multibyte-string-p): New.
11518
11519 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11520 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11521 ;;      string-as-multibyte on class.  Clarify line-folding.
11522         (quoted-printable-encode-string): Make temp buffer inherit
11523         string's multibyteness.
11524
11525 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11526
11527         * nnheader.el (toplevel): Don't require `gnus-util' at
11528         compile-time; this creates a circular dependency, and prevents
11529         a bootstrap.
11530
11531 2001-01-22  Andreas Schwab  <schwab@suse.de>
11532
11533         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11534
11535 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11536
11537         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11538
11539         * gnus-art.el (article-hide-list-identifiers): Ditto.
11540
11541         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11542
11543 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11544
11545         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11546
11547         * gnus-art.el (article-hide-list-identifiers): Similar.
11548
11549 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11550
11551         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11552
11553 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11554
11555         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11556
11557 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558
11559         * gnus-util.el (gnus-string-equal): New function.
11560
11561         * gnus-art.el (article-hide-boring-headers): Use it.
11562
11563 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11564
11565         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11566
11567 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11568
11569         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11570
11571 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11572
11573         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11574         command if there is not last-saver.
11575
11576 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11577
11578         * nntp.el (nntp-open-connection): 201 is possible.
11579
11580 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11583         (rfc2047-charset-encoding-alist): Add big5.
11584
11585 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11586
11587         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11588         (gnus-agent-remove-server): Ditto.
11589         (autoload): gnus-server-update-server.
11590
11591         * gnus-srvr.el (gnus-server-line-format): Add %a.
11592         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11593         (gnus-server-insert-server-line): Use it.
11594
11595 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11598         GB2312 and Big5.
11599
11600 2001-01-24  Simon Josefsson  <sj@extundo.com>
11601
11602         * mail-source.el (mail-sources): Add :program specifier to IMAP
11603         mail source.
11604         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11605
11606 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11607
11608         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11609
11610 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11611
11612         * nntp.el (nntp-wait-for): Return the success code.
11613         (nntp-open-connection): Use it.
11614
11615 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11616
11617         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11618
11619 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11620
11621         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11622
11623 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11624
11625         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11626         argument. Allow to print several articles in one file.
11627
11628 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11629
11630         * webmail.el (webmail-type-definition): netaddress changes.
11631
11632 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11633
11634         * gnus.el: Fix copyright. Remove trailing spaces.
11635
11636         * message.el (message-forward): Use mule4.
11637
11638 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * mm-util.el (mm-string-as-unibyte): New function.
11641
11642         * message.el (message-forward): Use it.
11643
11644 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * message.el (message-cite-original-without-signature): Don't peel
11647         off the blank line.
11648         (message-get-reply-headers): Add Cc if it is not in follow-to.
11649
11650 2001-01-20  Simon Josefsson  <sj@extundo.com>
11651
11652         * mm-decode.el (mm-handle-multipart-from): Add.
11653         (mm-dissect-buffer): Save From: header value.
11654         (mm-security-from): Remove.
11655         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11656
11657         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11658         instead of `mml-security-from'.  Protect null from value.
11659
11660 2001-01-20  Simon Josefsson  <sj@extundo.com>
11661
11662         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11663         application/vnd.ms-excel attachments.
11664
11665 2001-01-19  Simon Josefsson  <sj@extundo.com>
11666
11667         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11668
11669 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11670
11671         * message.el (message-ignored-mail-headers): Ditto.
11672
11673 2001-01-19  Simon Josefsson  <sj@extundo.com>
11674
11675         * message.el (message-ignored-news-headers): Only search beginning
11676         of line.
11677
11678 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11679         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11680
11681         * message.el (message-send-mail): Content-Type may not be there.
11682
11683 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11684
11685         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11686         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11687
11688         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11689         not.
11690
11691 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11692
11693         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11694         non-native groups.
11695
11696 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11697
11698         * message.el (message-yank-original): Understand
11699         universal-argument.
11700
11701 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11702
11703         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11704         (article-hide-boring-headers): Ditto.
11705
11706         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11707
11708 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11709
11710         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11711         one.
11712
11713 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11714
11715         * message.el (message-make-in-reply-to): Add comment to message-id
11716         (old syntax, see 2000-08-02 change).
11717
11718 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11719
11720         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11721         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11722         (gnus-button-reply): Ditto.
11723
11724 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-art.el (article-display-x-face): Fix.
11727
11728 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11729
11730         * gnus-art.el (article-display-x-face): Use
11731         gnus-original-article-buffer.
11732
11733 2001-01-15  Jack Twilley  <jmt@tbe.net>
11734
11735         * message.el (message-add-header): Move to point-max.
11736
11737 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11738
11739         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11740         nil, improve documentation.
11741         (smime-certificate-directory): Comment out false hints (until it
11742         is implemented).
11743
11744         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11745         there aren't any keys.
11746         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11747         verify certificate.  Default is changed to only check integrity.
11748         Improved security status texts.  If a certificate doesn't contain
11749         a email address, don't fail.
11750
11751         * smime.el (smime-noverify-region):
11752         (smime-noverify-buffer): New functions.  Verifies integrity only.
11753
11754 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11755
11756         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11757
11758 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11759
11760         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11761         (gnus-remove-some-windows): Ditto.
11762
11763 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * gnus-art.el (article-make-date-line): 11th.
11766
11767 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11768
11769         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11770         (mml2015-gpg-sign): Ditto.
11771
11772 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11773
11774         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11775         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11776
11777 2001-01-08  Dave Love  <fx@gnu.org>
11778
11779         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11780         single character.
11781
11782         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11783
11784         * message.el: Doc and message fixes.
11785         (message-send-rename-function)
11786         (message-make-forward-subject-function)
11787         (message-send-mail-function, message-reply-to-function)
11788         (message-wide-reply-to-function, message-followup-to-function)
11789         (message-distribution-function, message-auto-save-directory): Fix
11790         :type.
11791
11792         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11793         proceeding after warnings.  Amend multipart warning message.
11794
11795 2001-01-04  Dave Love  <fx@gnu.org>
11796
11797         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11798         compiling.
11799         (gnus-make-directory): Require nnmail.
11800
11801         * mm-decode.el (mm-inline-media-tests): Add
11802         image/x-portable-bitmap.
11803         (mm-get-image): Grok pbm.
11804
11805 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11806
11807         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11808
11809 2001-01-09  Didier Verna  <didier@xemacs.org>
11810
11811         * dgnushack.el (dgnushack-compile): give a dummy value to
11812         `gnus-xmas-glyph-directory' for the time of compilation.
11813         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11814         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11815         * gnus-art.el: ditto.
11816         * gnus-group.el: ditto.
11817         * gnus-salt.el: ditto.
11818         * gnus-sum.el: ditto.
11819         * gnus-topic.el: ditto.
11820         * gnus-xmas.el (gnus-xmas-define): see above.
11821         * gnus-xmas.el (gnus-xmas-redefine): see above.
11822         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11823         non-continuable error when the directory can't be found.
11824
11825 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11826
11827         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11828         handle.
11829         * gnus-art.el (gnus-mime-view-part): Copy it.
11830         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11831
11832 2001-01-09  Michael Downes  <mjd@ams.org>
11833
11834         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11835
11836 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11837
11838         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11839         orig-file. Use ',source.
11840
11841 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11842
11843         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11844         (gnus-xmas-group-startup-message):
11845         Detect gnus-xmas-glyph-directory when it is nil.
11846
11847 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11848
11849         * pop3.el (pop3-get-message-count): Andrew Innes
11850         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11851
11852 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11853
11854         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11855
11856         * time-date.el (time-to-number-of-days): New function.
11857
11858 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11859         Trivial patch.
11860
11861         * nnslashdot.el (nnslashdot-request-list): Always get the right
11862         sid.
11863
11864 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11865
11866         * message.el (message-minibuffer-local-map): New keymap.
11867         (message-read-from-minibuffer): Use it.
11868         * gnus-msg.el (gnus-summary-resend-message): Use it
11869
11870 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11871
11872         * gnus-start.el (gnus-display-time-event-handler): New function.
11873         (gnus-after-getting-new-news-hook): Use it.
11874
11875 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11876
11877         * message.el (message-ignored-mail-headers): Add draft header.
11878
11879 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11880
11881         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11882         excursion.
11883
11884         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11885
11886 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11887         A revoked patch.
11888
11889         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11890
11891 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11892
11893         * qp.el (quoted-printable-decode-region): Don't backward-char.
11894
11895 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11896
11897         * gnus-draft.el: Mark articles as replied.
11898
11899         * gnus-sum.el (gnus-summary-add-mark): New function.
11900
11901         * gnus-group.el (gnus-add-mark): New function.
11902
11903         * gnus-sum.el (gnus-summary-buffer-name): New function.
11904         (gnus-summary-setup-buffer): Use it.
11905
11906         * gnus-draft.el: Set things up with the right post method and
11907         stuff.
11908
11909         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11910
11911         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11912
11913         * gnus.el (gnus-draft-meta-information-header): New variable.
11914
11915 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11916
11917         * gnus-art.el (gnus-treatment-function-alist): Move the date
11918         functions before the header sorting functions.
11919
11920         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11921
11922         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11923         Don't (push "/usr/share/emacs/site-lisp" load-path).
11924
11925         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11926         to empty fill prefixes.
11927
11928 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11929
11930         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11931         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11932
11933 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11934
11935         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11936
11937         * nnml.el (autoload): Move to nnheader.el.
11938
11939         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11940         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11941         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11942         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11943
11944 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * gnus-art.el (article-make-date-line): Get the hours right.
11947         (gnus-ignored-headers): More hiding.
11948
11949         * nnmail.el (nnmail-expiry-wait): Not an integer.
11950
11951         * message.el (message-goto-body): Only expand abbrev when called
11952         interactively.
11953         (message-make-lines): Use it.
11954
11955 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11958
11959 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11962         include the expunged articles.
11963
11964         * gnus-group.el (gnus-group-sort-by-server): New function.
11965
11966         * gnus.el (gnus-method-to-server-name): New function.
11967         (gnus-group-prefixed-name): Use it.
11968
11969         * gnus-group.el (gnus-group-sort-function): Doc fix.
11970         (gnus-group-sort-groups-by-server): New command.
11971
11972 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11973
11974         * gnus-art.el (gnus-treat-date-english): New variable.
11975         (article-date-english): New command.
11976         (gnus-english-month-names): New variable.
11977         (article-make-date-line): Do 'english.
11978
11979         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11980         after the fill prefix.
11981
11982         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11983         score...".
11984
11985         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11986
11987         * message.el (message-mode-map): Bind comment-region.
11988
11989         * gnus-art.el (gnus-mime-display-part): Let w3 display
11990         multipart/related.
11991
11992         * mm-bodies.el (mm-long-lines-p): New function.
11993         (mm-body-encoding): Use it.
11994         (mm-body-encoding): Encode articles with lines longer than 1000
11995         characters.
11996
11997 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11998
11999         * mm-util.el (mm-enable-multibyte): Use
12000         default-enable-multibyte-characters.
12001         (mm-enable-multibyte-mule4): Ditto.
12002         (mm-disable-multibyte): Test XEmacs.
12003         (mm-disable-multibyte-mule4): Ditto.
12004         (mm-with-unibyte-current-buffer): Simplified.
12005         (mm-with-unibyte-current-buffer-mule4): Ditto.
12006
12007 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12010
12011         * nnheader.el (nnheader-string-as-multibyte): New alias.
12012
12013         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12014
12015         * gnus-uu.el (gnus-message-process-mark): New function.
12016         (gnus-uu-mark-by-regexp): Use it.
12017         (gnus-new-processable): New function.
12018
12019 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12020          Trivial patch.
12021
12022         * gnus-sum.el (gnus-no-mark): New variable.
12023
12024 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12025
12026         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12027         backslashes.
12028
12029 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12032         definition.
12033
12034 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12035
12036         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12037
12038         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12039         XEmacs.
12040
12041 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12042         Trivial patch.
12043
12044         * mml.el (mml-read-tag): Save tag location.
12045
12046 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12047
12048         * starttls.el: Sync with Emacs 21.
12049
12050 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12051
12052         * message.el (message-mail): Support yank-action.
12053
12054         * message.el (message-setup): Revoke the last change.
12055
12056 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12057
12058         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12059         <jvromans@squirrel.nl>.
12060
12061 2000-12-24  Simon Josefsson  <sj@extundo.com>
12062
12063         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12064         mailing list junk at end of part.
12065
12066 2000-12-23  Simon Josefsson  <sj@extundo.com>
12067
12068         * nnimap.el (nnimap-expiry-target): New function.
12069         (nnimap-request-expire-articles): Use it.
12070
12071 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12072
12073         * gnus.el (gnus-group-parameters-more): New variable.
12074         * gnus-cus.el (gnus-group-customize): Use it.
12075
12076         * gnus.el (gnus-define-group-parameter): New macro.
12077         (auto-expire): Use it
12078         (total-expire): Use it.
12079         * gnus-art.el (banner): Use it.
12080
12081         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12082         <ljz@asfast.com>.
12083
12084 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12085
12086         * gnus-topic.el (gnus-topic-create-topic): Use list.
12087
12088         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12089         before binding gnus-default-article-saver.
12090
12091         * gnus-sum.el (gnus-summary-save-article):
12092         (gnus-summary-pipe-output):
12093         (gnus-summary-save-article-mail):
12094         (gnus-summary-save-article-rmail):
12095         (gnus-summary-save-article-file):
12096         (gnus-summary-write-article-file):
12097         (gnus-summary-save-article-body-file): Ditto.
12098
12099         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12100
12101 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * gnus-art.el (gnus-mime-security-button-map):
12104         (gnus-mime-button-map): Add parent.
12105
12106 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * messagexmas.el (message-xmas-redefine): New function.
12109
12110         * message.el: Use it.
12111
12112         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12113
12114         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12115
12116 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12117
12118         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12119         malformatted messages.
12120
12121 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * mm-util.el (mm-image-load-path): New function.
12124
12125         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12126
12127         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12128
12129         * message.el (message-tool-bar-map): Use it.
12130
12131         * Makefile.in (install-el): New rule.
12132
12133 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-art.el (article-treat-dumbquotes): Quote \.
12136
12137 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12138
12139         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12140         Emacs 20 runs on a terminal.
12141
12142 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12145
12146         * mml.el (gnus-add-minor-mode): Autoload.
12147
12148         * message.el (message-forward): Save-restriction.
12149
12150 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12151
12152         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12153         Paul Stevenson <p.stevenson@surrey.ac.uk>
12154
12155 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12156
12157         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12158
12159         * mml.el (gnus-ems): Don't require.
12160
12161         * gnus.el (gnus-decode-rfc1522): Removed.
12162         (gnus-set-text-properties): Define.
12163
12164 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12165
12166         * gnus-art.el (gnus-mime-*): handle may be nil.
12167
12168         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12169
12170         * gnus.el (gnus-group-remove-excess-properties): Not defined
12171         in gnus-xmas.
12172
12173 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * message.el (message-mail-user-agent): Add :version.
12176
12177 2000-12-21  Miles Bader  <miles@gnu.org>
12178
12179         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12180
12181 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * message.el (message-mail-user-agent): New variable.
12184         (message-setup): Renamed to message-setup-1. Support
12185         mail-user-agent.
12186         (message-mail-user-agent): New function.
12187         (message-mail): Use it.
12188         (message-reply): Use it.
12189         (message-resend): Use it.
12190         (message-mail-other-window): Use it.
12191         (message-mail-other-frame): Use it.
12192
12193         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12194
12195 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12196
12197         * message.el (message-tool-bar-map): Simplify.
12198         (message-narrow-to-head-1): New function.
12199         (message-narrow-to-head): Use it.
12200         (message-reply): Ditto.
12201         (message-cancel-news): Ditto.
12202         (message-supersede): Ditto.
12203         (message-make-forward-subject): Ditto.
12204         (message-bounce): Ditto.
12205
12206 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * uudecode.el (uudecode-decode-region-external): make-temp-file
12209         may not be defined.
12210
12211         * binhex.el (defalias): eval-and-compile.
12212
12213         * message.el (message-tool-bar-map): New function.
12214         (message-mode): Use it.
12215
12216 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * nntp.el (nntp-find-connection): Remove the entry.
12219         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12220
12221 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12222
12223         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12224
12225         * message.el (message-forward): Copy buffer in unibyte mode.
12226
12227 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228
12229         * message.el (message-make-forward-subject): Don't widen. Decode.
12230         (message-forward): Don't decode subject.
12231
12232 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12233
12234         * qp.el (quoted-printable-encode-region): Upcase QP.
12235
12236 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12239         mail-extract-a-c instead. Don't depend on Gnus.
12240
12241         * mml.el (gnus-ems): Require it.
12242
12243         * gnus-msg.el (gnus-summary-mail-forward):
12244
12245         * message.el (message-forward):  Move mime-to-mml here.
12246
12247 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12248
12249         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12250         * gnus-art.el (gnus-insert-mime-button): Simplify.
12251         (gnus-mime-display-alternative): Ditto.
12252         (gnus-insert-mime-security-button): Ditto.
12253
12254 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12255
12256         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12257         text-property-not-all doesn't return nil when start=mark(end).
12258         (gnus-remove-text-properties-when): Ditto.
12259
12260 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * gnus-start.el (gnus-group-change-level): Remove group from
12263         gnus-active-hashtb if real killed.
12264
12265 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12268         (gnus-mime-display-alternative): Ditto.
12269         (gnus-insert-mime-security-button): Ditto.
12270
12271 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12272
12273         * gnus-start.el (gnus-group-change-level): Don't add it into
12274         killed-list if it was killed.
12275
12276 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12279         (nnmbox-active-file-coding-system): Ditto.
12280
12281         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12282
12283 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * gnus.el (gnus-version):
12286         (gnus-version-number): Set to Oort Gnus 0.01.
12287
12288         * gnus-art.el (gnus-mime-security-button-map):
12289         (gnus-insert-mime-security-button): Fix for Emacs21.
12290
12291 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292
12293         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12294         easymenu, because XEmacs doesn't understand :help.
12295
12296         * mm-uu.el: Require binhex.
12297
12298 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12299
12300         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12301
12302 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303
12304         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12305
12306 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12307
12308         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12309
12310 2000-12-18  Dave Love  <fx@gnu.org>
12311
12312         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12313         (unused).
12314
12315 2000-12-13  Miles Bader  <miles@gnu.org>
12316
12317         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12318         to t, so that we don't get stuck while trying to smilefy
12319         intangible text.
12320
12321 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12322
12323         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12324         at the end of the buffer.
12325         (smiley-region): In the loop, move to the end of the submatch
12326         matching the smiley instead of using the end of the match
12327         of the whole regexp.
12328
12329 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12330
12331         * message.el (message-mode): Doc fix.
12332
12333 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12334
12335         * smiley-ems.el (smiley-region): Doc fix.
12336
12337 2000-12-11  Miles Bader  <miles@gnu.org>
12338
12339         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12340         bottom line visible, check to see if it's partially obscured, and
12341         if so, either scroll one more line to make it fully visible, or
12342         revert to showing the second line from the top.
12343
12344 2000-12-07  Dave Love  <fx@gnu.org>
12345
12346         * mailcap.el (mailcap-download-directory)
12347         * gnus-audio.el (gnus-audio-directory)
12348         * smiley-ems.el (smiley-data-directory): Fix :type.
12349
12350 2000-11-30  Dave Love  <fx@gnu.org>
12351
12352         * message.el (message-auto-save-directory): Use
12353         file-name-as-directory.
12354         (message-set-auto-save-file-name): Create
12355         message-auto-save-directory if necessary.
12356         (message-replace-chars-in-string): Removed -- unused.
12357         (message-mail-alias-type): Customize.
12358         (message-headers): Remove duplicate defgroup.
12359
12360 2000-11-29  Dave Love  <fx@gnu.org>
12361
12362         * qp.el (quoted-printable-decode-region): Use error, not message
12363         to report malformed text (like base64).  Amend message.
12364
12365 2000-11-29  Miles Bader  <miles@gnu.org>
12366
12367         * message.el (message-header-lines): Fontify tag.
12368
12369 2000-11-27  Dave Love  <fx@gnu.org>
12370
12371         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12372         compiler warning.
12373
12374 ;2000-11-26  Dave Love  <fx@gnu.org>
12375 ;
12376 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12377 ;
12378 2000-11-23  Dave Love  <fx@gnu.org>
12379
12380         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12381
12382         * mm-uu.el (uudecode): Require.
12383         (uudecode-decode-region, uudecode-decode-region-external): Don't
12384         autoload.
12385         (mm-uu-copy-to-buffer): Doc fix.
12386         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12387         type fix.
12388
12389         * mailcap.el: Doc fixes.
12390         (mailcap-mime-data): Various adjustments.
12391         (mailcap): New group.
12392         (mailcap-download-directory): Customize.
12393         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12394         (mailcap-temporary-directory): Deleted (unused).
12395         (mailcap-unescape-mime-test): Simplify slightly.
12396         (mailcap-viewer-passes-test): Use functionp.
12397         (mailcap-command-p): Aliased to executable-find.
12398
12399         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12400         default-enable-multibyte-characters is nil.
12401
12402 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12403
12404         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12405
12406 2000-11-21  Dave Love  <fx@gnu.org>
12407
12408         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12409         gnus-article-mode-map.
12410 ;       (gnus-mime-button-menu): Use mouse-set-point.
12411         (gnus-insert-mime-button, gnus-mime-display-alternative)
12412         (gnus-mime-display-alternative): Don't use local-map property.
12413
12414 2000-11-17  Dave Love  <fx@gnu.org>
12415
12416         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12417         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12418         and make-temp-file.
12419         (uudecode-decode-region): Doc fix.
12420
12421 2000-11-14  Dave Love  <fx@gnu.org>
12422
12423         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12424         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12425         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12426         New files, derived from the XPMs.
12427
12428 2000-11-10  Dave Love  <fx@gnu.org>
12429
12430         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12431         (gnus-agent-lib-file, gnus-agent-load-alist)
12432         (gnus-agent-save-alist, gnus-agent-article-name): Use
12433         expand-file-name.
12434
12435         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12436         :version.
12437         (nnkiboze-score-file): Defvar when compiling.
12438
12439         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12440
12441         * gnus-art.el (gnus-article-banner-alist)
12442         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12443         (gnus-article-date-lapsed-new-header)
12444         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12445         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12446         (gnus-treat-strip-headers-in-body)
12447         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12448         (gnus-treat-translate): Add :version.
12449         (gnus-article-mime-part-function): Fix defcustom.
12450
12451         * nnmail.el (nnmail-expiry-target)
12452         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12453         (nnmail-split-header-length-limit): Add :version.
12454
12455         * gnus-sum.el (gnus-auto-expirable-marks)
12456         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12457         (gnus-extra-headers, gnus-ignored-from-addresses)
12458         (gnus-newsgroup-ignored-charsets)
12459         (gnus-group-highlight-words-alist)
12460         (gnus-summary-show-article-charset-alist): Add :version.
12461
12462         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12463         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12464         files, converted from the XPMs.
12465
12466         * gnus-cache.el (gnus-cache-active-file): Don't use
12467         file-name-as-directory on directory.
12468         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12469         use file-name-as-directory on directory.
12470
12471         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12472         (date-to-time): Use it.
12473
12474 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12475 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12476 ;       (message-newline-and-reformat): Likewise.
12477         (message-forward-as-mime, message-forward-ignored-headers)
12478         (message-buffer-naming-style, message-default-charset)
12479         (message-dont-reply-to-names, message-send-mail-partially-limit):
12480         Add :version.
12481
12482         * mm-util.el: Doc fixes.
12483         (mm-mime-charset): Don't use the raw result of
12484         mm-preferred-coding-system.
12485         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12486         (mm-with-unibyte): Simplify.
12487
12488         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12489         concat.
12490
12491         * pop3.el (pop3-version): Deleted.
12492         (pop3-make-date): New function, avoiding message-make-date.
12493         (pop3-munge-message-separator): Use it.
12494
12495 2000-11-09  Dave Love  <fx@gnu.org>
12496
12497         * gnus-group.el (gnus-group-make-directory-group)
12498         (gnus-group-fetch-faq): Use expand-file-name.
12499         (gnus-group-fetch-faq): Simplify completing-read form.
12500
12501         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12502         test for Mule.
12503
12504         * message.el (tool-bar-map): Defvar when compiling.
12505
12506         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12507         (gnus-tm-lisp-directory): Deleted.
12508         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12509         (featurep 'xemacs).
12510         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12511         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12512         version numbers from file names.
12513
12514 2000-11-08  Dave Love  <fx@gnu.org>
12515
12516         * mm-view.el: Use featurep for XEmacs test.
12517         (mm-inline-message): Test for `remove-specifier'; don't use
12518         condition-case.
12519
12520         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12521
12522         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12523         (gnus-score-find-bnews): Don't concat "".
12524
12525         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12526         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12527         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12528         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12529
12530         * gnus-sum.el: Put some defvars in eval-when-compile.
12531         (gnus-summary-mode-hook): Add :options.
12532         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12533         (gnus-summary-tool-bar-map): New variable.
12534         (gnus-summary-make-tool-bar): New function.
12535         (gnus-summary-mode): Put kill-all-local-variables first.
12536
12537         * gnus-group.el (gnus-group-toolbar-map): New variable.
12538         (gnus-group-make-tool-bar): Rewritten.
12539         (gnus-group-mode): Put kill-all-local-variables first.
12540
12541         * rfc2047.el: Require gnus-util.
12542
12543         * nnml.el (gnus-sorted-intersection): Autoload.
12544
12545         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12546         Put some defvars in eval-when-compile.
12547         (gnus-intersection, gnus-sorted-complement):  Autoload.
12548
12549         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12550
12551         * mm-encode.el (mm-body-7-or-8): Autoload.
12552
12553         * mm-decode.el (mm-insert-inline): Autoload.
12554
12555         * mml.el:
12556         * message.el: Put some defvars in eval-when-compile.
12557
12558         * gnus-msg.el: Put some defvars in eval-when-compile.
12559         (gnus-msg-mail): Move after gnus-setup-message.
12560
12561         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12562
12563 2000-11-07  Dave Love  <fx@gnu.org>
12564
12565         * gnus-util.el (nnheader): Don't require message (recursive
12566         autoload).
12567
12568         * uudecode.el: Avoid compiler warnings.
12569
12570         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12571         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12572
12573 2000-11-06  Dave Love  <fx@gnu.org>
12574
12575         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12576
12577         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12578         (uudecode-char-int): New alias, replacing char-int.
12579         (uudecode-decode-region): Don't call buffer-disable-undo.
12580
12581 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12582 ;       (mm-uu-configure-list): Doc fix.
12583 ;
12584 ;       * earcon.el (running-xemacs): Don't define.
12585 ;
12586 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12587 ;
12588 ;       * message.el (message-font-lock-keywords): Match a final newline
12589 ;       to help font-lock's multiline support.
12590 ;
12591 2000-11-03  Dave Love  <fx@gnu.org>
12592
12593         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12594
12595         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12596         name.
12597
12598         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12599         <banner>: Fix custom type, doc.
12600
12601         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12602         name.  Don't disable undo explicitly.
12603
12604 ;2000-11-02  Dave Love  <fx@gnu.org>
12605 ;
12606 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12607 ;       cite-prefix.
12608
12609 2000-11-01  Dave Love  <fx@gnu.org>
12610
12611         * rfc2047.el (base64): Require unconditionally.
12612         (message-posting-charset): Defvar when compiling.
12613         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12614         message.
12615
12616         * gnus-sum.el (nnoo): Require.
12617         (mm-uu-dissect): Autoload.
12618
12619         * mml.el (mml-parse-1): Clarify message.
12620         (mml-minibuffer-read-type): Use mailcap-mime-types.
12621
12622 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12623
12624         * mml.el: Fix a typo in the requiring of CL.
12625
12626 2000-11-01  Dave Love  <fx@gnu.org>
12627
12628         * utf7.el: Require cl when compiling.
12629
12630         * binhex.el: Use (featurep 'xemacs).
12631         (binhex-char-int): New alias, replacing char-int.  Change callers.
12632         (binhex-decode-region): Simplify work buffer code.
12633         (binhex-decode-region-external): Use expand-file-name, not concat.
12634
12635 2000-10-30  Dave Love  <fx@gnu.org>
12636
12637         * gnus-art.el: Fix 2000-10-27 change properly.
12638
12639 2000-10-28  Miles Bader  <miles@gnu.org>
12640
12641         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12642
12643 2000-10-27  Dave Love  <fx@gnu.org>
12644
12645         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12646         strings.
12647         (gnus-group-make-tool-bar): New function.
12648         (gnus-group-mode): Use it.
12649
12650         * message.el (message-mode-menu): Add some :help strings.
12651         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12652         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12653
12654         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12655         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12656         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12657
12658         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12659         display-graphic-p here.
12660
12661 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12662
12663         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12664         of the `gnus-xemacs' variable, as the latter has been removed.
12665         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12666         * gnus-art.el (gnus-treat-display-xface)
12667         (gnus-treat-display-smileys, gnus-treat-display-picons)
12668         (gnus-article-read-summary-keys): Likewise.
12669
12670 2000-10-26  Dave Love  <fx@gnu.org>
12671
12672         (defvar): Use rmail-spool-directory unconditionally.
12673
12674 2000-10-18  Dave Love  <fx@gnu.org>
12675
12676         * mm-bodies.el (mm-uu-decode-function)
12677         (mm-uu-binhex-decode-function): Defvar when compiling.
12678
12679         * gnus-nocem.el (gnus-nocem-issuers): Update.
12680         (gnus-nocem-check-from): New option.
12681         (gnus-nocem-scan-groups): Use it.
12682         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12683         (gnus-nocem-check-article-limit): Add :version.
12684
12685 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12686
12687         * ietf-drums.el (mm-util): Require CL when compiling.
12688
12689 2000-10-15  Dave Love  <fx@gnu.org>
12690
12691         * qp.el: Require mm-util.
12692
12693 2000-10-13  Dave Love  <fx@gnu.org>
12694
12695         * qp.el (quoted-printable-decode-region): Avoid invalid
12696         coding-systems.
12697
12698 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12699
12700         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12701         to a recursive load.
12702
12703 2000-10-12  Dave Love  <fx@gnu.org>
12704
12705         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12706
12707         * gnus.el (gnus-group-startup-message): Check for PBM image.
12708
12709 2000-10-09  Dave Love  <fx@gnu.org>
12710
12711         * mail-source.el (mail-source-fetch-imap): Bind
12712         default-enable-multibyte-characters rather than using
12713         mm-disable-multibyte.
12714
12715 2000-10-05  Dave Love  <fx@gnu.org>
12716
12717         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12718         Autoload.
12719         (quoted-printable-decode-region):  Rename arg which confused
12720         charset with coding-system.  Don't use nonascii-insert-offset.
12721         Coding-system encode the region initially.  Don't recognize `=='
12722         as valid QP.  Coding-system decode the region finally.
12723         (quoted-printable-decode-string): Rename arg which confused
12724         charset with coding-system.
12725
12726         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12727         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12728         mm-encode-coding-region.
12729         (mm-decode-body, mm-decode-string): Rename variables which
12730         confused charset with coding-system.
12731         (binhex-decode-region): Don't autoload.
12732         (mm-body-encoding): Require message.
12733         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12734         cond branches.
12735
12736         * gnus-art.el (article-de-quoted-unreadable)
12737         (article-de-base64-unreadable): Fold search case
12738         rather than downcasing string.  Apply mm-charset-to-coding-system
12739         to arg of quoted-printable-decode-region.
12740
12741 2000-10-04  Dave Love  <fx@gnu.org>
12742
12743         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12744         Require ring when compiling.
12745         (gnus-article-compface-xbm): New variable.
12746
12747 2000-10-04  Dave Love  <fx@gnu.org>
12748
12749         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12750         pbm images.
12751
12752         * frown.pbm, smile.pbm, wry.pbm: New files.
12753
12754         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12755
12756 2000-10-03  Dave Love  <fx@gnu.org>
12757
12758         * mail-source.el (mail-sources): Revert to nil.
12759
12760         * nnmail (nnmail-spool-file): Revert to `((file))'.
12761
12762         * qp.el: Don't require mm-util.
12763         (quoted-printable-decode-region): Rewritten.
12764         (quoted-printable-decode-string, quoted-printable-encode-region):
12765         Doc fix.
12766         (quoted-printable-encode-region): Barf on multibyte characters.
12767         Maybe make the class multibyte.  Upcase chars, not formatted
12768         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12769         (quoted-printable-encode-string): Don't use
12770         mm-with-unibyte-buffer.
12771
12772 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12773
12774         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12775
12776 2000-09-21  Dave Love  <fx@gnu.org>
12777
12778         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12779         (for Emacs 20).  Tidy somewhat.
12780
12781 2000-09-21  Dave Love  <fx@gnu.org>
12782
12783         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12784         image processing.  Rationalize logic somewhat.
12785
12786 2000-09-20  Dave Love  <fx@gnu.org>
12787
12788         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12789         specifically.
12790
12791         * gnus.el (gnus-version-number): Avoid some redundant
12792         autoloads.
12793
12794 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12795
12796         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12797         to XBM; we always have PBM support.
12798
12799 2000-09-14  Dave Love  <fx@gnu.org>
12800
12801         * gnus.el (gnus-charset):
12802         * mm-decode.el (mime-display):
12803         * imap.el (imap) <defgroup>: Add :version.
12804
12805 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12806
12807         * parse-time.el: Fix author's mail address.
12808
12809         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12810         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12811         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12812         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12813         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12814         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12815         * rfc2231.el, uudecode.el: Fix copyright notice.
12816
12817         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12818         require `w3' at load-time only if not running in batch mode.
12819
12820 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * gnus.el: Before merge with Emacs21.
12823
12824 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12825
12826         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12827
12828 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12829
12830         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12831         to avoid conflict with the standard `back-to-indentation'
12832         binding.
12833
12834 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12835
12836         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12837
12838         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12839         (mm-disable-multibyte-mule4): Ditto.
12840         (mm-with-unibyte-current-buffer-mule4): Ditto.
12841
12842 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12843
12844         * pop3.el (pop3-movemail): Use binary.
12845         (pop3-movemail-file-coding-system): Removed.
12846
12847 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12848
12849         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12850
12851 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12852
12853         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12854         exists.
12855
12856 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12857
12858         * gnus-msg.el (gnus-post-method): Use backend name when the
12859         address is "".
12860
12861 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12862
12863         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12864         mm-verify-option.
12865         (gnus-treat-x-pgp-sig): Default value.
12866         (gnus-ignored-headers): Redundant.
12867
12868 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * gnus-win.el (gnus-configure-frame): Save selected window.
12871
12872 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12873
12874         * nnmbox.el: Require gnus-range.
12875         (nnmbox-group-building-active-articles): New variable.
12876         (nnmbox-group-active-articles): New variable; this is a cache of
12877         all active articles by group and number.
12878         (nnmbox-in-header-p): New function.
12879         (nnmbox-find-article): New function.
12880         (nnmbox-record-active-article): New function.
12881         (nnmbox-record-deleted-article): New function.
12882         (nnmbox-is-article-active-p): New function.
12883         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12884         (nnmbox-request-article): Ditto.  Also supply extra arg to
12885         nnmbox-article-group-number.
12886         (nnmbox-request-expire-articles): Ditto.
12887         (nnmbox-request-move-article): Ditto.
12888         (nnmbox-request-replace-article): Ditto.
12889         (nnmbox-request-rename-group): Rename group entry in active
12890         article cache.
12891         (nnmbox-delete-mail): Update active article cache, unless article
12892         is being replaced.
12893         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12894         than partially duplicating it.
12895         (nnmbox-article-group-number): Add extra `this-line' arg, to
12896         handle articles belonging to multiple groups.
12897         (nnmbox-save-mail): Update active article cache.
12898         (nnmbox-read-mbox): Build active article cache when loading mbox.
12899         Also do some repair work, if we find articles that are missing the
12900         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12901         reconstruct these from Xref info.
12902
12903 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * mail-source.el (mail-source-report-new-mail): Use
12906         nnheader-run-at-time.
12907
12908 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12909
12910         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12911         an error is thrown, and then rethrow the error.
12912         (mail-source-check-pop): Ditto.
12913         (mail-source-start-idle-timer): Prevent multiple pop checks
12914         running if the check takes a long time.
12915
12916 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12917
12918         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12919         succeed.
12920
12921 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12922
12923         * gnus-win.el (gnus-configure-windows): Make sure
12924         nntp-server-buffer is live.
12925         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12926
12927 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12928
12929         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12930
12931 2000-12-04  Andreas Jaeger  <aj@suse.de>
12932
12933         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12934
12935 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12936
12937         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12938
12939 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12940         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12941
12942         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12943
12944 2000-12-01  Simon Josefsson  <sj@extundo.com>
12945
12946         * mml-smime.el (mml-smime-verify): Fix address parsing.
12947
12948 2000-12-01  Simon Josefsson  <sj@extundo.com>
12949
12950         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12951         more than one certificate inside PKCS#7 blob.  Better security
12952         information (clamed / actual sender, openssl output, certificates
12953         inside message).
12954
12955         * smime.el (smime-verify-region): Output to /dev/null.
12956         (smime-buffer-as-string-region): Don't parse empty lines.
12957
12958 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12959
12960         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12961         ?d and ?D.
12962         (gnus-mime-security-show-details-inline): New variable.
12963         (gnus-mime-security-show-details): Use them.
12964         (gnus-insert-mime-security-button): Ditto.
12965
12966         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12967         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12968         (mml2015-gpg-clear-verify): Ditto.
12969         (mml2015-gpg-decrypt-1): Ditto.
12970         (mml2015-use): Prefer 'gpg.
12971
12972 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12973
12974         * gnus-util.el (gnus-add-text-properties-when): New function.
12975         (gnus-remove-text-properties-when): Ditto.
12976
12977         * gnus-cite.el (gnus-article-hide-citation): Use them.
12978         (gnus-article-toggle-cited-text): Use them.
12979
12980         * gnus-art.el (gnus-signature-toggle): Use them.
12981         (gnus-article-show-hidden-text): Ditto.
12982         (gnus-article-hide-text): Ditto.
12983
12984 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12985
12986         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12987
12988 2000-11-30  Simon Josefsson  <sj@extundo.com>
12989
12990         * smime.el (smime-point-at-eol): New alias.
12991         (smime-buffer-as-string-region): Use it.
12992
12993 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12994
12995         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12996
12997 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12998
12999         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13000
13001         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13002
13003         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13004
13005 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13006
13007         * nnmh.el (nnmh-request-expire-articles): Implemented
13008         expiry-target for nnmh backend.
13009
13010 2000-11-30  Simon Josefsson  <sj@extundo.com>
13011
13012         * mm-decode.el (mm-security-from): New variable.
13013         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13014
13015         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13016         than `from'.
13017
13018 2000-11-30  Simon Josefsson  <sj@extundo.com>
13019
13020         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13021         address match sender address.
13022
13023         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13024
13025         * smime.el (smime-verify-region): Don't copy buffer.
13026         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13027         (smime-pkcs7-region): New function.
13028         (smime-pkcs7-certificates-region): Ditto.
13029         (smime-pkcs7-email-region): Ditto.
13030         (smime-buffer-as-string-region): Ditto.
13031
13032         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13033         buffer.
13034
13035 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13036
13037         * smime.el (smime-decrypt-region): Fix keyfile argument.
13038
13039 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13040
13041         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13042
13043 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13044
13045         * message.el (message-shoot-gnksa-feet): New variable.
13046         (message-gnksa-enable-p): New function.
13047         (message-send): Use it.
13048         (message-check-news-body-syntax): Ditto.
13049
13050 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * message.el (message-make-message-id): Remove the redundancy.
13053
13054 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13055
13056         * message.el (message-setup): Discourage using mc-install-*-mode.
13057
13058         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13059
13060 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13061
13062         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13063
13064 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13065
13066         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13067
13068 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13069
13070         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13071
13072 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13075         insert-buffer-substring.
13076
13077         * message.el (message-send-mail): Use buffer-substring-no-properties.
13078         (message-send-news): Ditto.
13079
13080 2000-11-22  David Edmondson  <dme@dme.org>
13081
13082         * imap.el (imap-wait-for-tag): Message read info.
13083
13084 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13085
13086         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13087         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13088         (mml2015-gpg-encrypt): Ditto.
13089
13090 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091
13092         * mm-decode.el (mm-verify-option): Default value.
13093
13094         * mml-sec.el (mml-secure-part): Error message.
13095
13096 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13097
13098         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13099
13100 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13101
13102         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13103
13104 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-art.el (gnus-article-describe-key): Use prompt.
13107         (gnus-article-describe-key-briefly): Ditto.
13108
13109 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13110
13111         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13112
13113 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13114
13115         * gnus-art.el (gnus-article-describe-key): New function.
13116         (gnus-article-describe-key-briefly): New function.
13117
13118 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13119
13120         * mm-decode.el (mm-decrypt-option): Doc typo.
13121
13122         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13123         return a number.
13124
13125 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126
13127         * message.el (message-newline-and-reformat): Typo.
13128
13129 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13130
13131         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13132         original-article-buffer exists.
13133
13134         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13135         (rfc2047-header-encoding-alist): Addresses are different from text.
13136         (rfc2047-encode-message-header): Ditto.
13137         (rfc2047-dissect-region): Extra parameter.
13138         (rfc2047-encode-region): Ditto.
13139         (rfc2047-encode-string): Ditto.
13140
13141 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13142
13143         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13144         (mm-uu-pgp-encrypted-extract): Use it.
13145         (mm-uu-pgp-signed-extract-1): New function.
13146         (mm-uu-pgp-signed-extract): Use it.
13147
13148         * gnus-art.el (gnus-mime-display-security): New function.
13149         (gnus-mime-display-part): Use it.
13150         (gnus-mime-security-verify-or-decrypt): New function.
13151         (gnus-mime-security-press-button): New function.
13152         (gnus-insert-mime-security-button): Use it.
13153
13154         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13155         (mm-find-raw-part-by-type): Ditto.
13156         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13157         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13158         (mm-destroy-parts): Kill nested multibyte buffer.
13159
13160         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13161         (mml2015-gpg-verify): Ditto.
13162
13163 2000-11-18  Simon Josefsson  <sj@extundo.com>
13164
13165         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13166         (mml2015-function-alist): Use it.
13167
13168         * mml-sec.el (mml-sign-alist): Update names.
13169         (mml-encrypt-alist): Ditto.
13170         (mml-secure-part-smime-sign): Moved to mml-smime.el
13171         as `mml-smime-sign-query'.
13172         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13173         `mml-smime-get-file-cert'.
13174         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13175         `mml-smime-get-dns-cert'.
13176         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13177         `mml-smime-encrypt-query'.
13178         (mml-smime-sign-buffer): Use mml-smime-sign.
13179         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13180
13181         * mml-smime.el (mml-smime-sign): New function.
13182         (mml-smime-encrypt):
13183         (mml-smime-sign-query):
13184         (mml-smime-get-file-cert):
13185         (mml-smime-get-dns-cert):
13186         (mml-smime-encrypt-query): Moved from mml-sec.el.
13187
13188 2000-11-16  Simon Josefsson  <sj@extundo.com>
13189
13190         * mml2015.el (mml2015-gpg-clear-verify): New function.
13191         (mml2015-function-alist): Add it.
13192
13193 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * message.el (message-setup-fill-variables): Use
13196         message-cite-prefix-regexp.
13197         (message-newline-and-reformat): Check the end of citation, leading
13198         WSP, break in the cite prefix.
13199         (message-fill-paragraph): New function.
13200
13201 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * lpath.el: Shut up.
13204
13205 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13206
13207         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13208         raw 8-bit in headers in dk.* newsgroups.
13209
13210 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13211
13212         * message.el (message-newline-and-reformat): Match extra WSPs.
13213
13214 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13215
13216         * mml.el (mml-generate-mime-1): Ignore ascii.
13217
13218 2000-11-16 Justin Sheehy  <justin@iago.org>
13219
13220         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13221
13222 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * message.el (message-cite-prefix-regexp): Prefix should not end
13225         at space.
13226
13227 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13228
13229         * message.el (message-mode-syntax-table): Add - as a word
13230         constituent as in articles.
13231         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13232         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13233         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13234
13235 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13236
13237         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13238
13239 2000-11-12  David Edmondson  <dme@dme.org>
13240
13241         * message.el (message-font-lock-keywords): use
13242         message-cite-prefix-regexp.
13243
13244 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13245
13246         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13247         Stein Arild Str\e,Ax\e(Bmme.
13248         (gnus-group-jump-to-group): Use it.
13249         (gnus-group-jump-to-group-prompt): Customize.
13250
13251 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13254
13255 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13256
13257         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13258         incompatible.
13259         (mml2015-mailcrypt-sign): Ditto.
13260
13261 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13262
13263         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13264         group is open.
13265
13266 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13267
13268         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13269         nnvirtual articles.
13270         (gnus-backlog-request-article): Don't request nnvirtual articles.
13271
13272 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13273
13274         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13275         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13276
13277 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13278
13279         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13280         * mml.el (mml-generate-mime-1): Use charset attribute.
13281         * mm-bodies.el (mm-encode-body): Add parameter charset.
13282         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13283
13284 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13285
13286         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13287         (mml2015-mailcrypt-clear-decrypt): Ditto.
13288         (mml2015-mailcrypt-verify): Ditto.
13289         (mml2015-mailcrypt-clear-verify): Ditto.
13290         (mml2015-gpg-verify): Ditto.
13291
13292 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13293
13294         * smime.el (smime-openssl-program): Test the existence of openssl.
13295         * mml-smime.el: Require mm-decode.
13296         (mml-smime-verify-test): New function.
13297         * mm-decode.el (mm-verify-function-alist): Use it.
13298
13299 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13300
13301         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13302         anyway.
13303
13304 2000-11-13  Simon Josefsson  <sj@extundo.com>
13305
13306         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13307         verification doesn't work.
13308
13309 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13310
13311         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13312         (gnus-inews-do-gcc): Use it.
13313
13314 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13315
13316         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13317         leading space.
13318         * mm-extern.el (mm-inline-external-body): Report error when no
13319         access-type.
13320
13321 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13322
13323         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13324
13325 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13326
13327         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13328
13329 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13330
13331         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13332         as multipart/mixed.
13333
13334 2000-11-12  David Edmondson  <dme@dme.org>
13335
13336         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13337         and replace `.' with `\w' to allow for different syntax tables
13338         (from Vladimir Volovich).
13339         * message.el (message-newline-and-reformat): use
13340         `message-cite-prefix-regexp'.
13341         * gnus-cite.el (gnus-supercite-regexp): use
13342         `message-cite-prefix-regexp'.
13343         * gnus-cite.el (gnus-cite-parse): use
13344         `message-cite-prefix-regexp'.
13345
13346 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13347
13348         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13349         PGP SIGNATURE.  Escape leading "-"'s.
13350         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13351
13352 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13353
13354         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13355
13356 2000-11-11  Simon Josefsson  <sj@extundo.com>
13357
13358         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13359
13360         * smime.el (smime-details-buffer): New variable.
13361         (smime-sign-region):
13362         (smime-encrypt-region):
13363         (smime-verify-region):
13364         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13365
13366         * mml-smime.el (mml-smime-verify): Support security info.
13367
13368 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13369
13370         * mm-decode.el (mm-verify-option): Set default to nil.
13371         (mm-decrypt-option): Ditto.
13372         * gnus-art.el (article-verify-x-pgp-sig): New function.
13373
13374 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13375
13376         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13377         preferred part.
13378
13379 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13380
13381         * gnus-sum.el (gnus-move-split-methods): Say that
13382         `gnus-split-methods' uses file names, whereas this uses group
13383         names.  (Report from Nevin Kapur)
13384
13385 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13386
13387         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13388
13389 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13390
13391         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13392         (nnheader-directory-articles): Use it.
13393         (nnheader-article-to-file-alist): Ditto.
13394
13395 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13396
13397         * rfc2047.el (rfc2047-pad-base64): New function.
13398         (rfc2047-decode): Use it.
13399
13400 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13401
13402         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13403         select method.
13404
13405 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * mml2015.el (mml2015-gpg-decrypt-1):
13408         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13409
13410 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13411
13412         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13413
13414 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13415
13416         * pop3.el (pop3-munge-message-separator): A message may have an
13417         empty body.
13418
13419 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13420
13421         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13422         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13423         (mm-uu-pgp-signed-extract): Use coding-system.
13424
13425 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13426
13427         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13428         (gnus-insert-mime-security-button): New function.
13429         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13430         * mml2015.el:  Add security info when verify or decrypt.
13431         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13432         (mm-uu-pgp-encrypted-extract): Ditto.
13433
13434 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13435
13436         * mm-decode.el (mm-display-parts): New function.
13437         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13438
13439 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13440
13441         * gnus-mlspl.el: Documentation tweaks.
13442
13443 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13444
13445         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13446         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13447         argument.
13448
13449 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13450
13451         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13452
13453 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13454
13455         * gnus-art.el (gnus-article-encrypt): New function.
13456         (gnus-article-encrypt-protocol-alist): New variable.
13457         (gnus-article-encrypt-protocol): New variable.
13458         * mml2015.el (mml2015-self-encrypt): New function.
13459         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13460
13461 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13462
13463         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13464         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13465         let mailcap do it.
13466         * mml2015.el: Remove snarf code.
13467         * mm-decode.el: Remove snarf code.
13468
13469 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13470
13471         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13472         (mml-insert-mime): Understand gnus-decoded.
13473         (mime-to-mml): New parameter handles.
13474         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13475         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13476
13477 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13478
13479         * mm-decode.el (mime-security): New group.
13480         (mm-verify-function-alist): Add test function.
13481         (mm-decrypt-function-alist): Ditto.
13482         (mm-snarf-option): Set default value as nil.
13483         (mm-find-part-by-type): Recursive parameter.
13484         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13485         * mml2015.el: Support draft-ietf-openpgp-multsig.
13486
13487 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13488
13489         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13490         (gnus-article-view-part-as-charset): New function.
13491
13492 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13493
13494         * mm-decode.el (mm-verify-option): Default value.
13495         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13496
13497 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13498
13499         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13500
13501 2000-11-05  Simon Josefsson  <sj@extundo.com>
13502
13503         * mml-smime.el (mml-smime-verify): Work in original multipart
13504         buffert.
13505
13506         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13507         (mm-handle-multipart-ctl-parameter): Ditto.
13508         (mm-alist-to-plist): New function.
13509         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13510         for multiparts.
13511         (mm-destroy-parts): Destroy multipart buffert.
13512         (mm-remove-part): Ditto.
13513
13514         * mml-smime.el (mml-smime-sign): Not used.
13515         (mml-smime-encrypt): Ditto.
13516
13517         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13518
13519         Verify S/MIME signature support.
13520
13521         * mm-decode.el (mm-inline-media-tests): Add
13522         application/{x-,}pkcs7-signature.
13523         (mm-inlined-types): Ditto.
13524         (mm-automatic-display): Ditto.
13525         (mm-verify-function-alist): Ditto.  Add name of method.
13526         (mm-decrypt-function-alist): Add name of method.
13527         (mm-find-part-by-type): Add documentation.
13528         (mm-possibly-verify-or-decrypt): Use new format of
13529         mm-{verify,decrypt}-function-alist.  Use method names.
13530
13531         * mml-smime.el (mml-smime-verify): New function.
13532
13533 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13534
13535         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13536
13537 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13538
13539         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13540         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13541         * mm-decode.el (mm-snarf-option): New variable.
13542
13543 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13544
13545         * mm-util.el (mm-subst-char-in-string): New function.
13546         (mm-replace-chars-in-string): Use it.
13547         * message.el (message-replace-chars-in-string): Use it.
13548         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13549         * gnus-mh.el (mh-lib-progs): Shut up.
13550
13551 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13552
13553         * base64.el, md5.el: Moved to contrib directory.
13554
13555 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13558         the last article when search.
13559
13560 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13561
13562         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13563         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13564
13565 2000-09-29  David Edmondson  <dme@thus.net>
13566
13567         * message.el (message-newline-and-reformat): Typo.
13568
13569 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13572
13573 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13574
13575         * nntp.el (nntp-decode-text): Delete bogus status lines.
13576
13577 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13578
13579         * message.el (message-font-lock-keywords): Match a final newline
13580         to help font-lock's multiline support.
13581
13582 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13583
13584         * nnoo.el (nnoo-set): New function.
13585
13586 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13587
13588         * gpg.el, gpg-ring.el: Moved to contrib directory.
13589
13590 2000-11-04  Simon Josefsson  <sj@extundo.com>
13591
13592         * nnimap.el (nnimap-split-inbox): Typo.
13593
13594 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13595
13596         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13597
13598 2000-11-03  Simon Josefsson  <sj@extundo.com>
13599
13600         * rfc2231.el (rfc2231-parse-qp-string): New function.
13601         (require): rfc2047.
13602
13603         * mail-parse.el (mail-header-parse-content-type):
13604         (mail-header-parse-content-disposition): Support invalid QP
13605         encoded strings, by using `rfc2231-parse-qp-string'.
13606
13607 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13608
13609         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13610         (rfc2231-decode-encoded-string): Typo "> X 1".
13611         (rfc2231-encode-string): Insert the name of charset.
13612         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13613
13614 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13615
13616         * mm-decode.el (mm-save-part): Return the filename.
13617         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13618         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13619         (gnus-mime-action-alist): Use it.
13620         (gnus-mime-button-commands): Use it.
13621         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13622         (mm-inline-external-body): unwind-protect.
13623
13624 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13625
13626         * gnus-art.el (gnus-insert-mime-button): Show url.
13627
13628 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13629
13630         * mml.el (mml-generate-mime-1): Support external url.
13631         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13632
13633 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13634
13635         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13636         * mm-decode.el (mm-display-external): Ditto.
13637         * mm-extern.el: New file.
13638         * mm-decode.el (mm-inline-media-tests): Hook it up.
13639         (mm-inlined-types): Inline message/external-body.
13640
13641 2000-11-02  Simon Josefsson  <sj@extundo.com>
13642
13643         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13644
13645         * message.el (message-get-reply-headers): Better handling when
13646         Mail-Followup-To is very large.
13647
13648 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13649
13650         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13651         * gnus-art.el (gnus-article-edit-done):
13652         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13653         counting code here.
13654         * gnus-msg.el (gnus-setup-message): Remove a hack.
13655
13656 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13657
13658         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13659         (gnus-summary-mode): Make them local variables.
13660         (gnus-set-global-variables): Globalize them.
13661         (gnus-summary-exit): Kill them.
13662
13663 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13664
13665         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13666         word.
13667
13668 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13669
13670         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13671         gnus-article-wash-types.
13672         * gnus-art.el (gnus-article-wash-status): Use them.
13673
13674 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13675
13676         * mml.el (mml-read-tag): Remove spaces and LF.
13677
13678 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13679
13680         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13681         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13682
13683 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13686
13687 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13688
13689         * gnus-sum.el (gnus-article-charset): New variable.
13690         (gnus-summary-display-article): Set it.
13691         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13692         * gnus-art.el (gnus-article-mode): Make it local variable.
13693
13694 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13695
13696         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13697
13698 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13699
13700         * nnwfm.el: New file.
13701
13702         * nnweb.el (nnweb-replace-in-string): New function.
13703
13704 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13705
13706         * mml2015.el: Wrap gpg.el.
13707         * gpg.el (gpg-verify): The last argument of apply is a list.
13708         (gpg-encrypt): Add passphrase as a parameter.
13709
13710 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13711
13712         * gpg.el: New file.
13713         * gpg-ring.el: New file.
13714
13715 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13716
13717         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13718
13719 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13722         double-quote characters.
13723         (gnus-summary-prepare-threads): Ditto.
13724
13725 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13726
13727         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13728         * mml.el (mml-read-tag): Don't skip the leading space.
13729         * lpath.el (font-lock-set-defaults): Shut up.
13730
13731 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13732
13733         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13734
13735 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13736
13737         * qp.el (quoted-printable-encode-region): Replace leading - when
13738         ultra safe.
13739         * mml.el (mml-generate-mime-postprocess-function): Removed.
13740         (mml-postprocess-alist): Removed.
13741         (mml-generate-mime-1): Use ultra-safe when sign.
13742         * mml2015.el (mml2015-fix-micalg): Uppercase.
13743         (mml2015-verify): Insert LF.
13744         (mml2015-mailcrypt-sign): Downcase; search backward.
13745
13746 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13747
13748         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13749         restrictive.
13750         (nnultimate-table-regexp): New variable.
13751         (nnultimate-forum-table-p): Use it.
13752
13753 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13754         Trivial patch.
13755
13756         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13757
13758 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13759
13760         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13761         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13762
13763 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13764
13765         * mml2015.el: Shut up.
13766
13767 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13768
13769         * gnus.el (gnus-server-browse-hashtb): Removed.
13770         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13771         (gnus-group-insert-group-line-info): Use simplified method.
13772         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13773
13774 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13775
13776         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13777         moved here.
13778         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13779         * gnus-group.el (gnus-group-prepare-flat): Use it.
13780         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13781
13782 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13783
13784         * mml.el (mml-mode): Show menu in XEmacs.
13785
13786 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13787
13788         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13789         (gnus-server-read-server-in-server-buffer): New function.
13790         (gnus-browse-foreign-server): Browse in group buffer.
13791         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13792         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13793         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13794         * gnus.el (gnus-server-browse-hashtb): New variable.
13795
13796 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13797
13798         * nnfolder.el (nnfolder-open-nov): Use group.
13799
13800 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13801
13802         * nnfolder.el: Add NOV. Set version to 2.0.
13803         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13804
13805 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13806
13807         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13808
13809 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13810
13811         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13812         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13813
13814 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13815
13816         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13817
13818 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13819
13820         * mm-decode.el (mm-verify-function-alist): New variable.
13821         (mm-verify-option): New variable.
13822         (mm-decrypt-function-alist): Ditto.
13823         (mm-decrypt-option): Ditto.
13824         (mm-find-raw-part-by-type): New function.
13825         (mm-possibly-verify-or-decrypt): New function.
13826         (mm-dissect-multipart): Use it.
13827         * mml2015.el (mml2015-fix-micalg): New function.
13828         (mml2015-decrypt): Use new interface.
13829         (mml2015-verify):  Use new interface.
13830         (mml2015-setup): Make it bogus.
13831
13832 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13833
13834         * mml.el (mml-generate-mime-postprocess-function): Set to
13835         mml-postprocess.
13836         (autoload): Autoload mml2015 and mml-smime.
13837         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13838         * mml2015.el (mml2015-encrypt): New function.
13839         (mml2015-sign): New function.
13840         (mml2015-encrypt-function): New variable.
13841         (mml2015-sign-function): New variable.
13842         (mml2015-mailcrypt-encrypt): Use message-recipients.
13843         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13844         * mml-smime.el (mml-smime-setup): Ditto.
13845
13846 2000-10-28  Simon Josefsson  <sj@extundo.com>
13847
13848         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13849         Communigate Pro 3.3.1 server.
13850
13851         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13852         in buffers.
13853         (mml-secure-dns-server): Removed.
13854         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13855         write certificates to files.
13856
13857         * smime.el (smime-dns-server): New variable.
13858         (smime-mail-to-domain):
13859         (smime-cert-by-dns): New functions.
13860
13861         * dig.el: New file.
13862
13863 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13864
13865         * message.el (message-options): New variable.
13866         (message-options-set-recipient): New function.
13867         (message-send): Use them.
13868         * gnus-int.el (gnus-request-replace-article): Use them.
13869         (gnus-request-accept-article): Ditto.
13870         * mml.el (mml-preview): Use them.
13871         * gnus-sum.el (gnus-summary-edit-article): Use them.
13872
13873         * message.el (message-options-get): New function.
13874         (message-options-get): New function.
13875         * rfc2047.el (rfc2047-encode-message-header): Use them.
13876         * mm-bodies.el (mm-encode-body): Use them.
13877
13878 2000-10-28  Simon Josefsson  <sj@extundo.com>
13879
13880         * nnimap.el (nnimap-retrieve-which-headers):
13881         (nnimap-request-article-part): Quote message-id.
13882
13883         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13884         (smime-CA-file): New variable.
13885         (smime-call-openssl-region): Don't error.
13886         (smime-sign-region): Return result value.
13887         (smime-encrypt-region): Ditto.
13888         (smime-verify-region): New function.
13889         (smime-decrypt-region): Ditto.
13890         (smime-verify-buffer): Ditto.
13891         (smime-decrypt-buffer): Ditto.
13892
13893         * mml.el: Require mml-sec.
13894         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13895         (mml-mode-map): Add "sign" and "encrypt" maps.
13896         (mml-menu): Add security menu.
13897         (mml-preview): Use generate-new-buffer.
13898
13899         * mml-sec.el: New file.
13900
13901 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13902
13903         * mm-decode.el (mm-find-part-by-type): Move it here.
13904         * mml.el (mml-postprocess): Move it here.
13905         (mml-postprocess-alist): Move it here. Merge them.
13906
13907 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13908
13909         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13910         unencoded stuff in the header.
13911
13912 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13913
13914         * gnus-group.el (gnus-group-listed-groups): New variable.
13915         (gnus-group-list-option): New variable.
13916         (gnus-group-list-limit-map): New keymap.
13917         (gnus-group-list-flush-map): New keymap.
13918         (gnus-group-list-plus-map): New keymap.
13919         (gnus-group-prepare-logic): New function.
13920         (gnus-group-prepare-flat): Merge with
13921         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13922         (gnus-group-prepare-flat-list-dead): Ditto.
13923         (gnus-group-list-matching): Use gnus-group-prepare-function.
13924         (gnus-group-list-dormant): Ditto.
13925         (gnus-group-list-cached): Ditto.
13926         (gnus-group-listed-groups): New function.
13927         (gnus-group-list-limit): New function.
13928         (gnus-group-list-flush): New function.
13929         (gnus-group-list-plus): New function.
13930         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13931         (gnus-topic-prepare-topic): Ditto.
13932
13933 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13934
13935         * message.el (message-insert-to, message-get-reply-headers):
13936         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13937
13938 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * mml2015.el: New file.
13941         * smime.el: New file.
13942         * mml-smime.el: New file.
13943
13944 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13945
13946         * ChangeLog: Moved to ChangeLog.1.
13947
13948     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13949   Copying and distribution of this file, with or without modification,
13950   are permitted provided the copyright notice and this notice are preserved.
13951
13952 ;; Local Variables:
13953 ;; coding: iso-2022-7bit
13954 ;; End: