(gnus-summary-select-article): Remove blink removal
[gnus] / lisp / ChangeLog
1 2003-02-08  Simon Josefsson  <jas@extundo.com>
2
3         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4         code that only worked under Emacs.
5
6         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
7         Das <satyaki@chicory.stanford.edu>.
8
9 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
10
11         * gnus-art.el (gnus-article-refer-article): Use
12         gnus-replace-in-string.
13
14         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
15         (gnus-remove-duplicates): do.
16
17 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
18
19         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
20         (gnus-request-scan): set
21         gnus-internal-registry-spool-current-method to gnus-command-method
22         before a request-scan operation
23
24         * gnus-registry.el (regtest-nnmail): use
25         gnus-internal-registry-spool-current-method
26
27         
28
29 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * mail-source.el (mail-source-fetch): Typo fix.
32
33 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * nnmail.el (nnmail-spool-hook): new hook
36         (nnmail-cache-insert): call nnmail-spool-hook
37
38         * gnus-registry.el: new file with examples of using the hooks
39
40         * gnus.el (gnus-registry): added registry customization group
41         (gnus-group-prefixed-name): improve function to return full group
42         name optionally
43         (gnus-group-guess-prefixed-name): shortcut to
44         gnus-group-prefixed-name, using just the group name
45         (gnus-group-full-name): always get a group's full name
46         (gnus-group-guess-full-name): shortcut, using just the group name
47
48         * gnus-sum.el (gnus-summary-article-move-hook) 
49         (gnus-summary-article-delete-hook) 
50         (gnus-summary-article-expire-hook): new hooks
51         (gnus-summary-move-article, gnus-summary-expire-articles) 
52         (gnus-summary-delete-article): invoke the new hooks
53
54 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
55
56         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
57           from message-ID
58
59 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
60
61         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
62
63 2003-02-07  John Paul Wallington  <jpw@gnu.org>
64
65         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
66         (mm-write-region, mm-detect-coding-region): Doc fixes.
67
68 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
69
70         * mail-source.el (mail-source-fetch): Ignore errors.
71         (mail-source-ignore-errors): New variable.
72
73         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
74         articles. 
75
76         * gnus-msg.el (gnus-version-expose-system): Change default.
77
78 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
79
80         * gnus-msg.el (gnus-version-expose-system): New variable.
81
82 2003-02-07  Simon Josefsson  <jas@extundo.com>
83
84         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
85         patch from deskpot@myrealbox.com (Vasily Korytov).
86
87 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus-art.el (article-display-face): Get the Face header from
90         the current buffer.
91
92 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * gnus-art.el (gnus-mime-view-part-internally): Bind
95         buffer-read-only to nil.
96
97 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
100         from g-a-e-1 to g-a-e-2.
101
102 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
105         of bbdb-search-simple, use spam-use-BBDB-exclusive
106         (spam-check-whitelist): use spam-use-whitelist-exclusive
107         (spam-use-whitelist-exclusive): new variable affecting
108         spam-use-whitelist
109         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
110
111 2003-02-05  Simon Josefsson  <jas@extundo.com>
112
113         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
114         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
115         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
116         (gnus-agent-expire-1): New.
117         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
118         (gnus-agent-expire-2): New.
119
120 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
121
122         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
123         "delete-if" is misleading because it isn't actually destructive.
124
125         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
126         
127         * nnmail.el (nnmail-purge-split-history): do.
128
129         * gnus-win.el (gnus-get-buffer-window): do.
130         
131         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
132         let-binding.
133         (gnus-simplify-all-whitespace): do.
134
135 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-delay.el (gnus-delay-article): Fix binding of the
138         nndraft:delayed group.
139
140 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
141
142         * gnus.el (spam group parameters): change 'other to 'const in
143         the group parameter definitions to soothe XEmacs
144
145 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
146
147         * gnus-delay.el (gnus-delay-article): Really create
148         nndraft:delayed group if it doesn't exist.
149
150 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
151
152         * gnus-sum.el (gnus-summary-search-article): Speed up by
153         disabling various visual features while searching.
154         (gnus-summary-recenter): Test gnus-auto-center-summary first.
155
156 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
157
158         * spam.el (spam-list-of-checks): Don't quote nil and t in
159         docstrings.  From the elisp manual:
160
161            When a documentation string refers to a Lisp symbol, write
162            it [..] with single-quotes around it.  [..] There are two
163            exceptions: write t and nil without single-quotes.
164
165         * messcompat.el (message-from-style): do.
166
167         * message.el (message-send-mail): do.
168
169         * gnus-util.el (gnus-use-byte-compile): do.
170
171         * gnus-score.el (gnus-score-lower-thread): do.
172
173         * gnus-int.el (gnus-server-unopen-status): do.
174
175         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
176         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
177
178         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
179         (gnus-group-parameters): do.
180
181         * gnus-art.el (gnus-article-mime-match-handle-function): do.
182
183         * mm-decode.el (mm-text-html-renderer): do.
184
185 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * nnheader.el (nnheader-directory-separator-character): Change the
188         way to compute the dafault value.
189
190 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
191
192         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
193         (gnus-button-alist): Fix regexp for describe-key.
194         (gnus-button-handle-describe-function)
195         (gnus-button-handle-describe-variable)
196         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
197         (gnus-button-handle-apropos-variable)
198         (gnus-button-handle-apropos-documentation): Docstring fix.
199
200         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
201
202 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
205         to nil.
206
207         * nnmail.el: Removed gnus-util autoload.
208
209         * gnus.el: Use gnus-prin1-to-string throughout.
210
211         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
212         print-level. 
213
214         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
215         (gnus-treat-display-grey-xface): Removed.
216
217         * gnus-fun.el (gnus-grab-cam-face): New.
218         (gnus-convert-image-to-gray-x-face): Removed.
219         (gnus-convert-gray-x-face-to-xpm): removed.
220         (gnus-convert-gray-x-face-region): Removed.
221         (gnus-grab-gray-x-face): Removed.
222
223         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
224
225 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
226
227         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
228         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
229         bound.
230
231         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
232
233 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
234
235         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
236         Remove -- these are bogus options which are never used.
237
238 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
239
240         * gnus-art.el (gnus-article-mode): Use summary tool bar.
241
242 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
243
244         * spam.el (spam-check-blackholes) 
245         (spam-blackhole-good-server-regex): new variable to skip some IPs
246         when checking blackholes; use it
247         (spam-check-bogofilter-headers) 
248         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
249         case more X-Bogosity is used than just "Yes/No"
250         (spam-ham-move-routine): semi-fixed, only first article is
251         properly moved now
252
253 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
254
255         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
256         as well.
257         
258         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
259         
260         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
261         
262         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
263         
264         * gnus-bcklg.el (gnus-backlog-shutdown): do.
265         
266         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
267
268 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-fun.el (gnus-face-encode): New function.
271         (gnus-convert-png-to-face): Use it.
272
273         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
274
275 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
276
277         * mm-decode.el (mm-dissection-list): Remove.
278         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
279         only used in mm-remove-all-parts.
280         (mm-remove-all-parts): Remove it, it's never called.
281
282 2003-01-25  Simon Josefsson  <jas@extundo.com>
283
284         * gnus-group.el (gnus-group-make-group): Report errors.
285
286         * nnimap.el (nnimap-request-create-group): Ditto.
287
288         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
289
290         * sieve.el (sieve-upload): Fix error printing.
291
292         * mm-encode.el (mm-qp-or-base64): Always QP iff
293         mm-use-ultra-safe-encoding and cleartext PGP.
294
295         * gnus-sum.el (gnus-summary-select-article): Inhibit
296         redisplay (mainly for secured messages).
297
298         * nnmail.el (nnmail-article-group): Copy body too (but don't
299         process it).
300
301 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
302
303         * gnus-art.el (gnus-article-setup-buffer): Reset
304         gnus-button-marker-list.
305
306 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * nntp.el (nntp-read-timeout): Default to using a second delay
309         under Microsoft Windows.
310
311 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * nnheader.el (nnheader-directory-separator-character): New
314         variable. 
315
316 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
317
318         * gnus-agent.el (gnus-agent-max-fetch-size)
319         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
320         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
321         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
322         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
323         (gnus-agent-braid-nov, gnus-agent-load-alist)
324         (gnus-agent-article-alist-save-format)
325         (gnus-agent-read-agentview, gnus-agent-save-alist)
326         (gnus-agent-fetch-group-1, gnus-agent-expire)
327         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
328         (gnus-agent-regenerate-group): Reformat to keep under eighty
329         columns.  Reword docstrings so that first line is under eighty
330         chars and a complete sentence.  Still need to work on the rear
331         end of the file, in particular gnus-agent-expire.       
332
333 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-agent.el (gnus-agentize): Indent.
336
337         * gnus.el (gnus-version-number): Bumped.
338
339 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
340
341         * gnus.el: Oort Gnus v0.14 is released.
342
343 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
344
345         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
346         before beginning.  Tiny patch from Mark Thomas
347         <swoon@bellatlantic.net>.
348
349 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
350
351         * spam.el (spam-check-blackholes, spam-split) 
352         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
353         gnus-message calls to show to users what spam.el is doing
354
355 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
356
357         * gnus-msg.el (gnus-message-replysign)
358         (gnus-message-replyencrypt): Fix typo.
359
360 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
363         details. 
364
365 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-art.el (gnus-article-press-button): let* -> let.
368         (gnus-mime-security-show-details): Cleaned up.
369         (gnus-mime-security-press-button): Save excursion.
370         (gnus-insert-mime-security-button): Clean up.
371
372         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
373
374         * gnus-async.el (gnus-async-wait-for-article): Don't use a
375         timeout. 
376
377         * nntp.el (nntp-accept-process-output): Removed timeout. 
378         (nntp-read-timeout): New variable.
379         (nntp-accept-process-output): Use it.
380
381         * gnus-sum.el (gnus-data-find-list): Remove *.
382
383 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
384
385         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
386         introduced on 2002-01-22.
387         (gnus-summary-first-unseen-or-unread-subject): Ditto.
388
389 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
392         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
393         checks of incoming mail based on simple header regexp matching
394
395 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * gnus-sum.el (gnus-spam-mark): set to `$'
398
399 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
400
401         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
402         gnus-newsgroup-unfetched, the list of articles whose headers have
403         not been fetched from the server.
404
405         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
406         parameter as it never worked due to a bug.  Added check to prevent
407         selection of any article in the gnus-newsgroup-unfetched list.
408         (gnus-summary-find-prev): Added check to prevent selection of any
409         article in the gnus-newsgroup-unfetched list.
410         (gnus-summary-first-subject): Documented API. Modified
411         implementation so that constraints are handled independently.
412         Added check to prevent selection of any article in the
413         gnus-newsgroup-unfetched list.
414         (gnus-summary-first-unseen-subject): Updated parameters in
415         gnus-summary-first-subject call to match new API.
416         (gnus-summary-first-unseen-or-unread-subject): Ditto.
417         (gnus-summary-catchup): Do not mark unfetched articles as read.
418         
419 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
420
421         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
422         make-obsolete-variable allows only two arguments in XEmacs and
423         Emacs 20.
424
425         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
426         gnus-article-hide-pgp.
427         (gnus-summary-make-menu-bar): do.
428
429         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
430         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
431         gnus-article-hide-pgp.
432         (article-hide-pgp): Remove.
433         (gnus-article-hide): Remove gnus-article-hide-pgp.
434
435         * gnus.el: Remove gnus-article-hide-pgp
436
437 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * message.el (message-required-headers): Doc fix.
440
441 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
442
443         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
444         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
445         option to make ifile a purely binary classifier
446
447 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
450         (mml-secure-encrypt-pgpmime): Removed double.
451
452         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
453         debugging statements.
454
455 2003-01-21  Andreas Fuchs  <asf@void.at>
456
457         * mml-sec.el (mml-sign-alist): Added pgpauto.
458
459 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus.el (gnus-version-number): Bumped version number.
462
463 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
464
465         * gnus.el: Oort Gnus v0.13 is released.
466
467 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus-art.el (gnus-button-url-regexp): Removed |.
470
471         * message.el (message-send-hook): Doc fix.
472
473         * gnus-win.el (gnus-buffer-configuration): Display article
474         instead of article-copy when `reply'.
475
476 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
477
478         * gnus.el (gnus-format): Change customize group to gnus.
479         (gnus-cache): Add link.
480         (gnus-group-charter-alist): Fix docstring.
481
482 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
483
484         * mailcap.el (mailcap-print-command): lpr-command might be
485         unbound in XEmacs.
486
487 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
488
489         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
490
491         * gnus-sum.el (gnus-summary-update-article-line): Fixed
492         calculation of net characters added for use in the gnus-data
493         structure.
494         
495 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
496
497         * nnmail.el (nnmail-process-unix-mail-format): Improve error
498         message.  Suggested by Jari Aalto.
499
500 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
503         (gnus-article-reply-with-original): Ditto.
504
505         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
506         read articles don't become unread.
507
508 2003-01-17  Simon Josefsson  <jas@extundo.com>
509
510         * gnus-fun.el (gnus-x-face-from-file): 
511         (gnus-face-from-file): Suggest image format in minibuffer prompt.
512
513         * gnus-fun.el (gnus-convert-image-to-x-face-command)
514         (gnus-convert-image-to-face-command): Doc fix.
515
516 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
519
520 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
521
522         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
523         avoid encoding problems.
524
525         * mailcap.el (mailcap-ps-command): New variable.
526         (mailcap-mime-data): Add print entry where applicable.  Use
527         pdftotext on a tty.
528
529 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
530
531         * gnus-sum.el (gnus-alter-header-function): Add type and group.
532
533 2003-01-16  Simon Josefsson  <jas@extundo.com>
534
535         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
536         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
537         (gnus-face-from-file): Doc fix; don't mention image format.
538
539 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * spam.el (spam-get-article-as-filename): new function (unused for now)
542         (spam-get-article-as-buffer): new function
543         (spam-get-article-as-string): use spam-get-article-as-buffer
544         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
545
546 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
547  
548         * gnus-agent.el: Don't use `path'.
549         From the GNU coding standards:
550         
551             Please do not use the term ``pathname'' that is used in Unix
552             documentation; use ``file name'' (two words) instead.  We use
553             the term ``path'' only for search paths, which are lists of
554             directory names.
555
556         * nnsoup.el (nnsoup-file-name): Ditto.
557  
558         * nnmail.el (nnmail-pathname-coding-system): Ditto.
559         (nnmail-group-pathname): Ditto.
560  
561         * nnimap.el (nnimap-group-overview-filename): Ditto.
562  
563         * nnheader.el (nnheader-pathname-coding-system): Ditto.
564         (nnheader-group-pathname): Ditto.
565  
566         * nnfolder.el (nnfolder-group-pathname): Ditto.
567  
568         * gnus.el (gnus-home-directory): Ditto.
569  
570         * gnus-group.el (gnus-group-icon-list): Ditto.
571  
572 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
573
574         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
575
576         * message.el (message-mode-menu): Use it.
577         (message-mode-menu): Deactivate "Yank Original" if there's no
578         reply buffer.
579
580         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
581
582         * message.el (message-mark-active-p): New function.
583
584 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
587         (spam-bogofilter-database-directory): new variables
588         (spam-check-bogofilter-headers, spam-check-bogofilter) 
589         (spam-bogofilter-register-with-bogofilter) 
590         (spam-bogofilter-register-spam-routine) 
591         (spam-bogofilter-register-ham-routine) 
592         (spam-group-ham-processor-bogofilter-p): new functions for the new
593         Bogofilter interface
594         (spam-summary-prepare-exit): use the new Bogofilter functions
595         (spam-list-of-checks): added spam-use-bogofilter-headers
596         (spam-bogofilter-score): rewrote function
597         (spam-check-bogofilter): optional score parameter, uses
598         spam-check-bogofilter-headers better
599         (spam-check-bogofilter-headers): optional score parameter
600
601         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
602         default, in the gnus-start customization group.  Used to disable
603         the spam-*/ham-* parameters.
604         (gnus-group-ham-exit-processor-bogofilter): new ham processor
605
606 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
607
608         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
609         XEmacs.
610
611         * gnus-ems.el (gnus-mark-active-p): do.
612
613 2003-01-15  Kevin Ryde  <user42@zip.com.au>
614
615         * gnus.texi (Using MIME): Mention auto-compression-mode with
616         gnus-mime-copy-part.
617
618 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * message.el (message-send): Don't warn about duplicates when
621         superseding. 
622
623 2003-01-15  Simon Josefsson  <jas@extundo.com>
624
625         * nnimap.el (nnimap-split-download-body): New variable.
626         (nnimap-split-articles): Use it.
627
628 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
629
630         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
631         integrity checker was incorrectly flagging, and removing, articles
632         whose article number was negative.
633         (gnus-agent-fetch-group-1): When executed in the group's summary
634         buffer, refresh each downloaded line to update the status flag and
635         font.  Preserve the value of gnus-newsgroup-headers so that
636         gnus-agent-fetch-articles can split the requests by size.
637         (gnus-agent-expire): Corrected day calculation for when
638         gnus-agent-expire-days contains a list.
639
640 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
643
644 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
645
646         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
647           /usr/bin/play as default player. 
648           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
649
650 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
653         articles to be marked as well.
654
655 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
656         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
657         fictious headers generated by nnagent (ie. Undownloaded Article
658         ####) in the list of articles that have not been downloaded.
659         
660         * gnus-int.el (): Added require declarations to resolve
661         compile-time warnings.
662         (gnus-open-server): If the server status is set to offline,
663         recursively execute gnus-open-server to open the offline backend
664         (e.g. nnagent).
665
666 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
667
668         * gnus-art.el (gnus-article-reply-with-original): Use
669         gnus-mark-active-p.
670         (gnus-article-followup-with-original): do.
671
672 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
673
674         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
675
676 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
677
678         * gnus-score.el (gnus-score-edit-file-at-point): New function.
679         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
680
681 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
682
683         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
684         (gnus-face-from-file): Ditto.
685
686 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-sum.el (gnus-articles-to-read): Don't just apply
689         gnus-alter-articles-to-read-function to the unread articles. 
690
691 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
692
693         * deuglify.el (gnus-article-outlook-unwrap-lines)
694         (gnus-article-outlook-repair-attribution)
695         (gnus-article-outlook-rearrange-citation): New function names,
696         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
697         doc-string.
698
699         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
700         removed `W k' key binding (use `W Y f' instead).
701         (gnus-summary-make-menu-bar): Use new function names.
702
703 2003-01-13  Simon Josefsson  <jas@extundo.com>
704
705         * gnus-fun.el (gnus-random-x-face): Doc fix.
706         (gnus-insert-random-x-face-header): New function.
707
708 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
709
710         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
711         mark is not active.
712
713         * gnus-msg.el (gnus-inews-do-gcc): Comment.
714
715         * gnus-ems.el (gnus-mark-active-p): New function.
716
717         * gnus-group.el (gnus-topic-mode-p): New function.
718         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
719         Deactivate items if mark is not active.
720
721 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus.el (gnus-version-number): Bumped version.
724         (gnus-summary-line-format): Doc fix.
725
726 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
727
728         * gnus.el: Oort Gnus v0.12 is released.
729
730 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * mail-source.el (mail-sources): Removed autoload to make it
733         compile under XEmacs.
734
735 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
736
737         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
738         regexp or a function too.
739         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
740         confirmation even if the original article is mail.
741
742 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
745         articles to be marked when not yanking.
746
747 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
748
749         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
750         
751 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-fun.el (gnus-face-from-file): Autoload.
754
755         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
756         errors.
757
758 2003-01-12  Simon Josefsson  <jas@extundo.com>
759
760         * sieve.el (sieve-upload-and-bury): New.  Suggested by
761         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
762
763         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
764         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
765
766 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
769         in every string.
770
771         * gnus.el (gnus-version-number): Bumped version number.
772
773 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
774
775         * gnus.el: Oort Gnus v0.11 is released.
776
777 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
778
779         * message.el (message-fetch-reply-field): Narrow to headers.
780
781         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
782         if Gnus isn't alive.
783
784 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
785
786         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
787         marks from articles that are already stored in the agent.
788         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
789         backup copy of an invalid .overview file for later analysis.
790         
791 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
792
793         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
794         exit work with two frames.
795
796 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
797
798         * message.el (message-forward-make-body): Use mule4.
799
800 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * message.el (message-mode-map): Move wide-reply command.
803
804 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
805
806         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
807         castellano.
808         (gnus-outlook-display-hook): New variable.
809         (gnus-outlook-display-article-buffer): New function.
810         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
811         (gnus-outlook-deuglify-article): Made them interactive and added
812         optional arg.  Use `g-o-d-a-b'.
813         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
814
815         * gnus-sum.el: Added autoloads.
816         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
817         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
818
819 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-art.el (gnus-display-mime): Use the mime emulation
822         variable. 
823
824         * gnus-sum.el (gnus-article-emulate-mime): New variable.
825
826         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
827         newsrc-alist is initialized properly.
828
829         * mail-source.el (mail-sources): Autoload.
830
831         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
832         nil.
833
834         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
835         insert two newlines.
836
837         * message.el (message-check-news-header-syntax): Compute the
838         header length correctly.
839
840 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
841
842         * gnus-agent.el (gnus-agent-expire): Do not remove article from
843         alist when keeping fetched article file.
844         (gnus-agent-retrieve-headers): When parsing response for article
845         numbers, use the same algorithm as gnus-agent-braid-nov to protect
846         against garbage in the server's response.
847
848         * gnus-int.el (gnus-request-expire-articles,
849         gnus-request-move-article): Only expire when the group's server
850         has been agentized.
851
852 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
855         errors when deleting overlays.
856
857         * gnus-score.el (gnus-score-followup): Allow tracing.
858
859         * gnus-art.el (gnus-treat-display-face): New variable.
860         (article-display-face): New command.
861
862         * gnus-fun.el (gnus-face-from-file): New function.
863         (gnus-convert-face-to-png): Ditto.
864
865         * gnus-art.el (gnus-ignored-headers): Added Face.
866
867 2003-01-10  Simon Josefsson  <jas@extundo.com>
868
869         * nndraft.el (nndraft-request-group): Avoid crash in
870         directory-files when draft directory doesn't exists.
871
872         * gnus-sum.el (gnus-select-article-hook): Add :option.
873
874 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
875
876         * spam.el (spam-use-stat): new variable
877         (spam-group-spam-processor-stat-p) 
878         (spam-group-ham-processor-stat-p): new convenience functions
879         (spam-summary-prepare-exit): add spam/ham processors to sequence
880         (spam-list-of-checks): add spam-use-stat to list of checks
881         (spam-split): conditionally load the spam-stat tables
882         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
883         spam-check-ifile): new functions
884
885         * spam-stat.el (spam-stat): typo fix
886         (spam-stat-install-hooks): new variable
887         (spam-stat-split-fancy-spam-group): added documentation clarification
888         (spam-stat-split-fancy-spam-threshhold): new variable
889         (spam-stat-install-hooks): make hooks conditional
890         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
891
892         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
893         spam-stat ham/spam processor symbols
894
895 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
898         file exists.
899
900 2003-01-10  Simon Josefsson  <jas@extundo.com>
901
902         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
903         undownloaded/downloadable only when unplugged.
904
905 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
906
907         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
908
909 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * spam.el (spam-check-ifile): fixed call-process-region to use the
912         db parameter only if it's set
913         (spam-ifile-register-with-ifile): ditto
914
915 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
916
917         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
918         spam-stat-nbad before creating the hash table.
919         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
920         Changed copyright statement to FSF.
921
922 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
923
924         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
925         processable articles as read.
926         (gnus-agent-summary-fetch-series): Remove processable and
927         downloadable marks on all downloaded articles in the series.
928
929         * nntp.el (nntp-report): Throw error after reporting the problem.
930         (nntp-accept-process-output): Corrected error check to report an
931         error when the process is nil.
932
933 2003-01-09  Simon Josefsson  <jas@extundo.com>
934
935         * message.el (message-tool-bar-map): Add preview.
936
937 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
938
939         * mml.el (mml-preview): Get rid of MIME handles and buffers after
940         previewing.
941
942 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
943
944         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
945         bug when the (n+1)th article to be added to a group has a smaller
946         number than the n articles already added.
947
948 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
949
950         * message.el (message-mode-field-menu): Use backquote.
951
952 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
953
954         * spam.el: fixed the BBDB autoloads again, using
955         bbdb-search-simple now (which is not a macro, thank god)
956
957         * lpath.el (bbdb-search): removed function from maybe-fbind list
958
959         * gnus.el (ham-process-destination): added new parameter for
960         destination of ham articles found in spam groups at summary exit
961
962         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
963         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
964         (spam-ifile-database-path): added new parameter for ifile's database
965         (spam-move-spam-nonspam-groups-only): new parameter to determine
966         if spam should be moved from all groups or only some
967         (spam-summary-prepare-exit): fixed logic to use
968         spam-move-spam-nonspam-groups-only when deciding to invoke
969         spam-mark-spam-as-expired-and-move-routine; always invoke that
970         routine after the spam has been expired-or-moved in case there's
971         some spam left over; use spam-ham-move-routine in spam groups
972         (spam-ham-move-routine): new function to move ham articles to the
973         ham-process-destinations group parameter
974
975 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
978
979         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
980         gnus-summary-update-article-line.
981
982 2003-01-08  Simon Josefsson  <jas@extundo.com>
983
984         * nnmail.el (nnmail-expiry-target-group): Request group, create it
985         not successful.
986
987 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
990
991 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
994         logic, finally
995
996 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * gnus-spec.el (gnus-parse-format): %C is a complex format.
999         (gnus-parse-format): Change to %~.
1000
1001         * message.el (message-generate-headers): Don't generate optional
1002         empty headers.
1003
1004 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1005
1006         * message.el (message-cross-post-default)
1007         (message-cross-post-note-function, message-shoot-gnksa-feet)
1008         (message-strip-subject-trailing-was, message-change-subject)
1009         (message-mark-insert-file, message-cross-post-followup-to)
1010         (message-cross-post-followup-to, message-mode-map)
1011         (message-generate-unsubscribed-mail-followup-to)
1012         (message-make-mail-followup-to): Minor changes to doc-strings and
1013         error messages.  Updated copyright line.
1014
1015         * message.el (message-make-mail-followup-to,
1016         message-generate-unsubscribed-mail-followup-to): New function
1017         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1018         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1019         names.
1020
1021         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1022         (mml-preview-insert-mft): Removed function name.
1023         (mml-preview): Use new function names.
1024
1025         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1026
1027         * message.el (message-mode-field-menu): Moved header related
1028         commands from "Message" to "Field" menu.
1029
1030 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1031
1032         * message.el (message-generate-headers-first): Added customization
1033         if variable is a list.
1034
1035 2003-01-07  Michael Shields  <shields@msrl.com>
1036
1037         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1038         where the last line of the article is the last line of the window.
1039
1040 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * gnus-msg.el (gnus-debug): Use ignore-errors.
1043
1044         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1045         `gnus-summary-update-line'.
1046
1047 2003-01-08  Simon Josefsson  <jas@extundo.com>
1048
1049         * gnus-art.el (gnus-unbuttonized-mime-types)
1050         (gnus-buttonized-mime-types): Doc fix.
1051
1052 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1053
1054         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1055
1056 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1057
1058         * nnrss.el (nnrss-group-alist): Add and clear up.
1059
1060 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1061
1062         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1063
1064         * lpath.el (bbdb-search): added BBDB functions for a better way to
1065         fix missing functions
1066
1067         * spam.el (spam-check-ifile): if should be an unless
1068
1069         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1070         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1071         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1072
1073 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1076         gnus-summary-refer-thread to thread menu.
1077
1078 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1079
1080         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1081         summary buffer, articles that cannot be fetched are marked as
1082         canceled.
1083
1084         * nntp.el (nntp-with-open-group): The quit signal handler must
1085         propagate the quit signal to the next outer handler so that the
1086         caller knows that the request aborted abnormally.
1087
1088 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1089
1090         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1091         (spam-ifile-register-spam-routine)
1092         (spam-ifile-register-ham-routine): added ifile functionality that
1093         does not use ifile-gnus.el to classify and register articles
1094         (spam-get-article-as-string): convenience function
1095         (spam-summary-prepare-exit): added ifile spam and ham registration
1096         (spam-ifile-all-categories, spam-ifile-spam-category)
1097         (spam-ifile-path, spam-ifile): added customization options
1098
1099         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1100         exit processor
1101         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1102         list of choices
1103
1104 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * gnus-score.el (gnus-score-followup): Also score immediate
1107         followups.
1108
1109 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1112
1113 2003-01-07  Simon Josefsson  <jas@extundo.com>
1114
1115         * message.el (message-mode-menu): Fix receipt balloon help.
1116
1117 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1118
1119         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1120         always be interpreted as news.
1121
1122 2003-01-07  Simon Josefsson  <jas@extundo.com>
1123
1124         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1125         gnus-sieve-script, instead of the global variable
1126         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1127         <sb@dod.no>.
1128
1129 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1130
1131         * gnus.el: Renamed gnus-summary-*-uncached-face as
1132         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1133         the cache.
1134
1135         * gnus-sum.el: Ditto.
1136
1137 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1138
1139         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1140         in either the group or summary buffer.
1141         New command "JS", in summary buffer, will fetch articles per the
1142         group's category, predicate, and processable flags.
1143         (gnus-agent-summary-fetch-series): Rewritten to call
1144         gnus-agent-session-fetch-group once with all articles in the
1145         series.
1146         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1147         return list of fetched articles.
1148         (gnus-agent-fetch-articles): Split fetch list into sublists such
1149         that the article buffer is only slightly larger than
1150         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1151         the group's article alist is saved.
1152         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1153         longer result in the agent trying to fetch an article.
1154         (gnus-agent-fetch-group-1): Can now be called in either the group
1155         or summary buffer.  Removed the max-fetch-size code that I added
1156         on 2002-12-13 as that capability is now part of
1157         gnus-agent-fetch-articles.  Added code to update summary buffer.
1158         When called in the group buffer, articles that can not be fetched
1159         are AUTOMATICALLY MARKED AS READ.
1160
1161         * gnus-sum.el (): Modified eval-when-compile to minimize
1162         misleading compilation warnings.
1163         (gnus-update-summary-mark-positions): Changed code to use
1164         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1165
1166         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1167         empty file as the parser assumes that the file isn't empty.
1168
1169         * nntp.el (nntp-send-string): The process-send-string call can,
1170         because it performs I/O on the process, change the process' state
1171         from open to closed.  If this happens, call nntp-report
1172         immediately to report the broken connection.
1173         (nntp-report): Rewritten to avoid needing a global variable to
1174         determine the appropriate course of action.  Instead, two function
1175         implementations are provided and the nntp-report function value is
1176         bound to the appropriate implementation.
1177         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1178         (nntp-with-open-group): Now binds nntp-report's function cell
1179         rather than binding gnus-with-open-group-first-pass.  Added a
1180         condition-case to detect a quit during a nntp command.  When the
1181         quit occurs, the current connection is closed as a fetch articles
1182         request could have several megabytes queued up for reading.
1183         (nntp-retrieve-headers): Bind articles to itself.  If
1184         nntp-with-open-group repeats this command, I must have access to
1185         the original list of articles.
1186         (nntp-retrieve-groups): Ditto for groups.
1187         (nntp-retrieve-articles): Ditto for articles.
1188         (*): Replaced nntp-possibly-change-group calls to
1189         nntp-with-open-group forms in all, but one, occurrance.
1190         (nntp-accept-process-output): Bug fix. Detect when called with
1191         null process.
1192
1193 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1194
1195         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1196         if we don't need to.
1197         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1198
1199 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-group.el (gnus-group-make-web-group): Pass the select
1202         method on to group-create.
1203         (gnus-group-line-format-alist): %U is an integer.
1204
1205         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1206         ephemeral groups.
1207         (gnus-summary-read-group-1): Ditto.
1208         (gnus-group-make-articles-read): Ditto.
1209
1210         * mm-url.el (mm-url-program): Doc fix.
1211
1212         * message.el (message-mode-map): Rebound
1213         message-insert-wide-reply.
1214
1215 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1218         color as `gnus-group-startup-message' does.
1219
1220 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1221
1222         * spam.el: fixed line lengths to 80 chars or less
1223
1224         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1225         "not-read" mark
1226         (gnus-summary-mark-forward): added the spam-mark to the list of
1227         marks not to be marked as "read" when viewed
1228
1229 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1232
1233         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1234         Protect against unactive groups.
1235
1236         * message.el (message-check-news-header-syntax): Check long
1237         header lines.
1238         (message-check-news-header-syntax): Update `start'.
1239
1240         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1241         (gnus-group-line-format): %U.
1242         (gnus-group-line-format-alist): ?U.
1243         (gnus-number-of-unseen-articles-in-group): New function.
1244
1245         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1246
1247         * gnus.el (gnus-version-number): Bump version number.
1248
1249 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1250
1251         * gnus.el: Oort Gnus v0.10 is released.
1252
1253 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus.el (gnus-version-number): Fix version number.
1256
1257 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1258
1259         * gnus.el: Oort Gnus v0.08 is released.
1260
1261 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1262
1263         * mm-util.el: Add mm-string-make-unibyte.
1264
1265         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1266         UTF-8 groups.
1267
1268 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1271
1272         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1273
1274 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1275
1276         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1277         function.
1278
1279 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1282         (gnus-summary-read-group-1): Update group line.
1283         (gnus-summary-exit-no-update): Update group on exit.
1284
1285         * gnus-group.el (gnus-group-line-format): Add %*.
1286         (gnus-group-line-format-alist): Ditto.
1287         (gnus-group-insert-group-line): Set it.
1288         (gnus-group-is-exiting-p): New variable.
1289         (gnus-group-insert-group-line): Use it.
1290
1291 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1292
1293         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1294         enable BBDB ham processing
1295         (spam-blacklist-register-routine): enable blacklist spam processing
1296         (spam-whitelist-register-routine): enable whitelist ham processing
1297         (spam-fetch-field-from-fast): fast fetching of the "from" field
1298         from (gnus-data-list)
1299         (spam-summary-prepare-exit): works completely now
1300         (spam-use-blacklist): oops, should be nil by default
1301         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1302         split processing now; before it was for summary exit as
1303         well but that's done with the spam-contents and spam-process
1304         parameters now
1305
1306 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1307
1308         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1309         characters.
1310
1311 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1312
1313         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1314         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1315         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1316         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1317         (spam-mark-spam-as-expired-and-move-routine)
1318         (spam-generic-register-routine, spam-BBDB-register-routine)
1319         (spam-ifile-register-routine, spam-blacklist-register-routine)
1320         (spam-whitelist-register-routine): new functions
1321         (spam-summary-prepare-exit): added summary exit processing (expire
1322         or move) of spam-marked articles for spam groups; added slots for
1323         all the spam-*-register-routine functions
1324
1325 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * pop3.el (pop3-retr): Wait 500 msecs.
1328         (pop3-read-response): Ditto.
1329
1330         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1331         right.
1332         (gnus-inews-make-draft): New function.
1333         (gnus-setup-message): Use it.
1334
1335         * message.el (message-required-headers): Add From.
1336
1337 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1338         Trivial patch from Norbert Koch <nk@viteno.net>.
1339
1340         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1341
1342 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * message.el (message-generate-headers): Let header formatters do
1345         their work.
1346
1347 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1348
1349         * deuglify.el (gnus-article-outlook-deuglify-article):
1350         Rehighlight, reapply treatments and call
1351         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1352         (gnus-outlook-repair-attribution-block): Recognize cited
1353         attributions.  Suggested by Niklas Morberg.
1354
1355 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1356
1357         * gnus-art.el (gnus-treat-predicate): Check condition first.
1358
1359 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1360
1361         * lpath.el: Add url-http-file-exists-p.
1362
1363         * gnus-group.el (gnus-group-fetch-charter): Use
1364         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1365
1366 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * message.el (message-draft-headers): Also generate From to get a
1369         nicer draft buffer summary.
1370
1371         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1372         parameter.
1373
1374         * gnus-art.el (article-wash-html): Clean up.
1375         (article-wash-html): Typo fix.
1376
1377         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1378         (gnus-summary-mail-forward): To many lists of lists.
1379
1380         * gnus-art.el (article-wash-html): Clean up.
1381
1382 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1383
1384         * gnus-art.el (gnus-treat-wash-html): New variable.
1385
1386 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * message.el (message-check-news-header-syntax): Allow posting.
1389         (message-check-news-header-syntax): Fix logic for sure, this
1390         time.
1391
1392 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1393
1394         * message.el (message-check-news-header-syntax): Check syntax of
1395         continuation headers.
1396
1397 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1398
1399         * gnus-art.el (gnus-button-url-regexp,
1400         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1401         (gnus-header-button-alist): Regexps are case insensitive here.
1402
1403 2003-01-02  Simon Josefsson  <jas@extundo.com>
1404
1405         * dig.el (query-dig): Doc fix.
1406
1407 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1408
1409         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1410         summary buffer line, not just the download mark.
1411
1412 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1415         (gnus-summary-insert-dormant-articles): New command and
1416         keystroke.
1417
1418         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1419         function for mass insertion of subjects.
1420
1421         * nndraft.el (nndraft-generate-headers): Don't move point.
1422
1423         * gnus.el (nnheader): Require nnheader.
1424
1425         * nndraft.el (nndraft-request-associate-buffer): Use
1426         make-local-variable.
1427
1428 2003-01-02  Michael Shields  <shields@msrl.com>
1429
1430         * nndraft.el (nndraft-request-associate-buffer): Make
1431         write-contents-hooks buffer-local before setting it.
1432
1433 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * gnus.el (gnus-group-parameter-value): Take an extra param.
1436         (gnus-group-fast-parameter): Let group param results be nil.
1437
1438         * gnus-art.el (gnus-article-forward-header): New function.
1439         (article-date-ut): Use it to remove continuation date headers.
1440
1441         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1442         read-event.
1443         (gnus-summary-remove-bookmark): Clean up.
1444         (gnus-summary-set-bookmark): Clean up.
1445
1446         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1447
1448         * gnus.el (gnus-group-startup-message): Bind data-directory to
1449         the Gnus etc directory.
1450
1451 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1454         ham-processing of articles; use the new
1455         spam-group-(spam|ham)-contents-p functions
1456         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1457         convenience functions
1458         (spam-mark-junk-as-spam-routine): use the new
1459         spam-group-spam-contents-p function
1460
1461         * gnus.el (spam-process, spam-contents, spam-process-destination):
1462         added new parameters with corresponding global variables
1463         (gnus-group-spam-exit-processor-ifile,
1464         gnus-group-spam-exit-processor-bogofilter,
1465         gnus-group-spam-exit-processor-blacklist,
1466         gnus-group-spam-exit-processor-whitelist,
1467         gnus-group-spam-exit-processor-BBDB,
1468         gnus-group-spam-classification-spam,
1469         gnus-group-spam-classification-ham): added new symbols for the
1470         spam-process and spam-contents parameters
1471
1472         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1473         customization and list itself to store mark symbol rather than
1474         mark character.
1475         (spam-bogofilter-register-routine): added logic to generate mark
1476         values list from spam-ham-marks and spam-spam-marks, so (member)
1477         would work.
1478
1479 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * message.el (message-cross-post-followup-to): Fix comment.
1482
1483 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1484
1485         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1486         customization and list itself to store mark symbol rather than
1487         mark character.
1488         (spam-bogofilter-register-routine): added logic to generate mark
1489         values list from spam-ham-marks and spam-spam-marks, so (member)
1490         would work.
1491
1492 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1493
1494         * message.el (message-signature-insert-empty-line): New variable.
1495
1496 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1497
1498         * message.el: Renamed functions and variables: "xpost" ->
1499         "cross-post", "-fup2" -> "-followup-to".
1500         (message-cross-post-old-target, message-cross-post-default,
1501         message-cross-post-note, message-followup-to-note,
1502         message-cross-post-note-function): New variables names.
1503         (message-xpost-old-target, message-xpost-default,
1504         message-xpost-note, message-fup2-note,
1505         message-xpost-note-function): Removed variable names.
1506         (message-cross-post-followup-to-header,
1507         message-cross-post-insert-note, message-cross-post-followup-to):
1508         New function names.
1509         (message-xpost-fup2-header, message-xpost-insert-note,
1510         message-xpost-fup2): Removed function names.
1511
1512 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1513
1514         * message.el (message-send-mail): Added message-cleanup-headers to
1515         prevent newlines in headers.
1516
1517 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * dns.el (dns-make-network-process): Comment.
1520
1521         * gnus-sum.el (gnus-summary-display-while-building): Default to
1522         nil.
1523
1524 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1525
1526         * gnus-sum.el (gnus-summary-display-while-building): New
1527         variable.
1528
1529 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1530
1531         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1532         before rearranging the article.
1533
1534 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * nndraft.el (nndraft-generate-headers): New function.
1537         (nndraft-request-associate-buffer): Use it to write headers on
1538         buffer save.
1539
1540         * message.el (message-generate-headers): Let the function be a
1541         lambda form.
1542         (message-draft-headers): New variable.
1543
1544         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1545         function.
1546         (gnus-setup-message): Use it.
1547
1548         * message.el (message-generate-headers-first): Doc fix.
1549         (message-setup-1): Use new function for getting which headers to
1550         generate.
1551         (message-headers-to-generate): New function.
1552
1553 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1554
1555         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1556
1557 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1558
1559         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1560         mention negatives.
1561
1562 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1563
1564         * deuglify.el (gnus-outlook-rearrange-article): Use
1565         `transpose-regions' instead of tempering the kill-ring.
1566         (gnus-article-outlook-deuglify-article): Rehighlight article
1567         instead of a complete redisplay.
1568
1569 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * spam.el: most defvars are defcustoms now
1572
1573         patches from Michael Shields  <shields@msrl.com>
1574
1575         * spam.el (spam-bogofilter-articles): Select the article
1576         body using gnus-summary-show-article t instead of
1577         gnus-summary-select-article; this presents the raw text
1578         without running any hooks.
1579
1580         * spam.el (spam-bogofilter-articles): Use message-remove-header
1581         to remove headers; the old way incorrectly removed just the first
1582         line of folded headers.
1583
1584 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1587
1588 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-start.el (gnus-load): New function.
1591         (gnus-read-newsrc-el-file): Use it.
1592
1593 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1594
1595         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1596         (gnus-button-handle-apropos-documentation): New function.
1597         (gnus-button-handle-ctan): New function.
1598         (gnus-button-alist): Use them.  Improve some regexps.
1599         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1600
1601 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * message.el (message-subscribed-p): New function.
1604         (message-send-mail): Use it.
1605         * mml.el (mml-preview-insert-mft): New function.
1606         (mml-preview): Use it.
1607
1608 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1611         when sorting by date.
1612
1613         * gnus-art.el (gnus-article-edit-mode): New variable.
1614         (gnus-article-setup-buffer): Warn user about discarding edits.
1615
1616         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1617         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1618         headers.
1619
1620         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1621
1622 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1623
1624         * message.el (message-completion-alist): Added "Mail-Followup-To"
1625         and "Mail-Copies-To".
1626
1627 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1628
1629         * gnus-group.el: Add key bindings for
1630         gnus-group-sort-groups-by-real-name and
1631         gnus-group-sort-selected-groups-by-real-name.
1632
1633 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1634
1635         * gnus.texi (Sorting Groups): Add key bindings for
1636         gnus-group-sort-groups-by-real-name and
1637         gnus-group-sort-selected-groups-by-real-name.
1638
1639 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1640
1641         * spam.el (spam-use-dig): new variable for blackhole checking
1642         through dig.el
1643         (spam-check-blackholes): added dig.el checking functionality and
1644         more verbose reporting; query-dig is autoloaded from dig.el
1645         (spam-use-blackholes): disabled by default
1646         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1647         blackhole servers list
1648
1649 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * message.el (message-required-headers): New variable.
1652
1653 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1654
1655         * dig.el (query-dig): new function
1656
1657 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1660         prefixes.
1661
1662         * dns.el (query-dns): Protect against errors.
1663
1664         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1665         (gnus-inews-add-send-actions): Mark all answered messages as
1666         answered.
1667
1668 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1669
1670         * nnmail.el (nnmail-split-it): Added tracing to
1671         `:' split rule
1672
1673 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1674
1675         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1676         and "%s" so we don't overquote them.
1677
1678 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1679
1680         * (mm-display-external): Display the actual command that has been
1681         executed in the echo area.
1682
1683 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1686
1687         * message.el (message-with-reply-buffer): New macro.
1688         (message-fetch-reply-field): Use it.
1689         (message-insert-wide-reply): New command and keystroke.
1690         (message-carefully-insert-headers): New function.
1691         (message-insert-to): Use new function.
1692
1693         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1694         (gnus-topic-goto-missing-group): Use it.
1695
1696         * message.el (message-required-news-headers): Removed Lines.
1697         (message-reply): Don't insert References first.
1698         (message-followup): Ditto.
1699         (message-make-references): New function.
1700         (message-followup): Set message-reply-headers before generating
1701         the buffer stuff.
1702
1703 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1704
1705         * mml.el (mml-generate-mime-1): Reverse the order of
1706         encoding/flowing.
1707
1708 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1711         after moving them.
1712
1713         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1714         fit with newer standard format.
1715         (gnus-summary-make-false-root-always): New variable.
1716         (gnus-gather-threads-by-subject): Use it.
1717
1718         * message.el (message-get-reply-headers): Take an address list
1719         optional argument.
1720
1721 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus.el (gnus-keep-backlog): Change default to 20.
1724
1725         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1726         start.
1727         (gnus-agent-check-overview-buffer): Remove negative article
1728         numbers.
1729
1730         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1731         (nnmail-cache-ignore-groups): Doc fix.
1732
1733         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1734         (nnimap-debug-buffer): New variable.
1735         (nnimap-debug): Use it.
1736
1737 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1738
1739         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1740
1741 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1744         they aren't already sorted.
1745
1746 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1747
1748         * message.el (message-mode-menu): Add ellipses to menu items
1749         expecting user interaction.
1750         (message-mode-field-menu): do.
1751
1752 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1753
1754         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1755         it isn't used any more.
1756
1757 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1758
1759         * binhex.el (binhex-decoder-program): Fix docstring.
1760
1761 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1762
1763         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1764         special chars if the mailcap file uses single quotes around %s.
1765         From Laurent Martelli <laurent@bearteam.org>.
1766
1767 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1768
1769         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1770         return the info object.
1771
1772 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1773
1774         * gnus-int.el (gnus-request-update-info): Artificially add
1775         (1 . (1- min)) to the read range, in case the backend doesn't
1776         store marks for nonexistent articles.
1777
1778 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * binhex.el (binhex-insert-char): Eval-and-compile.
1781
1782 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1783
1784         * lpath.el: Add tool-bar-local-item-from-menu.
1785
1786         * message.el (message-tool-bar-local-item-from-menu): New function.
1787         (message-tool-bar-map): Use it.
1788
1789 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1790
1791         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1792
1793         * gnus-art.el (gnus-article-header-rank): Last header in
1794         gnus-sorted-header-list should have higher rank than non-members.
1795
1796 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1799         covered methods.
1800
1801 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1802
1803         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1804         eval-when-compile.  Suggested by Kevin Greiner.
1805
1806 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1807
1808         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1809         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1810         even though no headers may have been fetched
1811         (gnus-agent-fetch-group-1, and perhaps others, require this
1812         behavior).
1813         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1814         server buffer is constrained by gnus-agent-max-fetch-size.
1815         Multiple chunks in the same group may perform arbitrarily large
1816         updates.
1817
1818 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1819
1820         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1821         gnus-summary-update-download-mark to update the article in the
1822         summary.
1823
1824 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1825
1826         * gnus.el (gnus-summary-high-uncached-face,
1827         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1828         New faces.
1829
1830         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1831         added this on 2002-11-23 but it just wasn't working out as
1832         intended.  The idea isn't entirely dead, three new faces
1833         gnus-summary-*-uncached-face are being added to gnus.el to provide
1834         the basis for an improved implementation.
1835         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1836         proper file to open is lib/servers.
1837         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1838         (i.e. removing the article from gnus-newsgroup-downloadable) will
1839         now restore the article's default mark rather than simply setting
1840         no mark.
1841         (gnus-agent-get-undownloaded-list): Corrected documentation.
1842         Added code to set new summary local variable,
1843         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1844         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1845         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1846         up to date.  Call new gnus-summary-update-download-mark to keep
1847         summary buffer up-to-date.
1848         (gnus-agent-fetch-selected-article): Keep
1849         gnus-newsgroup-undownloaded up to date.
1850         (gnus-agent-fetch-articles): Return list of articles that were
1851         successfully fetched.
1852         (gnus-agent-check-overview-buffer): No more thingatpt.
1853         (gnus-agent-expire): No longer deletes NOV entries of unread
1854         articles.
1855         (gnus-agent-unread-articles): New function.
1856         (gnus-agent-regenerate-group): The article number must be
1857         terminated by a tab character.  Added more messages to report
1858         repairs.  Inhibit quits while writing changes so it is now safe
1859         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1860         downloaded to 1) resolve the unbound references and 2) avoid
1861         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1862
1863         * gnus-art.el (gnus-article-prepare): The agent
1864         downloaded/undownloaded mark is no longer stored as the article's
1865         mark.
1866
1867         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1868         gnus-summary-highlight may use it.  Added downloaded as
1869         gnus-summary-highlight was using it.
1870
1871         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1872         the download mark now follows Kai's +/- convention.
1873         (gnus-downloaded-mark): Added ?+ mark.
1874         (gnus-summary-highlight): Added rules to select
1875         gnus-summary-high-uncached-face,
1876         gnus-summary-normal-uncached-face, and
1877         gnus-summary-low-uncached-face.  Removed the
1878         gnus-agent-downloaded-article-face.
1879         (gnus-summary-line-format-alist): Implemented the download flag
1880         format (?O) as named in the manual.  This implementation displays
1881         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1882         gnus-no-mark.
1883         (gnus-newsgroup-agentized): New local variable that identifies
1884         which groups are agentized.  While the agent is now on by default,
1885         you don't have to agentize every server that you use.
1886         (gnus-update-summary-mark-positions): Completed support for the
1887         download type of mark.
1888         (gnus-summary-insert-line): Added undownloaded to the parameters.
1889         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1890         reference by the gnus-summary-line-format-spec.
1891
1892         * nntp.el (nntp-with-open-group): This macro handles dropped or
1893         broken connections by opening a new connection and repeating the
1894         failed command.
1895         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1896         XOVER commands preceeding the active articles with the nov entry
1897         of the first available article.  When gnus connected to such a
1898         server, the unexpected nov entry would result in duplicate lines
1899         in the agent's overview file.  This patch fixes the duplicate
1900         lines problem and improves performance by skipping over all
1901         articles IDs that preceed the first nov entry in the server's
1902         reply.
1903
1904 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1907         (gnus-summary-highlight): Use it instead of `downloaded'.
1908         (gnus-summary-highlight-line): Ditto.
1909
1910         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1911
1912 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1915
1916         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1917         calls.
1918
1919         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1920         downloaded variable if we're in an uncovered group.
1921
1922         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1923         font to soemthing less noticeable.
1924         (gnus-agent-group-covered-p): New function.
1925
1926 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1927
1928         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1929         Because of an unknown bug, the group buffer is saved in .overview
1930         file.
1931
1932 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1933
1934         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1935         `and' with `or'.
1936
1937 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1938
1939         * nntp.el (nntp-send-command): Assume that echo does not happen
1940         when nntp-open-connection-function is nntp-open-network-stream.
1941         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1942
1943 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1944
1945         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1946
1947 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1948
1949         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1950         nntp-server-buffer if we aren't going to write to it.
1951
1952 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1953         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1954
1955         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1956
1957 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1960         decoded words.
1961
1962 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1963
1964         * gnus.el (fboundp): After loading mm-util, make sure it was the
1965         right one.
1966
1967 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1968
1969         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1970         gnus-sum.  Made into a user option.
1971
1972         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1973         (gnus-summary-mark-article-as-unread)
1974
1975 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1976
1977         * time-date.el (date-to-time): Typo.
1978
1979         * parse-time.el: Typo.
1980
1981         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1982
1983         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1984
1985         * nnimap.el:
1986         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1987
1988         * mm-encode.el (mm-safer-encoding): Typo.
1989
1990         * messcompat.el: Typo.
1991
1992         * message.el (message-face-alist): Typo.
1993
1994         * imap.el (imap-interactive-login, imap-open): Typos.
1995
1996         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1997
1998         * gnus.el: Typo.
1999
2000         * gnus-win.el (gnus-configure-frame): Typo.
2001
2002         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2003
2004         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2005
2006         * gnus-sum.el (gnus-summary-article-number)
2007         (gnus-summary-read-group-1, gnus-summary-mark-article)
2008         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2009
2010         * gnus-mule.el (gnus-mule-add-group): Typo.
2011
2012         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2013
2014         * gnus-group.el (gnus-group-fetch-faq): Typo.
2015
2016         * gnus-art.el (gnus-decode-header-methods): Typo.
2017
2018         * flow-fill.el: Typo.
2019
2020 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2021
2022         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2023
2024 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2025
2026         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2027         (gnus-summary-mark-article-as-unread)
2028         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2029         Reformatting to avoid long lines.
2030         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2031
2032 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2033
2034         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2035         be accessed through `mail-header-number'.
2036
2037 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2038
2039         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2040         compressed range to gnus-summary-insert-articles.
2041
2042 2002-11-26  Kevin Ryde <user42@zip.com.au>
2043
2044         * gnus-art.el (gnus-mime-copy-part): Look for filename
2045         parameter under content-disposition, not content-type.
2046
2047         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2048         (gnus-summary-reselect-current-group): Use it.
2049
2050 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2051
2052         * gnus-agent.el (gnus-agent-uncached-articles): if
2053         gnus-agent-load-alist fails, return ARTICLES.
2054
2055         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2056
2057 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2058
2059         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2060         superfluous function call.
2061         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2062         Add warning to docstring.
2063
2064 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * gnus-agent.el: Autoload number-at-point instead.
2067         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2068
2069 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2070
2071         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2072         require thingatpt (for number-at-point) and protect against
2073         deactivate-mark being unbound (on XEmacs).
2074
2075 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2076
2077         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2078         print message on entry.
2079
2080         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2081
2082         * gnus-range.el (gnus-range-difference): New function.
2083         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2084
2085 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2086
2087         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2088         gnus-remove-from-range instead of gnus-range-difference which
2089         doesn't exist.
2090
2091 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2092         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2093
2094         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2095         used for showing which articles have been downloaded.
2096         (gnus-agent-article-alist): Format change.  Add documentation.
2097         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2098         process-marked articles.
2099         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2100         in the series are individually fetched to minimize lose of
2101         content due to an error/quit.
2102         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2103         gnus-message instead of message.
2104         (gnus-agent-read-servers): Use file lib/methods instead of
2105         lib/servers.  TODO: Why?
2106         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2107         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2108         come from the agent.  This means that they are not downloaded.
2109         (gnus-agent-fetch-selected-article): Don't use history.
2110         (gnus-agent-save-history, gnus-agent-enter-history)
2111         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2112         Removed function; history is not used anymore.
2113         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2114         (gnus-agent-crosspost): Started rewrite then realized that a typo
2115         in gnus-agent-fetch-articles ensures that this function is never
2116         called.  This will need to be fixed later.
2117         (gnus-agent-check-overview-buffer): Some sanity checks on the
2118         agent overview buffer.  This is a safety net used during
2119         development.
2120         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2121         changed, write a number to the file indicating this.
2122         (gnus-agent-fetch-headers): Rewrite to respect
2123         gnus-agent-consider-all-articles without relying on the
2124         `.fetched' files.  Make it fast.
2125         (gnus-agent-braid-nov): Change resulting from
2126         gnus-agent-fetch-headers change.
2127         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2128         `.fetched' files.
2129         (gnus-agent-read-agentview): New function, used by
2130         gnus-agent-load-alist.
2131         (gnus-agent-load-fetched-headers): Remove.
2132         (gnus-agent-save-alist): Rewrite to accomodate new format.
2133         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2134         same order as in gnus-newsgroup-headers.
2135         (gnus-agent-expire): Document and implement extra args ARTICLES,
2136         GROUP, FORCE.  Do not restrict usage.
2137         (gnus-agent-uncached-articles): New function.
2138         (gnus-agent-retrieve-headers): Use it.
2139         (gnus-agent-regenerate-group): No longer needs to be called from
2140         gnus-agent-regenerate.  Individual groups may be regenerated. The
2141         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2142         The article fetch dates are validated in the article alist.  The
2143         article alist is pruned of entries that do not reference existing
2144         NOV entries.  All changes are computed then applied with
2145         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2146         regeneration.  The optional clean parameter has been replaced with
2147         an optional reread parameter.  Clean is no longer necessary as
2148         regeneration gets the appropriate setting from
2149         gnus-agent-consider-all-articles.  The new reread parameter will
2150         result in fetched, or all, articles being marked as unread.
2151         (gnus-agent-regenerate): Removed code to regenerate the history
2152         file as it is no longer used.
2153
2154         * gnus-start.el (gnus-make-ascending-articles-unread): New
2155         function, for efficient mass-marking.
2156
2157         * gnus-sum.el (gnus-summary-highlight): Use new face for
2158         downloaded articles.
2159         (gnus-article-mark): Prefer to indicate read/unread status over
2160         downloaded status.
2161         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2162         line.
2163         (gnus-summary-highlight-line): Use new face for downloaded
2164         articles.
2165         (gnus-summary-insert-old-articles): Improved performance by
2166         replacing the initial LIST of older articles with a compressed
2167         RANGE of older articles.  Some servers appear to lie about
2168         their active range so the original list could contain millions
2169         of article numbers.  The range is not expanded into a list
2170         until the optional ALL parameter has been applied.
2171
2172 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2173
2174         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2175
2176 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * spam.el:
2179         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2180
2181         * spam.el: added `M s t' and `M s x' key mappings
2182
2183 2002-11-20  Simon Josefsson  <jas@extundo.com>
2184
2185         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2186
2187 2002-11-19  Simon Josefsson  <jas@extundo.com>
2188
2189         * gnus-sum.el (gnus-summary-morse-message): Load
2190         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2191         (unmorse-region): Autoload it instead.
2192
2193 2002-11-18  Simon Josefsson  <jas@extundo.com>
2194
2195         * gnus-sum.el (gnus-summary-morse-message): New function.
2196         (gnus-summary-wash-map): Bind to `W m'.
2197         (gnus-summary-make-menu-bar): Add.
2198
2199         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2200         before storing \Deleted mark on expired articles.
2201
2202 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2203         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2204
2205         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2206         parens in column 0.
2207
2208 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2209
2210         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2211
2212         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2213
2214         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2215
2216 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2217
2218         * message.el (message-set-auto-save-file-name): Use
2219         make-directory, to avoid the dependence on gnus-util.
2220
2221 2002-11-16  Simon Josefsson  <jas@extundo.com>
2222
2223         * nnimap.el (nnimap-callback-callback-function):
2224         (nnimap-callback-buffer): Removed, these cannot be global but must
2225         be embedded into the callback.
2226         (nnimap-make-callback): New.  Embedd article number, callback and
2227         buffer in function.
2228         (nnimap-callback, nnimap-request-article-part): Update.
2229
2230 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2233
2234 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2235
2236         * gnus.el (gnus-summary-line-format): Document %C.
2237
2238 2002-11-11  Simon Josefsson  <jas@extundo.com>
2239
2240         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2241         output when called interactively.
2242
2243 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2246
2247         * message.el (message-draft-coding-system): Improve comment; use
2248         mm-auto-save-coding-system for the default value.
2249
2250         * nndraft.el (nndraft-request-article): Revert to the state before
2251         2002-10-29; regexp-quote mail-header-separator.
2252
2253 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2254
2255         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2256         allow editing of drafts from an nnvirtual group.
2257
2258 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2261         mm-auto-save-coding-system.
2262
2263         * message.el (message-draft-coding-system): Default to
2264         iso-2022-7bit.
2265
2266         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2267         restore the default value to emacs-mule or escape-quoted.
2268
2269 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2272         a delayed or a queued article as well as a draft.
2273
2274         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2275         delayed or a queued article in the raw format; treat a delayed
2276         article as a raw article as well as a draft.
2277         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2278         for the delayed group.
2279
2280         * nndraft.el (nndraft-request-article): Ignore auto save files for
2281         a delayed or a queued article; don't bother to decode a queued
2282         article; don't bind nnmail-file-coding-system for a queued article.
2283
2284         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2285         and the queue group.
2286
2287 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2288
2289         * gnus-group.el (gnus-group-delete-group):
2290         gnus-cache-active-hashtb might be void.
2291
2292 2002-11-02  Simon Josefsson  <jas@extundo.com>
2293
2294         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2295         setting of the default user ID.  From Raymond Scholz
2296         <ray-2002@zonix.de>.
2297
2298 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2299
2300         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2301         charset.
2302
2303 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2304         From Alex Schroeder <alex@emacswiki.org>
2305         * spam-stat.el (spam-stat-process-directory): add dir to message
2306         (spam-stat-reduce-size): No longer remove words
2307         with values close to 0.5, because the default value is 0.2.
2308
2309 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2310
2311         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2312         documentation.
2313
2314 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2315
2316         * gnus-agent.el (gnus-agent-fetched-headers)
2317         (gnus-agent-load-fetched-headers)
2318         (gnus-agent-save-fetched-headers): Remove variable and two
2319         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2320         works better.
2321         (gnus-agent-fetch-headers): New implementation from Kevin
2322         Greiner.  Uses gnus-agent-article-alist to store information
2323         about fetched messages which aren't on the server anymore.  The
2324         trick is to return a list of considered messages to the caller,
2325         but to only fetch those which haven't been fetched yet.
2326
2327 2002-10-30  Simon Josefsson  <jas@extundo.com>
2328
2329         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2330
2331         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2332
2333 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2334
2335         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2336         versions of emacs-w3m than 1.3.3.
2337
2338         * lpath.el: Bind w3m-minor-mode-map.
2339
2340         * mm-view.el (mm-w3m-mode-command-alist)
2341         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2342         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2343         (mm-setup-w3m): Simplified.
2344         (mm-w3m-local-map-property): New function.
2345         (mm-inline-text-html-render-with-w3m): Use it.
2346
2347         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2348         mm-w3m-local-map-property.
2349
2350 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * mm-util.el (mm-auto-save-coding-system): Default to
2353         iso-2022-7bit.
2354
2355         * nndraft.el (nndraft-request-article): Decode an article using
2356         the coding-system emacs-mule if it seems to have been saved using
2357         emacs-mule.
2358         (nndraft-request-replace-article): Use message-draft-coding-system
2359         instead of mm-auto-save-coding-system for the draft or delayed
2360         group.
2361
2362 2002-10-28  Josh  <huber@alum.wpi.edu>
2363
2364         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2365         functions.
2366
2367 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2368         From mah@everybody.org (Mark A. Hershberger).
2369
2370         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2371         type values ("url" size) regardless of the values of
2372         mm-url-use-external.
2373
2374 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2375
2376         * nnimap.el (nnimap-request-article-part): Try harder to show
2377         group name in debugging message.
2378
2379 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2380
2381         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2382         directory if it doesn't exist.
2383         (gnus-agent-fetch-headers): Remove old cruft that tried to
2384         abstain from downloading articles more than once if
2385         gnus-agent-consider-all-articles was true.  This is now done
2386         properly via the .fetched files.
2387
2388 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * nndraft.el (nndraft-request-article): Treat delayed articles
2391         like drafts.
2392
2393 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2396
2397 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2398
2399         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2400         Remove unused optional arg DIR and corresponding code.
2401
2402         * nnimap.el (nnimap-request-article-part): Include group name in
2403         debugging output.
2404
2405 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2406
2407         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2408
2409 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2410
2411         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2412         contains range of headers that have been fetched by the agent
2413         already.  Compare gnus-agent-article-alist.
2414         (gnus-agent-file-header-cache): Like
2415         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2416         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2417         seen/recent logic.
2418         Remember which headers have been fetched before and don't fetch
2419         them again the next time round.
2420         (gnus-agent-load-fetched-headers)
2421         (gnus-agent-save-fetched-headers): New functions, for remembering
2422         which headers have been fetched before.
2423
2424 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * lpath.el: Remove useless bindings.
2427
2428 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2429
2430         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2431         features while searching.
2432
2433 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2434
2435         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2436
2437 2002-10-22  Simon Josefsson  <jas@extundo.com>
2438
2439         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2440         (pgg-snarf-keys): Add.
2441
2442 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * lpath.el: Fbind bbdb-records.
2445
2446         * spam.el: Don't autoload bbdb-records.
2447
2448 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2451         prevent inf-loop.
2452
2453 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * nnslashdot.el: Removed some test lines.
2456         More test.
2457
2458 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2459
2460         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2461         are known to be downloaded already.
2462
2463 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2466         (mm-text-html-washer-alist): Ditto.
2467
2468 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2469
2470         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2471         boundary between headers and body.
2472         * nnml.el (nnml-parse-head): Ditto.
2473
2474 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2477         entries.
2478
2479         * gnus-group.el (gnus-fetch-group): Allow an optional
2480         specification of the articles to select.
2481
2482         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2483
2484 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2485
2486         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2487         headers from the group, update variable `articles' to contain
2488         only those numbers where headers exist.  (When fetching all
2489         articles in a group, Gnus creates lots of numbers where there is
2490         no articles.)
2491
2492 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2493
2494         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2495         doesn't have the 'alist custom type, use cons cells instead.
2496         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2497         (pgg-parse-hash-algorithm-alist): Ditto.
2498         (pgg-parse-compression-algorithm-alist): Ditto.
2499         (pgg-parse-signature-type-alist): Ditto.
2500
2501         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2502
2503         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2504
2505         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2506
2507 2002-10-19  Simon Josefsson  <jas@extundo.com>
2508
2509         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2510         buffer.
2511
2512 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2513
2514         * gnus-spec.el (gnus-make-format-preserve-properties)
2515         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2516         properties also on XEmacs.  `gnus-xmas-format' is like format but
2517         preserves text properties on XEmacs (though it only understands
2518         simple format specs).  The variable
2519         `gnus-make-format-preserve-properties' controls whether the
2520         function is used, and is checked in `gnus-parse-simple-format'.
2521         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2522
2523         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2524         output.
2525         (gnus-agent-consider-all-articles): New variable.
2526         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2527         (gnus-agent-fetch-headers): Depending on
2528         gnus-agent-consider-all-articles, maybe get all articles.
2529         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2530         `read'.
2531         (gnus-predicate-imples-unread): New function.
2532         (gnus-agent-fetch-headers): Optimize to call
2533         gnus-list-of-unread-articles if that is sufficient.
2534         Check unseen and recent instead of seen and recent.
2535         (gnus-agent-fetch-headers): Abstain from calling
2536         gnus-list-range-intersection if range (a . b) would have (> a b).
2537
2538 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * message.el (message-send-mail): Make it possible to perform
2541         edebug-defun.
2542
2543 2002-10-18  Simon Josefsson  <jas@extundo.com>
2544
2545         * gnus-art.el (gnus-button-man-handler): Change default to
2546         `manual-entry' (defined in both emacsen).
2547         (gnus-button-man-handler): Remove emacsen difference and use
2548         `manual-entry'.
2549
2550 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * spam.el: Wrap autoload settings for bbdb-records,
2553         executable-find and ifile-spam-filter with eval-and-compile.
2554         (spam-display-buffer-contents): Remove.
2555         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2556
2557 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2558
2559         * spam.el (spam-display-buffer-contents): New function.
2560         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2561         from Katsumi Yamaoka <yamaoka@jpl.org>.
2562
2563 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2564
2565         * nnheader.el (nnheader-parse-naked-head): New function.
2566         (nnheader-parse-head): Use the above function, in order to handle
2567         continuation lines properly.
2568         (nnheader-remove-body): New function.
2569         (nnheader-remove-cr-followed-by-lf): New function.
2570         (nnheader-ms-strip-cr): Use the above function.
2571
2572         * gnus-agent.el (gnus-agent-regenerate-group): Call
2573         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2574         `nnheader-parse-head'.
2575         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2576
2577         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2578         continuation lines by itself; call `nnheader-parse-naked-head'
2579         instead of `nnheader-parse-head'.
2580         * nndiary.el (nndiary-parse-head): Ditto.
2581         * nnfolder.el (nnfolder-parse-head): Ditto.
2582         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2583         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2584         * nnml.el (nnml-parse-head): Ditto.
2585
2586 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2587
2588         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2589         XEmacs, default to it if featurep 'xemacs.
2590
2591 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * spam-stat.el: Check for the existence of hash functions instead
2594         of the Emacs version to decide whether to load cl.  Suggested by
2595         Kai Gro\e,A_\e(Bjohann.
2596
2597 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2598
2599         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2600         if it isn't open yet.
2601
2602 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-group.el: Require mm-url only when compiling.
2605         (gnus-group-fetch-charter): Require mm-url.
2606
2607         * spam-stat.el: Require cl for the functions gethash,
2608         hash-table-count, make-hash-table and mapc for Emacs 20.
2609         (puthash): Alias to cl-puthash for Emacs 20.
2610         (with-syntax-table): New macro for Emacs 20.
2611
2612 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2613
2614         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2615
2616 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2617
2618         * spam.el (spam-check-ifile): added ifile as a spam checking
2619         backend, and spam-use-ifle as the variable to toggle that check.
2620
2621 2002-10-12  Simon Josefsson  <jas@extundo.com>
2622
2623         * message.el (message-beginning-of-line): New variable.
2624         (message-beginning-of-line): Use it.
2625
2626 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2627
2628         * spam.el: more compilation fixes for BBDB
2629
2630         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2631         (spam-stat-reduce-size): Interactive.
2632         (spam-stat-reset): New function.
2633         (spam-stat-save): Interactive.
2634
2635 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus.el: Autoload gnus-delay-initialize.
2638
2639         * message.el: Autoload gnus-delay-article.
2640
2641 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2642
2643         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2644         text property in Emacs.
2645
2646 2002-10-11  Simon Josefsson  <jas@extundo.com>
2647
2648         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2649         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2650
2651         * mml1991.el (mml1991-pgg-sign): Remove CR.
2652
2653 2002-10-10  Simon Josefsson  <jas@extundo.com>
2654
2655         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2656         decrypt failed.
2657         (mml2015-trust-boundaries-alist): Removed.
2658         (mml2015-gpg-extract-signature-details): Don't use it.
2659         (mml2015-unabbrev-trust-alist): New.
2660         (mml2015-gpg-extract-signature-details): Use it.
2661
2662 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2663
2664         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2665         BBDB installed
2666
2667         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2668         statistical analysis of spam in Lisp only
2669
2670 2002-10-10  Simon Josefsson  <jas@extundo.com>
2671
2672         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2673         auth, selected or examine state.
2674
2675         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2676         buffer and error buffer depending on type of information.
2677
2678         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2679         --status-fd stuff even if gpg.el is not used (revert earlier
2680         change).
2681         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2682         gnus details.
2683         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2684         buffer.
2685
2686         * pgg.el (pgg-verify-region): Use it.
2687
2688         * pgg-def.el (pgg-query-keyserver): New variable.
2689
2690         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2691         key-identifier in packet.  Is this a good idea?
2692
2693         * mml.el (mml-mode-map): Add security commands that operates on
2694         MIME parts.
2695         (mml-menu): And menu items for them.
2696
2697         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2698
2699         * mml.el (mml-parse-1): Support sender in #secure tags.
2700
2701         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2702         defined.
2703
2704         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2705         (mml-pgp-encrypt-buffer): Support combined signing.
2706
2707         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2708         (mml1991-gpg-encrypt): Ditto.
2709         (mml1991-pgg-encrypt): Ditto.
2710         (mml1991-encrypt): Pass sign parameter.
2711
2712         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2713         (mml-signencrypt-style): Mention the variable.
2714
2715 2002-10-09  Simon Josefsson  <jas@extundo.com>
2716
2717         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2718         pgg-gpg-user-id.
2719
2720         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2721         (pgg-fetch-key-function): Nil if w3 is not installed.
2722
2723 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2724
2725         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2726         gnus-agent-current-history.
2727
2728 2002-10-06  Simon Josefsson  <jas@extundo.com>
2729
2730         * imap.el (imap-parse-status): Don't use read to read token.
2731
2732 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2733
2734         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2735         for methods not covered by the agent, and when unplugged.
2736
2737 2002-10-05  Simon Josefsson  <jas@extundo.com>
2738
2739         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2740         signing.
2741
2742         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2743         a named server fails, ignore the server.
2744
2745         * mml1991.el (mml1991-pgg-sign): Do QP.
2746
2747         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2748         work.
2749
2750 2002-10-04  Simon Josefsson  <jas@extundo.com>
2751
2752         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2753
2754         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2755         binary-write-decoded-region from MEL.
2756
2757         * pgg.el (pgg-encrypt-region): Support sign.
2758
2759         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2760
2761         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2762
2763         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2764         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2765         branch where PGG was taken from in the ChangeLog entries below.
2766
2767 2002-10-01  Simon Josefsson  <jas@extundo.com>
2768
2769         * pgg-pgp.el: Don't require mel.  Don't use luna.
2770         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2771         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2772         (pgg-pgp-process-region): Don't use binary-funcall.
2773
2774         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2775
2776         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2777         instead of concat.
2778
2779         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2780
2781 2002-09-29  Simon Josefsson  <jas@extundo.com>
2782
2783         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2784         compile warnings.
2785
2786         * pgg.el (pgg-decrypt-region): Don't parse packet.
2787
2788         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2789
2790 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2791
2792         * pgg.el: Remove dependency on calist.el.
2793
2794 2002-09-28  Simon Josefsson  <jas@extundo.com>
2795
2796         * pgg.el (pgg-temporary-file-directory): New variable.
2797         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2798
2799         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2800         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2801
2802         * pgg-parse.el (pgg-char-int): Defalias.
2803         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2804         (pgg-read-bytes, pgg-read-body): Use it.
2805         (pgg-decode-packets): Don't use MEL, use base64-*.
2806         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2807         (pgg-string-as-unibyte): Defalias.
2808         (pgg-parse-armor-region): Use it.
2809
2810         * pgg-gpg.el (pgg-gpg-process-region): Use
2811         pgg-temporary-file-directory.
2812
2813         * luna.el: Don't def-edebug.
2814
2815         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2816         binary-write-decoded-region from MEL.
2817
2818         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2819
2820         * alist.el, calist.el: Don't require product/APEL.
2821
2822         * pgg-parse.el (top-level): Remove dependency on static.el,
2823         pccl.el, mel.el.
2824         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2825         `define-ccl-program' is boundp, instead of using broken.
2826
2827 2002-10-01  Simon Josefsson  <jas@extundo.com>
2828
2829         * message.el (message-required-mail-headers): Remove Lines:.
2830
2831 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2832         From Jesper Harder.
2833
2834         * gnus-group.el (gnus-group-fetch-charter,
2835         gnus-group-fetch-control): Prompt for group if given a prefix
2836         argument.
2837         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2838         gnus-group-fetch-control to summary key map and menu.
2839
2840
2841 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2842
2843         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2844         number when there are no articles.
2845
2846 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2847
2848         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2849         arg ALL means to fetch all articles, not only downloadable ones.
2850         (gnus-agent-fetch-selected-article): New function for
2851         gnus-select-article-hook or gnus-mark-article-hook.
2852
2853 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2854         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2855
2856         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2857         raw-text.
2858
2859 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2860
2861         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2862         Pinard).
2863         Major revamp of the code, documentation is in comments in the file
2864         for now.
2865
2866 2002-09-30  Simon Josefsson  <jas@extundo.com>
2867
2868         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2869         buffer seem to be needed?
2870
2871 2002-09-29  Simon Josefsson  <jas@extundo.com>
2872
2873         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2874         compile warnings.
2875
2876         * mml1991.el (mml1991-function-alist): Add pgg.
2877         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2878         (mml1991-pgg-encrypt): Fix recipients querying.
2879
2880 2002-09-28  Simon Josefsson  <jas@extundo.com>
2881
2882         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2883         from dme@dme.org.
2884         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2885         handle is returned.
2886
2887 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2890         Protect against non-existent of `nnimap-mailbox-info'.
2891
2892 2002-09-27  Simon Josefsson  <jas@extundo.com>
2893
2894         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2895         (gnus-setup-news-hook): Use it.
2896         (gnus-after-getting-new-news-hook): Ditto.
2897
2898         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2899
2900 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2901         From Mats Lidell <matsl@contactor.se>.
2902
2903         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2904
2905 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2906
2907         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2908         the part to decode encoded words, use raw words instead of decoded
2909         words.
2910
2911 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2912
2913         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2914
2915         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2916         (mm-setup-w3m): Use it.
2917
2918 2002-09-27  Simon Josefsson  <jas@extundo.com>
2919
2920         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2921         article buffers.
2922
2923         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2924         it just in case.
2925         (nnimap-update-unseen): New function; update unseen count in
2926         `n-m-info'.
2927         (nnimap-close-group): Call it.
2928
2929         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2930         (gnus-after-getting-new-news-hook): Ditto.
2931
2932         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2933         message into verboselevel 9.  Change slow mail check message.
2934         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2935         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2936         used as a hook after getting new mail.
2937
2938 2002-09-26  Simon Josefsson  <jas@extundo.com>
2939
2940         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2941         SELECT/EXAMINE is first unseen article, not number of unseen
2942         articles.  Make them distinct by renaming the former to
2943         `first-unseen' instead of `unseen'.
2944
2945         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2946         too.
2947         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2948         changed.
2949         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2950
2951         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2952
2953         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2954         better.
2955
2956         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2957         if dissecting resulting buffer actually had any information.
2958
2959 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2962         because the function `string<' allows symbols.
2963
2964         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2965
2966 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2967
2968         * message.el (message-forward-make-body): Revert an early change
2969         because 8-bit utf-8 emails.
2970
2971 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2972
2973         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2974         links to Info)
2975         * gnus-art.el (gnus-treat-highlight-signature):
2976         * gnus-art.el (gnus-treat-buttonize):
2977         * gnus-art.el (gnus-treat-buttonize-head):
2978         * gnus-art.el (gnus-treat-emphasize):
2979         * gnus-art.el (gnus-treat-strip-cr):
2980         * gnus-art.el (gnus-treat-unsplit-urls):
2981         * gnus-art.el (gnus-treat-leading-whitespace):
2982         * gnus-art.el (gnus-treat-hide-headers):
2983         * gnus-art.el (gnus-treat-hide-boring-headers):
2984         * gnus-art.el (gnus-treat-hide-signature):
2985         * gnus-art.el (gnus-treat-fill-article):
2986         * gnus-art.el (gnus-treat-hide-citation):
2987         * gnus-art.el (gnus-treat-hide-citation-maybe):
2988         * gnus-art.el (gnus-treat-strip-list-identifiers):
2989         * gnus-art.el (gnus-treat-strip-pgp):
2990         * gnus-art.el (gnus-treat-strip-pem):
2991         * gnus-art.el (gnus-treat-strip-banner):
2992         * gnus-art.el (gnus-treat-highlight-headers):
2993         * gnus-art.el (gnus-treat-highlight-citation):
2994         * gnus-art.el (gnus-treat-date-ut):
2995         * gnus-art.el (gnus-treat-date-local):
2996         * gnus-art.el (gnus-treat-date-english):
2997         * gnus-art.el (gnus-treat-date-lapsed):
2998         * gnus-art.el (gnus-treat-date-original):
2999         * gnus-art.el (gnus-treat-date-iso8601):
3000         * gnus-art.el (gnus-treat-date-user-defined):
3001         * gnus-art.el (gnus-treat-strip-headers-in-body):
3002         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3003         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3004         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3005         * gnus-art.el (gnus-treat-unfold-headers):
3006         * gnus-art.el (gnus-treat-fold-headers):
3007         * gnus-art.el (gnus-treat-fold-newsgroups):
3008         * gnus-art.el (gnus-treat-overstrike):
3009         * gnus-art.el (gnus-treat-display-xface):
3010         * gnus-art.el (gnus-treat-display-smileys):
3011         * gnus-art.el (gnus-treat-from-picon):
3012         * gnus-art.el (gnus-treat-mail-picon):
3013         * gnus-art.el (gnus-treat-newsgroups-picon):
3014         * gnus-art.el (gnus-treat-body-boundary):
3015         * gnus-art.el (gnus-treat-capitalize-sentences):
3016         * gnus-art.el (gnus-treat-fill-long-lines):
3017         * gnus-art.el (gnus-treat-play-sounds):
3018         * gnus-art.el (gnus-treat-translate):
3019         * gnus-art.el (gnus-treat-x-pgp-sig):
3020         * gnus-art.el (gnus-mime-button-line-format):
3021         * gnus-art.el (gnus-button-man-level):
3022         * gnus-art.el (gnus-button-emacs-level):
3023         * gnus-cus.el (gnus-group-parameters):
3024         * gnus-gl.el (bbb-build-mid-scores-alist):
3025         * gnus-group.el (gnus-group-line-format):
3026         * gnus-mlspl.el (gnus-group-split-setup):
3027         * gnus-mlspl.el (gnus-group-split):
3028         * gnus-msg.el (gnus-mailing-list-groups):
3029         * gnus-msg.el (gnus-posting-styles):
3030         * gnus-nocem.el (gnus-nocem-issuers):
3031         * gnus-score.el (gnus-score-regexp-bad-p):
3032         * gnus-srvr.el (gnus-server-line-format):
3033         * gnus-topic.el (gnus-topic-line-format):
3034         * gnus.el (gnus-summary-line-format):
3035         * mail-source.el (mail-sources):
3036         * message.el (message-subscribed-address-file):
3037         * nnmail.el (nnmail-split-fancy):
3038
3039 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3040
3041         * mail-source.el(mail-source-run-script): use `functionp' to test
3042         whether the argument `script' is in fact a function.
3043         (mail-sources): adjust the defcustom to allow users to specify a
3044         function or a string as the value of the `:prescript' and
3045         `:postscript' arguments of the `file' and `pop3' mail sources.
3046
3047 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3048
3049         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3050         number when article 1 does not exist.
3051
3052 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3053
3054         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3055         apropos if apropos-variable does not exist.
3056         (gnus-button-guessed-mid-regexp)
3057         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3058         regexes.  From Reiner Steib.
3059         (gnus-button-handle-describe-function)
3060         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3061         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3062         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3063
3064 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3065         Trivial patch.
3066
3067         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3068         the file.
3069
3070 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3071
3072         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3073
3074 2002-09-24  Simon Josefsson  <jas@extundo.com>
3075
3076         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3077         (mml2015-use): Prefer PGG if installed.
3078         (mml2015-function-alist): Add PGG wrappers.
3079         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3080         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3081         prefix, make regexp optionally skip it.
3082         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3083         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3084         (mml2015-pgg-encrypt): New functions.
3085         (defvar, autoload): Prevent byte-compile warnings.
3086
3087 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3088         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3089
3090         * gnus-art.el (article-strip-banner): Check for the existence of
3091         from header.
3092
3093 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3094
3095         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3096         (gnus-button-alist): Improved regexp for
3097         gnus-button-handle-mid-or-mail (false positives), fixed
3098         gnus-button-handle-man entries.
3099         From Reiner Steib.
3100
3101 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3102         From Josh Huber.
3103
3104         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3105         nnmail-extra-headers is non-nil.
3106
3107 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3108
3109         * nnmaildir.el: Store article numbers persistently.  General
3110         revision.
3111         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3112         for nnmail-expiry-wait; delete instead of moving if 'force is
3113         given.
3114
3115 2002-09-23  Simon Josefsson  <jas@extundo.com>
3116         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3117
3118         * smime.el (smime-sign-buffer): Get key and extra certs.
3119         (smime-get-key-with-certs-by-email): Utility function.
3120
3121 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3122         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3123
3124         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3125         article exists.
3126
3127 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3128
3129         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3130
3131 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3132         From Reiner Steib.
3133
3134         * gnus-art.el (gnus-button-handle-custom,
3135         gnus-button-handle-mid-or-mail,
3136         gnus-button-handle-describe-{function,variable,key},
3137         gnus-button-handle-apropos{,command,variable}): New functions.
3138         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3139         gnus-button-{man,emacs,mail}-level): New variables.
3140         (gnus-button-alist): Use the above to buttonize emacs and mail
3141         related links.
3142
3143 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3144
3145         * gnus-int.el (gnus-status-message): Fix spacing.
3146
3147         * imap.el (imap-continuation): Fix typos.
3148
3149 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3150
3151         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3152
3153         * gnus-art.el (gnus-article-reply-with-original): Correct
3154         with-current-buffer scope.
3155
3156         * message.el (message-completion-alist): Add Reply-To, From, etc.
3157
3158 2002-09-18  Simon Josefsson  <jas@extundo.com>
3159
3160         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3161         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3162
3163 2002-09-17  Simon Josefsson  <jas@extundo.com>
3164
3165         * nnimap.el (nnimap-expiry-target): Don't search for which
3166         articles exists here.
3167         (nnimap-request-expire-articles): Do it here instead.  Only expire
3168         when articles are found.  Suggested by Nevin Kapur
3169         <nevin@jhu.edu>.
3170
3171 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3172         From Reiner Steib <reiner.steib@gmx.de>.
3173
3174         * message.el (message-strip-subject-trailing-was)
3175         (message-change-subject, message-add-archive-header)
3176         (message-xpost-fup2-header, message-xpost-insert-note)
3177         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3178         adopted from message-utils.el.  Add functions to the keymap, mode
3179         describtion and menu.
3180         (message-change-subject,message-xpost-fup2): Signal error if
3181         current header is empty.
3182         (message-xpost-insert-note): Changed insert position.
3183         (message-archive-note): Ensure to insert note in message body (not
3184         in head).
3185         (message-archive-header, message-archive-note)
3186         (message-xpost-default, message-xpost-note, message-fup2-note)
3187         (message-xpost-note-function): New variables adopted from
3188         message-utils.el.  Changed some doc-strings.
3189         (message-mark-insert-{begin,end}): Rename from
3190         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3191         values.
3192         (message-subject-trailing-was-query)
3193         (message-subject-trailing-was-ask-regexp)
3194         (message-subject-trailing-was-regexp): New variables.
3195         (message-to-list-only): Added doc-string and menu entry.
3196
3197         * message-utils.el: Removed.  Functions are now in message.el.
3198
3199 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3200
3201         * gnus-art.el (gnus-article-reply-with-original,
3202         gnus-article-followup-with-original): Switch to
3203         gnus-summary-buffer before reply/followup.
3204
3205 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3206
3207         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3208         not exist. Toggle it anyway.
3209
3210 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3211
3212         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3213
3214         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3215         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3216
3217         * rfc2047.el (message-posting-charset): Defvar it.
3218         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3219         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3220
3221         * mail-source.el (mail-source-fetch): Hide password.
3222
3223         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3224
3225 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3226         From John Paul Wallington <jpw@shootybangbang.com>.
3227
3228         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3229
3230 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3233
3234 2002-09-11  Simon Josefsson  <jas@extundo.com>
3235
3236         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3237         (nnimap-split-rule): Doc fix.
3238         (nnimap-request-expire-articles): Cleanup code.
3239
3240 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3241         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3242
3243         * gnus-art.el (gnus-article-address-banner-alist): New option.
3244         (article-strip-banner): Refer the above option to split banners of
3245         free mail servers, when no group parameter is specified.
3246
3247 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * nntp.el (nntp-wait-for-string): Check for a process in the
3250         current buffer instead of `nntp-server-buffer'.
3251
3252 2002-09-09  Simon Josefsson  <jas@extundo.com>
3253
3254         * gnus-art.el (gnus-button-man-handler): New variable.
3255         (gnus-button-alist): Use g-b-handle-man.
3256         (gnus-button-handle-man): New, call g-b-man-handler.
3257
3258 2002-09-08  Simon Josefsson  <jas@extundo.com>
3259
3260         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3261
3262 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3265
3266 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3269
3270         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3271         keystroke.
3272
3273         * gnus-srvr.el (gnus-browse-describe-group): New command and
3274         keystroke.
3275
3276 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3279         value for gnus-decoration property.
3280
3281 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3282
3283         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3284         string) as group name in case we have a CRLF in the file.
3285
3286 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3287
3288         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3289         group.
3290         (rfc1843-decode-hzp): do.
3291         (rfc1843-newsgroups-regexp): do.
3292
3293 2002-09-04  Simon Josefsson  <jas@extundo.com>
3294
3295         * message.el (message-canlock-generate): Make sure sha1 doesn't
3296         call external programs.
3297
3298 2002-09-03  Simon Josefsson  <jas@extundo.com>
3299
3300         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3301
3302         * gnus-agent.el (gnus-agent-batch): Add doc.
3303
3304 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3305
3306         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3307         check for signed and encrypted parts.
3308         * mml.el (mml-parse-1): Correct small typo which preventing
3309         setting recipients in a secure tag.
3310
3311 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * mm-util.el (mm-coding-system-priorities): Default to a list of
3314         iso-2022-jp and others for the Japanese environment.
3315
3316 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3319         invalid display names.
3320
3321 2002-08-30  Simon Josefsson  <jas@extundo.com>
3322
3323         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3324         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3325
3326 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3327
3328         * gnus.el (gnus-group-charter-alist): New option.
3329         (gnus-group-fetch-control-use-browse-url): New option.
3330
3331         * gnus-group.el (gnus-group-fetch-charter): New function.
3332         (gnus-group-fetch-control): New function.
3333         Add them to the keymap and menu. Require mm-url.
3334
3335 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3338         From Alex Schroeder <alex@emacswiki.org>.
3339
3340 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3341
3342         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3343         items expecting user interaction.
3344
3345         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3346
3347         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3348
3349         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3350
3351         * mml.el (mml-menu): do.
3352
3353 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * mail-source.el (mail-source-touch-pop): New function.
3356
3357         * message.el (message-smtpmail-send-it): New function.
3358         (message-send-mail-function): Add it for a candidate.
3359
3360 2002-08-27  Simon Josefsson  <jas@extundo.com>
3361
3362         * gnus-msg.el (posting-charset-alist): Use
3363         gnus-define-group-parameter instead of defcustom.
3364         (gnus-put-message): Handle SPC in GCC.
3365         (gnus-inews-insert-gcc): Ditto.
3366         (gnus-inews-insert-archive-gcc): Ditto.
3367
3368 2002-08-26  Simon Josefsson  <jas@extundo.com>
3369
3370         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3371         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3372         (gnus-agent-possibly-save-gcc): Autoload.
3373         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3374
3375 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * gnus.el (gnus-other-frame-function): New user option.
3378         (gnus-other-frame): Use it; add a doc-string; make it work with
3379         the gnuclient program.
3380
3381         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3382
3383         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3384         `device-connection' and `dfw-device'.
3385
3386 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3387
3388         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3389         positives, make it stricter.  From Jochen Hein (trivial change).
3390
3391 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus.el (gnus-other-frame): Trivial fix.
3394
3395 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus.el (gnus-other-frame-parameters): New user option.
3398         (gnus-other-frame-object): New variable.
3399         (gnus-other-frame): Make it search for existing Gnus frame; don't
3400         read new news; delete frame on exit.
3401
3402         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3403
3404         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3405
3406 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3407         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3408
3409         * message.el (message-set-auto-save-file-name): Add support for
3410         the Cygwin Emacs; the system-type is `cygwin'.
3411         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3412
3413 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3414
3415         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3416
3417         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3418         avoid arithmetic errors.
3419
3420 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3423
3424 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3427         (message-ignored-resent-headers): Add envelope From.
3428
3429 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3430
3431         * gnus.el (gnus-summary-line-format): Document %k specifier.
3432
3433 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3434
3435         * gnus-sum.el (gnus-summary-line-message-size): New function.
3436         (gnus-summary-line-format-alist): Use it.
3437
3438 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-art.el (article-make-date-line): Refer to the value for
3441         `gnus-article-time-format' in the summary buffer.
3442
3443         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3444
3445 2002-08-14  Simon Josefsson  <jas@extundo.com>
3446
3447         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3448         quoting.
3449         (gnus-button-alist): Fix doc.
3450         (gnus-header-button-alist): Use ' not ` for default value quoting.
3451         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3452         rationale similar to 2002-05-01 change.
3453         (gnus-article-add-buttons-to-head): Evaluate expression.
3454
3455         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3456
3457 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * message.el (message-font-lock-keywords): Refer to the value for
3460         `message-cite-prefix-regexp' dynamically.
3461
3462 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3465
3466 2002-08-12  Simon Josefsson  <jas@extundo.com>
3467
3468         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3469         (imap-shell-open): Skip initial junk before IMAP greeting.
3470
3471 2002-08-11  Simon Josefsson  <jas@extundo.com>
3472
3473         * message-utils.el (message-xpost-default,
3474         message-xpost-fup2-header, message-xpost-fup2): Fixed
3475         Typos.  Trivial changes from Reiner Steib
3476         <4uce.02.r.steib@gmx.net>.
3477
3478 2002-08-09  Simon Josefsson  <jas@extundo.com>
3479
3480         * message.el (message-canlock-password): Set
3481         canlock-password-for-verify to newly generated canlock-password.
3482         When Emacs is restarted, Custom makes sure this is set, but during
3483         the same session we must set it manually.
3484
3485 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3486
3487         * yenc.el: New file.
3488
3489         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3490         (mm-uu-type-alist): Add yenc.
3491         (mm-uu-yenc-filename): New function.
3492         (mm-uu-yenc-extract): New function.
3493
3494         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3495
3496 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3497
3498         * dgnushack.el (merge): Don't use coerce.
3499
3500 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3501
3502         * mailcap.el (mailcap-mime-data): Test window-system rather than
3503         mm-device-type.
3504         (mailcap-mime-data): Call xdvi and gv with "-safer".
3505
3506         * mm-util.el: Don't define mm-device-type.
3507
3508 2002-08-05  Simon Josefsson  <jas@extundo.com>
3509
3510         * mm-util.el (mm-coding-system-priorities): coding-system type not
3511         supported everywhere.
3512
3513 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * gnus.el (gnus-version-number): Bumped version number.
3516
3517 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3518
3519         * gnus.el: Oort Gnus v0.07 is released.
3520
3521 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3524         (gnus-article-sort-functions): Doc fix.
3525         (t): New keystroke.
3526         (gnus-article-sort-by-random): New function.
3527         (gnus-thread-sort-by-random): New function.
3528
3529 2002-08-02  Simon Josefsson  <jas@extundo.com>
3530
3531         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3532         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3533
3534 2002-07-31  Danny Siu  <dsiu@adobe.com>
3535
3536         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3537         when splitting malformed messages without message-id
3538
3539 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3540         From Niklas Morberg <niklas.morberg@axis.com>.
3541
3542         * nnweb.el (nnweb-type, nnweb-type-definition)
3543         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3544         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3545         functionality.
3546         * nnweb.el: Removed old non-functioning search engines.
3547
3548 2002-07-27  Simon Josefsson  <jas@extundo.com>
3549
3550         * message.el (message-forward-make-body): Don't use
3551         `message-forward-ignored-headers' when doing a "raw" followup (it
3552         is important to preserve e.g. CTE).
3553
3554         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3555
3556         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3557         regexp-quote, Cyrus Sieve is fixed.
3558
3559         * sieve-manage.el (sieve-manage-deletescript): New function.
3560
3561         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3562         (sieve-manage-mode): Fix menubar.
3563         (sieve-activate): Change some messages.
3564         (sieve-deactivate-all): New function.
3565         (sieve-deactivate): New alias.
3566         (sieve-remove): New function.
3567         (sieve-help): Fix help.
3568         All suggested by Ned Ludd.
3569
3570 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3573         (mm-w3m-safe-url-regexp): New user option.
3574
3575         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3576         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3577
3578 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3579
3580         * gnus-sum.el (gnus-summary-delete-article): Force
3581         nnmail-expiry-target to 'delete, so that absolute deletion
3582         happens when absolute deletion is requested.
3583
3584 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3585         From Nevin Kapur <nevin@jhu.edu>.
3586
3587         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3588         headers as empty headers.
3589
3590 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3591         From Jochen Hein <jochen@jochen.org>.
3592
3593         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3594         correct typo.
3595         (gnus-emphasis-strikethru): New face.
3596
3597 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3598         From Jason Merrill <jason@redhat.com>.
3599
3600         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3601         entire file for each of a sequence of missing articles.
3602
3603         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3604         value for gnus-view-pseudos.
3605
3606         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3607         avoid nreverse.
3608
3609 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3610         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3611
3612         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3613         (gnus-summary-mode-line-format-alist): Add %h for number of
3614         spams.
3615         (gnus-newsgroup-spam-marked): New variable.
3616         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3617         (gnus-article-read-p, gnus-article-mark)
3618         (gnus-set-global-variables, gnus-set-global-variables)
3619         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3620         (gnus-summary-mark-article-as-unread)
3621         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3622         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3623         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3624
3625 2002-07-10  Simon Josefsson  <jas@extundo.com>
3626
3627         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3628         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3629
3630 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3631
3632         * gnus-sum.el (gnus-summary-delete-article): Respect group
3633         parameters while expiring.
3634
3635 2002-07-08  Simon Josefsson  <jas@extundo.com>
3636
3637         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3638         Enberg.
3639
3640 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3641
3642         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3643         function is called interactively.  From Niklas Morberg.
3644
3645 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3648         cdaar to cdar and car.
3649
3650         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3651         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3652
3653 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3656         don't break a narrowed article.
3657
3658         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3659         (nntp-open-via-rlogin-and-telnet): Ditto.
3660
3661 2002-07-02  Didier Verna  <didier@xemacs.org>
3662
3663         * nnmail.el (nnmail-split-methods): fix custom type.
3664
3665 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3666
3667         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3668         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3669
3670 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3671
3672         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3673         (gnus-summary-resend-message): Use it.
3674
3675 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3678         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3679
3680 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3681
3682         * message.el (message-font-lock-keywords): Don't fontify
3683         headers in the message body, only in the header.
3684         (message-font-lock-make-header-matcher): New function, used by
3685         message-font-lock-keywords.
3686         From Katsumi Yamaoka <yamaoka@jpl.org>.
3687
3688 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3691
3692 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3695
3696 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3697
3698         * message.el (message-font-lock-keywords): Revert 2002-06-22
3699         change.
3700
3701 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3702
3703         * message.el (message-font-lock-keywords): Put colon in header
3704         name match.
3705
3706 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3707
3708         * message.el (message-font-lock-keywords): Don't use header faces
3709         in the body.  Thanks to Stefan Monnier for the hint on the
3710         implementation.
3711
3712 2002-05-09  Miles Bader  <miles@gnu.org>
3713
3714         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3715         (gnus-article-hide-citation): Respect it.
3716
3717 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3718
3719         * pop3.el (pop3-open-server): Fix typo.
3720
3721 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3722
3723         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3724         instead of push to ignore duplicate to-(list|address) values.
3725         * nnmail.el (nnmail-cache-ignore-groups): New.
3726         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3727
3728 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3729
3730         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3731         before sending.  Suggested by Jan Rychter.
3732
3733 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * dgnushack.el (remove): New compiler macro.
3736         (last, coerce, subseq): Remove compiler macros for those built-in
3737         or unused functions.
3738
3739 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3740
3741         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3742         sure to write byte-compiled versions of gnus-*-format-alist to
3743         .newsrc.eld.  From Simon Josefsson.
3744
3745 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3746
3747         * gnus-agent.el (gnus-agent-read-servers)
3748         (gnus-agent-write-servers): Put server name (string like
3749         "nnchoke:frumple") in the file instead of a server specification
3750         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3751         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3752
3753 2002-06-16  Simon Josefsson  <jas@extundo.com>
3754
3755         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3756         Reiner Steib <4uce.02.r.steib@gmx.net>.
3757
3758 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3759
3760         * nnheader.el (nnheader-file-name-translation-alist): Set the
3761         default value for MS Windows systems.
3762
3763         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3764
3765 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * message.el (message-beginning-of-line): Keep the region active
3768         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3769
3770 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3771
3772         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3773         * gnus-msg.el (gnus-summary-reply): Ditto.
3774         * gnus-msg.el (gnus-summary-handle-replysign): New.
3775
3776 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3779         if sending failed.
3780
3781 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3782
3783         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3784         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3785         to sign while encrypting.
3786
3787 2002-06-11  Simon Josefsson  <jas@extundo.com>
3788
3789         * gnus-int.el (gnus-request-move-article): Agent expire article if
3790         successfuly moved.
3791
3792         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3793         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3794
3795 2002-06-10  Simon Josefsson  <jas@extundo.com>
3796
3797         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3798
3799 2002-06-09  Simon Josefsson  <jas@extundo.com>
3800
3801         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3802
3803         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3804
3805 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3806
3807         * flow-fill.el (fill-flowed): Ignore errors.
3808
3809 2002-06-06  Simon Josefsson  <jas@extundo.com>
3810
3811         * message.el (message-send-mail-with-sendmail): Improve error message.
3812
3813 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3814
3815         * message.el (message-interactive): Change default from nil to t.
3816         Better to be safe than to be fast.
3817
3818 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3819
3820         * message.el (message-send-mail-with-sendmail): Check return value
3821         from call-process-region.
3822
3823 2002-06-04  Simon Josefsson  <jas@extundo.com>
3824
3825         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3826         (gnus-group-post-news, gnus-summary-mail-other-window)
3827         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3828         gnus-article-copy to nil, thereby inhibiting the `header' posting
3829         style match to use data from last viewed article.
3830         Suggested by Hrvoje Niksic.
3831
3832 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * spam.el (spam-point-at-eol): New alias.
3835         (spam-parse-whitelist): Use it.
3836
3837 2002-06-03  Simon Josefsson  <jas@extundo.com>
3838
3839         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3840         (nnmail-article-group): Use it.
3841
3842 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3843
3844         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3845         so that code reading them won't be surprised.  From Jesper Harder
3846         <harder@ifa.au.dk>.
3847
3848 2002-05-29  Simon Josefsson  <jas@extundo.com>
3849
3850         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3851         articles.
3852
3853         * gnus.el (gnus-agent-cache): Doc fix.
3854         (gnus-agent): Change default to t.
3855
3856         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3857         ARTICLES, GROUP and FORCE parameters.
3858
3859 2002-05-28  Simon Josefsson  <jas@extundo.com>
3860
3861         * gnus-group.el (gnus-group-line-format): Doc fix.
3862
3863 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3864
3865         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3866         original article before yanking.  From Jesper Harder
3867         <harder@ifa.au.dk>.
3868
3869 2002-05-26  Simon Josefsson  <jas@extundo.com>
3870
3871         * gnus-sum.el (gnus-summary-menu-split): New function.
3872         (gnus-summary-make-menu-bar): Split charset submenu.
3873         (gnus-summary-menu-maxlen): New variable.
3874         (gnus-summary-menu-split): Use it.
3875
3876 2002-05-25  Simon Josefsson  <jas@extundo.com>
3877
3878         * mml.el (mml-preview): Generate some headers.
3879
3880         * gnus.el (gnus-large-newsgroup): Fix :type.
3881
3882         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3883         Agent cache NOV's by default now).
3884         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3885
3886 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3887
3888         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3889         call to gnus-parent-id when we check for References loops.
3890         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3891         twice by saving the simplified subject string in simp-subject.
3892
3893 2002-05-23  Simon Josefsson  <jas@extundo.com>
3894
3895         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3896         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3897
3898         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3899         Niklas Morberg <niklas.morberg@axis.com>.
3900
3901 2002-05-22  Simon Josefsson  <jas@extundo.com>
3902
3903         * sieve.el (sieve-change-region): Define it before it is used.
3904
3905         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3906         (gnus-summary-reply): Ask for confirmation when replying to news.
3907         Defaults to not ask.  From Benjamin Rutt
3908         <rutt+news@cis.ohio-state.edu>.
3909
3910         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3911
3912 2002-05-21  Simon Josefsson  <jas@extundo.com>
3913
3914         * sieve-mode.el (sieve-manage): Fix autoloads.
3915
3916         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3917         name (makes it work with recent Cyrus timsieved).
3918
3919 2002-05-20  Jason  <jbaker@cs.utah.edu>
3920         Trivial patch.
3921
3922         * gnus-art.el (gnus-request-article-this-buffer): Try
3923         reconnecting if you don't get the message.
3924
3925 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3928         Reply-To headers from the headers.
3929
3930 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * mm-url.el (mm-url-insert): Remove junk message.
3933
3934 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3937         (nnslashdot-use-front-page): New variable.
3938         (nnslashdot-request-list): Use it.
3939
3940         * mm-url.el (mm-url-timeout): New variable.
3941         (mm-url-retries): Ditto.
3942         (mm-url-insert): Use it.
3943
3944 2002-05-16  Simon Josefsson  <jas@extundo.com>
3945
3946         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3947         (gnus-simplify-subject-functions): Mention g-s-a-w.
3948
3949 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3950
3951         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3952         nnmail-cache-insert.
3953         * nndiary.el (nndiary-request-accept-article): Ditto.
3954         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3955         * nnimap.el (nnimap-request-accept-article): Ditto.
3956         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3957         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3958         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3959         * nnmh.el (nnmh-request-accept-article): Ditto.
3960         * nnmail.el (nnmail-cache-insert): Change group to required,
3961         removed code which tried to figure out the group.
3962
3963 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3964
3965         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3966         messages. From Hans de Graaff <hans@degraaff.org>.
3967         * nnml.el (nnml-request-accept-article): Pass in the group name to
3968         nnmail-cache-insert, since it's available.
3969
3970 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3971
3972         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3973
3974 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3975         From Florian Weimer <fw@deneb.enyo.de>.
3976
3977         * gnus.el (subscribed): New group parameter.
3978         (gnus-find-subscribed-addresses): Use it.
3979
3980 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3981
3982         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3983         the default for pgpmime to support pgp v2.
3984         * mml-sec.el (mml-signencrypt-style): New accessor function to
3985         allow users to get/set the signencrypt style more easily without
3986         frobbing the alist directly.
3987         * mml.el (mml-generate-mime-1): Use accessor function.
3988
3989 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3990
3991         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3992         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3993         <schwab@suse.de>.
3994
3995 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3996
3997         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3998         when intuiting the group the message is written to.  From Josh
3999         Huber <huber@alum.wpi.edu>.
4000
4001 2002-05-06  Simon Josefsson  <jas@extundo.com>
4002
4003         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4004         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4005
4006 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4007
4008         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4009         argument, and fixed compiler warning. (added autoload for
4010         gpg-encrypt).
4011
4012 2002-05-04  Simon Josefsson  <jas@extundo.com>
4013
4014         * mml1991.el (mml1991-function-alist): Doc fix.
4015
4016         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4017         doesn't exist (for previewing messages without having Gnus
4018         started).
4019
4020         * mm-util.el (mm-coding-system-priorities): Defcustom.
4021
4022         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4023
4024 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4025
4026         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4027         default.
4028         * mml-sec.el:
4029         * mml-sec.el (mml-signencrypt-style): New.
4030         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4031         argument `sign'.
4032         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4033         signencrypt.
4034         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4035         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4036         both signed & encryped is processed in one operation. (rather than
4037         two separate ops: sign, then encrypt)
4038         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4039         indication if a message is signed by an expired key.
4040         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4041         enables combined sign & encrypt operation. (this was always on
4042         before).
4043         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4044
4045 2002-05-01  Simon Josefsson  <jas@extundo.com>
4046
4047         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4048         server.
4049         (nnimap-mailbox-info): defvar instead of defvoo.
4050
4051 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4052
4053         * gnus.el: Oort Gnus v0.06 is released.
4054
4055 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * lpath.el: Bind url-package-version.
4058
4059 2002-05-01  Simon Josefsson  <jas@extundo.com>
4060
4061         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4062         filename before deleting the group itself, because the presence of
4063         a group filename decides if long filenames are used or not.
4064
4065         * gnus-art.el (gnus-button-alist): Don't inline
4066         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4067         without also modifying g-button-alist.
4068         (gnus-button-alist): Fix type to allow variable as well as regexp.
4069         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4070         themselves, variables to its contents.
4071         (gnus-button-entry): Ditto.
4072
4073 2002-05-01  Simon Josefsson  <jas@extundo.com>
4074
4075         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4076         UIDNEXT as a string.
4077
4078         * nnimap.el (nnimap-string-lessp-numerical): New function.
4079         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4080         integers.
4081
4082 2002-04-29  Simon Josefsson  <jas@extundo.com>
4083
4084         * nnmail.el (nnmail-cache-insert): Accept optional group
4085         parameter.
4086
4087         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4088         n-r-g-a is disabled.
4089
4090 2002-04-29  Simon Josefsson  <jas@extundo.com>
4091
4092         * nnimap.el (nnimap-split-fancy): Fix doc.
4093         (nnimap-split-fancy): Fix doc.
4094
4095         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4096         (nnimap-mailbox-info): New internal variable.
4097         (nnimap-retrieve-groups): Implement faster new mail check.
4098
4099         * nnimap.el (nnimap-split-articles): Support
4100         nnmail-cache-accepted-message-ids.
4101         (nnimap-request-accept-article): Ditto.
4102
4103         * imap.el (imap-mailbox-status-asynch): New command.
4104
4105 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4106
4107         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4108         are no subscribed mail groups.
4109         - Strip quoted names when comparing addresses
4110
4111 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4112
4113         * mm-decode.el (mm-text-html-renderer): Change customize type to
4114         const.
4115
4116         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4117         (gnus-debug-exclude-variables): do.
4118
4119 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4120
4121         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4122         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4123
4124 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * dns.el (dns-make-network-process): New macro.
4127         (query-dns): Use it.
4128
4129 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4130
4131         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4132         article-buffer.
4133
4134         * mm-url.el (mm-url-package-name): New variable.
4135         (mm-url-package-version): New variable.
4136         (mm-url-insert-file-contents): Bind url-package-name and
4137         url-package-version here.
4138         * nnrss.el (nnrss-insert-w3): Move the bindings.
4139
4140         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4141         url-package-version. Trivial change from Andrew J Cosgriff
4142         <ajc@polydistortion.net>
4143
4144         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4145         attachments. Trivial change from Peter 'Luna' Runestig
4146         <peter@runestig.com>.
4147
4148 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4149
4150         * nnkiboze.el (nnkiboze-request-scan): Call
4151         nnkiboze-possibly-change-group.
4152         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4153         problems.
4154         (nnkiboze-generate-group): Set newsrc to the *highest* article
4155         number kibozed, not the lowest.
4156
4157 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4158
4159         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4160
4161 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4162         From Dan Christensen <jdc+news@uwo.ca>.
4163
4164         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4165         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4166         Recognize math postings.  Extract Date (now ignores "(15kb)").
4167         Extract email address using gnus-extract-address-components
4168         instead of just taking the first word.  Create Date and From
4169         headers for message which are missing these headers.  Get rid
4170         of spurious \\ lines (purely cosmetic).  Extend body-end and
4171         file-end regexps, to exclude more garbage from the message.
4172         Make URL rephrasing regexp more flexible, to match current
4173         format.
4174
4175 2002-04-23  Simon Josefsson  <jas@extundo.com>
4176
4177         * netrc.el: New file, functions copied from gnus-util.el by Ted
4178         Zlatanov <tzz@lifelogs.com>.
4179
4180         * gnus-util.el: Require netrc.
4181         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4182         new code in netrc.el.
4183
4184 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4185
4186         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4187         message-ignored-resent-headers, too.  From Matthieu Moy
4188         <Matthieu.Moy@imag.fr>.
4189
4190 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4191
4192         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4193         boolean not a string
4194         * gnus-group.el (gnus-group-line-format): add description of %C
4195         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4196           as %C
4197         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4198
4199 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4200
4201         * nnmaildir.el (nnmaildir-request-scan): typo: set
4202         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4203         nnmail-get-new-mail for 'find-new-groups.
4204
4205 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4206
4207         * nnmaildir.el (nnmaildir-request-update-info,
4208         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4209         unnecessary calls to nnmaildir-request-scan.
4210
4211 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4212
4213         * gnus-msg.el:
4214         * gnus-msg.el (gnus-message-replysign): New.
4215         * gnus-msg.el (gnus-message-replyencrypt): New.
4216         * gnus-msg.el (gnus-message-replysignencrypted): New.
4217         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4218         (above) to automatically encrypt/sign to encrypted/signed
4219         messages.
4220         * message.el:
4221         * message.el (message-mode-map): Add keybinding for
4222         `message-to-list-only'
4223         * message.el (message-mode): Add description for
4224         `message-to-list-only'
4225         * message.el (message-to-list-only): New.
4226         * message.el (message-make-mft): Changed to use the cl loop macro,
4227         and added optional flag to return only the matched list. (for use
4228         in new message-to-list-only function)
4229
4230 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4231
4232         * gnus-msg.el:
4233         * gnus-msg.el (gnus-message-replysign):
4234         * gnus-msg.el (gnus-replysign): New.
4235         * gnus-msg.el (gnus-replyencrypt): New.
4236         * gnus-msg.el (gnus-replysignencrypted): New.
4237         * gnus-msg.el (gnus-summary-reply):
4238         * message.el:
4239         * message.el (message-mode-map):
4240         * message.el (message-mode):
4241         * message.el (message-to-list-only): New.
4242         * message.el (message-make-mft):
4243
4244 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4245
4246         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4247
4248 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4249
4250         * message.el (message-gen-unsubscribed-mft): accept a prefix
4251         argument so CC can be included with C-u C-c C-f C-a
4252
4253 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4254         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4255
4256         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4257         Improve docstring.
4258         (spam-enter-blacklist): New command.
4259
4260         * gnus-sum.el (gnus-spam-mark): New mark.
4261         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4262         (gnus-summary-make-tool-bar): Correct conditional.
4263         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4264         (gnus-summary-mark-as-spam): New command.
4265
4266 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4267
4268         * mml-sec.el (mml-secure-message): changed to support arbritrary
4269         modes.
4270         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4271         changed to support "signencrypt" mode.
4272         * mml.el (mml-parse-1): changed to support different secure modes
4273         more easily. (for signencrypt)
4274
4275 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4276
4277         * gnus-sum.el (gnus-update-summary-mark-positions)
4278         (gnus-summary-toggle-header):
4279         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4280         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4281         (gnus-uu-post-encoded):
4282         * nnfolder.el (nnfolder-possibly-change-group):
4283         * nnimap.el (nnimap-retrieve-headers):
4284         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4285
4286 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4287
4288         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4289         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4290
4291 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-srvr.el (gnus-server-set-info): Clear
4294         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4295         From Daiki Ueno <ueno@unixuser.org>.
4296
4297 2002-04-11  Simon Josefsson  <jas@extundo.com>
4298
4299         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4300         viewing of security buttons.  Thanks to Nicolas Kowalski
4301         <Nicolas.Kowalski@imag.fr>.
4302
4303         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4304         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4305         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4306         <Nicolas.Kowalski@imag.fr>.
4307         (smime-decrypt-buffer): Ditto.
4308
4309 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4312         header line.
4313
4314 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4315
4316         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4317
4318 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4319
4320         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4321
4322 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4323
4324         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4325         errors when debug.
4326
4327 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4328
4329         * message.el (message-make-mft): Changed MFT code from using
4330         message-recipients (which included Bcc) to use only the To and CC
4331         headers.
4332
4333 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4334
4335         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4336         add link.
4337         (gnus-treat-mail-picon): Ditto.
4338         (gnus-treat-newsgroups-picon): Ditto.
4339         (gnus-picon-databases): Fix custom type.
4340         (gnus-picon-databases): Add link.
4341         (gnus-article-x-face-command): Add to gnus-picon group.
4342
4343 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4344
4345         * message.el (message-buffer-naming-style): Remove.
4346
4347 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4348
4349         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4350
4351         * message.el (message-tool-bar-map): Ditto.
4352
4353         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4354
4355 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4356
4357         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4358
4359 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4360
4361         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4362
4363 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4364         Trivial patch.
4365
4366         * dns.el: open-network-stream under XEmacs does udp.
4367
4368 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4369
4370         * spam.el (spam-enter-whitelist): New function.
4371         (spam-parse-whitelist): Ditto.
4372         (spam-refresh-list-cache): Ditto.
4373         (spam-address-whitelisted-p): New function.
4374
4375         * dns.el (query-dns): Use TCP when make-network-process isn't
4376         available.
4377         (dns-servers): New variable.
4378         (dns-parse-resolv-conf): New function.
4379         (query-dns): Use it.
4380
4381         * spam.el: New file.
4382
4383         * dns.el (query-dns): Test.
4384
4385 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * lpath.el (featurep): Bind make-network-process.
4388
4389 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4390
4391         * nnmaildir.el: Use defstruct.  Use a single copy of
4392         nnmail-extra-headers to save memory.  Store server's group name
4393         prefix instead of each group's prefixed name.
4394         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4395         nntp-server-buffer.
4396
4397 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * dns.el: New file.
4400
4401 2002-03-28  Simon Josefsson  <jas@extundo.com>
4402
4403         * gnus-sum.el (gnus-summary-dummy-line-format):
4404         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4405         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4406
4407 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4408
4409         * gnus-sum.el (gnus-summary-move-article)
4410         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4411         the doc string.
4412
4413 2002-03-28  Simon Josefsson  <jas@extundo.com>
4414
4415         * mml-sec.el (mml-secure-message): Search after
4416         mail-header-separator from top of message.
4417
4418 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4419
4420         * nnmaildir.el: Cosmetic changes.
4421         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4422         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4423         nnmaildir--group-ls): New macros/functions.  Use them.
4424         (nnmaildir--unlink): Evalutate argument only once.
4425
4426 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4427
4428         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4429         symbols.
4430         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4431         `gnus-point-at-eol'.
4432
4433 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4434
4435         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4436         nnmaildir--marks-dir): New macros.  Use them.
4437         Use inhibit-quit for atomicity instead of in-memory journaling.
4438         (nnmaildir--edit-prep): New function.
4439         (Local Variables): Use it.
4440
4441 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4442
4443         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4444
4445 2002-03-25  Simon Josefsson  <jas@extundo.com>
4446
4447         * message.el (message-mode): Fix doc.
4448
4449 2002-03-25  Simon Josefsson  <jas@extundo.com>
4450
4451         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4452         Matthieu Moy <Matthieu.Moy@imag.fr>.
4453
4454 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4455
4456         * mml-sec.el (mml-unsecure-message): Add docstring.
4457
4458 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4459
4460         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4461         value.
4462         Trivial change from andre@slamdunknetworks.com
4463
4464 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4465
4466         * mml.el (mml-mode-map): Added a keybinding for
4467         `mml-unsecure-message'.  Also, added a menu entry for said
4468         function in the Attachments menu.
4469
4470 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * canlock.el (canlock-version): Remove.
4473         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4474         here; simplify \x insertions.
4475         (canlock-sha1): New function, always return a unibyte string.
4476         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4477         of a password.
4478         (canlock-insert-header): Use `canlock-sha1'.
4479         (canlock-verify): Ditto.
4480
4481 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4482
4483         * message.el (message-fix-before-sending): Add an option that
4484         ignores illegible text.
4485         Trivial change from Mark Milhollan <mlm@attglobal.net>
4486
4487         * message.el (message-font-lock-keywords): Support multi-line MML
4488         tags.
4489
4490         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4491         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4492
4493 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4496         symbols for "View as different encoding" submenu.
4497
4498 2002-03-19  Simon Josefsson  <jas@extundo.com>
4499
4500         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4501         encoding" submenu.
4502
4503 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4504
4505         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4506
4507 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4508
4509         * gnus-sum.el (gnus-sum-thread-tree-root)
4510         (gnus-sum-thread-tree-single-indent)
4511         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4512         (gnus-sum-thread-tree-leaf-with-other)
4513         (gnus-sum-thread-tree-single-leaf): Make customizable.
4514
4515 2002-03-16  Simon Josefsson  <jas@extundo.com>
4516
4517         * gnus-util.el (gnus-extract-address-components): Don't break on
4518         names such as James "Kibo" Parry.  From Francis Litterio
4519         <franl@world.std.com>.
4520
4521 2002-03-13  Simon Josefsson  <jas@extundo.com>
4522
4523         * pop3.el (pop3-open-server): Revert multibyte change.  From
4524         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4525
4526         * message.el (message-send-mail-with-qmail): Make it work.  From
4527         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4528
4529 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4530
4531         * message.el (message-make-mft): Set case-fold-search while
4532         generating the MFT.  Also, a little cleanup in the MFT code.
4533
4534 2002-03-12  Simon Josefsson  <jas@extundo.com>
4535
4536         * message.el (message-qmail-inject-args): May be function.
4537         (message-send-mail-with-qmail): Call function if m-q-i-a is
4538         function.  From fn@hungry.org (Faried Nawaz).
4539
4540 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4541
4542         * message.el (message-abbrevs-loaded): Remove.
4543         (mailabbrev): Require it.
4544
4545         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4546
4547 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * pop3.el (pop3-open-server): Set process buffer unibyte.
4550
4551 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552
4553         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4554
4555 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4556
4557         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4558         too.
4559
4560 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4561
4562         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4563         duplication.
4564         (gnus-summary-save-parts-type-history): Ditto.
4565         (gnus-summary-save-parts-last-directory): Ditto.
4566         Trivial change from andre@slamdunknetworks.com
4567
4568 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4569
4570         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4571
4572 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4573
4574         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4575         -->" as the end of the first article.
4576
4577         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4578         From Matthieu Moy <Matthieu.Moy@imag.fr>
4579
4580         * message.el (message-add-action): Use add-to-list.
4581         (message-delete-action): New function.
4582
4583         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4584         pieces.
4585
4586 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4587
4588         * nnnil.el: New file.
4589         * gnus.el (gnus-valid-select-methods): Include nnnil.
4590
4591 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4592
4593         * message.el (message-syntax-checks): Because canlock is
4594         supported, we disable sender syntax check.
4595         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4596
4597         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4598         value of message-syntax-checks.
4599
4600         * qp.el (quoted-printable-decode-region): Doc addition.
4601         From: Eli Zaretskii <eliz@is.elta.co.il>
4602
4603         * mail-source.el (make-source-make-complex-temp-name): Use
4604         make-temp-file.
4605
4606         * mm-util.el (mm-make-temp-file): New function.
4607         * nneething.el (nneething-file-name): Use it.
4608         * mml-smime.el (mml-smime-encrypt): Ditto.
4609         * mm-view.el (mm-inline-wash-with-file): Ditto.
4610         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4611         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4612         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4613         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4614         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4615         * gnus-art.el (gnus-mime-print-part): Ditto.
4616
4617 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4618
4619         * message.el (nnmaildir-article-number-to-base-name): New
4620         function.
4621         (nnmaildir-base-name-to-article-number): New function.
4622
4623 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * smime.el (smime-make-temp-file): Don't quote
4626         `temporary-file-directory'.
4627
4628 2002-03-04  Simon Josefsson  <jas@extundo.com>
4629
4630         * smime.el (smime-sign-region): Rename argument keyfiles to
4631         keyfile. You only sign something with one key.
4632         (smime-sign-buffer): Better completing-read prompt.
4633         (smime-decrypt-buffer): Ditto.
4634
4635         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4636
4637         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4638         completing-read.
4639         (mm-view-pkcs7-decrypt): CRLF->LF.
4640
4641 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4642
4643         * message.el (message-hierarchical-addresses): New variable.
4644         (message-get-reply-headers): Use it.
4645         From Ted Zlatanov <teodor.zlatanov@divine.com>
4646
4647 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4648
4649         * message.el (message-mode): If buffer-file-name, don't set auto
4650         save file name.
4651         Trivial change from Geoff Greene <ggreene@wpi.edu>
4652
4653 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4654
4655         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4656         takes one argument in read-char.
4657
4658         * message.el (message-fix-before-sending): Forward a char.
4659         Check mmu-multibyte-p, add control-1.
4660
4661 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4662
4663         * gnus-start.el (gnus-read-init-file): Ditto.
4664
4665         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4666
4667         * dgnushack.el (dgnushack-make-load): Ditto.
4668
4669         * mail-source.el (mail-source-fetch): Extract the right error
4670         code.
4671
4672         * message.el (message-fix-before-sending): Check illegible text.
4673
4674         * gnus-util.el (gnus-multiple-choice): New function.
4675
4676         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4677         also defined in gnus-score.el.
4678
4679 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4680
4681         * message.el (message-get-reply-headers): downcase email addresses
4682         for comaparisons for duplicate removal.
4683
4684 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4685
4686         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4687         implementation of PKCS#7, which just allows users read the
4688         message.
4689         (mm-view-pkcs7): Use it.
4690
4691 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4692
4693         * gnus.el (large-newsgroup-initial): New parameter.
4694
4695         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4696         (gnus-summary-insert-old-articles): Ditto.
4697
4698 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4699
4700         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4701         used as the default answer of the question, "How many articles?".
4702         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4703
4704         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4705         small numbers.
4706
4707 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4708
4709         * deuglify.el: Fix comments.
4710
4711 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4712
4713         * html2text.el (html2text-clean-anchor): If there is no HREF,
4714         insert nothing.
4715
4716         * mml.el (mml-generate-mime-1): Add cdr.
4717         From: andre@slamdunknetworks.com
4718
4719         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4720         (mm-text-html-washer-alist): Ditto.
4721
4722         * mm-decode.el (mm-text-html-renderer): Add html2text.
4723
4724         * html2text.el: Face lift.
4725
4726         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4727
4728 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4729
4730         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4731
4732         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4733
4734         * deuglify.el: New file. The original file name is
4735         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4736
4737         * mm-decode.el (mm-display-external): Use
4738         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4739
4740 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4741
4742         * nnmaildir.el (nnmaildir-request-list): Report the highest
4743         article number, not the total number of articles.
4744
4745 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4746
4747         * gnus-sum.el: Move uu key map here.
4748         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4749
4750 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4751
4752         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4753         nnmail-expiry-wait* if expire-age parameter is not set.
4754
4755 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4756
4757         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4758         function.
4759         (gnus-group-sort-selected-groups-by-real-name): New function.
4760         (gnus-group-make-menu-bar): Add sort by real name.
4761
4762         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4763         rebuild.
4764         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4765         nil as dependencies as well.
4766
4767 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4768
4769         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4770         for mime-parts.
4771
4772         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4773
4774         * gnus-group.el (gnus-group-name-decode): Don't test
4775         multibyte-string, because it breaks XEmacs.
4776         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4777
4778         * message.el (message-send-mail): Be talkative.
4779
4780         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4781         (mm-automatic-display): Ditto.
4782
4783         * mailcap.el (mailcap-mime-data): Ditto.
4784         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4785
4786 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * many files: Remove trailing whitespaces, replace spc+tab with
4789         tab, replace leading whitespaces with tabs.
4790
4791 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4792
4793         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4794         articles with no body and no blank line after the header.
4795
4796 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4797
4798         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4799         parts.
4800
4801         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4802         non-ascii chars.
4803
4804         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4805
4806         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4807         w3-delay-image-loads.
4808         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4809         (mm-w3-prepare-buffer): Ditto.
4810
4811         * mail-source.el (mail-source-fetch-directory): Run scripts.
4812
4813 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4816         for Majordomo confirmations.
4817
4818 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4821
4822 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4825
4826 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4827
4828         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4829         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4830
4831 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4832
4833         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4834         (mm-inline-render-with-stdin): Ditto.
4835         (mm-inline-render-with-function): Ditto.
4836         (mm-inline-wash-with-file): Bind coding-system-for-write.
4837         (mm-inline-wash-with-stdin): Ditto.
4838
4839 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4840
4841         Suggested by Felix Natter <fnatter@gmx.net>
4842
4843         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4844         gnus-mime-externalize-view.
4845         (gnus-mime-view-part-internally): Rename from
4846         gnus-mime-internalize-view.
4847         (gnus-article-view-part-externally): Rename from
4848         gnus-article-externalize-part.
4849         (gnus-mime-action-alist): Change correspondingly.
4850         (gnus-mime-button-commands): Ditto.
4851         (gnus-mime-action-alist): Remove duplication.
4852
4853         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4854
4855 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4856
4857         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4858
4859         * gnus-art.el (gnus-display-mime): Use it.
4860
4861         * mm-partial.el (mm-partial-find-parts): Use it.
4862
4863         * gnus-sum.el (gnus-article-loose-mime): Rename from
4864         gnus-article-no-strict-mime.
4865         (gnus-summary-save-parts): Use it.
4866
4867 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4870         local variable.
4871
4872         * gnus-art.el (article-display-x-face): Don't sort multiple
4873         X-Faces.
4874
4875 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4878         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4879
4880         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4881
4882 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4883
4884         Some ideas is inspired by code from Hrvoje Niksic
4885         <hniksic@arsdigita.com>
4886
4887         * gnus-art.el (gnus-article-wash-function): Set the default to
4888         nil, so that we use mm-text-html-renderer instead.
4889         (article-wash-html): Use mm-text-html-renderer.
4890
4891         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4892         (mm-text-html-renderer): New variable.
4893         (mm-inline-text-html-renderer): Set the default to nil, so that we
4894         use mm-text-html-renderer instead.
4895
4896         * mm-view.el (mm-inline-text-html): New function.
4897         (mm-text-html-renderer-alist): New variable.
4898         (mm-inline-text-vcard): New function.
4899         (mm-inline-text): Split.
4900         (mm-links-remove-leading-blank): New function.
4901         (mm-inline-render-with-file): New function.
4902         (mm-inline-render-with-stdin): New function.
4903         (mm-inline-render-with-function): New function.
4904         (mm-text-html-washer-alist): New variable.
4905         (mm-inline-wash-with-file): New function.
4906         (mm-inline-wash-with-stdin): New function.
4907
4908 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4909
4910         * message-utils.el: Fix installation doc.
4911         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4912
4913 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4914
4915         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4916         (gnus-post-method): Use it.
4917         (gnus-summary-cancel-article): Find the correct post-method.
4918
4919         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4920         * message.el (message-send-news): Ditto.
4921         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4922         <ipmonger@delamancha.org>
4923
4924         * gnus.el (gnus-select-method): Fix doc.
4925         (gnus-server-string): Use 'using nntp'.
4926
4927         * gnus-agent.el (gnus-slave-unplugged): New command.
4928         From: Felix Natter <fnatter@gmx.net>
4929
4930 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4931
4932         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4933         Call edit-done-function first, then change the window
4934         configuration.
4935         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4936         (gnus-article-edit-mode): mml-mode.
4937
4938         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4939         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4940
4941         * message-utils.el: Adopt the file.
4942
4943         * message-utils.el: New file.
4944         From Holger Schauer <Holger.Schauer@gmx.de>
4945
4946 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4947
4948         * gnus-sum.el (gnus-summary-move-article): Select-article only
4949         when gnus-move-split-methods is non-nil. And we don't render or
4950         mark the article.
4951
4952         * gnus-fun.el (gnus-shell-command-to-string): New function.
4953         (gnus-shell-command-on-region): New function.
4954         (gnus-random-x-face): Use them.
4955         (gnus-x-face-from-file): Ditto.
4956         (gnus-convert-image-to-gray-x-face): Ditto.
4957         (gnus-convert-gray-x-face-to-xpm): Ditto.
4958         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4959
4960 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-art.el (gnus-treat-display-xface): Don't use
4963         `shell-command-to-string' when compiling.
4964         (gnus-treat-display-grey-xface): Ditto.
4965
4966 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4967
4968         * nnmaildir.el (nnmaildir--article-count): If the group is
4969         completely empty, report minimum article number as 1 instead of 0.
4970
4971 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4972
4973         * gnus-agent.el (gnus-get-predicate): Use nconc.
4974
4975         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4976         gnus-summary-display-cache as cache.
4977
4978         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4979         (nndoc-mail-in-mail-type-p): New function.
4980         (nndoc-mail-in-mail-article-begin): New function.
4981
4982 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4983
4984         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4985
4986         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4987         use-hard-newlines to nil.
4988
4989         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4990         image is not available if window-system is not available.
4991
4992         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4993
4994 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4995
4996         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4997         bookmark, because update-mark doesn't handle it correctly.
4998
4999 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5000
5001         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5002         directly instead of calling message-send-mail.
5003
5004         * gnus-start.el (gnus-read-descriptions-file): Use
5005         gnus-default-charset.
5006
5007         * mm-util.el (mm-guess-mime-charset): New function.
5008
5009         * gnus.el (gnus-default-charset): Use it.
5010         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5011         the default.
5012
5013 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5014
5015         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5016         (article-display-x-face): Use it.  Disable grey xface, if
5017         uncompface is not found.
5018
5019         * message.el (message-mode): Don't enable multibyte on an indirect
5020         buffer.
5021
5022         * nnrss.el (nnrss-content-function): New variable.
5023         (nnrss-request-article): Use it.
5024
5025 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5026
5027         * gnus.el: Add article-unsplit-urls.
5028         * gnus-sum.el: Ditto.
5029         * gnus-art.el (gnus-treat-strip-cr): New variable.
5030         (gnus-treatment-function-alist): Use it.
5031         (article-unsplit-urls): New function.
5032         (gnus-article-make-menu-bar): Use it.
5033         From: Michael Cook <michael.cook@cisco.com>
5034
5035 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5038         copy.
5039
5040 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5041
5042         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5043         with internal whitespace.
5044         (gnus-parent-id): Ditto.
5045
5046 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5047
5048         * gnus-art.el (gnus-article-treat-body-boundary): Add
5049         gnus-decoration property.
5050         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5051
5052         * message.el (message-mode): Set local-abbrev-table.
5053         From Matt Armstrong <matt@lickey.com>.
5054
5055         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5056         too many spaces.
5057
5058         * rfc2047.el (rfc2047-unfold-region): Ditto.
5059         (rfc2047-decode-region): Don't unfold. Let
5060         gnus-article-treat-unfold-headers do it.
5061
5062         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5063         From: Jesper Harder <harder@ifa.au.dk>
5064
5065 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5068         (gnus-configure-posting-styles): Use it.
5069         (gnus-configure-posting-styles): Remove trailing newspaces.
5070
5071 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5072
5073         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5074         is non-nil.
5075
5076         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5077
5078         * gnus.el (gnus-server-to-method): Switch position with
5079         gnus-server-get-method.
5080         (gnus-agent): Add doc.
5081
5082         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5083         (gnus-summary-save-parts): Use it.
5084
5085         * gnus-art.el (gnus-display-mime): Use it.
5086         * mm-partial.el (mm-partial-find-parts): Use it.
5087
5088         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5089
5090         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5091         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5092
5093         * nnagent.el (nnagent-request-expire-articles): Don't delete
5094         files.
5095
5096 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5097
5098         * message.el (message-gen-unsubscribed-mft): New function.
5099         From Sriram Karra <karra@cs.utah.edu>.
5100
5101         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5102         open parenthesis.
5103
5104         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5105         (mm-inline-text-html-render-with-w3): Ditto.
5106         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5107         Suggested by Dave Love  <d.love@dl.ac.uk>.
5108
5109         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5110
5111         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5112         * nntp.el (nntp-send-command): Ditto.
5113         * nntp.el (nntp-send-command-nodelete): Ditto.
5114
5115 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5116
5117         * mm-url.el (mm-url-load-url): New function.
5118         (mm-url-insert-file-contents): Use it.
5119
5120         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5121
5122         * message.el (message-forward-make-body): Correctly copy
5123         forward-buffer.
5124
5125         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5126
5127 2002-02-04  Simon Josefsson  <jas@extundo.com>
5128
5129         * gnus-art.el (gnus-article-followup-with-original): Mark with
5130         force, prevent errors when following up from article buffer.
5131         (gnus-article-reply-with-original): Ditto.
5132
5133         * binhex.el (binhex-decoder-switches): Fix doc.  From
5134         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5135
5136 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5137
5138         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5139         highlight-citation after emphasize.
5140
5141 2002-02-04  Simon Josefsson  <jas@extundo.com>
5142
5143         * nnfolder.el (nnfolder-open-marks):
5144
5145         * nnml.el (nnml-open-marks): Message when done.  From David
5146         Edmondson <dme@sun.com>.
5147
5148 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5149
5150         * imap.el (imap-anonymous-auth): Fix typo.
5151         From: Steinar Bang <sb@dod.no>
5152
5153         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5154         save-excursion.
5155         (gnus-cache-braid-heads): Ditto.
5156
5157         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5158         line, because there are extra articles in the overview buffer.
5159
5160         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5161
5162         * message.el (message-forward-rmail-make-body): Directly use
5163         rmail-msg-restore-non-pruned-header to avoid calling
5164         vertical-motion.
5165
5166 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5167
5168         * gnus-cache.el (gnus-summary-insert-cached-articles):
5169         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5170
5171         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5172         gnus-newsgroups-unselected.
5173
5174         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5175         gnus-add-to-sorted-list.
5176
5177         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5178         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5179         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5180         (gnus-update-read-articles): UNREAD is sorted.
5181         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5182         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5183         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5184         (gnus-newsgroup-dormant): Require sorted.
5185
5186         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5187         directories.
5188         (gnus-dired-print): New function.
5189
5190         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5191         ps-despool.
5192
5193 2002-02-02  Simon Josefsson  <jas@extundo.com>
5194
5195         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5196
5197 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5198
5199         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5200         t. This makes gnus-agent customizable without putting
5201         gnus-agentize into .gnus.
5202
5203         * gnus.el (gnus-agent): Make it customizable.
5204
5205         * gnus-dired.el: New file.
5206         From Benjamin Rutt <brutt@bloomington.in.us>
5207
5208         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5209         if no article.
5210         (gnus-cache-possibly-remove-article): Ditto.
5211         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5212
5213 2002-02-01  Simon Josefsson  <jas@extundo.com>
5214
5215         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5216
5217 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5220         (mm-setup-w3m): Don't bind keys listed in the above.
5221
5222 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5225         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5226         is non-nil; bind `w3m-force-redisplay' with nil.
5227
5228         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5229
5230         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5231
5232 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5233
5234         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5235         use mail-header-unfold-field.
5236
5237         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5238         gnus-summary-limit.
5239
5240         * gnus-range.el (gnus-add-to-sorted-list): New function.
5241         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5242         (gnus-mark-article-as-unread): Ditto.
5243         (gnus-summary-mark-article-as-unread): Ditto.
5244         (gnus-build-get-header): Ditto.
5245         (gnus-summary-prepare-threads): Ditto.
5246         (gnus-summary-insert-pseudos): Ditto.
5247         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5248         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5249         (gnus-summary-insert-old-articles): Ditto.
5250
5251         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5252         (gnus-configure-posting-styles): Support the new format.
5253
5254         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5255         edebug-form-spec to (sexp body).
5256         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5257
5258         * message.el (message-reply-headers): Add doc.
5259
5260 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5261
5262         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5263         gnus-cache-active-hashtb.
5264
5265         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5266         (gnus-agent-summary-fetch-group): Use it.
5267
5268         * gnus-msg.el (gnus-debug-files): New variable.
5269         (gnus-debug-exclude-variables): New variable.
5270         (gnus-debug): Use them.
5271
5272         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5273
5274 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5275
5276         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5277         (message-mode-syntax-table): Move back the previous position.
5278
5279         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5280
5281         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5282         gnus-sorted-difference.
5283
5284         * nnsoup.el (nnsoup-request-expire-articles): Use
5285         gnus-sorted-difference.
5286
5287         * nnheader.el: Autoload gnus-sorted-difference.
5288
5289         * nnfolder.el (nnfolder-request-expire-articles): Use
5290         gnus-sorted-difference.
5291
5292         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5293         gnus-sorted-difference.
5294
5295         * gnus-range.el: Autoload cookies.
5296         (gnus-sorted-difference): New function.
5297         (gnus-sorted-ndifference): New function.
5298         (gnus-sorted-nintersection): Rename from
5299         gnus-set-sorted-intersection.
5300         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5301         (gnus-list-range-difference): Rename from
5302         gnus-inverse-list-range-intersection.
5303         (gnus-inverse-list-range-intersection): Use defalias.
5304
5305         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5306         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5307         (gnus-articles-to-read): Use gnus-sorted-difference.
5308         (gnus-summary-limit-mark-excluded-as-read): Use
5309         gnus-sorted-intersection and gnus-sorted-ndifference.
5310         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5311         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5312
5313         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5314
5315 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5318         property to the buffer for using emacs-w3m command keys.
5319
5320         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5321         option.
5322
5323         * mm-view.el (mm-w3m-mode-map): New variable.
5324         (mm-w3m-mode-command-alist): New variable.
5325         (mm-w3m-minor-mode): Removed.
5326         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5327         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5328         buffer for using emacs-w3m command keys.
5329
5330 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5331
5332         * message.el (message-mode-syntax-table): Move forward.
5333         (message-cite-prefix-regexp): Auto detect non word constituents.
5334         (message-cite-prefix-regexp): Don't use with-syntax-table.
5335
5336         * gnus-sum.el (gnus-summary-update-info): Use
5337         gnus-list-range-intersection.
5338
5339         * gnus-agent.el (gnus-agent-fetch-headers): Use
5340         gnus-list-range-intersection.
5341
5342         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5343         (gnus-list-range-intersection): Use it.
5344         (gnus-inverse-list-range-intersection): Ditto.
5345         (gnus-sorted-intersection): Add doc.
5346         (gnus-set-sorted-intersection): Add doc.
5347         (gnus-sorted-union): New function.
5348         (gnus-set-sorted-union): New function.
5349
5350         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5351         (gnus-inverse-list-range-intersection): Ditto.
5352
5353 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5354
5355         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5356
5357         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5358         and permit `:' and `\' in order to handle full Windows pathnames.
5359         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5360         technically not correct per standard, but seems to have common use.
5361
5362 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5363
5364         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5365         replacing numbers.
5366
5367 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5368
5369         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5370
5371         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5372         Don't split when the window is small, e.g. when a small *BBDB*
5373         window is the lowest one.
5374
5375         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5376         nnheader-find-nov-line to speed up. Use nreverse, because it is
5377         sorted. Use nnheader-insert-nov-file.
5378
5379 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5382
5383         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5384         of `w3m-display-inline-images' with the value of
5385         `mm-inline-text-html-with-images'.
5386         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5387
5388         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5389
5390 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5391
5392         * time-date.el: Add autoload cookies.  Many doc fixes.
5393         (time-add): New function.
5394         (time-subtract): Renamed from subtract-time.
5395         (subtract-time): New alias for time-subtract.
5396
5397 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5400         emacs-w3m in doc-string.
5401
5402         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5403         `w3m-current-buffer'.
5404
5405 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5406
5407         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5408
5409         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5410         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5411         (mm-w3m-cid-retrieve): New function.
5412         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5413
5414 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5415
5416         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5417
5418 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5421
5422 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5425         32K.
5426
5427         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5428
5429         * nnmail.el (nnmail-article-group): Decode headers before running
5430         split rules over them.
5431         (nnmail-mail-splitting-charset): New variable.
5432
5433         * smiley.el: Replaced with smiley-ems.el.
5434
5435 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5436
5437         * mm-url.el (mm-url-predefined-programs): Add w3m.
5438         (mm-url-program): Ditto.
5439
5440 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * nnml.el (nnml-use-compressed-files): New variable.
5443         (nnml-filenames-are-evil): Removed.
5444         (nnml-current-group-article-to-file-alist): Don't use.
5445         (nnml-update-file-alist): Inhibit.
5446         (nnml-article-to-file): Use new var.
5447
5448 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5449
5450         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5451
5452         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5453
5454 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5457         function.
5458
5459         * gnus-util.el (gnus-cache-file-contents): New function.
5460
5461         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5462         (gnus-agent-load-alist): Use it.
5463
5464         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5465
5466         * nnheader.el (nnheader-insert-nov-file): New function.
5467
5468         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5469
5470         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5471         there are no references.
5472         (gnus-extract-message-id-from-in-reply-to): New function.
5473         (gnus-nov-parse-line): Use in-reply-to if there are no
5474         references.
5475
5476 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5479
5480         * gnus-util.el (gnus-parse-without-error): New macro.
5481
5482 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5483
5484         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5485         (gnus-article-wash-function): use locate-library to decide which
5486         to use.
5487
5488 2002-01-25  Simon Josefsson  <jas@extundo.com>
5489
5490         * pop3.el (pop3-munge-message-separator): Work if no date.
5491         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5492
5493 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-agent.el (gnus-agent-save-alist): Fix.
5496
5497         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5498         mistake.  Reinstated lost code.
5499
5500 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5501
5502         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5503         one exists in the case of an encrypted message with an internal
5504         signature.
5505
5506 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5509
5510 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * dgnushack.el: Commented out the experimental code.
5513
5514 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5515
5516         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5517         error.
5518
5519         * gnus.el (gnus-server-to-method): Made into subst.
5520         (gnus-server-method-cache): New variable.
5521         (gnus-server-to-method): Use it.
5522         (gnus-group-method-cache): New variable.
5523         (gnus-find-method-for-group-1): Renamed.
5524         (gnus-find-method-for-group): New function.
5525         (gnus-group-method-cache): Removed.
5526
5527         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5528         function.
5529
5530         * gnus-range.el (gnus-members-of-range): New function.
5531         (gnus-list-range-intersection): Renamed.
5532         (gnus-inverse-list-range-intersection): New function.
5533
5534         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5535
5536         * nnagent.el (nnagent-retrieve-headers): New implementation.
5537
5538         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5539         implementation.
5540
5541 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5544         `w3m-meta-content-type-charset-regexp'.
5545
5546         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5547         charset-encoded html contents.
5548
5549 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5550
5551         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5552         an empty file.
5553
5554         * nnweb.el (url): Ignore errors when request url.
5555
5556         * nnrss.el: Clean up the comments.
5557
5558 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5561
5562         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5563         (mm-inline-media-tests): Test whether the value of
5564         `mm-inline-text-html-renderer' is a function for text/html.
5565
5566         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5567         separated from `mm-inline-text'.
5568         (mm-w3m-minor-mode): New variable.
5569         (mm-w3m-setup): New variable.
5570         (mm-setup-w3m): New function.
5571         (mm-inline-text-html-render-with-w3m): New function.
5572         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5573         text/html.
5574
5575 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5576
5577         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5578
5579 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5582         and `gnus-xmas-completing-read'.
5583
5584 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5585
5586         * nneething.el (nneething-message-id-number): Abolished.
5587         (nneething-encode-file-name): Not encode numerical characters.
5588         (nneething-make-head): `nneething-message-id-number' is not
5589         used to generate message IDs.
5590
5591 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5594         characters.
5595
5596 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5599         (gnus-xmas-redefine): Redefine conditionally.
5600
5601 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5602
5603         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5604         tag.
5605
5606 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5607
5608         * message.el (message-font-lock-keywords): Added the secure tag.
5609         * mml-sec.el: Added functions to generate/modify/remove the secure
5610         tag while in message mode.
5611         * mml-sec.el (mml-secure-message): New.
5612         * mml-sec.el (mml-unsecure-message): New.
5613         * mml-sec.el (mml-secure-message-sign-smime): New.
5614         * mml-sec.el (mml-secure-message-sign-pgp): New.
5615         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5616         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5617         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5618         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5619         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5620         convert it to either a part or multipart depending on if there are
5621         other parts in the message.
5622         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5623         to use the secure tag, rather than the part tag.
5624         * mml.el (mml-preview): Added a save-excursion to keep cursor
5625         position after doing an MML preview.
5626
5627 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628
5629         * nnheader.el (nnheader-parse-overview-file): New function.
5630         (nnheader-write-overview-file): New function.
5631
5632 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5635         in wanted.
5636
5637         * nnweb.el (nnweb-type-definition): Clean up.
5638
5639 2002-01-21  Alastair Burt  <burt@dfki.de>
5640         Trivial patch.
5641
5642         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5643         buffer exists before jumping to it.
5644
5645 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5648         function.
5649         (article-wash-html): Use it.
5650         (gnus-article-wash-function): New variable.
5651         (gnus-article-wash-html-with-w3m): New function.
5652
5653 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5654
5655         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5656         XEmacs.
5657
5658 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5659
5660         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5661         command line.
5662
5663 2002-01-21  Simon Josefsson  <jas@extundo.com>
5664
5665         * canlock.el (base64-encode-string): Autoload it from base64.
5666         (canlock-make-cancel-key): Base64 encode unibyte string.
5667
5668 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * nnfolder.el (nnfolder-request-accept-article): Unfold
5671         x-from-line.
5672         (nnfolder-request-replace-article): Ditto.
5673
5674 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5675
5676         * gnus-group.el (gnus-group-best-unread-group): Use the right
5677         positioning function.
5678
5679 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * smiley-ems.el (smiley-region): Use new function.
5682         (smiley-update-cache): Use general image functions.
5683         (smiley-region): Use general functions.
5684
5685         * gnus-util.el (gnus-graphic-display-p): New function.
5686
5687         * nnmail.el (nnmail-article-group): Allow outputting traces of
5688         non-strings.
5689
5690         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5691         (nndoc-exim-bounce-type-p): New function.
5692
5693         * message.el (message-dont-send): Doc fix.
5694
5695         * gnus-util.el (gnus-completing-read): Remove
5696         inherit-input-method.
5697
5698         * gnus-art.el (gnus-treat-smiley): Doc fix.
5699
5700         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5701         articles.
5702
5703 2002-01-19  Simon Josefsson  <jas@extundo.com>
5704
5705         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5706         (imap-kerberos4-open): Ditto.
5707         (imap-open): Set port correctly, don't set auth.
5708
5709 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus.el (gnus-version-number): Bump version number.
5712
5713 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5714
5715         * gnus.el: Oort Gnus v0.05 is released.
5716
5717 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5720         exists.
5721
5722         * gnus-spec.el (gnus-string-width-function): New function.
5723         (gnus-tilde-cut-form): Use it.
5724         (gnus-tilde-max-form): Ditto.
5725         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5726         (gnus-substring-function): Use it.
5727         (gnus-tilde-cut-form): Ditto.
5728         (gnus-substring-function): New function.
5729
5730         * message.el (message-check-news-header-syntax): New message.
5731
5732         * gnus.el (gnus-slave-no-server): Doc fix.
5733
5734         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5735
5736 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5739         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5740         (seen (NUM1 . NUM2)).
5741
5742 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5745         number in closed topics.
5746
5747 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5748
5749         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5750         functions.
5751
5752 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * gnus.el (gnus-group-find-parameter): Clean up.
5755
5756         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5757         articles.
5758
5759         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5760
5761         * nnmail.el (nnmail-article-group): Clean up.
5762
5763 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5764
5765         * gnus-agent.el (gnus-category-name): Intern the category name.
5766
5767 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5770
5771         * gnus-util.el (gnus-completing-read): New function.
5772
5773 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5774
5775         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5776
5777         * smiley-ems.el (smiley-region): Register smiley.
5778         (smiley-toggle-buffer): Rewrite the function.
5779         (smiley-active): Removed.
5780
5781 2002-01-19  Simon Josefsson  <jas@extundo.com>
5782
5783         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5784         Jesper Harder <harder@ifa.au.dk>.
5785
5786 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5787
5788         * gnus-art.el (gnus-request-article-this-buffer): Call
5789         `nneething-get-file-name' to extract the file name from the
5790         message id.
5791
5792         * nneething.el (nneething-encode-file-name): New function.
5793         (nneething-decode-file-name): Ditto.
5794         (nneething-get-file-name): Ditto.
5795         (nneething-make-head): Encode the file name and encapsulate it
5796         into the field of the message id.
5797
5798 2002-01-18  Simon Josefsson  <jas@extundo.com>
5799
5800         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5801         stored in .marks.
5802
5803         * nnfolder.el (nnfolder-request-update-info): Ditto.
5804
5805 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5806
5807         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5808
5809 2002-01-18  Simon Josefsson  <jas@extundo.com>
5810
5811         * imap.el (imap-starttls-p): Don't check for binary.
5812         (imap-gssapi-auth-p): Ditto.
5813         (imap-kerberos4-auth-p): Ditto.
5814         (imap-open): Change logic.  Iterate through all possible streams,
5815         instead of bailing out after first failure.  Move authenticator
5816         decision to `imap-authenticate'.
5817         (imap-authenticate): Change logic, now finds the authenticator to
5818         use, was previously in `imap-open'.
5819         (imap-open): Return nil on failure.
5820         (imap-open): Setup temp buffer correctly.
5821         (imap-open): Return buffer only on success.
5822         (imap-interactive-login, imap-interactive-login): Tell the user
5823         which stream/authenticator is used for the queried
5824         username/password.
5825         (imap-open, imap-authenticate): Set variables.
5826         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5827         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5828
5829 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830
5831         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5832
5833 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5836
5837 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5838
5839         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5840         (gnus-agent-group-mode-map): Bind it to "Jo".
5841         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5842
5843 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5844
5845         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5846         (gnus-summary-mail-toolbar): Add mail article deletion button.
5847
5848         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5849         false positives for lines of "^^^^".
5850
5851         * gnus-picon.el (gnus-picon-find-face): faces database is all
5852         lowercase.
5853
5854 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5855
5856         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5857         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5858         duplications.
5859         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5860
5861 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-sum.el (gnus-summary-initial-limit): Inline
5864         gnus-summary-limit-children.
5865         (gnus-summary-initial-limit): Don't limit if
5866         gnus-newsgroup-display is nil.
5867         (gnus-summary-initial-limit): No, don't.
5868
5869         * gnus-util.el
5870         (gnus-put-text-property-excluding-characters-with-faces): Inline
5871         gnus-put-text-property.
5872
5873         * gnus-spec.el (gnus-default-format-specs): New variable.
5874
5875         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5876         gnus-format-specs.
5877         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5878
5879         * gnus-spec.el (gnus-update-format-specifications): Really check
5880         the Gnus version of the .newsrc.eld file.
5881         (gnus-format-specs): Save the new default summary format.
5882
5883         * gnus-util.el (gnus-parent-id): Check whether references is empty
5884         before splitting.
5885
5886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5887         functions.
5888         (gnus-gather-threads-by-references): Inline
5889         `gnus-split-references'.
5890
5891         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5892         default value of gnus-summary-line-format-spec.
5893
5894 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5895
5896         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5897         message.
5898         (nnslashdot-request-list): Ditto.
5899         (nnslashdot-sid-strip): Removed.
5900
5901 2002-01-15  Simon Josefsson  <jas@extundo.com>
5902
5903         * nnimap.el (nnimap-close-asynchronous): Enable.
5904         (nnimap-close-group): Expunge.
5905
5906 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5907
5908         * gnus-util.el (gnus-user-date-format-alist): Typo.
5909         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5910
5911 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5912
5913         * nneething.el (nneething-request-article): Set
5914         `nnmail-file-coding-system' to `binary' locally, in order to read
5915         files without any conversion.
5916
5917 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5918
5919         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5920         nnheader-file-coding-system and nnmail-active-file-coding-system.
5921         (gnus-agent-regenerate-group): Ditto.
5922         (gnus-agent-regenerate): Ditto.
5923         (gnus-agent-write-active): Ditto.
5924         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5925
5926 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5927
5928         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5929         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5930
5931 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5932
5933         * gnus.el: We don't need gnus-article-show-all-headers.
5934
5935         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5936         Ditto.
5937
5938         * gnus-sum.el (gnus-summary-select-article): Don't call
5939         show-all-headers, because hidden headers are not hidden text any
5940         more.
5941
5942 2002-01-13  Simon Josefsson  <jas@extundo.com>
5943
5944         * message.el (message-newline-and-reformat): Use `newline' instead
5945         of inserting \n, so that the newline is marked as hard.
5946
5947         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5948         From Jesper Harder <harder@ifa.au.dk>.
5949
5950 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5951
5952         * imap.el (imap-close): Keep going if quit.
5953
5954         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5955         nntp-server-buffer.
5956
5957 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5960         avoid unbinding shadowed variables.
5961
5962         * gnus-art.el (gnus-picon-databases): Moved here.
5963         (gnus-picons-installed-p): Moved here.
5964         (gnus-article-reply-with-original): Use `mark'.
5965
5966         * gnus.el (gnus-picon): Moved here and renamed.
5967
5968         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5969         installed.
5970         (gnus-treat-mail-picon): Ditto.
5971         (gnus-treat-newsgroups-picon): Ditto.
5972
5973         * gnus-picon.el (gnus-picons-installed-p): New function.
5974
5975 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5976
5977         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5978
5979 2002-01-12  Simon Josefsson  <jas@extundo.com>
5980
5981         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5982         (nnimap-before-find-minmax-bugworkaround): Use it.
5983         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5984         (nnimap-dont-close): New variable.
5985         (nnimap-close-group): Use it.
5986
5987 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * gnus-art.el (gnus-article-reply-with-original): Use
5990         `mark-active'.
5991
5992         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5993
5994         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5995         (gnus-score-advanced): Clean up.
5996         (gnus-score-advanced): Accept a multiple of the score.
5997
5998 2002-01-12  Simon Josefsson  <jas@extundo.com>
5999
6000         * flow-fill.el (fill-flowed-display-column)
6001         (fill-flowed-encode-columnq): New variables.  Suggested by
6002         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6003         (fill-flowed-encode, fill-flowed): Use them.
6004
6005         * message.el (message-send-news, message-send-mail): Use
6006         m-b-s-n-p-e-h-n.
6007
6008         * mml.el (autoload): Autoload fill-flowed-encode.
6009         (mml-buffer-substring-no-properties-except-hard-newlines): New
6010         function.
6011         (mml-read-part): Use it.
6012         (mml-generate-mime-1): Encode format=flowed if appropriate.
6013         (mml-insert-mime-headers): Insert format=flowed.
6014
6015         * flow-fill.el (fill-flowed-encode): New function.
6016         (fill-flowed): Bind fill-column to window width.
6017
6018 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6021         it exists.
6022         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6023         (gnus-summary-buffer-name): Don't return the dead name after all.
6024         (gnus-summary-setup-buffer): Kill the dead buffer.
6025
6026         * gnus-art.el (gnus-article-followup-with-original): Store the
6027         value of the mark before deactivating it.
6028
6029 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6030
6031         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6032         From: Karl Kleinpaste <karl@charcoal.com>
6033
6034         * gnus-art.el (article-display-x-face): Ditto.
6035         (gnus-article-reply-with-original): Use gnus-region-active-p.
6036         (gnus-article-followup-with-original): Ditto.
6037
6038         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6039         downloadable article either.
6040
6041 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6042
6043         * gnus-art.el (article-display-x-face): Insert From:.
6044
6045         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6046         article. Bind gnus-display-mime-function and
6047         gnus-article-prepare-hook.
6048
6049         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6050         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6051         gnus-agent-possibly-synchronize-flags to the last.
6052         (gnus-agent-go-online): New function. New variable.
6053
6054 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6055
6056         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6057         (gnus-agent-regenerate): Ditto.
6058
6059 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6060
6061         * message.el (message-ignored-news-headers)
6062         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6063         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6064
6065         * gnus.el (gnus-gethash-safe): New macro.
6066
6067         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6068         (gnus-agent-regenerate): Show messages.
6069
6070 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6071
6072         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6073         (gnus-agent-regenerate): New function.
6074         (gnus-agent-save-alist): Sort.
6075         (gnus-agent-copy-nov-line): Test eobp.
6076         (gnus-agent-retrieve-headers): Erase buffer.
6077
6078 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6079
6080         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6081         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6082
6083         * gnus.el (gnus-agent-covered-methods): Move here.
6084         (gnus-online): New function.
6085         (gnus-agent-method-p): Move here.
6086
6087         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6088         nil. Remove articles-alist.
6089
6090         * gnus-start.el (gnus-get-unread-articles): Check online.
6091         (gnus-groups-to-gnus-format): Ditto.
6092         (gnus-active-to-gnus-format): Ditto.
6093
6094         * gnus-agent.el (gnus-agent-get-function): Use it.
6095         (gnus-agent-get-undownloaded-list): Ditto.
6096         (gnus-agent-fetch-session): Only fetch online methods.
6097
6098         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6099         (gnus-server-mode-map): Ditto.
6100         (gnus-server-offline-face): New face.
6101         (gnus-server-offline-face): New variable.
6102         (gnus-server-font-lock-keywords): Add offline.
6103         (gnus-server-insert-server-line): Ditto.
6104         (gnus-server-offline-server): New function.
6105
6106         * gnus-int.el (gnus-open-server): Turn to offline.
6107         (gnus-server-unopen-status): New variable.
6108
6109 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6110
6111         * nnkiboze.el (nnkiboze-request-article): Use
6112         gnus-agent-request-article.
6113
6114         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6115         function. Insert undownloaded NOV.
6116
6117         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6118         (gnus-agent-request-article): New function.
6119
6120         * gnus.el (gnus-agent-cache): New variable.
6121
6122         * gnus-int.el (gnus-retrieve-headers): Use
6123         gnus-agent-retrieve-headers.
6124         (gnus-request-head): Use gnus-agent-request-article.
6125         (gnus-request-body): Ditto.
6126
6127         * gnus-art.el (gnus-request-article-this-buffer): Use
6128         gnus-agent-request-article.
6129
6130         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6131         article if it is undownloaded.
6132
6133 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6136
6137 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * canlock.el (canlock-string-as-unibyte): New macro.
6140         (canlock-sha1-with-openssl): Return a unibyte string.
6141         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6142
6143 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6144
6145         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6146
6147 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6148
6149         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6150         application/x-emacs-lisp.
6151
6152         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6153
6154         * nntp.el (nntp-request-article): Add group parameter.
6155         (nntp-request-head): Ditto.
6156         (nntp-find-group-and-number): Add parameter group. Figure out
6157         number if the status line doesn't give (e.g. quimby.gnus.org).
6158
6159 2002-01-08  Simon Josefsson  <jas@extundo.com>
6160
6161         * mml.el (mml-generate-mime-1): Set recipient correctly.
6162
6163 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6164
6165         * message.el (message-read-from-minibuffer): Add parameter
6166         initial-contents.
6167         * gnus-msg.el (gnus-summary-resend-message): Use it.
6168
6169         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6170         behavior of quit-config.
6171
6172         * message.el (message-make-from): Don't quote fullname.
6173         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6174
6175         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6176         From: <andre@slamdunknetworks.com>
6177
6178 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6179
6180         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6181
6182         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6183
6184         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6185         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6186         because bbdb may use it.
6187
6188 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6189
6190         * nneething.el (nneething-request-article): When a non-text file
6191         is converted to an article, its data is encoded in base64.  Call
6192         `nneething-make-head' with options to specify MIME types.
6193         (nneething-make-head): Add optional arguments to specify MIME
6194         types.
6195
6196 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6197
6198         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6199         header if there is not.
6200
6201         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6202
6203         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6204         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6205         (gnus-inews-do-gcc): Use them.
6206
6207         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6208         gnus-newsgroup-unselected.
6209
6210 2002-01-06  Simon Josefsson  <jas@extundo.com>
6211
6212         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6213         condition-case, not ignore-errors.
6214
6215 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6216
6217         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6218         gnus-fetch-old-headers.
6219
6220         * gnus-art.el (article-display-x-face): Use the current buffer
6221         unless `W f'. Otherwise, X-Face may be shown in the header of a
6222         forwarded part.
6223         (gnus-treatment-function-alist): Treat xface before hiding
6224         headers.
6225
6226 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6229         parameters.
6230
6231 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6232
6233         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6234         (mm-guess-charset): New function.
6235         (mm-charset-after): Use it.
6236         (mm-detect-coding-region): New function.
6237         (mm-detect-mime-charset-region): New function.
6238
6239         * gnus-sum.el (gnus-summary-show-article): Use
6240         mm-detect-coding-region.
6241
6242 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * message.el (message-make-fqdn): Be less violent.
6245
6246         * gnus.el (gnus-logo-color-style): Compute custom form
6247         automatically.
6248
6249         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6250         score file of the parent to the document group.
6251
6252         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6253         parameters parameter.
6254
6255         * gnus-score.el (gnus-score-load-file): Clean up.
6256
6257 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6258
6259         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6260         From: Damien Wyart <damien.wyart@free.fr>
6261
6262         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6263
6264 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6265
6266         * gnus-sum.el (gnus-select-group-hook): Typo.
6267
6268         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6269         is no quoted-printable-encoded STRING.
6270         From: Jesper Harder <harder@ifa.au.dk>
6271
6272         (rfc2047-decode-string): Decode it.
6273
6274 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6277
6278 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6279         Trivial patch.
6280
6281         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6282         buffer to get rid of junk line.
6283
6284 2002-01-05  Simon Josefsson  <jas@extundo.com>
6285
6286         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6287         C-o.
6288         (message-mode-map): Bind message-insert-or-toggle-importance to
6289         C-c C-u.
6290         (message-mode-map): Bind message-disposition-notification-to to
6291         C-c M-n.
6292         (message-mode-menu): Add m-d-n-t.
6293         (message-mode-field-menu): Add m-goto-from.
6294         (message-mode): Doc fix.
6295         (message-goto-from): New function.
6296         (message-insert-disposition-notification-to): New function.
6297         (message-tool-bar-map): Add receipt button.
6298
6299 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-sum.el (gnus-thread-latest-date): New function.
6302         (gnus-thread-sort-by-most-recent-number): Renamed.
6303         (gnus-thread-sort-functions): Doc fix.
6304         (gnus-select-group-hook): Don't use setq on a hook.
6305         (gnus-thread-latest-date): Use date, not number
6306
6307         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6308         (gnus-agent-expire): Allow regexp of expire-days.
6309
6310         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6311         region.
6312         (gnus-article-followup-with-original): Ditto.
6313
6314         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6315
6316         * gnus-art.el (gnus-mime-display-alternative): Use
6317         gnus-local-map-property.
6318         (gnus-mime-display-alternative): Ditto.
6319         (gnus-insert-mime-security-button): Ditto.
6320         (gnus-insert-next-page-button): Ditto.
6321         (gnus-button-prev-page): Take optional args.
6322         (gnus-insert-prev-page-button): widget-convert.
6323
6324         * gnus-util.el (gnus-local-map-property): New function.
6325
6326         * gnus-art.el (gnus-prev-page-map): Use parent map.
6327         (gnus-next-page-map): Ditto.
6328
6329         * gnus-spec.el (gnus-parse-format): Clean up.
6330         (gnus-parse-format): Do complex formatting for %=.
6331
6332         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6333         "X-Face: " to the data in the built-in scenario.
6334
6335         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6336         (gnus-correct-pad-form): Renamed.
6337         (gnus-tilde-max-form): Clean up.
6338         (gnus-pad-form): Use gnus-use-correct-string-widths.
6339
6340         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6341         support if that is available.
6342
6343         * gnus-sum.el (gnus-thread-highest-number): New function.
6344         (gnus-thread-sort-by-most-recent-thread): New function.
6345         (gnus-thread-sort-functions): Doc fix.
6346
6347 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6348
6349         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6350         all cases.
6351         (gnus-summary-mode): Enable it in all cases.
6352         (gnus-summary-display-article): Ditto.
6353         (gnus-summary-edit-article): Ditto.
6354
6355         * gnus-ems.el (gnus-put-image): Really return glyph.
6356
6357         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6358         (gnus-treat-smiley): Don't take "P" in the interactive form.
6359
6360 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361
6362         * compface.el (uncompface): XEmacs and Emacs have differing
6363         capabilities.
6364
6365         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6366
6367         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6368         (gnus-article-xface-ring-size): Removed.
6369         (gnus-article-display-xface): Removed.
6370         (gnus-remove-image): Cleaned up.
6371
6372         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6373         (gnus-xmas-create-image): Take pbm files.
6374         (gnus-x-face): Removed.
6375         (gnus-xmas-article-display-xface): Removed.
6376
6377         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6378         default-enable-multibyte-characters.
6379
6380         * compface.el (uncompface): Doc fix.
6381
6382         * gnus-art.el (gnus-article-x-face-command): Use
6383         gnus-display-x-face-in-from.
6384
6385         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6386
6387         * gnus-ems.el (gnus-put-image): Return the image.
6388
6389         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6390         (gnus-x-face): Moved here.
6391
6392 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6393
6394         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6395         invisible if string is nil.
6396         (gnus-xmas-article-display-xface): Use it.
6397
6398         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6399         property when string is nil.
6400         (gnus-article-display-xface): Use it.
6401
6402 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * gnus-art.el (article-display-x-face): Check whether valid grey
6405         face was returned.
6406         (article-display-x-face): Place image in the right spot.
6407
6408         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6409         stderr.
6410         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6411
6412 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6413
6414         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6415         parameters.
6416         (gnus-xmas-put-image): Allow non-strings to be passed.
6417
6418         * gnus-art.el (article-display-x-face): Use optional parameters.
6419
6420         * gnus-ems.el (gnus-create-image): Take optional parameters.
6421
6422         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6423
6424         * compface.el (compface-xbm-p): Removed.
6425
6426         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6427         (gnus-article-display-xface): Use compface.
6428
6429         * compface.el: New file.
6430
6431         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6432         (gnus-convert-image-to-x-face-command): Ditto.
6433         (gnus-random-x-face): Quote argument.
6434         (gnus-x-face-from-file): Ditto.
6435
6436 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6437
6438         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6439         the expire-group parameter once per article rather than once
6440         per group; bind `nnmaildir-article-file-name' and `article'
6441         for convenience.  Leave article alone when expire-group
6442         specifies the current group.
6443         (nnmaildir--update-nov): be more concurrency-friendly with
6444         temp file names.
6445
6446 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447
6448         * gnus-start.el (gnus-read-init-file): Cleaned up.
6449
6450 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6451
6452         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6453         (gnus-read-init-file): Don't use it.
6454
6455 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456
6457         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6458
6459 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6460
6461         * gnus-start.el (gnus-read-init-file): Don't force coding system
6462         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6463
6464 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6465
6466         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6467         * nnspool.el (nnspool-request-post): Ditto.
6468
6469         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6470         (mm-find-mime-charset-region): Use it.
6471
6472 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6473
6474         * gnus.el (gnus-summary-line-format): Added :link.
6475         * gnus-topic.el (gnus-topic-line-format): Ditto.
6476         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6477         * gnus-srvr.el (gnus-server-line-format): Ditto.
6478         * gnus-group.el (gnus-group-line-format): Ditto.
6479
6480         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6481         :keys, it works on both Emacsen.
6482
6483 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6484
6485         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6486
6487 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6490
6491 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6492
6493         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6494         very wide reply.
6495
6496 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6499         (gnus-picon-cache): New variable.
6500         (gnus-picon-transform-newsgroups): Cache stuff.
6501
6502         * gnus-art.el (gnus-article-reply-with-original): New command.
6503         (gnus-article-followup-with-original): New command.
6504
6505         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6506         END parameters.
6507         (gnus-summary-followup): Take a list of list of articles.
6508         (gnus-inews-yank-articles): Allow lists of article/regions.
6509
6510         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6511         longer the usual commands.
6512
6513         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6514         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6515         shell-command-on-region.
6516
6517 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6518
6519         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6520           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6521
6522 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6523
6524         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6525         understand ':keys', wrap it in an featurep 'xemacs.
6526
6527 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6528
6529         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6530         order of headers (Actually, it is called in a reversed order). Add
6531         'gnus-image-text-deletable property.
6532         (gnus-remove-image): Remove text with such a property.
6533
6534         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6535         gnus-put-image.
6536
6537         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6538         with ", "
6539
6540 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6543
6544         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6545         (article-display-x-face): Display grey X-Faces.
6546
6547         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6548         (gnus-convert-gray-x-face-to-ppm): Ditto.
6549         (gnus-convert-image-to-gray-x-face): Ditto.
6550
6551         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6552         gnus-summary-show-raw-article.
6553
6554 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6555
6556         Display picons in XEmacs without showing text.
6557
6558         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6559         mm-create-image-xemacs to create xbm glyph, because it deletes
6560         temporary files.
6561         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6562         (gnus-xmas-remove-image): Make text visible, remove glyph.
6563
6564         * gnus-picon.el (gnus-picon-transform-newsgroups)
6565         (gnus-picon-transform-address): Insert spec backward, due to the
6566         incompatibility of gnus-xmas-put-image.
6567
6568 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6569
6570         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6571
6572 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * gnus.el: Doc fix.
6575
6576         * gnus-art.el: Doc fix.
6577
6578         * gnus-agent.el: Doc fix.
6579
6580 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6581
6582         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6583
6584 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6585
6586         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6587         NOV data out of the message again if nnmail-extra-headers has
6588         changed.
6589
6590 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * gnus-fun.el: New file.
6593         (gnus-convert-image-to-x-face-command): New variable.
6594         (gnus-insert-x-face): New function.
6595         (gnus-random-x-face): Renamed.
6596         (gnus-x-face-from-file): Renamed.
6597
6598         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6599         "_".
6600         (gnus-body-boundary-delimiter): Typo fix.
6601
6602 2002-01-02  Simon Josefsson  <jas@extundo.com>
6603
6604         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6605         (gnus-body-boundary-delimiter): Fix type.
6606
6607 2002-01-01  Simon Josefsson  <jas@extundo.com>
6608
6609         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6610         (gnus-treat-emphasize, gnus-treat-strip-cr)
6611         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6612         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6613         (gnus-treat-fill-article, gnus-treat-hide-citation)
6614         (gnus-treat-hide-citation-maybe)
6615         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6616         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6617         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6618         (gnus-treat-date-ut, gnus-treat-date-local)
6619         (gnus-treat-date-english, gnus-treat-date-lapsed)
6620         (gnus-treat-date-original, gnus-treat-date-iso8601)
6621         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6622         (gnus-treat-strip-trailing-blank-lines)
6623         (gnus-treat-strip-leading-blank-lines)
6624         (gnus-treat-strip-multiple-blank-lines)
6625         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6626         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6627         (gnus-treat-display-xface, gnus-treat-display-smileys)
6628         (gnus-treat-from-picon, gnus-treat-mail-picon)
6629         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6630         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6631         (gnus-treat-play-sounds, gnus-treat-translate)
6632         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6633
6634         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6635         (gnus-article-treat-body-boundary): Use it.
6636
6637         * message.el (message-mode): Fix doc.
6638         (message-mode-menu): Fix names.
6639
6640 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6643         articles.
6644
6645         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6646         (gnus-picon-transform-address): Search for unknown faces as well.
6647         (gnus-picon-find-face): Don't search "news" for MISC.
6648         (gnus-picon-user-directories): Changed default back to exclude
6649         "unknown".
6650
6651         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6652
6653         * gnus-picon.el (gnus-picon-find-face): Search through all
6654         databases.
6655         (gnus-picon-find-face): New implementation.
6656
6657         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6658         keystroke.
6659         (gnus-topic-goto-next-topic): Ditto.
6660
6661         * gnus.el (gnus-summary-line-format): Changed default.
6662
6663         * nnmail.el (nnmail-extra-headers): Change default.
6664
6665         * gnus-sum.el (gnus-extra-headers): Change default.
6666
6667         * message.el (message-news-other-window): Changed "news" to
6668         "posting".
6669         (message-news-other-frame): Ditto.
6670         (message-do-send-housekeeping): Ditto.
6671
6672         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6673         function.
6674         (gnus-article-unread-p): New function.
6675         (gnus-article-unseen-p): New function.
6676         (gnus-dead-summary-mode-map): Typo.
6677
6678         * gnus-util.el (gnus-make-predicate): New function.
6679         (gnus-make-predicate-1): New function.
6680
6681         * gnus-sum.el: New function.
6682         (gnus-map-articles): New function.
6683
6684         * gnus-art.el (gnus-treat-fold-headers): New variable.
6685         (gnus-article-treat-fold-headers): New command and keystroke.
6686
6687         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6688         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6689
6690 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6691
6692         * message.el (message-fcc-externalize-attachments): New variable.
6693         (message-do-fcc): Use it.
6694
6695         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6696         (gnus-inews-do-gcc): Use it.
6697
6698         * mml.el (mml-tweak-sexp-alist): New variable.
6699         (mml-externalize-attachments): New variable.
6700         (mml-tweak-part): Use mml-tweak-sexp-alist.
6701         (mml-tweak-externalize-attachments): New function.
6702
6703 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6704
6705         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6706         'set-glyph-face' so x-face back/foreground can be set.
6707
6708 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6709
6710         * message.el (message-fix-before-sending): Fix a typo.
6711
6712 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6713
6714         * gnus-art.el (gnus-treat-smiley): Renamed command.
6715         (gnus-article-remove-images): New command and keystroke.
6716
6717         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6718
6719         * smiley-ems.el (gnus-smiley-display): Removed.
6720
6721         * gnus.el (gnus-version-number): Update version.
6722
6723         * message.el (message-text-with-property): Renamed and moved
6724         here.
6725         (message-fix-before-sending): Highlight invisible text and place
6726         point there.
6727
6728 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6729
6730         * gnus.el: Oort Gnus v0.04 is released.
6731
6732 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6735
6736         * gnus-art.el (gnus-ignored-headers): More headers,
6737
6738         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6739         of `scan-error', since XEmacs doesn't seem to support that.
6740
6741 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6744         arg.
6745         (gnus-summary-best-unread-subject): Ditto.
6746         (gnus-summary-best-unread-subject): No, don't.
6747         (gnus-summary-better-unread-subject): New command.
6748
6749         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6750
6751         * lpath.el ((featurep 'xemacs)): fbind url function.
6752
6753         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6754         buffer.
6755         (gnus-xmas-remove-image): Implementation that does something.
6756         (gnus-xmas-article-display-xface): Mark images properly.
6757
6758         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6759
6760 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6761
6762         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6763
6764 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * gnus-group.el (gnus-group-line-format): Added %O to the default
6767         value.
6768
6769         * gnus-util.el (gnus-text-with-property): The smallest point is
6770         point-min.
6771
6772         * smiley-ems.el (smiley-region): Return images.
6773         (gnus-smiley-display): Allow toggling.
6774         (smiley-region): Use text properties, not overlays.
6775
6776         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6777         implemented yet.
6778
6779         * smiley-ems.el (smiley-update-cache): Check for valid types.
6780
6781         * gnus-art.el (gnus-with-article-buffer): New macro.
6782
6783         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6784         strings as well as the glyphs.
6785         (gnus-picon-transform-address): Ditto.
6786         (gnus-picon-insert-glyph): Ditto.
6787         (gnus-picon-transform-newsgroups): Toggle.
6788         (gnus-picon-transform-address): Toggle.
6789
6790         * gnus-ems.el (gnus-remove-image): New function.
6791         (gnus-put-image): Take an optional string.
6792
6793         * gnus-util.el (gnus-text-with-property): New function.
6794
6795         * gnus-art.el (gnus-delete-images): New function.
6796
6797         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6798
6799         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6800         (gnus-article-wash-status): Use it.
6801         (gnus-signature-toggle): Clean up.
6802         (gnus-add-wash-status): New function.
6803         (gnus-delete-wash-status): New function.
6804         (gnus-article-hide-text-type): Use them throughout.
6805         (gnus-add-image): New function.
6806
6807         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6808
6809         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6810         interface.
6811
6812         * gnus-art.el (article-display-x-face): Cleaned up.
6813
6814         * rfc2047.el (rfc2047-field-value): New function.
6815
6816         * mail-parse.el (mail-header-field-value): New alias.
6817
6818         * gnus-art.el (gnus-mime-print-part): Fix typos.
6819
6820         * smiley-ems.el (gnus-smiley-file-types): New variable.
6821         (smiley-update-cache): Use it.
6822         (smiley-regexp-alist): Suffix-less smiley names.
6823         (smiley-regexp-alist): Added more smileys.
6824
6825         * gnus-sum.el (gnus-print-buffer): Made into own function.
6826         (gnus-summary-print-article): Use it.
6827
6828         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6829         looked for when REQUEST is a string.
6830
6831         * gnus-art.el (gnus-mime-button-commands): Add printing
6832         keystroke.
6833         (gnus-mime-copy-part): Doc fix.
6834         (gnus-mime-print-part): New command.
6835
6836 2001-12-31  Simon Josefsson  <jas@extundo.com>
6837
6838         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6839         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6840
6841 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6842
6843         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6844         (picon): Fix doc.
6845
6846         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6847         longer exists. Remove those codes.
6848         * gnus.el (gnus-use-picons): Ditto.
6849
6850 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6853         infloop.
6854
6855         * gnus-sum.el (t): New `W D' map.
6856
6857         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6858         (gnus-article-treat-body-boundary): Clean up.
6859         (gnus-body-boundary-face): Removed.
6860         (gnus-article-goto-header): Moved here.
6861         (gnus-article-goto-header): Allow better regexps.
6862         (gnus-article-treat-fold-newsgroups): New command.
6863
6864         * gnus-sum.el (gnus-summary-move-article): We have to select an
6865         article to give `gnus-read-move-group-name' an opportunity to
6866         suggest an appropriate default.
6867
6868         * rfc2047.el (rfc2047-fold-line): New function.
6869         (rfc2047-unfold-line): Ditto.
6870         (rfc2047-fold-region): Don't fold just after the header name.
6871
6872         * mail-parse.el (mail-header-fold-line): New alias.
6873         (mail-header-unfold-line): Ditto.
6874
6875         * gnus-art.el (gnus-body-boundary-face): Renamed.
6876         (gnus-article-treat-body-boundary): Use it.
6877         (gnus-article-treat-body-boundary): Use an invisible header and a
6878         line of underline characters.
6879
6880 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6881
6882         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6883
6884         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6885         (gnus-picon-split-address): New function.
6886         (gnus-picon-find-face): Use it.
6887         (gnus-picon-transform-address): Use it. Set first to t for each
6888         address.
6889
6890         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6891         the macro then use it.
6892         (gnus-treatment-function-alist): Treat picons earlier.
6893
6894 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * gnus-art.el (gnus-body-separator-face): New variable.
6897         (gnus-article-treat-body-boundary): Use a blank, colored line.
6898
6899         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6900         well.
6901
6902         * gnus-art.el (gnus-treat-body-boundary): New variable.
6903         (gnus-article-treat-unfold-headers): Use helper macro.
6904         (gnus-article-treat-body-boundary): New command.
6905
6906         * gnus.el (gnus-logo-color-style): Change the default color.
6907         (gnus-splash-face): Gray, gray.
6908
6909         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6910         colors.
6911
6912         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6913         (gnus-logo-color-style): Ditto.
6914         (gnus-logo-colors): Ditto.
6915
6916         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6917
6918         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6919
6920         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6921         (gnus-picon-transform-newsgroups): New function.
6922
6923         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6924         string.
6925
6926         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6927
6928         * gnus-art.el (gnus-treat-cc-picon): New variable.
6929         (gnus-treat-mail-picon): Renamed.
6930
6931         * gnus-picon.el: New implementation.
6932         (gnus-picon-find-face): Renamed.
6933         (gnus-treat-from-picon): Use it.
6934         (gnus-picon-transform-address): Renamed.
6935         (gnus-treat-from-picon): Use it.
6936         (gnus-picon-create-glyph): Renamed.
6937         (gnus-picon-transform-address): Use it.
6938         (gnus-treat-cc-picon): New command.
6939
6940         * mm-decode.el (mm-create-image-xemacs): Separated out into
6941         function.
6942         (mm-get-image): Use it.
6943
6944         * gnus-art.el (gnus-treat-display-picons): Simplify.
6945         (gnus-treat-from-picon): Renamed.
6946
6947         * gnus-ems.el (gnus-create-image): New function.
6948         (gnus-put-image): New function.
6949
6950         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6951         (gnus-with-article-headers): New macro.
6952         (gnus-article-goto-header): New function.
6953
6954         * gnus-xmas.el (gnus-image-type-available-p): New function.
6955
6956         * gnus-ems.el (gnus-image-type-available-p): New function.
6957
6958 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6959
6960         * nnrss.el (nnrss-check-group): Find the correct tag, because
6961         xml.el is changed.
6962
6963 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6966         lines are shorter than the window width.
6967         (gnus-ignored-headers): More headers.
6968
6969 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6970
6971         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6972         (gnus-treat-unfold-headers): Renamed.
6973         (gnus-article-treat-unfold-headers): New command and keystroke.
6974
6975         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6976
6977         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6978
6979 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6980
6981         * sha1-el.el (sha1-use-external): New variable.
6982         (sha1-region): Use it.
6983         (sha1-string): Ditto.
6984
6985         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6986         * gnus-picon.el: Less warnings when compile.
6987
6988 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6989
6990         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6991         alias.
6992         (gnus-picons-database): Default to list.
6993         (gnus-picons-lookup-internal): Use it.
6994
6995         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6996         to "bogus".
6997
6998         * gnus-win.el (gnus-configure-windows-hook): New hook.
6999
7000 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7001
7002         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7003
7004 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7007         lists.
7008         (gnus-select-newsgroup): Don't append; push.
7009         (gnus-adjust-marked-articles): Remove obsolete ranges from
7010         `seen'.
7011         (gnus-update-marks): Clean up.
7012         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7013
7014 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7015
7016         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7017
7018 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019
7020         * gnus-sum.el (gnus-auto-select-subject): New variable.
7021         (gnus-summary-best-unread-subject): New function.
7022         (gnus-summary-best-unread-article): Use it.
7023         (gnus-summary-first-unseen-subject): New function and command.
7024
7025         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7026         other treatments.
7027
7028         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7029         function.
7030
7031         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7032         from the list of hidden types.
7033
7034         * mm-view.el (mm-inline-text): Ditto.
7035         (mm-inline-text): Ditto.
7036         (mm-w3-prepare-buffer): Ditto.
7037
7038         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7039
7040 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-art.el (gnus-ignored-headers): Added more headers.
7043
7044 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7045
7046         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7047         once.
7048
7049 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7052
7053 2001-12-28  Simon Josefsson  <jas@extundo.com>
7054
7055         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7056         Jesper Harder <harder@ifa.au.dk>.
7057
7058 2001-12-27  Simon Josefsson  <jas@extundo.com>
7059
7060         * gnus-sum.el (gnus-select-newsgroup): Make
7061         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7062         contain all articles (instead of none) when no seen marks have
7063         been set for the group.
7064         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7065         instead, it seems to result in shorter ranges.
7066
7067 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068
7069         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7070         insert-before-markers.
7071         From Jesper Harder <harder@ifa.au.dk>
7072
7073 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7074
7075         * nnmaildir.el (nnmaildir-save-mail): create the destination
7076         groups if they do not exist.
7077
7078 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7081
7082 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7083
7084         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7085         gnus-group-real-name.
7086
7087         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7088         (gnus-newsgroup-variables): Ditto.
7089
7090         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7091         return it.
7092
7093 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7094
7095         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7096         * nnmaildir.el (top-level): Add commentary.
7097         (nnmaildir-version): Indicate that nnmaildir is now a standard
7098         part of Gnus, not separately released.
7099
7100 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7101
7102         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7103         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7104         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7105         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7106
7107 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7108
7109         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7110
7111 2001-12-20  Simon Josefsson  <jas@extundo.com>
7112
7113         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7114         ZHU <zsh@cs.rochester.edu>.
7115         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7116         Brian P Templeton <bpt@tunes.org>.
7117
7118 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7119
7120         * nnmaildir.el: New file.
7121         From Paul Jarc <prj@po.cwru.edu>.
7122
7123 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7124
7125         * nndoc.el (nndoc-type-alist): Move forward to the end.
7126
7127 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7130         `dolist'.
7131
7132 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7133
7134         * gnus-win.el (gnus-frames-on-display-list): New function.
7135         (gnus-get-buffer-window): Use it.
7136
7137 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7138
7139         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7140
7141 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7144
7145 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7146            From Harald Meland <Harald.Meland@usit.uio.no>
7147
7148         * gnus-win.el (gnus-get-buffer-window): New function.
7149         (gnus-all-windows-visible-p): Use it.
7150
7151         * gnus-util.el (gnus-horizontal-recenter)
7152         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7153         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7154
7155         * gnus-score.el (gnus-score-insert-help): Use it.
7156
7157         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7158         (gnus-generate-tree, gnus-highlight-selected-tree)
7159         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7160         it.
7161
7162         * gnus-art.el (gnus-article-set-window-start)
7163         (gnus-mm-display-part, gnus-request-article-this-buffer)
7164         (gnus-button-next-page, gnus-button-prev-page)
7165         (gnus-article-button-next-page, gnus-article-button-prev-page):
7166         Use it.
7167
7168 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7169
7170         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7171         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7172         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7173
7174 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7175
7176         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7177         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7178         * mml1991.el, nnultimate.el: Add `coding'.
7179
7180 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7181
7182         * ChangeLog: changed coding to buffer-file-coding-system
7183         * ChangeLog.1: same
7184         * nnwfm.el: same
7185         * gnus-smiley.el: same
7186         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7187         * gnus-delay.el: same
7188         * gnus-spec.el: same
7189         * message.el: same
7190         * mml1991.el: same
7191         * nnultimate.el: same
7192
7193 2001-12-16  Simon Josefsson  <jas@extundo.com>
7194         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7195
7196         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7197         (gnus-summary-save-map): Add muttprint.
7198         (gnus-summary-make-menu-bar): Ditto.
7199         (gnus-summary-muttprint): New function.
7200
7201         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7202
7203 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7206         temporary list instead of buffer.
7207
7208         * mm-url.el (executable-find): autoload.
7209
7210 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7211
7212         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7213         to variable, follow doc-string conventions).
7214
7215 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7216
7217         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7218         subscribe-level
7219         * gnus-topic.el (gnus-subscribe-topics): use it.
7220
7221 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7222
7223         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7224         messages. (A small patch with indentation)
7225         From Sean Neakums <sneakums@zork.net>.
7226
7227         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7228         nil after shooting down the gnus-original-article-buffer.
7229
7230 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * uudecode.el (uudecode-use-external): New variable.
7233         (uudecode-decode-region): Automatically detect external program.
7234
7235         * binhex.el (binhex-use-external): New variable.
7236         (binhex-decode-region-internal): New function.
7237         (binhex-decode-region): Automatically detect external program.
7238
7239         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7240         Use them.
7241
7242 2001-12-12  Simon Josefsson  <jas@extundo.com>
7243
7244         * nnvirtual.el (nnvirtual-always-rescan)
7245         (nnvirtual-component-regexp): Fix doc.
7246
7247         * nnoo.el (defvoo): Add doc to defvoo variables.
7248
7249         * nnml.el (nnml-directory, nnml-active-file)
7250         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7251         (nnml-marks-is-evil, nnml-filenames-are-evil)
7252         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7253
7254         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7255         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7256         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7257         `error'.
7258
7259         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7260         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7261
7262         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7263         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7264         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7265         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7266
7267         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7268         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7269
7270         * imap.el, nnimap.el: Fix indentation.
7271
7272         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7273
7274 2001-12-12  Didier Verna  <didier@xemacs.org>
7275
7276         * gnus-msg.el (gnus-group-news): New function.
7277         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7278         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7279         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7280         for it.
7281         * gnus-msg.el (gnus-summary-news-other-window): New function.
7282         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7283         bind it to `i'.
7284         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7285         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7286         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7287         for it (called with a prefix).
7288         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7289         group-name argument.
7290         * gnus-msg.el (gnus-setup-message): use it.
7291
7292 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7293
7294         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7295
7296 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7297
7298         * mml.el (mime-to-mml): Remove Content-Disposition too.
7299
7300 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7301
7302         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7303         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7304         strings only.
7305         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7306
7307 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7308
7309         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7310         (nnmail-fancy-expiry-target): Use it.
7311         Suggestions from Simon Josefsson <jas@extundo.com>.
7312
7313 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7314
7315         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7316
7317 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7318
7319         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7320
7321         * gnus-util.el (gnus-url-unhex-string): Move here.
7322
7323 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7324
7325         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7326         mm-url-decode-entities-nbsp.
7327
7328         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7329         * webmail.el, nnwfm.el: Use mm-url.
7330
7331         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7332         (mm-url-remove-markup): Move from nnweb.
7333         (mm-url-fetch-simple): Move from webmail.
7334
7335         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7336
7337 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7338
7339         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7340         (gnus-summary-print-article): Use it.
7341
7342         * gnus-util.el (gnus-replace-in-string): Typo.
7343
7344 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7345
7346         * nnweb.el (nnweb-replace-in-string): Removed.
7347
7348         * gnus-util.el (gnus-replace-in-string): New function.
7349         (gnus-mode-string-quote): Use it.
7350
7351         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7352         * nnwfm.el (nnwfm-create-mapping): Ditto.
7353
7354 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7355
7356         * dgnushack.el (dgnushack-compile): nnrss.el and
7357         nnslashdot.el don't depend on nnweb, url, w3.
7358
7359         * nnrss.el: Use mm-url.
7360
7361 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7362
7363         * mm-url.el (mm-url-insert-file-contents): Support file:.
7364
7365 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7366
7367         * mm-view.el: Lower case for the description line. Sync from the
7368         Emacs CVS.
7369
7370 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7371
7372         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7373         From:  Stefan Monnier  <monnier@cs.yale.edu>
7374
7375 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7378
7379 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7380
7381         * mm-url.el: Require executable.
7382         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7383
7384 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7385
7386         * pop3.el (pop3-munge-message-separator): Only use valid date.
7387         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7388
7389         * Makefile.in: gnus-load.elc may not be generated.
7390
7391 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * mm-url.el: New file.
7394         * nnslashdot.el: Use it.
7395         * mm-extern.el (mm-extern-url): Use it.
7396
7397 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7398
7399         * gnus-sum.el (gnus-summary-save-article): Nix
7400         gnus-display-mime-function and gnus-article-prepare-hook.
7401
7402         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7403         the beginning of lines.
7404         (gnus-complex-form-to-spec): Ditto.
7405
7406 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7409         From Paul Jarc <prj@po.cwru.edu>.
7410
7411 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7412
7413         * message.el: New variable message-subscribed-address-file;
7414         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7415
7416 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7417
7418         * message.el (message-tab-body-function): Set to nil.
7419         (message-tab): Use text-mode-map or global-map.
7420         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7421
7422 2001-11-30  Simon Josefsson  <jas@extundo.com>
7423
7424         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7425         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7426         <christoph.conrad@gmx.de>.
7427         (gnus-agent-fetch-group-1): Add verbose message.
7428
7429 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7430
7431         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7432         of integers.
7433
7434 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7435
7436         * message.el (message-newgroups-header-regexp)
7437         (message-completion-alist, message-tab-body-function): Use
7438         defcustom rather than defvar.
7439         (message-tab): Mention `message-tab-body-function' in doc.
7440         Suggested by Karl Eichwalder.
7441
7442 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7443
7444         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7445
7446 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7447
7448         * nnheader.el (nnheader-find-nov-line): Don't use macro
7449         gnus-delete-line.
7450
7451         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7452         (gnus-group-name-charset): Ditto.
7453
7454         * gnus-util.el (gnus-buffer-live-p): Ditto.
7455
7456 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7457
7458         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7459         open parenthesis in doc.
7460         (sieve-manage-authenticator-alist): Typo in doc.
7461         * imap.el (imap-authenticator-alist): Typo in doc.
7462         (imap-stream-alist): Backslash.
7463
7464         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7465           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7466
7467 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7468
7469         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7470
7471         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7472
7473         * gnus-msg.el (gnus-configure-posting-styles): use
7474         make-local-hook. Add LOCAL for add-hook.
7475
7476 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7477
7478         * message.el (message-mode): Use `make-local-hook' unless
7479         obsolete.
7480         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7481
7482 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * canlock.el: Remove sha1.el and base64.el stuff.
7485
7486 2001-11-26  Didier Verna  <didier@xemacs.org>
7487
7488         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7489         if needed.
7490
7491 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * message.el (message-tamago-not-in-use-p): New function.
7494         (message-strip-forbidden-properties): Use it.
7495
7496 2001-11-26  Didier Verna  <didier@xemacs.org>
7497
7498         * gnus-start.el (gnus-check-first-time-used): only check for
7499         existence of .el[d] files.
7500
7501 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7502
7503         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7504
7505         * message.el (message-setup-1): Clean up mc-*.
7506
7507 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7508
7509         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7510         * gnus-score.el (gnus-score-find-bnews): Use it.
7511
7512         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7513         (gnus-summary-limit-to-author): Ditto.
7514         (gnus-summary-limit-to-extra): Ditto.
7515         (gnus-summary-find-matching): Support not-matching argument.
7516
7517 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7518
7519         * message.el (message-wash-subject): Use `insert' rather than
7520         `insert-string', which is deprecated.
7521
7522 2001-11-24  Simon Josefsson  <jas@extundo.com>
7523
7524         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7525         message. (Gnus does not "default" to using 8bit for the message,
7526         it default to use 8bit encoding and the user-supplied CTE
7527         value. Calling this behaviour "treating it as 8bit" is perhaps
7528         better.)
7529
7530         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7531         (compare mm-charset-to-coding-system).
7532
7533 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534
7535         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7536         buffer. Correctly decode hex.
7537
7538 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7539
7540         * gnus-agent.el (gnus-category-insert-line): Convert category
7541         names to strings.
7542
7543 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7544
7545         * message.el (sha1): eval-and-compile.
7546
7547 2001-11-20  Simon Josefsson  <jas@extundo.com>
7548
7549         * message.el (message-allow-no-recipients): New variable.
7550         (message-send): Use it, customize the prompting when posting to
7551         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7552
7553 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * mm-util.el (mm-coding-system-priorities): New variable.
7556         (mm-sort-coding-systems-predicate): New function.
7557         (mm-find-mime-charset-region): Resort coding systems if needed.
7558         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7559
7560 2001-11-20  Didier Verna  <didier@xemacs.org>
7561
7562         * gnus-group.el (gnus-group-make-help-group): new optional
7563         argument to control the error behavior.
7564         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7565         erroring.
7566
7567 2001-11-19  Simon Josefsson  <jas@extundo.com>
7568
7569         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7570         instead of C-c C-u.  Suggested by Per Abrahamsen
7571         <abraham@dina.kvl.dk>.
7572
7573 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7574
7575         * nnfolder.el (nnfolder-read-folder): Use group instead of
7576         nnfolder-current-group.
7577         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7578
7579 2001-11-17  Simon Josefsson  <jas@extundo.com>
7580
7581         * message.el (message-send): Ask user if Fcc/Gcc should be
7582         performed when no other sender was specified.
7583         Suggested by prj@po.cwru.edu (Paul Jarc).
7584
7585 2001-11-17  Simon Josefsson  <jas@extundo.com>
7586
7587         * message.el (message-mode, message-mode-map): Use C-c C-u for
7588         Importance: instead of C-c C-p (used by SC).
7589
7590 2001-11-16  Simon Josefsson  <jas@extundo.com>
7591
7592         * message.el (message-insert-importance-high)
7593         (message-insert-importance-low): Save point.
7594
7595         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7596         value.
7597
7598 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7599
7600         * message.el (message-strip-special-text-properties): New option.
7601         (message-strip-forbidden-properties): Obey it.
7602
7603 2001-11-14  Sam Steingold  <sds@gnu.org>
7604
7605         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7606
7607 2001-11-15  Simon Josefsson  <jas@extundo.com>
7608
7609         Support "Importance:" header in Message.
7610
7611         * message.el (message-mode-map): Bind C-c C-p to
7612         `message-insert-or-toggle-importance'
7613         (message-mode-menu): Add message-insert-importance-{high,low}.
7614         (message-insert-importance-high, message-insert-importance-low)
7615         (message-insert-or-toggle-importance): New functions.
7616         (message-tool-bar-map): Add {un,}important.
7617         (message-mode): Doc fix.
7618
7619 2001-11-15  Simon Josefsson  <jas@extundo.com>
7620
7621         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7622
7623         * mml.el (mml-menu): Fix toolbar tooltip.
7624
7625 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7626
7627         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7628         * nnml.el (nnml-save-marks): Ditto.
7629
7630         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7631
7632 2001-11-15  Simon Josefsson  <jas@extundo.com>
7633
7634         * nnml.el (nnml-save-marks):
7635         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7636         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7637
7638 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7639
7640         * gnus-art.el (gnus-article-wash-status-strings): Use
7641         `copy-sequence', not `copy-seq'.
7642
7643 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7644
7645         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7646         (gnus-gnus-article-wash-status-entry): New function.
7647         (gnus-article-wash-status): Use it.
7648
7649 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7650
7651         * mml1991.el: Add coding header.
7652
7653 2001-11-12  Simon Josefsson  <jas@extundo.com>
7654
7655         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7656         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7657         `mml1991-sign' and `mml1991-encrypt'.
7658         (mml1991-encrypt, mml1991-sign): New glue functions.
7659         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7660
7661         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7662         (mml-menu): Add PGP to menu.
7663
7664         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7665         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7666         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7667         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7668
7669         * mml2015.el: Mention RFC 3156.
7670
7671         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7672
7673 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7676
7677         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7678           From <Michael.Cook@cisco.com>
7679
7680 2001-11-11  Simon Josefsson  <jas@extundo.com>
7681
7682         * message.el (top-level): Autoload sha1.
7683         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7684         canlock, no need to require two different hash algs).  Suggested
7685         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7686
7687 2001-11-09  Simon Josefsson  <jas@extundo.com>
7688
7689         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7690         <Pavel@Janik.cz>.
7691
7692 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7693
7694         * message.el (message-point-in-header-p): New function.
7695         (message-do-auto-fill): Use it.
7696         (message-beginning-of-line): New function.  Goes to beginning of
7697         header value (i.e., end of header name), or to beginning of line
7698         if already at beginning of value.  Behaves like
7699         `beginning-of-line' when in message body.
7700         (message-mode-map): Bind it.
7701
7702 2001-11-08  Simon Josefsson  <jas@extundo.com>
7703
7704         * gnus-msg.el (gnus-posting-styles): Add doc.
7705
7706 2001-11-07  Simon Josefsson  <jas@extundo.com>
7707
7708         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7709
7710         * sieve-mode.el (sieve-control-commands-face)
7711         (sieve-control-commands-face, sieve-action-commands-face)
7712         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7713         faces.
7714         (sieve-font-lock-keywords): Use them.
7715         (sieve-mode): Only set font-lock-defaults in emacs.
7716
7717         * gnus-art.el (gnus-default-article-saver): Add
7718         gnus-summary-save-body-in-file.
7719         (gnus-summary-write-to-file): Fix doc.
7720
7721 2001-11-07  Simon Josefsson  <jas@extundo.com>
7722
7723         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7724         reference to the correct chapter in the manual.
7725
7726         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7727         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7728
7729 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7730
7731         * mml.el (mml-preview): Bind mail-header-separator.
7732
7733 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * message.el: Always require canlock.
7736         (message-ignored-supersedes-headers): Include Cancel-Lock and
7737         Cancel-Key.
7738         (message-insert-canlock): Don't require canlock.
7739         (message-cancel-news): Don't check whether canlock is available.
7740         (message-supersede): Support cancel-locks.
7741
7742         * gnus-art.el: Don't autoload canlock.
7743
7744 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7747         From: <andre@slamdunknetworks.com>
7748
7749 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7750
7751         * many files: Fix copyright lines.
7752
7753 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7754
7755         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7756         Suggested by Dave Love  <fx@gnu.org>.
7757
7758 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7759
7760         * message.el (message-kill-buffer): Remove auto-save file after
7761         confirm.
7762
7763         * message.el (message-send-mail): Call message-generate-headers
7764         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7765
7766         * gnus-topic.el (gnus-topic-rename): Initial-input.
7767         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7768
7769 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7770
7771         * message.el (message-forbidden-properties): New constant.
7772         (message-strip-forbidden-properties): New function.
7773         (message-mode): Activate it.
7774
7775 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7776
7777         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7778         (mm-hack-charsets): Fix doc.
7779
7780 2001-11-02  Simon Josefsson  <jas@extundo.com>
7781
7782         * gnus-int.el (gnus-check-server): Message "...done" when done.
7783
7784         * imap.el (imap-close): Don't message (imap-send-command-wait
7785         returns if the connection is dropped).
7786         (imap-wait-for-tag): Nix out message only when necessary.
7787
7788         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7789         for non-crossposting.
7790         (gnus-sieve-crosspost): Default to t to be consistent with other
7791         parts of Gnus.
7792
7793 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7794
7795         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7796         (mm-iso-8859-x-to-15-table): Ditto.
7797         (mm-iso-8859-x-to-15-region): Ditto.
7798         (mm-find-mime-charset-region): Ditto.
7799
7800 2001-11-01  Simon Josefsson  <jas@extundo.com>
7801
7802         * nnimap.el (nnimap-close-asynchronous): New variable.
7803         (nnimap-close-group): Use it.
7804         (nnimap-expunge): Don't use it.
7805
7806         * imap.el (imap-callbacks): New variable.
7807         (imap-remassoc): Copied from `gnus-remassoc'.
7808         (imap-add-callback): New function.
7809         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7810         behaviour.
7811         (imap-parse-response): Call the callback.
7812
7813         * message.el (message-insert-canlock): New variable.
7814         (message-canlock-generate, message-canlock-password)
7815         (message-insert-canlock): New functions.
7816         (message-send-news): Call `message-insert-canlock'.
7817         (top-level): Require canlock when compiling.
7818         (message-insert-canlock): Require canlock before we need it.
7819
7820 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7821
7822         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7823
7824 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7825
7826         * dgnushack.el (dgnushack-make-load): A workaround for
7827         custom-add-loads bug in some versions of XEmacs.
7828
7829 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7830
7831         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7832
7833 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7834
7835         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7836         (mm-hack-charsets): New variable.
7837         (mm-iso-8859-15-compatible): New variable.
7838         (mm-iso-8859-x-to-15-table): New variable.
7839         (mm-find-mime-charset-region): Add parameter hack-charsets.
7840
7841         * mm-bodies.el (mm-encode-body): Use it.
7842         * mml.el (mml-parse-1): Ditto.
7843
7844 2001-11-01  Simon Josefsson  <jas@extundo.com>
7845
7846         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7847
7848 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7849
7850         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7851         is nil.
7852
7853 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7854
7855         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7856
7857         * message.el (message-forward-rmail-make-body): Use
7858         save-window-excursion.
7859         (message-encode-message-body): Search with noerror.
7860         (message-setup-1): Convert compose-mail send-actions to
7861         message-send-actions.
7862
7863 2001-11-01  Simon Josefsson  <jas@extundo.com>
7864
7865         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7866         <yamaoka@jpl.org>.
7867
7868 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7869
7870         * sieve-manage.el (sieve-string-bytes): No complain.
7871
7872 2001-11-01  Simon Josefsson  <jas@extundo.com>
7873
7874         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7875         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7876         has autoload cookies, so no `require' should be necessary.)
7877
7878         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7879         files.
7880
7881 2001-10-31  Simon Josefsson  <jas@extundo.com>
7882
7883         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7884         parameter.
7885
7886         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7887         `display' is a number (and C-u wasn't used to enter group), only
7888         fetch that number of articles.
7889
7890 2001-10-31  Matt Armstrong  <matt@lickey.com>
7891
7892         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7893         not-subscribed -> subscribed.
7894
7895 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7896         From: Josh Huber <huber@alum.wpi.edu>
7897
7898         * message.el (message-subscribed-address-functions): New variable.
7899         (message-subscribed-addresses): New variable.
7900         (message-subscribed-regexps): New variable.
7901         (message-goto-mail-followup-to): New function.
7902         (message-send-mail): Add Mail-Followup-To.
7903         (message-make-mft): New function.
7904
7905         * gnus.el (gnus-find-subscribed-addresses): New function.
7906
7907 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7908
7909         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7910         (mail-source-fetch-pop): Ditto.
7911         (mail-source-check-pop): Ditto.
7912
7913         * gnus-start.el (gnus-read-init-file): Ditto.
7914         (gnus-activate-group): Ditto.
7915         (gnus-read-newsrc-el-file): Ditto.
7916
7917 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7918
7919         * message.el (message-get-reply-headers): Make sure there is ", ".
7920
7921         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7922         mm-coding-system-p. Don't correct it only in XEmacs.
7923         (mm-charset-to-coding-system): Use mm-coding-system-p and
7924         mm-get-coding-system-list.
7925         (mm-emacs-mule, mm-mule4-p): New variables.
7926         (mm-enable-multibyte, mm-disable-multibyte,
7927         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7928         mm-with-unibyte-current-buffer,
7929         mm-with-unibyte-current-buffer-mule4): Use them.
7930         (mm-find-mime-charset-region): Treat iso-2022-jp.
7931
7932         From  Dave Love  <fx@gnu.org>:
7933
7934         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7935         construction.
7936         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7937         entries conditional on not having a coding system defined for
7938         them.
7939         (mm-mule-charset-to-mime-charset): Use
7940         find-coding-systems-for-charsets if defined.
7941         (mm-charset-to-coding-system): Don't use
7942         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7943         later.  Add last resort search of coding systems.
7944         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7945         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7946         Mule 4.
7947         (mm-find-mime-charset-region): Re-write.
7948         (mm-with-unibyte-current-buffer): Restore buffer as well as
7949         multibyteness.
7950
7951 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7952
7953         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7954         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7955         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7956
7957 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7958
7959         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7960         again.
7961
7962         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7963
7964 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * gnus-spec.el (gnus-parse-simple-format): Use
7967           buffer-substring-no-properties.
7968
7969 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (article-verify-cancel-lock): New function.
7972
7973         * nnheader.el (nntp-process-response): New variable.
7974         (nnheader-init-server-buffer): Make `nntp-process-response'
7975         buffer-local in `nntp-server-buffer'.
7976
7977         * nntp.el (nntp-prepare-post-hook): New hook.
7978         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7979         (nntp-async-trigger): Ditto.
7980         (nntp-request-post): Insert a server's ID if there's no Message-ID
7981         header; run `nntp-prepare-post-hook'.
7982
7983 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7986         instead.
7987
7988         * message.el (message-forward-subject-author-subject): Don't use
7989         message-news-p, which widens the buffer.
7990         (message-forward-make-body): New function.
7991         (message-forward): Use it.
7992         (message-insinuate-rmail): New function.
7993         (message-forward-rmail-make-body): New function.
7994
7995 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7996
7997         * mm-extern.el (mm-extern): Provide it.
7998
7999         * mm-partial.el (mm-partial): Provide it.
8000
8001 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8002
8003         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8004
8005 2001-10-29  Simon Josefsson  <jas@extundo.com>
8006
8007         * mml.el (mml-preview): Bind message-this-is-news if it is
8008         news. From Jesper Harder <harder@myrealbox.com>.
8009
8010 2001-10-28  Simon Josefsson  <jas@extundo.com>
8011
8012         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8013
8014 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8015
8016         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8017         ironic smilies.
8018
8019 2001-10-27  Simon Josefsson  <jas@extundo.com>
8020
8021         * message.el (message-indent-citation): Don't add trailing
8022         whitespace when citing text.
8023
8024         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8025         <harder@ifa.au.dk>.
8026
8027 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8030         not available.
8031         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8032         (nnweb-type-definition): Add google as alias of dejanews.
8033         (nnweb-google-parse-1): Forward 1 line.
8034
8035 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8036
8037         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8038         variable `message-forward-ignored-headers'.
8039
8040 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8041
8042         * gnus.el (gnus-expand-group-parameter): New function.
8043         (gnus-expand-group-parameters): Call it.
8044         (gnus-group-fast-parameter): New function.
8045         (gnus-group-find-parameter): Call it.
8046
8047 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8048
8049         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8050         vector (it didn't before because of a bug).
8051         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8052         available.  Before it converted it to an article number.
8053
8054         This makes followup to news articles with negative numbers in
8055         nnvirtual groups use news instead of mail.
8056
8057 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8058
8059         * gnus.el (post-method): Use `native' instead of `nil'.
8060
8061         * gnus-msg.el (gnus-post-method): Ditto.
8062
8063 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8064
8065         * gnus.el (gnus-define-group-parameter): Grammar fix.
8066
8067 2001-10-22  Simon Josefsson  <jas@extundo.com>
8068
8069         * gnus-msg.el (gnus-extended-version): Include
8070         system-configuration.
8071         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8072
8073 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8074
8075         * gnus.el (post-method): Customization fix: `native' is not a
8076         valid value.
8077         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8078         `native' is not a valid value.
8079
8080 2001-10-21  Simon Josefsson  <jas@extundo.com>
8081
8082         * nnimap.el (nnimap): Defgroup
8083         (nnimap-strict-function, nnimap-strict-function-match): New
8084         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8085         (nnimap-split-crosspost, nnimap-split-inbox)
8086         (nnimap-split-rule, nnimap-split-predicate)
8087         (nnimap-split-predicate): Defcustom.
8088         (nnimap-split-inbox, nnimap-expunge-search-string)
8089         (nnimap-importantize-dormant): Remove "*" from doc.
8090
8091 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8092
8093         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8094         not supplied via prefix arg.  From Lisp, make arg mandatory.
8095         Suggested by Frank Schmitt.
8096
8097 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8098
8099         * message.el (message-do-auto-fill): Avoid calling
8100         'rfc822-goto-eoh'.
8101
8102 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8103         From Paul Jarc <prj@po.cwru.edu>.
8104
8105         * message.el (message-get-reply-headers): Restructure the logic
8106         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8107
8108 2001-10-20  Simon Josefsson  <jas@extundo.com>
8109
8110         * message.el (message-cancel-news): Support cancel-locks.
8111         Suggested by Per Abrahamsson.
8112
8113         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8114         conses.  From David Z Maze <dmaze@MIT.EDU>.
8115
8116         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8117
8118 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8119
8120         * mm-decode.el (mm-default-directory): Fix customize type.
8121
8122         * message.el (message-setup-fill-variables): Kludge to use
8123         normal-auto-fill-function even if auto fill is already activated.
8124
8125 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8126
8127         * message.el (message-do-auto-fill): New version that does not
8128         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8129         (message-setup-1): Removed the `message-field' property.
8130
8131         * gnus-draft.el (gnus-draft-edit-message): Removed the
8132         `message-field' property.
8133
8134 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8135
8136         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8137         `message-field'.  The `field' property has a special significance in
8138         Emacs 21.
8139
8140         * message.el (message-send, message-setup-1): Ditto.
8141
8142 2001-10-18  Simon Josefsson  <jas@extundo.com>
8143
8144         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8145         when undoing.
8146
8147 2001-10-18  Simon Josefsson  <jas@extundo.com>
8148         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8149
8150         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8151         (gnus-summary-make-menu-bar): Ditto.
8152
8153 2001-10-17  Simon Josefsson  <jas@extundo.com>
8154
8155         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8156         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8157
8158 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8159
8160         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8161         * gnus-util.el (gnus-user-date): New function.
8162         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8163
8164 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8165
8166         * message.el (message-check-news-header-syntax): Special case
8167         nnvirtual groups.
8168
8169         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8170         customize type to `symbol'.
8171
8172 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8173
8174         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8175         %&foo;.
8176         (gnus-parse-simple-format): Support user extended spec too.
8177         %u&foo; invokes gnus-user-format-function-foo.
8178
8179 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8180
8181         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8182         the server.
8183         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8184         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8185         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8186         * nndiary.el (nndiary-request-expire-articles): Ditto.
8187         (nndiary-schedule): Defsubst it before use it.
8188         (nndiary-error): eval-and-compile.
8189
8190 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8191
8192         * gnus-msg.el (gnus-post-method): Changed two instances of
8193         `active' to `current' and one `null' to `not'.
8194
8195 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8196         From Katsumi Yamaoka <yamaoka@jpl.org>.
8197
8198         * message.el (message-setup-fill-variables): Use
8199         `normal-auto-fill-function' instead of `auto-fill-function'.
8200
8201 2001-10-16  Simon Josefsson  <jas@extundo.com>
8202
8203         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8204         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8205         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8206
8207 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8208         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8209
8210         * gnus-draft.el (gnus-draft-edit-message): Add text property
8211         `field' with value `header' to message headers.
8212         * message.el (message-setup-1): Really add text property to all of
8213         the header, not just part of it.
8214
8215 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * gnus-group.el (gnus-group-sort-by-server): Use it.
8218
8219         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8220
8221         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8222         and keystroke.
8223
8224 2001-10-14  Simon Josefsson  <jas@extundo.com>
8225
8226         * dig.el: Doc fix.
8227
8228         * smime.el: Doc fix.
8229
8230         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8231         charset magic from message.el.
8232
8233 2001-10-12  Simon Josefsson  <jas@extundo.com>
8234         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8235
8236         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8237         'cite from g-a-wash-types.
8238         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8239         (gnus-article-hide-citation): Fix.
8240
8241         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8242         character.
8243         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8244
8245         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8246         definition.
8247         (gnus-signature-toggle): Toggle `s' mode line character.
8248
8249         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8250         doing stuff that clears it.
8251
8252 2001-10-12  Simon Josefsson  <jas@extundo.com>
8253
8254         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8255         From Eric Marsden <emarsden@laas.fr>.
8256
8257 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8258
8259         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8260         (autoload): Add some autoloads.
8261
8262 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8263         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8264
8265         * message.el (message-do-auto-fill): New function.  Like
8266         `do-auto-fill' but don't fill when in the message header.
8267         (message-setup-1): Put a text property on the message header.
8268         (message-setup-fill-variables): Use `message-do-auto-fill'.
8269
8270 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * message.el (message-send-mail-partially): Insert an empty line
8273         first, because of the change of message-make-lines.
8274
8275 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8276
8277         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8278         iso-8859-15, make it an alias for iso-8859-1.
8279
8280 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * message.el (message-send-news): Don't modify the value of
8283         `message-syntax-checks' if it is not a list (possibly it is
8284         `dont-check-for-anything-just-trust-me').
8285
8286 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8289         `find-coding-system' for XEmacs to check whether the coding-system
8290         `utf-8' is available.
8291
8292 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8295
8296 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8297
8298         * message.el (message-send-news): Oops, missed case with no
8299         "Followup-To" header...
8300
8301 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8302
8303         * message.el (message-send-news): Allow
8304         `gnus-group-name-charset-group-alist' to affect encoding of the
8305         "Newsgroups" and "Followup-To" headers.
8306
8307 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8308
8309         * Makefile.in (install-el): Depend on gnus-load.el.
8310
8311 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8312
8313         * Makefile.in (install-el): Use -f.
8314         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8315
8316 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8317
8318         * message.el (message-send-news): Don't encode Followups-To when
8319         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8320
8321         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8322         header.
8323
8324         * gnus-art.el (article-decode-group-name): Also decode
8325         "Followup-To".
8326
8327         * rfc2047.el (rfc2047-encode-message-header): Encode without
8328         asking for null methods.
8329
8330         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8331         default charset for newsgroup names in accordance with USEFOR.
8332
8333         * gnus-group.el (gnus-group-name-charset-method-alist,
8334         gnus-group-name-charset-group-alist): Removed "*" from doc
8335         strings, "*" should not be used for complex variables.
8336
8337 2001-10-06  Simon Josefsson  <jas@extundo.com>
8338
8339         Support UTF-8 group names better.
8340
8341         * message.el (message-check-news-header-syntax): Encode group
8342         names before comparison.
8343
8344         * gnus-msg.el (gnus-copy-article-buffer): Run all
8345         `gnus-article-decode-hook's except `article-decode-charset'
8346         instead of hardcoding call to one of them.
8347
8348         * gnus-art.el (gnus-article-decode-hook): Add
8349         `article-decode-group-name'.
8350         (article-decode-group-name): New function, use `g-d-n'.
8351
8352         * gnus-group.el (gnus-group-insert-group-line): Decode
8353         gnus-tmp-group using `g-d-n'.
8354
8355         * gnus-util.el (gnus-decode-newsgroups): New function.
8356
8357 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8358
8359         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8360         `gnus-group-name-charset-group-alist'.
8361
8362 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363
8364         * Makefile.in: Install el in install. Add uninstall.
8365
8366 2001-10-05  Simon Josefsson  <jas@extundo.com>
8367
8368         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8369
8370         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8371
8372         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8373         empty folders.
8374
8375         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8376         limiting if read-all (C-u RET) was used.
8377
8378 2001-10-04  Simon Josefsson  <jas@extundo.com>
8379
8380         * mail-source.el (mail-source-movemail-program): New variable.
8381         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8382         <thutt@thutt.vmware.com>.
8383
8384 2001-10-03  Simon Josefsson  <jas@extundo.com>
8385
8386         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8387         (gnus-summary-line-format-alist): Fix param.
8388
8389 2001-10-02  Simon Josefsson  <jas@extundo.com>
8390
8391         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8392         don't go through `nnimap-request-expire-articles' to delete the
8393         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8394
8395 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8396
8397         * gnus-agent.el (gnus-agent-write-active): The min in the
8398         agent/active may be larger than that in the server/active.
8399
8400 2001-10-01  Simon Josefsson  <jas@extundo.com>
8401
8402         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8403         is IMAP4rev1.
8404
8405         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8406
8407         * nnfolder.el: Ditto.
8408
8409 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8410
8411         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8412         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8413
8414 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8415
8416         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8417         (message-mode-menu): Menu item for same.
8418
8419         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8420         delayed articles.
8421
8422         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8423         nndraft:delayed does not exist.
8424         (gnus-delay-initialize): Don't set up keymap, that's done from
8425         message.el now.
8426         (gnus-delay, gnus-delay-group, gnus-delay-header)
8427         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8428
8429 2001-09-29  Simon Josefsson  <jas@extundo.com>
8430
8431         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8432         utf-8, not eight-bit-control.
8433
8434         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8435         (imap-log, imap-debug): Custom.
8436         (imap-log-buffer, imap-debug-buffer): New constants.
8437         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8438         (imap-network-open, imap-shell-open, imap-starttls-open)
8439         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8440         (imap-debug): Use imap-*-buffer.
8441
8442         * nndoc.el (nndoc-article-type): Add mailman.
8443         (nndoc-type-alist): Ditto.
8444         (nndoc-mailman-type-p): New function.
8445
8446 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8449         gnus-art.el.
8450
8451 2001-09-27  Simon Josefsson  <jas@extundo.com>
8452
8453         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8454         (gnus-topic-catchup-articles): New function. Suggested by Robin
8455         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8456
8457 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8459
8460         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8461         previous ones.
8462
8463 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8464         From Daiki Ueno  <ueno@unixuser.org>
8465
8466         * gnus-sum.el (gnus-summary-show-article): The arglist of
8467         detect-coding-region is incompatible.
8468
8469 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8470         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8471
8472         * gnus-group.el (gnus-group-delete-group): Typo.
8473
8474 2001-09-26  Simon Josefsson  <jas@extundo.com>
8475
8476         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8477
8478         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8479
8480 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8481
8482         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8483
8484 2001-09-22  Simon Josefsson  <jas@extundo.com>
8485
8486         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8487
8488         * nnfolder.el (nnfolder-open-marks): Ditto.
8489
8490         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8491         (gnus-update-marks): Use it.
8492         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8493         hardcoded list.
8494
8495         * gnus.el (gnus-article-special-mark-lists): Add killed.
8496         (gnus-article-unpropagated-mark-lists): New constant.
8497
8498 2001-09-22  Simon Josefsson  <jas@extundo.com>
8499
8500         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8501         custom option.
8502
8503 2001-09-23  Simon Josefsson  <jas@extundo.com>
8504
8505         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8506
8507 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8508
8509         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8510
8511 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8512
8513         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8514         accept lists of functions.
8515
8516 2001-09-20  Simon Josefsson  <jas@extundo.com>
8517
8518         * gnus-group.el (gnus-group-catchup): Update expire marks in
8519         backend.  Also, if ALL also set expire marks on tick/dormant.
8520
8521 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8522
8523         * message.el (message-tab-body-function): New variable.
8524         * message.el (message-tab): Use it.
8525
8526 2001-09-19  Sam Steingold  <sds@gnu.org>
8527
8528         * gnus-win.el (gnus-buffer-configuration): Respect
8529         `gnus-bug-create-help-buffer'.
8530
8531 2001-09-18  Simon Josefsson  <jas@extundo.com>
8532
8533         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8534         (gnus-parse-simple-format): Re-revert.
8535
8536 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8537         Trivial patch.
8538
8539         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8540         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8541
8542 2001-09-18  Simon Josefsson  <jas@extundo.com>
8543
8544         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8545         signed.
8546         (gnus-parse-simple-format): Don't use it.
8547
8548 2001-09-17  Miles Bader  <miles@gnu.org>
8549
8550         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8551         error querying a backend abort the whole process.
8552
8553 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8556         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8557
8558 2001-09-17  Didier Verna  <didier@xemacs.org>
8559
8560         * nndiary.el: version 0.2-b14.
8561         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8562         compatibility problem with XEmacs 21.1.
8563
8564 2001-09-15  Simon Josefsson  <jas@extundo.com>
8565
8566         * gnus-group.el (gnus-group-line-format): Document %c.
8567
8568         * nnml.el (nnml-parse-head): Handle CRLF files.
8569         (nnml-generate-nov-file): Ditto.
8570         (nnml-retrieve-headers): Ditto.
8571
8572 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8573
8574         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8575
8576 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8577
8578         * gnus-spec.el (gnus-correct-substring): Still stopped one
8579         character before we wanted (never included last character).
8580         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8581         add missing "," (once per function)
8582
8583 2001-09-14  Simon Josefsson  <jas@extundo.com>
8584
8585         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8586         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8587         default before gnus-group is loaded and the variable set.)
8588
8589         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8590         killed or unsent marks.
8591
8592         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8593         isn't an article to set it on (e.g. when you `a' in a group).
8594
8595 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8596
8597         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8598         can read e-mails from Microsoft Outlook users not using ISO
8599         8859-2 character set.
8600
8601 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8602
8603         * gnus-diary.el: Minor modifications to avoid warnings.
8604         (gnus-summary-misc-menu): defvar.
8605         (gnus-diary-check-message): Use gnus-point-at-eol.
8606         (gnus-diary-kill-entire-line): eval-and-compile.
8607
8608 2001-09-12  Didier Verna  <didier@xemacs.org>
8609
8610         * nndiary.el: new version (0.2-b13).
8611         * nndiary.el (nndiary-mail-sources): doc update.
8612         * nndiary.el (nndiary-split-methods): ditto.
8613         * nndiary.el (nndiary-request-accept-article-hooks): New.
8614         * nndiary.el (nndiary-request-accept-article): use it, check
8615         message validity.
8616         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8617         * nndiary.el (nndiary-schedule): fix bug (misplaced
8618         condition-case): it didn't return nil on error.
8619         * gnus-diary.el: new version.
8620         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8621         * gnus-diary.el (gnus-diary-header-value-history): New.
8622         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8623         * gnus-diary.el (gnus-diary-add-header): New.
8624         * gnus-diary.el (gnus-diary-check-message): New.
8625         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8626         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8627
8628 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8629
8630         * gnus-sum.el (gnus-select-newsgroup): Make
8631         `gnus-current-select-method' buffer-local.
8632
8633         * gnus-art.el (gnus-request-article-this-buffer): Refer
8634         `gnus-current-select-method' in the current summary buffer.
8635
8636 2001-09-10  Simon Josefsson  <jas@extundo.com>
8637         From Daniel Pittman <daniel@rimspace.net>
8638
8639         * gnus-spec.el (gnus-correct-pad-form): Fix.
8640
8641 2001-09-09  Simon Josefsson  <jas@extundo.com>
8642
8643         * mm-decode.el (mm-inline-media-tests): Add
8644         application/x-emacs-lisp.
8645         (mm-attachment-override-types): Add
8646         application/{x-,}pkcs7-signature.
8647
8648         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8649         (gnus-server-line-format, gnus-server-mode-line-format)
8650         (gnus-server-browse-in-group-buffer): Customize.
8651
8652 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8653
8654         * nnml.el (nnml-marks-changed-p): Typo.
8655         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8656         (nnml-marks-changed-p): Use gnus-gethash.
8657         (nnml-marks-modtime): Use gnus-make-hashtable.
8658
8659         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8660         (nnfolder-request-expire-articles, nnfolder-save-marks)
8661         (nnfolder-open-marks): Typo.
8662         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8663         (nnfolder-marks-changed-p): Use gnus-gethash.
8664         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8665
8666 2001-09-08  Simon Josefsson  <jas@extundo.com>
8667
8668         * nnfolder.el (nnfolder-marks-modtime): New variable.
8669         (nnfolder-marks-changed-p): New function.
8670         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8671         (nnfolder-request-update-info): Don't update if marks didn't change.
8672
8673         * nnml.el (nnml-marks-modtime): New variable.
8674         (nnml-marks-changed-p): New function.
8675         (nnml-save-marks, nnml-open-marks): Save modtime.
8676         (nnml-request-update-info): Don't update if marks didn't change.
8677
8678         * gnus-agent.el (gnus-agent-any-covered-gcc)
8679         (gnus-agent-add-server, gnus-agent-remove-server): Use
8680         gnus-agent-method-p.
8681
8682         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8683         (gnus-unbuttonized-mime-type-p): Use it.
8684
8685         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8686         fetch group.
8687
8688 2001-09-08  Simon Josefsson  <jas@extundo.com>
8689         From Daniel Pittman <daniel@rimspace.net>
8690
8691         * gnus-spec.el (gnus-correct-pad-form): New function.
8692         (gnus-parse-simple-format): Use it.
8693
8694 2001-09-07  Simon Josefsson  <jas@extundo.com>
8695
8696         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8697         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8698         Putnam <reader@newsguy.com>.
8699         (gnus-group-sort-selected-groups): Touch dribble file.
8700
8701 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8702
8703         * nnml.el (nnml-filenames-are-evil): New variable.
8704         (nnml-article-to-file-alist): Rename to ...
8705         (nnml-current-group-article-to-file-alist): ... this.
8706         Respect `nnml-filenames-are-evil'.
8707         (nnml-active-number): Update.
8708         (nnml-update-file-alist): Update.
8709         (nnml-request-article): Use nnheader-article-to-file-alist.
8710         (nnml-request-rename-group): Likewise.
8711
8712 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-sum.el (gnus-summary-insert-line): Fix.
8715
8716 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8717
8718         * gnus-sum.el: Bind g-s-t-s to "W g".
8719         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8720         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8721         display of graphical smilies.
8722
8723 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8724
8725         * gnus-start.el (gnus-setup-news): A typo.
8726         From Bill White <billw@wolfram.com>.
8727
8728 2001-09-06  Simon Josefsson  <jas@extundo.com>
8729
8730         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8731         and unseen marks.
8732
8733 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8734
8735         * nnmail.el (nnmail-split-fancy): Document `junk'.
8736
8737 2001-09-04  Simon Josefsson  <jas@extundo.com>
8738
8739         * imap.el (imap-search): Don't error if server is broken.
8740
8741 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8742
8743         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8744         searching for an article that isn't in the mbox.
8745
8746 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8749         right, and get all the comments.
8750
8751 2001-09-02  Simon Josefsson  <jas@extundo.com>
8752         Suggested by Dan Christensen <jdc+news@uwo.ca>
8753
8754         * nnfolder.el (nnfolder-request-update-info): Fix message.
8755
8756         * nnml.el (nnml-request-update-info): Ditto.
8757
8758 2001-09-01  Simon Josefsson  <jas@extundo.com>
8759
8760         * nnml.el (nnml-request-expire-articles): Also bind
8761         `nnml-current-group' and `nnml-article-file-alist' when using
8762         expiry-target. (Otherwise nnml will be in a inconsistent internal
8763         state causing all kind of problems.)
8764         (nnml-request-expire-articles): If `nnml-article-to-file' or
8765         `file-attributes' failes, return article as un-expirable instead
8766         of treating it as expired.
8767
8768 2001-08-31  Sam Steingold  <sds@gnu.org>
8769
8770         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8771         typo: `exmine' --> `examine'.
8772
8773 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8774
8775         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8776
8777 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8778
8779         * nnml.el (nnml-check-directory-twice): Remove.
8780         (nnml-retrieve-headers): Ditto.
8781         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8782
8783 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8784
8785         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8786         directory twice on Windows, or on GNU Emacs-21.
8787
8788 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8789
8790         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8791         (nnml-request-rename-group): Ditto.
8792         (nnml-active-number): Ditto.
8793         (nnml-request-create-group): Use nnml-directory-articles.
8794         (nnml-request-expire-articles): Use nnml-directory-articles, which
8795         gets list from nov database if available.
8796         (nnml-get-nov-buffer): New function.
8797         (nnml-open-nov): Use it.
8798         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8799         gets alist from nov database if available.
8800         (nnml-directory-articles): New function.
8801         (nnml-article-to-file-alist): New function.
8802
8803 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8804
8805         * mm-decode.el (mm-display-external): Use `name' as filename, if
8806         `filename' attribute is not present.
8807
8808 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8809
8810         * mail-source.el (mail-source-flash): New defcustom.
8811         (mail-source-new-mail-p): Ring visible bell if appropriate.
8812         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8813         timer is cleared even if mail check signals an error.
8814
8815 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8816
8817         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8818         type 'list.
8819
8820 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8821
8822         * flow-fill.el (fill-flowed): eol might be point-max.
8823
8824 2001-08-27  Simon Josefsson  <jas@extundo.com>
8825
8826         * nnml.el (nnml-request-update-info): Fix message.
8827         (nnml-open-marks): Ditto.
8828
8829         * nnfolder.el (nnfolder-request-update-info):
8830         (nnfolder-open-marks): Fix message.
8831
8832 2001-08-25  Simon Josefsson  <jas@extundo.com>
8833
8834         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8835         after group in ~/.
8836
8837 2001-08-25  Simon Josefsson  <jas@extundo.com>
8838         From Andreas Jaeger  <aj@suse.de>
8839
8840         * nnfolder.el (nnfolder-open-marks): Fix typo.
8841         * nnml.el (nnml-open-marks): Likewise.
8842
8843 2001-08-25  Simon Josefsson  <jas@extundo.com>
8844
8845         Make nnfolder groups self-contained as far as marks are concerned.
8846
8847         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8848         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8849         (nnfolder-open-server): Make marks directory.
8850         (nnfolder-request-delete-group): Delete marks file.
8851         (nnfolder-request-delete-group): Check of nov/marks file exist
8852         before deleting.
8853         (nnfolder-request-rename-group): Rename marks file.
8854         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8855         (nnfolder-request-set-mark, nnfolder-request-update-info)
8856         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8857         (nnfolder-open-marks): New functions.
8858         (top-level): Require gnus.
8859
8860 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * nnweb.el (nnweb-type-definition): Use google raw file.
8863         (nnweb-google-parse-1): Ditto.
8864         (nnweb-google-identity): Ditto.
8865         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8866         (nnweb-altavista-wash-article): Ditto.
8867         (nnweb-request-article): Remove nnweb-decode-entities.
8868
8869         * nnml.el: Require 'gnus.
8870
8871 2001-08-25  Simon Josefsson  <jas@extundo.com>
8872
8873         * nnml.el (nnml-marks-is-evil): Add doc.
8874
8875 2001-08-25  Simon Josefsson  <jas@extundo.com>
8876
8877         * nnml.el (nnml-save-marks): Wrap saving marks in a
8878         condition-case, to allow user to start Gnus if saving marks failed
8879         for some reason.
8880
8881 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8884
8885         * gnus-group.el (gnus-update-group-mark-positions): Bind
8886         gnus-group-update-hook to nil.
8887
8888 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8889
8890         * mml.el (mml-generate-mime-1): Force as multibyte string.
8891
8892 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8893
8894         * gnus-sum.el (gnus-summary-insert-line)
8895         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8896         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8897
8898         * gnus-spec.el (gnus-correct-substring): Take optional END.
8899
8900         * nnrss.el (nnrss-request-article): Remove \n.
8901         (nnrss-retrieve-headers): Lines number is -1.
8902
8903 2001-08-24  Simon Josefsson  <jas@extundo.com>
8904
8905         * gnus-group.el (gnus-info-clear-data): Call
8906         nnfoo-request-set-mark to propagate marks.  Fix bug:
8907         `gnus-group-update-line' doesn't update read range unless we call
8908         `gnus-get-unread-articles-in-group' first.
8909
8910         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8911         to server.
8912
8913 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * gnus-util.el (gnus-create-info-command): Return an interactive
8916         function.
8917
8918 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919         From Katsumi Yamaoka <yamaoka@jpl.org>
8920
8921         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8922
8923 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * gnus-sum.el (gnus-select-newsgroup): Use it.
8926
8927         * gnus-util.el (gnus-not-ignore): New function.
8928
8929         * lpath.el (featurep): Don't fbind char-int.
8930
8931         * gnus-util.el (gnus-create-info-command): New function.
8932
8933         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8934         right node.
8935
8936         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8937         (gnus-summary-limit-children): Use 'identity instead of `all'.
8938         (gnus-summary-limit-to-display-predicate): New command and
8939         keystroke.
8940
8941 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8942
8943         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8944
8945         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8946
8947 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * gnus-spec.el: Add the Gnus version.
8950         (gnus-update-format-specifications): If the Gnus version changes,
8951         nix out the format spec cache.
8952
8953         * gnus.el (gnus-continuum-version): Made into a command and
8954         optionalize the VERSION.
8955
8956         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8957         the start of the lines.
8958
8959 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * gnus.el (gnus-visual-p): Define function before use of
8962         function.
8963
8964 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965
8966         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8967         (gnus-article-mark-to-type): New function.
8968         (gnus-update-missing-marks): Only update marks of type 'list.
8969
8970         * gnus.el (gnus-article-special-mark-lists): New variable.
8971
8972 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8973
8974         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8975         (gnus-select-newsgroup): Still use 'all.
8976         (gnus-summary-initial-limit): Comparing with 'all.
8977
8978 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8981         active.
8982
8983 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8986         nnslashdot-*-retrieve-headers.
8987         (nnslashdot-request-article): Fix for slashcode 2.2.
8988         (nnslashdot-make-tuple): New function.
8989         (nnslashdot-read-groups): Use it.
8990
8991 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8994         list.
8995
8996         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8997
8998 2001-08-20  Simon Josefsson  <jas@extundo.com>
8999
9000         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9001         opened, error instead of continuing (and exploding later).
9002
9003 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * gnus.el (gnus-expand-group-parameters): Return the parameter
9006         list.
9007
9008         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9009         (gnus-summary-show-article): Guess at charset if required.
9010
9011         * gnus-spec.el (gnus-correct-substring): Stopped one character
9012         before we wanted.
9013
9014 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9015
9016         * earcon.el (earcon-auto-play): Remove unused option.
9017
9018 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019
9020         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9021         message down in levels, since it happens very fast.
9022
9023         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9024         of smiley-regexp-alist.
9025
9026         * mm-view.el (mm-inline-text): Ignore vcard errors.
9027
9028         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9029
9030         * gnus-score.el (gnus-all-score-files): Use append instead of
9031         nconc.
9032
9033         * gnus.el (gnus-splash-face): Doc fix.
9034
9035         * mm-decode.el (mm-mailcap-command): Use
9036         mm-path-name-rewrite-functions.
9037         (mm-path-name-rewrite-functions): New variable.
9038
9039         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9040         (gnus-complex-form-to-spec): Insert tab.
9041         (gnus-spec-tab): New function.
9042
9043         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9044         entering the group.
9045
9046         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9047         the positional spec.
9048         (gnus-parse-complex-format): React to %C.
9049
9050         * gnus-ems.el (gnus-char-width): Moved here.
9051
9052         * gnus-sum.el (gnus-select-newsgroup): Set
9053         gnus-newsgroup-articles.
9054         (gnus-unseen-mark): New variable.
9055         (gnus-newsgroup-unseen): Ditto.
9056         (gnus-newsgroup-seen): Ditto.
9057         (gnus-adjust-marked-articles): Use them.
9058         (gnus-update-marks): Use them.
9059         (gnus-summary-update-secondary-mark): Display.
9060         (gnus-summary-prepare-threads): Display.
9061
9062         * gnus-msg.el (gnus-inews-group-method): Use and return the
9063         method, not the server.
9064
9065 2001-08-19  Simon Josefsson  <jas@extundo.com>
9066
9067         * gnus-srvr.el (gnus-server-agent-face): New.
9068         (gnus-server-agent-face): New.
9069         (gnus-server-mode): Turn on font-lock-mode.
9070
9071         * gnus.el (gnus-server-visual): Add defgroup.
9072
9073 2001-08-19  Simon Josefsson  <jas@extundo.com>
9074         From Joe Casadonte <jcasadonte@northbound-train.com>
9075
9076         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9077         gnus-server-denied-face): New.
9078         (gnus-server-opened-face, gnus-server-closed-face,
9079         gnus-server-denied-face): New.
9080         (gnus-server-font-lock-keywords): Add.
9081
9082 2001-08-19  Simon Josefsson  <jas@extundo.com>
9083
9084         * nnml.el (nnml-request-set-mark): Return nil.
9085         (nnml-save-marks): Use nnml-possibly-create-directory.
9086         (nnml-open-marks): Only work in temp buffer when inserting/reading
9087         .marks file.
9088
9089 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9090
9091         * gnus.el (gnus-expand-group-parameters): Fix.
9092
9093         * gnus-spec.el (gnus-char-width): New function.
9094         (gnus-correct-substring, gnus-correct-length): Use it.
9095
9096         * message.el (message-required-mail-headers): Fix doc.
9097
9098 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9099
9100         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9101
9102         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9103
9104 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9107         slashdot 2.2 (not fully fixed yet).
9108         (nnslashdot-request-article): Ditto.
9109
9110 2001-08-18  Simon Josefsson  <jas@extundo.com>
9111
9112         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9113         nnimap.
9114
9115         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9116         gnus-util.
9117         (nnimap-request-update-info-internal): Use new functions.
9118
9119         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9120         new functions.
9121
9122 2001-08-18  Simon Josefsson  <jas@extundo.com>
9123
9124         Make nnml groups self-contained as far as marks are concerned.
9125
9126         * nnml.el (nnml-request-delete-group): Delete marks file.
9127         (nnml-request-rename-group): Move marks file.
9128         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9129         variables.
9130         (nnml-request-set-mark, nnml-request-update-info): New server
9131         functions.
9132         (nnml-save-marks, nnml-open-marks): New functions.
9133
9134 2001-08-18  Simon Josefsson  <jas@extundo.com>
9135
9136         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9137         `set' when setting marks.
9138
9139 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * gnus.el (gnus-info-find-node): Take an argument.
9142
9143         * gnus-art.el (gnus-button-handle-info): New function.
9144         (gnus-url-unhex-string): Replace "+" with " ".
9145
9146 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9147
9148         * message.el (message-check-news-header-syntax): Check bad From.
9149
9150 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * gnus-spec.el (gnus-correct-length): New function.
9153         (gnus-correct-substring): New function.
9154         (gnus-tilde-max-form): Use it.
9155
9156 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9157
9158         * nnmh.el: Docstring changes as below.
9159
9160         * nnml.el: Docstring changes as below.
9161
9162         * nnbabyl.el: Docstring changes as below.
9163
9164         * nnmbox.el: Docstring changes as below.
9165
9166         * nnfolder.el: Added docstrings identifying each virtual server
9167         parameter.
9168
9169 2001-08-18  Simon Josefsson  <jas@extundo.com>
9170
9171         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9172
9173 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9174
9175         * message.el: rename "Abort Message" to "Postpone Message".
9176         Remove "Attach file as MIME" from Message menu, it's already in
9177         the MIME menu.
9178
9179 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9180
9181         * smime.el (smime-point-at-eol): eval-and-compile.
9182         (smime-make-temp-file): New function.
9183         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9184         Use it.
9185
9186 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9187
9188         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9189         (gnus-agent-summary-fetch-group): New command and keystroke.
9190
9191         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9192         (gnus-mime-display-security): Make it respect
9193         gnus-unbuttonized-mime-type-p.
9194
9195         * gnus-sum.el (gnus-articles-to-read): Comments.
9196         (gnus-article-marked-p): New function.
9197         (gnus-summary-display-make-predicate): New function.
9198         (gnus-select-newsgroup): Use them.
9199
9200         * mm-decode.el (mm-save-part-to-file): Made it not error.
9201
9202 2001-08-17  Simon Josefsson  <jas@extundo.com>
9203
9204         * imap.el (imap-wait-for-tag): If process-status isn't open or
9205         run, return nil instead of sit-for looping.
9206
9207 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * lpath.el (featurep): fbind xml-parse-region.
9210
9211         * gnus.el (gnus-message-archive-method): Default to "archive".
9212         (gnus-message-archive-method): Doc fix.
9213         (gnus-parameters-get-parameter): Cleaned up.
9214         (gnus-expand-group-parameter): New function.
9215
9216         * gnus-start.el (gnus-setup-news): Push the archive server only
9217         the server list.
9218
9219         * mml.el (mml-menu): Changed name to "Attachments".
9220
9221         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9222         when there is something to detroy.
9223
9224 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9227         nil.
9228
9229 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9230
9231         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9232         which specifies a time today or tomorrow.
9233
9234 2001-08-15  Simon Josefsson  <jas@extundo.com>
9235         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9236
9237         * gnus-agent.el (gnus-agent-make-mode-line-string)
9238         (gnus-agent-toggle-plugged): Use new API.
9239
9240 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9241
9242         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9243         deadline has expired.
9244
9245 2001-08-12  Simon Josefsson  <jas@extundo.com>
9246         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9247
9248         Support `recent' mark indicating newly arrived messages (to
9249         separate from old but unread messages).
9250
9251         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9252         `nnmail-split-history' if recent is > 0.
9253         (nnimap-request-update-info-internal): Update `recent' marks.
9254         (nnimap-request-set-mark): Never set `recent' marks.
9255         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9256         recent.
9257
9258         * gnus-sum.el (gnus-recent-mark): New mark.
9259         (gnus-newsgroup-recent): New variable.
9260         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9261         (gnus-summary-prepare-threads): Mark recent articles.
9262         (gnus-summary-add-mark): Support recent.
9263         (gnus-summary-update-secondary-mark): Support recent.
9264
9265         * gnus.el (gnus-article-mark-lists): Add recent.
9266
9267 2001-08-12  Simon Josefsson  <jas@extundo.com>
9268
9269         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9270         whether successful decoding took place.  Add doc.
9271
9272 2001-08-12  Simon Josefsson  <jas@extundo.com>
9273         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9274
9275         * gnus.el (gnus-summary-line-format, gnus-parameters):
9276         * gnus-gl.el (gnus-summary-grouplens-line-format):
9277         * gnus-salt.el (gnus-summary-pick-line-format):
9278         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9279
9280 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9281         Committed by Kai Gro\e,b_\e(Bjohann.
9282
9283         * gnus-score.el (gnus-score-string): Fix `match' regexp
9284         for `extra' header case.
9285
9286 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9287
9288         * nnmbox.el (nnmbox-read-mbox): No warning.
9289
9290 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9291
9292         * nndoc.el (nndoc-article-type): Fix doc.
9293         (nndoc-generate-article-function): New variable.
9294         (nndoc-dissection-function): New variable.
9295         (nndoc-type-alist): Add oe-dbx.
9296         (nndoc-oe-dbx-type-p): New function.
9297         (nndoc-oe-dbx-dissection): New function.
9298         (nndoc-oe-dbx-generate-article): New function.
9299
9300 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9301
9302         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9303         whether deadline has been reached.  Patch from Dan Nicolaescu
9304         <dann@godzilla.ics.uci.edu>.
9305
9306 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9307
9308         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9309         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9310         <rintaman@cs.Helsinki.FI>.
9311
9312         * mail-source.el (mail-source-movemail): The error buffer is
9313         modified, but nothing in it.
9314
9315 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9316
9317         * message.el (message-bogus-system-names): New variable.
9318         (message-make-fqdn): Use it.
9319
9320 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9321
9322         * nndraft.el (nndraft-request-group): Use
9323         nndraft-auto-save-file-name.
9324
9325 2001-08-09  Simon Josefsson  <jas@extundo.com>
9326
9327         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9328         Don't ask whether to decrypt.  Just leave result in buffer (don't
9329         call mm).
9330
9331         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9332         parts as well.
9333         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9334         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9335
9336 2001-08-09  Simon Josefsson  <jas@extundo.com>
9337
9338         * mm-decode.el (mm-insert-part): Return decoding success status.
9339         (mm-save-part-to-file): Error if decoding failed.
9340
9341 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342
9343         * message.el (message-tab): Use indent-relative.
9344         (message-mode): Don't bind indent-line-function to indent-relative.
9345
9346 2001-08-09  Simon Josefsson  <jas@extundo.com>
9347
9348         * message.el (message-get-reply-headers): Fix string. Suggested by
9349         Christoph Conrad <cc@cli.de>.
9350
9351 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9352
9353         * message.el (message-tab): Use the current value of
9354         indent-line-function.
9355         (message-mode): Bind indent-line-function to indent-relative.
9356
9357 2001-08-08  Simon Josefsson  <jas@extundo.com>
9358
9359         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9360         whether `imtest' is installed.
9361
9362 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9363         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9364
9365         * gnus-sum.el (gnus-summary-show-article): Call
9366         gnus-summary-update-secondary-secondary-mark.
9367         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9368         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9369
9370 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9371
9372         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9373
9374         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9375
9376         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9377         <gerd@gnu.org>.
9378
9379         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9380
9381         * gnus-util.el (gnus-output-to-rmail): Ditto.
9382         (gnus-output-to-mail): Ditto.
9383
9384         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9385
9386 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9387
9388         * message.el (message-indent-citation): Use
9389         `message-yank-cited-prefix' for empty lines.
9390
9391 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9392
9393         * message.el (message-indent-citation): Quote only lines starting
9394         with ">" using `message-yank-cited-prefix'.
9395
9396 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9397         Trivial patch.
9398
9399         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9400         gnus-cache-fully-p.
9401
9402 2001-08-04  Simon Josefsson  <jas@extundo.com>
9403
9404         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9405         file if it doesn't exist (by calling gnus-cache-read-active).
9406
9407 2001-08-04  Simon Josefsson  <jas@extundo.com>
9408
9409         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9410         (gnus-cache-passively-or-fully-p): Removed.
9411         (gnus-cache-fully-p): Fix it.
9412
9413         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9414
9415 2001-08-04  Simon Josefsson  <jas@extundo.com>
9416
9417         * gnus-cache.el (gnus-cache-fully-p)
9418         (gnus-cache-passively-or-fully-p): New functions.
9419         (gnus-cache-possibly-enter-article): Cosmetic change, use
9420         `g-c-p-o-f-p'.
9421         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9422         was bogus (`g-c-p-a-a' does not change active info, just change
9423         the functions parameters).
9424         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9425         not removed in groups that match `gnus-uncacheable-groups'.
9426
9427         Reported and modifications based on discussions with Nuutti
9428         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9429
9430 2001-08-04  Simon Josefsson  <jas@extundo.com>
9431         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9432
9433         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9434         calls `gnus-cache-update-active' if bounds has been extended.
9435
9436 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9437
9438         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9439         before remove.
9440         (gnus-mime-security-show-details): Ditto.
9441
9442 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9443
9444         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9445         syntax.  Protect string-match against nil string and regexp.
9446
9447 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9448
9449         * mm-util.el (mm-find-charset-region): Remove control-1.
9450
9451 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9452
9453         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9454
9455 2001-08-04  Simon Josefsson  <jas@extundo.com>
9456
9457         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9458         buffer.  Delete MIME-Version header.
9459
9460 2001-08-03  Simon Josefsson  <jas@extundo.com>
9461
9462         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9463         that is entered does not necessarily have the highest article
9464         number in the group, so use `gnus-cache-possibly-alter-active'
9465         instead of `gnus-cache-update-active'.
9466
9467 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468
9469         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9470
9471 2001-08-03  Simon Josefsson  <jas@extundo.com>
9472
9473         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9474         menu.
9475
9476 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus.el (post-method): New group parameter.  It also provides
9479         the user option `gnus-post-method-alist' and the internal function
9480         `gnus-parameter-post-method'.
9481
9482         * gnus-msg.el (gnus-post-method): Bind the value of
9483         `gnus-post-method' to the group parameter if it is defined.
9484
9485 2001-08-02  Simon Josefsson  <jas@extundo.com>
9486
9487         * smime.el (smime-extra-arguments): Removed.
9488         (smime-call-openssl-region): Don't use it.
9489
9490 2001-08-02  Simon Josefsson  <jas@extundo.com>
9491
9492         * smime.el (smime-sign-region): Handle stderr.
9493         (smime-encrypt-region): Ditto.
9494
9495         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9496         match the ASN.1 length bytes.
9497         (mm-pkcs7-enveloped-magic): Ditto.
9498         (mm-view-pkcs7-get-type): Don't regexp quote.
9499
9500 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9501         From Andreas Fuchs <asf@void.at>
9502
9503         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9504
9505 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * gnus-art.el (gnus-header-button-alist): References regexp.
9508
9509 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9510
9511         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9512         already fboundp.  Add INTERACTIVE arg to autoload form.
9513
9514 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9517
9518         * nnmail.el (nnmail-cache-open): Ditto.
9519
9520 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9521
9522         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9523
9524 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9527
9528 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9529         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9530
9531         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9532         (gnus-agent-toggle-plugged): Use it.
9533
9534 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9535
9536         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9537         (gnus-ding-file-coding-system): New variable.
9538         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9539         (gnus-slave-save-newsrc): Use it.
9540
9541 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9542
9543         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9544         syntax.
9545
9546 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9547         Originally from Andreas Fuchs <asf@void.at>
9548
9549         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9550         (mml2015-gpg-pretty-print-fpr): New function.
9551         (mml2015-gpg-extract-signature-details): More details, rename from
9552         `m-g-e-from'.
9553         (mml2015-gpg-verify): Use them.
9554         (mml2015-gpg-clear-verify): Use them.
9555
9556 2001-07-31  Simon Josefsson  <jas@extundo.com>
9557
9558         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9559         buffer when done.
9560
9561 2001-07-30  Simon Josefsson  <jas@extundo.com>
9562
9563         * smime.el (smime-call-openssl-region): Revert previous change,
9564         just pass on buf to `call-process-region'.
9565         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9566         `smime-new-details-buffer'.  Inserts error messages into buffer.
9567         (smime-noverify-region): Ditto.
9568         (smime-decrypt-region): Ditto.  Handles stderr separately.
9569         (smime-verify-buffer, smime-noverify-buffer)
9570         (smime-decrypt-buffer): Doc fix.
9571         (smime-new-details-buffer): New function.
9572         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9573         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9574         (smime-sign-region, smime-encrypt-region): Don't use
9575         `insert-buffer'.
9576
9577         * mml-smime.el (mml-smime-verify): Fix security button strings.
9578
9579 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9580
9581         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9582         gnus-article-mime-handles.
9583
9584 2001-07-29  Simon Josefsson  <jas@extundo.com>
9585
9586         * mail-source.el (top-level): Require message for message-directory.
9587         (mail-source-directory): Change default to message-directory.
9588
9589         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9590         (smime-certificate-directory, smime-openssl-program)
9591         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9592         (smime-extra-arguments): New variable.
9593         (smime-dns-server): Fix customize group.
9594         (smime-call-openssl-region): Use `smime-extra-arguments'.
9595
9596 2001-07-29  Simon Josefsson  <jas@extundo.com>
9597         From Vladimir Volovich <vvv@vsu.ru>
9598
9599         * smime.el (smime-call-openssl-region): Ignore stderr.
9600
9601 2001-07-29  Simon Josefsson  <jas@extundo.com>
9602         From Christoph Conrad <christoph.conrad@gmx.de>
9603
9604         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9605         file.
9606
9607 2001-07-29  Simon Josefsson  <jas@extundo.com>
9608
9609         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9610
9611         Support S/MIME decryption.
9612
9613         * mm-decode.el (mm-inline-media-tests):
9614         (mm-inlined-types):
9615         (mm-automatic-display):
9616         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9617
9618         * mm-view.el (mm-pkcs7-signed-magic):
9619         (mm-pkcs7-enveloped-magic): New variables.
9620         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9621         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9622         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9623         PKCS#7 blobs.
9624
9625         * smime.el (smime-decrypt-region): Expand keyfile.
9626
9627 2001-07-29  Simon Josefsson  <jas@extundo.com>
9628
9629         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9630         `ssl.el' variables.
9631
9632         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9633         but line instead of narrowing to it, because `nnmail-parse-active'
9634         calls widen.  Thanks to Christoph Conrad
9635         <christoph.conrad@gmx.de>.
9636
9637 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9638
9639         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9640         for %B spec.
9641
9642         * gnus-sum.el (gnus-summary-prepare-threads): If
9643         gnus-sum-thread-tree-root is nil, use subject instead.
9644         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9645         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9646         (gnus-sum-thread-tree-leaf-with-other)
9647         (gnus-sum-thread-tree-single-leaf): Documentation.
9648         (gnus-sum-thread-tree-single-indent): Allow nil.
9649
9650 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9651
9652         * message.el (message-fill-paragraph): Do nothing if the user
9653         wants filladapt-mode.
9654
9655 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9656
9657         * mm-decode.el (mm-image-type-from-buffer): New function.
9658         (mm-get-image): Use it.
9659
9660 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9661
9662         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9663
9664         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9665         mm-display-parts too.
9666
9667 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9668
9669         * nnfolder.el (nnfolder-request-accept-article): Bind
9670         nntp-server-buffer.
9671
9672         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9673         nntp-server-buffer.
9674
9675 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9676
9677         * message.el (message-check-news-header-syntax): Use
9678         message-post-method.
9679         (message-send-news): Bind message-post-method.
9680
9681 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * mml.el (mml-tweak-type-alist): New variable.
9684         (mml-tweak-function-alist): New variable.
9685         (mml-tweak-part): New function.
9686         (mml-generate-mime-1): Use it.
9687
9688 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9689
9690         * nnfolder.el (nnfolder-request-accept-article): Replace
9691         nnfolder-request-list.
9692
9693 2001-07-27  Simon Josefsson  <jas@extundo.com>
9694
9695         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9696         nnoo-change-server failed to do it.
9697
9698 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9699
9700         * gnus.el (gnus-parameters): Make it customizable.
9701
9702 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9703
9704         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9705
9706         * message.el (message-set-auto-save-file-name): More
9707         poor-system-types.
9708
9709         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9710
9711         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9712         supports +.
9713
9714 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9715
9716         * mm-decode.el (mm-readable-p): New function.
9717         (mm-inline-media-tests): Fix the default testers.
9718
9719 2001-07-26  Simon Josefsson  <jas@extundo.com>
9720
9721         * nnimap.el (nnimap-version): Bump version number.
9722
9723 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9724         From Steven E. Harris <seh@speakeasy.org>
9725
9726         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9727         in M$Windows too.
9728
9729 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9730
9731         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9732
9733 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9736
9737         * mm-decode.el (mm-get-image): Guess then use the type.
9738
9739         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9740
9741 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9742
9743         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9744         display (%B) for threads if threading is off.
9745
9746 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9747         From Henrik Enberg <henrik@enberg.org>
9748
9749         * gnus-msg.el: Customization patch.
9750
9751 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9752
9753         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9754         variable.
9755         (nnmail-split-fancy-with-parent): Ignore certain groups.
9756
9757 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9758
9759         * gnus-util.el (gnus-byte-compile): New function.
9760         (gnus-use-byte-compile): New variable.
9761         (gnus-make-sort-function): Use it.
9762
9763         * nnmail.el (nnmail-get-new-mail): Use it.
9764
9765         * gnus-agent.el (gnus-category-make-function): Simple function or
9766         compiled function.
9767         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9768
9769         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9770         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9771         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9772
9773         * message.el (message-check-news-header-syntax): Remove quote.
9774
9775 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * message.el (message-use-mail-followup-to): `t' is not a
9778         documented value.
9779
9780 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9781
9782         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9783
9784 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9785
9786         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9787         there are long lines.
9788
9789 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * dgnushack.el (copy-list): New compiler macro.
9792
9793 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9794
9795         * message.el (message-bounce): If no Return-Path, the whole
9796         content is considered as the original message.
9797
9798         * nnml.el (nnml-check-directory-twice): New variable.
9799         (nnml-article-to-file): Use it.
9800         (nnml-retrieve-headers): Hack it.
9801
9802 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9803
9804         * gnus-win.el (gnus-buffer-configuration): New configure.
9805
9806         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9807         not alive.
9808
9809         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9810         (mm-display-external): Use display-term configure.
9811
9812 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9813
9814         * gnus-delay.el (gnus-delay-default-hour): New variable.
9815         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9816
9817 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818         From Karl Kleinpaste <karl@charcoal.com>
9819
9820         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9821         (gnus-summary-prepare-threads): Ditto.
9822
9823         * gnus.el (gnus-summary-line-format): Add %B.
9824
9825 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9826
9827         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9828
9829         * mm-util.el (mm-string-as-multibyte): New function.
9830
9831         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9832
9833 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * mm-util.el (mm-universal-coding-system): New variable.
9836
9837         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9838
9839         * score-mode.el (score-mode-coding-system): Use it.
9840
9841 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * gnus-start.el (gnus-setup-news): Call
9844         `gnus-check-bogus-newsgroups' just after the native server is
9845         opened.
9846
9847 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9848
9849         * nnmail.el (nnmail-do-request-post): Util function to be used by
9850         `nnchoke-request-post' for all nnmail-derived backends.
9851
9852         * nnml.el (nnml-request-post): Use it.
9853
9854         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9855         backend, for it groks nnml-request-post.
9856
9857         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9858         Treat `mail-post' backends like `mail' backends, not like `news'
9859         backends.
9860
9861 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9862
9863         * gnus-msg.el (gnus-setup-message): make-local-hook.
9864
9865 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9866
9867         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9868         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9869         <karl@charcoal.com>, slightly changed by Kai.
9870
9871         * message.el (message-check-news-header-syntax): When checking
9872         whether the groups exist, check the right server based on
9873         `gnus-post-method'.
9874
9875 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9876
9877         * gnus-delay.el: New file.
9878
9879 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9880
9881         * mm-util.el (mm-read-coding-system): Take two arguments.
9882
9883         * gnus-sum.el (gnus-summary-show-article): Use
9884         mm-read-coding-system.
9885
9886         * gnus-art.el (article-de-quoted-unreadable):
9887         (article-de-base64-unreadable, article-wash-html):
9888         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9889
9890 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9891
9892         * nnml.el (nnml-request-post): New function.  Can be used for
9893         annotations in nnml groups.
9894
9895 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9898         command.
9899
9900         * gnus-start.el (gnus-find-new-newsgroups): Use
9901         `message-make-date' instead of `current-time-string'.
9902         (gnus-ask-server-for-new-groups): Ditto.
9903         (gnus-check-first-time-used): Ditto.
9904
9905 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9908
9909 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9910
9911         * message.el (message-shorten-references): Change `maxcount' and
9912         `cut' to obey USEFOR draft 5.
9913
9914 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9915
9916         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9917         (gnus-summary-set-article-display-arrow): New function.
9918         (gnus-summary-goto-subject): Use it.
9919
9920 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9921
9922         * gnus-sum.el (gnus-summary-import-article): Insert date if
9923         doesn't exist.
9924
9925 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9926
9927         * mml.el (mml-content-type-parameters): New variable.
9928         (mml-content-disposition-parameters): New variable.
9929         (mml-insert-mime-headers): Use them.
9930         (mml-parse-1): Accept charset.
9931
9932 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933
9934         * gnus-group.el (gnus-group-select-group): Doc fix.
9935
9936         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9937
9938 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9941         to handle `define-derived-mode'.
9942
9943 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9944         From:  Stefan Monnier  <monnier@cs.yale.edu>
9945
9946         * message.el (message-mode): Use define-derived-mode.
9947         (message-tab): message-completion-alist.
9948
9949         * imap.el (imap-interactive-login): Use make-local-variable.
9950         (imap-open): Ditto.
9951         (imap-authenticate): Ditto.
9952
9953         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9954
9955         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9956
9957 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9958
9959         * message.el (message-citation-line-function): Refer to
9960         gnus-cite-attribution-suffix.
9961
9962 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9963
9964         * gnus-art.el,...: Error convention changes.
9965
9966 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9969
9970 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9971
9972         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9973         (nnrss-read-server-data): Ditto.
9974
9975 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9976
9977         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9978         * Cleanup files.
9979         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9980
9981 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9982
9983         * gnus.el (gnus-summary-line-format): Add %o.
9984
9985         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9986         unless shell outputs something.
9987
9988 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9989
9990         * gnus-art.el (gnus-boring-article-headers): Better doc.
9991         (article-hide-headers): Better regexp.
9992         Suggested by Matt Swift <swift@alum.mit.edu>.
9993
9994         * nnheader.el (nnheader-max-head-length): Better doc.
9995         (nnheader-header-value): Skip spaces.
9996         (nnheader-parse-head): Remove space.
9997         Suggested by Matt Swift <swift@alum.mit.edu>.
9998
9999         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10000         (gnus-get-newsgroup-headers): Remove space.
10001
10002 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10003
10004         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10005         (gnus-summary-reply): Use it.
10006         (gnus-summary-reply-broken-reply-to): New function.
10007         (gnus-msg-force-broken-reply-to): New function.
10008
10009         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10010
10011 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10012
10013         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10014
10015 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10016
10017         * mm-decode.el (mm-external-terminal-program): New variable.
10018         (mm-display-external): Use it. Use term to display when no
10019         window-system.
10020
10021 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10022
10023         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10024         Browse->Next entries to Browse->Prev
10025
10026 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10027
10028         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10029
10030 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10031
10032         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10033         for the default encoding.
10034
10035         * nnrss.el (nnrss-url-field): New field.
10036         (nnrss-request-article): Add newsgroups.
10037
10038         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10039
10040 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10041
10042         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10043
10044         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10045         (gnus-draft-setup): Remove backlog.
10046
10047 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10048
10049         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10050         Cleanup.
10051
10052 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053
10054         * gnus-msg.el (gnus-bug): Erase buffer.
10055
10056         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10057
10058 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * mm-decode.el (mm-attachment-override-p): Fix typo.
10061
10062 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-kill.el (gnus-execute): Work with the extra headers.
10065         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10066
10067 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10070         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10071
10072         * message.el (message-send-mail-real-function): New variable.
10073         (message-send-mail-partially, message-send-mail):
10074
10075         * nngateway.el (nngateway-request-post): Use it.
10076
10077         * gnus-agent.el (gnus-agentize): Use it.
10078
10079         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10080         (nnsoup-revert-variables): Use it.
10081
10082 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10083
10084         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10085         text/plain if the type doesn't match any other media types.
10086         (mm-inlined-types): Doc fix.
10087         (mm-display-inline): Revert previous change (now handled by a
10088         default type in `mm-inline-media-tests'.
10089         (mm-inlinable-p): Revive.
10090         (mm-display-part): Call `mm-inlinable-p'.
10091         (mm-attachment-override-p): Ditto.
10092         (mm-inlined-p): Doc fix.
10093
10094         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10095         well as `mm-inlined-p'.
10096
10097 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098
10099         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10100         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10101
10102 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10103         From  Paul Jarc <prj@po.cwru.edu>
10104
10105         * message.el (message-use-mail-followup-to): New variable.
10106         (message-get-reply-headers): Use it.
10107
10108 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10109
10110         * nnheader.el (nnheader-init-server-buffer): Make sure the
10111         *nntpd* buffer is made multibyte instead of a random buffer.
10112
10113 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10116         when it returns headers.
10117
10118 2001-07-07  Simon Josefsson  <jas@extundo.com>
10119
10120         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10121         trying to fold. Thanks to Colin Walters
10122         <walters@cis.ohio-state.edu>
10123
10124 2001-07-06  Simon Josefsson  <jas@extundo.com>
10125
10126         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10127         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10128         Add information in `assert's.
10129
10130         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10131         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10132         and `nnimap-group-overview-filename', should handle all
10133         change-of-uidvalidity related issues.  But there may be other
10134         problems.)
10135
10136 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10137
10138         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10139         header name when folding.
10140
10141 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10142
10143         * mm-decode.el (mm-inlined-types): Document relationship with
10144         `mm-inline-media-tests'.
10145         (mm-display-inline): Default to displaying as plain text if no
10146         inlining handler is available.
10147         (mm-inlinable-p): Remove.
10148         (mm-inlined-p): Don't call `mm-inlinable-p'.
10149         (mm-automatic-display-p): Ditto.
10150         (mm-attachment-override-p): Ditto.
10151
10152 2001-07-04  Simon Josefsson  <jas@extundo.com>
10153
10154         * nnimap.el (nnimap-importantize-dormant): New variable.
10155         (nnimap-request-update-info-internal): Use it.
10156         (nnimap-request-set-mark): Ditto.
10157
10158 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10159
10160         * nntp.el (nntp-send-command): don't pass a buffer argument to
10161         `point'. Only XEmacs accepts this.
10162         * nntp.el (nntp-send-command-nodelete): ditto.
10163         * nntp.el (nntp-send-command-and-decode): ditto.
10164
10165 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10166
10167         * nntp.el (nntp-open-connection-function): doc update.
10168         * nntp.el (nntp-pre-command): New.
10169         * nntp.el (nntp-via-rlogin-command): New.
10170         * nntp.el (nntp-via-telnet-command): New.
10171         * nntp.el (nntp-via-telnet-switches): New.
10172         * nntp.el (nntp-via-user-name): New.
10173         * nntp.el (nntp-via-user-password): New.
10174         * nntp.el (nntp-via-address): New.
10175         * nntp.el (nntp-via-envuser): New.
10176         * nntp.el (nntp-via-shell-prompt): New.
10177         * nntp.el (nntp-open-telnet-stream): New.
10178         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10179         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10180         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10181         * nntp.el (nntp-send-command): ditto.
10182         * nntp.el (nntp-send-command-nodelete): ditto.
10183         * nntp.el (nntp-send-command-and-decode): ditto.
10184
10185 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10186         Trivial patch.
10187
10188         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10189         `when'.
10190
10191 2001-07-03  Simon Josefsson  <jas@extundo.com>
10192         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10193
10194         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10195
10196 2001-07-03  Simon Josefsson  <jas@extundo.com>
10197
10198         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10199         remove it (workaround XEmacs `fill-region' bug).
10200
10201 2001-07-01  Simon Josefsson  <jas@extundo.com>
10202
10203         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10204
10205 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * mml2015.el (mml2015-format-error): New function.
10208         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10209         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10210         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10211
10212 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10213
10214         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10215         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10216
10217         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10218         group variables.
10219
10220 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10221
10222         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10223
10224         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10225         (nnrss-save-group-data): Ditto.
10226
10227         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10228
10229 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * message.el (message-do-send-housekeeping): Narrow to headers.
10232
10233 2001-06-24  Simon Josefsson  <jas@extundo.com>
10234
10235         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10236         insertion when breaking lines looked for " \t" instead of "[ \t]".
10237         (rfc2047-encode-message-header): Fold lines even if
10238         no QP encoding is done.
10239
10240 2001-06-23  Simon Josefsson  <jas@extundo.com>
10241         From Samuel Tardieu <sam@inf.enst.fr>
10242
10243         * smime.el (smime-keys): Support additional certificates.
10244         (smime-make-certfiles): New function.
10245         (smime-sign-region): Use previous variables.
10246         (smime-get-certfiles): New function.
10247         (smime-sign-buffer): Use it.
10248         (smime-verify-region): Support both CAfile and CApath.
10249
10250 2001-06-23  Simon Josefsson  <jas@extundo.com>
10251
10252         * smime.el (smime-decrypt-region): Perhaps work.
10253
10254 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10255
10256         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10257
10258 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10259
10260         * mm-decode.el (mm-save-part): Rewrite file name.
10261         (mm-file-name-rewrite-functions): New variable.
10262         (mm-file-name-delete-whitespace): New function.
10263         (mm-file-name-trim-whitespace): New function.
10264         (mm-file-name-collapse-whitespace): New function.
10265         (mm-file-name-replace-whitespace): New variable and function.
10266
10267 2001-06-22  Simon Josefsson  <jas@extundo.com>
10268
10269         * message.el (message-make-date): Workaround locale for weekdays.
10270
10271 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * message.el (message-goto-body): Return nil if not found. (revert!)
10274
10275 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276         From Fremlin <chief@bandits.org>
10277
10278         * message.el (message-goto-body): Some messages have no header.
10279
10280         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10281
10282 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10283
10284         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10285
10286 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10287
10288         * message.el (message-make-date): Add week day.
10289         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10290
10291 2001-06-19  Simon Josefsson  <jas@extundo.com>
10292
10293         * message.el (message-yank-prefix): Doc fix.
10294         (message-yank-cited-prefix): Ditto.
10295         (message-delete-not-region): Keep citation prefix on first line,
10296         if possible and appropriate.
10297
10298 2001-06-19  Simon Josefsson  <jas@extundo.com>
10299
10300         * imap.el (imap-process-connection-type): New variable.
10301         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10302         recent `imtest's work completely (no line length issues), while
10303         making making old `imtest's unusable.  Thanks to NAGY Andras
10304         <nagya@inf.elte.hu> for his work.
10305
10306 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10307
10308         * imap.el (imap-ssl-program): Add -quiet to shut up
10309         OpenSSL/SSLeay's internal debug talk.
10310
10311 2001-06-19  Matt Armstrong  <matt@lickey.com>
10312
10313         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10314         server.
10315
10316 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10317
10318         * nnmail.el (nnmail-article-buffer): New variable.
10319         (nnmail-split-incoming): Use it.
10320
10321 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10322
10323         * qp.el (quoted-printable-decode-region): If called interactively,
10324         use coding-system-for-read.
10325
10326 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10327
10328         * message.el (message-check-news-header-syntax): Check Reply-To.
10329
10330 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10331
10332         * mml.el (mml-parse-1): Use message options.
10333
10334         * message.el (message-do-fcc): Don't do anything if there is no
10335         FCC.
10336
10337 2001-06-16  Simon Josefsson  <jas@extundo.com>
10338
10339         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10340         (nnimap-expunge-search-string): New variable.
10341         (nnimap-request-expire-articles): Use it.
10342
10343 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10344
10345         * message.el (message-send-mail-with-qmail): wrong exit status is
10346         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10347
10348 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10349
10350         * gnus-art.el (article-strip-multiple-blank-lines): Use
10351         delete-region instead of replace-match.
10352
10353 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10354
10355         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10356         (nnweb-google-wash-article): Ditto.
10357
10358 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10359
10360         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10361
10362 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10365         specs.
10366
10367 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10368
10369         * gnus.el (gnus-email-address): Move it here.
10370
10371         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10372         requested.
10373         (article-de-base64-unreadable): Ditto.
10374         (article-wash-html): Ditto.
10375
10376 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10377
10378         * message.el (message-options-set-recipient): Don't add ", "
10379         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10380
10381 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10382
10383         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10384
10385 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10386
10387         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10388         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10389
10390         * nnrss.el (nnrss-node-text): Node might be nil.
10391
10392 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10395         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10396
10397         * nnrss.el (nnrss-group-alist): More items.
10398
10399 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10402
10403 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10404         Trivial patch from Dale Hagglund  <rdh@best.com>
10405
10406         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10407         restrict clauses.
10408
10409 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10410
10411         From Benjamin Rutt <brutt+news@bloomington.in.us>
10412
10413         * message.el (message-wide-reply-confirm-recipients): New variable.
10414
10415 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10416         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10417
10418         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10419         fix so it works with XEmacs.
10420
10421 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10424         headers.
10425
10426 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10427
10428         * nnrss.el: Fix a few bugs.
10429
10430 2001-06-05  Simon Josefsson  <jas@extundo.com>
10431
10432         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10433         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10434
10435 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10436
10437         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10438         binary so that we don't transmit ISO 2022 garbage to the process.
10439         This is needed under XEmacs.
10440
10441 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10442
10443         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10444         autoloaded incorrectly below because ssl-program-* is bound.)
10445         Thanks to Amos Gouaux for report.
10446
10447 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10448
10449         * imap.el (imap-kerberos4-open):
10450         (imap-gssapi-open):
10451         (imap-ssl-open):
10452         (imap-network-open):
10453         (imap-shell-open):
10454         (imap-starttls-open): Set buffer to workaround spurious
10455         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10456         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10457         Colman <colman@ppllc.com> for report.
10458
10459 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10460
10461         * gnus-sum.el (gnus-summary-catchup): New argument.
10462         (gnus-summary-catchup-from-here): New function.
10463
10464 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10465
10466         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10467         back, then insert glyph.  (Before, the glyph was inserted first,
10468         then the newline.)  This works around a behavior in XEmacs where
10469         it is not possible to insert a character after a glyph which is at
10470         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10471
10472 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10473
10474         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10475
10476         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10477         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10478         mm-destroy-postponed-undisplay-list): New functions.
10479         (mm-display-external): Use them.
10480
10481 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10482
10483         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10484         `default-low' when evaluating `gnus-summary-highlight'.
10485         From Raja R Harinath <harinath@cs.umn.edu>.
10486
10487 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10488
10489         * message.el (message-yank-cited-prefix): New variable.
10490         (message-indent-citation): Use it.
10491
10492         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10493         as details.
10494         (mml2015-mailcrypt-clear-verify): Ditto.
10495
10496 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10497         From Nevin Kapur <nevin@jhu.edu>.
10498
10499         * gnus-sum.el (gnus-summary-default-high-score,
10500         gnus-summary-default-low-score): New variables.
10501         (gnus-summary-highlight): Use them.
10502
10503 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10504
10505         * message.el (message-mail): pass the 'send-actions argument to
10506         `message-setup'.
10507
10508 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10509         From Raymond Scholz <ray-2001@zonix.de>
10510
10511         * gnus-art.el (gnus-mime-view-part-as-charset):
10512         (gnus-mime-internalize-part): Doc fixes.
10513
10514 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10515
10516         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10517         status lines without any text ("^215$").
10518
10519 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10520
10521         * nnrss.el (nnrss-check-group): Reverse.
10522
10523 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10524
10525         * message.el (message-get-reply-headers):
10526         (message-followup): Fix typo, suggested by David Green
10527         <dgreen@uab.edu>
10528
10529 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10530
10531         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10532
10533         * nnrss.el (nnrss-open-server): Read server data when it is called.
10534         (nnrss-request-expire-articles): Fix.
10535
10536 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10537
10538         * message.el (message-do-send-housekeeping): mail-abbrevs may
10539         rename buffer behind Gnus.
10540
10541 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10542
10543         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10544         (nnrss-group-alist): Add more resources.
10545         (nnrss-check-group): Ignore errors.
10546
10547 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10548
10549         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10550
10551         * nnslashdot.el (nnslashdot-request-list): Add time.
10552         (nnslashdot-request-expire-articles): New function.
10553
10554         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10555         secondary methods too.
10556
10557 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10558
10559         * message.el (message-use-followup-to): Set default value to t.
10560
10561 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10562
10563         * message.el (message-dont-reply-to-names): Fix documentation.
10564         (message-get-reply-headers): Use Mail-Followup-To only for wide
10565         replies.
10566
10567 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10568
10569         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10570         correctly.
10571         (nnrss-check-group): Use time.
10572
10573 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10574
10575         * gnus.el: Oort Gnus v0.03 is released.
10576
10577 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10580         group.
10581
10582 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10585
10586 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * nnultimate.el (nnultimate-retrieve-headers): Return all
10589         available headers.
10590
10591         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10592         (gnus-get-newsgroup-headers-xover): Use it.
10593
10594 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10597
10598 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10599
10600         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10601
10602 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10603
10604         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10605         disable it.
10606
10607         * gnus.el (gnus-info-nodes): Remove a few The's.
10608
10609 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * mail-source.el (mail-source-movemail): Call-process may return a
10612         signal description string.
10613
10614         * gnus-start.el (gnus-read-newsrc-el-file):
10615         gnus-newsrc-file-version may be nil.
10616
10617         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10618         Suggested by Michael Sperber [Mr. Preprocessor]
10619         <sperber@informatik.uni-tuebingen.de>.
10620
10621 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10622
10623         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10624
10625 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10626
10627         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10628         fontify HANDLE.
10629
10630 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10631
10632         * smime.el (smime-ask-passphrase): Rework to return value.
10633         (smime-sign-region): Rework to bind value and use it.
10634         (smime-decrypt-region): Ditto.
10635
10636 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10637         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10638
10639         * smime.el (smime-ask-passphrase): New function.
10640         (smime-sign-region): Use it.
10641         (smime-encrypt-cipher): New variable.
10642         (smime-decrypt-region): Ditto.
10643
10644 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10645         Committed by Simon Josefsson  <simon@josefsson.org>
10646
10647         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10648         the log.
10649
10650 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10651
10652         * gnus.el: Oort Gnus v0.02 is released.
10653
10654 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10655
10656         * gnus.el: Oort Gnus v0.01 is released.
10657
10658 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-sum.el (gnus-summary-highlight): Highlight read
10661         undownloaded articles as read articles.
10662
10663         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10664         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10665         articles, even read ones, as such.
10666
10667         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10668         (gnus-find-matching-articles): New function.
10669         (gnus-summary-limit-include-matching-articles): New command.
10670         (gnus-summary-limit-include-thread): Include articles that have
10671         matching subjects.
10672         (gnus-offer-save-summaries): Clean up.
10673
10674 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10675
10676         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10677
10678 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679         From Jason Merrill <jason_merrill@redhat.com>
10680
10681         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10682
10683 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10684         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10687         newsgroup names when the original article is a news message.
10688
10689 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10692         supported. Suggest by Jim Meyering <jim@meyering.net>.
10693
10694 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10695         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10696
10697         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10698         regexp in nnmail-split-fancy.
10699
10700 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10701
10702         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10703
10704 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10705
10706         * message.el (message-send-mail): Improve the interaction with the
10707         user.
10708
10709 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10710
10711         * imap.el (imap-message-copy): Work around buggy servers that
10712         doesn't send TRYCREATE tags.
10713
10714 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10717
10718 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10721         date.
10722
10723 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10726         lives.
10727
10728 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * gnus-art.el (gnus-parse-news-url): New function.
10731         (gnus-button-handle-news): New function.
10732         (gnus-button-alist): Point to new functions.
10733
10734         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10735
10736         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10737         gnus-format-specs.
10738
10739         * message.el (message-check-news-header-syntax): Question even
10740         when Gnus doesn't know the group names.
10741         (message-send-news): Clean up.
10742
10743         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10744         exited on purpose without saving.
10745
10746         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10747
10748 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * gnus-score.el (gnus-score-orphans): Clean up.
10751
10752         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10753
10754         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10755         later.
10756
10757         * gnus-start.el (gnus-close-all-servers): Find the right items to
10758         close.
10759
10760         * qp.el (quoted-printable-decode-region): Just message
10761         malformation; don't quit.
10762
10763 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10764         From Gerd Moellmann <gerd@gnu.org>.
10765
10766         * gnus.el (gnus-interactive): A typo.
10767
10768 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10769         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10772         `assq-delete-all', if that function exists; otherwise use the old
10773         definition. Documentation changed to match the one in
10774         `assq-delete-all'.
10775
10776 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * gnus-start.el (gnus-close-all-servers): New function.
10779
10780         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10781         (gnus-server-remove-denials): Clean up.
10782
10783         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10784         keystroke.
10785
10786 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * message.el (message-send-news): Message where we are sending.
10789         (message-send-mail): Ditto.
10790
10791         * gnus.el (gnus-server-string): New function.
10792
10793         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10794
10795         * mm-decode.el (mm-default-directory): Customized.
10796         (mm-tmp-directory): Ditto.
10797
10798         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10799         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10800         or Chars.
10801         (gnus-summary-line-format-alist): ?l is now a string.
10802         (gnus-summary-prepare-threads): Output ? for unknown lines.
10803         (gnus-summary-insert-line): Ditto.
10804         (gnus-summary-print-article): Unbalanced parentheses.
10805
10806         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10807         out whether new stuff has arrived.
10808
10809 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10810
10811         * gnus-sum.el: Let printing work on ttys on Emacs.
10812
10813 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814
10815         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10816         when forcing news.
10817
10818         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10819         command.
10820
10821 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10822
10823         * message.el (message-set-auto-save-file-name): Don't use
10824         asterisks under nt.
10825
10826 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827
10828         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10829         lists of articles.
10830
10831         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10832
10833         * gnus-msg.el (gnus-put-message): Clean up.
10834         (gnus-summary-reply): Mark all replied-to articles as replied to.
10835         (gnus-inews-add-send-actions): Also mark as forwarded.
10836         (gnus-summary-mail-forward): Mark as forwarded.
10837
10838         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10839         of articles.
10840         (gnus-summary-mark-article-as-forwarded): Ditto.
10841
10842         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10843         forwarded.
10844         (gnus-summary-mail-forward): Clean up.
10845
10846         * gnus.el (gnus-article-mark-lists): Added forward.
10847
10848         * gnus-sum.el (gnus-forwarded-mark): New variable.
10849         (gnus-summary-prepare-threads): Use it.
10850         (gnus-summary-update-secondary-mark): Ditto.
10851         (gnus-newsgroup-forwarded): New variable.
10852
10853 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854
10855         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10856         (gnus-summary-very-wide-reply): New command and keystroke.
10857         (gnus-summary-very-wide-reply-with-original): Ditto.
10858
10859         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10860         (gnus-score-adaptive): Use it.
10861
10862         * gnus-start.el (gnus-get-unread-articles): Clean up.
10863
10864 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865
10866         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10867         boards.
10868
10869 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10870
10871         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10872         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10873
10874 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10875
10876         * nnultimate.el (nnultimate-retrieve-headers): Understand
10877         long-form month names.
10878
10879 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10880
10881         * gnus-sum.el (gnus-summary-show-all-headers):
10882         gnus-article-show-all-headers is broken. Use
10883         gnus-summary-toggle-header instead.
10884
10885         * mml2015.el (mml2015-gpg-extract-from): No error.
10886
10887 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10888         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10889
10890         * mml2015.el (mml2015-gpg-extract-from): New function.
10891         (mml2015-gpg-verify): Use it.
10892         (mml2015-gpg-clear-verify): Use it.
10893
10894 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10895
10896         * message.el (message-setup-fill-variables): Use
10897         fill-paragraph-function.
10898         (message-fill-paragraph): Take an argument.
10899         (message-newline-and-reformat): Take another argument.
10900
10901 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10904
10905 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10906
10907         * message.el (message-forward): local-variable-p takes an extra
10908         argument in XEmacs.
10909
10910 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10911
10912         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10913         `nnimap-use-nov-p' (it really tested the negative).
10914         (nnimap-retrieve-headers): Use it.
10915
10916 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10917
10918         * message.el (message-generate-headers-first): Update doc.
10919
10920 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10921         Trivial patch.
10922
10923         * gnus.el (gnus-summary-line-format): Typo.
10924
10925 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10926
10927         * mailcap.el (mailcap-mime-data): Add application/sieve.
10928         (mailcap-mime-extensions): Add .siv, .xls.
10929
10930 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931         From Christoph Conrad <christoph.conrad@gmx.de>
10932
10933         * gnus-score.el (gnus-summary-lower-thread): Typo.
10934
10935 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * message.el (message-forward-decoded-p): New variable.
10938         (message-forward-subject-author-subject): Use it.
10939         (message-make-forward-subject): Use it.
10940         (message-forward): Use it.
10941
10942         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10943
10944         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10945         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10946
10947 ;;Has been fixed -- zsh.
10948 ;;2001-03-05  Dave Love  <fx@gnu.org>
10949 ;;
10950 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10951 ;;      Move it after definition of mm-coding-system-p.
10952 ;;
10953 2001-03-01  Dave Love  <fx@gnu.org>
10954
10955         * mm-util.el (mm-inhibit-file-name-handlers): Add
10956         image-file-handler.
10957
10958 2001-02-11  Dave Love  <fx@gnu.org>
10959
10960         * message.el (message-signature-file): Fix doc, :type.
10961
10962 2001-02-08  Dave Love  <fx@gnu.org>
10963
10964         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10965         (message-posting-charset): Defvar when compiling again.
10966         (rfc2047-encodable-p): Require message.
10967
10968         * gnus-sum.el (gnus-alter-articles-to-read-function):
10969         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10970
10971 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10972
10973         * nnrss.el: New file.
10974
10975 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10976         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10977
10978         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10979         `skip-chars-forward'.
10980
10981 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * nndraft.el (nndraft-request-group): Restore auto save files if
10984         the original files do not exist.
10985
10986 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10989         SCORE paths.
10990
10991         * mm-decode.el (mm-dissect-buffer): Call
10992         mail-extract-address-components only if necessary.
10993
10994 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10995
10996         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10997         directory part.
10998         (gnus-score-search-global-directories): Use file-directory-p.
10999
11000         * gnus-score.el (gnus-score-score-files-1): Use
11001         gnus-kill-files-directory.
11002         From Adrian Aichner <adrian@xemacs.org>.
11003
11004 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11005
11006         * gnus.el (charset): Move here from gnus-sum.el.
11007
11008 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * mml.el (mml-preview): Disable local map.
11011
11012         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11013         gnus-article-post-menu here.
11014
11015         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11016         if it has not been made.
11017
11018 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * gnus-art.el (gnus-article-describe-key): Map key to event.
11021         (gnus-article-describe-key-briefly): Ditto
11022
11023 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11024
11025         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11026
11027 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11028         From Katsumi Yamaoka <yamaoka@jpl.org>.
11029
11030         * dgnushack.el (coerce, merge, subseq): defmacro.
11031
11032 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11035         A fake defalias in nndraft.el results a not-activated bug in
11036         uncompiled versions.
11037
11038 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11039         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11040
11041         * gnus-util.el (gnus-split-references): Handle malformed References:.
11042
11043 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11046
11047 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11048         From NAGY Andras <nagya@inf.elte.hu>.
11049
11050         * gnus.el (gnus-parameters): Typo.
11051
11052 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11053
11054         * gnus.el (gnus-read-method): Remove redundancy.
11055
11056 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11057
11058         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11059         (nnslashdot-request-list): Use it.
11060
11061 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11062
11063         * nnml.el (nnml-generate-active-info): Fix the case when there is
11064         no file.
11065
11066         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11067         (gnus-summary-create-article): New function.
11068
11069         * gnus-group.el (gnus-group-mark-article-read): New function.
11070
11071         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11072
11073         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11074
11075 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11076
11077         * gnus-art.el (gnus-article-edit-done): Don't use
11078         gnus-article-edit-exit.
11079         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11080
11081         * gnus.el (gnus-parameters): New variable.
11082         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11083         (gnus-parameters-get-parameter): New function.
11084         (gnus-group-find-parameter): Use it.
11085
11086 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11087
11088         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11089         change of default value to `current'.
11090
11091 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11092
11093         * nneething.el (nneething-get-head): Insert unreadable file too.
11094
11095 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11096
11097         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11098
11099         * webmail.el (webmail-type-definition): Deja is bought by google.
11100
11101 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * gnus-sum.el (gnus-fetch-headers): New function.
11104         (gnus-select-newsgroup): Use it.
11105         (gnus-summary-insert-articles): New function.
11106         (gnus-summary-insert-old-articles): New function.
11107         (gnus-summary-insert-new-articles): New function.
11108
11109         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11110         (gnus-group-list-active): Ditto.
11111         * gnus-sum.el (gnus-set-mode-line): Ditto.
11112         (gnus-summary-read-group-1): Ditto.
11113
11114 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11115
11116         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11117         current topic.
11118
11119 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * smiley.el (gnus-smiley-display): Don't do widening.
11122
11123         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11124         within body.
11125
11126         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11127
11128         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11129         New variable.
11130         (gnus-mime-display-multipart-related-as-mixed): New variable.
11131         (gnus-mime-display-part): Use them.
11132
11133 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11136         something special.
11137
11138 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11139
11140         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11141         (nnweb-request-article): Call reference if exists.
11142         (nnweb-type-definition): Dejanews is bought by google.com.
11143         Beta!
11144
11145 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11146
11147         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11148
11149 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11150
11151         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11152         gnus-article-sort-functions.
11153         (gnus-article-sort-functions): Doc fix.  Refer to
11154         gnus-thread-sort-functions.
11155
11156 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157         From Paul Jarc <prj@po.cwru.edu>.
11158
11159         * message.el (message-get-reply-headers): More fixes.
11160
11161 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11162         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11163
11164         * message.el (message-get-reply-headers): Fix bug with
11165         Mail-Followup-To/to-address interaction.
11166
11167 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11168
11169         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11170         gnus-article-copy.
11171
11172 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * message.el (message-do-send-housekeeping): Rename to a better
11175         name.
11176
11177 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11178
11179         * message.el (message-cancel-news): Check article first, then ask
11180         yes or no.
11181
11182 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11185
11186 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187
11188         * gnus-range.el (gnus-range-normalize): New function.
11189
11190 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11191
11192         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11193
11194 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11195
11196         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11197
11198         * nnagent.el (nnagent-request-regenerate): New function.
11199
11200         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11201
11202         * nnml.el (nnml-generate-nov-databases): Accept argument
11203         server. Don't open server if it is opened.
11204         (nnml-request-regenerate): Use it. Change to deffoo.
11205
11206 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11207         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11208
11209         * gnus.el (gnus-define-group-parameter): Fix.
11210
11211 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * gnus.el (gnus-define-group-parameter): Improved.
11214
11215         * gnus-sum.el (charset): Define parameter.
11216         (ignored-charsets): Ditto.
11217         (gnus-summary-setup-default-charset): Use them.
11218
11219         * gnus-start.el (gnus-read-descriptions-file): Use them.
11220
11221         * gnus-cus.el (gnus-group-parameters): Remove them.
11222
11223 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11224
11225         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11226
11227 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-sum.el (gnus-summary-read-group-1): Remove
11230         gnus-summary-set-local-parameters.
11231         (gnus-summary-setup-buffer): Put it here.
11232
11233 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * gnus.el (to-address): Define parameter.
11236         (to-list): Ditto.
11237         * gnus-art.el (article-hide-boring-headers): Use them.
11238         * gnus-msg.el (gnus-post-news): Ditto.
11239         * gnus-cus.el (gnus-group-parameters): Remove them.
11240
11241 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11242
11243         * gnus-draft.el (gnus-draft-reminder): New function.
11244
11245         * gnus-art.el (gnus-sender-save-name): New function.
11246
11247 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * mm-util.el (mm-mime-charset): Error message.
11250
11251 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * message.el (message-check-news-body-syntax): Don't check mml lines.
11254
11255 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11256
11257         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11258         subscribe.
11259
11260         * gnus-start.el (gnus-call-subscribe-functions): New function.
11261         (gnus-find-new-newsgroups): Use it.
11262         (gnus-ask-server-for-new-groups): Use it.
11263         (gnus-check-first-time-used): Use it.
11264         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11265         (gnus-subscribe-options-newsgroup-method): Ditto.
11266         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11267         return .
11268
11269 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11270
11271         * gnus-cus.el (gnus-score-customize): Doc fix.
11272
11273 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11274
11275         * dgnushack.el (my-getenv): Typo.
11276
11277 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11278
11279         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11280
11281 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11284
11285         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11286         (gnus-treatment-function-alist): Use it.
11287         (article-remove-leading-whitespace): New function.
11288         (gnus-article-make-menu-bar): Use it.
11289
11290         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11291         remove-leading-whitespace.
11292         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11293         because of conflict.
11294
11295 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11296
11297         * Makefile.in: Hack generating gnus-load.el.
11298         * dgnushack.el: Ditto.
11299         * gnus-load.el: Remove it.
11300
11301 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11302
11303         * dgnushack.el : Add URLDIR.
11304
11305         * Makefile.in (EMACS_COMP): Ditto.
11306
11307 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11308
11309         * gnus-cus.el (gnus-score-customize): Error on no score file.
11310
11311 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11312
11313         * mm-decode.el (mm-merge-handles): New function.
11314
11315         * mm-view.el (mm-inline-message): Use it.
11316         (mm-view-message): Ditto.
11317
11318         * mm-partial.el (mm-inline-partial): Ditto.
11319
11320         * mm-extern.el (mm-inline-external-body): Ditto.
11321
11322         * gnus-art.el (gnus-mime-view-part): Ditto.
11323         (gnus-mime-view-part-as-type): Ditto.
11324         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11325         cases.
11326
11327 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11328
11329         * message.el (message-cancel-news): Allow to shoot foot.
11330         (message-supersede): Ditto.
11331
11332 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11333         Trivial patch.
11334
11335         * gnus-sum.el (gnus-simplify-subject-re): Use
11336         message-subject-re-regexp.
11337
11338 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11339
11340         * nnmail.el (nnmail-expiry-target-group): Bind
11341         nnmail-cache-accepted-message-ids to nil.
11342
11343         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11344         coding system.
11345
11346 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * qp.el (quoted-printable-encode-region): Make sure characters are
11349         between 00 and FF.  Don't check charset.
11350
11351         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11352         in Emacs 20.
11353         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11354
11355 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * message.el (message-make-forward-subject): Argument decoded.
11358         (message-forward): Use it when digest.
11359
11360         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11361         buffer.
11362
11363 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11364
11365         * message.el (message-generate-headers-first): Doc fix.
11366
11367 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11368
11369         * gnus-art.el (article-make-date-line): Error proof.
11370
11371 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11372
11373         * gnus-group.el (gnus-group-listing-limit): New variable.
11374         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11375
11376         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11377
11378 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11379
11380         * message.el (message-newline-and-reformat): Special case for
11381         breaking at BOL.
11382
11383 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11384
11385         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11386         message/rfc822.
11387
11388 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11389
11390         * message.el (message-encode-message-body): Don't insert
11391         Content-Type if it is inside a mail.
11392
11393 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11394
11395         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11396         gnus-article-commands-menu.
11397
11398         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11399         in Emacs.
11400
11401         * gnus-start.el (gnus-read-descriptions-file): Use
11402         gnus-group-name-charset and gnus-group-charset-alist.
11403
11404 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11407         active region.
11408
11409         * gnus-start.el (gnus-group-change-level): Remove from both
11410         gnus-zombie-list and gnus-killed-list.
11411
11412 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11415         gnus-subscribe-topics.
11416
11417         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11418
11419 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11420
11421         * gnus-art.el (gnus-article-make-menu-bar): Make
11422         gnus-article-post-menu.
11423
11424         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11425
11426         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11427
11428         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11429
11430         * message.el (message-mode-menu): Ditto.
11431
11432         * gnus-art.el (defvar): eval-when-compile.
11433
11434 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11435
11436         * gnus-agent.el (gnus-agentize): Fix doc.
11437
11438 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11439
11440         * mml.el (mml-preview): Bind `q'.
11441
11442 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11443
11444         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11445
11446 2001-01-31  Dave Love  <fx@gnu.org>
11447
11448         * mm-util.el (mm-mime-mule-charset-alist)
11449         (mm-find-mime-charset-region): Consider mule-utf-8.
11450
11451 2001-01-31  Dave Love  <fx@gnu.org>
11452
11453         * gnus-art.el (gnus-article-x-face-command)
11454         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11455         :version.
11456
11457 2001-01-26  Dave Love  <fx@gnu.org>
11458
11459         * mm-util.el (mm-multibyte-string-p): New.
11460
11461 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11462 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11463 ;;      string-as-multibyte on class.  Clarify line-folding.
11464         (quoted-printable-encode-string): Make temp buffer inherit
11465         string's multibyteness.
11466
11467 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11468
11469         * nnheader.el (toplevel): Don't require `gnus-util' at
11470         compile-time; this creates a circular dependency, and prevents
11471         a bootstrap.
11472
11473 2001-01-22  Andreas Schwab  <schwab@suse.de>
11474
11475         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11476
11477 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11478
11479         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11480
11481         * gnus-art.el (article-hide-list-identifiers): Ditto.
11482
11483         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11484
11485 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11488
11489         * gnus-art.el (article-hide-list-identifiers): Similar.
11490
11491 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11492
11493         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11494
11495 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11496
11497         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11498
11499 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11500
11501         * gnus-util.el (gnus-string-equal): New function.
11502
11503         * gnus-art.el (article-hide-boring-headers): Use it.
11504
11505 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11506
11507         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11508
11509 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11512
11513 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11516         command if there is not last-saver.
11517
11518 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11519
11520         * nntp.el (nntp-open-connection): 201 is possible.
11521
11522 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11523
11524         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11525         (rfc2047-charset-encoding-alist): Add big5.
11526
11527 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11530         (gnus-agent-remove-server): Ditto.
11531         (autoload): gnus-server-update-server.
11532
11533         * gnus-srvr.el (gnus-server-line-format): Add %a.
11534         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11535         (gnus-server-insert-server-line): Use it.
11536
11537 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11540         GB2312 and Big5.
11541
11542 2001-01-24  Simon Josefsson  <sj@extundo.com>
11543
11544         * mail-source.el (mail-sources): Add :program specifier to IMAP
11545         mail source.
11546         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11547
11548 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11549
11550         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11551
11552 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * nntp.el (nntp-wait-for): Return the success code.
11555         (nntp-open-connection): Use it.
11556
11557 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11560
11561 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11564
11565 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566
11567         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11568         argument. Allow to print several articles in one file.
11569
11570 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * webmail.el (webmail-type-definition): netaddress changes.
11573
11574 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11575
11576         * gnus.el: Fix copyright. Remove trailing spaces.
11577
11578         * message.el (message-forward): Use mule4.
11579
11580 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * mm-util.el (mm-string-as-unibyte): New function.
11583
11584         * message.el (message-forward): Use it.
11585
11586 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11587
11588         * message.el (message-cite-original-without-signature): Don't peel
11589         off the blank line.
11590         (message-get-reply-headers): Add Cc if it is not in follow-to.
11591
11592 2001-01-20  Simon Josefsson  <sj@extundo.com>
11593
11594         * mm-decode.el (mm-handle-multipart-from): Add.
11595         (mm-dissect-buffer): Save From: header value.
11596         (mm-security-from): Remove.
11597         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11598
11599         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11600         instead of `mml-security-from'.  Protect null from value.
11601
11602 2001-01-20  Simon Josefsson  <sj@extundo.com>
11603
11604         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11605         application/vnd.ms-excel attachments.
11606
11607 2001-01-19  Simon Josefsson  <sj@extundo.com>
11608
11609         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11610
11611 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11612
11613         * message.el (message-ignored-mail-headers): Ditto.
11614
11615 2001-01-19  Simon Josefsson  <sj@extundo.com>
11616
11617         * message.el (message-ignored-news-headers): Only search beginning
11618         of line.
11619
11620 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11621         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11622
11623         * message.el (message-send-mail): Content-Type may not be there.
11624
11625 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11626
11627         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11628         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11629
11630         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11631         not.
11632
11633 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11634
11635         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11636         non-native groups.
11637
11638 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * message.el (message-yank-original): Understand
11641         universal-argument.
11642
11643 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11644
11645         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11646         (article-hide-boring-headers): Ditto.
11647
11648         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11649
11650 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11651
11652         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11653         one.
11654
11655 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11656
11657         * message.el (message-make-in-reply-to): Add comment to message-id
11658         (old syntax, see 2000-08-02 change).
11659
11660 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11661
11662         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11663         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11664         (gnus-button-reply): Ditto.
11665
11666 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-art.el (article-display-x-face): Fix.
11669
11670 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671
11672         * gnus-art.el (article-display-x-face): Use
11673         gnus-original-article-buffer.
11674
11675 2001-01-15  Jack Twilley  <jmt@tbe.net>
11676
11677         * message.el (message-add-header): Move to point-max.
11678
11679 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11680
11681         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11682         nil, improve documentation.
11683         (smime-certificate-directory): Comment out false hints (until it
11684         is implemented).
11685
11686         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11687         there aren't any keys.
11688         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11689         verify certificate.  Default is changed to only check integrity.
11690         Improved security status texts.  If a certificate doesn't contain
11691         a email address, don't fail.
11692
11693         * smime.el (smime-noverify-region):
11694         (smime-noverify-buffer): New functions.  Verifies integrity only.
11695
11696 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11697
11698         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11699
11700 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11701
11702         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11703         (gnus-remove-some-windows): Ditto.
11704
11705 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * gnus-art.el (article-make-date-line): 11th.
11708
11709 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11710
11711         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11712         (mml2015-gpg-sign): Ditto.
11713
11714 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11715
11716         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11717         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11718
11719 2001-01-08  Dave Love  <fx@gnu.org>
11720
11721         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11722         single character.
11723
11724         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11725
11726         * message.el: Doc and message fixes.
11727         (message-send-rename-function)
11728         (message-make-forward-subject-function)
11729         (message-send-mail-function, message-reply-to-function)
11730         (message-wide-reply-to-function, message-followup-to-function)
11731         (message-distribution-function, message-auto-save-directory): Fix
11732         :type.
11733
11734         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11735         proceeding after warnings.  Amend multipart warning message.
11736
11737 2001-01-04  Dave Love  <fx@gnu.org>
11738
11739         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11740         compiling.
11741         (gnus-make-directory): Require nnmail.
11742
11743         * mm-decode.el (mm-inline-media-tests): Add
11744         image/x-portable-bitmap.
11745         (mm-get-image): Grok pbm.
11746
11747 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11748
11749         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11750
11751 2001-01-09  Didier Verna  <didier@xemacs.org>
11752
11753         * dgnushack.el (dgnushack-compile): give a dummy value to
11754         `gnus-xmas-glyph-directory' for the time of compilation.
11755         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11756         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11757         * gnus-art.el: ditto.
11758         * gnus-group.el: ditto.
11759         * gnus-salt.el: ditto.
11760         * gnus-sum.el: ditto.
11761         * gnus-topic.el: ditto.
11762         * gnus-xmas.el (gnus-xmas-define): see above.
11763         * gnus-xmas.el (gnus-xmas-redefine): see above.
11764         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11765         non-continuable error when the directory can't be found.
11766
11767 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11768
11769         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11770         handle.
11771         * gnus-art.el (gnus-mime-view-part): Copy it.
11772         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11773
11774 2001-01-09  Michael Downes  <mjd@ams.org>
11775
11776         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11777
11778 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11779
11780         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11781         orig-file. Use ',source.
11782
11783 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11784
11785         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11786         (gnus-xmas-group-startup-message):
11787         Detect gnus-xmas-glyph-directory when it is nil.
11788
11789 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11790
11791         * pop3.el (pop3-get-message-count): Andrew Innes
11792         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11793
11794 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11795
11796         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11797
11798         * time-date.el (time-to-number-of-days): New function.
11799
11800 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11801         Trivial patch.
11802
11803         * nnslashdot.el (nnslashdot-request-list): Always get the right
11804         sid.
11805
11806 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11807
11808         * message.el (message-minibuffer-local-map): New keymap.
11809         (message-read-from-minibuffer): Use it.
11810         * gnus-msg.el (gnus-summary-resend-message): Use it
11811
11812 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * gnus-start.el (gnus-display-time-event-handler): New function.
11815         (gnus-after-getting-new-news-hook): Use it.
11816
11817 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11818
11819         * message.el (message-ignored-mail-headers): Add draft header.
11820
11821 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11822
11823         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11824         excursion.
11825
11826         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11827
11828 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11829         A revoked patch.
11830
11831         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11832
11833 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11834
11835         * qp.el (quoted-printable-decode-region): Don't backward-char.
11836
11837 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * gnus-draft.el: Mark articles as replied.
11840
11841         * gnus-sum.el (gnus-summary-add-mark): New function.
11842
11843         * gnus-group.el (gnus-add-mark): New function.
11844
11845         * gnus-sum.el (gnus-summary-buffer-name): New function.
11846         (gnus-summary-setup-buffer): Use it.
11847
11848         * gnus-draft.el: Set things up with the right post method and
11849         stuff.
11850
11851         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11852
11853         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11854
11855         * gnus.el (gnus-draft-meta-information-header): New variable.
11856
11857 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * gnus-art.el (gnus-treatment-function-alist): Move the date
11860         functions before the header sorting functions.
11861
11862         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11863
11864         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11865         Don't (push "/usr/share/emacs/site-lisp" load-path).
11866
11867         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11868         to empty fill prefixes.
11869
11870 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11871
11872         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11873         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11874
11875 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11876
11877         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11878
11879         * nnml.el (autoload): Move to nnheader.el.
11880
11881         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11882         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11883         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11884         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11885
11886 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus-art.el (article-make-date-line): Get the hours right.
11889         (gnus-ignored-headers): More hiding.
11890
11891         * nnmail.el (nnmail-expiry-wait): Not an integer.
11892
11893         * message.el (message-goto-body): Only expand abbrev when called
11894         interactively.
11895         (message-make-lines): Use it.
11896
11897 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11898
11899         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11900
11901 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11904         include the expunged articles.
11905
11906         * gnus-group.el (gnus-group-sort-by-server): New function.
11907
11908         * gnus.el (gnus-method-to-server-name): New function.
11909         (gnus-group-prefixed-name): Use it.
11910
11911         * gnus-group.el (gnus-group-sort-function): Doc fix.
11912         (gnus-group-sort-groups-by-server): New command.
11913
11914 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11915
11916         * gnus-art.el (gnus-treat-date-english): New variable.
11917         (article-date-english): New command.
11918         (gnus-english-month-names): New variable.
11919         (article-make-date-line): Do 'english.
11920
11921         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11922         after the fill prefix.
11923
11924         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11925         score...".
11926
11927         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11928
11929         * message.el (message-mode-map): Bind comment-region.
11930
11931         * gnus-art.el (gnus-mime-display-part): Let w3 display
11932         multipart/related.
11933
11934         * mm-bodies.el (mm-long-lines-p): New function.
11935         (mm-body-encoding): Use it.
11936         (mm-body-encoding): Encode articles with lines longer than 1000
11937         characters.
11938
11939 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * mm-util.el (mm-enable-multibyte): Use
11942         default-enable-multibyte-characters.
11943         (mm-enable-multibyte-mule4): Ditto.
11944         (mm-disable-multibyte): Test XEmacs.
11945         (mm-disable-multibyte-mule4): Ditto.
11946         (mm-with-unibyte-current-buffer): Simplified.
11947         (mm-with-unibyte-current-buffer-mule4): Ditto.
11948
11949 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950
11951         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11952
11953         * nnheader.el (nnheader-string-as-multibyte): New alias.
11954
11955         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11956
11957         * gnus-uu.el (gnus-message-process-mark): New function.
11958         (gnus-uu-mark-by-regexp): Use it.
11959         (gnus-new-processable): New function.
11960
11961 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11962          Trivial patch.
11963
11964         * gnus-sum.el (gnus-no-mark): New variable.
11965
11966 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11969         backslashes.
11970
11971 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11974         definition.
11975
11976 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11977
11978         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11979
11980         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11981         XEmacs.
11982
11983 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11984         Trivial patch.
11985
11986         * mml.el (mml-read-tag): Save tag location.
11987
11988 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11989
11990         * starttls.el: Sync with Emacs 21.
11991
11992 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11993
11994         * message.el (message-mail): Support yank-action.
11995
11996         * message.el (message-setup): Revoke the last change.
11997
11998 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12001         <jvromans@squirrel.nl>.
12002
12003 2000-12-24  Simon Josefsson  <sj@extundo.com>
12004
12005         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12006         mailing list junk at end of part.
12007
12008 2000-12-23  Simon Josefsson  <sj@extundo.com>
12009
12010         * nnimap.el (nnimap-expiry-target): New function.
12011         (nnimap-request-expire-articles): Use it.
12012
12013 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12014
12015         * gnus.el (gnus-group-parameters-more): New variable.
12016         * gnus-cus.el (gnus-group-customize): Use it.
12017
12018         * gnus.el (gnus-define-group-parameter): New macro.
12019         (auto-expire): Use it
12020         (total-expire): Use it.
12021         * gnus-art.el (banner): Use it.
12022
12023         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12024         <ljz@asfast.com>.
12025
12026 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027
12028         * gnus-topic.el (gnus-topic-create-topic): Use list.
12029
12030         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12031         before binding gnus-default-article-saver.
12032
12033         * gnus-sum.el (gnus-summary-save-article):
12034         (gnus-summary-pipe-output):
12035         (gnus-summary-save-article-mail):
12036         (gnus-summary-save-article-rmail):
12037         (gnus-summary-save-article-file):
12038         (gnus-summary-write-article-file):
12039         (gnus-summary-save-article-body-file): Ditto.
12040
12041         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12042
12043 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12044
12045         * gnus-art.el (gnus-mime-security-button-map):
12046         (gnus-mime-button-map): Add parent.
12047
12048 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12049
12050         * messagexmas.el (message-xmas-redefine): New function.
12051
12052         * message.el: Use it.
12053
12054         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12055
12056         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12057
12058 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12061         malformatted messages.
12062
12063 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12064
12065         * mm-util.el (mm-image-load-path): New function.
12066
12067         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12068
12069         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12070
12071         * message.el (message-tool-bar-map): Use it.
12072
12073         * Makefile.in (install-el): New rule.
12074
12075 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-art.el (article-treat-dumbquotes): Quote \.
12078
12079 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12080
12081         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12082         Emacs 20 runs on a terminal.
12083
12084 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12085
12086         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12087
12088         * mml.el (gnus-add-minor-mode): Autoload.
12089
12090         * message.el (message-forward): Save-restriction.
12091
12092 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12093
12094         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12095         Paul Stevenson <p.stevenson@surrey.ac.uk>
12096
12097 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12098
12099         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12100
12101         * mml.el (gnus-ems): Don't require.
12102
12103         * gnus.el (gnus-decode-rfc1522): Removed.
12104         (gnus-set-text-properties): Define.
12105
12106 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * gnus-art.el (gnus-mime-*): handle may be nil.
12109
12110         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12111
12112         * gnus.el (gnus-group-remove-excess-properties): Not defined
12113         in gnus-xmas.
12114
12115 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12116
12117         * message.el (message-mail-user-agent): Add :version.
12118
12119 2000-12-21  Miles Bader  <miles@gnu.org>
12120
12121         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12122
12123 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12124
12125         * message.el (message-mail-user-agent): New variable.
12126         (message-setup): Renamed to message-setup-1. Support
12127         mail-user-agent.
12128         (message-mail-user-agent): New function.
12129         (message-mail): Use it.
12130         (message-reply): Use it.
12131         (message-resend): Use it.
12132         (message-mail-other-window): Use it.
12133         (message-mail-other-frame): Use it.
12134
12135         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12136
12137 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12138
12139         * message.el (message-tool-bar-map): Simplify.
12140         (message-narrow-to-head-1): New function.
12141         (message-narrow-to-head): Use it.
12142         (message-reply): Ditto.
12143         (message-cancel-news): Ditto.
12144         (message-supersede): Ditto.
12145         (message-make-forward-subject): Ditto.
12146         (message-bounce): Ditto.
12147
12148 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12149
12150         * uudecode.el (uudecode-decode-region-external): make-temp-file
12151         may not be defined.
12152
12153         * binhex.el (defalias): eval-and-compile.
12154
12155         * message.el (message-tool-bar-map): New function.
12156         (message-mode): Use it.
12157
12158 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12159
12160         * nntp.el (nntp-find-connection): Remove the entry.
12161         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12162
12163 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12166
12167         * message.el (message-forward): Copy buffer in unibyte mode.
12168
12169 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12170
12171         * message.el (message-make-forward-subject): Don't widen. Decode.
12172         (message-forward): Don't decode subject.
12173
12174 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12175
12176         * qp.el (quoted-printable-encode-region): Upcase QP.
12177
12178 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12179
12180         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12181         mail-extract-a-c instead. Don't depend on Gnus.
12182
12183         * mml.el (gnus-ems): Require it.
12184
12185         * gnus-msg.el (gnus-summary-mail-forward):
12186
12187         * message.el (message-forward):  Move mime-to-mml here.
12188
12189 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12192         * gnus-art.el (gnus-insert-mime-button): Simplify.
12193         (gnus-mime-display-alternative): Ditto.
12194         (gnus-insert-mime-security-button): Ditto.
12195
12196 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12197
12198         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12199         text-property-not-all doesn't return nil when start=mark(end).
12200         (gnus-remove-text-properties-when): Ditto.
12201
12202 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12203
12204         * gnus-start.el (gnus-group-change-level): Remove group from
12205         gnus-active-hashtb if real killed.
12206
12207 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12210         (gnus-mime-display-alternative): Ditto.
12211         (gnus-insert-mime-security-button): Ditto.
12212
12213 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12214
12215         * gnus-start.el (gnus-group-change-level): Don't add it into
12216         killed-list if it was killed.
12217
12218 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12221         (nnmbox-active-file-coding-system): Ditto.
12222
12223         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12224
12225 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12226
12227         * gnus.el (gnus-version):
12228         (gnus-version-number): Set to Oort Gnus 0.01.
12229
12230         * gnus-art.el (gnus-mime-security-button-map):
12231         (gnus-insert-mime-security-button): Fix for Emacs21.
12232
12233 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12236         easymenu, because XEmacs doesn't understand :help.
12237
12238         * mm-uu.el: Require binhex.
12239
12240 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12241
12242         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12243
12244 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12247
12248 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12249
12250         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12251
12252 2000-12-18  Dave Love  <fx@gnu.org>
12253
12254         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12255         (unused).
12256
12257 2000-12-13  Miles Bader  <miles@gnu.org>
12258
12259         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12260         to t, so that we don't get stuck while trying to smilefy
12261         intangible text.
12262
12263 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12264
12265         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12266         at the end of the buffer.
12267         (smiley-region): In the loop, move to the end of the submatch
12268         matching the smiley instead of using the end of the match
12269         of the whole regexp.
12270
12271 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12272
12273         * message.el (message-mode): Doc fix.
12274
12275 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12276
12277         * smiley-ems.el (smiley-region): Doc fix.
12278
12279 2000-12-11  Miles Bader  <miles@gnu.org>
12280
12281         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12282         bottom line visible, check to see if it's partially obscured, and
12283         if so, either scroll one more line to make it fully visible, or
12284         revert to showing the second line from the top.
12285
12286 2000-12-07  Dave Love  <fx@gnu.org>
12287
12288         * mailcap.el (mailcap-download-directory)
12289         * gnus-audio.el (gnus-audio-directory)
12290         * smiley-ems.el (smiley-data-directory): Fix :type.
12291
12292 2000-11-30  Dave Love  <fx@gnu.org>
12293
12294         * message.el (message-auto-save-directory): Use
12295         file-name-as-directory.
12296         (message-set-auto-save-file-name): Create
12297         message-auto-save-directory if necessary.
12298         (message-replace-chars-in-string): Removed -- unused.
12299         (message-mail-alias-type): Customize.
12300         (message-headers): Remove duplicate defgroup.
12301
12302 2000-11-29  Dave Love  <fx@gnu.org>
12303
12304         * qp.el (quoted-printable-decode-region): Use error, not message
12305         to report malformed text (like base64).  Amend message.
12306
12307 2000-11-29  Miles Bader  <miles@gnu.org>
12308
12309         * message.el (message-header-lines): Fontify tag.
12310
12311 2000-11-27  Dave Love  <fx@gnu.org>
12312
12313         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12314         compiler warning.
12315
12316 ;2000-11-26  Dave Love  <fx@gnu.org>
12317 ;
12318 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12319 ;
12320 2000-11-23  Dave Love  <fx@gnu.org>
12321
12322         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12323
12324         * mm-uu.el (uudecode): Require.
12325         (uudecode-decode-region, uudecode-decode-region-external): Don't
12326         autoload.
12327         (mm-uu-copy-to-buffer): Doc fix.
12328         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12329         type fix.
12330
12331         * mailcap.el: Doc fixes.
12332         (mailcap-mime-data): Various adjustments.
12333         (mailcap): New group.
12334         (mailcap-download-directory): Customize.
12335         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12336         (mailcap-temporary-directory): Deleted (unused).
12337         (mailcap-unescape-mime-test): Simplify slightly.
12338         (mailcap-viewer-passes-test): Use functionp.
12339         (mailcap-command-p): Aliased to executable-find.
12340
12341         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12342         default-enable-multibyte-characters is nil.
12343
12344 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12345
12346         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12347
12348 2000-11-21  Dave Love  <fx@gnu.org>
12349
12350         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12351         gnus-article-mode-map.
12352 ;       (gnus-mime-button-menu): Use mouse-set-point.
12353         (gnus-insert-mime-button, gnus-mime-display-alternative)
12354         (gnus-mime-display-alternative): Don't use local-map property.
12355
12356 2000-11-17  Dave Love  <fx@gnu.org>
12357
12358         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12359         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12360         and make-temp-file.
12361         (uudecode-decode-region): Doc fix.
12362
12363 2000-11-14  Dave Love  <fx@gnu.org>
12364
12365         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12366         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12367         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12368         New files, derived from the XPMs.
12369
12370 2000-11-10  Dave Love  <fx@gnu.org>
12371
12372         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12373         (gnus-agent-lib-file, gnus-agent-load-alist)
12374         (gnus-agent-save-alist, gnus-agent-article-name): Use
12375         expand-file-name.
12376
12377         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12378         :version.
12379         (nnkiboze-score-file): Defvar when compiling.
12380
12381         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12382
12383         * gnus-art.el (gnus-article-banner-alist)
12384         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12385         (gnus-article-date-lapsed-new-header)
12386         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12387         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12388         (gnus-treat-strip-headers-in-body)
12389         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12390         (gnus-treat-translate): Add :version.
12391         (gnus-article-mime-part-function): Fix defcustom.
12392
12393         * nnmail.el (nnmail-expiry-target)
12394         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12395         (nnmail-split-header-length-limit): Add :version.
12396
12397         * gnus-sum.el (gnus-auto-expirable-marks)
12398         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12399         (gnus-extra-headers, gnus-ignored-from-addresses)
12400         (gnus-newsgroup-ignored-charsets)
12401         (gnus-group-highlight-words-alist)
12402         (gnus-summary-show-article-charset-alist): Add :version.
12403
12404         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12405         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12406         files, converted from the XPMs.
12407
12408         * gnus-cache.el (gnus-cache-active-file): Don't use
12409         file-name-as-directory on directory.
12410         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12411         use file-name-as-directory on directory.
12412
12413         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12414         (date-to-time): Use it.
12415
12416 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12417 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12418 ;       (message-newline-and-reformat): Likewise.
12419         (message-forward-as-mime, message-forward-ignored-headers)
12420         (message-buffer-naming-style, message-default-charset)
12421         (message-dont-reply-to-names, message-send-mail-partially-limit):
12422         Add :version.
12423
12424         * mm-util.el: Doc fixes.
12425         (mm-mime-charset): Don't use the raw result of
12426         mm-preferred-coding-system.
12427         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12428         (mm-with-unibyte): Simplify.
12429
12430         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12431         concat.
12432
12433         * pop3.el (pop3-version): Deleted.
12434         (pop3-make-date): New function, avoiding message-make-date.
12435         (pop3-munge-message-separator): Use it.
12436
12437 2000-11-09  Dave Love  <fx@gnu.org>
12438
12439         * gnus-group.el (gnus-group-make-directory-group)
12440         (gnus-group-fetch-faq): Use expand-file-name.
12441         (gnus-group-fetch-faq): Simplify completing-read form.
12442
12443         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12444         test for Mule.
12445
12446         * message.el (tool-bar-map): Defvar when compiling.
12447
12448         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12449         (gnus-tm-lisp-directory): Deleted.
12450         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12451         (featurep 'xemacs).
12452         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12453         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12454         version numbers from file names.
12455
12456 2000-11-08  Dave Love  <fx@gnu.org>
12457
12458         * mm-view.el: Use featurep for XEmacs test.
12459         (mm-inline-message): Test for `remove-specifier'; don't use
12460         condition-case.
12461
12462         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12463
12464         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12465         (gnus-score-find-bnews): Don't concat "".
12466
12467         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12468         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12469         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12470         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12471
12472         * gnus-sum.el: Put some defvars in eval-when-compile.
12473         (gnus-summary-mode-hook): Add :options.
12474         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12475         (gnus-summary-tool-bar-map): New variable.
12476         (gnus-summary-make-tool-bar): New function.
12477         (gnus-summary-mode): Put kill-all-local-variables first.
12478
12479         * gnus-group.el (gnus-group-toolbar-map): New variable.
12480         (gnus-group-make-tool-bar): Rewritten.
12481         (gnus-group-mode): Put kill-all-local-variables first.
12482
12483         * rfc2047.el: Require gnus-util.
12484
12485         * nnml.el (gnus-sorted-intersection): Autoload.
12486
12487         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12488         Put some defvars in eval-when-compile.
12489         (gnus-intersection, gnus-sorted-complement):  Autoload.
12490
12491         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12492
12493         * mm-encode.el (mm-body-7-or-8): Autoload.
12494
12495         * mm-decode.el (mm-insert-inline): Autoload.
12496
12497         * mml.el:
12498         * message.el: Put some defvars in eval-when-compile.
12499
12500         * gnus-msg.el: Put some defvars in eval-when-compile.
12501         (gnus-msg-mail): Move after gnus-setup-message.
12502
12503         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12504
12505 2000-11-07  Dave Love  <fx@gnu.org>
12506
12507         * gnus-util.el (nnheader): Don't require message (recursive
12508         autoload).
12509
12510         * uudecode.el: Avoid compiler warnings.
12511
12512         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12513         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12514
12515 2000-11-06  Dave Love  <fx@gnu.org>
12516
12517         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12518
12519         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12520         (uudecode-char-int): New alias, replacing char-int.
12521         (uudecode-decode-region): Don't call buffer-disable-undo.
12522
12523 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12524 ;       (mm-uu-configure-list): Doc fix.
12525 ;
12526 ;       * earcon.el (running-xemacs): Don't define.
12527 ;
12528 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12529 ;
12530 ;       * message.el (message-font-lock-keywords): Match a final newline
12531 ;       to help font-lock's multiline support.
12532 ;
12533 2000-11-03  Dave Love  <fx@gnu.org>
12534
12535         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12536
12537         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12538         name.
12539
12540         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12541         <banner>: Fix custom type, doc.
12542
12543         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12544         name.  Don't disable undo explicitly.
12545
12546 ;2000-11-02  Dave Love  <fx@gnu.org>
12547 ;
12548 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12549 ;       cite-prefix.
12550
12551 2000-11-01  Dave Love  <fx@gnu.org>
12552
12553         * rfc2047.el (base64): Require unconditionally.
12554         (message-posting-charset): Defvar when compiling.
12555         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12556         message.
12557
12558         * gnus-sum.el (nnoo): Require.
12559         (mm-uu-dissect): Autoload.
12560
12561         * mml.el (mml-parse-1): Clarify message.
12562         (mml-minibuffer-read-type): Use mailcap-mime-types.
12563
12564 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12565
12566         * mml.el: Fix a typo in the requiring of CL.
12567
12568 2000-11-01  Dave Love  <fx@gnu.org>
12569
12570         * utf7.el: Require cl when compiling.
12571
12572         * binhex.el: Use (featurep 'xemacs).
12573         (binhex-char-int): New alias, replacing char-int.  Change callers.
12574         (binhex-decode-region): Simplify work buffer code.
12575         (binhex-decode-region-external): Use expand-file-name, not concat.
12576
12577 2000-10-30  Dave Love  <fx@gnu.org>
12578
12579         * gnus-art.el: Fix 2000-10-27 change properly.
12580
12581 2000-10-28  Miles Bader  <miles@gnu.org>
12582
12583         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12584
12585 2000-10-27  Dave Love  <fx@gnu.org>
12586
12587         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12588         strings.
12589         (gnus-group-make-tool-bar): New function.
12590         (gnus-group-mode): Use it.
12591
12592         * message.el (message-mode-menu): Add some :help strings.
12593         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12594         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12595
12596         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12597         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12598         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12599
12600         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12601         display-graphic-p here.
12602
12603 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12604
12605         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12606         of the `gnus-xemacs' variable, as the latter has been removed.
12607         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12608         * gnus-art.el (gnus-treat-display-xface)
12609         (gnus-treat-display-smileys, gnus-treat-display-picons)
12610         (gnus-article-read-summary-keys): Likewise.
12611
12612 2000-10-26  Dave Love  <fx@gnu.org>
12613
12614         (defvar): Use rmail-spool-directory unconditionally.
12615
12616 2000-10-18  Dave Love  <fx@gnu.org>
12617
12618         * mm-bodies.el (mm-uu-decode-function)
12619         (mm-uu-binhex-decode-function): Defvar when compiling.
12620
12621         * gnus-nocem.el (gnus-nocem-issuers): Update.
12622         (gnus-nocem-check-from): New option.
12623         (gnus-nocem-scan-groups): Use it.
12624         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12625         (gnus-nocem-check-article-limit): Add :version.
12626
12627 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12628
12629         * ietf-drums.el (mm-util): Require CL when compiling.
12630
12631 2000-10-15  Dave Love  <fx@gnu.org>
12632
12633         * qp.el: Require mm-util.
12634
12635 2000-10-13  Dave Love  <fx@gnu.org>
12636
12637         * qp.el (quoted-printable-decode-region): Avoid invalid
12638         coding-systems.
12639
12640 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12641
12642         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12643         to a recursive load.
12644
12645 2000-10-12  Dave Love  <fx@gnu.org>
12646
12647         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12648
12649         * gnus.el (gnus-group-startup-message): Check for PBM image.
12650
12651 2000-10-09  Dave Love  <fx@gnu.org>
12652
12653         * mail-source.el (mail-source-fetch-imap): Bind
12654         default-enable-multibyte-characters rather than using
12655         mm-disable-multibyte.
12656
12657 2000-10-05  Dave Love  <fx@gnu.org>
12658
12659         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12660         Autoload.
12661         (quoted-printable-decode-region):  Rename arg which confused
12662         charset with coding-system.  Don't use nonascii-insert-offset.
12663         Coding-system encode the region initially.  Don't recognize `=='
12664         as valid QP.  Coding-system decode the region finally.
12665         (quoted-printable-decode-string): Rename arg which confused
12666         charset with coding-system.
12667
12668         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12669         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12670         mm-encode-coding-region.
12671         (mm-decode-body, mm-decode-string): Rename variables which
12672         confused charset with coding-system.
12673         (binhex-decode-region): Don't autoload.
12674         (mm-body-encoding): Require message.
12675         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12676         cond branches.
12677
12678         * gnus-art.el (article-de-quoted-unreadable)
12679         (article-de-base64-unreadable): Fold search case
12680         rather than downcasing string.  Apply mm-charset-to-coding-system
12681         to arg of quoted-printable-decode-region.
12682
12683 2000-10-04  Dave Love  <fx@gnu.org>
12684
12685         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12686         Require ring when compiling.
12687         (gnus-article-compface-xbm): New variable.
12688
12689 2000-10-04  Dave Love  <fx@gnu.org>
12690
12691         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12692         pbm images.
12693
12694         * frown.pbm, smile.pbm, wry.pbm: New files.
12695
12696         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12697
12698 2000-10-03  Dave Love  <fx@gnu.org>
12699
12700         * mail-source.el (mail-sources): Revert to nil.
12701
12702         * nnmail (nnmail-spool-file): Revert to `((file))'.
12703
12704         * qp.el: Don't require mm-util.
12705         (quoted-printable-decode-region): Rewritten.
12706         (quoted-printable-decode-string, quoted-printable-encode-region):
12707         Doc fix.
12708         (quoted-printable-encode-region): Barf on multibyte characters.
12709         Maybe make the class multibyte.  Upcase chars, not formatted
12710         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12711         (quoted-printable-encode-string): Don't use
12712         mm-with-unibyte-buffer.
12713
12714 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12715
12716         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12717
12718 2000-09-21  Dave Love  <fx@gnu.org>
12719
12720         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12721         (for Emacs 20).  Tidy somewhat.
12722
12723 2000-09-21  Dave Love  <fx@gnu.org>
12724
12725         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12726         image processing.  Rationalize logic somewhat.
12727
12728 2000-09-20  Dave Love  <fx@gnu.org>
12729
12730         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12731         specifically.
12732
12733         * gnus.el (gnus-version-number): Avoid some redundant
12734         autoloads.
12735
12736 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12737
12738         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12739         to XBM; we always have PBM support.
12740
12741 2000-09-14  Dave Love  <fx@gnu.org>
12742
12743         * gnus.el (gnus-charset):
12744         * mm-decode.el (mime-display):
12745         * imap.el (imap) <defgroup>: Add :version.
12746
12747 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12748
12749         * parse-time.el: Fix author's mail address.
12750
12751         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12752         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12753         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12754         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12755         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12756         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12757         * rfc2231.el, uudecode.el: Fix copyright notice.
12758
12759         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12760         require `w3' at load-time only if not running in batch mode.
12761
12762 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12763
12764         * gnus.el: Before merge with Emacs21.
12765
12766 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12767
12768         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12769
12770 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12771
12772         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12773         to avoid conflict with the standard `back-to-indentation'
12774         binding.
12775
12776 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12779
12780         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12781         (mm-disable-multibyte-mule4): Ditto.
12782         (mm-with-unibyte-current-buffer-mule4): Ditto.
12783
12784 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12785
12786         * pop3.el (pop3-movemail): Use binary.
12787         (pop3-movemail-file-coding-system): Removed.
12788
12789 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12790
12791         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12792
12793 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12794
12795         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12796         exists.
12797
12798 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12799
12800         * gnus-msg.el (gnus-post-method): Use backend name when the
12801         address is "".
12802
12803 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12804
12805         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12806         mm-verify-option.
12807         (gnus-treat-x-pgp-sig): Default value.
12808         (gnus-ignored-headers): Redundant.
12809
12810 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12811
12812         * gnus-win.el (gnus-configure-frame): Save selected window.
12813
12814 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12815
12816         * nnmbox.el: Require gnus-range.
12817         (nnmbox-group-building-active-articles): New variable.
12818         (nnmbox-group-active-articles): New variable; this is a cache of
12819         all active articles by group and number.
12820         (nnmbox-in-header-p): New function.
12821         (nnmbox-find-article): New function.
12822         (nnmbox-record-active-article): New function.
12823         (nnmbox-record-deleted-article): New function.
12824         (nnmbox-is-article-active-p): New function.
12825         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12826         (nnmbox-request-article): Ditto.  Also supply extra arg to
12827         nnmbox-article-group-number.
12828         (nnmbox-request-expire-articles): Ditto.
12829         (nnmbox-request-move-article): Ditto.
12830         (nnmbox-request-replace-article): Ditto.
12831         (nnmbox-request-rename-group): Rename group entry in active
12832         article cache.
12833         (nnmbox-delete-mail): Update active article cache, unless article
12834         is being replaced.
12835         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12836         than partially duplicating it.
12837         (nnmbox-article-group-number): Add extra `this-line' arg, to
12838         handle articles belonging to multiple groups.
12839         (nnmbox-save-mail): Update active article cache.
12840         (nnmbox-read-mbox): Build active article cache when loading mbox.
12841         Also do some repair work, if we find articles that are missing the
12842         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12843         reconstruct these from Xref info.
12844
12845 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12846
12847         * mail-source.el (mail-source-report-new-mail): Use
12848         nnheader-run-at-time.
12849
12850 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12851
12852         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12853         an error is thrown, and then rethrow the error.
12854         (mail-source-check-pop): Ditto.
12855         (mail-source-start-idle-timer): Prevent multiple pop checks
12856         running if the check takes a long time.
12857
12858 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12859
12860         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12861         succeed.
12862
12863 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12864
12865         * gnus-win.el (gnus-configure-windows): Make sure
12866         nntp-server-buffer is live.
12867         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12868
12869 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12870
12871         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12872
12873 2000-12-04  Andreas Jaeger  <aj@suse.de>
12874
12875         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12876
12877 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12878
12879         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12880
12881 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12882         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12883
12884         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12885
12886 2000-12-01  Simon Josefsson  <sj@extundo.com>
12887
12888         * mml-smime.el (mml-smime-verify): Fix address parsing.
12889
12890 2000-12-01  Simon Josefsson  <sj@extundo.com>
12891
12892         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12893         more than one certificate inside PKCS#7 blob.  Better security
12894         information (clamed / actual sender, openssl output, certificates
12895         inside message).
12896
12897         * smime.el (smime-verify-region): Output to /dev/null.
12898         (smime-buffer-as-string-region): Don't parse empty lines.
12899
12900 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12901
12902         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12903         ?d and ?D.
12904         (gnus-mime-security-show-details-inline): New variable.
12905         (gnus-mime-security-show-details): Use them.
12906         (gnus-insert-mime-security-button): Ditto.
12907
12908         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12909         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12910         (mml2015-gpg-clear-verify): Ditto.
12911         (mml2015-gpg-decrypt-1): Ditto.
12912         (mml2015-use): Prefer 'gpg.
12913
12914 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12915
12916         * gnus-util.el (gnus-add-text-properties-when): New function.
12917         (gnus-remove-text-properties-when): Ditto.
12918
12919         * gnus-cite.el (gnus-article-hide-citation): Use them.
12920         (gnus-article-toggle-cited-text): Use them.
12921
12922         * gnus-art.el (gnus-signature-toggle): Use them.
12923         (gnus-article-show-hidden-text): Ditto.
12924         (gnus-article-hide-text): Ditto.
12925
12926 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12927
12928         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12929
12930 2000-11-30  Simon Josefsson  <sj@extundo.com>
12931
12932         * smime.el (smime-point-at-eol): New alias.
12933         (smime-buffer-as-string-region): Use it.
12934
12935 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12936
12937         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12938
12939 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12940
12941         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12942
12943         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12944
12945         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12946
12947 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12948
12949         * nnmh.el (nnmh-request-expire-articles): Implemented
12950         expiry-target for nnmh backend.
12951
12952 2000-11-30  Simon Josefsson  <sj@extundo.com>
12953
12954         * mm-decode.el (mm-security-from): New variable.
12955         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12956
12957         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12958         than `from'.
12959
12960 2000-11-30  Simon Josefsson  <sj@extundo.com>
12961
12962         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12963         address match sender address.
12964
12965         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12966
12967         * smime.el (smime-verify-region): Don't copy buffer.
12968         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12969         (smime-pkcs7-region): New function.
12970         (smime-pkcs7-certificates-region): Ditto.
12971         (smime-pkcs7-email-region): Ditto.
12972         (smime-buffer-as-string-region): Ditto.
12973
12974         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12975         buffer.
12976
12977 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12978
12979         * smime.el (smime-decrypt-region): Fix keyfile argument.
12980
12981 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12982
12983         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12984
12985 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12986
12987         * message.el (message-shoot-gnksa-feet): New variable.
12988         (message-gnksa-enable-p): New function.
12989         (message-send): Use it.
12990         (message-check-news-body-syntax): Ditto.
12991
12992 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * message.el (message-make-message-id): Remove the redundancy.
12995
12996 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12997
12998         * message.el (message-setup): Discourage using mc-install-*-mode.
12999
13000         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13001
13002 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13003
13004         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13005
13006 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13009
13010 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13013
13014 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13015
13016         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13017         insert-buffer-substring.
13018
13019         * message.el (message-send-mail): Use buffer-substring-no-properties.
13020         (message-send-news): Ditto.
13021
13022 2000-11-22  David Edmondson  <dme@dme.org>
13023
13024         * imap.el (imap-wait-for-tag): Message read info.
13025
13026 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13027
13028         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13029         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13030         (mml2015-gpg-encrypt): Ditto.
13031
13032 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * mm-decode.el (mm-verify-option): Default value.
13035
13036         * mml-sec.el (mml-secure-part): Error message.
13037
13038 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13039
13040         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13041
13042 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13045
13046 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13047
13048         * gnus-art.el (gnus-article-describe-key): Use prompt.
13049         (gnus-article-describe-key-briefly): Ditto.
13050
13051 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052
13053         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13054
13055 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * gnus-art.el (gnus-article-describe-key): New function.
13058         (gnus-article-describe-key-briefly): New function.
13059
13060 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13061
13062         * mm-decode.el (mm-decrypt-option): Doc typo.
13063
13064         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13065         return a number.
13066
13067 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13068
13069         * message.el (message-newline-and-reformat): Typo.
13070
13071 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13072
13073         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13074         original-article-buffer exists.
13075
13076         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13077         (rfc2047-header-encoding-alist): Addresses are different from text.
13078         (rfc2047-encode-message-header): Ditto.
13079         (rfc2047-dissect-region): Extra parameter.
13080         (rfc2047-encode-region): Ditto.
13081         (rfc2047-encode-string): Ditto.
13082
13083 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13084
13085         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13086         (mm-uu-pgp-encrypted-extract): Use it.
13087         (mm-uu-pgp-signed-extract-1): New function.
13088         (mm-uu-pgp-signed-extract): Use it.
13089
13090         * gnus-art.el (gnus-mime-display-security): New function.
13091         (gnus-mime-display-part): Use it.
13092         (gnus-mime-security-verify-or-decrypt): New function.
13093         (gnus-mime-security-press-button): New function.
13094         (gnus-insert-mime-security-button): Use it.
13095
13096         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13097         (mm-find-raw-part-by-type): Ditto.
13098         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13099         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13100         (mm-destroy-parts): Kill nested multibyte buffer.
13101
13102         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13103         (mml2015-gpg-verify): Ditto.
13104
13105 2000-11-18  Simon Josefsson  <sj@extundo.com>
13106
13107         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13108         (mml2015-function-alist): Use it.
13109
13110         * mml-sec.el (mml-sign-alist): Update names.
13111         (mml-encrypt-alist): Ditto.
13112         (mml-secure-part-smime-sign): Moved to mml-smime.el
13113         as `mml-smime-sign-query'.
13114         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13115         `mml-smime-get-file-cert'.
13116         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13117         `mml-smime-get-dns-cert'.
13118         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13119         `mml-smime-encrypt-query'.
13120         (mml-smime-sign-buffer): Use mml-smime-sign.
13121         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13122
13123         * mml-smime.el (mml-smime-sign): New function.
13124         (mml-smime-encrypt):
13125         (mml-smime-sign-query):
13126         (mml-smime-get-file-cert):
13127         (mml-smime-get-dns-cert):
13128         (mml-smime-encrypt-query): Moved from mml-sec.el.
13129
13130 2000-11-16  Simon Josefsson  <sj@extundo.com>
13131
13132         * mml2015.el (mml2015-gpg-clear-verify): New function.
13133         (mml2015-function-alist): Add it.
13134
13135 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13136
13137         * message.el (message-setup-fill-variables): Use
13138         message-cite-prefix-regexp.
13139         (message-newline-and-reformat): Check the end of citation, leading
13140         WSP, break in the cite prefix.
13141         (message-fill-paragraph): New function.
13142
13143 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13144
13145         * lpath.el: Shut up.
13146
13147 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13148
13149         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13150         raw 8-bit in headers in dk.* newsgroups.
13151
13152 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13153
13154         * message.el (message-newline-and-reformat): Match extra WSPs.
13155
13156 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13157
13158         * mml.el (mml-generate-mime-1): Ignore ascii.
13159
13160 2000-11-16 Justin Sheehy  <justin@iago.org>
13161
13162         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13163
13164 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13165
13166         * message.el (message-cite-prefix-regexp): Prefix should not end
13167         at space.
13168
13169 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * message.el (message-mode-syntax-table): Add - as a word
13172         constituent as in articles.
13173         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13174         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13175         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13176
13177 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13178
13179         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13180
13181 2000-11-12  David Edmondson  <dme@dme.org>
13182
13183         * message.el (message-font-lock-keywords): use
13184         message-cite-prefix-regexp.
13185
13186 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13187
13188         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13189         Stein Arild Str\e,Ax\e(Bmme.
13190         (gnus-group-jump-to-group): Use it.
13191         (gnus-group-jump-to-group-prompt): Customize.
13192
13193 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13196
13197 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13198
13199         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13200         incompatible.
13201         (mml2015-mailcrypt-sign): Ditto.
13202
13203 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13204
13205         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13206         group is open.
13207
13208 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13209
13210         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13211         nnvirtual articles.
13212         (gnus-backlog-request-article): Don't request nnvirtual articles.
13213
13214 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13215
13216         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13217         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13218
13219 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13220
13221         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13222         * mml.el (mml-generate-mime-1): Use charset attribute.
13223         * mm-bodies.el (mm-encode-body): Add parameter charset.
13224         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13225
13226 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13227
13228         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13229         (mml2015-mailcrypt-clear-decrypt): Ditto.
13230         (mml2015-mailcrypt-verify): Ditto.
13231         (mml2015-mailcrypt-clear-verify): Ditto.
13232         (mml2015-gpg-verify): Ditto.
13233
13234 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13235
13236         * smime.el (smime-openssl-program): Test the existence of openssl.
13237         * mml-smime.el: Require mm-decode.
13238         (mml-smime-verify-test): New function.
13239         * mm-decode.el (mm-verify-function-alist): Use it.
13240
13241 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13244         anyway.
13245
13246 2000-11-13  Simon Josefsson  <sj@extundo.com>
13247
13248         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13249         verification doesn't work.
13250
13251 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13254         (gnus-inews-do-gcc): Use it.
13255
13256 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13257
13258         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13259         leading space.
13260         * mm-extern.el (mm-inline-external-body): Report error when no
13261         access-type.
13262
13263 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13264
13265         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13266
13267 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13268
13269         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13270
13271 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13272
13273         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13274         as multipart/mixed.
13275
13276 2000-11-12  David Edmondson  <dme@dme.org>
13277
13278         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13279         and replace `.' with `\w' to allow for different syntax tables
13280         (from Vladimir Volovich).
13281         * message.el (message-newline-and-reformat): use
13282         `message-cite-prefix-regexp'.
13283         * gnus-cite.el (gnus-supercite-regexp): use
13284         `message-cite-prefix-regexp'.
13285         * gnus-cite.el (gnus-cite-parse): use
13286         `message-cite-prefix-regexp'.
13287
13288 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289
13290         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13291         PGP SIGNATURE.  Escape leading "-"'s.
13292         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13293
13294 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13295
13296         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13297
13298 2000-11-11  Simon Josefsson  <sj@extundo.com>
13299
13300         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13301
13302         * smime.el (smime-details-buffer): New variable.
13303         (smime-sign-region):
13304         (smime-encrypt-region):
13305         (smime-verify-region):
13306         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13307
13308         * mml-smime.el (mml-smime-verify): Support security info.
13309
13310 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13311
13312         * mm-decode.el (mm-verify-option): Set default to nil.
13313         (mm-decrypt-option): Ditto.
13314         * gnus-art.el (article-verify-x-pgp-sig): New function.
13315
13316 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13317
13318         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13319         preferred part.
13320
13321 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13322
13323         * gnus-sum.el (gnus-move-split-methods): Say that
13324         `gnus-split-methods' uses file names, whereas this uses group
13325         names.  (Report from Nevin Kapur)
13326
13327 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13328
13329         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13330
13331 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13334         (nnheader-directory-articles): Use it.
13335         (nnheader-article-to-file-alist): Ditto.
13336
13337 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * rfc2047.el (rfc2047-pad-base64): New function.
13340         (rfc2047-decode): Use it.
13341
13342 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13345         select method.
13346
13347 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13348
13349         * mml2015.el (mml2015-gpg-decrypt-1):
13350         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13351
13352 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13353
13354         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13355
13356 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13357
13358         * pop3.el (pop3-munge-message-separator): A message may have an
13359         empty body.
13360
13361 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13362
13363         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13364         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13365         (mm-uu-pgp-signed-extract): Use coding-system.
13366
13367 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13370         (gnus-insert-mime-security-button): New function.
13371         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13372         * mml2015.el:  Add security info when verify or decrypt.
13373         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13374         (mm-uu-pgp-encrypted-extract): Ditto.
13375
13376 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13377
13378         * mm-decode.el (mm-display-parts): New function.
13379         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13380
13381 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13382
13383         * gnus-mlspl.el: Documentation tweaks.
13384
13385 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13386
13387         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13388         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13389         argument.
13390
13391 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13392
13393         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13394
13395 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13396
13397         * gnus-art.el (gnus-article-encrypt): New function.
13398         (gnus-article-encrypt-protocol-alist): New variable.
13399         (gnus-article-encrypt-protocol): New variable.
13400         * mml2015.el (mml2015-self-encrypt): New function.
13401         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13402
13403 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13404
13405         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13406         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13407         let mailcap do it.
13408         * mml2015.el: Remove snarf code.
13409         * mm-decode.el: Remove snarf code.
13410
13411 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13412
13413         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13414         (mml-insert-mime): Understand gnus-decoded.
13415         (mime-to-mml): New parameter handles.
13416         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13417         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13418
13419 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13420
13421         * mm-decode.el (mime-security): New group.
13422         (mm-verify-function-alist): Add test function.
13423         (mm-decrypt-function-alist): Ditto.
13424         (mm-snarf-option): Set default value as nil.
13425         (mm-find-part-by-type): Recursive parameter.
13426         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13427         * mml2015.el: Support draft-ietf-openpgp-multsig.
13428
13429 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13430
13431         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13432         (gnus-article-view-part-as-charset): New function.
13433
13434 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13435
13436         * mm-decode.el (mm-verify-option): Default value.
13437         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13438
13439 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13440
13441         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13442
13443 2000-11-05  Simon Josefsson  <sj@extundo.com>
13444
13445         * mml-smime.el (mml-smime-verify): Work in original multipart
13446         buffert.
13447
13448         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13449         (mm-handle-multipart-ctl-parameter): Ditto.
13450         (mm-alist-to-plist): New function.
13451         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13452         for multiparts.
13453         (mm-destroy-parts): Destroy multipart buffert.
13454         (mm-remove-part): Ditto.
13455
13456         * mml-smime.el (mml-smime-sign): Not used.
13457         (mml-smime-encrypt): Ditto.
13458
13459         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13460
13461         Verify S/MIME signature support.
13462
13463         * mm-decode.el (mm-inline-media-tests): Add
13464         application/{x-,}pkcs7-signature.
13465         (mm-inlined-types): Ditto.
13466         (mm-automatic-display): Ditto.
13467         (mm-verify-function-alist): Ditto.  Add name of method.
13468         (mm-decrypt-function-alist): Add name of method.
13469         (mm-find-part-by-type): Add documentation.
13470         (mm-possibly-verify-or-decrypt): Use new format of
13471         mm-{verify,decrypt}-function-alist.  Use method names.
13472
13473         * mml-smime.el (mml-smime-verify): New function.
13474
13475 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13476
13477         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13478
13479 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13482         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13483         * mm-decode.el (mm-snarf-option): New variable.
13484
13485 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * mm-util.el (mm-subst-char-in-string): New function.
13488         (mm-replace-chars-in-string): Use it.
13489         * message.el (message-replace-chars-in-string): Use it.
13490         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13491         * gnus-mh.el (mh-lib-progs): Shut up.
13492
13493 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13494
13495         * base64.el, md5.el: Moved to contrib directory.
13496
13497 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13498
13499         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13500         the last article when search.
13501
13502 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13503
13504         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13505         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13506
13507 2000-09-29  David Edmondson  <dme@thus.net>
13508
13509         * message.el (message-newline-and-reformat): Typo.
13510
13511 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13512
13513         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13514
13515 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13516
13517         * nntp.el (nntp-decode-text): Delete bogus status lines.
13518
13519 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13520
13521         * message.el (message-font-lock-keywords): Match a final newline
13522         to help font-lock's multiline support.
13523
13524 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13525
13526         * nnoo.el (nnoo-set): New function.
13527
13528 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13529
13530         * gpg.el, gpg-ring.el: Moved to contrib directory.
13531
13532 2000-11-04  Simon Josefsson  <sj@extundo.com>
13533
13534         * nnimap.el (nnimap-split-inbox): Typo.
13535
13536 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13537
13538         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13539
13540 2000-11-03  Simon Josefsson  <sj@extundo.com>
13541
13542         * rfc2231.el (rfc2231-parse-qp-string): New function.
13543         (require): rfc2047.
13544
13545         * mail-parse.el (mail-header-parse-content-type):
13546         (mail-header-parse-content-disposition): Support invalid QP
13547         encoded strings, by using `rfc2231-parse-qp-string'.
13548
13549 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13550
13551         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13552         (rfc2231-decode-encoded-string): Typo "> X 1".
13553         (rfc2231-encode-string): Insert the name of charset.
13554         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13555
13556 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13557
13558         * mm-decode.el (mm-save-part): Return the filename.
13559         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13560         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13561         (gnus-mime-action-alist): Use it.
13562         (gnus-mime-button-commands): Use it.
13563         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13564         (mm-inline-external-body): unwind-protect.
13565
13566 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13567
13568         * gnus-art.el (gnus-insert-mime-button): Show url.
13569
13570 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13571
13572         * mml.el (mml-generate-mime-1): Support external url.
13573         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13574
13575 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13576
13577         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13578         * mm-decode.el (mm-display-external): Ditto.
13579         * mm-extern.el: New file.
13580         * mm-decode.el (mm-inline-media-tests): Hook it up.
13581         (mm-inlined-types): Inline message/external-body.
13582
13583 2000-11-02  Simon Josefsson  <sj@extundo.com>
13584
13585         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13586
13587         * message.el (message-get-reply-headers): Better handling when
13588         Mail-Followup-To is very large.
13589
13590 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13591
13592         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13593         * gnus-art.el (gnus-article-edit-done):
13594         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13595         counting code here.
13596         * gnus-msg.el (gnus-setup-message): Remove a hack.
13597
13598 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13599
13600         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13601         (gnus-summary-mode): Make them local variables.
13602         (gnus-set-global-variables): Globalize them.
13603         (gnus-summary-exit): Kill them.
13604
13605 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13606
13607         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13608         word.
13609
13610 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13611
13612         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13613         gnus-article-wash-types.
13614         * gnus-art.el (gnus-article-wash-status): Use them.
13615
13616 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13617
13618         * mml.el (mml-read-tag): Remove spaces and LF.
13619
13620 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13623         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13624
13625 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13626
13627         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13628
13629 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * gnus-sum.el (gnus-article-charset): New variable.
13632         (gnus-summary-display-article): Set it.
13633         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13634         * gnus-art.el (gnus-article-mode): Make it local variable.
13635
13636 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13637
13638         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13639
13640 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641
13642         * nnwfm.el: New file.
13643
13644         * nnweb.el (nnweb-replace-in-string): New function.
13645
13646 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13647
13648         * mml2015.el: Wrap gpg.el.
13649         * gpg.el (gpg-verify): The last argument of apply is a list.
13650         (gpg-encrypt): Add passphrase as a parameter.
13651
13652 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13653
13654         * gpg.el: New file.
13655         * gpg-ring.el: New file.
13656
13657 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13658
13659         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13660
13661 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13664         double-quote characters.
13665         (gnus-summary-prepare-threads): Ditto.
13666
13667 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13668
13669         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13670         * mml.el (mml-read-tag): Don't skip the leading space.
13671         * lpath.el (font-lock-set-defaults): Shut up.
13672
13673 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13674
13675         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13676
13677 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13678
13679         * qp.el (quoted-printable-encode-region): Replace leading - when
13680         ultra safe.
13681         * mml.el (mml-generate-mime-postprocess-function): Removed.
13682         (mml-postprocess-alist): Removed.
13683         (mml-generate-mime-1): Use ultra-safe when sign.
13684         * mml2015.el (mml2015-fix-micalg): Uppercase.
13685         (mml2015-verify): Insert LF.
13686         (mml2015-mailcrypt-sign): Downcase; search backward.
13687
13688 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13689
13690         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13691         restrictive.
13692         (nnultimate-table-regexp): New variable.
13693         (nnultimate-forum-table-p): Use it.
13694
13695 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13696         Trivial patch.
13697
13698         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13699
13700 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13701
13702         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13703         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13704
13705 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13706
13707         * mml2015.el: Shut up.
13708
13709 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13710
13711         * gnus.el (gnus-server-browse-hashtb): Removed.
13712         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13713         (gnus-group-insert-group-line-info): Use simplified method.
13714         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13715
13716 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717
13718         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13719         moved here.
13720         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13721         * gnus-group.el (gnus-group-prepare-flat): Use it.
13722         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13723
13724 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13725
13726         * mml.el (mml-mode): Show menu in XEmacs.
13727
13728 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13729
13730         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13731         (gnus-server-read-server-in-server-buffer): New function.
13732         (gnus-browse-foreign-server): Browse in group buffer.
13733         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13734         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13735         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13736         * gnus.el (gnus-server-browse-hashtb): New variable.
13737
13738 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * nnfolder.el (nnfolder-open-nov): Use group.
13741
13742 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13743
13744         * nnfolder.el: Add NOV. Set version to 2.0.
13745         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13746
13747 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13748
13749         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13750
13751 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13754         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13755
13756 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13757
13758         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13759
13760 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13761
13762         * mm-decode.el (mm-verify-function-alist): New variable.
13763         (mm-verify-option): New variable.
13764         (mm-decrypt-function-alist): Ditto.
13765         (mm-decrypt-option): Ditto.
13766         (mm-find-raw-part-by-type): New function.
13767         (mm-possibly-verify-or-decrypt): New function.
13768         (mm-dissect-multipart): Use it.
13769         * mml2015.el (mml2015-fix-micalg): New function.
13770         (mml2015-decrypt): Use new interface.
13771         (mml2015-verify):  Use new interface.
13772         (mml2015-setup): Make it bogus.
13773
13774 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13775
13776         * mml.el (mml-generate-mime-postprocess-function): Set to
13777         mml-postprocess.
13778         (autoload): Autoload mml2015 and mml-smime.
13779         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13780         * mml2015.el (mml2015-encrypt): New function.
13781         (mml2015-sign): New function.
13782         (mml2015-encrypt-function): New variable.
13783         (mml2015-sign-function): New variable.
13784         (mml2015-mailcrypt-encrypt): Use message-recipients.
13785         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13786         * mml-smime.el (mml-smime-setup): Ditto.
13787
13788 2000-10-28  Simon Josefsson  <sj@extundo.com>
13789
13790         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13791         Communigate Pro 3.3.1 server.
13792
13793         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13794         in buffers.
13795         (mml-secure-dns-server): Removed.
13796         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13797         write certificates to files.
13798
13799         * smime.el (smime-dns-server): New variable.
13800         (smime-mail-to-domain):
13801         (smime-cert-by-dns): New functions.
13802
13803         * dig.el: New file.
13804
13805 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13806
13807         * message.el (message-options): New variable.
13808         (message-options-set-recipient): New function.
13809         (message-send): Use them.
13810         * gnus-int.el (gnus-request-replace-article): Use them.
13811         (gnus-request-accept-article): Ditto.
13812         * mml.el (mml-preview): Use them.
13813         * gnus-sum.el (gnus-summary-edit-article): Use them.
13814
13815         * message.el (message-options-get): New function.
13816         (message-options-get): New function.
13817         * rfc2047.el (rfc2047-encode-message-header): Use them.
13818         * mm-bodies.el (mm-encode-body): Use them.
13819
13820 2000-10-28  Simon Josefsson  <sj@extundo.com>
13821
13822         * nnimap.el (nnimap-retrieve-which-headers):
13823         (nnimap-request-article-part): Quote message-id.
13824
13825         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13826         (smime-CA-file): New variable.
13827         (smime-call-openssl-region): Don't error.
13828         (smime-sign-region): Return result value.
13829         (smime-encrypt-region): Ditto.
13830         (smime-verify-region): New function.
13831         (smime-decrypt-region): Ditto.
13832         (smime-verify-buffer): Ditto.
13833         (smime-decrypt-buffer): Ditto.
13834
13835         * mml.el: Require mml-sec.
13836         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13837         (mml-mode-map): Add "sign" and "encrypt" maps.
13838         (mml-menu): Add security menu.
13839         (mml-preview): Use generate-new-buffer.
13840
13841         * mml-sec.el: New file.
13842
13843 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13844
13845         * mm-decode.el (mm-find-part-by-type): Move it here.
13846         * mml.el (mml-postprocess): Move it here.
13847         (mml-postprocess-alist): Move it here. Merge them.
13848
13849 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13850
13851         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13852         unencoded stuff in the header.
13853
13854 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13855
13856         * gnus-group.el (gnus-group-listed-groups): New variable.
13857         (gnus-group-list-option): New variable.
13858         (gnus-group-list-limit-map): New keymap.
13859         (gnus-group-list-flush-map): New keymap.
13860         (gnus-group-list-plus-map): New keymap.
13861         (gnus-group-prepare-logic): New function.
13862         (gnus-group-prepare-flat): Merge with
13863         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13864         (gnus-group-prepare-flat-list-dead): Ditto.
13865         (gnus-group-list-matching): Use gnus-group-prepare-function.
13866         (gnus-group-list-dormant): Ditto.
13867         (gnus-group-list-cached): Ditto.
13868         (gnus-group-listed-groups): New function.
13869         (gnus-group-list-limit): New function.
13870         (gnus-group-list-flush): New function.
13871         (gnus-group-list-plus): New function.
13872         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13873         (gnus-topic-prepare-topic): Ditto.
13874
13875 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13876
13877         * message.el (message-insert-to, message-get-reply-headers):
13878         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13879
13880 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13881
13882         * mml2015.el: New file.
13883         * smime.el: New file.
13884         * mml-smime.el: New file.
13885
13886 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * ChangeLog: Moved to ChangeLog.1.
13889
13890     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13891   Copying and distribution of this file, with or without modification,
13892   are permitted provided the copyright notice and this notice are preserved.
13893
13894 ;; Local Variables:
13895 ;; coding: iso-2022-7bit
13896 ;; End: