d04dbef1b0118108698a6cb3e295a91634c916b7
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2
3         * gnus.el: Oort Gnus v0.15 is released.
4
5 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6
7         * nnmail.el (nnmail-split-it): If a message ends up matching the
8           same mailbox more than once, it will cause duplicates to appear
9           in the mailbox.
10
11 2003-02-08  Simon Josefsson  <jas@extundo.com>
12
13         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
14         code that only worked under Emacs.
15
16         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
17         Das <satyaki@chicory.stanford.edu>.
18
19 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
20
21         * gnus-art.el (gnus-article-refer-article): Use
22         gnus-replace-in-string.
23
24         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
25         (gnus-remove-duplicates): do.
26
27 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
28
29         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
30         (gnus-request-scan): set
31         gnus-internal-registry-spool-current-method to gnus-command-method
32         before a request-scan operation
33
34         * gnus-registry.el (regtest-nnmail): use
35         gnus-internal-registry-spool-current-method
36
37         
38
39 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * mail-source.el (mail-source-fetch): Typo fix.
42
43 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * nnmail.el (nnmail-spool-hook): new hook
46         (nnmail-cache-insert): call nnmail-spool-hook
47
48         * gnus-registry.el: new file with examples of using the hooks
49
50         * gnus.el (gnus-registry): added registry customization group
51         (gnus-group-prefixed-name): improve function to return full group
52         name optionally
53         (gnus-group-guess-prefixed-name): shortcut to
54         gnus-group-prefixed-name, using just the group name
55         (gnus-group-full-name): always get a group's full name
56         (gnus-group-guess-full-name): shortcut, using just the group name
57
58         * gnus-sum.el (gnus-summary-article-move-hook) 
59         (gnus-summary-article-delete-hook) 
60         (gnus-summary-article-expire-hook): new hooks
61         (gnus-summary-move-article, gnus-summary-expire-articles) 
62         (gnus-summary-delete-article): invoke the new hooks
63
64 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
65
66         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
67           from message-ID
68
69 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
70
71         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
72
73 2003-02-07  John Paul Wallington  <jpw@gnu.org>
74
75         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
76         (mm-write-region, mm-detect-coding-region): Doc fixes.
77
78 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * mail-source.el (mail-source-fetch): Ignore errors.
81         (mail-source-ignore-errors): New variable.
82
83         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
84         articles. 
85
86         * gnus-msg.el (gnus-version-expose-system): Change default.
87
88 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
89
90         * gnus-msg.el (gnus-version-expose-system): New variable.
91
92 2003-02-07  Simon Josefsson  <jas@extundo.com>
93
94         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
95         patch from deskpot@myrealbox.com (Vasily Korytov).
96
97 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-art.el (article-display-face): Get the Face header from
100         the current buffer.
101
102 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gnus-art.el (gnus-mime-view-part-internally): Bind
105         buffer-read-only to nil.
106
107 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
110         from g-a-e-1 to g-a-e-2.
111
112 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
113
114         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
115         of bbdb-search-simple, use spam-use-BBDB-exclusive
116         (spam-check-whitelist): use spam-use-whitelist-exclusive
117         (spam-use-whitelist-exclusive): new variable affecting
118         spam-use-whitelist
119         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
120
121 2003-02-05  Simon Josefsson  <jas@extundo.com>
122
123         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
124         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
125         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
126         (gnus-agent-expire-1): New.
127         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
128         (gnus-agent-expire-2): New.
129
130 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
131
132         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
133         "delete-if" is misleading because it isn't actually destructive.
134
135         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
136         
137         * nnmail.el (nnmail-purge-split-history): do.
138
139         * gnus-win.el (gnus-get-buffer-window): do.
140         
141         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
142         let-binding.
143         (gnus-simplify-all-whitespace): do.
144
145 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * gnus-delay.el (gnus-delay-article): Fix binding of the
148         nndraft:delayed group.
149
150 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
151
152         * gnus.el (spam group parameters): change 'other to 'const in
153         the group parameter definitions to soothe XEmacs
154
155 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
156
157         * gnus-delay.el (gnus-delay-article): Really create
158         nndraft:delayed group if it doesn't exist.
159
160 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
161
162         * gnus-sum.el (gnus-summary-search-article): Speed up by
163         disabling various visual features while searching.
164         (gnus-summary-recenter): Test gnus-auto-center-summary first.
165
166 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
167
168         * spam.el (spam-list-of-checks): Don't quote nil and t in
169         docstrings.  From the elisp manual:
170
171            When a documentation string refers to a Lisp symbol, write
172            it [..] with single-quotes around it.  [..] There are two
173            exceptions: write t and nil without single-quotes.
174
175         * messcompat.el (message-from-style): do.
176
177         * message.el (message-send-mail): do.
178
179         * gnus-util.el (gnus-use-byte-compile): do.
180
181         * gnus-score.el (gnus-score-lower-thread): do.
182
183         * gnus-int.el (gnus-server-unopen-status): do.
184
185         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
186         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
187
188         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
189         (gnus-group-parameters): do.
190
191         * gnus-art.el (gnus-article-mime-match-handle-function): do.
192
193         * mm-decode.el (mm-text-html-renderer): do.
194
195 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * nnheader.el (nnheader-directory-separator-character): Change the
198         way to compute the dafault value.
199
200 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
201
202         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
203         (gnus-button-alist): Fix regexp for describe-key.
204         (gnus-button-handle-describe-function)
205         (gnus-button-handle-describe-variable)
206         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
207         (gnus-button-handle-apropos-variable)
208         (gnus-button-handle-apropos-documentation): Docstring fix.
209
210         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
211
212 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
215         to nil.
216
217         * nnmail.el: Removed gnus-util autoload.
218
219         * gnus.el: Use gnus-prin1-to-string throughout.
220
221         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
222         print-level. 
223
224         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
225         (gnus-treat-display-grey-xface): Removed.
226
227         * gnus-fun.el (gnus-grab-cam-face): New.
228         (gnus-convert-image-to-gray-x-face): Removed.
229         (gnus-convert-gray-x-face-to-xpm): removed.
230         (gnus-convert-gray-x-face-region): Removed.
231         (gnus-grab-gray-x-face): Removed.
232
233         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
234
235 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
236
237         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
238         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
239         bound.
240
241         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
242
243 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
244
245         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
246         Remove -- these are bogus options which are never used.
247
248 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
249
250         * gnus-art.el (gnus-article-mode): Use summary tool bar.
251
252 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
253
254         * spam.el (spam-check-blackholes) 
255         (spam-blackhole-good-server-regex): new variable to skip some IPs
256         when checking blackholes; use it
257         (spam-check-bogofilter-headers) 
258         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
259         case more X-Bogosity is used than just "Yes/No"
260         (spam-ham-move-routine): semi-fixed, only first article is
261         properly moved now
262
263 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
264
265         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
266         as well.
267         
268         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
269         
270         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
271         
272         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
273         
274         * gnus-bcklg.el (gnus-backlog-shutdown): do.
275         
276         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
277
278 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus-fun.el (gnus-face-encode): New function.
281         (gnus-convert-png-to-face): Use it.
282
283         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
284
285 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
286
287         * mm-decode.el (mm-dissection-list): Remove.
288         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
289         only used in mm-remove-all-parts.
290         (mm-remove-all-parts): Remove it, it's never called.
291
292 2003-01-25  Simon Josefsson  <jas@extundo.com>
293
294         * gnus-group.el (gnus-group-make-group): Report errors.
295
296         * nnimap.el (nnimap-request-create-group): Ditto.
297
298         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
299
300         * sieve.el (sieve-upload): Fix error printing.
301
302         * mm-encode.el (mm-qp-or-base64): Always QP iff
303         mm-use-ultra-safe-encoding and cleartext PGP.
304
305         * gnus-sum.el (gnus-summary-select-article): Inhibit
306         redisplay (mainly for secured messages).
307
308         * nnmail.el (nnmail-article-group): Copy body too (but don't
309         process it).
310
311 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
312
313         * gnus-art.el (gnus-article-setup-buffer): Reset
314         gnus-button-marker-list.
315
316 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nntp.el (nntp-read-timeout): Default to using a second delay
319         under Microsoft Windows.
320
321 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * nnheader.el (nnheader-directory-separator-character): New
324         variable. 
325
326 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
327
328         * gnus-agent.el (gnus-agent-max-fetch-size)
329         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
330         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
331         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
332         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
333         (gnus-agent-braid-nov, gnus-agent-load-alist)
334         (gnus-agent-article-alist-save-format)
335         (gnus-agent-read-agentview, gnus-agent-save-alist)
336         (gnus-agent-fetch-group-1, gnus-agent-expire)
337         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
338         (gnus-agent-regenerate-group): Reformat to keep under eighty
339         columns.  Reword docstrings so that first line is under eighty
340         chars and a complete sentence.  Still need to work on the rear
341         end of the file, in particular gnus-agent-expire.       
342
343 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * gnus-agent.el (gnus-agentize): Indent.
346
347         * gnus.el (gnus-version-number): Bumped.
348
349 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
350
351         * gnus.el: Oort Gnus v0.14 is released.
352
353 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
354
355         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
356         before beginning.  Tiny patch from Mark Thomas
357         <swoon@bellatlantic.net>.
358
359 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
360
361         * spam.el (spam-check-blackholes, spam-split) 
362         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
363         gnus-message calls to show to users what spam.el is doing
364
365 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
366
367         * gnus-msg.el (gnus-message-replysign)
368         (gnus-message-replyencrypt): Fix typo.
369
370 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
373         details. 
374
375 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-art.el (gnus-article-press-button): let* -> let.
378         (gnus-mime-security-show-details): Cleaned up.
379         (gnus-mime-security-press-button): Save excursion.
380         (gnus-insert-mime-security-button): Clean up.
381
382         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
383
384         * gnus-async.el (gnus-async-wait-for-article): Don't use a
385         timeout. 
386
387         * nntp.el (nntp-accept-process-output): Removed timeout. 
388         (nntp-read-timeout): New variable.
389         (nntp-accept-process-output): Use it.
390
391         * gnus-sum.el (gnus-data-find-list): Remove *.
392
393 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
394
395         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
396         introduced on 2002-01-22.
397         (gnus-summary-first-unseen-or-unread-subject): Ditto.
398
399 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
402         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
403         checks of incoming mail based on simple header regexp matching
404
405 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
406
407         * gnus-sum.el (gnus-spam-mark): set to `$'
408
409 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
410
411         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
412         gnus-newsgroup-unfetched, the list of articles whose headers have
413         not been fetched from the server.
414
415         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
416         parameter as it never worked due to a bug.  Added check to prevent
417         selection of any article in the gnus-newsgroup-unfetched list.
418         (gnus-summary-find-prev): Added check to prevent selection of any
419         article in the gnus-newsgroup-unfetched list.
420         (gnus-summary-first-subject): Documented API. Modified
421         implementation so that constraints are handled independently.
422         Added check to prevent selection of any article in the
423         gnus-newsgroup-unfetched list.
424         (gnus-summary-first-unseen-subject): Updated parameters in
425         gnus-summary-first-subject call to match new API.
426         (gnus-summary-first-unseen-or-unread-subject): Ditto.
427         (gnus-summary-catchup): Do not mark unfetched articles as read.
428         
429 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
430
431         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
432         make-obsolete-variable allows only two arguments in XEmacs and
433         Emacs 20.
434
435         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
436         gnus-article-hide-pgp.
437         (gnus-summary-make-menu-bar): do.
438
439         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
440         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
441         gnus-article-hide-pgp.
442         (article-hide-pgp): Remove.
443         (gnus-article-hide): Remove gnus-article-hide-pgp.
444
445         * gnus.el: Remove gnus-article-hide-pgp
446
447 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * message.el (message-required-headers): Doc fix.
450
451 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
452
453         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
454         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
455         option to make ifile a purely binary classifier
456
457 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
460         (mml-secure-encrypt-pgpmime): Removed double.
461
462         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
463         debugging statements.
464
465 2003-01-21  Andreas Fuchs  <asf@void.at>
466
467         * mml-sec.el (mml-sign-alist): Added pgpauto.
468
469 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus.el (gnus-version-number): Bumped version number.
472
473 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
474
475         * gnus.el: Oort Gnus v0.13 is released.
476
477 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-art.el (gnus-button-url-regexp): Removed |.
480
481         * message.el (message-send-hook): Doc fix.
482
483         * gnus-win.el (gnus-buffer-configuration): Display article
484         instead of article-copy when `reply'.
485
486 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
487
488         * gnus.el (gnus-format): Change customize group to gnus.
489         (gnus-cache): Add link.
490         (gnus-group-charter-alist): Fix docstring.
491
492 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
493
494         * mailcap.el (mailcap-print-command): lpr-command might be
495         unbound in XEmacs.
496
497 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
498
499         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
500
501         * gnus-sum.el (gnus-summary-update-article-line): Fixed
502         calculation of net characters added for use in the gnus-data
503         structure.
504         
505 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
506
507         * nnmail.el (nnmail-process-unix-mail-format): Improve error
508         message.  Suggested by Jari Aalto.
509
510 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
513         (gnus-article-reply-with-original): Ditto.
514
515         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
516         read articles don't become unread.
517
518 2003-01-17  Simon Josefsson  <jas@extundo.com>
519
520         * gnus-fun.el (gnus-x-face-from-file): 
521         (gnus-face-from-file): Suggest image format in minibuffer prompt.
522
523         * gnus-fun.el (gnus-convert-image-to-x-face-command)
524         (gnus-convert-image-to-face-command): Doc fix.
525
526 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
529
530 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
531
532         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
533         avoid encoding problems.
534
535         * mailcap.el (mailcap-ps-command): New variable.
536         (mailcap-mime-data): Add print entry where applicable.  Use
537         pdftotext on a tty.
538
539 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
540
541         * gnus-sum.el (gnus-alter-header-function): Add type and group.
542
543 2003-01-16  Simon Josefsson  <jas@extundo.com>
544
545         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
546         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
547         (gnus-face-from-file): Doc fix; don't mention image format.
548
549 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * spam.el (spam-get-article-as-filename): new function (unused for now)
552         (spam-get-article-as-buffer): new function
553         (spam-get-article-as-string): use spam-get-article-as-buffer
554         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
555
556 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
557  
558         * gnus-agent.el: Don't use `path'.
559         From the GNU coding standards:
560         
561             Please do not use the term ``pathname'' that is used in Unix
562             documentation; use ``file name'' (two words) instead.  We use
563             the term ``path'' only for search paths, which are lists of
564             directory names.
565
566         * nnsoup.el (nnsoup-file-name): Ditto.
567  
568         * nnmail.el (nnmail-pathname-coding-system): Ditto.
569         (nnmail-group-pathname): Ditto.
570  
571         * nnimap.el (nnimap-group-overview-filename): Ditto.
572  
573         * nnheader.el (nnheader-pathname-coding-system): Ditto.
574         (nnheader-group-pathname): Ditto.
575  
576         * nnfolder.el (nnfolder-group-pathname): Ditto.
577  
578         * gnus.el (gnus-home-directory): Ditto.
579  
580         * gnus-group.el (gnus-group-icon-list): Ditto.
581  
582 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
583
584         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
585
586         * message.el (message-mode-menu): Use it.
587         (message-mode-menu): Deactivate "Yank Original" if there's no
588         reply buffer.
589
590         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
591
592         * message.el (message-mark-active-p): New function.
593
594 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
597         (spam-bogofilter-database-directory): new variables
598         (spam-check-bogofilter-headers, spam-check-bogofilter) 
599         (spam-bogofilter-register-with-bogofilter) 
600         (spam-bogofilter-register-spam-routine) 
601         (spam-bogofilter-register-ham-routine) 
602         (spam-group-ham-processor-bogofilter-p): new functions for the new
603         Bogofilter interface
604         (spam-summary-prepare-exit): use the new Bogofilter functions
605         (spam-list-of-checks): added spam-use-bogofilter-headers
606         (spam-bogofilter-score): rewrote function
607         (spam-check-bogofilter): optional score parameter, uses
608         spam-check-bogofilter-headers better
609         (spam-check-bogofilter-headers): optional score parameter
610
611         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
612         default, in the gnus-start customization group.  Used to disable
613         the spam-*/ham-* parameters.
614         (gnus-group-ham-exit-processor-bogofilter): new ham processor
615
616 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
617
618         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
619         XEmacs.
620
621         * gnus-ems.el (gnus-mark-active-p): do.
622
623 2003-01-15  Kevin Ryde  <user42@zip.com.au>
624
625         * gnus.texi (Using MIME): Mention auto-compression-mode with
626         gnus-mime-copy-part.
627
628 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * message.el (message-send): Don't warn about duplicates when
631         superseding. 
632
633 2003-01-15  Simon Josefsson  <jas@extundo.com>
634
635         * nnimap.el (nnimap-split-download-body): New variable.
636         (nnimap-split-articles): Use it.
637
638 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
639
640         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
641         integrity checker was incorrectly flagging, and removing, articles
642         whose article number was negative.
643         (gnus-agent-fetch-group-1): When executed in the group's summary
644         buffer, refresh each downloaded line to update the status flag and
645         font.  Preserve the value of gnus-newsgroup-headers so that
646         gnus-agent-fetch-articles can split the requests by size.
647         (gnus-agent-expire): Corrected day calculation for when
648         gnus-agent-expire-days contains a list.
649
650 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
653
654 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
655
656         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
657           /usr/bin/play as default player. 
658           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
659
660 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
663         articles to be marked as well.
664
665 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
666         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
667         fictious headers generated by nnagent (ie. Undownloaded Article
668         ####) in the list of articles that have not been downloaded.
669         
670         * gnus-int.el (): Added require declarations to resolve
671         compile-time warnings.
672         (gnus-open-server): If the server status is set to offline,
673         recursively execute gnus-open-server to open the offline backend
674         (e.g. nnagent).
675
676 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
677
678         * gnus-art.el (gnus-article-reply-with-original): Use
679         gnus-mark-active-p.
680         (gnus-article-followup-with-original): do.
681
682 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
683
684         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
685
686 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
687
688         * gnus-score.el (gnus-score-edit-file-at-point): New function.
689         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
690
691 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
692
693         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
694         (gnus-face-from-file): Ditto.
695
696 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-sum.el (gnus-articles-to-read): Don't just apply
699         gnus-alter-articles-to-read-function to the unread articles. 
700
701 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
702
703         * deuglify.el (gnus-article-outlook-unwrap-lines)
704         (gnus-article-outlook-repair-attribution)
705         (gnus-article-outlook-rearrange-citation): New function names,
706         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
707         doc-string.
708
709         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
710         removed `W k' key binding (use `W Y f' instead).
711         (gnus-summary-make-menu-bar): Use new function names.
712
713 2003-01-13  Simon Josefsson  <jas@extundo.com>
714
715         * gnus-fun.el (gnus-random-x-face): Doc fix.
716         (gnus-insert-random-x-face-header): New function.
717
718 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
719
720         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
721         mark is not active.
722
723         * gnus-msg.el (gnus-inews-do-gcc): Comment.
724
725         * gnus-ems.el (gnus-mark-active-p): New function.
726
727         * gnus-group.el (gnus-topic-mode-p): New function.
728         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
729         Deactivate items if mark is not active.
730
731 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus.el (gnus-version-number): Bumped version.
734         (gnus-summary-line-format): Doc fix.
735
736 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
737
738         * gnus.el: Oort Gnus v0.12 is released.
739
740 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * mail-source.el (mail-sources): Removed autoload to make it
743         compile under XEmacs.
744
745 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
746
747         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
748         regexp or a function too.
749         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
750         confirmation even if the original article is mail.
751
752 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
755         articles to be marked when not yanking.
756
757 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
758
759         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
760         
761 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus-fun.el (gnus-face-from-file): Autoload.
764
765         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
766         errors.
767
768 2003-01-12  Simon Josefsson  <jas@extundo.com>
769
770         * sieve.el (sieve-upload-and-bury): New.  Suggested by
771         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
772
773         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
774         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
775
776 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
779         in every string.
780
781         * gnus.el (gnus-version-number): Bumped version number.
782
783 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
784
785         * gnus.el: Oort Gnus v0.11 is released.
786
787 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
788
789         * message.el (message-fetch-reply-field): Narrow to headers.
790
791         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
792         if Gnus isn't alive.
793
794 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
795
796         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
797         marks from articles that are already stored in the agent.
798         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
799         backup copy of an invalid .overview file for later analysis.
800         
801 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
802
803         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
804         exit work with two frames.
805
806 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
807
808         * message.el (message-forward-make-body): Use mule4.
809
810 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * message.el (message-mode-map): Move wide-reply command.
813
814 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
815
816         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
817         castellano.
818         (gnus-outlook-display-hook): New variable.
819         (gnus-outlook-display-article-buffer): New function.
820         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
821         (gnus-outlook-deuglify-article): Made them interactive and added
822         optional arg.  Use `g-o-d-a-b'.
823         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
824
825         * gnus-sum.el: Added autoloads.
826         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
827         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
828
829 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * gnus-art.el (gnus-display-mime): Use the mime emulation
832         variable. 
833
834         * gnus-sum.el (gnus-article-emulate-mime): New variable.
835
836         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
837         newsrc-alist is initialized properly.
838
839         * mail-source.el (mail-sources): Autoload.
840
841         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
842         nil.
843
844         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
845         insert two newlines.
846
847         * message.el (message-check-news-header-syntax): Compute the
848         header length correctly.
849
850 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
851
852         * gnus-agent.el (gnus-agent-expire): Do not remove article from
853         alist when keeping fetched article file.
854         (gnus-agent-retrieve-headers): When parsing response for article
855         numbers, use the same algorithm as gnus-agent-braid-nov to protect
856         against garbage in the server's response.
857
858         * gnus-int.el (gnus-request-expire-articles,
859         gnus-request-move-article): Only expire when the group's server
860         has been agentized.
861
862 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
865         errors when deleting overlays.
866
867         * gnus-score.el (gnus-score-followup): Allow tracing.
868
869         * gnus-art.el (gnus-treat-display-face): New variable.
870         (article-display-face): New command.
871
872         * gnus-fun.el (gnus-face-from-file): New function.
873         (gnus-convert-face-to-png): Ditto.
874
875         * gnus-art.el (gnus-ignored-headers): Added Face.
876
877 2003-01-10  Simon Josefsson  <jas@extundo.com>
878
879         * nndraft.el (nndraft-request-group): Avoid crash in
880         directory-files when draft directory doesn't exists.
881
882         * gnus-sum.el (gnus-select-article-hook): Add :option.
883
884 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         * spam.el (spam-use-stat): new variable
887         (spam-group-spam-processor-stat-p) 
888         (spam-group-ham-processor-stat-p): new convenience functions
889         (spam-summary-prepare-exit): add spam/ham processors to sequence
890         (spam-list-of-checks): add spam-use-stat to list of checks
891         (spam-split): conditionally load the spam-stat tables
892         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
893         spam-check-ifile): new functions
894
895         * spam-stat.el (spam-stat): typo fix
896         (spam-stat-install-hooks): new variable
897         (spam-stat-split-fancy-spam-group): added documentation clarification
898         (spam-stat-split-fancy-spam-threshhold): new variable
899         (spam-stat-install-hooks): make hooks conditional
900         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
901
902         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
903         spam-stat ham/spam processor symbols
904
905 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
908         file exists.
909
910 2003-01-10  Simon Josefsson  <jas@extundo.com>
911
912         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
913         undownloaded/downloadable only when unplugged.
914
915 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
916
917         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
918
919 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
920
921         * spam.el (spam-check-ifile): fixed call-process-region to use the
922         db parameter only if it's set
923         (spam-ifile-register-with-ifile): ditto
924
925 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
926
927         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
928         spam-stat-nbad before creating the hash table.
929         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
930         Changed copyright statement to FSF.
931
932 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
933
934         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
935         processable articles as read.
936         (gnus-agent-summary-fetch-series): Remove processable and
937         downloadable marks on all downloaded articles in the series.
938
939         * nntp.el (nntp-report): Throw error after reporting the problem.
940         (nntp-accept-process-output): Corrected error check to report an
941         error when the process is nil.
942
943 2003-01-09  Simon Josefsson  <jas@extundo.com>
944
945         * message.el (message-tool-bar-map): Add preview.
946
947 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
948
949         * mml.el (mml-preview): Get rid of MIME handles and buffers after
950         previewing.
951
952 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
953
954         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
955         bug when the (n+1)th article to be added to a group has a smaller
956         number than the n articles already added.
957
958 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
959
960         * message.el (message-mode-field-menu): Use backquote.
961
962 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * spam.el: fixed the BBDB autoloads again, using
965         bbdb-search-simple now (which is not a macro, thank god)
966
967         * lpath.el (bbdb-search): removed function from maybe-fbind list
968
969         * gnus.el (ham-process-destination): added new parameter for
970         destination of ham articles found in spam groups at summary exit
971
972         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
973         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
974         (spam-ifile-database-path): added new parameter for ifile's database
975         (spam-move-spam-nonspam-groups-only): new parameter to determine
976         if spam should be moved from all groups or only some
977         (spam-summary-prepare-exit): fixed logic to use
978         spam-move-spam-nonspam-groups-only when deciding to invoke
979         spam-mark-spam-as-expired-and-move-routine; always invoke that
980         routine after the spam has been expired-or-moved in case there's
981         some spam left over; use spam-ham-move-routine in spam groups
982         (spam-ham-move-routine): new function to move ham articles to the
983         ham-process-destinations group parameter
984
985 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
988
989         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
990         gnus-summary-update-article-line.
991
992 2003-01-08  Simon Josefsson  <jas@extundo.com>
993
994         * nnmail.el (nnmail-expiry-target-group): Request group, create it
995         not successful.
996
997 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1000
1001 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1002
1003         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1004         logic, finally
1005
1006 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1009         (gnus-parse-format): Change to %~.
1010
1011         * message.el (message-generate-headers): Don't generate optional
1012         empty headers.
1013
1014 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1015
1016         * message.el (message-cross-post-default)
1017         (message-cross-post-note-function, message-shoot-gnksa-feet)
1018         (message-strip-subject-trailing-was, message-change-subject)
1019         (message-mark-insert-file, message-cross-post-followup-to)
1020         (message-cross-post-followup-to, message-mode-map)
1021         (message-generate-unsubscribed-mail-followup-to)
1022         (message-make-mail-followup-to): Minor changes to doc-strings and
1023         error messages.  Updated copyright line.
1024
1025         * message.el (message-make-mail-followup-to,
1026         message-generate-unsubscribed-mail-followup-to): New function
1027         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1028         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1029         names.
1030
1031         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1032         (mml-preview-insert-mft): Removed function name.
1033         (mml-preview): Use new function names.
1034
1035         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1036
1037         * message.el (message-mode-field-menu): Moved header related
1038         commands from "Message" to "Field" menu.
1039
1040 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1041
1042         * message.el (message-generate-headers-first): Added customization
1043         if variable is a list.
1044
1045 2003-01-07  Michael Shields  <shields@msrl.com>
1046
1047         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1048         where the last line of the article is the last line of the window.
1049
1050 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-msg.el (gnus-debug): Use ignore-errors.
1053
1054         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1055         `gnus-summary-update-line'.
1056
1057 2003-01-08  Simon Josefsson  <jas@extundo.com>
1058
1059         * gnus-art.el (gnus-unbuttonized-mime-types)
1060         (gnus-buttonized-mime-types): Doc fix.
1061
1062 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1063
1064         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1065
1066 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1067
1068         * nnrss.el (nnrss-group-alist): Add and clear up.
1069
1070 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1071
1072         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1073
1074         * lpath.el (bbdb-search): added BBDB functions for a better way to
1075         fix missing functions
1076
1077         * spam.el (spam-check-ifile): if should be an unless
1078
1079         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1080         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1081         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1082
1083 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1086         gnus-summary-refer-thread to thread menu.
1087
1088 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1089
1090         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1091         summary buffer, articles that cannot be fetched are marked as
1092         canceled.
1093
1094         * nntp.el (nntp-with-open-group): The quit signal handler must
1095         propagate the quit signal to the next outer handler so that the
1096         caller knows that the request aborted abnormally.
1097
1098 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1099
1100         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1101         (spam-ifile-register-spam-routine)
1102         (spam-ifile-register-ham-routine): added ifile functionality that
1103         does not use ifile-gnus.el to classify and register articles
1104         (spam-get-article-as-string): convenience function
1105         (spam-summary-prepare-exit): added ifile spam and ham registration
1106         (spam-ifile-all-categories, spam-ifile-spam-category)
1107         (spam-ifile-path, spam-ifile): added customization options
1108
1109         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1110         exit processor
1111         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1112         list of choices
1113
1114 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus-score.el (gnus-score-followup): Also score immediate
1117         followups.
1118
1119 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1122
1123 2003-01-07  Simon Josefsson  <jas@extundo.com>
1124
1125         * message.el (message-mode-menu): Fix receipt balloon help.
1126
1127 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1128
1129         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1130         always be interpreted as news.
1131
1132 2003-01-07  Simon Josefsson  <jas@extundo.com>
1133
1134         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1135         gnus-sieve-script, instead of the global variable
1136         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1137         <sb@dod.no>.
1138
1139 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1140
1141         * gnus.el: Renamed gnus-summary-*-uncached-face as
1142         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1143         the cache.
1144
1145         * gnus-sum.el: Ditto.
1146
1147 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1148
1149         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1150         in either the group or summary buffer.
1151         New command "JS", in summary buffer, will fetch articles per the
1152         group's category, predicate, and processable flags.
1153         (gnus-agent-summary-fetch-series): Rewritten to call
1154         gnus-agent-session-fetch-group once with all articles in the
1155         series.
1156         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1157         return list of fetched articles.
1158         (gnus-agent-fetch-articles): Split fetch list into sublists such
1159         that the article buffer is only slightly larger than
1160         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1161         the group's article alist is saved.
1162         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1163         longer result in the agent trying to fetch an article.
1164         (gnus-agent-fetch-group-1): Can now be called in either the group
1165         or summary buffer.  Removed the max-fetch-size code that I added
1166         on 2002-12-13 as that capability is now part of
1167         gnus-agent-fetch-articles.  Added code to update summary buffer.
1168         When called in the group buffer, articles that can not be fetched
1169         are AUTOMATICALLY MARKED AS READ.
1170
1171         * gnus-sum.el (): Modified eval-when-compile to minimize
1172         misleading compilation warnings.
1173         (gnus-update-summary-mark-positions): Changed code to use
1174         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1175
1176         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1177         empty file as the parser assumes that the file isn't empty.
1178
1179         * nntp.el (nntp-send-string): The process-send-string call can,
1180         because it performs I/O on the process, change the process' state
1181         from open to closed.  If this happens, call nntp-report
1182         immediately to report the broken connection.
1183         (nntp-report): Rewritten to avoid needing a global variable to
1184         determine the appropriate course of action.  Instead, two function
1185         implementations are provided and the nntp-report function value is
1186         bound to the appropriate implementation.
1187         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1188         (nntp-with-open-group): Now binds nntp-report's function cell
1189         rather than binding gnus-with-open-group-first-pass.  Added a
1190         condition-case to detect a quit during a nntp command.  When the
1191         quit occurs, the current connection is closed as a fetch articles
1192         request could have several megabytes queued up for reading.
1193         (nntp-retrieve-headers): Bind articles to itself.  If
1194         nntp-with-open-group repeats this command, I must have access to
1195         the original list of articles.
1196         (nntp-retrieve-groups): Ditto for groups.
1197         (nntp-retrieve-articles): Ditto for articles.
1198         (*): Replaced nntp-possibly-change-group calls to
1199         nntp-with-open-group forms in all, but one, occurrance.
1200         (nntp-accept-process-output): Bug fix. Detect when called with
1201         null process.
1202
1203 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1204
1205         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1206         if we don't need to.
1207         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1208
1209 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * gnus-group.el (gnus-group-make-web-group): Pass the select
1212         method on to group-create.
1213         (gnus-group-line-format-alist): %U is an integer.
1214
1215         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1216         ephemeral groups.
1217         (gnus-summary-read-group-1): Ditto.
1218         (gnus-group-make-articles-read): Ditto.
1219
1220         * mm-url.el (mm-url-program): Doc fix.
1221
1222         * message.el (message-mode-map): Rebound
1223         message-insert-wide-reply.
1224
1225 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1228         color as `gnus-group-startup-message' does.
1229
1230 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1231
1232         * spam.el: fixed line lengths to 80 chars or less
1233
1234         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1235         "not-read" mark
1236         (gnus-summary-mark-forward): added the spam-mark to the list of
1237         marks not to be marked as "read" when viewed
1238
1239 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1240
1241         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1242
1243         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1244         Protect against unactive groups.
1245
1246         * message.el (message-check-news-header-syntax): Check long
1247         header lines.
1248         (message-check-news-header-syntax): Update `start'.
1249
1250         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1251         (gnus-group-line-format): %U.
1252         (gnus-group-line-format-alist): ?U.
1253         (gnus-number-of-unseen-articles-in-group): New function.
1254
1255         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1256
1257         * gnus.el (gnus-version-number): Bump version number.
1258
1259 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1260
1261         * gnus.el: Oort Gnus v0.10 is released.
1262
1263 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus.el (gnus-version-number): Fix version number.
1266
1267 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1268
1269         * gnus.el: Oort Gnus v0.08 is released.
1270
1271 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1272
1273         * mm-util.el: Add mm-string-make-unibyte.
1274
1275         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1276         UTF-8 groups.
1277
1278 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1281
1282         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1283
1284 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1285
1286         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1287         function.
1288
1289 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1292         (gnus-summary-read-group-1): Update group line.
1293         (gnus-summary-exit-no-update): Update group on exit.
1294
1295         * gnus-group.el (gnus-group-line-format): Add %*.
1296         (gnus-group-line-format-alist): Ditto.
1297         (gnus-group-insert-group-line): Set it.
1298         (gnus-group-is-exiting-p): New variable.
1299         (gnus-group-insert-group-line): Use it.
1300
1301 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1302
1303         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1304         enable BBDB ham processing
1305         (spam-blacklist-register-routine): enable blacklist spam processing
1306         (spam-whitelist-register-routine): enable whitelist ham processing
1307         (spam-fetch-field-from-fast): fast fetching of the "from" field
1308         from (gnus-data-list)
1309         (spam-summary-prepare-exit): works completely now
1310         (spam-use-blacklist): oops, should be nil by default
1311         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1312         split processing now; before it was for summary exit as
1313         well but that's done with the spam-contents and spam-process
1314         parameters now
1315
1316 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1317
1318         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1319         characters.
1320
1321 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1322
1323         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1324         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1325         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1326         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1327         (spam-mark-spam-as-expired-and-move-routine)
1328         (spam-generic-register-routine, spam-BBDB-register-routine)
1329         (spam-ifile-register-routine, spam-blacklist-register-routine)
1330         (spam-whitelist-register-routine): new functions
1331         (spam-summary-prepare-exit): added summary exit processing (expire
1332         or move) of spam-marked articles for spam groups; added slots for
1333         all the spam-*-register-routine functions
1334
1335 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * pop3.el (pop3-retr): Wait 500 msecs.
1338         (pop3-read-response): Ditto.
1339
1340         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1341         right.
1342         (gnus-inews-make-draft): New function.
1343         (gnus-setup-message): Use it.
1344
1345         * message.el (message-required-headers): Add From.
1346
1347 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1348         Trivial patch from Norbert Koch <nk@viteno.net>.
1349
1350         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1351
1352 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * message.el (message-generate-headers): Let header formatters do
1355         their work.
1356
1357 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1358
1359         * deuglify.el (gnus-article-outlook-deuglify-article):
1360         Rehighlight, reapply treatments and call
1361         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1362         (gnus-outlook-repair-attribution-block): Recognize cited
1363         attributions.  Suggested by Niklas Morberg.
1364
1365 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1366
1367         * gnus-art.el (gnus-treat-predicate): Check condition first.
1368
1369 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1370
1371         * lpath.el: Add url-http-file-exists-p.
1372
1373         * gnus-group.el (gnus-group-fetch-charter): Use
1374         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1375
1376 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * message.el (message-draft-headers): Also generate From to get a
1379         nicer draft buffer summary.
1380
1381         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1382         parameter.
1383
1384         * gnus-art.el (article-wash-html): Clean up.
1385         (article-wash-html): Typo fix.
1386
1387         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1388         (gnus-summary-mail-forward): To many lists of lists.
1389
1390         * gnus-art.el (article-wash-html): Clean up.
1391
1392 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1393
1394         * gnus-art.el (gnus-treat-wash-html): New variable.
1395
1396 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * message.el (message-check-news-header-syntax): Allow posting.
1399         (message-check-news-header-syntax): Fix logic for sure, this
1400         time.
1401
1402 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1403
1404         * message.el (message-check-news-header-syntax): Check syntax of
1405         continuation headers.
1406
1407 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1408
1409         * gnus-art.el (gnus-button-url-regexp,
1410         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1411         (gnus-header-button-alist): Regexps are case insensitive here.
1412
1413 2003-01-02  Simon Josefsson  <jas@extundo.com>
1414
1415         * dig.el (query-dig): Doc fix.
1416
1417 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1418
1419         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1420         summary buffer line, not just the download mark.
1421
1422 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1425         (gnus-summary-insert-dormant-articles): New command and
1426         keystroke.
1427
1428         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1429         function for mass insertion of subjects.
1430
1431         * nndraft.el (nndraft-generate-headers): Don't move point.
1432
1433         * gnus.el (nnheader): Require nnheader.
1434
1435         * nndraft.el (nndraft-request-associate-buffer): Use
1436         make-local-variable.
1437
1438 2003-01-02  Michael Shields  <shields@msrl.com>
1439
1440         * nndraft.el (nndraft-request-associate-buffer): Make
1441         write-contents-hooks buffer-local before setting it.
1442
1443 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus.el (gnus-group-parameter-value): Take an extra param.
1446         (gnus-group-fast-parameter): Let group param results be nil.
1447
1448         * gnus-art.el (gnus-article-forward-header): New function.
1449         (article-date-ut): Use it to remove continuation date headers.
1450
1451         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1452         read-event.
1453         (gnus-summary-remove-bookmark): Clean up.
1454         (gnus-summary-set-bookmark): Clean up.
1455
1456         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1457
1458         * gnus.el (gnus-group-startup-message): Bind data-directory to
1459         the Gnus etc directory.
1460
1461 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1462
1463         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1464         ham-processing of articles; use the new
1465         spam-group-(spam|ham)-contents-p functions
1466         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1467         convenience functions
1468         (spam-mark-junk-as-spam-routine): use the new
1469         spam-group-spam-contents-p function
1470
1471         * gnus.el (spam-process, spam-contents, spam-process-destination):
1472         added new parameters with corresponding global variables
1473         (gnus-group-spam-exit-processor-ifile,
1474         gnus-group-spam-exit-processor-bogofilter,
1475         gnus-group-spam-exit-processor-blacklist,
1476         gnus-group-spam-exit-processor-whitelist,
1477         gnus-group-spam-exit-processor-BBDB,
1478         gnus-group-spam-classification-spam,
1479         gnus-group-spam-classification-ham): added new symbols for the
1480         spam-process and spam-contents parameters
1481
1482         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1483         customization and list itself to store mark symbol rather than
1484         mark character.
1485         (spam-bogofilter-register-routine): added logic to generate mark
1486         values list from spam-ham-marks and spam-spam-marks, so (member)
1487         would work.
1488
1489 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * message.el (message-cross-post-followup-to): Fix comment.
1492
1493 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1494
1495         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1496         customization and list itself to store mark symbol rather than
1497         mark character.
1498         (spam-bogofilter-register-routine): added logic to generate mark
1499         values list from spam-ham-marks and spam-spam-marks, so (member)
1500         would work.
1501
1502 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1503
1504         * message.el (message-signature-insert-empty-line): New variable.
1505
1506 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1507
1508         * message.el: Renamed functions and variables: "xpost" ->
1509         "cross-post", "-fup2" -> "-followup-to".
1510         (message-cross-post-old-target, message-cross-post-default,
1511         message-cross-post-note, message-followup-to-note,
1512         message-cross-post-note-function): New variables names.
1513         (message-xpost-old-target, message-xpost-default,
1514         message-xpost-note, message-fup2-note,
1515         message-xpost-note-function): Removed variable names.
1516         (message-cross-post-followup-to-header,
1517         message-cross-post-insert-note, message-cross-post-followup-to):
1518         New function names.
1519         (message-xpost-fup2-header, message-xpost-insert-note,
1520         message-xpost-fup2): Removed function names.
1521
1522 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1523
1524         * message.el (message-send-mail): Added message-cleanup-headers to
1525         prevent newlines in headers.
1526
1527 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * dns.el (dns-make-network-process): Comment.
1530
1531         * gnus-sum.el (gnus-summary-display-while-building): Default to
1532         nil.
1533
1534 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1535
1536         * gnus-sum.el (gnus-summary-display-while-building): New
1537         variable.
1538
1539 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1540
1541         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1542         before rearranging the article.
1543
1544 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * nndraft.el (nndraft-generate-headers): New function.
1547         (nndraft-request-associate-buffer): Use it to write headers on
1548         buffer save.
1549
1550         * message.el (message-generate-headers): Let the function be a
1551         lambda form.
1552         (message-draft-headers): New variable.
1553
1554         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1555         function.
1556         (gnus-setup-message): Use it.
1557
1558         * message.el (message-generate-headers-first): Doc fix.
1559         (message-setup-1): Use new function for getting which headers to
1560         generate.
1561         (message-headers-to-generate): New function.
1562
1563 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1564
1565         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1566
1567 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1568
1569         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1570         mention negatives.
1571
1572 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1573
1574         * deuglify.el (gnus-outlook-rearrange-article): Use
1575         `transpose-regions' instead of tempering the kill-ring.
1576         (gnus-article-outlook-deuglify-article): Rehighlight article
1577         instead of a complete redisplay.
1578
1579 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1580
1581         * spam.el: most defvars are defcustoms now
1582
1583         patches from Michael Shields  <shields@msrl.com>
1584
1585         * spam.el (spam-bogofilter-articles): Select the article
1586         body using gnus-summary-show-article t instead of
1587         gnus-summary-select-article; this presents the raw text
1588         without running any hooks.
1589
1590         * spam.el (spam-bogofilter-articles): Use message-remove-header
1591         to remove headers; the old way incorrectly removed just the first
1592         line of folded headers.
1593
1594 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1597
1598 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * gnus-start.el (gnus-load): New function.
1601         (gnus-read-newsrc-el-file): Use it.
1602
1603 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1604
1605         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1606         (gnus-button-handle-apropos-documentation): New function.
1607         (gnus-button-handle-ctan): New function.
1608         (gnus-button-alist): Use them.  Improve some regexps.
1609         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1610
1611 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1612
1613         * message.el (message-subscribed-p): New function.
1614         (message-send-mail): Use it.
1615         * mml.el (mml-preview-insert-mft): New function.
1616         (mml-preview): Use it.
1617
1618 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1621         when sorting by date.
1622
1623         * gnus-art.el (gnus-article-edit-mode): New variable.
1624         (gnus-article-setup-buffer): Warn user about discarding edits.
1625
1626         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1627         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1628         headers.
1629
1630         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1631
1632 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1633
1634         * message.el (message-completion-alist): Added "Mail-Followup-To"
1635         and "Mail-Copies-To".
1636
1637 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1638
1639         * gnus-group.el: Add key bindings for
1640         gnus-group-sort-groups-by-real-name and
1641         gnus-group-sort-selected-groups-by-real-name.
1642
1643 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1644
1645         * gnus.texi (Sorting Groups): Add key bindings for
1646         gnus-group-sort-groups-by-real-name and
1647         gnus-group-sort-selected-groups-by-real-name.
1648
1649 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1650
1651         * spam.el (spam-use-dig): new variable for blackhole checking
1652         through dig.el
1653         (spam-check-blackholes): added dig.el checking functionality and
1654         more verbose reporting; query-dig is autoloaded from dig.el
1655         (spam-use-blackholes): disabled by default
1656         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1657         blackhole servers list
1658
1659 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * message.el (message-required-headers): New variable.
1662
1663 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1664
1665         * dig.el (query-dig): new function
1666
1667 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1670         prefixes.
1671
1672         * dns.el (query-dns): Protect against errors.
1673
1674         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1675         (gnus-inews-add-send-actions): Mark all answered messages as
1676         answered.
1677
1678 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1679
1680         * nnmail.el (nnmail-split-it): Added tracing to
1681         `:' split rule
1682
1683 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1684
1685         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1686         and "%s" so we don't overquote them.
1687
1688 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1689
1690         * (mm-display-external): Display the actual command that has been
1691         executed in the echo area.
1692
1693 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1696
1697         * message.el (message-with-reply-buffer): New macro.
1698         (message-fetch-reply-field): Use it.
1699         (message-insert-wide-reply): New command and keystroke.
1700         (message-carefully-insert-headers): New function.
1701         (message-insert-to): Use new function.
1702
1703         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1704         (gnus-topic-goto-missing-group): Use it.
1705
1706         * message.el (message-required-news-headers): Removed Lines.
1707         (message-reply): Don't insert References first.
1708         (message-followup): Ditto.
1709         (message-make-references): New function.
1710         (message-followup): Set message-reply-headers before generating
1711         the buffer stuff.
1712
1713 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1714
1715         * mml.el (mml-generate-mime-1): Reverse the order of
1716         encoding/flowing.
1717
1718 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1721         after moving them.
1722
1723         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1724         fit with newer standard format.
1725         (gnus-summary-make-false-root-always): New variable.
1726         (gnus-gather-threads-by-subject): Use it.
1727
1728         * message.el (message-get-reply-headers): Take an address list
1729         optional argument.
1730
1731 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus.el (gnus-keep-backlog): Change default to 20.
1734
1735         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1736         start.
1737         (gnus-agent-check-overview-buffer): Remove negative article
1738         numbers.
1739
1740         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1741         (nnmail-cache-ignore-groups): Doc fix.
1742
1743         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1744         (nnimap-debug-buffer): New variable.
1745         (nnimap-debug): Use it.
1746
1747 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1748
1749         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1750
1751 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1754         they aren't already sorted.
1755
1756 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1757
1758         * message.el (message-mode-menu): Add ellipses to menu items
1759         expecting user interaction.
1760         (message-mode-field-menu): do.
1761
1762 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1763
1764         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1765         it isn't used any more.
1766
1767 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1768
1769         * binhex.el (binhex-decoder-program): Fix docstring.
1770
1771 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1772
1773         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1774         special chars if the mailcap file uses single quotes around %s.
1775         From Laurent Martelli <laurent@bearteam.org>.
1776
1777 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1778
1779         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1780         return the info object.
1781
1782 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1783
1784         * gnus-int.el (gnus-request-update-info): Artificially add
1785         (1 . (1- min)) to the read range, in case the backend doesn't
1786         store marks for nonexistent articles.
1787
1788 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * binhex.el (binhex-insert-char): Eval-and-compile.
1791
1792 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1793
1794         * lpath.el: Add tool-bar-local-item-from-menu.
1795
1796         * message.el (message-tool-bar-local-item-from-menu): New function.
1797         (message-tool-bar-map): Use it.
1798
1799 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1800
1801         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1802
1803         * gnus-art.el (gnus-article-header-rank): Last header in
1804         gnus-sorted-header-list should have higher rank than non-members.
1805
1806 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1809         covered methods.
1810
1811 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1812
1813         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1814         eval-when-compile.  Suggested by Kevin Greiner.
1815
1816 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1817
1818         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1819         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1820         even though no headers may have been fetched
1821         (gnus-agent-fetch-group-1, and perhaps others, require this
1822         behavior).
1823         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1824         server buffer is constrained by gnus-agent-max-fetch-size.
1825         Multiple chunks in the same group may perform arbitrarily large
1826         updates.
1827
1828 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1829
1830         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1831         gnus-summary-update-download-mark to update the article in the
1832         summary.
1833
1834 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1835
1836         * gnus.el (gnus-summary-high-uncached-face,
1837         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1838         New faces.
1839
1840         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1841         added this on 2002-11-23 but it just wasn't working out as
1842         intended.  The idea isn't entirely dead, three new faces
1843         gnus-summary-*-uncached-face are being added to gnus.el to provide
1844         the basis for an improved implementation.
1845         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1846         proper file to open is lib/servers.
1847         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1848         (i.e. removing the article from gnus-newsgroup-downloadable) will
1849         now restore the article's default mark rather than simply setting
1850         no mark.
1851         (gnus-agent-get-undownloaded-list): Corrected documentation.
1852         Added code to set new summary local variable,
1853         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1854         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1855         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1856         up to date.  Call new gnus-summary-update-download-mark to keep
1857         summary buffer up-to-date.
1858         (gnus-agent-fetch-selected-article): Keep
1859         gnus-newsgroup-undownloaded up to date.
1860         (gnus-agent-fetch-articles): Return list of articles that were
1861         successfully fetched.
1862         (gnus-agent-check-overview-buffer): No more thingatpt.
1863         (gnus-agent-expire): No longer deletes NOV entries of unread
1864         articles.
1865         (gnus-agent-unread-articles): New function.
1866         (gnus-agent-regenerate-group): The article number must be
1867         terminated by a tab character.  Added more messages to report
1868         repairs.  Inhibit quits while writing changes so it is now safe
1869         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1870         downloaded to 1) resolve the unbound references and 2) avoid
1871         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1872
1873         * gnus-art.el (gnus-article-prepare): The agent
1874         downloaded/undownloaded mark is no longer stored as the article's
1875         mark.
1876
1877         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1878         gnus-summary-highlight may use it.  Added downloaded as
1879         gnus-summary-highlight was using it.
1880
1881         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1882         the download mark now follows Kai's +/- convention.
1883         (gnus-downloaded-mark): Added ?+ mark.
1884         (gnus-summary-highlight): Added rules to select
1885         gnus-summary-high-uncached-face,
1886         gnus-summary-normal-uncached-face, and
1887         gnus-summary-low-uncached-face.  Removed the
1888         gnus-agent-downloaded-article-face.
1889         (gnus-summary-line-format-alist): Implemented the download flag
1890         format (?O) as named in the manual.  This implementation displays
1891         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1892         gnus-no-mark.
1893         (gnus-newsgroup-agentized): New local variable that identifies
1894         which groups are agentized.  While the agent is now on by default,
1895         you don't have to agentize every server that you use.
1896         (gnus-update-summary-mark-positions): Completed support for the
1897         download type of mark.
1898         (gnus-summary-insert-line): Added undownloaded to the parameters.
1899         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1900         reference by the gnus-summary-line-format-spec.
1901
1902         * nntp.el (nntp-with-open-group): This macro handles dropped or
1903         broken connections by opening a new connection and repeating the
1904         failed command.
1905         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1906         XOVER commands preceeding the active articles with the nov entry
1907         of the first available article.  When gnus connected to such a
1908         server, the unexpected nov entry would result in duplicate lines
1909         in the agent's overview file.  This patch fixes the duplicate
1910         lines problem and improves performance by skipping over all
1911         articles IDs that preceed the first nov entry in the server's
1912         reply.
1913
1914 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1917         (gnus-summary-highlight): Use it instead of `downloaded'.
1918         (gnus-summary-highlight-line): Ditto.
1919
1920         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1921
1922 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1925
1926         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1927         calls.
1928
1929         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1930         downloaded variable if we're in an uncovered group.
1931
1932         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1933         font to soemthing less noticeable.
1934         (gnus-agent-group-covered-p): New function.
1935
1936 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1937
1938         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1939         Because of an unknown bug, the group buffer is saved in .overview
1940         file.
1941
1942 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1943
1944         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1945         `and' with `or'.
1946
1947 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1948
1949         * nntp.el (nntp-send-command): Assume that echo does not happen
1950         when nntp-open-connection-function is nntp-open-network-stream.
1951         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1952
1953 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1954
1955         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1956
1957 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1958
1959         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1960         nntp-server-buffer if we aren't going to write to it.
1961
1962 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1963         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1964
1965         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1966
1967 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1970         decoded words.
1971
1972 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1973
1974         * gnus.el (fboundp): After loading mm-util, make sure it was the
1975         right one.
1976
1977 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1978
1979         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1980         gnus-sum.  Made into a user option.
1981
1982         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1983         (gnus-summary-mark-article-as-unread)
1984
1985 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1986
1987         * time-date.el (date-to-time): Typo.
1988
1989         * parse-time.el: Typo.
1990
1991         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1992
1993         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1994
1995         * nnimap.el:
1996         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1997
1998         * mm-encode.el (mm-safer-encoding): Typo.
1999
2000         * messcompat.el: Typo.
2001
2002         * message.el (message-face-alist): Typo.
2003
2004         * imap.el (imap-interactive-login, imap-open): Typos.
2005
2006         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2007
2008         * gnus.el: Typo.
2009
2010         * gnus-win.el (gnus-configure-frame): Typo.
2011
2012         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2013
2014         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2015
2016         * gnus-sum.el (gnus-summary-article-number)
2017         (gnus-summary-read-group-1, gnus-summary-mark-article)
2018         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2019
2020         * gnus-mule.el (gnus-mule-add-group): Typo.
2021
2022         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2023
2024         * gnus-group.el (gnus-group-fetch-faq): Typo.
2025
2026         * gnus-art.el (gnus-decode-header-methods): Typo.
2027
2028         * flow-fill.el: Typo.
2029
2030 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2031
2032         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2033
2034 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2035
2036         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2037         (gnus-summary-mark-article-as-unread)
2038         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2039         Reformatting to avoid long lines.
2040         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2041
2042 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2043
2044         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2045         be accessed through `mail-header-number'.
2046
2047 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2048
2049         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2050         compressed range to gnus-summary-insert-articles.
2051
2052 2002-11-26  Kevin Ryde <user42@zip.com.au>
2053
2054         * gnus-art.el (gnus-mime-copy-part): Look for filename
2055         parameter under content-disposition, not content-type.
2056
2057         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2058         (gnus-summary-reselect-current-group): Use it.
2059
2060 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2061
2062         * gnus-agent.el (gnus-agent-uncached-articles): if
2063         gnus-agent-load-alist fails, return ARTICLES.
2064
2065         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2066
2067 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2068
2069         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2070         superfluous function call.
2071         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2072         Add warning to docstring.
2073
2074 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-agent.el: Autoload number-at-point instead.
2077         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2078
2079 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2080
2081         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2082         require thingatpt (for number-at-point) and protect against
2083         deactivate-mark being unbound (on XEmacs).
2084
2085 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2086
2087         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2088         print message on entry.
2089
2090         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2091
2092         * gnus-range.el (gnus-range-difference): New function.
2093         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2094
2095 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2096
2097         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2098         gnus-remove-from-range instead of gnus-range-difference which
2099         doesn't exist.
2100
2101 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2102         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2103
2104         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2105         used for showing which articles have been downloaded.
2106         (gnus-agent-article-alist): Format change.  Add documentation.
2107         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2108         process-marked articles.
2109         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2110         in the series are individually fetched to minimize lose of
2111         content due to an error/quit.
2112         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2113         gnus-message instead of message.
2114         (gnus-agent-read-servers): Use file lib/methods instead of
2115         lib/servers.  TODO: Why?
2116         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2117         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2118         come from the agent.  This means that they are not downloaded.
2119         (gnus-agent-fetch-selected-article): Don't use history.
2120         (gnus-agent-save-history, gnus-agent-enter-history)
2121         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2122         Removed function; history is not used anymore.
2123         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2124         (gnus-agent-crosspost): Started rewrite then realized that a typo
2125         in gnus-agent-fetch-articles ensures that this function is never
2126         called.  This will need to be fixed later.
2127         (gnus-agent-check-overview-buffer): Some sanity checks on the
2128         agent overview buffer.  This is a safety net used during
2129         development.
2130         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2131         changed, write a number to the file indicating this.
2132         (gnus-agent-fetch-headers): Rewrite to respect
2133         gnus-agent-consider-all-articles without relying on the
2134         `.fetched' files.  Make it fast.
2135         (gnus-agent-braid-nov): Change resulting from
2136         gnus-agent-fetch-headers change.
2137         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2138         `.fetched' files.
2139         (gnus-agent-read-agentview): New function, used by
2140         gnus-agent-load-alist.
2141         (gnus-agent-load-fetched-headers): Remove.
2142         (gnus-agent-save-alist): Rewrite to accomodate new format.
2143         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2144         same order as in gnus-newsgroup-headers.
2145         (gnus-agent-expire): Document and implement extra args ARTICLES,
2146         GROUP, FORCE.  Do not restrict usage.
2147         (gnus-agent-uncached-articles): New function.
2148         (gnus-agent-retrieve-headers): Use it.
2149         (gnus-agent-regenerate-group): No longer needs to be called from
2150         gnus-agent-regenerate.  Individual groups may be regenerated. The
2151         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2152         The article fetch dates are validated in the article alist.  The
2153         article alist is pruned of entries that do not reference existing
2154         NOV entries.  All changes are computed then applied with
2155         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2156         regeneration.  The optional clean parameter has been replaced with
2157         an optional reread parameter.  Clean is no longer necessary as
2158         regeneration gets the appropriate setting from
2159         gnus-agent-consider-all-articles.  The new reread parameter will
2160         result in fetched, or all, articles being marked as unread.
2161         (gnus-agent-regenerate): Removed code to regenerate the history
2162         file as it is no longer used.
2163
2164         * gnus-start.el (gnus-make-ascending-articles-unread): New
2165         function, for efficient mass-marking.
2166
2167         * gnus-sum.el (gnus-summary-highlight): Use new face for
2168         downloaded articles.
2169         (gnus-article-mark): Prefer to indicate read/unread status over
2170         downloaded status.
2171         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2172         line.
2173         (gnus-summary-highlight-line): Use new face for downloaded
2174         articles.
2175         (gnus-summary-insert-old-articles): Improved performance by
2176         replacing the initial LIST of older articles with a compressed
2177         RANGE of older articles.  Some servers appear to lie about
2178         their active range so the original list could contain millions
2179         of article numbers.  The range is not expanded into a list
2180         until the optional ALL parameter has been applied.
2181
2182 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2183
2184         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2185
2186 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2187
2188         * spam.el:
2189         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2190
2191         * spam.el: added `M s t' and `M s x' key mappings
2192
2193 2002-11-20  Simon Josefsson  <jas@extundo.com>
2194
2195         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2196
2197 2002-11-19  Simon Josefsson  <jas@extundo.com>
2198
2199         * gnus-sum.el (gnus-summary-morse-message): Load
2200         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2201         (unmorse-region): Autoload it instead.
2202
2203 2002-11-18  Simon Josefsson  <jas@extundo.com>
2204
2205         * gnus-sum.el (gnus-summary-morse-message): New function.
2206         (gnus-summary-wash-map): Bind to `W m'.
2207         (gnus-summary-make-menu-bar): Add.
2208
2209         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2210         before storing \Deleted mark on expired articles.
2211
2212 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2213         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2214
2215         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2216         parens in column 0.
2217
2218 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2219
2220         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2221
2222         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2223
2224         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2225
2226 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2227
2228         * message.el (message-set-auto-save-file-name): Use
2229         make-directory, to avoid the dependence on gnus-util.
2230
2231 2002-11-16  Simon Josefsson  <jas@extundo.com>
2232
2233         * nnimap.el (nnimap-callback-callback-function):
2234         (nnimap-callback-buffer): Removed, these cannot be global but must
2235         be embedded into the callback.
2236         (nnimap-make-callback): New.  Embedd article number, callback and
2237         buffer in function.
2238         (nnimap-callback, nnimap-request-article-part): Update.
2239
2240 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2243
2244 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2245
2246         * gnus.el (gnus-summary-line-format): Document %C.
2247
2248 2002-11-11  Simon Josefsson  <jas@extundo.com>
2249
2250         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2251         output when called interactively.
2252
2253 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2256
2257         * message.el (message-draft-coding-system): Improve comment; use
2258         mm-auto-save-coding-system for the default value.
2259
2260         * nndraft.el (nndraft-request-article): Revert to the state before
2261         2002-10-29; regexp-quote mail-header-separator.
2262
2263 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2264
2265         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2266         allow editing of drafts from an nnvirtual group.
2267
2268 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2271         mm-auto-save-coding-system.
2272
2273         * message.el (message-draft-coding-system): Default to
2274         iso-2022-7bit.
2275
2276         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2277         restore the default value to emacs-mule or escape-quoted.
2278
2279 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2282         a delayed or a queued article as well as a draft.
2283
2284         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2285         delayed or a queued article in the raw format; treat a delayed
2286         article as a raw article as well as a draft.
2287         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2288         for the delayed group.
2289
2290         * nndraft.el (nndraft-request-article): Ignore auto save files for
2291         a delayed or a queued article; don't bother to decode a queued
2292         article; don't bind nnmail-file-coding-system for a queued article.
2293
2294         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2295         and the queue group.
2296
2297 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2298
2299         * gnus-group.el (gnus-group-delete-group):
2300         gnus-cache-active-hashtb might be void.
2301
2302 2002-11-02  Simon Josefsson  <jas@extundo.com>
2303
2304         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2305         setting of the default user ID.  From Raymond Scholz
2306         <ray-2002@zonix.de>.
2307
2308 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2309
2310         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2311         charset.
2312
2313 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2314         From Alex Schroeder <alex@emacswiki.org>
2315         * spam-stat.el (spam-stat-process-directory): add dir to message
2316         (spam-stat-reduce-size): No longer remove words
2317         with values close to 0.5, because the default value is 0.2.
2318
2319 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2320
2321         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2322         documentation.
2323
2324 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2325
2326         * gnus-agent.el (gnus-agent-fetched-headers)
2327         (gnus-agent-load-fetched-headers)
2328         (gnus-agent-save-fetched-headers): Remove variable and two
2329         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2330         works better.
2331         (gnus-agent-fetch-headers): New implementation from Kevin
2332         Greiner.  Uses gnus-agent-article-alist to store information
2333         about fetched messages which aren't on the server anymore.  The
2334         trick is to return a list of considered messages to the caller,
2335         but to only fetch those which haven't been fetched yet.
2336
2337 2002-10-30  Simon Josefsson  <jas@extundo.com>
2338
2339         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2340
2341         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2342
2343 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2344
2345         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2346         versions of emacs-w3m than 1.3.3.
2347
2348         * lpath.el: Bind w3m-minor-mode-map.
2349
2350         * mm-view.el (mm-w3m-mode-command-alist)
2351         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2352         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2353         (mm-setup-w3m): Simplified.
2354         (mm-w3m-local-map-property): New function.
2355         (mm-inline-text-html-render-with-w3m): Use it.
2356
2357         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2358         mm-w3m-local-map-property.
2359
2360 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * mm-util.el (mm-auto-save-coding-system): Default to
2363         iso-2022-7bit.
2364
2365         * nndraft.el (nndraft-request-article): Decode an article using
2366         the coding-system emacs-mule if it seems to have been saved using
2367         emacs-mule.
2368         (nndraft-request-replace-article): Use message-draft-coding-system
2369         instead of mm-auto-save-coding-system for the draft or delayed
2370         group.
2371
2372 2002-10-28  Josh  <huber@alum.wpi.edu>
2373
2374         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2375         functions.
2376
2377 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2378         From mah@everybody.org (Mark A. Hershberger).
2379
2380         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2381         type values ("url" size) regardless of the values of
2382         mm-url-use-external.
2383
2384 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2385
2386         * nnimap.el (nnimap-request-article-part): Try harder to show
2387         group name in debugging message.
2388
2389 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2390
2391         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2392         directory if it doesn't exist.
2393         (gnus-agent-fetch-headers): Remove old cruft that tried to
2394         abstain from downloading articles more than once if
2395         gnus-agent-consider-all-articles was true.  This is now done
2396         properly via the .fetched files.
2397
2398 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * nndraft.el (nndraft-request-article): Treat delayed articles
2401         like drafts.
2402
2403 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2406
2407 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2408
2409         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2410         Remove unused optional arg DIR and corresponding code.
2411
2412         * nnimap.el (nnimap-request-article-part): Include group name in
2413         debugging output.
2414
2415 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2416
2417         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2418
2419 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2420
2421         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2422         contains range of headers that have been fetched by the agent
2423         already.  Compare gnus-agent-article-alist.
2424         (gnus-agent-file-header-cache): Like
2425         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2426         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2427         seen/recent logic.
2428         Remember which headers have been fetched before and don't fetch
2429         them again the next time round.
2430         (gnus-agent-load-fetched-headers)
2431         (gnus-agent-save-fetched-headers): New functions, for remembering
2432         which headers have been fetched before.
2433
2434 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * lpath.el: Remove useless bindings.
2437
2438 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2439
2440         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2441         features while searching.
2442
2443 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2444
2445         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2446
2447 2002-10-22  Simon Josefsson  <jas@extundo.com>
2448
2449         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2450         (pgg-snarf-keys): Add.
2451
2452 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * lpath.el: Fbind bbdb-records.
2455
2456         * spam.el: Don't autoload bbdb-records.
2457
2458 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2461         prevent inf-loop.
2462
2463 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * nnslashdot.el: Removed some test lines.
2466         More test.
2467
2468 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2469
2470         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2471         are known to be downloaded already.
2472
2473 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2476         (mm-text-html-washer-alist): Ditto.
2477
2478 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2479
2480         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2481         boundary between headers and body.
2482         * nnml.el (nnml-parse-head): Ditto.
2483
2484 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2487         entries.
2488
2489         * gnus-group.el (gnus-fetch-group): Allow an optional
2490         specification of the articles to select.
2491
2492         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2493
2494 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2495
2496         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2497         headers from the group, update variable `articles' to contain
2498         only those numbers where headers exist.  (When fetching all
2499         articles in a group, Gnus creates lots of numbers where there is
2500         no articles.)
2501
2502 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2503
2504         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2505         doesn't have the 'alist custom type, use cons cells instead.
2506         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2507         (pgg-parse-hash-algorithm-alist): Ditto.
2508         (pgg-parse-compression-algorithm-alist): Ditto.
2509         (pgg-parse-signature-type-alist): Ditto.
2510
2511         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2512
2513         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2514
2515         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2516
2517 2002-10-19  Simon Josefsson  <jas@extundo.com>
2518
2519         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2520         buffer.
2521
2522 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2523
2524         * gnus-spec.el (gnus-make-format-preserve-properties)
2525         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2526         properties also on XEmacs.  `gnus-xmas-format' is like format but
2527         preserves text properties on XEmacs (though it only understands
2528         simple format specs).  The variable
2529         `gnus-make-format-preserve-properties' controls whether the
2530         function is used, and is checked in `gnus-parse-simple-format'.
2531         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2532
2533         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2534         output.
2535         (gnus-agent-consider-all-articles): New variable.
2536         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2537         (gnus-agent-fetch-headers): Depending on
2538         gnus-agent-consider-all-articles, maybe get all articles.
2539         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2540         `read'.
2541         (gnus-predicate-imples-unread): New function.
2542         (gnus-agent-fetch-headers): Optimize to call
2543         gnus-list-of-unread-articles if that is sufficient.
2544         Check unseen and recent instead of seen and recent.
2545         (gnus-agent-fetch-headers): Abstain from calling
2546         gnus-list-range-intersection if range (a . b) would have (> a b).
2547
2548 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * message.el (message-send-mail): Make it possible to perform
2551         edebug-defun.
2552
2553 2002-10-18  Simon Josefsson  <jas@extundo.com>
2554
2555         * gnus-art.el (gnus-button-man-handler): Change default to
2556         `manual-entry' (defined in both emacsen).
2557         (gnus-button-man-handler): Remove emacsen difference and use
2558         `manual-entry'.
2559
2560 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * spam.el: Wrap autoload settings for bbdb-records,
2563         executable-find and ifile-spam-filter with eval-and-compile.
2564         (spam-display-buffer-contents): Remove.
2565         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2566
2567 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2568
2569         * spam.el (spam-display-buffer-contents): New function.
2570         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2571         from Katsumi Yamaoka <yamaoka@jpl.org>.
2572
2573 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2574
2575         * nnheader.el (nnheader-parse-naked-head): New function.
2576         (nnheader-parse-head): Use the above function, in order to handle
2577         continuation lines properly.
2578         (nnheader-remove-body): New function.
2579         (nnheader-remove-cr-followed-by-lf): New function.
2580         (nnheader-ms-strip-cr): Use the above function.
2581
2582         * gnus-agent.el (gnus-agent-regenerate-group): Call
2583         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2584         `nnheader-parse-head'.
2585         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2586
2587         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2588         continuation lines by itself; call `nnheader-parse-naked-head'
2589         instead of `nnheader-parse-head'.
2590         * nndiary.el (nndiary-parse-head): Ditto.
2591         * nnfolder.el (nnfolder-parse-head): Ditto.
2592         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2593         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2594         * nnml.el (nnml-parse-head): Ditto.
2595
2596 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2597
2598         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2599         XEmacs, default to it if featurep 'xemacs.
2600
2601 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * spam-stat.el: Check for the existence of hash functions instead
2604         of the Emacs version to decide whether to load cl.  Suggested by
2605         Kai Gro\e,A_\e(Bjohann.
2606
2607 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2608
2609         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2610         if it isn't open yet.
2611
2612 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-group.el: Require mm-url only when compiling.
2615         (gnus-group-fetch-charter): Require mm-url.
2616
2617         * spam-stat.el: Require cl for the functions gethash,
2618         hash-table-count, make-hash-table and mapc for Emacs 20.
2619         (puthash): Alias to cl-puthash for Emacs 20.
2620         (with-syntax-table): New macro for Emacs 20.
2621
2622 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2623
2624         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2625
2626 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2627
2628         * spam.el (spam-check-ifile): added ifile as a spam checking
2629         backend, and spam-use-ifle as the variable to toggle that check.
2630
2631 2002-10-12  Simon Josefsson  <jas@extundo.com>
2632
2633         * message.el (message-beginning-of-line): New variable.
2634         (message-beginning-of-line): Use it.
2635
2636 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2637
2638         * spam.el: more compilation fixes for BBDB
2639
2640         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2641         (spam-stat-reduce-size): Interactive.
2642         (spam-stat-reset): New function.
2643         (spam-stat-save): Interactive.
2644
2645 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus.el: Autoload gnus-delay-initialize.
2648
2649         * message.el: Autoload gnus-delay-article.
2650
2651 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2652
2653         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2654         text property in Emacs.
2655
2656 2002-10-11  Simon Josefsson  <jas@extundo.com>
2657
2658         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2659         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2660
2661         * mml1991.el (mml1991-pgg-sign): Remove CR.
2662
2663 2002-10-10  Simon Josefsson  <jas@extundo.com>
2664
2665         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2666         decrypt failed.
2667         (mml2015-trust-boundaries-alist): Removed.
2668         (mml2015-gpg-extract-signature-details): Don't use it.
2669         (mml2015-unabbrev-trust-alist): New.
2670         (mml2015-gpg-extract-signature-details): Use it.
2671
2672 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2673
2674         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2675         BBDB installed
2676
2677         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2678         statistical analysis of spam in Lisp only
2679
2680 2002-10-10  Simon Josefsson  <jas@extundo.com>
2681
2682         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2683         auth, selected or examine state.
2684
2685         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2686         buffer and error buffer depending on type of information.
2687
2688         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2689         --status-fd stuff even if gpg.el is not used (revert earlier
2690         change).
2691         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2692         gnus details.
2693         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2694         buffer.
2695
2696         * pgg.el (pgg-verify-region): Use it.
2697
2698         * pgg-def.el (pgg-query-keyserver): New variable.
2699
2700         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2701         key-identifier in packet.  Is this a good idea?
2702
2703         * mml.el (mml-mode-map): Add security commands that operates on
2704         MIME parts.
2705         (mml-menu): And menu items for them.
2706
2707         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2708
2709         * mml.el (mml-parse-1): Support sender in #secure tags.
2710
2711         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2712         defined.
2713
2714         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2715         (mml-pgp-encrypt-buffer): Support combined signing.
2716
2717         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2718         (mml1991-gpg-encrypt): Ditto.
2719         (mml1991-pgg-encrypt): Ditto.
2720         (mml1991-encrypt): Pass sign parameter.
2721
2722         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2723         (mml-signencrypt-style): Mention the variable.
2724
2725 2002-10-09  Simon Josefsson  <jas@extundo.com>
2726
2727         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2728         pgg-gpg-user-id.
2729
2730         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2731         (pgg-fetch-key-function): Nil if w3 is not installed.
2732
2733 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2734
2735         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2736         gnus-agent-current-history.
2737
2738 2002-10-06  Simon Josefsson  <jas@extundo.com>
2739
2740         * imap.el (imap-parse-status): Don't use read to read token.
2741
2742 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2743
2744         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2745         for methods not covered by the agent, and when unplugged.
2746
2747 2002-10-05  Simon Josefsson  <jas@extundo.com>
2748
2749         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2750         signing.
2751
2752         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2753         a named server fails, ignore the server.
2754
2755         * mml1991.el (mml1991-pgg-sign): Do QP.
2756
2757         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2758         work.
2759
2760 2002-10-04  Simon Josefsson  <jas@extundo.com>
2761
2762         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2763
2764         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2765         binary-write-decoded-region from MEL.
2766
2767         * pgg.el (pgg-encrypt-region): Support sign.
2768
2769         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2770
2771         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2772
2773         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2774         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2775         branch where PGG was taken from in the ChangeLog entries below.
2776
2777 2002-10-01  Simon Josefsson  <jas@extundo.com>
2778
2779         * pgg-pgp.el: Don't require mel.  Don't use luna.
2780         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2781         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2782         (pgg-pgp-process-region): Don't use binary-funcall.
2783
2784         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2785
2786         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2787         instead of concat.
2788
2789         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2790
2791 2002-09-29  Simon Josefsson  <jas@extundo.com>
2792
2793         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2794         compile warnings.
2795
2796         * pgg.el (pgg-decrypt-region): Don't parse packet.
2797
2798         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2799
2800 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2801
2802         * pgg.el: Remove dependency on calist.el.
2803
2804 2002-09-28  Simon Josefsson  <jas@extundo.com>
2805
2806         * pgg.el (pgg-temporary-file-directory): New variable.
2807         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2808
2809         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2810         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2811
2812         * pgg-parse.el (pgg-char-int): Defalias.
2813         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2814         (pgg-read-bytes, pgg-read-body): Use it.
2815         (pgg-decode-packets): Don't use MEL, use base64-*.
2816         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2817         (pgg-string-as-unibyte): Defalias.
2818         (pgg-parse-armor-region): Use it.
2819
2820         * pgg-gpg.el (pgg-gpg-process-region): Use
2821         pgg-temporary-file-directory.
2822
2823         * luna.el: Don't def-edebug.
2824
2825         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2826         binary-write-decoded-region from MEL.
2827
2828         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2829
2830         * alist.el, calist.el: Don't require product/APEL.
2831
2832         * pgg-parse.el (top-level): Remove dependency on static.el,
2833         pccl.el, mel.el.
2834         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2835         `define-ccl-program' is boundp, instead of using broken.
2836
2837 2002-10-01  Simon Josefsson  <jas@extundo.com>
2838
2839         * message.el (message-required-mail-headers): Remove Lines:.
2840
2841 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2842         From Jesper Harder.
2843
2844         * gnus-group.el (gnus-group-fetch-charter,
2845         gnus-group-fetch-control): Prompt for group if given a prefix
2846         argument.
2847         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2848         gnus-group-fetch-control to summary key map and menu.
2849
2850
2851 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2852
2853         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2854         number when there are no articles.
2855
2856 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2857
2858         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2859         arg ALL means to fetch all articles, not only downloadable ones.
2860         (gnus-agent-fetch-selected-article): New function for
2861         gnus-select-article-hook or gnus-mark-article-hook.
2862
2863 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2864         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2865
2866         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2867         raw-text.
2868
2869 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2870
2871         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2872         Pinard).
2873         Major revamp of the code, documentation is in comments in the file
2874         for now.
2875
2876 2002-09-30  Simon Josefsson  <jas@extundo.com>
2877
2878         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2879         buffer seem to be needed?
2880
2881 2002-09-29  Simon Josefsson  <jas@extundo.com>
2882
2883         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2884         compile warnings.
2885
2886         * mml1991.el (mml1991-function-alist): Add pgg.
2887         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2888         (mml1991-pgg-encrypt): Fix recipients querying.
2889
2890 2002-09-28  Simon Josefsson  <jas@extundo.com>
2891
2892         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2893         from dme@dme.org.
2894         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2895         handle is returned.
2896
2897 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2900         Protect against non-existent of `nnimap-mailbox-info'.
2901
2902 2002-09-27  Simon Josefsson  <jas@extundo.com>
2903
2904         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2905         (gnus-setup-news-hook): Use it.
2906         (gnus-after-getting-new-news-hook): Ditto.
2907
2908         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2909
2910 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2911         From Mats Lidell <matsl@contactor.se>.
2912
2913         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2914
2915 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2916
2917         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2918         the part to decode encoded words, use raw words instead of decoded
2919         words.
2920
2921 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2922
2923         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2924
2925         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2926         (mm-setup-w3m): Use it.
2927
2928 2002-09-27  Simon Josefsson  <jas@extundo.com>
2929
2930         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2931         article buffers.
2932
2933         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2934         it just in case.
2935         (nnimap-update-unseen): New function; update unseen count in
2936         `n-m-info'.
2937         (nnimap-close-group): Call it.
2938
2939         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2940         (gnus-after-getting-new-news-hook): Ditto.
2941
2942         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2943         message into verboselevel 9.  Change slow mail check message.
2944         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2945         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2946         used as a hook after getting new mail.
2947
2948 2002-09-26  Simon Josefsson  <jas@extundo.com>
2949
2950         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2951         SELECT/EXAMINE is first unseen article, not number of unseen
2952         articles.  Make them distinct by renaming the former to
2953         `first-unseen' instead of `unseen'.
2954
2955         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2956         too.
2957         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2958         changed.
2959         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2960
2961         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2962
2963         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2964         better.
2965
2966         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2967         if dissecting resulting buffer actually had any information.
2968
2969 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2972         because the function `string<' allows symbols.
2973
2974         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2975
2976 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2977
2978         * message.el (message-forward-make-body): Revert an early change
2979         because 8-bit utf-8 emails.
2980
2981 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2982
2983         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2984         links to Info)
2985         * gnus-art.el (gnus-treat-highlight-signature):
2986         * gnus-art.el (gnus-treat-buttonize):
2987         * gnus-art.el (gnus-treat-buttonize-head):
2988         * gnus-art.el (gnus-treat-emphasize):
2989         * gnus-art.el (gnus-treat-strip-cr):
2990         * gnus-art.el (gnus-treat-unsplit-urls):
2991         * gnus-art.el (gnus-treat-leading-whitespace):
2992         * gnus-art.el (gnus-treat-hide-headers):
2993         * gnus-art.el (gnus-treat-hide-boring-headers):
2994         * gnus-art.el (gnus-treat-hide-signature):
2995         * gnus-art.el (gnus-treat-fill-article):
2996         * gnus-art.el (gnus-treat-hide-citation):
2997         * gnus-art.el (gnus-treat-hide-citation-maybe):
2998         * gnus-art.el (gnus-treat-strip-list-identifiers):
2999         * gnus-art.el (gnus-treat-strip-pgp):
3000         * gnus-art.el (gnus-treat-strip-pem):
3001         * gnus-art.el (gnus-treat-strip-banner):
3002         * gnus-art.el (gnus-treat-highlight-headers):
3003         * gnus-art.el (gnus-treat-highlight-citation):
3004         * gnus-art.el (gnus-treat-date-ut):
3005         * gnus-art.el (gnus-treat-date-local):
3006         * gnus-art.el (gnus-treat-date-english):
3007         * gnus-art.el (gnus-treat-date-lapsed):
3008         * gnus-art.el (gnus-treat-date-original):
3009         * gnus-art.el (gnus-treat-date-iso8601):
3010         * gnus-art.el (gnus-treat-date-user-defined):
3011         * gnus-art.el (gnus-treat-strip-headers-in-body):
3012         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3013         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3014         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3015         * gnus-art.el (gnus-treat-unfold-headers):
3016         * gnus-art.el (gnus-treat-fold-headers):
3017         * gnus-art.el (gnus-treat-fold-newsgroups):
3018         * gnus-art.el (gnus-treat-overstrike):
3019         * gnus-art.el (gnus-treat-display-xface):
3020         * gnus-art.el (gnus-treat-display-smileys):
3021         * gnus-art.el (gnus-treat-from-picon):
3022         * gnus-art.el (gnus-treat-mail-picon):
3023         * gnus-art.el (gnus-treat-newsgroups-picon):
3024         * gnus-art.el (gnus-treat-body-boundary):
3025         * gnus-art.el (gnus-treat-capitalize-sentences):
3026         * gnus-art.el (gnus-treat-fill-long-lines):
3027         * gnus-art.el (gnus-treat-play-sounds):
3028         * gnus-art.el (gnus-treat-translate):
3029         * gnus-art.el (gnus-treat-x-pgp-sig):
3030         * gnus-art.el (gnus-mime-button-line-format):
3031         * gnus-art.el (gnus-button-man-level):
3032         * gnus-art.el (gnus-button-emacs-level):
3033         * gnus-cus.el (gnus-group-parameters):
3034         * gnus-gl.el (bbb-build-mid-scores-alist):
3035         * gnus-group.el (gnus-group-line-format):
3036         * gnus-mlspl.el (gnus-group-split-setup):
3037         * gnus-mlspl.el (gnus-group-split):
3038         * gnus-msg.el (gnus-mailing-list-groups):
3039         * gnus-msg.el (gnus-posting-styles):
3040         * gnus-nocem.el (gnus-nocem-issuers):
3041         * gnus-score.el (gnus-score-regexp-bad-p):
3042         * gnus-srvr.el (gnus-server-line-format):
3043         * gnus-topic.el (gnus-topic-line-format):
3044         * gnus.el (gnus-summary-line-format):
3045         * mail-source.el (mail-sources):
3046         * message.el (message-subscribed-address-file):
3047         * nnmail.el (nnmail-split-fancy):
3048
3049 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3050
3051         * mail-source.el(mail-source-run-script): use `functionp' to test
3052         whether the argument `script' is in fact a function.
3053         (mail-sources): adjust the defcustom to allow users to specify a
3054         function or a string as the value of the `:prescript' and
3055         `:postscript' arguments of the `file' and `pop3' mail sources.
3056
3057 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3058
3059         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3060         number when article 1 does not exist.
3061
3062 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3063
3064         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3065         apropos if apropos-variable does not exist.
3066         (gnus-button-guessed-mid-regexp)
3067         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3068         regexes.  From Reiner Steib.
3069         (gnus-button-handle-describe-function)
3070         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3071         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3072         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3073
3074 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3075         Trivial patch.
3076
3077         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3078         the file.
3079
3080 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3083
3084 2002-09-24  Simon Josefsson  <jas@extundo.com>
3085
3086         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3087         (mml2015-use): Prefer PGG if installed.
3088         (mml2015-function-alist): Add PGG wrappers.
3089         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3090         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3091         prefix, make regexp optionally skip it.
3092         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3093         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3094         (mml2015-pgg-encrypt): New functions.
3095         (defvar, autoload): Prevent byte-compile warnings.
3096
3097 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3098         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3099
3100         * gnus-art.el (article-strip-banner): Check for the existence of
3101         from header.
3102
3103 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3104
3105         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3106         (gnus-button-alist): Improved regexp for
3107         gnus-button-handle-mid-or-mail (false positives), fixed
3108         gnus-button-handle-man entries.
3109         From Reiner Steib.
3110
3111 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3112         From Josh Huber.
3113
3114         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3115         nnmail-extra-headers is non-nil.
3116
3117 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3118
3119         * nnmaildir.el: Store article numbers persistently.  General
3120         revision.
3121         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3122         for nnmail-expiry-wait; delete instead of moving if 'force is
3123         given.
3124
3125 2002-09-23  Simon Josefsson  <jas@extundo.com>
3126         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3127
3128         * smime.el (smime-sign-buffer): Get key and extra certs.
3129         (smime-get-key-with-certs-by-email): Utility function.
3130
3131 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3132         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3133
3134         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3135         article exists.
3136
3137 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3138
3139         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3140
3141 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3142         From Reiner Steib.
3143
3144         * gnus-art.el (gnus-button-handle-custom,
3145         gnus-button-handle-mid-or-mail,
3146         gnus-button-handle-describe-{function,variable,key},
3147         gnus-button-handle-apropos{,command,variable}): New functions.
3148         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3149         gnus-button-{man,emacs,mail}-level): New variables.
3150         (gnus-button-alist): Use the above to buttonize emacs and mail
3151         related links.
3152
3153 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3154
3155         * gnus-int.el (gnus-status-message): Fix spacing.
3156
3157         * imap.el (imap-continuation): Fix typos.
3158
3159 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3160
3161         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3162
3163         * gnus-art.el (gnus-article-reply-with-original): Correct
3164         with-current-buffer scope.
3165
3166         * message.el (message-completion-alist): Add Reply-To, From, etc.
3167
3168 2002-09-18  Simon Josefsson  <jas@extundo.com>
3169
3170         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3171         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3172
3173 2002-09-17  Simon Josefsson  <jas@extundo.com>
3174
3175         * nnimap.el (nnimap-expiry-target): Don't search for which
3176         articles exists here.
3177         (nnimap-request-expire-articles): Do it here instead.  Only expire
3178         when articles are found.  Suggested by Nevin Kapur
3179         <nevin@jhu.edu>.
3180
3181 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3182         From Reiner Steib <reiner.steib@gmx.de>.
3183
3184         * message.el (message-strip-subject-trailing-was)
3185         (message-change-subject, message-add-archive-header)
3186         (message-xpost-fup2-header, message-xpost-insert-note)
3187         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3188         adopted from message-utils.el.  Add functions to the keymap, mode
3189         describtion and menu.
3190         (message-change-subject,message-xpost-fup2): Signal error if
3191         current header is empty.
3192         (message-xpost-insert-note): Changed insert position.
3193         (message-archive-note): Ensure to insert note in message body (not
3194         in head).
3195         (message-archive-header, message-archive-note)
3196         (message-xpost-default, message-xpost-note, message-fup2-note)
3197         (message-xpost-note-function): New variables adopted from
3198         message-utils.el.  Changed some doc-strings.
3199         (message-mark-insert-{begin,end}): Rename from
3200         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3201         values.
3202         (message-subject-trailing-was-query)
3203         (message-subject-trailing-was-ask-regexp)
3204         (message-subject-trailing-was-regexp): New variables.
3205         (message-to-list-only): Added doc-string and menu entry.
3206
3207         * message-utils.el: Removed.  Functions are now in message.el.
3208
3209 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3210
3211         * gnus-art.el (gnus-article-reply-with-original,
3212         gnus-article-followup-with-original): Switch to
3213         gnus-summary-buffer before reply/followup.
3214
3215 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3216
3217         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3218         not exist. Toggle it anyway.
3219
3220 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3221
3222         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3223
3224         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3225         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3226
3227         * rfc2047.el (message-posting-charset): Defvar it.
3228         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3229         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3230
3231         * mail-source.el (mail-source-fetch): Hide password.
3232
3233         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3234
3235 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3236         From John Paul Wallington <jpw@shootybangbang.com>.
3237
3238         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3239
3240 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3243
3244 2002-09-11  Simon Josefsson  <jas@extundo.com>
3245
3246         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3247         (nnimap-split-rule): Doc fix.
3248         (nnimap-request-expire-articles): Cleanup code.
3249
3250 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3251         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3252
3253         * gnus-art.el (gnus-article-address-banner-alist): New option.
3254         (article-strip-banner): Refer the above option to split banners of
3255         free mail servers, when no group parameter is specified.
3256
3257 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * nntp.el (nntp-wait-for-string): Check for a process in the
3260         current buffer instead of `nntp-server-buffer'.
3261
3262 2002-09-09  Simon Josefsson  <jas@extundo.com>
3263
3264         * gnus-art.el (gnus-button-man-handler): New variable.
3265         (gnus-button-alist): Use g-b-handle-man.
3266         (gnus-button-handle-man): New, call g-b-man-handler.
3267
3268 2002-09-08  Simon Josefsson  <jas@extundo.com>
3269
3270         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3271
3272 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3275
3276 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3279
3280         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3281         keystroke.
3282
3283         * gnus-srvr.el (gnus-browse-describe-group): New command and
3284         keystroke.
3285
3286 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3289         value for gnus-decoration property.
3290
3291 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3292
3293         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3294         string) as group name in case we have a CRLF in the file.
3295
3296 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3297
3298         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3299         group.
3300         (rfc1843-decode-hzp): do.
3301         (rfc1843-newsgroups-regexp): do.
3302
3303 2002-09-04  Simon Josefsson  <jas@extundo.com>
3304
3305         * message.el (message-canlock-generate): Make sure sha1 doesn't
3306         call external programs.
3307
3308 2002-09-03  Simon Josefsson  <jas@extundo.com>
3309
3310         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3311
3312         * gnus-agent.el (gnus-agent-batch): Add doc.
3313
3314 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3315
3316         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3317         check for signed and encrypted parts.
3318         * mml.el (mml-parse-1): Correct small typo which preventing
3319         setting recipients in a secure tag.
3320
3321 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * mm-util.el (mm-coding-system-priorities): Default to a list of
3324         iso-2022-jp and others for the Japanese environment.
3325
3326 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3329         invalid display names.
3330
3331 2002-08-30  Simon Josefsson  <jas@extundo.com>
3332
3333         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3334         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3335
3336 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3337
3338         * gnus.el (gnus-group-charter-alist): New option.
3339         (gnus-group-fetch-control-use-browse-url): New option.
3340
3341         * gnus-group.el (gnus-group-fetch-charter): New function.
3342         (gnus-group-fetch-control): New function.
3343         Add them to the keymap and menu. Require mm-url.
3344
3345 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3348         From Alex Schroeder <alex@emacswiki.org>.
3349
3350 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3351
3352         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3353         items expecting user interaction.
3354
3355         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3356
3357         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3358
3359         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3360
3361         * mml.el (mml-menu): do.
3362
3363 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * mail-source.el (mail-source-touch-pop): New function.
3366
3367         * message.el (message-smtpmail-send-it): New function.
3368         (message-send-mail-function): Add it for a candidate.
3369
3370 2002-08-27  Simon Josefsson  <jas@extundo.com>
3371
3372         * gnus-msg.el (posting-charset-alist): Use
3373         gnus-define-group-parameter instead of defcustom.
3374         (gnus-put-message): Handle SPC in GCC.
3375         (gnus-inews-insert-gcc): Ditto.
3376         (gnus-inews-insert-archive-gcc): Ditto.
3377
3378 2002-08-26  Simon Josefsson  <jas@extundo.com>
3379
3380         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3381         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3382         (gnus-agent-possibly-save-gcc): Autoload.
3383         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3384
3385 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus.el (gnus-other-frame-function): New user option.
3388         (gnus-other-frame): Use it; add a doc-string; make it work with
3389         the gnuclient program.
3390
3391         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3392
3393         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3394         `device-connection' and `dfw-device'.
3395
3396 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3397
3398         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3399         positives, make it stricter.  From Jochen Hein (trivial change).
3400
3401 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * gnus.el (gnus-other-frame): Trivial fix.
3404
3405 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus.el (gnus-other-frame-parameters): New user option.
3408         (gnus-other-frame-object): New variable.
3409         (gnus-other-frame): Make it search for existing Gnus frame; don't
3410         read new news; delete frame on exit.
3411
3412         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3413
3414         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3415
3416 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3417         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3418
3419         * message.el (message-set-auto-save-file-name): Add support for
3420         the Cygwin Emacs; the system-type is `cygwin'.
3421         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3422
3423 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3424
3425         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3426
3427         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3428         avoid arithmetic errors.
3429
3430 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3433
3434 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3437         (message-ignored-resent-headers): Add envelope From.
3438
3439 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3440
3441         * gnus.el (gnus-summary-line-format): Document %k specifier.
3442
3443 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3444
3445         * gnus-sum.el (gnus-summary-line-message-size): New function.
3446         (gnus-summary-line-format-alist): Use it.
3447
3448 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (article-make-date-line): Refer to the value for
3451         `gnus-article-time-format' in the summary buffer.
3452
3453         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3454
3455 2002-08-14  Simon Josefsson  <jas@extundo.com>
3456
3457         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3458         quoting.
3459         (gnus-button-alist): Fix doc.
3460         (gnus-header-button-alist): Use ' not ` for default value quoting.
3461         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3462         rationale similar to 2002-05-01 change.
3463         (gnus-article-add-buttons-to-head): Evaluate expression.
3464
3465         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3466
3467 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * message.el (message-font-lock-keywords): Refer to the value for
3470         `message-cite-prefix-regexp' dynamically.
3471
3472 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3475
3476 2002-08-12  Simon Josefsson  <jas@extundo.com>
3477
3478         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3479         (imap-shell-open): Skip initial junk before IMAP greeting.
3480
3481 2002-08-11  Simon Josefsson  <jas@extundo.com>
3482
3483         * message-utils.el (message-xpost-default,
3484         message-xpost-fup2-header, message-xpost-fup2): Fixed
3485         Typos.  Trivial changes from Reiner Steib
3486         <4uce.02.r.steib@gmx.net>.
3487
3488 2002-08-09  Simon Josefsson  <jas@extundo.com>
3489
3490         * message.el (message-canlock-password): Set
3491         canlock-password-for-verify to newly generated canlock-password.
3492         When Emacs is restarted, Custom makes sure this is set, but during
3493         the same session we must set it manually.
3494
3495 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3496
3497         * yenc.el: New file.
3498
3499         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3500         (mm-uu-type-alist): Add yenc.
3501         (mm-uu-yenc-filename): New function.
3502         (mm-uu-yenc-extract): New function.
3503
3504         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3505
3506 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3507
3508         * dgnushack.el (merge): Don't use coerce.
3509
3510 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3511
3512         * mailcap.el (mailcap-mime-data): Test window-system rather than
3513         mm-device-type.
3514         (mailcap-mime-data): Call xdvi and gv with "-safer".
3515
3516         * mm-util.el: Don't define mm-device-type.
3517
3518 2002-08-05  Simon Josefsson  <jas@extundo.com>
3519
3520         * mm-util.el (mm-coding-system-priorities): coding-system type not
3521         supported everywhere.
3522
3523 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus.el (gnus-version-number): Bumped version number.
3526
3527 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3528
3529         * gnus.el: Oort Gnus v0.07 is released.
3530
3531 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3534         (gnus-article-sort-functions): Doc fix.
3535         (t): New keystroke.
3536         (gnus-article-sort-by-random): New function.
3537         (gnus-thread-sort-by-random): New function.
3538
3539 2002-08-02  Simon Josefsson  <jas@extundo.com>
3540
3541         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3542         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3543
3544 2002-07-31  Danny Siu  <dsiu@adobe.com>
3545
3546         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3547         when splitting malformed messages without message-id
3548
3549 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3550         From Niklas Morberg <niklas.morberg@axis.com>.
3551
3552         * nnweb.el (nnweb-type, nnweb-type-definition)
3553         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3554         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3555         functionality.
3556         * nnweb.el: Removed old non-functioning search engines.
3557
3558 2002-07-27  Simon Josefsson  <jas@extundo.com>
3559
3560         * message.el (message-forward-make-body): Don't use
3561         `message-forward-ignored-headers' when doing a "raw" followup (it
3562         is important to preserve e.g. CTE).
3563
3564         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3565
3566         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3567         regexp-quote, Cyrus Sieve is fixed.
3568
3569         * sieve-manage.el (sieve-manage-deletescript): New function.
3570
3571         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3572         (sieve-manage-mode): Fix menubar.
3573         (sieve-activate): Change some messages.
3574         (sieve-deactivate-all): New function.
3575         (sieve-deactivate): New alias.
3576         (sieve-remove): New function.
3577         (sieve-help): Fix help.
3578         All suggested by Ned Ludd.
3579
3580 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3583         (mm-w3m-safe-url-regexp): New user option.
3584
3585         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3586         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3587
3588 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3589
3590         * gnus-sum.el (gnus-summary-delete-article): Force
3591         nnmail-expiry-target to 'delete, so that absolute deletion
3592         happens when absolute deletion is requested.
3593
3594 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3595         From Nevin Kapur <nevin@jhu.edu>.
3596
3597         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3598         headers as empty headers.
3599
3600 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3601         From Jochen Hein <jochen@jochen.org>.
3602
3603         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3604         correct typo.
3605         (gnus-emphasis-strikethru): New face.
3606
3607 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3608         From Jason Merrill <jason@redhat.com>.
3609
3610         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3611         entire file for each of a sequence of missing articles.
3612
3613         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3614         value for gnus-view-pseudos.
3615
3616         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3617         avoid nreverse.
3618
3619 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3620         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3621
3622         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3623         (gnus-summary-mode-line-format-alist): Add %h for number of
3624         spams.
3625         (gnus-newsgroup-spam-marked): New variable.
3626         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3627         (gnus-article-read-p, gnus-article-mark)
3628         (gnus-set-global-variables, gnus-set-global-variables)
3629         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3630         (gnus-summary-mark-article-as-unread)
3631         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3632         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3633         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3634
3635 2002-07-10  Simon Josefsson  <jas@extundo.com>
3636
3637         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3638         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3639
3640 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3641
3642         * gnus-sum.el (gnus-summary-delete-article): Respect group
3643         parameters while expiring.
3644
3645 2002-07-08  Simon Josefsson  <jas@extundo.com>
3646
3647         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3648         Enberg.
3649
3650 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3651
3652         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3653         function is called interactively.  From Niklas Morberg.
3654
3655 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3656
3657         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3658         cdaar to cdar and car.
3659
3660         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3661         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3662
3663 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3666         don't break a narrowed article.
3667
3668         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3669         (nntp-open-via-rlogin-and-telnet): Ditto.
3670
3671 2002-07-02  Didier Verna  <didier@xemacs.org>
3672
3673         * nnmail.el (nnmail-split-methods): fix custom type.
3674
3675 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3676
3677         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3678         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3679
3680 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3681
3682         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3683         (gnus-summary-resend-message): Use it.
3684
3685 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3688         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3689
3690 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3691
3692         * message.el (message-font-lock-keywords): Don't fontify
3693         headers in the message body, only in the header.
3694         (message-font-lock-make-header-matcher): New function, used by
3695         message-font-lock-keywords.
3696         From Katsumi Yamaoka <yamaoka@jpl.org>.
3697
3698 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3701
3702 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3705
3706 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3707
3708         * message.el (message-font-lock-keywords): Revert 2002-06-22
3709         change.
3710
3711 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3712
3713         * message.el (message-font-lock-keywords): Put colon in header
3714         name match.
3715
3716 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3717
3718         * message.el (message-font-lock-keywords): Don't use header faces
3719         in the body.  Thanks to Stefan Monnier for the hint on the
3720         implementation.
3721
3722 2002-05-09  Miles Bader  <miles@gnu.org>
3723
3724         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3725         (gnus-article-hide-citation): Respect it.
3726
3727 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3728
3729         * pop3.el (pop3-open-server): Fix typo.
3730
3731 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3732
3733         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3734         instead of push to ignore duplicate to-(list|address) values.
3735         * nnmail.el (nnmail-cache-ignore-groups): New.
3736         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3737
3738 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3739
3740         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3741         before sending.  Suggested by Jan Rychter.
3742
3743 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * dgnushack.el (remove): New compiler macro.
3746         (last, coerce, subseq): Remove compiler macros for those built-in
3747         or unused functions.
3748
3749 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3750
3751         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3752         sure to write byte-compiled versions of gnus-*-format-alist to
3753         .newsrc.eld.  From Simon Josefsson.
3754
3755 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3756
3757         * gnus-agent.el (gnus-agent-read-servers)
3758         (gnus-agent-write-servers): Put server name (string like
3759         "nnchoke:frumple") in the file instead of a server specification
3760         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3761         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3762
3763 2002-06-16  Simon Josefsson  <jas@extundo.com>
3764
3765         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3766         Reiner Steib <4uce.02.r.steib@gmx.net>.
3767
3768 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3769
3770         * nnheader.el (nnheader-file-name-translation-alist): Set the
3771         default value for MS Windows systems.
3772
3773         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3774
3775 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * message.el (message-beginning-of-line): Keep the region active
3778         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3779
3780 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3781
3782         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3783         * gnus-msg.el (gnus-summary-reply): Ditto.
3784         * gnus-msg.el (gnus-summary-handle-replysign): New.
3785
3786 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3789         if sending failed.
3790
3791 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3792
3793         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3794         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3795         to sign while encrypting.
3796
3797 2002-06-11  Simon Josefsson  <jas@extundo.com>
3798
3799         * gnus-int.el (gnus-request-move-article): Agent expire article if
3800         successfuly moved.
3801
3802         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3803         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3804
3805 2002-06-10  Simon Josefsson  <jas@extundo.com>
3806
3807         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3808
3809 2002-06-09  Simon Josefsson  <jas@extundo.com>
3810
3811         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3812
3813         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3814
3815 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3816
3817         * flow-fill.el (fill-flowed): Ignore errors.
3818
3819 2002-06-06  Simon Josefsson  <jas@extundo.com>
3820
3821         * message.el (message-send-mail-with-sendmail): Improve error message.
3822
3823 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3824
3825         * message.el (message-interactive): Change default from nil to t.
3826         Better to be safe than to be fast.
3827
3828 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3829
3830         * message.el (message-send-mail-with-sendmail): Check return value
3831         from call-process-region.
3832
3833 2002-06-04  Simon Josefsson  <jas@extundo.com>
3834
3835         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3836         (gnus-group-post-news, gnus-summary-mail-other-window)
3837         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3838         gnus-article-copy to nil, thereby inhibiting the `header' posting
3839         style match to use data from last viewed article.
3840         Suggested by Hrvoje Niksic.
3841
3842 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * spam.el (spam-point-at-eol): New alias.
3845         (spam-parse-whitelist): Use it.
3846
3847 2002-06-03  Simon Josefsson  <jas@extundo.com>
3848
3849         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3850         (nnmail-article-group): Use it.
3851
3852 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3853
3854         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3855         so that code reading them won't be surprised.  From Jesper Harder
3856         <harder@ifa.au.dk>.
3857
3858 2002-05-29  Simon Josefsson  <jas@extundo.com>
3859
3860         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3861         articles.
3862
3863         * gnus.el (gnus-agent-cache): Doc fix.
3864         (gnus-agent): Change default to t.
3865
3866         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3867         ARTICLES, GROUP and FORCE parameters.
3868
3869 2002-05-28  Simon Josefsson  <jas@extundo.com>
3870
3871         * gnus-group.el (gnus-group-line-format): Doc fix.
3872
3873 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3874
3875         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3876         original article before yanking.  From Jesper Harder
3877         <harder@ifa.au.dk>.
3878
3879 2002-05-26  Simon Josefsson  <jas@extundo.com>
3880
3881         * gnus-sum.el (gnus-summary-menu-split): New function.
3882         (gnus-summary-make-menu-bar): Split charset submenu.
3883         (gnus-summary-menu-maxlen): New variable.
3884         (gnus-summary-menu-split): Use it.
3885
3886 2002-05-25  Simon Josefsson  <jas@extundo.com>
3887
3888         * mml.el (mml-preview): Generate some headers.
3889
3890         * gnus.el (gnus-large-newsgroup): Fix :type.
3891
3892         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3893         Agent cache NOV's by default now).
3894         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3895
3896 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3897
3898         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3899         call to gnus-parent-id when we check for References loops.
3900         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3901         twice by saving the simplified subject string in simp-subject.
3902
3903 2002-05-23  Simon Josefsson  <jas@extundo.com>
3904
3905         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3906         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3907
3908         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3909         Niklas Morberg <niklas.morberg@axis.com>.
3910
3911 2002-05-22  Simon Josefsson  <jas@extundo.com>
3912
3913         * sieve.el (sieve-change-region): Define it before it is used.
3914
3915         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3916         (gnus-summary-reply): Ask for confirmation when replying to news.
3917         Defaults to not ask.  From Benjamin Rutt
3918         <rutt+news@cis.ohio-state.edu>.
3919
3920         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3921
3922 2002-05-21  Simon Josefsson  <jas@extundo.com>
3923
3924         * sieve-mode.el (sieve-manage): Fix autoloads.
3925
3926         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3927         name (makes it work with recent Cyrus timsieved).
3928
3929 2002-05-20  Jason  <jbaker@cs.utah.edu>
3930         Trivial patch.
3931
3932         * gnus-art.el (gnus-request-article-this-buffer): Try
3933         reconnecting if you don't get the message.
3934
3935 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3938         Reply-To headers from the headers.
3939
3940 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * mm-url.el (mm-url-insert): Remove junk message.
3943
3944 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3947         (nnslashdot-use-front-page): New variable.
3948         (nnslashdot-request-list): Use it.
3949
3950         * mm-url.el (mm-url-timeout): New variable.
3951         (mm-url-retries): Ditto.
3952         (mm-url-insert): Use it.
3953
3954 2002-05-16  Simon Josefsson  <jas@extundo.com>
3955
3956         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3957         (gnus-simplify-subject-functions): Mention g-s-a-w.
3958
3959 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3960
3961         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3962         nnmail-cache-insert.
3963         * nndiary.el (nndiary-request-accept-article): Ditto.
3964         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3965         * nnimap.el (nnimap-request-accept-article): Ditto.
3966         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3967         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3968         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3969         * nnmh.el (nnmh-request-accept-article): Ditto.
3970         * nnmail.el (nnmail-cache-insert): Change group to required,
3971         removed code which tried to figure out the group.
3972
3973 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3974
3975         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3976         messages. From Hans de Graaff <hans@degraaff.org>.
3977         * nnml.el (nnml-request-accept-article): Pass in the group name to
3978         nnmail-cache-insert, since it's available.
3979
3980 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3981
3982         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3983
3984 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3985         From Florian Weimer <fw@deneb.enyo.de>.
3986
3987         * gnus.el (subscribed): New group parameter.
3988         (gnus-find-subscribed-addresses): Use it.
3989
3990 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3991
3992         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3993         the default for pgpmime to support pgp v2.
3994         * mml-sec.el (mml-signencrypt-style): New accessor function to
3995         allow users to get/set the signencrypt style more easily without
3996         frobbing the alist directly.
3997         * mml.el (mml-generate-mime-1): Use accessor function.
3998
3999 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4000
4001         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4002         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4003         <schwab@suse.de>.
4004
4005 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4006
4007         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4008         when intuiting the group the message is written to.  From Josh
4009         Huber <huber@alum.wpi.edu>.
4010
4011 2002-05-06  Simon Josefsson  <jas@extundo.com>
4012
4013         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4014         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4015
4016 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4017
4018         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4019         argument, and fixed compiler warning. (added autoload for
4020         gpg-encrypt).
4021
4022 2002-05-04  Simon Josefsson  <jas@extundo.com>
4023
4024         * mml1991.el (mml1991-function-alist): Doc fix.
4025
4026         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4027         doesn't exist (for previewing messages without having Gnus
4028         started).
4029
4030         * mm-util.el (mm-coding-system-priorities): Defcustom.
4031
4032         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4033
4034 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4035
4036         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4037         default.
4038         * mml-sec.el:
4039         * mml-sec.el (mml-signencrypt-style): New.
4040         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4041         argument `sign'.
4042         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4043         signencrypt.
4044         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4045         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4046         both signed & encryped is processed in one operation. (rather than
4047         two separate ops: sign, then encrypt)
4048         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4049         indication if a message is signed by an expired key.
4050         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4051         enables combined sign & encrypt operation. (this was always on
4052         before).
4053         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4054
4055 2002-05-01  Simon Josefsson  <jas@extundo.com>
4056
4057         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4058         server.
4059         (nnimap-mailbox-info): defvar instead of defvoo.
4060
4061 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4062
4063         * gnus.el: Oort Gnus v0.06 is released.
4064
4065 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * lpath.el: Bind url-package-version.
4068
4069 2002-05-01  Simon Josefsson  <jas@extundo.com>
4070
4071         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4072         filename before deleting the group itself, because the presence of
4073         a group filename decides if long filenames are used or not.
4074
4075         * gnus-art.el (gnus-button-alist): Don't inline
4076         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4077         without also modifying g-button-alist.
4078         (gnus-button-alist): Fix type to allow variable as well as regexp.
4079         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4080         themselves, variables to its contents.
4081         (gnus-button-entry): Ditto.
4082
4083 2002-05-01  Simon Josefsson  <jas@extundo.com>
4084
4085         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4086         UIDNEXT as a string.
4087
4088         * nnimap.el (nnimap-string-lessp-numerical): New function.
4089         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4090         integers.
4091
4092 2002-04-29  Simon Josefsson  <jas@extundo.com>
4093
4094         * nnmail.el (nnmail-cache-insert): Accept optional group
4095         parameter.
4096
4097         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4098         n-r-g-a is disabled.
4099
4100 2002-04-29  Simon Josefsson  <jas@extundo.com>
4101
4102         * nnimap.el (nnimap-split-fancy): Fix doc.
4103         (nnimap-split-fancy): Fix doc.
4104
4105         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4106         (nnimap-mailbox-info): New internal variable.
4107         (nnimap-retrieve-groups): Implement faster new mail check.
4108
4109         * nnimap.el (nnimap-split-articles): Support
4110         nnmail-cache-accepted-message-ids.
4111         (nnimap-request-accept-article): Ditto.
4112
4113         * imap.el (imap-mailbox-status-asynch): New command.
4114
4115 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4116
4117         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4118         are no subscribed mail groups.
4119         - Strip quoted names when comparing addresses
4120
4121 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4122
4123         * mm-decode.el (mm-text-html-renderer): Change customize type to
4124         const.
4125
4126         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4127         (gnus-debug-exclude-variables): do.
4128
4129 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4130
4131         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4132         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4133
4134 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * dns.el (dns-make-network-process): New macro.
4137         (query-dns): Use it.
4138
4139 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4140
4141         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4142         article-buffer.
4143
4144         * mm-url.el (mm-url-package-name): New variable.
4145         (mm-url-package-version): New variable.
4146         (mm-url-insert-file-contents): Bind url-package-name and
4147         url-package-version here.
4148         * nnrss.el (nnrss-insert-w3): Move the bindings.
4149
4150         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4151         url-package-version. Trivial change from Andrew J Cosgriff
4152         <ajc@polydistortion.net>
4153
4154         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4155         attachments. Trivial change from Peter 'Luna' Runestig
4156         <peter@runestig.com>.
4157
4158 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4159
4160         * nnkiboze.el (nnkiboze-request-scan): Call
4161         nnkiboze-possibly-change-group.
4162         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4163         problems.
4164         (nnkiboze-generate-group): Set newsrc to the *highest* article
4165         number kibozed, not the lowest.
4166
4167 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4168
4169         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4170
4171 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4172         From Dan Christensen <jdc+news@uwo.ca>.
4173
4174         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4175         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4176         Recognize math postings.  Extract Date (now ignores "(15kb)").
4177         Extract email address using gnus-extract-address-components
4178         instead of just taking the first word.  Create Date and From
4179         headers for message which are missing these headers.  Get rid
4180         of spurious \\ lines (purely cosmetic).  Extend body-end and
4181         file-end regexps, to exclude more garbage from the message.
4182         Make URL rephrasing regexp more flexible, to match current
4183         format.
4184
4185 2002-04-23  Simon Josefsson  <jas@extundo.com>
4186
4187         * netrc.el: New file, functions copied from gnus-util.el by Ted
4188         Zlatanov <tzz@lifelogs.com>.
4189
4190         * gnus-util.el: Require netrc.
4191         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4192         new code in netrc.el.
4193
4194 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4195
4196         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4197         message-ignored-resent-headers, too.  From Matthieu Moy
4198         <Matthieu.Moy@imag.fr>.
4199
4200 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4201
4202         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4203         boolean not a string
4204         * gnus-group.el (gnus-group-line-format): add description of %C
4205         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4206           as %C
4207         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4208
4209 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4210
4211         * nnmaildir.el (nnmaildir-request-scan): typo: set
4212         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4213         nnmail-get-new-mail for 'find-new-groups.
4214
4215 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4216
4217         * nnmaildir.el (nnmaildir-request-update-info,
4218         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4219         unnecessary calls to nnmaildir-request-scan.
4220
4221 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4222
4223         * gnus-msg.el:
4224         * gnus-msg.el (gnus-message-replysign): New.
4225         * gnus-msg.el (gnus-message-replyencrypt): New.
4226         * gnus-msg.el (gnus-message-replysignencrypted): New.
4227         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4228         (above) to automatically encrypt/sign to encrypted/signed
4229         messages.
4230         * message.el:
4231         * message.el (message-mode-map): Add keybinding for
4232         `message-to-list-only'
4233         * message.el (message-mode): Add description for
4234         `message-to-list-only'
4235         * message.el (message-to-list-only): New.
4236         * message.el (message-make-mft): Changed to use the cl loop macro,
4237         and added optional flag to return only the matched list. (for use
4238         in new message-to-list-only function)
4239
4240 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4241
4242         * gnus-msg.el:
4243         * gnus-msg.el (gnus-message-replysign):
4244         * gnus-msg.el (gnus-replysign): New.
4245         * gnus-msg.el (gnus-replyencrypt): New.
4246         * gnus-msg.el (gnus-replysignencrypted): New.
4247         * gnus-msg.el (gnus-summary-reply):
4248         * message.el:
4249         * message.el (message-mode-map):
4250         * message.el (message-mode):
4251         * message.el (message-to-list-only): New.
4252         * message.el (message-make-mft):
4253
4254 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4257
4258 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4259
4260         * message.el (message-gen-unsubscribed-mft): accept a prefix
4261         argument so CC can be included with C-u C-c C-f C-a
4262
4263 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4264         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4265
4266         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4267         Improve docstring.
4268         (spam-enter-blacklist): New command.
4269
4270         * gnus-sum.el (gnus-spam-mark): New mark.
4271         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4272         (gnus-summary-make-tool-bar): Correct conditional.
4273         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4274         (gnus-summary-mark-as-spam): New command.
4275
4276 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4277
4278         * mml-sec.el (mml-secure-message): changed to support arbritrary
4279         modes.
4280         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4281         changed to support "signencrypt" mode.
4282         * mml.el (mml-parse-1): changed to support different secure modes
4283         more easily. (for signencrypt)
4284
4285 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4286
4287         * gnus-sum.el (gnus-update-summary-mark-positions)
4288         (gnus-summary-toggle-header):
4289         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4290         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4291         (gnus-uu-post-encoded):
4292         * nnfolder.el (nnfolder-possibly-change-group):
4293         * nnimap.el (nnimap-retrieve-headers):
4294         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4295
4296 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4297
4298         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4299         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4300
4301 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * gnus-srvr.el (gnus-server-set-info): Clear
4304         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4305         From Daiki Ueno <ueno@unixuser.org>.
4306
4307 2002-04-11  Simon Josefsson  <jas@extundo.com>
4308
4309         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4310         viewing of security buttons.  Thanks to Nicolas Kowalski
4311         <Nicolas.Kowalski@imag.fr>.
4312
4313         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4314         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4315         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4316         <Nicolas.Kowalski@imag.fr>.
4317         (smime-decrypt-buffer): Ditto.
4318
4319 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4322         header line.
4323
4324 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4325
4326         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4327
4328 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4329
4330         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4331
4332 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4333
4334         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4335         errors when debug.
4336
4337 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4338
4339         * message.el (message-make-mft): Changed MFT code from using
4340         message-recipients (which included Bcc) to use only the To and CC
4341         headers.
4342
4343 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4344
4345         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4346         add link.
4347         (gnus-treat-mail-picon): Ditto.
4348         (gnus-treat-newsgroups-picon): Ditto.
4349         (gnus-picon-databases): Fix custom type.
4350         (gnus-picon-databases): Add link.
4351         (gnus-article-x-face-command): Add to gnus-picon group.
4352
4353 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4354
4355         * message.el (message-buffer-naming-style): Remove.
4356
4357 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4358
4359         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4360
4361         * message.el (message-tool-bar-map): Ditto.
4362
4363         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4364
4365 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4366
4367         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4368
4369 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4370
4371         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4372
4373 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4374         Trivial patch.
4375
4376         * dns.el: open-network-stream under XEmacs does udp.
4377
4378 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4379
4380         * spam.el (spam-enter-whitelist): New function.
4381         (spam-parse-whitelist): Ditto.
4382         (spam-refresh-list-cache): Ditto.
4383         (spam-address-whitelisted-p): New function.
4384
4385         * dns.el (query-dns): Use TCP when make-network-process isn't
4386         available.
4387         (dns-servers): New variable.
4388         (dns-parse-resolv-conf): New function.
4389         (query-dns): Use it.
4390
4391         * spam.el: New file.
4392
4393         * dns.el (query-dns): Test.
4394
4395 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * lpath.el (featurep): Bind make-network-process.
4398
4399 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4400
4401         * nnmaildir.el: Use defstruct.  Use a single copy of
4402         nnmail-extra-headers to save memory.  Store server's group name
4403         prefix instead of each group's prefixed name.
4404         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4405         nntp-server-buffer.
4406
4407 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * dns.el: New file.
4410
4411 2002-03-28  Simon Josefsson  <jas@extundo.com>
4412
4413         * gnus-sum.el (gnus-summary-dummy-line-format):
4414         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4415         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4416
4417 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4418
4419         * gnus-sum.el (gnus-summary-move-article)
4420         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4421         the doc string.
4422
4423 2002-03-28  Simon Josefsson  <jas@extundo.com>
4424
4425         * mml-sec.el (mml-secure-message): Search after
4426         mail-header-separator from top of message.
4427
4428 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4429
4430         * nnmaildir.el: Cosmetic changes.
4431         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4432         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4433         nnmaildir--group-ls): New macros/functions.  Use them.
4434         (nnmaildir--unlink): Evalutate argument only once.
4435
4436 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4437
4438         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4439         symbols.
4440         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4441         `gnus-point-at-eol'.
4442
4443 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4444
4445         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4446         nnmaildir--marks-dir): New macros.  Use them.
4447         Use inhibit-quit for atomicity instead of in-memory journaling.
4448         (nnmaildir--edit-prep): New function.
4449         (Local Variables): Use it.
4450
4451 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4452
4453         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4454
4455 2002-03-25  Simon Josefsson  <jas@extundo.com>
4456
4457         * message.el (message-mode): Fix doc.
4458
4459 2002-03-25  Simon Josefsson  <jas@extundo.com>
4460
4461         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4462         Matthieu Moy <Matthieu.Moy@imag.fr>.
4463
4464 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4465
4466         * mml-sec.el (mml-unsecure-message): Add docstring.
4467
4468 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4469
4470         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4471         value.
4472         Trivial change from andre@slamdunknetworks.com
4473
4474 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4475
4476         * mml.el (mml-mode-map): Added a keybinding for
4477         `mml-unsecure-message'.  Also, added a menu entry for said
4478         function in the Attachments menu.
4479
4480 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * canlock.el (canlock-version): Remove.
4483         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4484         here; simplify \x insertions.
4485         (canlock-sha1): New function, always return a unibyte string.
4486         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4487         of a password.
4488         (canlock-insert-header): Use `canlock-sha1'.
4489         (canlock-verify): Ditto.
4490
4491 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4492
4493         * message.el (message-fix-before-sending): Add an option that
4494         ignores illegible text.
4495         Trivial change from Mark Milhollan <mlm@attglobal.net>
4496
4497         * message.el (message-font-lock-keywords): Support multi-line MML
4498         tags.
4499
4500         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4501         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4502
4503 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4506         symbols for "View as different encoding" submenu.
4507
4508 2002-03-19  Simon Josefsson  <jas@extundo.com>
4509
4510         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4511         encoding" submenu.
4512
4513 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4514
4515         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4516
4517 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4518
4519         * gnus-sum.el (gnus-sum-thread-tree-root)
4520         (gnus-sum-thread-tree-single-indent)
4521         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4522         (gnus-sum-thread-tree-leaf-with-other)
4523         (gnus-sum-thread-tree-single-leaf): Make customizable.
4524
4525 2002-03-16  Simon Josefsson  <jas@extundo.com>
4526
4527         * gnus-util.el (gnus-extract-address-components): Don't break on
4528         names such as James "Kibo" Parry.  From Francis Litterio
4529         <franl@world.std.com>.
4530
4531 2002-03-13  Simon Josefsson  <jas@extundo.com>
4532
4533         * pop3.el (pop3-open-server): Revert multibyte change.  From
4534         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4535
4536         * message.el (message-send-mail-with-qmail): Make it work.  From
4537         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4538
4539 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4540
4541         * message.el (message-make-mft): Set case-fold-search while
4542         generating the MFT.  Also, a little cleanup in the MFT code.
4543
4544 2002-03-12  Simon Josefsson  <jas@extundo.com>
4545
4546         * message.el (message-qmail-inject-args): May be function.
4547         (message-send-mail-with-qmail): Call function if m-q-i-a is
4548         function.  From fn@hungry.org (Faried Nawaz).
4549
4550 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4551
4552         * message.el (message-abbrevs-loaded): Remove.
4553         (mailabbrev): Require it.
4554
4555         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4556
4557 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * pop3.el (pop3-open-server): Set process buffer unibyte.
4560
4561 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4564
4565 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4566
4567         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4568         too.
4569
4570 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4571
4572         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4573         duplication.
4574         (gnus-summary-save-parts-type-history): Ditto.
4575         (gnus-summary-save-parts-last-directory): Ditto.
4576         Trivial change from andre@slamdunknetworks.com
4577
4578 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4579
4580         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4581
4582 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4583
4584         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4585         -->" as the end of the first article.
4586
4587         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4588         From Matthieu Moy <Matthieu.Moy@imag.fr>
4589
4590         * message.el (message-add-action): Use add-to-list.
4591         (message-delete-action): New function.
4592
4593         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4594         pieces.
4595
4596 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4597
4598         * nnnil.el: New file.
4599         * gnus.el (gnus-valid-select-methods): Include nnnil.
4600
4601 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * message.el (message-syntax-checks): Because canlock is
4604         supported, we disable sender syntax check.
4605         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4606
4607         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4608         value of message-syntax-checks.
4609
4610         * qp.el (quoted-printable-decode-region): Doc addition.
4611         From: Eli Zaretskii <eliz@is.elta.co.il>
4612
4613         * mail-source.el (make-source-make-complex-temp-name): Use
4614         make-temp-file.
4615
4616         * mm-util.el (mm-make-temp-file): New function.
4617         * nneething.el (nneething-file-name): Use it.
4618         * mml-smime.el (mml-smime-encrypt): Ditto.
4619         * mm-view.el (mm-inline-wash-with-file): Ditto.
4620         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4621         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4622         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4623         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4624         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4625         * gnus-art.el (gnus-mime-print-part): Ditto.
4626
4627 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4628
4629         * message.el (nnmaildir-article-number-to-base-name): New
4630         function.
4631         (nnmaildir-base-name-to-article-number): New function.
4632
4633 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * smime.el (smime-make-temp-file): Don't quote
4636         `temporary-file-directory'.
4637
4638 2002-03-04  Simon Josefsson  <jas@extundo.com>
4639
4640         * smime.el (smime-sign-region): Rename argument keyfiles to
4641         keyfile. You only sign something with one key.
4642         (smime-sign-buffer): Better completing-read prompt.
4643         (smime-decrypt-buffer): Ditto.
4644
4645         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4646
4647         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4648         completing-read.
4649         (mm-view-pkcs7-decrypt): CRLF->LF.
4650
4651 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4652
4653         * message.el (message-hierarchical-addresses): New variable.
4654         (message-get-reply-headers): Use it.
4655         From Ted Zlatanov <teodor.zlatanov@divine.com>
4656
4657 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4658
4659         * message.el (message-mode): If buffer-file-name, don't set auto
4660         save file name.
4661         Trivial change from Geoff Greene <ggreene@wpi.edu>
4662
4663 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4664
4665         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4666         takes one argument in read-char.
4667
4668         * message.el (message-fix-before-sending): Forward a char.
4669         Check mmu-multibyte-p, add control-1.
4670
4671 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4672
4673         * gnus-start.el (gnus-read-init-file): Ditto.
4674
4675         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4676
4677         * dgnushack.el (dgnushack-make-load): Ditto.
4678
4679         * mail-source.el (mail-source-fetch): Extract the right error
4680         code.
4681
4682         * message.el (message-fix-before-sending): Check illegible text.
4683
4684         * gnus-util.el (gnus-multiple-choice): New function.
4685
4686         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4687         also defined in gnus-score.el.
4688
4689 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4690
4691         * message.el (message-get-reply-headers): downcase email addresses
4692         for comaparisons for duplicate removal.
4693
4694 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4695
4696         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4697         implementation of PKCS#7, which just allows users read the
4698         message.
4699         (mm-view-pkcs7): Use it.
4700
4701 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4702
4703         * gnus.el (large-newsgroup-initial): New parameter.
4704
4705         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4706         (gnus-summary-insert-old-articles): Ditto.
4707
4708 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4709
4710         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4711         used as the default answer of the question, "How many articles?".
4712         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4713
4714         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4715         small numbers.
4716
4717 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4718
4719         * deuglify.el: Fix comments.
4720
4721 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4722
4723         * html2text.el (html2text-clean-anchor): If there is no HREF,
4724         insert nothing.
4725
4726         * mml.el (mml-generate-mime-1): Add cdr.
4727         From: andre@slamdunknetworks.com
4728
4729         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4730         (mm-text-html-washer-alist): Ditto.
4731
4732         * mm-decode.el (mm-text-html-renderer): Add html2text.
4733
4734         * html2text.el: Face lift.
4735
4736         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4737
4738 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4741
4742         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4743
4744         * deuglify.el: New file. The original file name is
4745         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4746
4747         * mm-decode.el (mm-display-external): Use
4748         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4749
4750 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4751
4752         * nnmaildir.el (nnmaildir-request-list): Report the highest
4753         article number, not the total number of articles.
4754
4755 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4756
4757         * gnus-sum.el: Move uu key map here.
4758         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4759
4760 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4761
4762         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4763         nnmail-expiry-wait* if expire-age parameter is not set.
4764
4765 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4766
4767         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4768         function.
4769         (gnus-group-sort-selected-groups-by-real-name): New function.
4770         (gnus-group-make-menu-bar): Add sort by real name.
4771
4772         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4773         rebuild.
4774         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4775         nil as dependencies as well.
4776
4777 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4778
4779         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4780         for mime-parts.
4781
4782         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4783
4784         * gnus-group.el (gnus-group-name-decode): Don't test
4785         multibyte-string, because it breaks XEmacs.
4786         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4787
4788         * message.el (message-send-mail): Be talkative.
4789
4790         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4791         (mm-automatic-display): Ditto.
4792
4793         * mailcap.el (mailcap-mime-data): Ditto.
4794         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4795
4796 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * many files: Remove trailing whitespaces, replace spc+tab with
4799         tab, replace leading whitespaces with tabs.
4800
4801 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4802
4803         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4804         articles with no body and no blank line after the header.
4805
4806 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4807
4808         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4809         parts.
4810
4811         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4812         non-ascii chars.
4813
4814         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4815
4816         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4817         w3-delay-image-loads.
4818         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4819         (mm-w3-prepare-buffer): Ditto.
4820
4821         * mail-source.el (mail-source-fetch-directory): Run scripts.
4822
4823 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4826         for Majordomo confirmations.
4827
4828 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4831
4832 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4835
4836 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4837
4838         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4839         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4840
4841 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4842
4843         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4844         (mm-inline-render-with-stdin): Ditto.
4845         (mm-inline-render-with-function): Ditto.
4846         (mm-inline-wash-with-file): Bind coding-system-for-write.
4847         (mm-inline-wash-with-stdin): Ditto.
4848
4849 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4850
4851         Suggested by Felix Natter <fnatter@gmx.net>
4852
4853         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4854         gnus-mime-externalize-view.
4855         (gnus-mime-view-part-internally): Rename from
4856         gnus-mime-internalize-view.
4857         (gnus-article-view-part-externally): Rename from
4858         gnus-article-externalize-part.
4859         (gnus-mime-action-alist): Change correspondingly.
4860         (gnus-mime-button-commands): Ditto.
4861         (gnus-mime-action-alist): Remove duplication.
4862
4863         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4864
4865 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4866
4867         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4868
4869         * gnus-art.el (gnus-display-mime): Use it.
4870
4871         * mm-partial.el (mm-partial-find-parts): Use it.
4872
4873         * gnus-sum.el (gnus-article-loose-mime): Rename from
4874         gnus-article-no-strict-mime.
4875         (gnus-summary-save-parts): Use it.
4876
4877 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4880         local variable.
4881
4882         * gnus-art.el (article-display-x-face): Don't sort multiple
4883         X-Faces.
4884
4885 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4888         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4889
4890         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4891
4892 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4893
4894         Some ideas is inspired by code from Hrvoje Niksic
4895         <hniksic@arsdigita.com>
4896
4897         * gnus-art.el (gnus-article-wash-function): Set the default to
4898         nil, so that we use mm-text-html-renderer instead.
4899         (article-wash-html): Use mm-text-html-renderer.
4900
4901         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4902         (mm-text-html-renderer): New variable.
4903         (mm-inline-text-html-renderer): Set the default to nil, so that we
4904         use mm-text-html-renderer instead.
4905
4906         * mm-view.el (mm-inline-text-html): New function.
4907         (mm-text-html-renderer-alist): New variable.
4908         (mm-inline-text-vcard): New function.
4909         (mm-inline-text): Split.
4910         (mm-links-remove-leading-blank): New function.
4911         (mm-inline-render-with-file): New function.
4912         (mm-inline-render-with-stdin): New function.
4913         (mm-inline-render-with-function): New function.
4914         (mm-text-html-washer-alist): New variable.
4915         (mm-inline-wash-with-file): New function.
4916         (mm-inline-wash-with-stdin): New function.
4917
4918 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4919
4920         * message-utils.el: Fix installation doc.
4921         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4922
4923 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4924
4925         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4926         (gnus-post-method): Use it.
4927         (gnus-summary-cancel-article): Find the correct post-method.
4928
4929         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4930         * message.el (message-send-news): Ditto.
4931         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4932         <ipmonger@delamancha.org>
4933
4934         * gnus.el (gnus-select-method): Fix doc.
4935         (gnus-server-string): Use 'using nntp'.
4936
4937         * gnus-agent.el (gnus-slave-unplugged): New command.
4938         From: Felix Natter <fnatter@gmx.net>
4939
4940 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4941
4942         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4943         Call edit-done-function first, then change the window
4944         configuration.
4945         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4946         (gnus-article-edit-mode): mml-mode.
4947
4948         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4949         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4950
4951         * message-utils.el: Adopt the file.
4952
4953         * message-utils.el: New file.
4954         From Holger Schauer <Holger.Schauer@gmx.de>
4955
4956 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4957
4958         * gnus-sum.el (gnus-summary-move-article): Select-article only
4959         when gnus-move-split-methods is non-nil. And we don't render or
4960         mark the article.
4961
4962         * gnus-fun.el (gnus-shell-command-to-string): New function.
4963         (gnus-shell-command-on-region): New function.
4964         (gnus-random-x-face): Use them.
4965         (gnus-x-face-from-file): Ditto.
4966         (gnus-convert-image-to-gray-x-face): Ditto.
4967         (gnus-convert-gray-x-face-to-xpm): Ditto.
4968         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4969
4970 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-art.el (gnus-treat-display-xface): Don't use
4973         `shell-command-to-string' when compiling.
4974         (gnus-treat-display-grey-xface): Ditto.
4975
4976 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4977
4978         * nnmaildir.el (nnmaildir--article-count): If the group is
4979         completely empty, report minimum article number as 1 instead of 0.
4980
4981 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4982
4983         * gnus-agent.el (gnus-get-predicate): Use nconc.
4984
4985         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4986         gnus-summary-display-cache as cache.
4987
4988         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4989         (nndoc-mail-in-mail-type-p): New function.
4990         (nndoc-mail-in-mail-article-begin): New function.
4991
4992 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4993
4994         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4995
4996         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4997         use-hard-newlines to nil.
4998
4999         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5000         image is not available if window-system is not available.
5001
5002         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5003
5004 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5005
5006         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5007         bookmark, because update-mark doesn't handle it correctly.
5008
5009 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5010
5011         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5012         directly instead of calling message-send-mail.
5013
5014         * gnus-start.el (gnus-read-descriptions-file): Use
5015         gnus-default-charset.
5016
5017         * mm-util.el (mm-guess-mime-charset): New function.
5018
5019         * gnus.el (gnus-default-charset): Use it.
5020         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5021         the default.
5022
5023 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5024
5025         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5026         (article-display-x-face): Use it.  Disable grey xface, if
5027         uncompface is not found.
5028
5029         * message.el (message-mode): Don't enable multibyte on an indirect
5030         buffer.
5031
5032         * nnrss.el (nnrss-content-function): New variable.
5033         (nnrss-request-article): Use it.
5034
5035 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * gnus.el: Add article-unsplit-urls.
5038         * gnus-sum.el: Ditto.
5039         * gnus-art.el (gnus-treat-strip-cr): New variable.
5040         (gnus-treatment-function-alist): Use it.
5041         (article-unsplit-urls): New function.
5042         (gnus-article-make-menu-bar): Use it.
5043         From: Michael Cook <michael.cook@cisco.com>
5044
5045 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5048         copy.
5049
5050 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5051
5052         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5053         with internal whitespace.
5054         (gnus-parent-id): Ditto.
5055
5056 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5057
5058         * gnus-art.el (gnus-article-treat-body-boundary): Add
5059         gnus-decoration property.
5060         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5061
5062         * message.el (message-mode): Set local-abbrev-table.
5063         From Matt Armstrong <matt@lickey.com>.
5064
5065         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5066         too many spaces.
5067
5068         * rfc2047.el (rfc2047-unfold-region): Ditto.
5069         (rfc2047-decode-region): Don't unfold. Let
5070         gnus-article-treat-unfold-headers do it.
5071
5072         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5073         From: Jesper Harder <harder@ifa.au.dk>
5074
5075 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5078         (gnus-configure-posting-styles): Use it.
5079         (gnus-configure-posting-styles): Remove trailing newspaces.
5080
5081 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5084         is non-nil.
5085
5086         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5087
5088         * gnus.el (gnus-server-to-method): Switch position with
5089         gnus-server-get-method.
5090         (gnus-agent): Add doc.
5091
5092         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5093         (gnus-summary-save-parts): Use it.
5094
5095         * gnus-art.el (gnus-display-mime): Use it.
5096         * mm-partial.el (mm-partial-find-parts): Use it.
5097
5098         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5099
5100         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5101         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5102
5103         * nnagent.el (nnagent-request-expire-articles): Don't delete
5104         files.
5105
5106 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5107
5108         * message.el (message-gen-unsubscribed-mft): New function.
5109         From Sriram Karra <karra@cs.utah.edu>.
5110
5111         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5112         open parenthesis.
5113
5114         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5115         (mm-inline-text-html-render-with-w3): Ditto.
5116         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5117         Suggested by Dave Love  <d.love@dl.ac.uk>.
5118
5119         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5120
5121         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5122         * nntp.el (nntp-send-command): Ditto.
5123         * nntp.el (nntp-send-command-nodelete): Ditto.
5124
5125 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5126
5127         * mm-url.el (mm-url-load-url): New function.
5128         (mm-url-insert-file-contents): Use it.
5129
5130         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5131
5132         * message.el (message-forward-make-body): Correctly copy
5133         forward-buffer.
5134
5135         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5136
5137 2002-02-04  Simon Josefsson  <jas@extundo.com>
5138
5139         * gnus-art.el (gnus-article-followup-with-original): Mark with
5140         force, prevent errors when following up from article buffer.
5141         (gnus-article-reply-with-original): Ditto.
5142
5143         * binhex.el (binhex-decoder-switches): Fix doc.  From
5144         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5145
5146 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5147
5148         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5149         highlight-citation after emphasize.
5150
5151 2002-02-04  Simon Josefsson  <jas@extundo.com>
5152
5153         * nnfolder.el (nnfolder-open-marks):
5154
5155         * nnml.el (nnml-open-marks): Message when done.  From David
5156         Edmondson <dme@sun.com>.
5157
5158 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5159
5160         * imap.el (imap-anonymous-auth): Fix typo.
5161         From: Steinar Bang <sb@dod.no>
5162
5163         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5164         save-excursion.
5165         (gnus-cache-braid-heads): Ditto.
5166
5167         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5168         line, because there are extra articles in the overview buffer.
5169
5170         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5171
5172         * message.el (message-forward-rmail-make-body): Directly use
5173         rmail-msg-restore-non-pruned-header to avoid calling
5174         vertical-motion.
5175
5176 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5177
5178         * gnus-cache.el (gnus-summary-insert-cached-articles):
5179         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5180
5181         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5182         gnus-newsgroups-unselected.
5183
5184         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5185         gnus-add-to-sorted-list.
5186
5187         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5188         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5189         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5190         (gnus-update-read-articles): UNREAD is sorted.
5191         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5192         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5193         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5194         (gnus-newsgroup-dormant): Require sorted.
5195
5196         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5197         directories.
5198         (gnus-dired-print): New function.
5199
5200         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5201         ps-despool.
5202
5203 2002-02-02  Simon Josefsson  <jas@extundo.com>
5204
5205         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5206
5207 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5210         t. This makes gnus-agent customizable without putting
5211         gnus-agentize into .gnus.
5212
5213         * gnus.el (gnus-agent): Make it customizable.
5214
5215         * gnus-dired.el: New file.
5216         From Benjamin Rutt <brutt@bloomington.in.us>
5217
5218         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5219         if no article.
5220         (gnus-cache-possibly-remove-article): Ditto.
5221         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5222
5223 2002-02-01  Simon Josefsson  <jas@extundo.com>
5224
5225         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5226
5227 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5230         (mm-setup-w3m): Don't bind keys listed in the above.
5231
5232 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5235         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5236         is non-nil; bind `w3m-force-redisplay' with nil.
5237
5238         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5239
5240         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5241
5242 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5245         use mail-header-unfold-field.
5246
5247         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5248         gnus-summary-limit.
5249
5250         * gnus-range.el (gnus-add-to-sorted-list): New function.
5251         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5252         (gnus-mark-article-as-unread): Ditto.
5253         (gnus-summary-mark-article-as-unread): Ditto.
5254         (gnus-build-get-header): Ditto.
5255         (gnus-summary-prepare-threads): Ditto.
5256         (gnus-summary-insert-pseudos): Ditto.
5257         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5258         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5259         (gnus-summary-insert-old-articles): Ditto.
5260
5261         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5262         (gnus-configure-posting-styles): Support the new format.
5263
5264         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5265         edebug-form-spec to (sexp body).
5266         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5267
5268         * message.el (message-reply-headers): Add doc.
5269
5270 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5271
5272         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5273         gnus-cache-active-hashtb.
5274
5275         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5276         (gnus-agent-summary-fetch-group): Use it.
5277
5278         * gnus-msg.el (gnus-debug-files): New variable.
5279         (gnus-debug-exclude-variables): New variable.
5280         (gnus-debug): Use them.
5281
5282         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5283
5284 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5285
5286         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5287         (message-mode-syntax-table): Move back the previous position.
5288
5289         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5290
5291         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5292         gnus-sorted-difference.
5293
5294         * nnsoup.el (nnsoup-request-expire-articles): Use
5295         gnus-sorted-difference.
5296
5297         * nnheader.el: Autoload gnus-sorted-difference.
5298
5299         * nnfolder.el (nnfolder-request-expire-articles): Use
5300         gnus-sorted-difference.
5301
5302         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5303         gnus-sorted-difference.
5304
5305         * gnus-range.el: Autoload cookies.
5306         (gnus-sorted-difference): New function.
5307         (gnus-sorted-ndifference): New function.
5308         (gnus-sorted-nintersection): Rename from
5309         gnus-set-sorted-intersection.
5310         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5311         (gnus-list-range-difference): Rename from
5312         gnus-inverse-list-range-intersection.
5313         (gnus-inverse-list-range-intersection): Use defalias.
5314
5315         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5316         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5317         (gnus-articles-to-read): Use gnus-sorted-difference.
5318         (gnus-summary-limit-mark-excluded-as-read): Use
5319         gnus-sorted-intersection and gnus-sorted-ndifference.
5320         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5321         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5322
5323         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5324
5325 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5328         property to the buffer for using emacs-w3m command keys.
5329
5330         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5331         option.
5332
5333         * mm-view.el (mm-w3m-mode-map): New variable.
5334         (mm-w3m-mode-command-alist): New variable.
5335         (mm-w3m-minor-mode): Removed.
5336         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5337         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5338         buffer for using emacs-w3m command keys.
5339
5340 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5341
5342         * message.el (message-mode-syntax-table): Move forward.
5343         (message-cite-prefix-regexp): Auto detect non word constituents.
5344         (message-cite-prefix-regexp): Don't use with-syntax-table.
5345
5346         * gnus-sum.el (gnus-summary-update-info): Use
5347         gnus-list-range-intersection.
5348
5349         * gnus-agent.el (gnus-agent-fetch-headers): Use
5350         gnus-list-range-intersection.
5351
5352         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5353         (gnus-list-range-intersection): Use it.
5354         (gnus-inverse-list-range-intersection): Ditto.
5355         (gnus-sorted-intersection): Add doc.
5356         (gnus-set-sorted-intersection): Add doc.
5357         (gnus-sorted-union): New function.
5358         (gnus-set-sorted-union): New function.
5359
5360         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5361         (gnus-inverse-list-range-intersection): Ditto.
5362
5363 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5364
5365         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5366
5367         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5368         and permit `:' and `\' in order to handle full Windows pathnames.
5369         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5370         technically not correct per standard, but seems to have common use.
5371
5372 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5373
5374         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5375         replacing numbers.
5376
5377 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5378
5379         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5380
5381         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5382         Don't split when the window is small, e.g. when a small *BBDB*
5383         window is the lowest one.
5384
5385         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5386         nnheader-find-nov-line to speed up. Use nreverse, because it is
5387         sorted. Use nnheader-insert-nov-file.
5388
5389 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5392
5393         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5394         of `w3m-display-inline-images' with the value of
5395         `mm-inline-text-html-with-images'.
5396         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5397
5398         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5399
5400 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5401
5402         * time-date.el: Add autoload cookies.  Many doc fixes.
5403         (time-add): New function.
5404         (time-subtract): Renamed from subtract-time.
5405         (subtract-time): New alias for time-subtract.
5406
5407 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5410         emacs-w3m in doc-string.
5411
5412         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5413         `w3m-current-buffer'.
5414
5415 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5416
5417         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5418
5419         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5420         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5421         (mm-w3m-cid-retrieve): New function.
5422         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5423
5424 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5425
5426         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5427
5428 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429
5430         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5431
5432 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5435         32K.
5436
5437         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5438
5439         * nnmail.el (nnmail-article-group): Decode headers before running
5440         split rules over them.
5441         (nnmail-mail-splitting-charset): New variable.
5442
5443         * smiley.el: Replaced with smiley-ems.el.
5444
5445 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5446
5447         * mm-url.el (mm-url-predefined-programs): Add w3m.
5448         (mm-url-program): Ditto.
5449
5450 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * nnml.el (nnml-use-compressed-files): New variable.
5453         (nnml-filenames-are-evil): Removed.
5454         (nnml-current-group-article-to-file-alist): Don't use.
5455         (nnml-update-file-alist): Inhibit.
5456         (nnml-article-to-file): Use new var.
5457
5458 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5459
5460         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5461
5462         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5463
5464 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5467         function.
5468
5469         * gnus-util.el (gnus-cache-file-contents): New function.
5470
5471         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5472         (gnus-agent-load-alist): Use it.
5473
5474         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5475
5476         * nnheader.el (nnheader-insert-nov-file): New function.
5477
5478         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5479
5480         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5481         there are no references.
5482         (gnus-extract-message-id-from-in-reply-to): New function.
5483         (gnus-nov-parse-line): Use in-reply-to if there are no
5484         references.
5485
5486 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5489
5490         * gnus-util.el (gnus-parse-without-error): New macro.
5491
5492 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5493
5494         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5495         (gnus-article-wash-function): use locate-library to decide which
5496         to use.
5497
5498 2002-01-25  Simon Josefsson  <jas@extundo.com>
5499
5500         * pop3.el (pop3-munge-message-separator): Work if no date.
5501         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5502
5503 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-agent.el (gnus-agent-save-alist): Fix.
5506
5507         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5508         mistake.  Reinstated lost code.
5509
5510 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5511
5512         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5513         one exists in the case of an encrypted message with an internal
5514         signature.
5515
5516 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5517
5518         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5519
5520 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * dgnushack.el: Commented out the experimental code.
5523
5524 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5527         error.
5528
5529         * gnus.el (gnus-server-to-method): Made into subst.
5530         (gnus-server-method-cache): New variable.
5531         (gnus-server-to-method): Use it.
5532         (gnus-group-method-cache): New variable.
5533         (gnus-find-method-for-group-1): Renamed.
5534         (gnus-find-method-for-group): New function.
5535         (gnus-group-method-cache): Removed.
5536
5537         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5538         function.
5539
5540         * gnus-range.el (gnus-members-of-range): New function.
5541         (gnus-list-range-intersection): Renamed.
5542         (gnus-inverse-list-range-intersection): New function.
5543
5544         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5545
5546         * nnagent.el (nnagent-retrieve-headers): New implementation.
5547
5548         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5549         implementation.
5550
5551 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5554         `w3m-meta-content-type-charset-regexp'.
5555
5556         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5557         charset-encoded html contents.
5558
5559 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5560
5561         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5562         an empty file.
5563
5564         * nnweb.el (url): Ignore errors when request url.
5565
5566         * nnrss.el: Clean up the comments.
5567
5568 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5571
5572         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5573         (mm-inline-media-tests): Test whether the value of
5574         `mm-inline-text-html-renderer' is a function for text/html.
5575
5576         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5577         separated from `mm-inline-text'.
5578         (mm-w3m-minor-mode): New variable.
5579         (mm-w3m-setup): New variable.
5580         (mm-setup-w3m): New function.
5581         (mm-inline-text-html-render-with-w3m): New function.
5582         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5583         text/html.
5584
5585 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5586
5587         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5588
5589 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5592         and `gnus-xmas-completing-read'.
5593
5594 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5595
5596         * nneething.el (nneething-message-id-number): Abolished.
5597         (nneething-encode-file-name): Not encode numerical characters.
5598         (nneething-make-head): `nneething-message-id-number' is not
5599         used to generate message IDs.
5600
5601 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5604         characters.
5605
5606 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5609         (gnus-xmas-redefine): Redefine conditionally.
5610
5611 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5612
5613         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5614         tag.
5615
5616 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5617
5618         * message.el (message-font-lock-keywords): Added the secure tag.
5619         * mml-sec.el: Added functions to generate/modify/remove the secure
5620         tag while in message mode.
5621         * mml-sec.el (mml-secure-message): New.
5622         * mml-sec.el (mml-unsecure-message): New.
5623         * mml-sec.el (mml-secure-message-sign-smime): New.
5624         * mml-sec.el (mml-secure-message-sign-pgp): New.
5625         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5626         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5627         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5628         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5629         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5630         convert it to either a part or multipart depending on if there are
5631         other parts in the message.
5632         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5633         to use the secure tag, rather than the part tag.
5634         * mml.el (mml-preview): Added a save-excursion to keep cursor
5635         position after doing an MML preview.
5636
5637 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * nnheader.el (nnheader-parse-overview-file): New function.
5640         (nnheader-write-overview-file): New function.
5641
5642 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5645         in wanted.
5646
5647         * nnweb.el (nnweb-type-definition): Clean up.
5648
5649 2002-01-21  Alastair Burt  <burt@dfki.de>
5650         Trivial patch.
5651
5652         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5653         buffer exists before jumping to it.
5654
5655 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5658         function.
5659         (article-wash-html): Use it.
5660         (gnus-article-wash-function): New variable.
5661         (gnus-article-wash-html-with-w3m): New function.
5662
5663 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5664
5665         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5666         XEmacs.
5667
5668 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5669
5670         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5671         command line.
5672
5673 2002-01-21  Simon Josefsson  <jas@extundo.com>
5674
5675         * canlock.el (base64-encode-string): Autoload it from base64.
5676         (canlock-make-cancel-key): Base64 encode unibyte string.
5677
5678 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * nnfolder.el (nnfolder-request-accept-article): Unfold
5681         x-from-line.
5682         (nnfolder-request-replace-article): Ditto.
5683
5684 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5685
5686         * gnus-group.el (gnus-group-best-unread-group): Use the right
5687         positioning function.
5688
5689 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * smiley-ems.el (smiley-region): Use new function.
5692         (smiley-update-cache): Use general image functions.
5693         (smiley-region): Use general functions.
5694
5695         * gnus-util.el (gnus-graphic-display-p): New function.
5696
5697         * nnmail.el (nnmail-article-group): Allow outputting traces of
5698         non-strings.
5699
5700         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5701         (nndoc-exim-bounce-type-p): New function.
5702
5703         * message.el (message-dont-send): Doc fix.
5704
5705         * gnus-util.el (gnus-completing-read): Remove
5706         inherit-input-method.
5707
5708         * gnus-art.el (gnus-treat-smiley): Doc fix.
5709
5710         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5711         articles.
5712
5713 2002-01-19  Simon Josefsson  <jas@extundo.com>
5714
5715         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5716         (imap-kerberos4-open): Ditto.
5717         (imap-open): Set port correctly, don't set auth.
5718
5719 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * gnus.el (gnus-version-number): Bump version number.
5722
5723 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5724
5725         * gnus.el: Oort Gnus v0.05 is released.
5726
5727 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5730         exists.
5731
5732         * gnus-spec.el (gnus-string-width-function): New function.
5733         (gnus-tilde-cut-form): Use it.
5734         (gnus-tilde-max-form): Ditto.
5735         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5736         (gnus-substring-function): Use it.
5737         (gnus-tilde-cut-form): Ditto.
5738         (gnus-substring-function): New function.
5739
5740         * message.el (message-check-news-header-syntax): New message.
5741
5742         * gnus.el (gnus-slave-no-server): Doc fix.
5743
5744         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5745
5746 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5749         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5750         (seen (NUM1 . NUM2)).
5751
5752 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5755         number in closed topics.
5756
5757 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5758
5759         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5760         functions.
5761
5762 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * gnus.el (gnus-group-find-parameter): Clean up.
5765
5766         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5767         articles.
5768
5769         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5770
5771         * nnmail.el (nnmail-article-group): Clean up.
5772
5773 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5774
5775         * gnus-agent.el (gnus-category-name): Intern the category name.
5776
5777 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5780
5781         * gnus-util.el (gnus-completing-read): New function.
5782
5783 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5784
5785         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5786
5787         * smiley-ems.el (smiley-region): Register smiley.
5788         (smiley-toggle-buffer): Rewrite the function.
5789         (smiley-active): Removed.
5790
5791 2002-01-19  Simon Josefsson  <jas@extundo.com>
5792
5793         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5794         Jesper Harder <harder@ifa.au.dk>.
5795
5796 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5797
5798         * gnus-art.el (gnus-request-article-this-buffer): Call
5799         `nneething-get-file-name' to extract the file name from the
5800         message id.
5801
5802         * nneething.el (nneething-encode-file-name): New function.
5803         (nneething-decode-file-name): Ditto.
5804         (nneething-get-file-name): Ditto.
5805         (nneething-make-head): Encode the file name and encapsulate it
5806         into the field of the message id.
5807
5808 2002-01-18  Simon Josefsson  <jas@extundo.com>
5809
5810         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5811         stored in .marks.
5812
5813         * nnfolder.el (nnfolder-request-update-info): Ditto.
5814
5815 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5816
5817         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5818
5819 2002-01-18  Simon Josefsson  <jas@extundo.com>
5820
5821         * imap.el (imap-starttls-p): Don't check for binary.
5822         (imap-gssapi-auth-p): Ditto.
5823         (imap-kerberos4-auth-p): Ditto.
5824         (imap-open): Change logic.  Iterate through all possible streams,
5825         instead of bailing out after first failure.  Move authenticator
5826         decision to `imap-authenticate'.
5827         (imap-authenticate): Change logic, now finds the authenticator to
5828         use, was previously in `imap-open'.
5829         (imap-open): Return nil on failure.
5830         (imap-open): Setup temp buffer correctly.
5831         (imap-open): Return buffer only on success.
5832         (imap-interactive-login, imap-interactive-login): Tell the user
5833         which stream/authenticator is used for the queried
5834         username/password.
5835         (imap-open, imap-authenticate): Set variables.
5836         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5837         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5838
5839 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5842
5843 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5844
5845         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5846
5847 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5848
5849         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5850         (gnus-agent-group-mode-map): Bind it to "Jo".
5851         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5852
5853 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5854
5855         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5856         (gnus-summary-mail-toolbar): Add mail article deletion button.
5857
5858         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5859         false positives for lines of "^^^^".
5860
5861         * gnus-picon.el (gnus-picon-find-face): faces database is all
5862         lowercase.
5863
5864 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5865
5866         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5867         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5868         duplications.
5869         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5870
5871 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872
5873         * gnus-sum.el (gnus-summary-initial-limit): Inline
5874         gnus-summary-limit-children.
5875         (gnus-summary-initial-limit): Don't limit if
5876         gnus-newsgroup-display is nil.
5877         (gnus-summary-initial-limit): No, don't.
5878
5879         * gnus-util.el
5880         (gnus-put-text-property-excluding-characters-with-faces): Inline
5881         gnus-put-text-property.
5882
5883         * gnus-spec.el (gnus-default-format-specs): New variable.
5884
5885         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5886         gnus-format-specs.
5887         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5888
5889         * gnus-spec.el (gnus-update-format-specifications): Really check
5890         the Gnus version of the .newsrc.eld file.
5891         (gnus-format-specs): Save the new default summary format.
5892
5893         * gnus-util.el (gnus-parent-id): Check whether references is empty
5894         before splitting.
5895
5896         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5897         functions.
5898         (gnus-gather-threads-by-references): Inline
5899         `gnus-split-references'.
5900
5901         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5902         default value of gnus-summary-line-format-spec.
5903
5904 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5905
5906         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5907         message.
5908         (nnslashdot-request-list): Ditto.
5909         (nnslashdot-sid-strip): Removed.
5910
5911 2002-01-15  Simon Josefsson  <jas@extundo.com>
5912
5913         * nnimap.el (nnimap-close-asynchronous): Enable.
5914         (nnimap-close-group): Expunge.
5915
5916 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5917
5918         * gnus-util.el (gnus-user-date-format-alist): Typo.
5919         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5920
5921 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5922
5923         * nneething.el (nneething-request-article): Set
5924         `nnmail-file-coding-system' to `binary' locally, in order to read
5925         files without any conversion.
5926
5927 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5930         nnheader-file-coding-system and nnmail-active-file-coding-system.
5931         (gnus-agent-regenerate-group): Ditto.
5932         (gnus-agent-regenerate): Ditto.
5933         (gnus-agent-write-active): Ditto.
5934         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5935
5936 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5937
5938         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5939         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5940
5941 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5942
5943         * gnus.el: We don't need gnus-article-show-all-headers.
5944
5945         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5946         Ditto.
5947
5948         * gnus-sum.el (gnus-summary-select-article): Don't call
5949         show-all-headers, because hidden headers are not hidden text any
5950         more.
5951
5952 2002-01-13  Simon Josefsson  <jas@extundo.com>
5953
5954         * message.el (message-newline-and-reformat): Use `newline' instead
5955         of inserting \n, so that the newline is marked as hard.
5956
5957         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5958         From Jesper Harder <harder@ifa.au.dk>.
5959
5960 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5961
5962         * imap.el (imap-close): Keep going if quit.
5963
5964         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5965         nntp-server-buffer.
5966
5967 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5970         avoid unbinding shadowed variables.
5971
5972         * gnus-art.el (gnus-picon-databases): Moved here.
5973         (gnus-picons-installed-p): Moved here.
5974         (gnus-article-reply-with-original): Use `mark'.
5975
5976         * gnus.el (gnus-picon): Moved here and renamed.
5977
5978         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5979         installed.
5980         (gnus-treat-mail-picon): Ditto.
5981         (gnus-treat-newsgroups-picon): Ditto.
5982
5983         * gnus-picon.el (gnus-picons-installed-p): New function.
5984
5985 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5986
5987         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5988
5989 2002-01-12  Simon Josefsson  <jas@extundo.com>
5990
5991         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5992         (nnimap-before-find-minmax-bugworkaround): Use it.
5993         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5994         (nnimap-dont-close): New variable.
5995         (nnimap-close-group): Use it.
5996
5997 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * gnus-art.el (gnus-article-reply-with-original): Use
6000         `mark-active'.
6001
6002         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6003
6004         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6005         (gnus-score-advanced): Clean up.
6006         (gnus-score-advanced): Accept a multiple of the score.
6007
6008 2002-01-12  Simon Josefsson  <jas@extundo.com>
6009
6010         * flow-fill.el (fill-flowed-display-column)
6011         (fill-flowed-encode-columnq): New variables.  Suggested by
6012         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6013         (fill-flowed-encode, fill-flowed): Use them.
6014
6015         * message.el (message-send-news, message-send-mail): Use
6016         m-b-s-n-p-e-h-n.
6017
6018         * mml.el (autoload): Autoload fill-flowed-encode.
6019         (mml-buffer-substring-no-properties-except-hard-newlines): New
6020         function.
6021         (mml-read-part): Use it.
6022         (mml-generate-mime-1): Encode format=flowed if appropriate.
6023         (mml-insert-mime-headers): Insert format=flowed.
6024
6025         * flow-fill.el (fill-flowed-encode): New function.
6026         (fill-flowed): Bind fill-column to window width.
6027
6028 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6031         it exists.
6032         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6033         (gnus-summary-buffer-name): Don't return the dead name after all.
6034         (gnus-summary-setup-buffer): Kill the dead buffer.
6035
6036         * gnus-art.el (gnus-article-followup-with-original): Store the
6037         value of the mark before deactivating it.
6038
6039 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6040
6041         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6042         From: Karl Kleinpaste <karl@charcoal.com>
6043
6044         * gnus-art.el (article-display-x-face): Ditto.
6045         (gnus-article-reply-with-original): Use gnus-region-active-p.
6046         (gnus-article-followup-with-original): Ditto.
6047
6048         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6049         downloadable article either.
6050
6051 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6052
6053         * gnus-art.el (article-display-x-face): Insert From:.
6054
6055         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6056         article. Bind gnus-display-mime-function and
6057         gnus-article-prepare-hook.
6058
6059         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6060         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6061         gnus-agent-possibly-synchronize-flags to the last.
6062         (gnus-agent-go-online): New function. New variable.
6063
6064 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6065
6066         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6067         (gnus-agent-regenerate): Ditto.
6068
6069 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6070
6071         * message.el (message-ignored-news-headers)
6072         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6073         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6074
6075         * gnus.el (gnus-gethash-safe): New macro.
6076
6077         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6078         (gnus-agent-regenerate): Show messages.
6079
6080 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6081
6082         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6083         (gnus-agent-regenerate): New function.
6084         (gnus-agent-save-alist): Sort.
6085         (gnus-agent-copy-nov-line): Test eobp.
6086         (gnus-agent-retrieve-headers): Erase buffer.
6087
6088 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6089
6090         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6091         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6092
6093         * gnus.el (gnus-agent-covered-methods): Move here.
6094         (gnus-online): New function.
6095         (gnus-agent-method-p): Move here.
6096
6097         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6098         nil. Remove articles-alist.
6099
6100         * gnus-start.el (gnus-get-unread-articles): Check online.
6101         (gnus-groups-to-gnus-format): Ditto.
6102         (gnus-active-to-gnus-format): Ditto.
6103
6104         * gnus-agent.el (gnus-agent-get-function): Use it.
6105         (gnus-agent-get-undownloaded-list): Ditto.
6106         (gnus-agent-fetch-session): Only fetch online methods.
6107
6108         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6109         (gnus-server-mode-map): Ditto.
6110         (gnus-server-offline-face): New face.
6111         (gnus-server-offline-face): New variable.
6112         (gnus-server-font-lock-keywords): Add offline.
6113         (gnus-server-insert-server-line): Ditto.
6114         (gnus-server-offline-server): New function.
6115
6116         * gnus-int.el (gnus-open-server): Turn to offline.
6117         (gnus-server-unopen-status): New variable.
6118
6119 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6120
6121         * nnkiboze.el (nnkiboze-request-article): Use
6122         gnus-agent-request-article.
6123
6124         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6125         function. Insert undownloaded NOV.
6126
6127         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6128         (gnus-agent-request-article): New function.
6129
6130         * gnus.el (gnus-agent-cache): New variable.
6131
6132         * gnus-int.el (gnus-retrieve-headers): Use
6133         gnus-agent-retrieve-headers.
6134         (gnus-request-head): Use gnus-agent-request-article.
6135         (gnus-request-body): Ditto.
6136
6137         * gnus-art.el (gnus-request-article-this-buffer): Use
6138         gnus-agent-request-article.
6139
6140         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6141         article if it is undownloaded.
6142
6143 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6146
6147 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * canlock.el (canlock-string-as-unibyte): New macro.
6150         (canlock-sha1-with-openssl): Return a unibyte string.
6151         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6152
6153 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6154
6155         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6156
6157 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6158
6159         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6160         application/x-emacs-lisp.
6161
6162         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6163
6164         * nntp.el (nntp-request-article): Add group parameter.
6165         (nntp-request-head): Ditto.
6166         (nntp-find-group-and-number): Add parameter group. Figure out
6167         number if the status line doesn't give (e.g. quimby.gnus.org).
6168
6169 2002-01-08  Simon Josefsson  <jas@extundo.com>
6170
6171         * mml.el (mml-generate-mime-1): Set recipient correctly.
6172
6173 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6174
6175         * message.el (message-read-from-minibuffer): Add parameter
6176         initial-contents.
6177         * gnus-msg.el (gnus-summary-resend-message): Use it.
6178
6179         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6180         behavior of quit-config.
6181
6182         * message.el (message-make-from): Don't quote fullname.
6183         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6184
6185         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6186         From: <andre@slamdunknetworks.com>
6187
6188 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6189
6190         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6191
6192         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6193
6194         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6195         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6196         because bbdb may use it.
6197
6198 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6199
6200         * nneething.el (nneething-request-article): When a non-text file
6201         is converted to an article, its data is encoded in base64.  Call
6202         `nneething-make-head' with options to specify MIME types.
6203         (nneething-make-head): Add optional arguments to specify MIME
6204         types.
6205
6206 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6207
6208         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6209         header if there is not.
6210
6211         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6212
6213         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6214         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6215         (gnus-inews-do-gcc): Use them.
6216
6217         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6218         gnus-newsgroup-unselected.
6219
6220 2002-01-06  Simon Josefsson  <jas@extundo.com>
6221
6222         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6223         condition-case, not ignore-errors.
6224
6225 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6226
6227         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6228         gnus-fetch-old-headers.
6229
6230         * gnus-art.el (article-display-x-face): Use the current buffer
6231         unless `W f'. Otherwise, X-Face may be shown in the header of a
6232         forwarded part.
6233         (gnus-treatment-function-alist): Treat xface before hiding
6234         headers.
6235
6236 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6239         parameters.
6240
6241 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6242
6243         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6244         (mm-guess-charset): New function.
6245         (mm-charset-after): Use it.
6246         (mm-detect-coding-region): New function.
6247         (mm-detect-mime-charset-region): New function.
6248
6249         * gnus-sum.el (gnus-summary-show-article): Use
6250         mm-detect-coding-region.
6251
6252 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * message.el (message-make-fqdn): Be less violent.
6255
6256         * gnus.el (gnus-logo-color-style): Compute custom form
6257         automatically.
6258
6259         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6260         score file of the parent to the document group.
6261
6262         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6263         parameters parameter.
6264
6265         * gnus-score.el (gnus-score-load-file): Clean up.
6266
6267 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6268
6269         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6270         From: Damien Wyart <damien.wyart@free.fr>
6271
6272         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6273
6274 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6275
6276         * gnus-sum.el (gnus-select-group-hook): Typo.
6277
6278         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6279         is no quoted-printable-encoded STRING.
6280         From: Jesper Harder <harder@ifa.au.dk>
6281
6282         (rfc2047-decode-string): Decode it.
6283
6284 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6287
6288 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6289         Trivial patch.
6290
6291         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6292         buffer to get rid of junk line.
6293
6294 2002-01-05  Simon Josefsson  <jas@extundo.com>
6295
6296         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6297         C-o.
6298         (message-mode-map): Bind message-insert-or-toggle-importance to
6299         C-c C-u.
6300         (message-mode-map): Bind message-disposition-notification-to to
6301         C-c M-n.
6302         (message-mode-menu): Add m-d-n-t.
6303         (message-mode-field-menu): Add m-goto-from.
6304         (message-mode): Doc fix.
6305         (message-goto-from): New function.
6306         (message-insert-disposition-notification-to): New function.
6307         (message-tool-bar-map): Add receipt button.
6308
6309 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus-sum.el (gnus-thread-latest-date): New function.
6312         (gnus-thread-sort-by-most-recent-number): Renamed.
6313         (gnus-thread-sort-functions): Doc fix.
6314         (gnus-select-group-hook): Don't use setq on a hook.
6315         (gnus-thread-latest-date): Use date, not number
6316
6317         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6318         (gnus-agent-expire): Allow regexp of expire-days.
6319
6320         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6321         region.
6322         (gnus-article-followup-with-original): Ditto.
6323
6324         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6325
6326         * gnus-art.el (gnus-mime-display-alternative): Use
6327         gnus-local-map-property.
6328         (gnus-mime-display-alternative): Ditto.
6329         (gnus-insert-mime-security-button): Ditto.
6330         (gnus-insert-next-page-button): Ditto.
6331         (gnus-button-prev-page): Take optional args.
6332         (gnus-insert-prev-page-button): widget-convert.
6333
6334         * gnus-util.el (gnus-local-map-property): New function.
6335
6336         * gnus-art.el (gnus-prev-page-map): Use parent map.
6337         (gnus-next-page-map): Ditto.
6338
6339         * gnus-spec.el (gnus-parse-format): Clean up.
6340         (gnus-parse-format): Do complex formatting for %=.
6341
6342         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6343         "X-Face: " to the data in the built-in scenario.
6344
6345         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6346         (gnus-correct-pad-form): Renamed.
6347         (gnus-tilde-max-form): Clean up.
6348         (gnus-pad-form): Use gnus-use-correct-string-widths.
6349
6350         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6351         support if that is available.
6352
6353         * gnus-sum.el (gnus-thread-highest-number): New function.
6354         (gnus-thread-sort-by-most-recent-thread): New function.
6355         (gnus-thread-sort-functions): Doc fix.
6356
6357 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6358
6359         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6360         all cases.
6361         (gnus-summary-mode): Enable it in all cases.
6362         (gnus-summary-display-article): Ditto.
6363         (gnus-summary-edit-article): Ditto.
6364
6365         * gnus-ems.el (gnus-put-image): Really return glyph.
6366
6367         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6368         (gnus-treat-smiley): Don't take "P" in the interactive form.
6369
6370 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * compface.el (uncompface): XEmacs and Emacs have differing
6373         capabilities.
6374
6375         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6376
6377         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6378         (gnus-article-xface-ring-size): Removed.
6379         (gnus-article-display-xface): Removed.
6380         (gnus-remove-image): Cleaned up.
6381
6382         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6383         (gnus-xmas-create-image): Take pbm files.
6384         (gnus-x-face): Removed.
6385         (gnus-xmas-article-display-xface): Removed.
6386
6387         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6388         default-enable-multibyte-characters.
6389
6390         * compface.el (uncompface): Doc fix.
6391
6392         * gnus-art.el (gnus-article-x-face-command): Use
6393         gnus-display-x-face-in-from.
6394
6395         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6396
6397         * gnus-ems.el (gnus-put-image): Return the image.
6398
6399         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6400         (gnus-x-face): Moved here.
6401
6402 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6403
6404         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6405         invisible if string is nil.
6406         (gnus-xmas-article-display-xface): Use it.
6407
6408         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6409         property when string is nil.
6410         (gnus-article-display-xface): Use it.
6411
6412 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6413
6414         * gnus-art.el (article-display-x-face): Check whether valid grey
6415         face was returned.
6416         (article-display-x-face): Place image in the right spot.
6417
6418         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6419         stderr.
6420         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6421
6422 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6423
6424         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6425         parameters.
6426         (gnus-xmas-put-image): Allow non-strings to be passed.
6427
6428         * gnus-art.el (article-display-x-face): Use optional parameters.
6429
6430         * gnus-ems.el (gnus-create-image): Take optional parameters.
6431
6432         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6433
6434         * compface.el (compface-xbm-p): Removed.
6435
6436         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6437         (gnus-article-display-xface): Use compface.
6438
6439         * compface.el: New file.
6440
6441         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6442         (gnus-convert-image-to-x-face-command): Ditto.
6443         (gnus-random-x-face): Quote argument.
6444         (gnus-x-face-from-file): Ditto.
6445
6446 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6447
6448         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6449         the expire-group parameter once per article rather than once
6450         per group; bind `nnmaildir-article-file-name' and `article'
6451         for convenience.  Leave article alone when expire-group
6452         specifies the current group.
6453         (nnmaildir--update-nov): be more concurrency-friendly with
6454         temp file names.
6455
6456 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * gnus-start.el (gnus-read-init-file): Cleaned up.
6459
6460 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6461
6462         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6463         (gnus-read-init-file): Don't use it.
6464
6465 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6468
6469 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6470
6471         * gnus-start.el (gnus-read-init-file): Don't force coding system
6472         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6473
6474 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6475
6476         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6477         * nnspool.el (nnspool-request-post): Ditto.
6478
6479         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6480         (mm-find-mime-charset-region): Use it.
6481
6482 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6483
6484         * gnus.el (gnus-summary-line-format): Added :link.
6485         * gnus-topic.el (gnus-topic-line-format): Ditto.
6486         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6487         * gnus-srvr.el (gnus-server-line-format): Ditto.
6488         * gnus-group.el (gnus-group-line-format): Ditto.
6489
6490         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6491         :keys, it works on both Emacsen.
6492
6493 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6494
6495         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6496
6497 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6500
6501 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6502
6503         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6504         very wide reply.
6505
6506 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6509         (gnus-picon-cache): New variable.
6510         (gnus-picon-transform-newsgroups): Cache stuff.
6511
6512         * gnus-art.el (gnus-article-reply-with-original): New command.
6513         (gnus-article-followup-with-original): New command.
6514
6515         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6516         END parameters.
6517         (gnus-summary-followup): Take a list of list of articles.
6518         (gnus-inews-yank-articles): Allow lists of article/regions.
6519
6520         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6521         longer the usual commands.
6522
6523         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6524         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6525         shell-command-on-region.
6526
6527 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6528
6529         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6530           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6531
6532 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6533
6534         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6535         understand ':keys', wrap it in an featurep 'xemacs.
6536
6537 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6540         order of headers (Actually, it is called in a reversed order). Add
6541         'gnus-image-text-deletable property.
6542         (gnus-remove-image): Remove text with such a property.
6543
6544         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6545         gnus-put-image.
6546
6547         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6548         with ", "
6549
6550 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6553
6554         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6555         (article-display-x-face): Display grey X-Faces.
6556
6557         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6558         (gnus-convert-gray-x-face-to-ppm): Ditto.
6559         (gnus-convert-image-to-gray-x-face): Ditto.
6560
6561         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6562         gnus-summary-show-raw-article.
6563
6564 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6565
6566         Display picons in XEmacs without showing text.
6567
6568         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6569         mm-create-image-xemacs to create xbm glyph, because it deletes
6570         temporary files.
6571         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6572         (gnus-xmas-remove-image): Make text visible, remove glyph.
6573
6574         * gnus-picon.el (gnus-picon-transform-newsgroups)
6575         (gnus-picon-transform-address): Insert spec backward, due to the
6576         incompatibility of gnus-xmas-put-image.
6577
6578 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6579
6580         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6581
6582 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * gnus.el: Doc fix.
6585
6586         * gnus-art.el: Doc fix.
6587
6588         * gnus-agent.el: Doc fix.
6589
6590 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6591
6592         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6593
6594 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6595
6596         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6597         NOV data out of the message again if nnmail-extra-headers has
6598         changed.
6599
6600 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6601
6602         * gnus-fun.el: New file.
6603         (gnus-convert-image-to-x-face-command): New variable.
6604         (gnus-insert-x-face): New function.
6605         (gnus-random-x-face): Renamed.
6606         (gnus-x-face-from-file): Renamed.
6607
6608         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6609         "_".
6610         (gnus-body-boundary-delimiter): Typo fix.
6611
6612 2002-01-02  Simon Josefsson  <jas@extundo.com>
6613
6614         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6615         (gnus-body-boundary-delimiter): Fix type.
6616
6617 2002-01-01  Simon Josefsson  <jas@extundo.com>
6618
6619         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6620         (gnus-treat-emphasize, gnus-treat-strip-cr)
6621         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6622         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6623         (gnus-treat-fill-article, gnus-treat-hide-citation)
6624         (gnus-treat-hide-citation-maybe)
6625         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6626         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6627         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6628         (gnus-treat-date-ut, gnus-treat-date-local)
6629         (gnus-treat-date-english, gnus-treat-date-lapsed)
6630         (gnus-treat-date-original, gnus-treat-date-iso8601)
6631         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6632         (gnus-treat-strip-trailing-blank-lines)
6633         (gnus-treat-strip-leading-blank-lines)
6634         (gnus-treat-strip-multiple-blank-lines)
6635         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6636         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6637         (gnus-treat-display-xface, gnus-treat-display-smileys)
6638         (gnus-treat-from-picon, gnus-treat-mail-picon)
6639         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6640         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6641         (gnus-treat-play-sounds, gnus-treat-translate)
6642         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6643
6644         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6645         (gnus-article-treat-body-boundary): Use it.
6646
6647         * message.el (message-mode): Fix doc.
6648         (message-mode-menu): Fix names.
6649
6650 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6653         articles.
6654
6655         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6656         (gnus-picon-transform-address): Search for unknown faces as well.
6657         (gnus-picon-find-face): Don't search "news" for MISC.
6658         (gnus-picon-user-directories): Changed default back to exclude
6659         "unknown".
6660
6661         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6662
6663         * gnus-picon.el (gnus-picon-find-face): Search through all
6664         databases.
6665         (gnus-picon-find-face): New implementation.
6666
6667         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6668         keystroke.
6669         (gnus-topic-goto-next-topic): Ditto.
6670
6671         * gnus.el (gnus-summary-line-format): Changed default.
6672
6673         * nnmail.el (nnmail-extra-headers): Change default.
6674
6675         * gnus-sum.el (gnus-extra-headers): Change default.
6676
6677         * message.el (message-news-other-window): Changed "news" to
6678         "posting".
6679         (message-news-other-frame): Ditto.
6680         (message-do-send-housekeeping): Ditto.
6681
6682         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6683         function.
6684         (gnus-article-unread-p): New function.
6685         (gnus-article-unseen-p): New function.
6686         (gnus-dead-summary-mode-map): Typo.
6687
6688         * gnus-util.el (gnus-make-predicate): New function.
6689         (gnus-make-predicate-1): New function.
6690
6691         * gnus-sum.el: New function.
6692         (gnus-map-articles): New function.
6693
6694         * gnus-art.el (gnus-treat-fold-headers): New variable.
6695         (gnus-article-treat-fold-headers): New command and keystroke.
6696
6697         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6698         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6699
6700 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6701
6702         * message.el (message-fcc-externalize-attachments): New variable.
6703         (message-do-fcc): Use it.
6704
6705         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6706         (gnus-inews-do-gcc): Use it.
6707
6708         * mml.el (mml-tweak-sexp-alist): New variable.
6709         (mml-externalize-attachments): New variable.
6710         (mml-tweak-part): Use mml-tweak-sexp-alist.
6711         (mml-tweak-externalize-attachments): New function.
6712
6713 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6714
6715         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6716         'set-glyph-face' so x-face back/foreground can be set.
6717
6718 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6719
6720         * message.el (message-fix-before-sending): Fix a typo.
6721
6722 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus-art.el (gnus-treat-smiley): Renamed command.
6725         (gnus-article-remove-images): New command and keystroke.
6726
6727         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6728
6729         * smiley-ems.el (gnus-smiley-display): Removed.
6730
6731         * gnus.el (gnus-version-number): Update version.
6732
6733         * message.el (message-text-with-property): Renamed and moved
6734         here.
6735         (message-fix-before-sending): Highlight invisible text and place
6736         point there.
6737
6738 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6739
6740         * gnus.el: Oort Gnus v0.04 is released.
6741
6742 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6745
6746         * gnus-art.el (gnus-ignored-headers): More headers,
6747
6748         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6749         of `scan-error', since XEmacs doesn't seem to support that.
6750
6751 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6752
6753         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6754         arg.
6755         (gnus-summary-best-unread-subject): Ditto.
6756         (gnus-summary-best-unread-subject): No, don't.
6757         (gnus-summary-better-unread-subject): New command.
6758
6759         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6760
6761         * lpath.el ((featurep 'xemacs)): fbind url function.
6762
6763         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6764         buffer.
6765         (gnus-xmas-remove-image): Implementation that does something.
6766         (gnus-xmas-article-display-xface): Mark images properly.
6767
6768         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6769
6770 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6771
6772         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6773
6774 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775
6776         * gnus-group.el (gnus-group-line-format): Added %O to the default
6777         value.
6778
6779         * gnus-util.el (gnus-text-with-property): The smallest point is
6780         point-min.
6781
6782         * smiley-ems.el (smiley-region): Return images.
6783         (gnus-smiley-display): Allow toggling.
6784         (smiley-region): Use text properties, not overlays.
6785
6786         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6787         implemented yet.
6788
6789         * smiley-ems.el (smiley-update-cache): Check for valid types.
6790
6791         * gnus-art.el (gnus-with-article-buffer): New macro.
6792
6793         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6794         strings as well as the glyphs.
6795         (gnus-picon-transform-address): Ditto.
6796         (gnus-picon-insert-glyph): Ditto.
6797         (gnus-picon-transform-newsgroups): Toggle.
6798         (gnus-picon-transform-address): Toggle.
6799
6800         * gnus-ems.el (gnus-remove-image): New function.
6801         (gnus-put-image): Take an optional string.
6802
6803         * gnus-util.el (gnus-text-with-property): New function.
6804
6805         * gnus-art.el (gnus-delete-images): New function.
6806
6807         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6808
6809         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6810         (gnus-article-wash-status): Use it.
6811         (gnus-signature-toggle): Clean up.
6812         (gnus-add-wash-status): New function.
6813         (gnus-delete-wash-status): New function.
6814         (gnus-article-hide-text-type): Use them throughout.
6815         (gnus-add-image): New function.
6816
6817         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6818
6819         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6820         interface.
6821
6822         * gnus-art.el (article-display-x-face): Cleaned up.
6823
6824         * rfc2047.el (rfc2047-field-value): New function.
6825
6826         * mail-parse.el (mail-header-field-value): New alias.
6827
6828         * gnus-art.el (gnus-mime-print-part): Fix typos.
6829
6830         * smiley-ems.el (gnus-smiley-file-types): New variable.
6831         (smiley-update-cache): Use it.
6832         (smiley-regexp-alist): Suffix-less smiley names.
6833         (smiley-regexp-alist): Added more smileys.
6834
6835         * gnus-sum.el (gnus-print-buffer): Made into own function.
6836         (gnus-summary-print-article): Use it.
6837
6838         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6839         looked for when REQUEST is a string.
6840
6841         * gnus-art.el (gnus-mime-button-commands): Add printing
6842         keystroke.
6843         (gnus-mime-copy-part): Doc fix.
6844         (gnus-mime-print-part): New command.
6845
6846 2001-12-31  Simon Josefsson  <jas@extundo.com>
6847
6848         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6849         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6850
6851 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6852
6853         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6854         (picon): Fix doc.
6855
6856         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6857         longer exists. Remove those codes.
6858         * gnus.el (gnus-use-picons): Ditto.
6859
6860 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6863         infloop.
6864
6865         * gnus-sum.el (t): New `W D' map.
6866
6867         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6868         (gnus-article-treat-body-boundary): Clean up.
6869         (gnus-body-boundary-face): Removed.
6870         (gnus-article-goto-header): Moved here.
6871         (gnus-article-goto-header): Allow better regexps.
6872         (gnus-article-treat-fold-newsgroups): New command.
6873
6874         * gnus-sum.el (gnus-summary-move-article): We have to select an
6875         article to give `gnus-read-move-group-name' an opportunity to
6876         suggest an appropriate default.
6877
6878         * rfc2047.el (rfc2047-fold-line): New function.
6879         (rfc2047-unfold-line): Ditto.
6880         (rfc2047-fold-region): Don't fold just after the header name.
6881
6882         * mail-parse.el (mail-header-fold-line): New alias.
6883         (mail-header-unfold-line): Ditto.
6884
6885         * gnus-art.el (gnus-body-boundary-face): Renamed.
6886         (gnus-article-treat-body-boundary): Use it.
6887         (gnus-article-treat-body-boundary): Use an invisible header and a
6888         line of underline characters.
6889
6890 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6891
6892         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6893
6894         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6895         (gnus-picon-split-address): New function.
6896         (gnus-picon-find-face): Use it.
6897         (gnus-picon-transform-address): Use it. Set first to t for each
6898         address.
6899
6900         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6901         the macro then use it.
6902         (gnus-treatment-function-alist): Treat picons earlier.
6903
6904 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * gnus-art.el (gnus-body-separator-face): New variable.
6907         (gnus-article-treat-body-boundary): Use a blank, colored line.
6908
6909         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6910         well.
6911
6912         * gnus-art.el (gnus-treat-body-boundary): New variable.
6913         (gnus-article-treat-unfold-headers): Use helper macro.
6914         (gnus-article-treat-body-boundary): New command.
6915
6916         * gnus.el (gnus-logo-color-style): Change the default color.
6917         (gnus-splash-face): Gray, gray.
6918
6919         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6920         colors.
6921
6922         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6923         (gnus-logo-color-style): Ditto.
6924         (gnus-logo-colors): Ditto.
6925
6926         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6927
6928         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6929
6930         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6931         (gnus-picon-transform-newsgroups): New function.
6932
6933         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6934         string.
6935
6936         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6937
6938         * gnus-art.el (gnus-treat-cc-picon): New variable.
6939         (gnus-treat-mail-picon): Renamed.
6940
6941         * gnus-picon.el: New implementation.
6942         (gnus-picon-find-face): Renamed.
6943         (gnus-treat-from-picon): Use it.
6944         (gnus-picon-transform-address): Renamed.
6945         (gnus-treat-from-picon): Use it.
6946         (gnus-picon-create-glyph): Renamed.
6947         (gnus-picon-transform-address): Use it.
6948         (gnus-treat-cc-picon): New command.
6949
6950         * mm-decode.el (mm-create-image-xemacs): Separated out into
6951         function.
6952         (mm-get-image): Use it.
6953
6954         * gnus-art.el (gnus-treat-display-picons): Simplify.
6955         (gnus-treat-from-picon): Renamed.
6956
6957         * gnus-ems.el (gnus-create-image): New function.
6958         (gnus-put-image): New function.
6959
6960         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6961         (gnus-with-article-headers): New macro.
6962         (gnus-article-goto-header): New function.
6963
6964         * gnus-xmas.el (gnus-image-type-available-p): New function.
6965
6966         * gnus-ems.el (gnus-image-type-available-p): New function.
6967
6968 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6969
6970         * nnrss.el (nnrss-check-group): Find the correct tag, because
6971         xml.el is changed.
6972
6973 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974
6975         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6976         lines are shorter than the window width.
6977         (gnus-ignored-headers): More headers.
6978
6979 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6982         (gnus-treat-unfold-headers): Renamed.
6983         (gnus-article-treat-unfold-headers): New command and keystroke.
6984
6985         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6986
6987         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6988
6989 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * sha1-el.el (sha1-use-external): New variable.
6992         (sha1-region): Use it.
6993         (sha1-string): Ditto.
6994
6995         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6996         * gnus-picon.el: Less warnings when compile.
6997
6998 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7001         alias.
7002         (gnus-picons-database): Default to list.
7003         (gnus-picons-lookup-internal): Use it.
7004
7005         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7006         to "bogus".
7007
7008         * gnus-win.el (gnus-configure-windows-hook): New hook.
7009
7010 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7011
7012         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7013
7014 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7017         lists.
7018         (gnus-select-newsgroup): Don't append; push.
7019         (gnus-adjust-marked-articles): Remove obsolete ranges from
7020         `seen'.
7021         (gnus-update-marks): Clean up.
7022         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7023
7024 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7025
7026         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7027
7028 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029
7030         * gnus-sum.el (gnus-auto-select-subject): New variable.
7031         (gnus-summary-best-unread-subject): New function.
7032         (gnus-summary-best-unread-article): Use it.
7033         (gnus-summary-first-unseen-subject): New function and command.
7034
7035         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7036         other treatments.
7037
7038         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7039         function.
7040
7041         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7042         from the list of hidden types.
7043
7044         * mm-view.el (mm-inline-text): Ditto.
7045         (mm-inline-text): Ditto.
7046         (mm-w3-prepare-buffer): Ditto.
7047
7048         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7049
7050 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * gnus-art.el (gnus-ignored-headers): Added more headers.
7053
7054 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7055
7056         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7057         once.
7058
7059 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060
7061         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7062
7063 2001-12-28  Simon Josefsson  <jas@extundo.com>
7064
7065         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7066         Jesper Harder <harder@ifa.au.dk>.
7067
7068 2001-12-27  Simon Josefsson  <jas@extundo.com>
7069
7070         * gnus-sum.el (gnus-select-newsgroup): Make
7071         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7072         contain all articles (instead of none) when no seen marks have
7073         been set for the group.
7074         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7075         instead, it seems to result in shorter ranges.
7076
7077 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7078
7079         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7080         insert-before-markers.
7081         From Jesper Harder <harder@ifa.au.dk>
7082
7083 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7084
7085         * nnmaildir.el (nnmaildir-save-mail): create the destination
7086         groups if they do not exist.
7087
7088 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7091
7092 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7093
7094         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7095         gnus-group-real-name.
7096
7097         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7098         (gnus-newsgroup-variables): Ditto.
7099
7100         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7101         return it.
7102
7103 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7104
7105         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7106         * nnmaildir.el (top-level): Add commentary.
7107         (nnmaildir-version): Indicate that nnmaildir is now a standard
7108         part of Gnus, not separately released.
7109
7110 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7111
7112         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7113         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7114         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7115         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7116
7117 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7120
7121 2001-12-20  Simon Josefsson  <jas@extundo.com>
7122
7123         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7124         ZHU <zsh@cs.rochester.edu>.
7125         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7126         Brian P Templeton <bpt@tunes.org>.
7127
7128 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7129
7130         * nnmaildir.el: New file.
7131         From Paul Jarc <prj@po.cwru.edu>.
7132
7133 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7134
7135         * nndoc.el (nndoc-type-alist): Move forward to the end.
7136
7137 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7140         `dolist'.
7141
7142 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * gnus-win.el (gnus-frames-on-display-list): New function.
7145         (gnus-get-buffer-window): Use it.
7146
7147 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7148
7149         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7150
7151 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7152
7153         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7154
7155 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7156            From Harald Meland <Harald.Meland@usit.uio.no>
7157
7158         * gnus-win.el (gnus-get-buffer-window): New function.
7159         (gnus-all-windows-visible-p): Use it.
7160
7161         * gnus-util.el (gnus-horizontal-recenter)
7162         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7163         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7164
7165         * gnus-score.el (gnus-score-insert-help): Use it.
7166
7167         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7168         (gnus-generate-tree, gnus-highlight-selected-tree)
7169         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7170         it.
7171
7172         * gnus-art.el (gnus-article-set-window-start)
7173         (gnus-mm-display-part, gnus-request-article-this-buffer)
7174         (gnus-button-next-page, gnus-button-prev-page)
7175         (gnus-article-button-next-page, gnus-article-button-prev-page):
7176         Use it.
7177
7178 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7179
7180         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7181         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7182         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7183
7184 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7185
7186         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7187         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7188         * mml1991.el, nnultimate.el: Add `coding'.
7189
7190 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7191
7192         * ChangeLog: changed coding to buffer-file-coding-system
7193         * ChangeLog.1: same
7194         * nnwfm.el: same
7195         * gnus-smiley.el: same
7196         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7197         * gnus-delay.el: same
7198         * gnus-spec.el: same
7199         * message.el: same
7200         * mml1991.el: same
7201         * nnultimate.el: same
7202
7203 2001-12-16  Simon Josefsson  <jas@extundo.com>
7204         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7205
7206         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7207         (gnus-summary-save-map): Add muttprint.
7208         (gnus-summary-make-menu-bar): Ditto.
7209         (gnus-summary-muttprint): New function.
7210
7211         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7212
7213 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7214
7215         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7216         temporary list instead of buffer.
7217
7218         * mm-url.el (executable-find): autoload.
7219
7220 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7221
7222         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7223         to variable, follow doc-string conventions).
7224
7225 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7226
7227         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7228         subscribe-level
7229         * gnus-topic.el (gnus-subscribe-topics): use it.
7230
7231 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7232
7233         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7234         messages. (A small patch with indentation)
7235         From Sean Neakums <sneakums@zork.net>.
7236
7237         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7238         nil after shooting down the gnus-original-article-buffer.
7239
7240 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7241
7242         * uudecode.el (uudecode-use-external): New variable.
7243         (uudecode-decode-region): Automatically detect external program.
7244
7245         * binhex.el (binhex-use-external): New variable.
7246         (binhex-decode-region-internal): New function.
7247         (binhex-decode-region): Automatically detect external program.
7248
7249         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7250         Use them.
7251
7252 2001-12-12  Simon Josefsson  <jas@extundo.com>
7253
7254         * nnvirtual.el (nnvirtual-always-rescan)
7255         (nnvirtual-component-regexp): Fix doc.
7256
7257         * nnoo.el (defvoo): Add doc to defvoo variables.
7258
7259         * nnml.el (nnml-directory, nnml-active-file)
7260         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7261         (nnml-marks-is-evil, nnml-filenames-are-evil)
7262         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7263
7264         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7265         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7266         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7267         `error'.
7268
7269         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7270         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7271
7272         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7273         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7274         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7275         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7276
7277         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7278         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7279
7280         * imap.el, nnimap.el: Fix indentation.
7281
7282         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7283
7284 2001-12-12  Didier Verna  <didier@xemacs.org>
7285
7286         * gnus-msg.el (gnus-group-news): New function.
7287         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7288         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7289         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7290         for it.
7291         * gnus-msg.el (gnus-summary-news-other-window): New function.
7292         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7293         bind it to `i'.
7294         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7295         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7296         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7297         for it (called with a prefix).
7298         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7299         group-name argument.
7300         * gnus-msg.el (gnus-setup-message): use it.
7301
7302 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7303
7304         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7305
7306 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7307
7308         * mml.el (mime-to-mml): Remove Content-Disposition too.
7309
7310 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7311
7312         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7313         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7314         strings only.
7315         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7316
7317 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7318
7319         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7320         (nnmail-fancy-expiry-target): Use it.
7321         Suggestions from Simon Josefsson <jas@extundo.com>.
7322
7323 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7324
7325         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7326
7327 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7328
7329         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7330
7331         * gnus-util.el (gnus-url-unhex-string): Move here.
7332
7333 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7334
7335         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7336         mm-url-decode-entities-nbsp.
7337
7338         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7339         * webmail.el, nnwfm.el: Use mm-url.
7340
7341         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7342         (mm-url-remove-markup): Move from nnweb.
7343         (mm-url-fetch-simple): Move from webmail.
7344
7345         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7346
7347 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7348
7349         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7350         (gnus-summary-print-article): Use it.
7351
7352         * gnus-util.el (gnus-replace-in-string): Typo.
7353
7354 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7355
7356         * nnweb.el (nnweb-replace-in-string): Removed.
7357
7358         * gnus-util.el (gnus-replace-in-string): New function.
7359         (gnus-mode-string-quote): Use it.
7360
7361         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7362         * nnwfm.el (nnwfm-create-mapping): Ditto.
7363
7364 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7365
7366         * dgnushack.el (dgnushack-compile): nnrss.el and
7367         nnslashdot.el don't depend on nnweb, url, w3.
7368
7369         * nnrss.el: Use mm-url.
7370
7371 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * mm-url.el (mm-url-insert-file-contents): Support file:.
7374
7375 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * mm-view.el: Lower case for the description line. Sync from the
7378         Emacs CVS.
7379
7380 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7383         From:  Stefan Monnier  <monnier@cs.yale.edu>
7384
7385 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7388
7389 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * mm-url.el: Require executable.
7392         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7393
7394 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * pop3.el (pop3-munge-message-separator): Only use valid date.
7397         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7398
7399         * Makefile.in: gnus-load.elc may not be generated.
7400
7401 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7402
7403         * mm-url.el: New file.
7404         * nnslashdot.el: Use it.
7405         * mm-extern.el (mm-extern-url): Use it.
7406
7407 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7408
7409         * gnus-sum.el (gnus-summary-save-article): Nix
7410         gnus-display-mime-function and gnus-article-prepare-hook.
7411
7412         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7413         the beginning of lines.
7414         (gnus-complex-form-to-spec): Ditto.
7415
7416 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7417
7418         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7419         From Paul Jarc <prj@po.cwru.edu>.
7420
7421 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7422
7423         * message.el: New variable message-subscribed-address-file;
7424         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7425
7426 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7427
7428         * message.el (message-tab-body-function): Set to nil.
7429         (message-tab): Use text-mode-map or global-map.
7430         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7431
7432 2001-11-30  Simon Josefsson  <jas@extundo.com>
7433
7434         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7435         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7436         <christoph.conrad@gmx.de>.
7437         (gnus-agent-fetch-group-1): Add verbose message.
7438
7439 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7440
7441         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7442         of integers.
7443
7444 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7445
7446         * message.el (message-newgroups-header-regexp)
7447         (message-completion-alist, message-tab-body-function): Use
7448         defcustom rather than defvar.
7449         (message-tab): Mention `message-tab-body-function' in doc.
7450         Suggested by Karl Eichwalder.
7451
7452 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7453
7454         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7455
7456 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7457
7458         * nnheader.el (nnheader-find-nov-line): Don't use macro
7459         gnus-delete-line.
7460
7461         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7462         (gnus-group-name-charset): Ditto.
7463
7464         * gnus-util.el (gnus-buffer-live-p): Ditto.
7465
7466 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7467
7468         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7469         open parenthesis in doc.
7470         (sieve-manage-authenticator-alist): Typo in doc.
7471         * imap.el (imap-authenticator-alist): Typo in doc.
7472         (imap-stream-alist): Backslash.
7473
7474         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7475           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7476
7477 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7478
7479         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7480
7481         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7482
7483         * gnus-msg.el (gnus-configure-posting-styles): use
7484         make-local-hook. Add LOCAL for add-hook.
7485
7486 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7487
7488         * message.el (message-mode): Use `make-local-hook' unless
7489         obsolete.
7490         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7491
7492 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * canlock.el: Remove sha1.el and base64.el stuff.
7495
7496 2001-11-26  Didier Verna  <didier@xemacs.org>
7497
7498         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7499         if needed.
7500
7501 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * message.el (message-tamago-not-in-use-p): New function.
7504         (message-strip-forbidden-properties): Use it.
7505
7506 2001-11-26  Didier Verna  <didier@xemacs.org>
7507
7508         * gnus-start.el (gnus-check-first-time-used): only check for
7509         existence of .el[d] files.
7510
7511 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7512
7513         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7514
7515         * message.el (message-setup-1): Clean up mc-*.
7516
7517 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7518
7519         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7520         * gnus-score.el (gnus-score-find-bnews): Use it.
7521
7522         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7523         (gnus-summary-limit-to-author): Ditto.
7524         (gnus-summary-limit-to-extra): Ditto.
7525         (gnus-summary-find-matching): Support not-matching argument.
7526
7527 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7528
7529         * message.el (message-wash-subject): Use `insert' rather than
7530         `insert-string', which is deprecated.
7531
7532 2001-11-24  Simon Josefsson  <jas@extundo.com>
7533
7534         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7535         message. (Gnus does not "default" to using 8bit for the message,
7536         it default to use 8bit encoding and the user-supplied CTE
7537         value. Calling this behaviour "treating it as 8bit" is perhaps
7538         better.)
7539
7540         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7541         (compare mm-charset-to-coding-system).
7542
7543 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7544
7545         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7546         buffer. Correctly decode hex.
7547
7548 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7549
7550         * gnus-agent.el (gnus-category-insert-line): Convert category
7551         names to strings.
7552
7553 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * message.el (sha1): eval-and-compile.
7556
7557 2001-11-20  Simon Josefsson  <jas@extundo.com>
7558
7559         * message.el (message-allow-no-recipients): New variable.
7560         (message-send): Use it, customize the prompting when posting to
7561         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7562
7563 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7564
7565         * mm-util.el (mm-coding-system-priorities): New variable.
7566         (mm-sort-coding-systems-predicate): New function.
7567         (mm-find-mime-charset-region): Resort coding systems if needed.
7568         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7569
7570 2001-11-20  Didier Verna  <didier@xemacs.org>
7571
7572         * gnus-group.el (gnus-group-make-help-group): new optional
7573         argument to control the error behavior.
7574         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7575         erroring.
7576
7577 2001-11-19  Simon Josefsson  <jas@extundo.com>
7578
7579         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7580         instead of C-c C-u.  Suggested by Per Abrahamsen
7581         <abraham@dina.kvl.dk>.
7582
7583 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7584
7585         * nnfolder.el (nnfolder-read-folder): Use group instead of
7586         nnfolder-current-group.
7587         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7588
7589 2001-11-17  Simon Josefsson  <jas@extundo.com>
7590
7591         * message.el (message-send): Ask user if Fcc/Gcc should be
7592         performed when no other sender was specified.
7593         Suggested by prj@po.cwru.edu (Paul Jarc).
7594
7595 2001-11-17  Simon Josefsson  <jas@extundo.com>
7596
7597         * message.el (message-mode, message-mode-map): Use C-c C-u for
7598         Importance: instead of C-c C-p (used by SC).
7599
7600 2001-11-16  Simon Josefsson  <jas@extundo.com>
7601
7602         * message.el (message-insert-importance-high)
7603         (message-insert-importance-low): Save point.
7604
7605         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7606         value.
7607
7608 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7609
7610         * message.el (message-strip-special-text-properties): New option.
7611         (message-strip-forbidden-properties): Obey it.
7612
7613 2001-11-14  Sam Steingold  <sds@gnu.org>
7614
7615         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7616
7617 2001-11-15  Simon Josefsson  <jas@extundo.com>
7618
7619         Support "Importance:" header in Message.
7620
7621         * message.el (message-mode-map): Bind C-c C-p to
7622         `message-insert-or-toggle-importance'
7623         (message-mode-menu): Add message-insert-importance-{high,low}.
7624         (message-insert-importance-high, message-insert-importance-low)
7625         (message-insert-or-toggle-importance): New functions.
7626         (message-tool-bar-map): Add {un,}important.
7627         (message-mode): Doc fix.
7628
7629 2001-11-15  Simon Josefsson  <jas@extundo.com>
7630
7631         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7632
7633         * mml.el (mml-menu): Fix toolbar tooltip.
7634
7635 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7636
7637         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7638         * nnml.el (nnml-save-marks): Ditto.
7639
7640         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7641
7642 2001-11-15  Simon Josefsson  <jas@extundo.com>
7643
7644         * nnml.el (nnml-save-marks):
7645         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7646         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7647
7648 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7649
7650         * gnus-art.el (gnus-article-wash-status-strings): Use
7651         `copy-sequence', not `copy-seq'.
7652
7653 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7654
7655         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7656         (gnus-gnus-article-wash-status-entry): New function.
7657         (gnus-article-wash-status): Use it.
7658
7659 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7660
7661         * mml1991.el: Add coding header.
7662
7663 2001-11-12  Simon Josefsson  <jas@extundo.com>
7664
7665         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7666         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7667         `mml1991-sign' and `mml1991-encrypt'.
7668         (mml1991-encrypt, mml1991-sign): New glue functions.
7669         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7670
7671         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7672         (mml-menu): Add PGP to menu.
7673
7674         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7675         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7676         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7677         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7678
7679         * mml2015.el: Mention RFC 3156.
7680
7681         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7682
7683 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7686
7687         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7688           From <Michael.Cook@cisco.com>
7689
7690 2001-11-11  Simon Josefsson  <jas@extundo.com>
7691
7692         * message.el (top-level): Autoload sha1.
7693         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7694         canlock, no need to require two different hash algs).  Suggested
7695         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7696
7697 2001-11-09  Simon Josefsson  <jas@extundo.com>
7698
7699         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7700         <Pavel@Janik.cz>.
7701
7702 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7703
7704         * message.el (message-point-in-header-p): New function.
7705         (message-do-auto-fill): Use it.
7706         (message-beginning-of-line): New function.  Goes to beginning of
7707         header value (i.e., end of header name), or to beginning of line
7708         if already at beginning of value.  Behaves like
7709         `beginning-of-line' when in message body.
7710         (message-mode-map): Bind it.
7711
7712 2001-11-08  Simon Josefsson  <jas@extundo.com>
7713
7714         * gnus-msg.el (gnus-posting-styles): Add doc.
7715
7716 2001-11-07  Simon Josefsson  <jas@extundo.com>
7717
7718         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7719
7720         * sieve-mode.el (sieve-control-commands-face)
7721         (sieve-control-commands-face, sieve-action-commands-face)
7722         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7723         faces.
7724         (sieve-font-lock-keywords): Use them.
7725         (sieve-mode): Only set font-lock-defaults in emacs.
7726
7727         * gnus-art.el (gnus-default-article-saver): Add
7728         gnus-summary-save-body-in-file.
7729         (gnus-summary-write-to-file): Fix doc.
7730
7731 2001-11-07  Simon Josefsson  <jas@extundo.com>
7732
7733         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7734         reference to the correct chapter in the manual.
7735
7736         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7737         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7738
7739 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7740
7741         * mml.el (mml-preview): Bind mail-header-separator.
7742
7743 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * message.el: Always require canlock.
7746         (message-ignored-supersedes-headers): Include Cancel-Lock and
7747         Cancel-Key.
7748         (message-insert-canlock): Don't require canlock.
7749         (message-cancel-news): Don't check whether canlock is available.
7750         (message-supersede): Support cancel-locks.
7751
7752         * gnus-art.el: Don't autoload canlock.
7753
7754 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7755
7756         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7757         From: <andre@slamdunknetworks.com>
7758
7759 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7760
7761         * many files: Fix copyright lines.
7762
7763 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7764
7765         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7766         Suggested by Dave Love  <fx@gnu.org>.
7767
7768 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7769
7770         * message.el (message-kill-buffer): Remove auto-save file after
7771         confirm.
7772
7773         * message.el (message-send-mail): Call message-generate-headers
7774         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7775
7776         * gnus-topic.el (gnus-topic-rename): Initial-input.
7777         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7778
7779 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7780
7781         * message.el (message-forbidden-properties): New constant.
7782         (message-strip-forbidden-properties): New function.
7783         (message-mode): Activate it.
7784
7785 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7786
7787         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7788         (mm-hack-charsets): Fix doc.
7789
7790 2001-11-02  Simon Josefsson  <jas@extundo.com>
7791
7792         * gnus-int.el (gnus-check-server): Message "...done" when done.
7793
7794         * imap.el (imap-close): Don't message (imap-send-command-wait
7795         returns if the connection is dropped).
7796         (imap-wait-for-tag): Nix out message only when necessary.
7797
7798         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7799         for non-crossposting.
7800         (gnus-sieve-crosspost): Default to t to be consistent with other
7801         parts of Gnus.
7802
7803 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7804
7805         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7806         (mm-iso-8859-x-to-15-table): Ditto.
7807         (mm-iso-8859-x-to-15-region): Ditto.
7808         (mm-find-mime-charset-region): Ditto.
7809
7810 2001-11-01  Simon Josefsson  <jas@extundo.com>
7811
7812         * nnimap.el (nnimap-close-asynchronous): New variable.
7813         (nnimap-close-group): Use it.
7814         (nnimap-expunge): Don't use it.
7815
7816         * imap.el (imap-callbacks): New variable.
7817         (imap-remassoc): Copied from `gnus-remassoc'.
7818         (imap-add-callback): New function.
7819         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7820         behaviour.
7821         (imap-parse-response): Call the callback.
7822
7823         * message.el (message-insert-canlock): New variable.
7824         (message-canlock-generate, message-canlock-password)
7825         (message-insert-canlock): New functions.
7826         (message-send-news): Call `message-insert-canlock'.
7827         (top-level): Require canlock when compiling.
7828         (message-insert-canlock): Require canlock before we need it.
7829
7830 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7831
7832         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7833
7834 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7835
7836         * dgnushack.el (dgnushack-make-load): A workaround for
7837         custom-add-loads bug in some versions of XEmacs.
7838
7839 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7840
7841         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7842
7843 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7844
7845         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7846         (mm-hack-charsets): New variable.
7847         (mm-iso-8859-15-compatible): New variable.
7848         (mm-iso-8859-x-to-15-table): New variable.
7849         (mm-find-mime-charset-region): Add parameter hack-charsets.
7850
7851         * mm-bodies.el (mm-encode-body): Use it.
7852         * mml.el (mml-parse-1): Ditto.
7853
7854 2001-11-01  Simon Josefsson  <jas@extundo.com>
7855
7856         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7857
7858 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7861         is nil.
7862
7863 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7864
7865         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7866
7867         * message.el (message-forward-rmail-make-body): Use
7868         save-window-excursion.
7869         (message-encode-message-body): Search with noerror.
7870         (message-setup-1): Convert compose-mail send-actions to
7871         message-send-actions.
7872
7873 2001-11-01  Simon Josefsson  <jas@extundo.com>
7874
7875         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7876         <yamaoka@jpl.org>.
7877
7878 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7879
7880         * sieve-manage.el (sieve-string-bytes): No complain.
7881
7882 2001-11-01  Simon Josefsson  <jas@extundo.com>
7883
7884         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7885         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7886         has autoload cookies, so no `require' should be necessary.)
7887
7888         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7889         files.
7890
7891 2001-10-31  Simon Josefsson  <jas@extundo.com>
7892
7893         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7894         parameter.
7895
7896         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7897         `display' is a number (and C-u wasn't used to enter group), only
7898         fetch that number of articles.
7899
7900 2001-10-31  Matt Armstrong  <matt@lickey.com>
7901
7902         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7903         not-subscribed -> subscribed.
7904
7905 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7906         From: Josh Huber <huber@alum.wpi.edu>
7907
7908         * message.el (message-subscribed-address-functions): New variable.
7909         (message-subscribed-addresses): New variable.
7910         (message-subscribed-regexps): New variable.
7911         (message-goto-mail-followup-to): New function.
7912         (message-send-mail): Add Mail-Followup-To.
7913         (message-make-mft): New function.
7914
7915         * gnus.el (gnus-find-subscribed-addresses): New function.
7916
7917 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7918
7919         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7920         (mail-source-fetch-pop): Ditto.
7921         (mail-source-check-pop): Ditto.
7922
7923         * gnus-start.el (gnus-read-init-file): Ditto.
7924         (gnus-activate-group): Ditto.
7925         (gnus-read-newsrc-el-file): Ditto.
7926
7927 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7928
7929         * message.el (message-get-reply-headers): Make sure there is ", ".
7930
7931         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7932         mm-coding-system-p. Don't correct it only in XEmacs.
7933         (mm-charset-to-coding-system): Use mm-coding-system-p and
7934         mm-get-coding-system-list.
7935         (mm-emacs-mule, mm-mule4-p): New variables.
7936         (mm-enable-multibyte, mm-disable-multibyte,
7937         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7938         mm-with-unibyte-current-buffer,
7939         mm-with-unibyte-current-buffer-mule4): Use them.
7940         (mm-find-mime-charset-region): Treat iso-2022-jp.
7941
7942         From  Dave Love  <fx@gnu.org>:
7943
7944         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7945         construction.
7946         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7947         entries conditional on not having a coding system defined for
7948         them.
7949         (mm-mule-charset-to-mime-charset): Use
7950         find-coding-systems-for-charsets if defined.
7951         (mm-charset-to-coding-system): Don't use
7952         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7953         later.  Add last resort search of coding systems.
7954         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7955         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7956         Mule 4.
7957         (mm-find-mime-charset-region): Re-write.
7958         (mm-with-unibyte-current-buffer): Restore buffer as well as
7959         multibyteness.
7960
7961 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7962
7963         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7964         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7965         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7966
7967 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7968
7969         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7970         again.
7971
7972         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7973
7974 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7975
7976         * gnus-spec.el (gnus-parse-simple-format): Use
7977           buffer-substring-no-properties.
7978
7979 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-art.el (article-verify-cancel-lock): New function.
7982
7983         * nnheader.el (nntp-process-response): New variable.
7984         (nnheader-init-server-buffer): Make `nntp-process-response'
7985         buffer-local in `nntp-server-buffer'.
7986
7987         * nntp.el (nntp-prepare-post-hook): New hook.
7988         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7989         (nntp-async-trigger): Ditto.
7990         (nntp-request-post): Insert a server's ID if there's no Message-ID
7991         header; run `nntp-prepare-post-hook'.
7992
7993 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7994
7995         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7996         instead.
7997
7998         * message.el (message-forward-subject-author-subject): Don't use
7999         message-news-p, which widens the buffer.
8000         (message-forward-make-body): New function.
8001         (message-forward): Use it.
8002         (message-insinuate-rmail): New function.
8003         (message-forward-rmail-make-body): New function.
8004
8005 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8006
8007         * mm-extern.el (mm-extern): Provide it.
8008
8009         * mm-partial.el (mm-partial): Provide it.
8010
8011 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8014
8015 2001-10-29  Simon Josefsson  <jas@extundo.com>
8016
8017         * mml.el (mml-preview): Bind message-this-is-news if it is
8018         news. From Jesper Harder <harder@myrealbox.com>.
8019
8020 2001-10-28  Simon Josefsson  <jas@extundo.com>
8021
8022         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8023
8024 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8025
8026         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8027         ironic smilies.
8028
8029 2001-10-27  Simon Josefsson  <jas@extundo.com>
8030
8031         * message.el (message-indent-citation): Don't add trailing
8032         whitespace when citing text.
8033
8034         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8035         <harder@ifa.au.dk>.
8036
8037 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8040         not available.
8041         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8042         (nnweb-type-definition): Add google as alias of dejanews.
8043         (nnweb-google-parse-1): Forward 1 line.
8044
8045 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8046
8047         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8048         variable `message-forward-ignored-headers'.
8049
8050 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8051
8052         * gnus.el (gnus-expand-group-parameter): New function.
8053         (gnus-expand-group-parameters): Call it.
8054         (gnus-group-fast-parameter): New function.
8055         (gnus-group-find-parameter): Call it.
8056
8057 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8058
8059         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8060         vector (it didn't before because of a bug).
8061         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8062         available.  Before it converted it to an article number.
8063
8064         This makes followup to news articles with negative numbers in
8065         nnvirtual groups use news instead of mail.
8066
8067 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8068
8069         * gnus.el (post-method): Use `native' instead of `nil'.
8070
8071         * gnus-msg.el (gnus-post-method): Ditto.
8072
8073 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8074
8075         * gnus.el (gnus-define-group-parameter): Grammar fix.
8076
8077 2001-10-22  Simon Josefsson  <jas@extundo.com>
8078
8079         * gnus-msg.el (gnus-extended-version): Include
8080         system-configuration.
8081         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8082
8083 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8084
8085         * gnus.el (post-method): Customization fix: `native' is not a
8086         valid value.
8087         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8088         `native' is not a valid value.
8089
8090 2001-10-21  Simon Josefsson  <jas@extundo.com>
8091
8092         * nnimap.el (nnimap): Defgroup
8093         (nnimap-strict-function, nnimap-strict-function-match): New
8094         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8095         (nnimap-split-crosspost, nnimap-split-inbox)
8096         (nnimap-split-rule, nnimap-split-predicate)
8097         (nnimap-split-predicate): Defcustom.
8098         (nnimap-split-inbox, nnimap-expunge-search-string)
8099         (nnimap-importantize-dormant): Remove "*" from doc.
8100
8101 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8102
8103         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8104         not supplied via prefix arg.  From Lisp, make arg mandatory.
8105         Suggested by Frank Schmitt.
8106
8107 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8108
8109         * message.el (message-do-auto-fill): Avoid calling
8110         'rfc822-goto-eoh'.
8111
8112 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8113         From Paul Jarc <prj@po.cwru.edu>.
8114
8115         * message.el (message-get-reply-headers): Restructure the logic
8116         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8117
8118 2001-10-20  Simon Josefsson  <jas@extundo.com>
8119
8120         * message.el (message-cancel-news): Support cancel-locks.
8121         Suggested by Per Abrahamsson.
8122
8123         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8124         conses.  From David Z Maze <dmaze@MIT.EDU>.
8125
8126         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8127
8128 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8129
8130         * mm-decode.el (mm-default-directory): Fix customize type.
8131
8132         * message.el (message-setup-fill-variables): Kludge to use
8133         normal-auto-fill-function even if auto fill is already activated.
8134
8135 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8136
8137         * message.el (message-do-auto-fill): New version that does not
8138         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8139         (message-setup-1): Removed the `message-field' property.
8140
8141         * gnus-draft.el (gnus-draft-edit-message): Removed the
8142         `message-field' property.
8143
8144 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8145
8146         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8147         `message-field'.  The `field' property has a special significance in
8148         Emacs 21.
8149
8150         * message.el (message-send, message-setup-1): Ditto.
8151
8152 2001-10-18  Simon Josefsson  <jas@extundo.com>
8153
8154         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8155         when undoing.
8156
8157 2001-10-18  Simon Josefsson  <jas@extundo.com>
8158         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8159
8160         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8161         (gnus-summary-make-menu-bar): Ditto.
8162
8163 2001-10-17  Simon Josefsson  <jas@extundo.com>
8164
8165         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8166         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8167
8168 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8169
8170         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8171         * gnus-util.el (gnus-user-date): New function.
8172         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8173
8174 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8175
8176         * message.el (message-check-news-header-syntax): Special case
8177         nnvirtual groups.
8178
8179         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8180         customize type to `symbol'.
8181
8182 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8185         %&foo;.
8186         (gnus-parse-simple-format): Support user extended spec too.
8187         %u&foo; invokes gnus-user-format-function-foo.
8188
8189 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8190
8191         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8192         the server.
8193         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8194         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8195         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8196         * nndiary.el (nndiary-request-expire-articles): Ditto.
8197         (nndiary-schedule): Defsubst it before use it.
8198         (nndiary-error): eval-and-compile.
8199
8200 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8201
8202         * gnus-msg.el (gnus-post-method): Changed two instances of
8203         `active' to `current' and one `null' to `not'.
8204
8205 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8206         From Katsumi Yamaoka <yamaoka@jpl.org>.
8207
8208         * message.el (message-setup-fill-variables): Use
8209         `normal-auto-fill-function' instead of `auto-fill-function'.
8210
8211 2001-10-16  Simon Josefsson  <jas@extundo.com>
8212
8213         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8214         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8215         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8216
8217 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8218         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8219
8220         * gnus-draft.el (gnus-draft-edit-message): Add text property
8221         `field' with value `header' to message headers.
8222         * message.el (message-setup-1): Really add text property to all of
8223         the header, not just part of it.
8224
8225 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8226
8227         * gnus-group.el (gnus-group-sort-by-server): Use it.
8228
8229         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8230
8231         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8232         and keystroke.
8233
8234 2001-10-14  Simon Josefsson  <jas@extundo.com>
8235
8236         * dig.el: Doc fix.
8237
8238         * smime.el: Doc fix.
8239
8240         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8241         charset magic from message.el.
8242
8243 2001-10-12  Simon Josefsson  <jas@extundo.com>
8244         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8245
8246         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8247         'cite from g-a-wash-types.
8248         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8249         (gnus-article-hide-citation): Fix.
8250
8251         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8252         character.
8253         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8254
8255         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8256         definition.
8257         (gnus-signature-toggle): Toggle `s' mode line character.
8258
8259         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8260         doing stuff that clears it.
8261
8262 2001-10-12  Simon Josefsson  <jas@extundo.com>
8263
8264         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8265         From Eric Marsden <emarsden@laas.fr>.
8266
8267 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8268
8269         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8270         (autoload): Add some autoloads.
8271
8272 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8273         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8274
8275         * message.el (message-do-auto-fill): New function.  Like
8276         `do-auto-fill' but don't fill when in the message header.
8277         (message-setup-1): Put a text property on the message header.
8278         (message-setup-fill-variables): Use `message-do-auto-fill'.
8279
8280 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * message.el (message-send-mail-partially): Insert an empty line
8283         first, because of the change of message-make-lines.
8284
8285 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8286
8287         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8288         iso-8859-15, make it an alias for iso-8859-1.
8289
8290 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * message.el (message-send-news): Don't modify the value of
8293         `message-syntax-checks' if it is not a list (possibly it is
8294         `dont-check-for-anything-just-trust-me').
8295
8296 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8299         `find-coding-system' for XEmacs to check whether the coding-system
8300         `utf-8' is available.
8301
8302 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8303
8304         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8305
8306 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8307
8308         * message.el (message-send-news): Oops, missed case with no
8309         "Followup-To" header...
8310
8311 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8312
8313         * message.el (message-send-news): Allow
8314         `gnus-group-name-charset-group-alist' to affect encoding of the
8315         "Newsgroups" and "Followup-To" headers.
8316
8317 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8318
8319         * Makefile.in (install-el): Depend on gnus-load.el.
8320
8321 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8322
8323         * Makefile.in (install-el): Use -f.
8324         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8325
8326 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8327
8328         * message.el (message-send-news): Don't encode Followups-To when
8329         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8330
8331         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8332         header.
8333
8334         * gnus-art.el (article-decode-group-name): Also decode
8335         "Followup-To".
8336
8337         * rfc2047.el (rfc2047-encode-message-header): Encode without
8338         asking for null methods.
8339
8340         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8341         default charset for newsgroup names in accordance with USEFOR.
8342
8343         * gnus-group.el (gnus-group-name-charset-method-alist,
8344         gnus-group-name-charset-group-alist): Removed "*" from doc
8345         strings, "*" should not be used for complex variables.
8346
8347 2001-10-06  Simon Josefsson  <jas@extundo.com>
8348
8349         Support UTF-8 group names better.
8350
8351         * message.el (message-check-news-header-syntax): Encode group
8352         names before comparison.
8353
8354         * gnus-msg.el (gnus-copy-article-buffer): Run all
8355         `gnus-article-decode-hook's except `article-decode-charset'
8356         instead of hardcoding call to one of them.
8357
8358         * gnus-art.el (gnus-article-decode-hook): Add
8359         `article-decode-group-name'.
8360         (article-decode-group-name): New function, use `g-d-n'.
8361
8362         * gnus-group.el (gnus-group-insert-group-line): Decode
8363         gnus-tmp-group using `g-d-n'.
8364
8365         * gnus-util.el (gnus-decode-newsgroups): New function.
8366
8367 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8368
8369         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8370         `gnus-group-name-charset-group-alist'.
8371
8372 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8373
8374         * Makefile.in: Install el in install. Add uninstall.
8375
8376 2001-10-05  Simon Josefsson  <jas@extundo.com>
8377
8378         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8379
8380         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8381
8382         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8383         empty folders.
8384
8385         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8386         limiting if read-all (C-u RET) was used.
8387
8388 2001-10-04  Simon Josefsson  <jas@extundo.com>
8389
8390         * mail-source.el (mail-source-movemail-program): New variable.
8391         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8392         <thutt@thutt.vmware.com>.
8393
8394 2001-10-03  Simon Josefsson  <jas@extundo.com>
8395
8396         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8397         (gnus-summary-line-format-alist): Fix param.
8398
8399 2001-10-02  Simon Josefsson  <jas@extundo.com>
8400
8401         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8402         don't go through `nnimap-request-expire-articles' to delete the
8403         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8404
8405 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8406
8407         * gnus-agent.el (gnus-agent-write-active): The min in the
8408         agent/active may be larger than that in the server/active.
8409
8410 2001-10-01  Simon Josefsson  <jas@extundo.com>
8411
8412         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8413         is IMAP4rev1.
8414
8415         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8416
8417         * nnfolder.el: Ditto.
8418
8419 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8420
8421         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8422         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8423
8424 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8425
8426         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8427         (message-mode-menu): Menu item for same.
8428
8429         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8430         delayed articles.
8431
8432         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8433         nndraft:delayed does not exist.
8434         (gnus-delay-initialize): Don't set up keymap, that's done from
8435         message.el now.
8436         (gnus-delay, gnus-delay-group, gnus-delay-header)
8437         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8438
8439 2001-09-29  Simon Josefsson  <jas@extundo.com>
8440
8441         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8442         utf-8, not eight-bit-control.
8443
8444         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8445         (imap-log, imap-debug): Custom.
8446         (imap-log-buffer, imap-debug-buffer): New constants.
8447         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8448         (imap-network-open, imap-shell-open, imap-starttls-open)
8449         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8450         (imap-debug): Use imap-*-buffer.
8451
8452         * nndoc.el (nndoc-article-type): Add mailman.
8453         (nndoc-type-alist): Ditto.
8454         (nndoc-mailman-type-p): New function.
8455
8456 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8457
8458         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8459         gnus-art.el.
8460
8461 2001-09-27  Simon Josefsson  <jas@extundo.com>
8462
8463         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8464         (gnus-topic-catchup-articles): New function. Suggested by Robin
8465         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8466
8467 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8469
8470         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8471         previous ones.
8472
8473 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474         From Daiki Ueno  <ueno@unixuser.org>
8475
8476         * gnus-sum.el (gnus-summary-show-article): The arglist of
8477         detect-coding-region is incompatible.
8478
8479 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8480         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8481
8482         * gnus-group.el (gnus-group-delete-group): Typo.
8483
8484 2001-09-26  Simon Josefsson  <jas@extundo.com>
8485
8486         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8487
8488         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8489
8490 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8491
8492         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8493
8494 2001-09-22  Simon Josefsson  <jas@extundo.com>
8495
8496         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8497
8498         * nnfolder.el (nnfolder-open-marks): Ditto.
8499
8500         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8501         (gnus-update-marks): Use it.
8502         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8503         hardcoded list.
8504
8505         * gnus.el (gnus-article-special-mark-lists): Add killed.
8506         (gnus-article-unpropagated-mark-lists): New constant.
8507
8508 2001-09-22  Simon Josefsson  <jas@extundo.com>
8509
8510         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8511         custom option.
8512
8513 2001-09-23  Simon Josefsson  <jas@extundo.com>
8514
8515         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8516
8517 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8518
8519         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8520
8521 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8522
8523         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8524         accept lists of functions.
8525
8526 2001-09-20  Simon Josefsson  <jas@extundo.com>
8527
8528         * gnus-group.el (gnus-group-catchup): Update expire marks in
8529         backend.  Also, if ALL also set expire marks on tick/dormant.
8530
8531 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8532
8533         * message.el (message-tab-body-function): New variable.
8534         * message.el (message-tab): Use it.
8535
8536 2001-09-19  Sam Steingold  <sds@gnu.org>
8537
8538         * gnus-win.el (gnus-buffer-configuration): Respect
8539         `gnus-bug-create-help-buffer'.
8540
8541 2001-09-18  Simon Josefsson  <jas@extundo.com>
8542
8543         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8544         (gnus-parse-simple-format): Re-revert.
8545
8546 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8547         Trivial patch.
8548
8549         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8550         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8551
8552 2001-09-18  Simon Josefsson  <jas@extundo.com>
8553
8554         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8555         signed.
8556         (gnus-parse-simple-format): Don't use it.
8557
8558 2001-09-17  Miles Bader  <miles@gnu.org>
8559
8560         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8561         error querying a backend abort the whole process.
8562
8563 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8564
8565         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8566         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8567
8568 2001-09-17  Didier Verna  <didier@xemacs.org>
8569
8570         * nndiary.el: version 0.2-b14.
8571         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8572         compatibility problem with XEmacs 21.1.
8573
8574 2001-09-15  Simon Josefsson  <jas@extundo.com>
8575
8576         * gnus-group.el (gnus-group-line-format): Document %c.
8577
8578         * nnml.el (nnml-parse-head): Handle CRLF files.
8579         (nnml-generate-nov-file): Ditto.
8580         (nnml-retrieve-headers): Ditto.
8581
8582 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8583
8584         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8585
8586 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8587
8588         * gnus-spec.el (gnus-correct-substring): Still stopped one
8589         character before we wanted (never included last character).
8590         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8591         add missing "," (once per function)
8592
8593 2001-09-14  Simon Josefsson  <jas@extundo.com>
8594
8595         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8596         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8597         default before gnus-group is loaded and the variable set.)
8598
8599         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8600         killed or unsent marks.
8601
8602         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8603         isn't an article to set it on (e.g. when you `a' in a group).
8604
8605 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8606
8607         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8608         can read e-mails from Microsoft Outlook users not using ISO
8609         8859-2 character set.
8610
8611 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8612
8613         * gnus-diary.el: Minor modifications to avoid warnings.
8614         (gnus-summary-misc-menu): defvar.
8615         (gnus-diary-check-message): Use gnus-point-at-eol.
8616         (gnus-diary-kill-entire-line): eval-and-compile.
8617
8618 2001-09-12  Didier Verna  <didier@xemacs.org>
8619
8620         * nndiary.el: new version (0.2-b13).
8621         * nndiary.el (nndiary-mail-sources): doc update.
8622         * nndiary.el (nndiary-split-methods): ditto.
8623         * nndiary.el (nndiary-request-accept-article-hooks): New.
8624         * nndiary.el (nndiary-request-accept-article): use it, check
8625         message validity.
8626         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8627         * nndiary.el (nndiary-schedule): fix bug (misplaced
8628         condition-case): it didn't return nil on error.
8629         * gnus-diary.el: new version.
8630         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8631         * gnus-diary.el (gnus-diary-header-value-history): New.
8632         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8633         * gnus-diary.el (gnus-diary-add-header): New.
8634         * gnus-diary.el (gnus-diary-check-message): New.
8635         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8636         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8637
8638 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8639
8640         * gnus-sum.el (gnus-select-newsgroup): Make
8641         `gnus-current-select-method' buffer-local.
8642
8643         * gnus-art.el (gnus-request-article-this-buffer): Refer
8644         `gnus-current-select-method' in the current summary buffer.
8645
8646 2001-09-10  Simon Josefsson  <jas@extundo.com>
8647         From Daniel Pittman <daniel@rimspace.net>
8648
8649         * gnus-spec.el (gnus-correct-pad-form): Fix.
8650
8651 2001-09-09  Simon Josefsson  <jas@extundo.com>
8652
8653         * mm-decode.el (mm-inline-media-tests): Add
8654         application/x-emacs-lisp.
8655         (mm-attachment-override-types): Add
8656         application/{x-,}pkcs7-signature.
8657
8658         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8659         (gnus-server-line-format, gnus-server-mode-line-format)
8660         (gnus-server-browse-in-group-buffer): Customize.
8661
8662 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8663
8664         * nnml.el (nnml-marks-changed-p): Typo.
8665         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8666         (nnml-marks-changed-p): Use gnus-gethash.
8667         (nnml-marks-modtime): Use gnus-make-hashtable.
8668
8669         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8670         (nnfolder-request-expire-articles, nnfolder-save-marks)
8671         (nnfolder-open-marks): Typo.
8672         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8673         (nnfolder-marks-changed-p): Use gnus-gethash.
8674         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8675
8676 2001-09-08  Simon Josefsson  <jas@extundo.com>
8677
8678         * nnfolder.el (nnfolder-marks-modtime): New variable.
8679         (nnfolder-marks-changed-p): New function.
8680         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8681         (nnfolder-request-update-info): Don't update if marks didn't change.
8682
8683         * nnml.el (nnml-marks-modtime): New variable.
8684         (nnml-marks-changed-p): New function.
8685         (nnml-save-marks, nnml-open-marks): Save modtime.
8686         (nnml-request-update-info): Don't update if marks didn't change.
8687
8688         * gnus-agent.el (gnus-agent-any-covered-gcc)
8689         (gnus-agent-add-server, gnus-agent-remove-server): Use
8690         gnus-agent-method-p.
8691
8692         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8693         (gnus-unbuttonized-mime-type-p): Use it.
8694
8695         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8696         fetch group.
8697
8698 2001-09-08  Simon Josefsson  <jas@extundo.com>
8699         From Daniel Pittman <daniel@rimspace.net>
8700
8701         * gnus-spec.el (gnus-correct-pad-form): New function.
8702         (gnus-parse-simple-format): Use it.
8703
8704 2001-09-07  Simon Josefsson  <jas@extundo.com>
8705
8706         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8707         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8708         Putnam <reader@newsguy.com>.
8709         (gnus-group-sort-selected-groups): Touch dribble file.
8710
8711 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8712
8713         * nnml.el (nnml-filenames-are-evil): New variable.
8714         (nnml-article-to-file-alist): Rename to ...
8715         (nnml-current-group-article-to-file-alist): ... this.
8716         Respect `nnml-filenames-are-evil'.
8717         (nnml-active-number): Update.
8718         (nnml-update-file-alist): Update.
8719         (nnml-request-article): Use nnheader-article-to-file-alist.
8720         (nnml-request-rename-group): Likewise.
8721
8722 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-sum.el (gnus-summary-insert-line): Fix.
8725
8726 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8727
8728         * gnus-sum.el: Bind g-s-t-s to "W g".
8729         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8730         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8731         display of graphical smilies.
8732
8733 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8734
8735         * gnus-start.el (gnus-setup-news): A typo.
8736         From Bill White <billw@wolfram.com>.
8737
8738 2001-09-06  Simon Josefsson  <jas@extundo.com>
8739
8740         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8741         and unseen marks.
8742
8743 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8744
8745         * nnmail.el (nnmail-split-fancy): Document `junk'.
8746
8747 2001-09-04  Simon Josefsson  <jas@extundo.com>
8748
8749         * imap.el (imap-search): Don't error if server is broken.
8750
8751 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8752
8753         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8754         searching for an article that isn't in the mbox.
8755
8756 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8757
8758         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8759         right, and get all the comments.
8760
8761 2001-09-02  Simon Josefsson  <jas@extundo.com>
8762         Suggested by Dan Christensen <jdc+news@uwo.ca>
8763
8764         * nnfolder.el (nnfolder-request-update-info): Fix message.
8765
8766         * nnml.el (nnml-request-update-info): Ditto.
8767
8768 2001-09-01  Simon Josefsson  <jas@extundo.com>
8769
8770         * nnml.el (nnml-request-expire-articles): Also bind
8771         `nnml-current-group' and `nnml-article-file-alist' when using
8772         expiry-target. (Otherwise nnml will be in a inconsistent internal
8773         state causing all kind of problems.)
8774         (nnml-request-expire-articles): If `nnml-article-to-file' or
8775         `file-attributes' failes, return article as un-expirable instead
8776         of treating it as expired.
8777
8778 2001-08-31  Sam Steingold  <sds@gnu.org>
8779
8780         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8781         typo: `exmine' --> `examine'.
8782
8783 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8786
8787 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * nnml.el (nnml-check-directory-twice): Remove.
8790         (nnml-retrieve-headers): Ditto.
8791         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8792
8793 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8794
8795         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8796         directory twice on Windows, or on GNU Emacs-21.
8797
8798 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8799
8800         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8801         (nnml-request-rename-group): Ditto.
8802         (nnml-active-number): Ditto.
8803         (nnml-request-create-group): Use nnml-directory-articles.
8804         (nnml-request-expire-articles): Use nnml-directory-articles, which
8805         gets list from nov database if available.
8806         (nnml-get-nov-buffer): New function.
8807         (nnml-open-nov): Use it.
8808         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8809         gets alist from nov database if available.
8810         (nnml-directory-articles): New function.
8811         (nnml-article-to-file-alist): New function.
8812
8813 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8814
8815         * mm-decode.el (mm-display-external): Use `name' as filename, if
8816         `filename' attribute is not present.
8817
8818 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8819
8820         * mail-source.el (mail-source-flash): New defcustom.
8821         (mail-source-new-mail-p): Ring visible bell if appropriate.
8822         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8823         timer is cleared even if mail check signals an error.
8824
8825 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8826
8827         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8828         type 'list.
8829
8830 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8831
8832         * flow-fill.el (fill-flowed): eol might be point-max.
8833
8834 2001-08-27  Simon Josefsson  <jas@extundo.com>
8835
8836         * nnml.el (nnml-request-update-info): Fix message.
8837         (nnml-open-marks): Ditto.
8838
8839         * nnfolder.el (nnfolder-request-update-info):
8840         (nnfolder-open-marks): Fix message.
8841
8842 2001-08-25  Simon Josefsson  <jas@extundo.com>
8843
8844         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8845         after group in ~/.
8846
8847 2001-08-25  Simon Josefsson  <jas@extundo.com>
8848         From Andreas Jaeger  <aj@suse.de>
8849
8850         * nnfolder.el (nnfolder-open-marks): Fix typo.
8851         * nnml.el (nnml-open-marks): Likewise.
8852
8853 2001-08-25  Simon Josefsson  <jas@extundo.com>
8854
8855         Make nnfolder groups self-contained as far as marks are concerned.
8856
8857         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8858         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8859         (nnfolder-open-server): Make marks directory.
8860         (nnfolder-request-delete-group): Delete marks file.
8861         (nnfolder-request-delete-group): Check of nov/marks file exist
8862         before deleting.
8863         (nnfolder-request-rename-group): Rename marks file.
8864         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8865         (nnfolder-request-set-mark, nnfolder-request-update-info)
8866         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8867         (nnfolder-open-marks): New functions.
8868         (top-level): Require gnus.
8869
8870 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871
8872         * nnweb.el (nnweb-type-definition): Use google raw file.
8873         (nnweb-google-parse-1): Ditto.
8874         (nnweb-google-identity): Ditto.
8875         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8876         (nnweb-altavista-wash-article): Ditto.
8877         (nnweb-request-article): Remove nnweb-decode-entities.
8878
8879         * nnml.el: Require 'gnus.
8880
8881 2001-08-25  Simon Josefsson  <jas@extundo.com>
8882
8883         * nnml.el (nnml-marks-is-evil): Add doc.
8884
8885 2001-08-25  Simon Josefsson  <jas@extundo.com>
8886
8887         * nnml.el (nnml-save-marks): Wrap saving marks in a
8888         condition-case, to allow user to start Gnus if saving marks failed
8889         for some reason.
8890
8891 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8894
8895         * gnus-group.el (gnus-update-group-mark-positions): Bind
8896         gnus-group-update-hook to nil.
8897
8898 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8899
8900         * mml.el (mml-generate-mime-1): Force as multibyte string.
8901
8902 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8903
8904         * gnus-sum.el (gnus-summary-insert-line)
8905         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8906         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8907
8908         * gnus-spec.el (gnus-correct-substring): Take optional END.
8909
8910         * nnrss.el (nnrss-request-article): Remove \n.
8911         (nnrss-retrieve-headers): Lines number is -1.
8912
8913 2001-08-24  Simon Josefsson  <jas@extundo.com>
8914
8915         * gnus-group.el (gnus-info-clear-data): Call
8916         nnfoo-request-set-mark to propagate marks.  Fix bug:
8917         `gnus-group-update-line' doesn't update read range unless we call
8918         `gnus-get-unread-articles-in-group' first.
8919
8920         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8921         to server.
8922
8923 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8924
8925         * gnus-util.el (gnus-create-info-command): Return an interactive
8926         function.
8927
8928 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8929         From Katsumi Yamaoka <yamaoka@jpl.org>
8930
8931         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8932
8933 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * gnus-sum.el (gnus-select-newsgroup): Use it.
8936
8937         * gnus-util.el (gnus-not-ignore): New function.
8938
8939         * lpath.el (featurep): Don't fbind char-int.
8940
8941         * gnus-util.el (gnus-create-info-command): New function.
8942
8943         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8944         right node.
8945
8946         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8947         (gnus-summary-limit-children): Use 'identity instead of `all'.
8948         (gnus-summary-limit-to-display-predicate): New command and
8949         keystroke.
8950
8951 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8952
8953         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8954
8955         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8956
8957 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * gnus-spec.el: Add the Gnus version.
8960         (gnus-update-format-specifications): If the Gnus version changes,
8961         nix out the format spec cache.
8962
8963         * gnus.el (gnus-continuum-version): Made into a command and
8964         optionalize the VERSION.
8965
8966         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8967         the start of the lines.
8968
8969 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * gnus.el (gnus-visual-p): Define function before use of
8972         function.
8973
8974 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8977         (gnus-article-mark-to-type): New function.
8978         (gnus-update-missing-marks): Only update marks of type 'list.
8979
8980         * gnus.el (gnus-article-special-mark-lists): New variable.
8981
8982 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8983
8984         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8985         (gnus-select-newsgroup): Still use 'all.
8986         (gnus-summary-initial-limit): Comparing with 'all.
8987
8988 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8991         active.
8992
8993 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8994
8995         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8996         nnslashdot-*-retrieve-headers.
8997         (nnslashdot-request-article): Fix for slashcode 2.2.
8998         (nnslashdot-make-tuple): New function.
8999         (nnslashdot-read-groups): Use it.
9000
9001 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002
9003         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9004         list.
9005
9006         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9007
9008 2001-08-20  Simon Josefsson  <jas@extundo.com>
9009
9010         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9011         opened, error instead of continuing (and exploding later).
9012
9013 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * gnus.el (gnus-expand-group-parameters): Return the parameter
9016         list.
9017
9018         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9019         (gnus-summary-show-article): Guess at charset if required.
9020
9021         * gnus-spec.el (gnus-correct-substring): Stopped one character
9022         before we wanted.
9023
9024 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9025
9026         * earcon.el (earcon-auto-play): Remove unused option.
9027
9028 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9029
9030         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9031         message down in levels, since it happens very fast.
9032
9033         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9034         of smiley-regexp-alist.
9035
9036         * mm-view.el (mm-inline-text): Ignore vcard errors.
9037
9038         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9039
9040         * gnus-score.el (gnus-all-score-files): Use append instead of
9041         nconc.
9042
9043         * gnus.el (gnus-splash-face): Doc fix.
9044
9045         * mm-decode.el (mm-mailcap-command): Use
9046         mm-path-name-rewrite-functions.
9047         (mm-path-name-rewrite-functions): New variable.
9048
9049         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9050         (gnus-complex-form-to-spec): Insert tab.
9051         (gnus-spec-tab): New function.
9052
9053         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9054         entering the group.
9055
9056         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9057         the positional spec.
9058         (gnus-parse-complex-format): React to %C.
9059
9060         * gnus-ems.el (gnus-char-width): Moved here.
9061
9062         * gnus-sum.el (gnus-select-newsgroup): Set
9063         gnus-newsgroup-articles.
9064         (gnus-unseen-mark): New variable.
9065         (gnus-newsgroup-unseen): Ditto.
9066         (gnus-newsgroup-seen): Ditto.
9067         (gnus-adjust-marked-articles): Use them.
9068         (gnus-update-marks): Use them.
9069         (gnus-summary-update-secondary-mark): Display.
9070         (gnus-summary-prepare-threads): Display.
9071
9072         * gnus-msg.el (gnus-inews-group-method): Use and return the
9073         method, not the server.
9074
9075 2001-08-19  Simon Josefsson  <jas@extundo.com>
9076
9077         * gnus-srvr.el (gnus-server-agent-face): New.
9078         (gnus-server-agent-face): New.
9079         (gnus-server-mode): Turn on font-lock-mode.
9080
9081         * gnus.el (gnus-server-visual): Add defgroup.
9082
9083 2001-08-19  Simon Josefsson  <jas@extundo.com>
9084         From Joe Casadonte <jcasadonte@northbound-train.com>
9085
9086         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9087         gnus-server-denied-face): New.
9088         (gnus-server-opened-face, gnus-server-closed-face,
9089         gnus-server-denied-face): New.
9090         (gnus-server-font-lock-keywords): Add.
9091
9092 2001-08-19  Simon Josefsson  <jas@extundo.com>
9093
9094         * nnml.el (nnml-request-set-mark): Return nil.
9095         (nnml-save-marks): Use nnml-possibly-create-directory.
9096         (nnml-open-marks): Only work in temp buffer when inserting/reading
9097         .marks file.
9098
9099 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * gnus.el (gnus-expand-group-parameters): Fix.
9102
9103         * gnus-spec.el (gnus-char-width): New function.
9104         (gnus-correct-substring, gnus-correct-length): Use it.
9105
9106         * message.el (message-required-mail-headers): Fix doc.
9107
9108 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109
9110         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9111
9112         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9113
9114 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9117         slashdot 2.2 (not fully fixed yet).
9118         (nnslashdot-request-article): Ditto.
9119
9120 2001-08-18  Simon Josefsson  <jas@extundo.com>
9121
9122         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9123         nnimap.
9124
9125         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9126         gnus-util.
9127         (nnimap-request-update-info-internal): Use new functions.
9128
9129         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9130         new functions.
9131
9132 2001-08-18  Simon Josefsson  <jas@extundo.com>
9133
9134         Make nnml groups self-contained as far as marks are concerned.
9135
9136         * nnml.el (nnml-request-delete-group): Delete marks file.
9137         (nnml-request-rename-group): Move marks file.
9138         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9139         variables.
9140         (nnml-request-set-mark, nnml-request-update-info): New server
9141         functions.
9142         (nnml-save-marks, nnml-open-marks): New functions.
9143
9144 2001-08-18  Simon Josefsson  <jas@extundo.com>
9145
9146         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9147         `set' when setting marks.
9148
9149 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9150
9151         * gnus.el (gnus-info-find-node): Take an argument.
9152
9153         * gnus-art.el (gnus-button-handle-info): New function.
9154         (gnus-url-unhex-string): Replace "+" with " ".
9155
9156 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9157
9158         * message.el (message-check-news-header-syntax): Check bad From.
9159
9160 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * gnus-spec.el (gnus-correct-length): New function.
9163         (gnus-correct-substring): New function.
9164         (gnus-tilde-max-form): Use it.
9165
9166 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9167
9168         * nnmh.el: Docstring changes as below.
9169
9170         * nnml.el: Docstring changes as below.
9171
9172         * nnbabyl.el: Docstring changes as below.
9173
9174         * nnmbox.el: Docstring changes as below.
9175
9176         * nnfolder.el: Added docstrings identifying each virtual server
9177         parameter.
9178
9179 2001-08-18  Simon Josefsson  <jas@extundo.com>
9180
9181         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9182
9183 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9184
9185         * message.el: rename "Abort Message" to "Postpone Message".
9186         Remove "Attach file as MIME" from Message menu, it's already in
9187         the MIME menu.
9188
9189 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190
9191         * smime.el (smime-point-at-eol): eval-and-compile.
9192         (smime-make-temp-file): New function.
9193         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9194         Use it.
9195
9196 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9199         (gnus-agent-summary-fetch-group): New command and keystroke.
9200
9201         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9202         (gnus-mime-display-security): Make it respect
9203         gnus-unbuttonized-mime-type-p.
9204
9205         * gnus-sum.el (gnus-articles-to-read): Comments.
9206         (gnus-article-marked-p): New function.
9207         (gnus-summary-display-make-predicate): New function.
9208         (gnus-select-newsgroup): Use them.
9209
9210         * mm-decode.el (mm-save-part-to-file): Made it not error.
9211
9212 2001-08-17  Simon Josefsson  <jas@extundo.com>
9213
9214         * imap.el (imap-wait-for-tag): If process-status isn't open or
9215         run, return nil instead of sit-for looping.
9216
9217 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * lpath.el (featurep): fbind xml-parse-region.
9220
9221         * gnus.el (gnus-message-archive-method): Default to "archive".
9222         (gnus-message-archive-method): Doc fix.
9223         (gnus-parameters-get-parameter): Cleaned up.
9224         (gnus-expand-group-parameter): New function.
9225
9226         * gnus-start.el (gnus-setup-news): Push the archive server only
9227         the server list.
9228
9229         * mml.el (mml-menu): Changed name to "Attachments".
9230
9231         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9232         when there is something to detroy.
9233
9234 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9237         nil.
9238
9239 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9240
9241         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9242         which specifies a time today or tomorrow.
9243
9244 2001-08-15  Simon Josefsson  <jas@extundo.com>
9245         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9246
9247         * gnus-agent.el (gnus-agent-make-mode-line-string)
9248         (gnus-agent-toggle-plugged): Use new API.
9249
9250 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9251
9252         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9253         deadline has expired.
9254
9255 2001-08-12  Simon Josefsson  <jas@extundo.com>
9256         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9257
9258         Support `recent' mark indicating newly arrived messages (to
9259         separate from old but unread messages).
9260
9261         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9262         `nnmail-split-history' if recent is > 0.
9263         (nnimap-request-update-info-internal): Update `recent' marks.
9264         (nnimap-request-set-mark): Never set `recent' marks.
9265         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9266         recent.
9267
9268         * gnus-sum.el (gnus-recent-mark): New mark.
9269         (gnus-newsgroup-recent): New variable.
9270         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9271         (gnus-summary-prepare-threads): Mark recent articles.
9272         (gnus-summary-add-mark): Support recent.
9273         (gnus-summary-update-secondary-mark): Support recent.
9274
9275         * gnus.el (gnus-article-mark-lists): Add recent.
9276
9277 2001-08-12  Simon Josefsson  <jas@extundo.com>
9278
9279         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9280         whether successful decoding took place.  Add doc.
9281
9282 2001-08-12  Simon Josefsson  <jas@extundo.com>
9283         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9284
9285         * gnus.el (gnus-summary-line-format, gnus-parameters):
9286         * gnus-gl.el (gnus-summary-grouplens-line-format):
9287         * gnus-salt.el (gnus-summary-pick-line-format):
9288         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9289
9290 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9291         Committed by Kai Gro\e,b_\e(Bjohann.
9292
9293         * gnus-score.el (gnus-score-string): Fix `match' regexp
9294         for `extra' header case.
9295
9296 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9297
9298         * nnmbox.el (nnmbox-read-mbox): No warning.
9299
9300 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9301
9302         * nndoc.el (nndoc-article-type): Fix doc.
9303         (nndoc-generate-article-function): New variable.
9304         (nndoc-dissection-function): New variable.
9305         (nndoc-type-alist): Add oe-dbx.
9306         (nndoc-oe-dbx-type-p): New function.
9307         (nndoc-oe-dbx-dissection): New function.
9308         (nndoc-oe-dbx-generate-article): New function.
9309
9310 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9311
9312         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9313         whether deadline has been reached.  Patch from Dan Nicolaescu
9314         <dann@godzilla.ics.uci.edu>.
9315
9316 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9319         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9320         <rintaman@cs.Helsinki.FI>.
9321
9322         * mail-source.el (mail-source-movemail): The error buffer is
9323         modified, but nothing in it.
9324
9325 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9326
9327         * message.el (message-bogus-system-names): New variable.
9328         (message-make-fqdn): Use it.
9329
9330 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * nndraft.el (nndraft-request-group): Use
9333         nndraft-auto-save-file-name.
9334
9335 2001-08-09  Simon Josefsson  <jas@extundo.com>
9336
9337         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9338         Don't ask whether to decrypt.  Just leave result in buffer (don't
9339         call mm).
9340
9341         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9342         parts as well.
9343         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9344         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9345
9346 2001-08-09  Simon Josefsson  <jas@extundo.com>
9347
9348         * mm-decode.el (mm-insert-part): Return decoding success status.
9349         (mm-save-part-to-file): Error if decoding failed.
9350
9351 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9352
9353         * message.el (message-tab): Use indent-relative.
9354         (message-mode): Don't bind indent-line-function to indent-relative.
9355
9356 2001-08-09  Simon Josefsson  <jas@extundo.com>
9357
9358         * message.el (message-get-reply-headers): Fix string. Suggested by
9359         Christoph Conrad <cc@cli.de>.
9360
9361 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9362
9363         * message.el (message-tab): Use the current value of
9364         indent-line-function.
9365         (message-mode): Bind indent-line-function to indent-relative.
9366
9367 2001-08-08  Simon Josefsson  <jas@extundo.com>
9368
9369         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9370         whether `imtest' is installed.
9371
9372 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9373         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9374
9375         * gnus-sum.el (gnus-summary-show-article): Call
9376         gnus-summary-update-secondary-secondary-mark.
9377         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9378         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9379
9380 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9381
9382         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9383
9384         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9385
9386         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9387         <gerd@gnu.org>.
9388
9389         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9390
9391         * gnus-util.el (gnus-output-to-rmail): Ditto.
9392         (gnus-output-to-mail): Ditto.
9393
9394         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9395
9396 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9397
9398         * message.el (message-indent-citation): Use
9399         `message-yank-cited-prefix' for empty lines.
9400
9401 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9402
9403         * message.el (message-indent-citation): Quote only lines starting
9404         with ">" using `message-yank-cited-prefix'.
9405
9406 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9407         Trivial patch.
9408
9409         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9410         gnus-cache-fully-p.
9411
9412 2001-08-04  Simon Josefsson  <jas@extundo.com>
9413
9414         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9415         file if it doesn't exist (by calling gnus-cache-read-active).
9416
9417 2001-08-04  Simon Josefsson  <jas@extundo.com>
9418
9419         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9420         (gnus-cache-passively-or-fully-p): Removed.
9421         (gnus-cache-fully-p): Fix it.
9422
9423         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9424
9425 2001-08-04  Simon Josefsson  <jas@extundo.com>
9426
9427         * gnus-cache.el (gnus-cache-fully-p)
9428         (gnus-cache-passively-or-fully-p): New functions.
9429         (gnus-cache-possibly-enter-article): Cosmetic change, use
9430         `g-c-p-o-f-p'.
9431         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9432         was bogus (`g-c-p-a-a' does not change active info, just change
9433         the functions parameters).
9434         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9435         not removed in groups that match `gnus-uncacheable-groups'.
9436
9437         Reported and modifications based on discussions with Nuutti
9438         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9439
9440 2001-08-04  Simon Josefsson  <jas@extundo.com>
9441         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9442
9443         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9444         calls `gnus-cache-update-active' if bounds has been extended.
9445
9446 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9447
9448         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9449         before remove.
9450         (gnus-mime-security-show-details): Ditto.
9451
9452 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9453
9454         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9455         syntax.  Protect string-match against nil string and regexp.
9456
9457 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9458
9459         * mm-util.el (mm-find-charset-region): Remove control-1.
9460
9461 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9462
9463         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9464
9465 2001-08-04  Simon Josefsson  <jas@extundo.com>
9466
9467         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9468         buffer.  Delete MIME-Version header.
9469
9470 2001-08-03  Simon Josefsson  <jas@extundo.com>
9471
9472         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9473         that is entered does not necessarily have the highest article
9474         number in the group, so use `gnus-cache-possibly-alter-active'
9475         instead of `gnus-cache-update-active'.
9476
9477 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9478
9479         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9480
9481 2001-08-03  Simon Josefsson  <jas@extundo.com>
9482
9483         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9484         menu.
9485
9486 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus.el (post-method): New group parameter.  It also provides
9489         the user option `gnus-post-method-alist' and the internal function
9490         `gnus-parameter-post-method'.
9491
9492         * gnus-msg.el (gnus-post-method): Bind the value of
9493         `gnus-post-method' to the group parameter if it is defined.
9494
9495 2001-08-02  Simon Josefsson  <jas@extundo.com>
9496
9497         * smime.el (smime-extra-arguments): Removed.
9498         (smime-call-openssl-region): Don't use it.
9499
9500 2001-08-02  Simon Josefsson  <jas@extundo.com>
9501
9502         * smime.el (smime-sign-region): Handle stderr.
9503         (smime-encrypt-region): Ditto.
9504
9505         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9506         match the ASN.1 length bytes.
9507         (mm-pkcs7-enveloped-magic): Ditto.
9508         (mm-view-pkcs7-get-type): Don't regexp quote.
9509
9510 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511         From Andreas Fuchs <asf@void.at>
9512
9513         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9514
9515 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9516
9517         * gnus-art.el (gnus-header-button-alist): References regexp.
9518
9519 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9520
9521         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9522         already fboundp.  Add INTERACTIVE arg to autoload form.
9523
9524 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9525
9526         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9527
9528         * nnmail.el (nnmail-cache-open): Ditto.
9529
9530 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9533
9534 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9537
9538 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9539         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9540
9541         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9542         (gnus-agent-toggle-plugged): Use it.
9543
9544 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9547         (gnus-ding-file-coding-system): New variable.
9548         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9549         (gnus-slave-save-newsrc): Use it.
9550
9551 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9552
9553         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9554         syntax.
9555
9556 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557         Originally from Andreas Fuchs <asf@void.at>
9558
9559         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9560         (mml2015-gpg-pretty-print-fpr): New function.
9561         (mml2015-gpg-extract-signature-details): More details, rename from
9562         `m-g-e-from'.
9563         (mml2015-gpg-verify): Use them.
9564         (mml2015-gpg-clear-verify): Use them.
9565
9566 2001-07-31  Simon Josefsson  <jas@extundo.com>
9567
9568         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9569         buffer when done.
9570
9571 2001-07-30  Simon Josefsson  <jas@extundo.com>
9572
9573         * smime.el (smime-call-openssl-region): Revert previous change,
9574         just pass on buf to `call-process-region'.
9575         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9576         `smime-new-details-buffer'.  Inserts error messages into buffer.
9577         (smime-noverify-region): Ditto.
9578         (smime-decrypt-region): Ditto.  Handles stderr separately.
9579         (smime-verify-buffer, smime-noverify-buffer)
9580         (smime-decrypt-buffer): Doc fix.
9581         (smime-new-details-buffer): New function.
9582         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9583         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9584         (smime-sign-region, smime-encrypt-region): Don't use
9585         `insert-buffer'.
9586
9587         * mml-smime.el (mml-smime-verify): Fix security button strings.
9588
9589 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9590
9591         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9592         gnus-article-mime-handles.
9593
9594 2001-07-29  Simon Josefsson  <jas@extundo.com>
9595
9596         * mail-source.el (top-level): Require message for message-directory.
9597         (mail-source-directory): Change default to message-directory.
9598
9599         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9600         (smime-certificate-directory, smime-openssl-program)
9601         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9602         (smime-extra-arguments): New variable.
9603         (smime-dns-server): Fix customize group.
9604         (smime-call-openssl-region): Use `smime-extra-arguments'.
9605
9606 2001-07-29  Simon Josefsson  <jas@extundo.com>
9607         From Vladimir Volovich <vvv@vsu.ru>
9608
9609         * smime.el (smime-call-openssl-region): Ignore stderr.
9610
9611 2001-07-29  Simon Josefsson  <jas@extundo.com>
9612         From Christoph Conrad <christoph.conrad@gmx.de>
9613
9614         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9615         file.
9616
9617 2001-07-29  Simon Josefsson  <jas@extundo.com>
9618
9619         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9620
9621         Support S/MIME decryption.
9622
9623         * mm-decode.el (mm-inline-media-tests):
9624         (mm-inlined-types):
9625         (mm-automatic-display):
9626         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9627
9628         * mm-view.el (mm-pkcs7-signed-magic):
9629         (mm-pkcs7-enveloped-magic): New variables.
9630         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9631         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9632         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9633         PKCS#7 blobs.
9634
9635         * smime.el (smime-decrypt-region): Expand keyfile.
9636
9637 2001-07-29  Simon Josefsson  <jas@extundo.com>
9638
9639         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9640         `ssl.el' variables.
9641
9642         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9643         but line instead of narrowing to it, because `nnmail-parse-active'
9644         calls widen.  Thanks to Christoph Conrad
9645         <christoph.conrad@gmx.de>.
9646
9647 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9648
9649         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9650         for %B spec.
9651
9652         * gnus-sum.el (gnus-summary-prepare-threads): If
9653         gnus-sum-thread-tree-root is nil, use subject instead.
9654         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9655         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9656         (gnus-sum-thread-tree-leaf-with-other)
9657         (gnus-sum-thread-tree-single-leaf): Documentation.
9658         (gnus-sum-thread-tree-single-indent): Allow nil.
9659
9660 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9661
9662         * message.el (message-fill-paragraph): Do nothing if the user
9663         wants filladapt-mode.
9664
9665 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9666
9667         * mm-decode.el (mm-image-type-from-buffer): New function.
9668         (mm-get-image): Use it.
9669
9670 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9671
9672         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9673
9674         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9675         mm-display-parts too.
9676
9677 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9678
9679         * nnfolder.el (nnfolder-request-accept-article): Bind
9680         nntp-server-buffer.
9681
9682         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9683         nntp-server-buffer.
9684
9685 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * message.el (message-check-news-header-syntax): Use
9688         message-post-method.
9689         (message-send-news): Bind message-post-method.
9690
9691 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692
9693         * mml.el (mml-tweak-type-alist): New variable.
9694         (mml-tweak-function-alist): New variable.
9695         (mml-tweak-part): New function.
9696         (mml-generate-mime-1): Use it.
9697
9698 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9699
9700         * nnfolder.el (nnfolder-request-accept-article): Replace
9701         nnfolder-request-list.
9702
9703 2001-07-27  Simon Josefsson  <jas@extundo.com>
9704
9705         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9706         nnoo-change-server failed to do it.
9707
9708 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * gnus.el (gnus-parameters): Make it customizable.
9711
9712 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9713
9714         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9715
9716         * message.el (message-set-auto-save-file-name): More
9717         poor-system-types.
9718
9719         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9720
9721         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9722         supports +.
9723
9724 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * mm-decode.el (mm-readable-p): New function.
9727         (mm-inline-media-tests): Fix the default testers.
9728
9729 2001-07-26  Simon Josefsson  <jas@extundo.com>
9730
9731         * nnimap.el (nnimap-version): Bump version number.
9732
9733 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734         From Steven E. Harris <seh@speakeasy.org>
9735
9736         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9737         in M$Windows too.
9738
9739 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9740
9741         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9742
9743 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9744
9745         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9746
9747         * mm-decode.el (mm-get-image): Guess then use the type.
9748
9749         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9750
9751 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9752
9753         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9754         display (%B) for threads if threading is off.
9755
9756 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757         From Henrik Enberg <henrik@enberg.org>
9758
9759         * gnus-msg.el: Customization patch.
9760
9761 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9762
9763         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9764         variable.
9765         (nnmail-split-fancy-with-parent): Ignore certain groups.
9766
9767 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9768
9769         * gnus-util.el (gnus-byte-compile): New function.
9770         (gnus-use-byte-compile): New variable.
9771         (gnus-make-sort-function): Use it.
9772
9773         * nnmail.el (nnmail-get-new-mail): Use it.
9774
9775         * gnus-agent.el (gnus-category-make-function): Simple function or
9776         compiled function.
9777         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9778
9779         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9780         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9781         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9782
9783         * message.el (message-check-news-header-syntax): Remove quote.
9784
9785 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9786
9787         * message.el (message-use-mail-followup-to): `t' is not a
9788         documented value.
9789
9790 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9793
9794 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9795
9796         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9797         there are long lines.
9798
9799 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * dgnushack.el (copy-list): New compiler macro.
9802
9803 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9804
9805         * message.el (message-bounce): If no Return-Path, the whole
9806         content is considered as the original message.
9807
9808         * nnml.el (nnml-check-directory-twice): New variable.
9809         (nnml-article-to-file): Use it.
9810         (nnml-retrieve-headers): Hack it.
9811
9812 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * gnus-win.el (gnus-buffer-configuration): New configure.
9815
9816         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9817         not alive.
9818
9819         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9820         (mm-display-external): Use display-term configure.
9821
9822 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9823
9824         * gnus-delay.el (gnus-delay-default-hour): New variable.
9825         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9826
9827 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828         From Karl Kleinpaste <karl@charcoal.com>
9829
9830         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9831         (gnus-summary-prepare-threads): Ditto.
9832
9833         * gnus.el (gnus-summary-line-format): Add %B.
9834
9835 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9836
9837         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9838
9839         * mm-util.el (mm-string-as-multibyte): New function.
9840
9841         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9842
9843 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9844
9845         * mm-util.el (mm-universal-coding-system): New variable.
9846
9847         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9848
9849         * score-mode.el (score-mode-coding-system): Use it.
9850
9851 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-start.el (gnus-setup-news): Call
9854         `gnus-check-bogus-newsgroups' just after the native server is
9855         opened.
9856
9857 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9858
9859         * nnmail.el (nnmail-do-request-post): Util function to be used by
9860         `nnchoke-request-post' for all nnmail-derived backends.
9861
9862         * nnml.el (nnml-request-post): Use it.
9863
9864         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9865         backend, for it groks nnml-request-post.
9866
9867         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9868         Treat `mail-post' backends like `mail' backends, not like `news'
9869         backends.
9870
9871 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9872
9873         * gnus-msg.el (gnus-setup-message): make-local-hook.
9874
9875 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9876
9877         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9878         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9879         <karl@charcoal.com>, slightly changed by Kai.
9880
9881         * message.el (message-check-news-header-syntax): When checking
9882         whether the groups exist, check the right server based on
9883         `gnus-post-method'.
9884
9885 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9886
9887         * gnus-delay.el: New file.
9888
9889 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * mm-util.el (mm-read-coding-system): Take two arguments.
9892
9893         * gnus-sum.el (gnus-summary-show-article): Use
9894         mm-read-coding-system.
9895
9896         * gnus-art.el (article-de-quoted-unreadable):
9897         (article-de-base64-unreadable, article-wash-html):
9898         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9899
9900 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9901
9902         * nnml.el (nnml-request-post): New function.  Can be used for
9903         annotations in nnml groups.
9904
9905 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9908         command.
9909
9910         * gnus-start.el (gnus-find-new-newsgroups): Use
9911         `message-make-date' instead of `current-time-string'.
9912         (gnus-ask-server-for-new-groups): Ditto.
9913         (gnus-check-first-time-used): Ditto.
9914
9915 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9916
9917         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9918
9919 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9920
9921         * message.el (message-shorten-references): Change `maxcount' and
9922         `cut' to obey USEFOR draft 5.
9923
9924 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9925
9926         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9927         (gnus-summary-set-article-display-arrow): New function.
9928         (gnus-summary-goto-subject): Use it.
9929
9930 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9931
9932         * gnus-sum.el (gnus-summary-import-article): Insert date if
9933         doesn't exist.
9934
9935 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9936
9937         * mml.el (mml-content-type-parameters): New variable.
9938         (mml-content-disposition-parameters): New variable.
9939         (mml-insert-mime-headers): Use them.
9940         (mml-parse-1): Accept charset.
9941
9942 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * gnus-group.el (gnus-group-select-group): Doc fix.
9945
9946         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9947
9948 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9951         to handle `define-derived-mode'.
9952
9953 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9954         From:  Stefan Monnier  <monnier@cs.yale.edu>
9955
9956         * message.el (message-mode): Use define-derived-mode.
9957         (message-tab): message-completion-alist.
9958
9959         * imap.el (imap-interactive-login): Use make-local-variable.
9960         (imap-open): Ditto.
9961         (imap-authenticate): Ditto.
9962
9963         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9964
9965         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9966
9967 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9968
9969         * message.el (message-citation-line-function): Refer to
9970         gnus-cite-attribution-suffix.
9971
9972 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9973
9974         * gnus-art.el,...: Error convention changes.
9975
9976 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9977
9978         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9979
9980 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9983         (nnrss-read-server-data): Ditto.
9984
9985 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9986
9987         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9988         * Cleanup files.
9989         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9990
9991 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * gnus.el (gnus-summary-line-format): Add %o.
9994
9995         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9996         unless shell outputs something.
9997
9998 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9999
10000         * gnus-art.el (gnus-boring-article-headers): Better doc.
10001         (article-hide-headers): Better regexp.
10002         Suggested by Matt Swift <swift@alum.mit.edu>.
10003
10004         * nnheader.el (nnheader-max-head-length): Better doc.
10005         (nnheader-header-value): Skip spaces.
10006         (nnheader-parse-head): Remove space.
10007         Suggested by Matt Swift <swift@alum.mit.edu>.
10008
10009         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10010         (gnus-get-newsgroup-headers): Remove space.
10011
10012 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10015         (gnus-summary-reply): Use it.
10016         (gnus-summary-reply-broken-reply-to): New function.
10017         (gnus-msg-force-broken-reply-to): New function.
10018
10019         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10020
10021 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10022
10023         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10024
10025 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * mm-decode.el (mm-external-terminal-program): New variable.
10028         (mm-display-external): Use it. Use term to display when no
10029         window-system.
10030
10031 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10032
10033         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10034         Browse->Next entries to Browse->Prev
10035
10036 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10037
10038         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10039
10040 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10041
10042         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10043         for the default encoding.
10044
10045         * nnrss.el (nnrss-url-field): New field.
10046         (nnrss-request-article): Add newsgroups.
10047
10048         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10049
10050 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10051
10052         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10053
10054         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10055         (gnus-draft-setup): Remove backlog.
10056
10057 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10058
10059         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10060         Cleanup.
10061
10062 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10063
10064         * gnus-msg.el (gnus-bug): Erase buffer.
10065
10066         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10067
10068 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * mm-decode.el (mm-attachment-override-p): Fix typo.
10071
10072 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-kill.el (gnus-execute): Work with the extra headers.
10075         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10076
10077 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10078
10079         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10080         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10081
10082         * message.el (message-send-mail-real-function): New variable.
10083         (message-send-mail-partially, message-send-mail):
10084
10085         * nngateway.el (nngateway-request-post): Use it.
10086
10087         * gnus-agent.el (gnus-agentize): Use it.
10088
10089         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10090         (nnsoup-revert-variables): Use it.
10091
10092 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10093
10094         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10095         text/plain if the type doesn't match any other media types.
10096         (mm-inlined-types): Doc fix.
10097         (mm-display-inline): Revert previous change (now handled by a
10098         default type in `mm-inline-media-tests'.
10099         (mm-inlinable-p): Revive.
10100         (mm-display-part): Call `mm-inlinable-p'.
10101         (mm-attachment-override-p): Ditto.
10102         (mm-inlined-p): Doc fix.
10103
10104         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10105         well as `mm-inlined-p'.
10106
10107 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10110         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10111
10112 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10113         From  Paul Jarc <prj@po.cwru.edu>
10114
10115         * message.el (message-use-mail-followup-to): New variable.
10116         (message-get-reply-headers): Use it.
10117
10118 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10119
10120         * nnheader.el (nnheader-init-server-buffer): Make sure the
10121         *nntpd* buffer is made multibyte instead of a random buffer.
10122
10123 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10124
10125         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10126         when it returns headers.
10127
10128 2001-07-07  Simon Josefsson  <jas@extundo.com>
10129
10130         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10131         trying to fold. Thanks to Colin Walters
10132         <walters@cis.ohio-state.edu>
10133
10134 2001-07-06  Simon Josefsson  <jas@extundo.com>
10135
10136         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10137         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10138         Add information in `assert's.
10139
10140         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10141         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10142         and `nnimap-group-overview-filename', should handle all
10143         change-of-uidvalidity related issues.  But there may be other
10144         problems.)
10145
10146 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10147
10148         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10149         header name when folding.
10150
10151 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10152
10153         * mm-decode.el (mm-inlined-types): Document relationship with
10154         `mm-inline-media-tests'.
10155         (mm-display-inline): Default to displaying as plain text if no
10156         inlining handler is available.
10157         (mm-inlinable-p): Remove.
10158         (mm-inlined-p): Don't call `mm-inlinable-p'.
10159         (mm-automatic-display-p): Ditto.
10160         (mm-attachment-override-p): Ditto.
10161
10162 2001-07-04  Simon Josefsson  <jas@extundo.com>
10163
10164         * nnimap.el (nnimap-importantize-dormant): New variable.
10165         (nnimap-request-update-info-internal): Use it.
10166         (nnimap-request-set-mark): Ditto.
10167
10168 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10169
10170         * nntp.el (nntp-send-command): don't pass a buffer argument to
10171         `point'. Only XEmacs accepts this.
10172         * nntp.el (nntp-send-command-nodelete): ditto.
10173         * nntp.el (nntp-send-command-and-decode): ditto.
10174
10175 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10176
10177         * nntp.el (nntp-open-connection-function): doc update.
10178         * nntp.el (nntp-pre-command): New.
10179         * nntp.el (nntp-via-rlogin-command): New.
10180         * nntp.el (nntp-via-telnet-command): New.
10181         * nntp.el (nntp-via-telnet-switches): New.
10182         * nntp.el (nntp-via-user-name): New.
10183         * nntp.el (nntp-via-user-password): New.
10184         * nntp.el (nntp-via-address): New.
10185         * nntp.el (nntp-via-envuser): New.
10186         * nntp.el (nntp-via-shell-prompt): New.
10187         * nntp.el (nntp-open-telnet-stream): New.
10188         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10189         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10190         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10191         * nntp.el (nntp-send-command): ditto.
10192         * nntp.el (nntp-send-command-nodelete): ditto.
10193         * nntp.el (nntp-send-command-and-decode): ditto.
10194
10195 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10196         Trivial patch.
10197
10198         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10199         `when'.
10200
10201 2001-07-03  Simon Josefsson  <jas@extundo.com>
10202         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10203
10204         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10205
10206 2001-07-03  Simon Josefsson  <jas@extundo.com>
10207
10208         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10209         remove it (workaround XEmacs `fill-region' bug).
10210
10211 2001-07-01  Simon Josefsson  <jas@extundo.com>
10212
10213         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10214
10215 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10216
10217         * mml2015.el (mml2015-format-error): New function.
10218         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10219         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10220         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10221
10222 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10223
10224         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10225         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10226
10227         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10228         group variables.
10229
10230 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10231
10232         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10233
10234         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10235         (nnrss-save-group-data): Ditto.
10236
10237         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10238
10239 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * message.el (message-do-send-housekeeping): Narrow to headers.
10242
10243 2001-06-24  Simon Josefsson  <jas@extundo.com>
10244
10245         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10246         insertion when breaking lines looked for " \t" instead of "[ \t]".
10247         (rfc2047-encode-message-header): Fold lines even if
10248         no QP encoding is done.
10249
10250 2001-06-23  Simon Josefsson  <jas@extundo.com>
10251         From Samuel Tardieu <sam@inf.enst.fr>
10252
10253         * smime.el (smime-keys): Support additional certificates.
10254         (smime-make-certfiles): New function.
10255         (smime-sign-region): Use previous variables.
10256         (smime-get-certfiles): New function.
10257         (smime-sign-buffer): Use it.
10258         (smime-verify-region): Support both CAfile and CApath.
10259
10260 2001-06-23  Simon Josefsson  <jas@extundo.com>
10261
10262         * smime.el (smime-decrypt-region): Perhaps work.
10263
10264 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10265
10266         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10267
10268 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10269
10270         * mm-decode.el (mm-save-part): Rewrite file name.
10271         (mm-file-name-rewrite-functions): New variable.
10272         (mm-file-name-delete-whitespace): New function.
10273         (mm-file-name-trim-whitespace): New function.
10274         (mm-file-name-collapse-whitespace): New function.
10275         (mm-file-name-replace-whitespace): New variable and function.
10276
10277 2001-06-22  Simon Josefsson  <jas@extundo.com>
10278
10279         * message.el (message-make-date): Workaround locale for weekdays.
10280
10281 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10282
10283         * message.el (message-goto-body): Return nil if not found. (revert!)
10284
10285 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10286         From Fremlin <chief@bandits.org>
10287
10288         * message.el (message-goto-body): Some messages have no header.
10289
10290         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10291
10292 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10293
10294         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10295
10296 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10297
10298         * message.el (message-make-date): Add week day.
10299         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10300
10301 2001-06-19  Simon Josefsson  <jas@extundo.com>
10302
10303         * message.el (message-yank-prefix): Doc fix.
10304         (message-yank-cited-prefix): Ditto.
10305         (message-delete-not-region): Keep citation prefix on first line,
10306         if possible and appropriate.
10307
10308 2001-06-19  Simon Josefsson  <jas@extundo.com>
10309
10310         * imap.el (imap-process-connection-type): New variable.
10311         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10312         recent `imtest's work completely (no line length issues), while
10313         making making old `imtest's unusable.  Thanks to NAGY Andras
10314         <nagya@inf.elte.hu> for his work.
10315
10316 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10317
10318         * imap.el (imap-ssl-program): Add -quiet to shut up
10319         OpenSSL/SSLeay's internal debug talk.
10320
10321 2001-06-19  Matt Armstrong  <matt@lickey.com>
10322
10323         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10324         server.
10325
10326 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10327
10328         * nnmail.el (nnmail-article-buffer): New variable.
10329         (nnmail-split-incoming): Use it.
10330
10331 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10332
10333         * qp.el (quoted-printable-decode-region): If called interactively,
10334         use coding-system-for-read.
10335
10336 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10337
10338         * message.el (message-check-news-header-syntax): Check Reply-To.
10339
10340 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10341
10342         * mml.el (mml-parse-1): Use message options.
10343
10344         * message.el (message-do-fcc): Don't do anything if there is no
10345         FCC.
10346
10347 2001-06-16  Simon Josefsson  <jas@extundo.com>
10348
10349         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10350         (nnimap-expunge-search-string): New variable.
10351         (nnimap-request-expire-articles): Use it.
10352
10353 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10354
10355         * message.el (message-send-mail-with-qmail): wrong exit status is
10356         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10357
10358 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10359
10360         * gnus-art.el (article-strip-multiple-blank-lines): Use
10361         delete-region instead of replace-match.
10362
10363 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10364
10365         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10366         (nnweb-google-wash-article): Ditto.
10367
10368 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10369
10370         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10371
10372 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10375         specs.
10376
10377 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10378
10379         * gnus.el (gnus-email-address): Move it here.
10380
10381         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10382         requested.
10383         (article-de-base64-unreadable): Ditto.
10384         (article-wash-html): Ditto.
10385
10386 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10387
10388         * message.el (message-options-set-recipient): Don't add ", "
10389         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10390
10391 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10392
10393         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10394
10395 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10396
10397         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10398         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10399
10400         * nnrss.el (nnrss-node-text): Node might be nil.
10401
10402 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10403
10404         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10405         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10406
10407         * nnrss.el (nnrss-group-alist): More items.
10408
10409 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10410
10411         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10412
10413 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414         Trivial patch from Dale Hagglund  <rdh@best.com>
10415
10416         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10417         restrict clauses.
10418
10419 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10420
10421         From Benjamin Rutt <brutt+news@bloomington.in.us>
10422
10423         * message.el (message-wide-reply-confirm-recipients): New variable.
10424
10425 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10427
10428         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10429         fix so it works with XEmacs.
10430
10431 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10432
10433         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10434         headers.
10435
10436 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437
10438         * nnrss.el: Fix a few bugs.
10439
10440 2001-06-05  Simon Josefsson  <jas@extundo.com>
10441
10442         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10443         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10444
10445 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10446
10447         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10448         binary so that we don't transmit ISO 2022 garbage to the process.
10449         This is needed under XEmacs.
10450
10451 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10452
10453         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10454         autoloaded incorrectly below because ssl-program-* is bound.)
10455         Thanks to Amos Gouaux for report.
10456
10457 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10458
10459         * imap.el (imap-kerberos4-open):
10460         (imap-gssapi-open):
10461         (imap-ssl-open):
10462         (imap-network-open):
10463         (imap-shell-open):
10464         (imap-starttls-open): Set buffer to workaround spurious
10465         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10466         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10467         Colman <colman@ppllc.com> for report.
10468
10469 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10470
10471         * gnus-sum.el (gnus-summary-catchup): New argument.
10472         (gnus-summary-catchup-from-here): New function.
10473
10474 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10475
10476         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10477         back, then insert glyph.  (Before, the glyph was inserted first,
10478         then the newline.)  This works around a behavior in XEmacs where
10479         it is not possible to insert a character after a glyph which is at
10480         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10481
10482 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10483
10484         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10485
10486         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10487         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10488         mm-destroy-postponed-undisplay-list): New functions.
10489         (mm-display-external): Use them.
10490
10491 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10492
10493         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10494         `default-low' when evaluating `gnus-summary-highlight'.
10495         From Raja R Harinath <harinath@cs.umn.edu>.
10496
10497 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10498
10499         * message.el (message-yank-cited-prefix): New variable.
10500         (message-indent-citation): Use it.
10501
10502         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10503         as details.
10504         (mml2015-mailcrypt-clear-verify): Ditto.
10505
10506 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10507         From Nevin Kapur <nevin@jhu.edu>.
10508
10509         * gnus-sum.el (gnus-summary-default-high-score,
10510         gnus-summary-default-low-score): New variables.
10511         (gnus-summary-highlight): Use them.
10512
10513 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10514
10515         * message.el (message-mail): pass the 'send-actions argument to
10516         `message-setup'.
10517
10518 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10519         From Raymond Scholz <ray-2001@zonix.de>
10520
10521         * gnus-art.el (gnus-mime-view-part-as-charset):
10522         (gnus-mime-internalize-part): Doc fixes.
10523
10524 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10525
10526         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10527         status lines without any text ("^215$").
10528
10529 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10530
10531         * nnrss.el (nnrss-check-group): Reverse.
10532
10533 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10534
10535         * message.el (message-get-reply-headers):
10536         (message-followup): Fix typo, suggested by David Green
10537         <dgreen@uab.edu>
10538
10539 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10540
10541         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10542
10543         * nnrss.el (nnrss-open-server): Read server data when it is called.
10544         (nnrss-request-expire-articles): Fix.
10545
10546 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10547
10548         * message.el (message-do-send-housekeeping): mail-abbrevs may
10549         rename buffer behind Gnus.
10550
10551 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10554         (nnrss-group-alist): Add more resources.
10555         (nnrss-check-group): Ignore errors.
10556
10557 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10558
10559         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10560
10561         * nnslashdot.el (nnslashdot-request-list): Add time.
10562         (nnslashdot-request-expire-articles): New function.
10563
10564         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10565         secondary methods too.
10566
10567 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10568
10569         * message.el (message-use-followup-to): Set default value to t.
10570
10571 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10572
10573         * message.el (message-dont-reply-to-names): Fix documentation.
10574         (message-get-reply-headers): Use Mail-Followup-To only for wide
10575         replies.
10576
10577 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10580         correctly.
10581         (nnrss-check-group): Use time.
10582
10583 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10584
10585         * gnus.el: Oort Gnus v0.03 is released.
10586
10587 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10588
10589         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10590         group.
10591
10592 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10595
10596 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597
10598         * nnultimate.el (nnultimate-retrieve-headers): Return all
10599         available headers.
10600
10601         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10602         (gnus-get-newsgroup-headers-xover): Use it.
10603
10604 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10607
10608 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10609
10610         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10611
10612 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10613
10614         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10615         disable it.
10616
10617         * gnus.el (gnus-info-nodes): Remove a few The's.
10618
10619 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * mail-source.el (mail-source-movemail): Call-process may return a
10622         signal description string.
10623
10624         * gnus-start.el (gnus-read-newsrc-el-file):
10625         gnus-newsrc-file-version may be nil.
10626
10627         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10628         Suggested by Michael Sperber [Mr. Preprocessor]
10629         <sperber@informatik.uni-tuebingen.de>.
10630
10631 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10632
10633         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10634
10635 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10636
10637         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10638         fontify HANDLE.
10639
10640 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10641
10642         * smime.el (smime-ask-passphrase): Rework to return value.
10643         (smime-sign-region): Rework to bind value and use it.
10644         (smime-decrypt-region): Ditto.
10645
10646 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10647         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10648
10649         * smime.el (smime-ask-passphrase): New function.
10650         (smime-sign-region): Use it.
10651         (smime-encrypt-cipher): New variable.
10652         (smime-decrypt-region): Ditto.
10653
10654 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10655         Committed by Simon Josefsson  <simon@josefsson.org>
10656
10657         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10658         the log.
10659
10660 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10661
10662         * gnus.el: Oort Gnus v0.02 is released.
10663
10664 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10665
10666         * gnus.el: Oort Gnus v0.01 is released.
10667
10668 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669
10670         * gnus-sum.el (gnus-summary-highlight): Highlight read
10671         undownloaded articles as read articles.
10672
10673         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10674         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10675         articles, even read ones, as such.
10676
10677         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10678         (gnus-find-matching-articles): New function.
10679         (gnus-summary-limit-include-matching-articles): New command.
10680         (gnus-summary-limit-include-thread): Include articles that have
10681         matching subjects.
10682         (gnus-offer-save-summaries): Clean up.
10683
10684 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10685
10686         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10687
10688 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10689         From Jason Merrill <jason_merrill@redhat.com>
10690
10691         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10692
10693 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10694         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10695
10696         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10697         newsgroup names when the original article is a news message.
10698
10699 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10700
10701         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10702         supported. Suggest by Jim Meyering <jim@meyering.net>.
10703
10704 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10705         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10706
10707         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10708         regexp in nnmail-split-fancy.
10709
10710 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10711
10712         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10713
10714 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10715
10716         * message.el (message-send-mail): Improve the interaction with the
10717         user.
10718
10719 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10720
10721         * imap.el (imap-message-copy): Work around buggy servers that
10722         doesn't send TRYCREATE tags.
10723
10724 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10727
10728 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10731         date.
10732
10733 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10736         lives.
10737
10738 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus-art.el (gnus-parse-news-url): New function.
10741         (gnus-button-handle-news): New function.
10742         (gnus-button-alist): Point to new functions.
10743
10744         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10745
10746         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10747         gnus-format-specs.
10748
10749         * message.el (message-check-news-header-syntax): Question even
10750         when Gnus doesn't know the group names.
10751         (message-send-news): Clean up.
10752
10753         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10754         exited on purpose without saving.
10755
10756         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10757
10758 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * gnus-score.el (gnus-score-orphans): Clean up.
10761
10762         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10763
10764         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10765         later.
10766
10767         * gnus-start.el (gnus-close-all-servers): Find the right items to
10768         close.
10769
10770         * qp.el (quoted-printable-decode-region): Just message
10771         malformation; don't quit.
10772
10773 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774         From Gerd Moellmann <gerd@gnu.org>.
10775
10776         * gnus.el (gnus-interactive): A typo.
10777
10778 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10779         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10780
10781         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10782         `assq-delete-all', if that function exists; otherwise use the old
10783         definition. Documentation changed to match the one in
10784         `assq-delete-all'.
10785
10786 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-start.el (gnus-close-all-servers): New function.
10789
10790         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10791         (gnus-server-remove-denials): Clean up.
10792
10793         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10794         keystroke.
10795
10796 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * message.el (message-send-news): Message where we are sending.
10799         (message-send-mail): Ditto.
10800
10801         * gnus.el (gnus-server-string): New function.
10802
10803         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10804
10805         * mm-decode.el (mm-default-directory): Customized.
10806         (mm-tmp-directory): Ditto.
10807
10808         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10809         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10810         or Chars.
10811         (gnus-summary-line-format-alist): ?l is now a string.
10812         (gnus-summary-prepare-threads): Output ? for unknown lines.
10813         (gnus-summary-insert-line): Ditto.
10814         (gnus-summary-print-article): Unbalanced parentheses.
10815
10816         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10817         out whether new stuff has arrived.
10818
10819 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10820
10821         * gnus-sum.el: Let printing work on ttys on Emacs.
10822
10823 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10824
10825         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10826         when forcing news.
10827
10828         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10829         command.
10830
10831 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10832
10833         * message.el (message-set-auto-save-file-name): Don't use
10834         asterisks under nt.
10835
10836 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837
10838         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10839         lists of articles.
10840
10841         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10842
10843         * gnus-msg.el (gnus-put-message): Clean up.
10844         (gnus-summary-reply): Mark all replied-to articles as replied to.
10845         (gnus-inews-add-send-actions): Also mark as forwarded.
10846         (gnus-summary-mail-forward): Mark as forwarded.
10847
10848         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10849         of articles.
10850         (gnus-summary-mark-article-as-forwarded): Ditto.
10851
10852         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10853         forwarded.
10854         (gnus-summary-mail-forward): Clean up.
10855
10856         * gnus.el (gnus-article-mark-lists): Added forward.
10857
10858         * gnus-sum.el (gnus-forwarded-mark): New variable.
10859         (gnus-summary-prepare-threads): Use it.
10860         (gnus-summary-update-secondary-mark): Ditto.
10861         (gnus-newsgroup-forwarded): New variable.
10862
10863 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10866         (gnus-summary-very-wide-reply): New command and keystroke.
10867         (gnus-summary-very-wide-reply-with-original): Ditto.
10868
10869         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10870         (gnus-score-adaptive): Use it.
10871
10872         * gnus-start.el (gnus-get-unread-articles): Clean up.
10873
10874 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10875
10876         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10877         boards.
10878
10879 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10880
10881         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10882         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10883
10884 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * nnultimate.el (nnultimate-retrieve-headers): Understand
10887         long-form month names.
10888
10889 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10890
10891         * gnus-sum.el (gnus-summary-show-all-headers):
10892         gnus-article-show-all-headers is broken. Use
10893         gnus-summary-toggle-header instead.
10894
10895         * mml2015.el (mml2015-gpg-extract-from): No error.
10896
10897 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10899
10900         * mml2015.el (mml2015-gpg-extract-from): New function.
10901         (mml2015-gpg-verify): Use it.
10902         (mml2015-gpg-clear-verify): Use it.
10903
10904 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10905
10906         * message.el (message-setup-fill-variables): Use
10907         fill-paragraph-function.
10908         (message-fill-paragraph): Take an argument.
10909         (message-newline-and-reformat): Take another argument.
10910
10911 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10912
10913         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10914
10915 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10916
10917         * message.el (message-forward): local-variable-p takes an extra
10918         argument in XEmacs.
10919
10920 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10921
10922         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10923         `nnimap-use-nov-p' (it really tested the negative).
10924         (nnimap-retrieve-headers): Use it.
10925
10926 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10927
10928         * message.el (message-generate-headers-first): Update doc.
10929
10930 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10931         Trivial patch.
10932
10933         * gnus.el (gnus-summary-line-format): Typo.
10934
10935 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10936
10937         * mailcap.el (mailcap-mime-data): Add application/sieve.
10938         (mailcap-mime-extensions): Add .siv, .xls.
10939
10940 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10941         From Christoph Conrad <christoph.conrad@gmx.de>
10942
10943         * gnus-score.el (gnus-summary-lower-thread): Typo.
10944
10945 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10946
10947         * message.el (message-forward-decoded-p): New variable.
10948         (message-forward-subject-author-subject): Use it.
10949         (message-make-forward-subject): Use it.
10950         (message-forward): Use it.
10951
10952         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10953
10954         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10955         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10956
10957 ;;Has been fixed -- zsh.
10958 ;;2001-03-05  Dave Love  <fx@gnu.org>
10959 ;;
10960 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10961 ;;      Move it after definition of mm-coding-system-p.
10962 ;;
10963 2001-03-01  Dave Love  <fx@gnu.org>
10964
10965         * mm-util.el (mm-inhibit-file-name-handlers): Add
10966         image-file-handler.
10967
10968 2001-02-11  Dave Love  <fx@gnu.org>
10969
10970         * message.el (message-signature-file): Fix doc, :type.
10971
10972 2001-02-08  Dave Love  <fx@gnu.org>
10973
10974         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10975         (message-posting-charset): Defvar when compiling again.
10976         (rfc2047-encodable-p): Require message.
10977
10978         * gnus-sum.el (gnus-alter-articles-to-read-function):
10979         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10980
10981 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * nnrss.el: New file.
10984
10985 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10986         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10989         `skip-chars-forward'.
10990
10991 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10992
10993         * nndraft.el (nndraft-request-group): Restore auto save files if
10994         the original files do not exist.
10995
10996 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997
10998         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10999         SCORE paths.
11000
11001         * mm-decode.el (mm-dissect-buffer): Call
11002         mail-extract-address-components only if necessary.
11003
11004 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11005
11006         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11007         directory part.
11008         (gnus-score-search-global-directories): Use file-directory-p.
11009
11010         * gnus-score.el (gnus-score-score-files-1): Use
11011         gnus-kill-files-directory.
11012         From Adrian Aichner <adrian@xemacs.org>.
11013
11014 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * gnus.el (charset): Move here from gnus-sum.el.
11017
11018 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * mml.el (mml-preview): Disable local map.
11021
11022         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11023         gnus-article-post-menu here.
11024
11025         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11026         if it has not been made.
11027
11028 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11029
11030         * gnus-art.el (gnus-article-describe-key): Map key to event.
11031         (gnus-article-describe-key-briefly): Ditto
11032
11033 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034
11035         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11036
11037 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038         From Katsumi Yamaoka <yamaoka@jpl.org>.
11039
11040         * dgnushack.el (coerce, merge, subseq): defmacro.
11041
11042 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11043
11044         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11045         A fake defalias in nndraft.el results a not-activated bug in
11046         uncompiled versions.
11047
11048 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11049         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11050
11051         * gnus-util.el (gnus-split-references): Handle malformed References:.
11052
11053 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11054
11055         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11056
11057 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11058         From NAGY Andras <nagya@inf.elte.hu>.
11059
11060         * gnus.el (gnus-parameters): Typo.
11061
11062 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11063
11064         * gnus.el (gnus-read-method): Remove redundancy.
11065
11066 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11067
11068         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11069         (nnslashdot-request-list): Use it.
11070
11071 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * nnml.el (nnml-generate-active-info): Fix the case when there is
11074         no file.
11075
11076         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11077         (gnus-summary-create-article): New function.
11078
11079         * gnus-group.el (gnus-group-mark-article-read): New function.
11080
11081         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11082
11083         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11084
11085 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * gnus-art.el (gnus-article-edit-done): Don't use
11088         gnus-article-edit-exit.
11089         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11090
11091         * gnus.el (gnus-parameters): New variable.
11092         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11093         (gnus-parameters-get-parameter): New function.
11094         (gnus-group-find-parameter): Use it.
11095
11096 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11097
11098         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11099         change of default value to `current'.
11100
11101 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * nneething.el (nneething-get-head): Insert unreadable file too.
11104
11105 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11108
11109         * webmail.el (webmail-type-definition): Deja is bought by google.
11110
11111 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * gnus-sum.el (gnus-fetch-headers): New function.
11114         (gnus-select-newsgroup): Use it.
11115         (gnus-summary-insert-articles): New function.
11116         (gnus-summary-insert-old-articles): New function.
11117         (gnus-summary-insert-new-articles): New function.
11118
11119         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11120         (gnus-group-list-active): Ditto.
11121         * gnus-sum.el (gnus-set-mode-line): Ditto.
11122         (gnus-summary-read-group-1): Ditto.
11123
11124 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11125
11126         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11127         current topic.
11128
11129 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11130
11131         * smiley.el (gnus-smiley-display): Don't do widening.
11132
11133         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11134         within body.
11135
11136         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11137
11138         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11139         New variable.
11140         (gnus-mime-display-multipart-related-as-mixed): New variable.
11141         (gnus-mime-display-part): Use them.
11142
11143 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11144
11145         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11146         something special.
11147
11148 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11149
11150         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11151         (nnweb-request-article): Call reference if exists.
11152         (nnweb-type-definition): Dejanews is bought by google.com.
11153         Beta!
11154
11155 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11156
11157         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11158
11159 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11160
11161         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11162         gnus-article-sort-functions.
11163         (gnus-article-sort-functions): Doc fix.  Refer to
11164         gnus-thread-sort-functions.
11165
11166 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167         From Paul Jarc <prj@po.cwru.edu>.
11168
11169         * message.el (message-get-reply-headers): More fixes.
11170
11171 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11172         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * message.el (message-get-reply-headers): Fix bug with
11175         Mail-Followup-To/to-address interaction.
11176
11177 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11178
11179         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11180         gnus-article-copy.
11181
11182 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * message.el (message-do-send-housekeeping): Rename to a better
11185         name.
11186
11187 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * message.el (message-cancel-news): Check article first, then ask
11190         yes or no.
11191
11192 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11195
11196 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * gnus-range.el (gnus-range-normalize): New function.
11199
11200 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11201
11202         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11203
11204 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11207
11208         * nnagent.el (nnagent-request-regenerate): New function.
11209
11210         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11211
11212         * nnml.el (nnml-generate-nov-databases): Accept argument
11213         server. Don't open server if it is opened.
11214         (nnml-request-regenerate): Use it. Change to deffoo.
11215
11216 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11217         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11218
11219         * gnus.el (gnus-define-group-parameter): Fix.
11220
11221 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11222
11223         * gnus.el (gnus-define-group-parameter): Improved.
11224
11225         * gnus-sum.el (charset): Define parameter.
11226         (ignored-charsets): Ditto.
11227         (gnus-summary-setup-default-charset): Use them.
11228
11229         * gnus-start.el (gnus-read-descriptions-file): Use them.
11230
11231         * gnus-cus.el (gnus-group-parameters): Remove them.
11232
11233 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11236
11237 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238
11239         * gnus-sum.el (gnus-summary-read-group-1): Remove
11240         gnus-summary-set-local-parameters.
11241         (gnus-summary-setup-buffer): Put it here.
11242
11243 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11244
11245         * gnus.el (to-address): Define parameter.
11246         (to-list): Ditto.
11247         * gnus-art.el (article-hide-boring-headers): Use them.
11248         * gnus-msg.el (gnus-post-news): Ditto.
11249         * gnus-cus.el (gnus-group-parameters): Remove them.
11250
11251 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * gnus-draft.el (gnus-draft-reminder): New function.
11254
11255         * gnus-art.el (gnus-sender-save-name): New function.
11256
11257 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11258
11259         * mm-util.el (mm-mime-charset): Error message.
11260
11261 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11262
11263         * message.el (message-check-news-body-syntax): Don't check mml lines.
11264
11265 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11268         subscribe.
11269
11270         * gnus-start.el (gnus-call-subscribe-functions): New function.
11271         (gnus-find-new-newsgroups): Use it.
11272         (gnus-ask-server-for-new-groups): Use it.
11273         (gnus-check-first-time-used): Use it.
11274         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11275         (gnus-subscribe-options-newsgroup-method): Ditto.
11276         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11277         return .
11278
11279 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11280
11281         * gnus-cus.el (gnus-score-customize): Doc fix.
11282
11283 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11284
11285         * dgnushack.el (my-getenv): Typo.
11286
11287 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11288
11289         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11290
11291 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11294
11295         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11296         (gnus-treatment-function-alist): Use it.
11297         (article-remove-leading-whitespace): New function.
11298         (gnus-article-make-menu-bar): Use it.
11299
11300         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11301         remove-leading-whitespace.
11302         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11303         because of conflict.
11304
11305 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11306
11307         * Makefile.in: Hack generating gnus-load.el.
11308         * dgnushack.el: Ditto.
11309         * gnus-load.el: Remove it.
11310
11311 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11312
11313         * dgnushack.el : Add URLDIR.
11314
11315         * Makefile.in (EMACS_COMP): Ditto.
11316
11317 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * gnus-cus.el (gnus-score-customize): Error on no score file.
11320
11321 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11322
11323         * mm-decode.el (mm-merge-handles): New function.
11324
11325         * mm-view.el (mm-inline-message): Use it.
11326         (mm-view-message): Ditto.
11327
11328         * mm-partial.el (mm-inline-partial): Ditto.
11329
11330         * mm-extern.el (mm-inline-external-body): Ditto.
11331
11332         * gnus-art.el (gnus-mime-view-part): Ditto.
11333         (gnus-mime-view-part-as-type): Ditto.
11334         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11335         cases.
11336
11337 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11338
11339         * message.el (message-cancel-news): Allow to shoot foot.
11340         (message-supersede): Ditto.
11341
11342 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11343         Trivial patch.
11344
11345         * gnus-sum.el (gnus-simplify-subject-re): Use
11346         message-subject-re-regexp.
11347
11348 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11349
11350         * nnmail.el (nnmail-expiry-target-group): Bind
11351         nnmail-cache-accepted-message-ids to nil.
11352
11353         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11354         coding system.
11355
11356 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11357
11358         * qp.el (quoted-printable-encode-region): Make sure characters are
11359         between 00 and FF.  Don't check charset.
11360
11361         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11362         in Emacs 20.
11363         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11364
11365 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * message.el (message-make-forward-subject): Argument decoded.
11368         (message-forward): Use it when digest.
11369
11370         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11371         buffer.
11372
11373 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11374
11375         * message.el (message-generate-headers-first): Doc fix.
11376
11377 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11378
11379         * gnus-art.el (article-make-date-line): Error proof.
11380
11381 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11382
11383         * gnus-group.el (gnus-group-listing-limit): New variable.
11384         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11385
11386         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11387
11388 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11389
11390         * message.el (message-newline-and-reformat): Special case for
11391         breaking at BOL.
11392
11393 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11394
11395         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11396         message/rfc822.
11397
11398 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11399
11400         * message.el (message-encode-message-body): Don't insert
11401         Content-Type if it is inside a mail.
11402
11403 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11404
11405         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11406         gnus-article-commands-menu.
11407
11408         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11409         in Emacs.
11410
11411         * gnus-start.el (gnus-read-descriptions-file): Use
11412         gnus-group-name-charset and gnus-group-charset-alist.
11413
11414 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11415
11416         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11417         active region.
11418
11419         * gnus-start.el (gnus-group-change-level): Remove from both
11420         gnus-zombie-list and gnus-killed-list.
11421
11422 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11423
11424         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11425         gnus-subscribe-topics.
11426
11427         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11428
11429 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11430
11431         * gnus-art.el (gnus-article-make-menu-bar): Make
11432         gnus-article-post-menu.
11433
11434         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11435
11436         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11437
11438         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11439
11440         * message.el (message-mode-menu): Ditto.
11441
11442         * gnus-art.el (defvar): eval-when-compile.
11443
11444 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11445
11446         * gnus-agent.el (gnus-agentize): Fix doc.
11447
11448 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11449
11450         * mml.el (mml-preview): Bind `q'.
11451
11452 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11453
11454         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11455
11456 2001-01-31  Dave Love  <fx@gnu.org>
11457
11458         * mm-util.el (mm-mime-mule-charset-alist)
11459         (mm-find-mime-charset-region): Consider mule-utf-8.
11460
11461 2001-01-31  Dave Love  <fx@gnu.org>
11462
11463         * gnus-art.el (gnus-article-x-face-command)
11464         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11465         :version.
11466
11467 2001-01-26  Dave Love  <fx@gnu.org>
11468
11469         * mm-util.el (mm-multibyte-string-p): New.
11470
11471 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11472 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11473 ;;      string-as-multibyte on class.  Clarify line-folding.
11474         (quoted-printable-encode-string): Make temp buffer inherit
11475         string's multibyteness.
11476
11477 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11478
11479         * nnheader.el (toplevel): Don't require `gnus-util' at
11480         compile-time; this creates a circular dependency, and prevents
11481         a bootstrap.
11482
11483 2001-01-22  Andreas Schwab  <schwab@suse.de>
11484
11485         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11486
11487 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11490
11491         * gnus-art.el (article-hide-list-identifiers): Ditto.
11492
11493         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11494
11495 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11496
11497         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11498
11499         * gnus-art.el (article-hide-list-identifiers): Similar.
11500
11501 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11502
11503         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11504
11505 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11506
11507         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11508
11509 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * gnus-util.el (gnus-string-equal): New function.
11512
11513         * gnus-art.el (article-hide-boring-headers): Use it.
11514
11515 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11516
11517         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11518
11519 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11520
11521         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11522
11523 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11524
11525         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11526         command if there is not last-saver.
11527
11528 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11529
11530         * nntp.el (nntp-open-connection): 201 is possible.
11531
11532 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11533
11534         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11535         (rfc2047-charset-encoding-alist): Add big5.
11536
11537 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11540         (gnus-agent-remove-server): Ditto.
11541         (autoload): gnus-server-update-server.
11542
11543         * gnus-srvr.el (gnus-server-line-format): Add %a.
11544         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11545         (gnus-server-insert-server-line): Use it.
11546
11547 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11550         GB2312 and Big5.
11551
11552 2001-01-24  Simon Josefsson  <sj@extundo.com>
11553
11554         * mail-source.el (mail-sources): Add :program specifier to IMAP
11555         mail source.
11556         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11557
11558 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11559
11560         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11561
11562 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * nntp.el (nntp-wait-for): Return the success code.
11565         (nntp-open-connection): Use it.
11566
11567 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11568
11569         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11570
11571 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11572
11573         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11574
11575 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576
11577         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11578         argument. Allow to print several articles in one file.
11579
11580 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * webmail.el (webmail-type-definition): netaddress changes.
11583
11584 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * gnus.el: Fix copyright. Remove trailing spaces.
11587
11588         * message.el (message-forward): Use mule4.
11589
11590 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11591
11592         * mm-util.el (mm-string-as-unibyte): New function.
11593
11594         * message.el (message-forward): Use it.
11595
11596 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11597
11598         * message.el (message-cite-original-without-signature): Don't peel
11599         off the blank line.
11600         (message-get-reply-headers): Add Cc if it is not in follow-to.
11601
11602 2001-01-20  Simon Josefsson  <sj@extundo.com>
11603
11604         * mm-decode.el (mm-handle-multipart-from): Add.
11605         (mm-dissect-buffer): Save From: header value.
11606         (mm-security-from): Remove.
11607         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11608
11609         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11610         instead of `mml-security-from'.  Protect null from value.
11611
11612 2001-01-20  Simon Josefsson  <sj@extundo.com>
11613
11614         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11615         application/vnd.ms-excel attachments.
11616
11617 2001-01-19  Simon Josefsson  <sj@extundo.com>
11618
11619         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11620
11621 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622
11623         * message.el (message-ignored-mail-headers): Ditto.
11624
11625 2001-01-19  Simon Josefsson  <sj@extundo.com>
11626
11627         * message.el (message-ignored-news-headers): Only search beginning
11628         of line.
11629
11630 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11631         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11632
11633         * message.el (message-send-mail): Content-Type may not be there.
11634
11635 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11636
11637         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11638         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11639
11640         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11641         not.
11642
11643 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11644
11645         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11646         non-native groups.
11647
11648 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11649
11650         * message.el (message-yank-original): Understand
11651         universal-argument.
11652
11653 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11654
11655         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11656         (article-hide-boring-headers): Ditto.
11657
11658         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11659
11660 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11661
11662         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11663         one.
11664
11665 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11666
11667         * message.el (message-make-in-reply-to): Add comment to message-id
11668         (old syntax, see 2000-08-02 change).
11669
11670 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671
11672         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11673         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11674         (gnus-button-reply): Ditto.
11675
11676 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-art.el (article-display-x-face): Fix.
11679
11680 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11681
11682         * gnus-art.el (article-display-x-face): Use
11683         gnus-original-article-buffer.
11684
11685 2001-01-15  Jack Twilley  <jmt@tbe.net>
11686
11687         * message.el (message-add-header): Move to point-max.
11688
11689 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11690
11691         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11692         nil, improve documentation.
11693         (smime-certificate-directory): Comment out false hints (until it
11694         is implemented).
11695
11696         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11697         there aren't any keys.
11698         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11699         verify certificate.  Default is changed to only check integrity.
11700         Improved security status texts.  If a certificate doesn't contain
11701         a email address, don't fail.
11702
11703         * smime.el (smime-noverify-region):
11704         (smime-noverify-buffer): New functions.  Verifies integrity only.
11705
11706 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11707
11708         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11709
11710 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11711
11712         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11713         (gnus-remove-some-windows): Ditto.
11714
11715 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11716
11717         * gnus-art.el (article-make-date-line): 11th.
11718
11719 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11720
11721         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11722         (mml2015-gpg-sign): Ditto.
11723
11724 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11725
11726         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11727         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11728
11729 2001-01-08  Dave Love  <fx@gnu.org>
11730
11731         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11732         single character.
11733
11734         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11735
11736         * message.el: Doc and message fixes.
11737         (message-send-rename-function)
11738         (message-make-forward-subject-function)
11739         (message-send-mail-function, message-reply-to-function)
11740         (message-wide-reply-to-function, message-followup-to-function)
11741         (message-distribution-function, message-auto-save-directory): Fix
11742         :type.
11743
11744         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11745         proceeding after warnings.  Amend multipart warning message.
11746
11747 2001-01-04  Dave Love  <fx@gnu.org>
11748
11749         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11750         compiling.
11751         (gnus-make-directory): Require nnmail.
11752
11753         * mm-decode.el (mm-inline-media-tests): Add
11754         image/x-portable-bitmap.
11755         (mm-get-image): Grok pbm.
11756
11757 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11758
11759         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11760
11761 2001-01-09  Didier Verna  <didier@xemacs.org>
11762
11763         * dgnushack.el (dgnushack-compile): give a dummy value to
11764         `gnus-xmas-glyph-directory' for the time of compilation.
11765         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11766         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11767         * gnus-art.el: ditto.
11768         * gnus-group.el: ditto.
11769         * gnus-salt.el: ditto.
11770         * gnus-sum.el: ditto.
11771         * gnus-topic.el: ditto.
11772         * gnus-xmas.el (gnus-xmas-define): see above.
11773         * gnus-xmas.el (gnus-xmas-redefine): see above.
11774         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11775         non-continuable error when the directory can't be found.
11776
11777 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11778
11779         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11780         handle.
11781         * gnus-art.el (gnus-mime-view-part): Copy it.
11782         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11783
11784 2001-01-09  Michael Downes  <mjd@ams.org>
11785
11786         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11787
11788 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11789
11790         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11791         orig-file. Use ',source.
11792
11793 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11794
11795         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11796         (gnus-xmas-group-startup-message):
11797         Detect gnus-xmas-glyph-directory when it is nil.
11798
11799 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * pop3.el (pop3-get-message-count): Andrew Innes
11802         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11803
11804 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11805
11806         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11807
11808         * time-date.el (time-to-number-of-days): New function.
11809
11810 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11811         Trivial patch.
11812
11813         * nnslashdot.el (nnslashdot-request-list): Always get the right
11814         sid.
11815
11816 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11817
11818         * message.el (message-minibuffer-local-map): New keymap.
11819         (message-read-from-minibuffer): Use it.
11820         * gnus-msg.el (gnus-summary-resend-message): Use it
11821
11822 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11823
11824         * gnus-start.el (gnus-display-time-event-handler): New function.
11825         (gnus-after-getting-new-news-hook): Use it.
11826
11827 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11828
11829         * message.el (message-ignored-mail-headers): Add draft header.
11830
11831 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11834         excursion.
11835
11836         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11837
11838 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11839         A revoked patch.
11840
11841         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11842
11843 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11844
11845         * qp.el (quoted-printable-decode-region): Don't backward-char.
11846
11847 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848
11849         * gnus-draft.el: Mark articles as replied.
11850
11851         * gnus-sum.el (gnus-summary-add-mark): New function.
11852
11853         * gnus-group.el (gnus-add-mark): New function.
11854
11855         * gnus-sum.el (gnus-summary-buffer-name): New function.
11856         (gnus-summary-setup-buffer): Use it.
11857
11858         * gnus-draft.el: Set things up with the right post method and
11859         stuff.
11860
11861         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11862
11863         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11864
11865         * gnus.el (gnus-draft-meta-information-header): New variable.
11866
11867 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11868
11869         * gnus-art.el (gnus-treatment-function-alist): Move the date
11870         functions before the header sorting functions.
11871
11872         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11873
11874         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11875         Don't (push "/usr/share/emacs/site-lisp" load-path).
11876
11877         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11878         to empty fill prefixes.
11879
11880 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11883         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11884
11885 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11886
11887         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11888
11889         * nnml.el (autoload): Move to nnheader.el.
11890
11891         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11892         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11893         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11894         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11895
11896 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897
11898         * gnus-art.el (article-make-date-line): Get the hours right.
11899         (gnus-ignored-headers): More hiding.
11900
11901         * nnmail.el (nnmail-expiry-wait): Not an integer.
11902
11903         * message.el (message-goto-body): Only expand abbrev when called
11904         interactively.
11905         (message-make-lines): Use it.
11906
11907 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11908
11909         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11910
11911 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11912
11913         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11914         include the expunged articles.
11915
11916         * gnus-group.el (gnus-group-sort-by-server): New function.
11917
11918         * gnus.el (gnus-method-to-server-name): New function.
11919         (gnus-group-prefixed-name): Use it.
11920
11921         * gnus-group.el (gnus-group-sort-function): Doc fix.
11922         (gnus-group-sort-groups-by-server): New command.
11923
11924 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925
11926         * gnus-art.el (gnus-treat-date-english): New variable.
11927         (article-date-english): New command.
11928         (gnus-english-month-names): New variable.
11929         (article-make-date-line): Do 'english.
11930
11931         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11932         after the fill prefix.
11933
11934         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11935         score...".
11936
11937         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11938
11939         * message.el (message-mode-map): Bind comment-region.
11940
11941         * gnus-art.el (gnus-mime-display-part): Let w3 display
11942         multipart/related.
11943
11944         * mm-bodies.el (mm-long-lines-p): New function.
11945         (mm-body-encoding): Use it.
11946         (mm-body-encoding): Encode articles with lines longer than 1000
11947         characters.
11948
11949 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11950
11951         * mm-util.el (mm-enable-multibyte): Use
11952         default-enable-multibyte-characters.
11953         (mm-enable-multibyte-mule4): Ditto.
11954         (mm-disable-multibyte): Test XEmacs.
11955         (mm-disable-multibyte-mule4): Ditto.
11956         (mm-with-unibyte-current-buffer): Simplified.
11957         (mm-with-unibyte-current-buffer-mule4): Ditto.
11958
11959 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11962
11963         * nnheader.el (nnheader-string-as-multibyte): New alias.
11964
11965         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11966
11967         * gnus-uu.el (gnus-message-process-mark): New function.
11968         (gnus-uu-mark-by-regexp): Use it.
11969         (gnus-new-processable): New function.
11970
11971 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11972          Trivial patch.
11973
11974         * gnus-sum.el (gnus-no-mark): New variable.
11975
11976 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11979         backslashes.
11980
11981 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11984         definition.
11985
11986 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11987
11988         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11989
11990         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11991         XEmacs.
11992
11993 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11994         Trivial patch.
11995
11996         * mml.el (mml-read-tag): Save tag location.
11997
11998 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11999
12000         * starttls.el: Sync with Emacs 21.
12001
12002 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12003
12004         * message.el (message-mail): Support yank-action.
12005
12006         * message.el (message-setup): Revoke the last change.
12007
12008 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12009
12010         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12011         <jvromans@squirrel.nl>.
12012
12013 2000-12-24  Simon Josefsson  <sj@extundo.com>
12014
12015         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12016         mailing list junk at end of part.
12017
12018 2000-12-23  Simon Josefsson  <sj@extundo.com>
12019
12020         * nnimap.el (nnimap-expiry-target): New function.
12021         (nnimap-request-expire-articles): Use it.
12022
12023 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12024
12025         * gnus.el (gnus-group-parameters-more): New variable.
12026         * gnus-cus.el (gnus-group-customize): Use it.
12027
12028         * gnus.el (gnus-define-group-parameter): New macro.
12029         (auto-expire): Use it
12030         (total-expire): Use it.
12031         * gnus-art.el (banner): Use it.
12032
12033         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12034         <ljz@asfast.com>.
12035
12036 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * gnus-topic.el (gnus-topic-create-topic): Use list.
12039
12040         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12041         before binding gnus-default-article-saver.
12042
12043         * gnus-sum.el (gnus-summary-save-article):
12044         (gnus-summary-pipe-output):
12045         (gnus-summary-save-article-mail):
12046         (gnus-summary-save-article-rmail):
12047         (gnus-summary-save-article-file):
12048         (gnus-summary-write-article-file):
12049         (gnus-summary-save-article-body-file): Ditto.
12050
12051         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12052
12053 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * gnus-art.el (gnus-mime-security-button-map):
12056         (gnus-mime-button-map): Add parent.
12057
12058 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * messagexmas.el (message-xmas-redefine): New function.
12061
12062         * message.el: Use it.
12063
12064         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12065
12066         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12067
12068 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12071         malformatted messages.
12072
12073 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12074
12075         * mm-util.el (mm-image-load-path): New function.
12076
12077         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12078
12079         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12080
12081         * message.el (message-tool-bar-map): Use it.
12082
12083         * Makefile.in (install-el): New rule.
12084
12085 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-art.el (article-treat-dumbquotes): Quote \.
12088
12089 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12092         Emacs 20 runs on a terminal.
12093
12094 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12095
12096         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12097
12098         * mml.el (gnus-add-minor-mode): Autoload.
12099
12100         * message.el (message-forward): Save-restriction.
12101
12102 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12103
12104         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12105         Paul Stevenson <p.stevenson@surrey.ac.uk>
12106
12107 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12108
12109         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12110
12111         * mml.el (gnus-ems): Don't require.
12112
12113         * gnus.el (gnus-decode-rfc1522): Removed.
12114         (gnus-set-text-properties): Define.
12115
12116 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12117
12118         * gnus-art.el (gnus-mime-*): handle may be nil.
12119
12120         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12121
12122         * gnus.el (gnus-group-remove-excess-properties): Not defined
12123         in gnus-xmas.
12124
12125 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12126
12127         * message.el (message-mail-user-agent): Add :version.
12128
12129 2000-12-21  Miles Bader  <miles@gnu.org>
12130
12131         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12132
12133 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12134
12135         * message.el (message-mail-user-agent): New variable.
12136         (message-setup): Renamed to message-setup-1. Support
12137         mail-user-agent.
12138         (message-mail-user-agent): New function.
12139         (message-mail): Use it.
12140         (message-reply): Use it.
12141         (message-resend): Use it.
12142         (message-mail-other-window): Use it.
12143         (message-mail-other-frame): Use it.
12144
12145         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12146
12147 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12148
12149         * message.el (message-tool-bar-map): Simplify.
12150         (message-narrow-to-head-1): New function.
12151         (message-narrow-to-head): Use it.
12152         (message-reply): Ditto.
12153         (message-cancel-news): Ditto.
12154         (message-supersede): Ditto.
12155         (message-make-forward-subject): Ditto.
12156         (message-bounce): Ditto.
12157
12158 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12159
12160         * uudecode.el (uudecode-decode-region-external): make-temp-file
12161         may not be defined.
12162
12163         * binhex.el (defalias): eval-and-compile.
12164
12165         * message.el (message-tool-bar-map): New function.
12166         (message-mode): Use it.
12167
12168 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12169
12170         * nntp.el (nntp-find-connection): Remove the entry.
12171         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12172
12173 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12176
12177         * message.el (message-forward): Copy buffer in unibyte mode.
12178
12179 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * message.el (message-make-forward-subject): Don't widen. Decode.
12182         (message-forward): Don't decode subject.
12183
12184 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12185
12186         * qp.el (quoted-printable-encode-region): Upcase QP.
12187
12188 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12191         mail-extract-a-c instead. Don't depend on Gnus.
12192
12193         * mml.el (gnus-ems): Require it.
12194
12195         * gnus-msg.el (gnus-summary-mail-forward):
12196
12197         * message.el (message-forward):  Move mime-to-mml here.
12198
12199 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12202         * gnus-art.el (gnus-insert-mime-button): Simplify.
12203         (gnus-mime-display-alternative): Ditto.
12204         (gnus-insert-mime-security-button): Ditto.
12205
12206 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12209         text-property-not-all doesn't return nil when start=mark(end).
12210         (gnus-remove-text-properties-when): Ditto.
12211
12212 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * gnus-start.el (gnus-group-change-level): Remove group from
12215         gnus-active-hashtb if real killed.
12216
12217 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218
12219         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12220         (gnus-mime-display-alternative): Ditto.
12221         (gnus-insert-mime-security-button): Ditto.
12222
12223 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224
12225         * gnus-start.el (gnus-group-change-level): Don't add it into
12226         killed-list if it was killed.
12227
12228 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12231         (nnmbox-active-file-coding-system): Ditto.
12232
12233         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12234
12235 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236
12237         * gnus.el (gnus-version):
12238         (gnus-version-number): Set to Oort Gnus 0.01.
12239
12240         * gnus-art.el (gnus-mime-security-button-map):
12241         (gnus-insert-mime-security-button): Fix for Emacs21.
12242
12243 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12244
12245         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12246         easymenu, because XEmacs doesn't understand :help.
12247
12248         * mm-uu.el: Require binhex.
12249
12250 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12251
12252         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12253
12254 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12255
12256         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12257
12258 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12259
12260         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12261
12262 2000-12-18  Dave Love  <fx@gnu.org>
12263
12264         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12265         (unused).
12266
12267 2000-12-13  Miles Bader  <miles@gnu.org>
12268
12269         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12270         to t, so that we don't get stuck while trying to smilefy
12271         intangible text.
12272
12273 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12274
12275         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12276         at the end of the buffer.
12277         (smiley-region): In the loop, move to the end of the submatch
12278         matching the smiley instead of using the end of the match
12279         of the whole regexp.
12280
12281 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12282
12283         * message.el (message-mode): Doc fix.
12284
12285 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12286
12287         * smiley-ems.el (smiley-region): Doc fix.
12288
12289 2000-12-11  Miles Bader  <miles@gnu.org>
12290
12291         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12292         bottom line visible, check to see if it's partially obscured, and
12293         if so, either scroll one more line to make it fully visible, or
12294         revert to showing the second line from the top.
12295
12296 2000-12-07  Dave Love  <fx@gnu.org>
12297
12298         * mailcap.el (mailcap-download-directory)
12299         * gnus-audio.el (gnus-audio-directory)
12300         * smiley-ems.el (smiley-data-directory): Fix :type.
12301
12302 2000-11-30  Dave Love  <fx@gnu.org>
12303
12304         * message.el (message-auto-save-directory): Use
12305         file-name-as-directory.
12306         (message-set-auto-save-file-name): Create
12307         message-auto-save-directory if necessary.
12308         (message-replace-chars-in-string): Removed -- unused.
12309         (message-mail-alias-type): Customize.
12310         (message-headers): Remove duplicate defgroup.
12311
12312 2000-11-29  Dave Love  <fx@gnu.org>
12313
12314         * qp.el (quoted-printable-decode-region): Use error, not message
12315         to report malformed text (like base64).  Amend message.
12316
12317 2000-11-29  Miles Bader  <miles@gnu.org>
12318
12319         * message.el (message-header-lines): Fontify tag.
12320
12321 2000-11-27  Dave Love  <fx@gnu.org>
12322
12323         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12324         compiler warning.
12325
12326 ;2000-11-26  Dave Love  <fx@gnu.org>
12327 ;
12328 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12329 ;
12330 2000-11-23  Dave Love  <fx@gnu.org>
12331
12332         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12333
12334         * mm-uu.el (uudecode): Require.
12335         (uudecode-decode-region, uudecode-decode-region-external): Don't
12336         autoload.
12337         (mm-uu-copy-to-buffer): Doc fix.
12338         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12339         type fix.
12340
12341         * mailcap.el: Doc fixes.
12342         (mailcap-mime-data): Various adjustments.
12343         (mailcap): New group.
12344         (mailcap-download-directory): Customize.
12345         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12346         (mailcap-temporary-directory): Deleted (unused).
12347         (mailcap-unescape-mime-test): Simplify slightly.
12348         (mailcap-viewer-passes-test): Use functionp.
12349         (mailcap-command-p): Aliased to executable-find.
12350
12351         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12352         default-enable-multibyte-characters is nil.
12353
12354 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12355
12356         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12357
12358 2000-11-21  Dave Love  <fx@gnu.org>
12359
12360         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12361         gnus-article-mode-map.
12362 ;       (gnus-mime-button-menu): Use mouse-set-point.
12363         (gnus-insert-mime-button, gnus-mime-display-alternative)
12364         (gnus-mime-display-alternative): Don't use local-map property.
12365
12366 2000-11-17  Dave Love  <fx@gnu.org>
12367
12368         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12369         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12370         and make-temp-file.
12371         (uudecode-decode-region): Doc fix.
12372
12373 2000-11-14  Dave Love  <fx@gnu.org>
12374
12375         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12376         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12377         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12378         New files, derived from the XPMs.
12379
12380 2000-11-10  Dave Love  <fx@gnu.org>
12381
12382         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12383         (gnus-agent-lib-file, gnus-agent-load-alist)
12384         (gnus-agent-save-alist, gnus-agent-article-name): Use
12385         expand-file-name.
12386
12387         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12388         :version.
12389         (nnkiboze-score-file): Defvar when compiling.
12390
12391         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12392
12393         * gnus-art.el (gnus-article-banner-alist)
12394         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12395         (gnus-article-date-lapsed-new-header)
12396         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12397         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12398         (gnus-treat-strip-headers-in-body)
12399         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12400         (gnus-treat-translate): Add :version.
12401         (gnus-article-mime-part-function): Fix defcustom.
12402
12403         * nnmail.el (nnmail-expiry-target)
12404         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12405         (nnmail-split-header-length-limit): Add :version.
12406
12407         * gnus-sum.el (gnus-auto-expirable-marks)
12408         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12409         (gnus-extra-headers, gnus-ignored-from-addresses)
12410         (gnus-newsgroup-ignored-charsets)
12411         (gnus-group-highlight-words-alist)
12412         (gnus-summary-show-article-charset-alist): Add :version.
12413
12414         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12415         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12416         files, converted from the XPMs.
12417
12418         * gnus-cache.el (gnus-cache-active-file): Don't use
12419         file-name-as-directory on directory.
12420         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12421         use file-name-as-directory on directory.
12422
12423         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12424         (date-to-time): Use it.
12425
12426 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12427 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12428 ;       (message-newline-and-reformat): Likewise.
12429         (message-forward-as-mime, message-forward-ignored-headers)
12430         (message-buffer-naming-style, message-default-charset)
12431         (message-dont-reply-to-names, message-send-mail-partially-limit):
12432         Add :version.
12433
12434         * mm-util.el: Doc fixes.
12435         (mm-mime-charset): Don't use the raw result of
12436         mm-preferred-coding-system.
12437         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12438         (mm-with-unibyte): Simplify.
12439
12440         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12441         concat.
12442
12443         * pop3.el (pop3-version): Deleted.
12444         (pop3-make-date): New function, avoiding message-make-date.
12445         (pop3-munge-message-separator): Use it.
12446
12447 2000-11-09  Dave Love  <fx@gnu.org>
12448
12449         * gnus-group.el (gnus-group-make-directory-group)
12450         (gnus-group-fetch-faq): Use expand-file-name.
12451         (gnus-group-fetch-faq): Simplify completing-read form.
12452
12453         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12454         test for Mule.
12455
12456         * message.el (tool-bar-map): Defvar when compiling.
12457
12458         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12459         (gnus-tm-lisp-directory): Deleted.
12460         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12461         (featurep 'xemacs).
12462         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12463         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12464         version numbers from file names.
12465
12466 2000-11-08  Dave Love  <fx@gnu.org>
12467
12468         * mm-view.el: Use featurep for XEmacs test.
12469         (mm-inline-message): Test for `remove-specifier'; don't use
12470         condition-case.
12471
12472         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12473
12474         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12475         (gnus-score-find-bnews): Don't concat "".
12476
12477         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12478         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12479         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12480         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12481
12482         * gnus-sum.el: Put some defvars in eval-when-compile.
12483         (gnus-summary-mode-hook): Add :options.
12484         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12485         (gnus-summary-tool-bar-map): New variable.
12486         (gnus-summary-make-tool-bar): New function.
12487         (gnus-summary-mode): Put kill-all-local-variables first.
12488
12489         * gnus-group.el (gnus-group-toolbar-map): New variable.
12490         (gnus-group-make-tool-bar): Rewritten.
12491         (gnus-group-mode): Put kill-all-local-variables first.
12492
12493         * rfc2047.el: Require gnus-util.
12494
12495         * nnml.el (gnus-sorted-intersection): Autoload.
12496
12497         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12498         Put some defvars in eval-when-compile.
12499         (gnus-intersection, gnus-sorted-complement):  Autoload.
12500
12501         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12502
12503         * mm-encode.el (mm-body-7-or-8): Autoload.
12504
12505         * mm-decode.el (mm-insert-inline): Autoload.
12506
12507         * mml.el:
12508         * message.el: Put some defvars in eval-when-compile.
12509
12510         * gnus-msg.el: Put some defvars in eval-when-compile.
12511         (gnus-msg-mail): Move after gnus-setup-message.
12512
12513         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12514
12515 2000-11-07  Dave Love  <fx@gnu.org>
12516
12517         * gnus-util.el (nnheader): Don't require message (recursive
12518         autoload).
12519
12520         * uudecode.el: Avoid compiler warnings.
12521
12522         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12523         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12524
12525 2000-11-06  Dave Love  <fx@gnu.org>
12526
12527         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12528
12529         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12530         (uudecode-char-int): New alias, replacing char-int.
12531         (uudecode-decode-region): Don't call buffer-disable-undo.
12532
12533 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12534 ;       (mm-uu-configure-list): Doc fix.
12535 ;
12536 ;       * earcon.el (running-xemacs): Don't define.
12537 ;
12538 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12539 ;
12540 ;       * message.el (message-font-lock-keywords): Match a final newline
12541 ;       to help font-lock's multiline support.
12542 ;
12543 2000-11-03  Dave Love  <fx@gnu.org>
12544
12545         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12546
12547         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12548         name.
12549
12550         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12551         <banner>: Fix custom type, doc.
12552
12553         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12554         name.  Don't disable undo explicitly.
12555
12556 ;2000-11-02  Dave Love  <fx@gnu.org>
12557 ;
12558 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12559 ;       cite-prefix.
12560
12561 2000-11-01  Dave Love  <fx@gnu.org>
12562
12563         * rfc2047.el (base64): Require unconditionally.
12564         (message-posting-charset): Defvar when compiling.
12565         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12566         message.
12567
12568         * gnus-sum.el (nnoo): Require.
12569         (mm-uu-dissect): Autoload.
12570
12571         * mml.el (mml-parse-1): Clarify message.
12572         (mml-minibuffer-read-type): Use mailcap-mime-types.
12573
12574 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12575
12576         * mml.el: Fix a typo in the requiring of CL.
12577
12578 2000-11-01  Dave Love  <fx@gnu.org>
12579
12580         * utf7.el: Require cl when compiling.
12581
12582         * binhex.el: Use (featurep 'xemacs).
12583         (binhex-char-int): New alias, replacing char-int.  Change callers.
12584         (binhex-decode-region): Simplify work buffer code.
12585         (binhex-decode-region-external): Use expand-file-name, not concat.
12586
12587 2000-10-30  Dave Love  <fx@gnu.org>
12588
12589         * gnus-art.el: Fix 2000-10-27 change properly.
12590
12591 2000-10-28  Miles Bader  <miles@gnu.org>
12592
12593         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12594
12595 2000-10-27  Dave Love  <fx@gnu.org>
12596
12597         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12598         strings.
12599         (gnus-group-make-tool-bar): New function.
12600         (gnus-group-mode): Use it.
12601
12602         * message.el (message-mode-menu): Add some :help strings.
12603         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12604         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12605
12606         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12607         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12608         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12609
12610         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12611         display-graphic-p here.
12612
12613 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12614
12615         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12616         of the `gnus-xemacs' variable, as the latter has been removed.
12617         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12618         * gnus-art.el (gnus-treat-display-xface)
12619         (gnus-treat-display-smileys, gnus-treat-display-picons)
12620         (gnus-article-read-summary-keys): Likewise.
12621
12622 2000-10-26  Dave Love  <fx@gnu.org>
12623
12624         (defvar): Use rmail-spool-directory unconditionally.
12625
12626 2000-10-18  Dave Love  <fx@gnu.org>
12627
12628         * mm-bodies.el (mm-uu-decode-function)
12629         (mm-uu-binhex-decode-function): Defvar when compiling.
12630
12631         * gnus-nocem.el (gnus-nocem-issuers): Update.
12632         (gnus-nocem-check-from): New option.
12633         (gnus-nocem-scan-groups): Use it.
12634         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12635         (gnus-nocem-check-article-limit): Add :version.
12636
12637 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12638
12639         * ietf-drums.el (mm-util): Require CL when compiling.
12640
12641 2000-10-15  Dave Love  <fx@gnu.org>
12642
12643         * qp.el: Require mm-util.
12644
12645 2000-10-13  Dave Love  <fx@gnu.org>
12646
12647         * qp.el (quoted-printable-decode-region): Avoid invalid
12648         coding-systems.
12649
12650 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12651
12652         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12653         to a recursive load.
12654
12655 2000-10-12  Dave Love  <fx@gnu.org>
12656
12657         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12658
12659         * gnus.el (gnus-group-startup-message): Check for PBM image.
12660
12661 2000-10-09  Dave Love  <fx@gnu.org>
12662
12663         * mail-source.el (mail-source-fetch-imap): Bind
12664         default-enable-multibyte-characters rather than using
12665         mm-disable-multibyte.
12666
12667 2000-10-05  Dave Love  <fx@gnu.org>
12668
12669         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12670         Autoload.
12671         (quoted-printable-decode-region):  Rename arg which confused
12672         charset with coding-system.  Don't use nonascii-insert-offset.
12673         Coding-system encode the region initially.  Don't recognize `=='
12674         as valid QP.  Coding-system decode the region finally.
12675         (quoted-printable-decode-string): Rename arg which confused
12676         charset with coding-system.
12677
12678         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12679         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12680         mm-encode-coding-region.
12681         (mm-decode-body, mm-decode-string): Rename variables which
12682         confused charset with coding-system.
12683         (binhex-decode-region): Don't autoload.
12684         (mm-body-encoding): Require message.
12685         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12686         cond branches.
12687
12688         * gnus-art.el (article-de-quoted-unreadable)
12689         (article-de-base64-unreadable): Fold search case
12690         rather than downcasing string.  Apply mm-charset-to-coding-system
12691         to arg of quoted-printable-decode-region.
12692
12693 2000-10-04  Dave Love  <fx@gnu.org>
12694
12695         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12696         Require ring when compiling.
12697         (gnus-article-compface-xbm): New variable.
12698
12699 2000-10-04  Dave Love  <fx@gnu.org>
12700
12701         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12702         pbm images.
12703
12704         * frown.pbm, smile.pbm, wry.pbm: New files.
12705
12706         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12707
12708 2000-10-03  Dave Love  <fx@gnu.org>
12709
12710         * mail-source.el (mail-sources): Revert to nil.
12711
12712         * nnmail (nnmail-spool-file): Revert to `((file))'.
12713
12714         * qp.el: Don't require mm-util.
12715         (quoted-printable-decode-region): Rewritten.
12716         (quoted-printable-decode-string, quoted-printable-encode-region):
12717         Doc fix.
12718         (quoted-printable-encode-region): Barf on multibyte characters.
12719         Maybe make the class multibyte.  Upcase chars, not formatted
12720         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12721         (quoted-printable-encode-string): Don't use
12722         mm-with-unibyte-buffer.
12723
12724 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12725
12726         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12727
12728 2000-09-21  Dave Love  <fx@gnu.org>
12729
12730         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12731         (for Emacs 20).  Tidy somewhat.
12732
12733 2000-09-21  Dave Love  <fx@gnu.org>
12734
12735         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12736         image processing.  Rationalize logic somewhat.
12737
12738 2000-09-20  Dave Love  <fx@gnu.org>
12739
12740         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12741         specifically.
12742
12743         * gnus.el (gnus-version-number): Avoid some redundant
12744         autoloads.
12745
12746 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12747
12748         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12749         to XBM; we always have PBM support.
12750
12751 2000-09-14  Dave Love  <fx@gnu.org>
12752
12753         * gnus.el (gnus-charset):
12754         * mm-decode.el (mime-display):
12755         * imap.el (imap) <defgroup>: Add :version.
12756
12757 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12758
12759         * parse-time.el: Fix author's mail address.
12760
12761         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12762         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12763         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12764         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12765         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12766         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12767         * rfc2231.el, uudecode.el: Fix copyright notice.
12768
12769         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12770         require `w3' at load-time only if not running in batch mode.
12771
12772 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12773
12774         * gnus.el: Before merge with Emacs21.
12775
12776 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12777
12778         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12779
12780 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12781
12782         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12783         to avoid conflict with the standard `back-to-indentation'
12784         binding.
12785
12786 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12789
12790         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12791         (mm-disable-multibyte-mule4): Ditto.
12792         (mm-with-unibyte-current-buffer-mule4): Ditto.
12793
12794 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12795
12796         * pop3.el (pop3-movemail): Use binary.
12797         (pop3-movemail-file-coding-system): Removed.
12798
12799 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800
12801         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12802
12803 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12804
12805         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12806         exists.
12807
12808 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12809
12810         * gnus-msg.el (gnus-post-method): Use backend name when the
12811         address is "".
12812
12813 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12814
12815         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12816         mm-verify-option.
12817         (gnus-treat-x-pgp-sig): Default value.
12818         (gnus-ignored-headers): Redundant.
12819
12820 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * gnus-win.el (gnus-configure-frame): Save selected window.
12823
12824 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12825
12826         * nnmbox.el: Require gnus-range.
12827         (nnmbox-group-building-active-articles): New variable.
12828         (nnmbox-group-active-articles): New variable; this is a cache of
12829         all active articles by group and number.
12830         (nnmbox-in-header-p): New function.
12831         (nnmbox-find-article): New function.
12832         (nnmbox-record-active-article): New function.
12833         (nnmbox-record-deleted-article): New function.
12834         (nnmbox-is-article-active-p): New function.
12835         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12836         (nnmbox-request-article): Ditto.  Also supply extra arg to
12837         nnmbox-article-group-number.
12838         (nnmbox-request-expire-articles): Ditto.
12839         (nnmbox-request-move-article): Ditto.
12840         (nnmbox-request-replace-article): Ditto.
12841         (nnmbox-request-rename-group): Rename group entry in active
12842         article cache.
12843         (nnmbox-delete-mail): Update active article cache, unless article
12844         is being replaced.
12845         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12846         than partially duplicating it.
12847         (nnmbox-article-group-number): Add extra `this-line' arg, to
12848         handle articles belonging to multiple groups.
12849         (nnmbox-save-mail): Update active article cache.
12850         (nnmbox-read-mbox): Build active article cache when loading mbox.
12851         Also do some repair work, if we find articles that are missing the
12852         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12853         reconstruct these from Xref info.
12854
12855 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12856
12857         * mail-source.el (mail-source-report-new-mail): Use
12858         nnheader-run-at-time.
12859
12860 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12861
12862         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12863         an error is thrown, and then rethrow the error.
12864         (mail-source-check-pop): Ditto.
12865         (mail-source-start-idle-timer): Prevent multiple pop checks
12866         running if the check takes a long time.
12867
12868 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12871         succeed.
12872
12873 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874
12875         * gnus-win.el (gnus-configure-windows): Make sure
12876         nntp-server-buffer is live.
12877         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12878
12879 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12880
12881         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12882
12883 2000-12-04  Andreas Jaeger  <aj@suse.de>
12884
12885         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12886
12887 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12888
12889         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12890
12891 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12892         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12893
12894         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12895
12896 2000-12-01  Simon Josefsson  <sj@extundo.com>
12897
12898         * mml-smime.el (mml-smime-verify): Fix address parsing.
12899
12900 2000-12-01  Simon Josefsson  <sj@extundo.com>
12901
12902         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12903         more than one certificate inside PKCS#7 blob.  Better security
12904         information (clamed / actual sender, openssl output, certificates
12905         inside message).
12906
12907         * smime.el (smime-verify-region): Output to /dev/null.
12908         (smime-buffer-as-string-region): Don't parse empty lines.
12909
12910 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12911
12912         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12913         ?d and ?D.
12914         (gnus-mime-security-show-details-inline): New variable.
12915         (gnus-mime-security-show-details): Use them.
12916         (gnus-insert-mime-security-button): Ditto.
12917
12918         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12919         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12920         (mml2015-gpg-clear-verify): Ditto.
12921         (mml2015-gpg-decrypt-1): Ditto.
12922         (mml2015-use): Prefer 'gpg.
12923
12924 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12925
12926         * gnus-util.el (gnus-add-text-properties-when): New function.
12927         (gnus-remove-text-properties-when): Ditto.
12928
12929         * gnus-cite.el (gnus-article-hide-citation): Use them.
12930         (gnus-article-toggle-cited-text): Use them.
12931
12932         * gnus-art.el (gnus-signature-toggle): Use them.
12933         (gnus-article-show-hidden-text): Ditto.
12934         (gnus-article-hide-text): Ditto.
12935
12936 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12937
12938         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12939
12940 2000-11-30  Simon Josefsson  <sj@extundo.com>
12941
12942         * smime.el (smime-point-at-eol): New alias.
12943         (smime-buffer-as-string-region): Use it.
12944
12945 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12946
12947         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12948
12949 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12950
12951         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12952
12953         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12954
12955         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12956
12957 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12958
12959         * nnmh.el (nnmh-request-expire-articles): Implemented
12960         expiry-target for nnmh backend.
12961
12962 2000-11-30  Simon Josefsson  <sj@extundo.com>
12963
12964         * mm-decode.el (mm-security-from): New variable.
12965         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12966
12967         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12968         than `from'.
12969
12970 2000-11-30  Simon Josefsson  <sj@extundo.com>
12971
12972         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12973         address match sender address.
12974
12975         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12976
12977         * smime.el (smime-verify-region): Don't copy buffer.
12978         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12979         (smime-pkcs7-region): New function.
12980         (smime-pkcs7-certificates-region): Ditto.
12981         (smime-pkcs7-email-region): Ditto.
12982         (smime-buffer-as-string-region): Ditto.
12983
12984         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12985         buffer.
12986
12987 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12988
12989         * smime.el (smime-decrypt-region): Fix keyfile argument.
12990
12991 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12992
12993         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12994
12995 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12996
12997         * message.el (message-shoot-gnksa-feet): New variable.
12998         (message-gnksa-enable-p): New function.
12999         (message-send): Use it.
13000         (message-check-news-body-syntax): Ditto.
13001
13002 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * message.el (message-make-message-id): Remove the redundancy.
13005
13006 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * message.el (message-setup): Discourage using mc-install-*-mode.
13009
13010         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13011
13012 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13013
13014         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13015
13016 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13017
13018         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13019
13020 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13021
13022         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13023
13024 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13025
13026         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13027         insert-buffer-substring.
13028
13029         * message.el (message-send-mail): Use buffer-substring-no-properties.
13030         (message-send-news): Ditto.
13031
13032 2000-11-22  David Edmondson  <dme@dme.org>
13033
13034         * imap.el (imap-wait-for-tag): Message read info.
13035
13036 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13037
13038         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13039         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13040         (mml2015-gpg-encrypt): Ditto.
13041
13042 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * mm-decode.el (mm-verify-option): Default value.
13045
13046         * mml-sec.el (mml-secure-part): Error message.
13047
13048 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13049
13050         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13051
13052 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13053
13054         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13055
13056 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13057
13058         * gnus-art.el (gnus-article-describe-key): Use prompt.
13059         (gnus-article-describe-key-briefly): Ditto.
13060
13061 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13062
13063         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13064
13065 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * gnus-art.el (gnus-article-describe-key): New function.
13068         (gnus-article-describe-key-briefly): New function.
13069
13070 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13071
13072         * mm-decode.el (mm-decrypt-option): Doc typo.
13073
13074         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13075         return a number.
13076
13077 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13078
13079         * message.el (message-newline-and-reformat): Typo.
13080
13081 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13082
13083         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13084         original-article-buffer exists.
13085
13086         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13087         (rfc2047-header-encoding-alist): Addresses are different from text.
13088         (rfc2047-encode-message-header): Ditto.
13089         (rfc2047-dissect-region): Extra parameter.
13090         (rfc2047-encode-region): Ditto.
13091         (rfc2047-encode-string): Ditto.
13092
13093 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13094
13095         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13096         (mm-uu-pgp-encrypted-extract): Use it.
13097         (mm-uu-pgp-signed-extract-1): New function.
13098         (mm-uu-pgp-signed-extract): Use it.
13099
13100         * gnus-art.el (gnus-mime-display-security): New function.
13101         (gnus-mime-display-part): Use it.
13102         (gnus-mime-security-verify-or-decrypt): New function.
13103         (gnus-mime-security-press-button): New function.
13104         (gnus-insert-mime-security-button): Use it.
13105
13106         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13107         (mm-find-raw-part-by-type): Ditto.
13108         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13109         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13110         (mm-destroy-parts): Kill nested multibyte buffer.
13111
13112         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13113         (mml2015-gpg-verify): Ditto.
13114
13115 2000-11-18  Simon Josefsson  <sj@extundo.com>
13116
13117         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13118         (mml2015-function-alist): Use it.
13119
13120         * mml-sec.el (mml-sign-alist): Update names.
13121         (mml-encrypt-alist): Ditto.
13122         (mml-secure-part-smime-sign): Moved to mml-smime.el
13123         as `mml-smime-sign-query'.
13124         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13125         `mml-smime-get-file-cert'.
13126         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13127         `mml-smime-get-dns-cert'.
13128         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13129         `mml-smime-encrypt-query'.
13130         (mml-smime-sign-buffer): Use mml-smime-sign.
13131         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13132
13133         * mml-smime.el (mml-smime-sign): New function.
13134         (mml-smime-encrypt):
13135         (mml-smime-sign-query):
13136         (mml-smime-get-file-cert):
13137         (mml-smime-get-dns-cert):
13138         (mml-smime-encrypt-query): Moved from mml-sec.el.
13139
13140 2000-11-16  Simon Josefsson  <sj@extundo.com>
13141
13142         * mml2015.el (mml2015-gpg-clear-verify): New function.
13143         (mml2015-function-alist): Add it.
13144
13145 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13146
13147         * message.el (message-setup-fill-variables): Use
13148         message-cite-prefix-regexp.
13149         (message-newline-and-reformat): Check the end of citation, leading
13150         WSP, break in the cite prefix.
13151         (message-fill-paragraph): New function.
13152
13153 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13154
13155         * lpath.el: Shut up.
13156
13157 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13158
13159         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13160         raw 8-bit in headers in dk.* newsgroups.
13161
13162 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13163
13164         * message.el (message-newline-and-reformat): Match extra WSPs.
13165
13166 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13167
13168         * mml.el (mml-generate-mime-1): Ignore ascii.
13169
13170 2000-11-16 Justin Sheehy  <justin@iago.org>
13171
13172         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13173
13174 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13175
13176         * message.el (message-cite-prefix-regexp): Prefix should not end
13177         at space.
13178
13179 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13180
13181         * message.el (message-mode-syntax-table): Add - as a word
13182         constituent as in articles.
13183         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13184         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13185         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13186
13187 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13188
13189         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13190
13191 2000-11-12  David Edmondson  <dme@dme.org>
13192
13193         * message.el (message-font-lock-keywords): use
13194         message-cite-prefix-regexp.
13195
13196 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13197
13198         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13199         Stein Arild Str\e,Ax\e(Bmme.
13200         (gnus-group-jump-to-group): Use it.
13201         (gnus-group-jump-to-group-prompt): Customize.
13202
13203 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13204
13205         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13206
13207 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13208
13209         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13210         incompatible.
13211         (mml2015-mailcrypt-sign): Ditto.
13212
13213 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13214
13215         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13216         group is open.
13217
13218 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13219
13220         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13221         nnvirtual articles.
13222         (gnus-backlog-request-article): Don't request nnvirtual articles.
13223
13224 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13225
13226         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13227         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13228
13229 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13230
13231         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13232         * mml.el (mml-generate-mime-1): Use charset attribute.
13233         * mm-bodies.el (mm-encode-body): Add parameter charset.
13234         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13235
13236 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13237
13238         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13239         (mml2015-mailcrypt-clear-decrypt): Ditto.
13240         (mml2015-mailcrypt-verify): Ditto.
13241         (mml2015-mailcrypt-clear-verify): Ditto.
13242         (mml2015-gpg-verify): Ditto.
13243
13244 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13245
13246         * smime.el (smime-openssl-program): Test the existence of openssl.
13247         * mml-smime.el: Require mm-decode.
13248         (mml-smime-verify-test): New function.
13249         * mm-decode.el (mm-verify-function-alist): Use it.
13250
13251 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13254         anyway.
13255
13256 2000-11-13  Simon Josefsson  <sj@extundo.com>
13257
13258         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13259         verification doesn't work.
13260
13261 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13262
13263         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13264         (gnus-inews-do-gcc): Use it.
13265
13266 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13267
13268         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13269         leading space.
13270         * mm-extern.el (mm-inline-external-body): Report error when no
13271         access-type.
13272
13273 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13274
13275         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13276
13277 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13278
13279         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13280
13281 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13282
13283         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13284         as multipart/mixed.
13285
13286 2000-11-12  David Edmondson  <dme@dme.org>
13287
13288         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13289         and replace `.' with `\w' to allow for different syntax tables
13290         (from Vladimir Volovich).
13291         * message.el (message-newline-and-reformat): use
13292         `message-cite-prefix-regexp'.
13293         * gnus-cite.el (gnus-supercite-regexp): use
13294         `message-cite-prefix-regexp'.
13295         * gnus-cite.el (gnus-cite-parse): use
13296         `message-cite-prefix-regexp'.
13297
13298 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13301         PGP SIGNATURE.  Escape leading "-"'s.
13302         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13303
13304 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13305
13306         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13307
13308 2000-11-11  Simon Josefsson  <sj@extundo.com>
13309
13310         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13311
13312         * smime.el (smime-details-buffer): New variable.
13313         (smime-sign-region):
13314         (smime-encrypt-region):
13315         (smime-verify-region):
13316         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13317
13318         * mml-smime.el (mml-smime-verify): Support security info.
13319
13320 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13321
13322         * mm-decode.el (mm-verify-option): Set default to nil.
13323         (mm-decrypt-option): Ditto.
13324         * gnus-art.el (article-verify-x-pgp-sig): New function.
13325
13326 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13327
13328         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13329         preferred part.
13330
13331 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13332
13333         * gnus-sum.el (gnus-move-split-methods): Say that
13334         `gnus-split-methods' uses file names, whereas this uses group
13335         names.  (Report from Nevin Kapur)
13336
13337 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13340
13341 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13342
13343         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13344         (nnheader-directory-articles): Use it.
13345         (nnheader-article-to-file-alist): Ditto.
13346
13347 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13348
13349         * rfc2047.el (rfc2047-pad-base64): New function.
13350         (rfc2047-decode): Use it.
13351
13352 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13353
13354         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13355         select method.
13356
13357 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13358
13359         * mml2015.el (mml2015-gpg-decrypt-1):
13360         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13361
13362 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13363
13364         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13365
13366 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13367
13368         * pop3.el (pop3-munge-message-separator): A message may have an
13369         empty body.
13370
13371 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13372
13373         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13374         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13375         (mm-uu-pgp-signed-extract): Use coding-system.
13376
13377 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13378
13379         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13380         (gnus-insert-mime-security-button): New function.
13381         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13382         * mml2015.el:  Add security info when verify or decrypt.
13383         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13384         (mm-uu-pgp-encrypted-extract): Ditto.
13385
13386 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13387
13388         * mm-decode.el (mm-display-parts): New function.
13389         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13390
13391 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13392
13393         * gnus-mlspl.el: Documentation tweaks.
13394
13395 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13396
13397         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13398         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13399         argument.
13400
13401 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13402
13403         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13404
13405 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * gnus-art.el (gnus-article-encrypt): New function.
13408         (gnus-article-encrypt-protocol-alist): New variable.
13409         (gnus-article-encrypt-protocol): New variable.
13410         * mml2015.el (mml2015-self-encrypt): New function.
13411         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13412
13413 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13414
13415         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13416         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13417         let mailcap do it.
13418         * mml2015.el: Remove snarf code.
13419         * mm-decode.el: Remove snarf code.
13420
13421 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13422
13423         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13424         (mml-insert-mime): Understand gnus-decoded.
13425         (mime-to-mml): New parameter handles.
13426         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13427         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13428
13429 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13430
13431         * mm-decode.el (mime-security): New group.
13432         (mm-verify-function-alist): Add test function.
13433         (mm-decrypt-function-alist): Ditto.
13434         (mm-snarf-option): Set default value as nil.
13435         (mm-find-part-by-type): Recursive parameter.
13436         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13437         * mml2015.el: Support draft-ietf-openpgp-multsig.
13438
13439 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13440
13441         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13442         (gnus-article-view-part-as-charset): New function.
13443
13444 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13445
13446         * mm-decode.el (mm-verify-option): Default value.
13447         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13448
13449 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13450
13451         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13452
13453 2000-11-05  Simon Josefsson  <sj@extundo.com>
13454
13455         * mml-smime.el (mml-smime-verify): Work in original multipart
13456         buffert.
13457
13458         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13459         (mm-handle-multipart-ctl-parameter): Ditto.
13460         (mm-alist-to-plist): New function.
13461         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13462         for multiparts.
13463         (mm-destroy-parts): Destroy multipart buffert.
13464         (mm-remove-part): Ditto.
13465
13466         * mml-smime.el (mml-smime-sign): Not used.
13467         (mml-smime-encrypt): Ditto.
13468
13469         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13470
13471         Verify S/MIME signature support.
13472
13473         * mm-decode.el (mm-inline-media-tests): Add
13474         application/{x-,}pkcs7-signature.
13475         (mm-inlined-types): Ditto.
13476         (mm-automatic-display): Ditto.
13477         (mm-verify-function-alist): Ditto.  Add name of method.
13478         (mm-decrypt-function-alist): Add name of method.
13479         (mm-find-part-by-type): Add documentation.
13480         (mm-possibly-verify-or-decrypt): Use new format of
13481         mm-{verify,decrypt}-function-alist.  Use method names.
13482
13483         * mml-smime.el (mml-smime-verify): New function.
13484
13485 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13488
13489 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13490
13491         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13492         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13493         * mm-decode.el (mm-snarf-option): New variable.
13494
13495 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13496
13497         * mm-util.el (mm-subst-char-in-string): New function.
13498         (mm-replace-chars-in-string): Use it.
13499         * message.el (message-replace-chars-in-string): Use it.
13500         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13501         * gnus-mh.el (mh-lib-progs): Shut up.
13502
13503 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13504
13505         * base64.el, md5.el: Moved to contrib directory.
13506
13507 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13508
13509         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13510         the last article when search.
13511
13512 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513
13514         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13515         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13516
13517 2000-09-29  David Edmondson  <dme@thus.net>
13518
13519         * message.el (message-newline-and-reformat): Typo.
13520
13521 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13522
13523         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13524
13525 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13526
13527         * nntp.el (nntp-decode-text): Delete bogus status lines.
13528
13529 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13530
13531         * message.el (message-font-lock-keywords): Match a final newline
13532         to help font-lock's multiline support.
13533
13534 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13535
13536         * nnoo.el (nnoo-set): New function.
13537
13538 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13539
13540         * gpg.el, gpg-ring.el: Moved to contrib directory.
13541
13542 2000-11-04  Simon Josefsson  <sj@extundo.com>
13543
13544         * nnimap.el (nnimap-split-inbox): Typo.
13545
13546 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13547
13548         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13549
13550 2000-11-03  Simon Josefsson  <sj@extundo.com>
13551
13552         * rfc2231.el (rfc2231-parse-qp-string): New function.
13553         (require): rfc2047.
13554
13555         * mail-parse.el (mail-header-parse-content-type):
13556         (mail-header-parse-content-disposition): Support invalid QP
13557         encoded strings, by using `rfc2231-parse-qp-string'.
13558
13559 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13560
13561         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13562         (rfc2231-decode-encoded-string): Typo "> X 1".
13563         (rfc2231-encode-string): Insert the name of charset.
13564         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13565
13566 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13567
13568         * mm-decode.el (mm-save-part): Return the filename.
13569         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13570         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13571         (gnus-mime-action-alist): Use it.
13572         (gnus-mime-button-commands): Use it.
13573         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13574         (mm-inline-external-body): unwind-protect.
13575
13576 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577
13578         * gnus-art.el (gnus-insert-mime-button): Show url.
13579
13580 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581
13582         * mml.el (mml-generate-mime-1): Support external url.
13583         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13584
13585 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13586
13587         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13588         * mm-decode.el (mm-display-external): Ditto.
13589         * mm-extern.el: New file.
13590         * mm-decode.el (mm-inline-media-tests): Hook it up.
13591         (mm-inlined-types): Inline message/external-body.
13592
13593 2000-11-02  Simon Josefsson  <sj@extundo.com>
13594
13595         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13596
13597         * message.el (message-get-reply-headers): Better handling when
13598         Mail-Followup-To is very large.
13599
13600 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13601
13602         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13603         * gnus-art.el (gnus-article-edit-done):
13604         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13605         counting code here.
13606         * gnus-msg.el (gnus-setup-message): Remove a hack.
13607
13608 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13609
13610         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13611         (gnus-summary-mode): Make them local variables.
13612         (gnus-set-global-variables): Globalize them.
13613         (gnus-summary-exit): Kill them.
13614
13615 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13616
13617         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13618         word.
13619
13620 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13623         gnus-article-wash-types.
13624         * gnus-art.el (gnus-article-wash-status): Use them.
13625
13626 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13627
13628         * mml.el (mml-read-tag): Remove spaces and LF.
13629
13630 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13631
13632         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13633         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13634
13635 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13636
13637         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13638
13639 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13640
13641         * gnus-sum.el (gnus-article-charset): New variable.
13642         (gnus-summary-display-article): Set it.
13643         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13644         * gnus-art.el (gnus-article-mode): Make it local variable.
13645
13646 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13647
13648         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13649
13650 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * nnwfm.el: New file.
13653
13654         * nnweb.el (nnweb-replace-in-string): New function.
13655
13656 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13657
13658         * mml2015.el: Wrap gpg.el.
13659         * gpg.el (gpg-verify): The last argument of apply is a list.
13660         (gpg-encrypt): Add passphrase as a parameter.
13661
13662 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13663
13664         * gpg.el: New file.
13665         * gpg-ring.el: New file.
13666
13667 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13668
13669         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13670
13671 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13674         double-quote characters.
13675         (gnus-summary-prepare-threads): Ditto.
13676
13677 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13678
13679         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13680         * mml.el (mml-read-tag): Don't skip the leading space.
13681         * lpath.el (font-lock-set-defaults): Shut up.
13682
13683 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13686
13687 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13688
13689         * qp.el (quoted-printable-encode-region): Replace leading - when
13690         ultra safe.
13691         * mml.el (mml-generate-mime-postprocess-function): Removed.
13692         (mml-postprocess-alist): Removed.
13693         (mml-generate-mime-1): Use ultra-safe when sign.
13694         * mml2015.el (mml2015-fix-micalg): Uppercase.
13695         (mml2015-verify): Insert LF.
13696         (mml2015-mailcrypt-sign): Downcase; search backward.
13697
13698 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13699
13700         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13701         restrictive.
13702         (nnultimate-table-regexp): New variable.
13703         (nnultimate-forum-table-p): Use it.
13704
13705 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13706         Trivial patch.
13707
13708         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13709
13710 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13711
13712         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13713         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13714
13715 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13716
13717         * mml2015.el: Shut up.
13718
13719 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13720
13721         * gnus.el (gnus-server-browse-hashtb): Removed.
13722         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13723         (gnus-group-insert-group-line-info): Use simplified method.
13724         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13725
13726 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13727
13728         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13729         moved here.
13730         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13731         * gnus-group.el (gnus-group-prepare-flat): Use it.
13732         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13733
13734 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13735
13736         * mml.el (mml-mode): Show menu in XEmacs.
13737
13738 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13741         (gnus-server-read-server-in-server-buffer): New function.
13742         (gnus-browse-foreign-server): Browse in group buffer.
13743         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13744         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13745         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13746         * gnus.el (gnus-server-browse-hashtb): New variable.
13747
13748 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13749
13750         * nnfolder.el (nnfolder-open-nov): Use group.
13751
13752 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13753
13754         * nnfolder.el: Add NOV. Set version to 2.0.
13755         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13756
13757 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13758
13759         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13760
13761 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13762
13763         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13764         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13765
13766 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13767
13768         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13769
13770 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13771
13772         * mm-decode.el (mm-verify-function-alist): New variable.
13773         (mm-verify-option): New variable.
13774         (mm-decrypt-function-alist): Ditto.
13775         (mm-decrypt-option): Ditto.
13776         (mm-find-raw-part-by-type): New function.
13777         (mm-possibly-verify-or-decrypt): New function.
13778         (mm-dissect-multipart): Use it.
13779         * mml2015.el (mml2015-fix-micalg): New function.
13780         (mml2015-decrypt): Use new interface.
13781         (mml2015-verify):  Use new interface.
13782         (mml2015-setup): Make it bogus.
13783
13784 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13785
13786         * mml.el (mml-generate-mime-postprocess-function): Set to
13787         mml-postprocess.
13788         (autoload): Autoload mml2015 and mml-smime.
13789         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13790         * mml2015.el (mml2015-encrypt): New function.
13791         (mml2015-sign): New function.
13792         (mml2015-encrypt-function): New variable.
13793         (mml2015-sign-function): New variable.
13794         (mml2015-mailcrypt-encrypt): Use message-recipients.
13795         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13796         * mml-smime.el (mml-smime-setup): Ditto.
13797
13798 2000-10-28  Simon Josefsson  <sj@extundo.com>
13799
13800         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13801         Communigate Pro 3.3.1 server.
13802
13803         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13804         in buffers.
13805         (mml-secure-dns-server): Removed.
13806         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13807         write certificates to files.
13808
13809         * smime.el (smime-dns-server): New variable.
13810         (smime-mail-to-domain):
13811         (smime-cert-by-dns): New functions.
13812
13813         * dig.el: New file.
13814
13815 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * message.el (message-options): New variable.
13818         (message-options-set-recipient): New function.
13819         (message-send): Use them.
13820         * gnus-int.el (gnus-request-replace-article): Use them.
13821         (gnus-request-accept-article): Ditto.
13822         * mml.el (mml-preview): Use them.
13823         * gnus-sum.el (gnus-summary-edit-article): Use them.
13824
13825         * message.el (message-options-get): New function.
13826         (message-options-get): New function.
13827         * rfc2047.el (rfc2047-encode-message-header): Use them.
13828         * mm-bodies.el (mm-encode-body): Use them.
13829
13830 2000-10-28  Simon Josefsson  <sj@extundo.com>
13831
13832         * nnimap.el (nnimap-retrieve-which-headers):
13833         (nnimap-request-article-part): Quote message-id.
13834
13835         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13836         (smime-CA-file): New variable.
13837         (smime-call-openssl-region): Don't error.
13838         (smime-sign-region): Return result value.
13839         (smime-encrypt-region): Ditto.
13840         (smime-verify-region): New function.
13841         (smime-decrypt-region): Ditto.
13842         (smime-verify-buffer): Ditto.
13843         (smime-decrypt-buffer): Ditto.
13844
13845         * mml.el: Require mml-sec.
13846         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13847         (mml-mode-map): Add "sign" and "encrypt" maps.
13848         (mml-menu): Add security menu.
13849         (mml-preview): Use generate-new-buffer.
13850
13851         * mml-sec.el: New file.
13852
13853 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13854
13855         * mm-decode.el (mm-find-part-by-type): Move it here.
13856         * mml.el (mml-postprocess): Move it here.
13857         (mml-postprocess-alist): Move it here. Merge them.
13858
13859 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13860
13861         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13862         unencoded stuff in the header.
13863
13864 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13865
13866         * gnus-group.el (gnus-group-listed-groups): New variable.
13867         (gnus-group-list-option): New variable.
13868         (gnus-group-list-limit-map): New keymap.
13869         (gnus-group-list-flush-map): New keymap.
13870         (gnus-group-list-plus-map): New keymap.
13871         (gnus-group-prepare-logic): New function.
13872         (gnus-group-prepare-flat): Merge with
13873         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13874         (gnus-group-prepare-flat-list-dead): Ditto.
13875         (gnus-group-list-matching): Use gnus-group-prepare-function.
13876         (gnus-group-list-dormant): Ditto.
13877         (gnus-group-list-cached): Ditto.
13878         (gnus-group-listed-groups): New function.
13879         (gnus-group-list-limit): New function.
13880         (gnus-group-list-flush): New function.
13881         (gnus-group-list-plus): New function.
13882         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13883         (gnus-topic-prepare-topic): Ditto.
13884
13885 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13886
13887         * message.el (message-insert-to, message-get-reply-headers):
13888         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13889
13890 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13891
13892         * mml2015.el: New file.
13893         * smime.el: New file.
13894         * mml-smime.el: New file.
13895
13896 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13897
13898         * ChangeLog: Moved to ChangeLog.1.
13899
13900     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13901   Copying and distribution of this file, with or without modification,
13902   are permitted provided the copyright notice and this notice are preserved.
13903
13904 ;; Local Variables:
13905 ;; coding: iso-2022-7bit
13906 ;; End: